Opened 3 years ago
Last modified 5 weeks ago
#62941 assigned defect
gnome-terminal fails to install (dconf/gtkdoc error)
Reported by: | mpaccione (Michael Paccione) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | Cc: | mpaccione (Michael Paccione), cooljeanius (Eric Gallager) | |
Port: | gnome-terminal |
Description
Big Sur 11.3.1 Mac Ports 2.6.4
Trying to install Gnome Terminal but get an issue with dconf... The computer is new work comp with little no customizations done.
:debug:archivefetch chowned /opt/local/var/macports/incoming to macports :debug:archivefetch euid/egid changed to: 503/501 :info:archivefetch ---> dconf-0.26.1_0.darwin_20.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified :msg:archivefetch ---> Attempting to fetch dconf-0.26.1_0.darwin_20.x86_64.tbz2 from https://packages.macports.org/dconf :debug:archivefetch Fetching archive failed: The requested URL returned error: 404 :msg:archivefetch ---> Attempting to fetch dconf-0.26.1_0.darwin_20.x86_64.tbz2 from https://ywg.ca.packages.macports.org/mirror/macports/packages/dconf :debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found :msg:archivefetch ---> Attempting to fetch dconf-0.26.1_0.darwin_20.x86_64.tbz2 from https://kmq.jp.packages.macports.org/dconf :debug:archivefetch Fetching archive failed: The requested URL returned error: 404 Not Found :debug:archivefetch Privilege de-escalation not attempted as not running as root. :debug:archivefetch Skipping completed org.macports.fetch (dconf) :debug:archivefetch Privilege de-escalation not attempted as not running as root. :debug:archivefetch Skipping completed org.macports.checksum (dconf) :debug:archivefetch Privilege de-escalation not attempted as not running as root. :debug:archivefetch Skipping completed org.macports.extract (dconf) :debug:archivefetch Privilege de-escalation not attempted as not running as root. :debug:archivefetch Skipping completed org.macports.patch (dconf) :debug:archivefetch Privilege de-escalation not attempted as not running as root. :debug:configure configure phase started at Thu May 20 16:12:53 PDT 2021 :notice:configure ---> Configuring dconf :debug:configure Preferred compilers: clang macports-clang-9.0 macports-clang-11 macports-clang-10 :debug:configure Using compiler 'Xcode Clang' :debug:configure Executing org.macports.configure (dconf) :debug:configure Environment: :debug:configure CC_PRINT_OPTIONS='YES' :debug:configure CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_dconf/dconf/work/.CC_PRINT_OPTIONS' :debug:configure CPATH='/opt/local/include' :debug:configure DEVELOPER_DIR='/Library/Developer/CommandLineTools' :debug:configure LIBRARY_PATH='/opt/local/lib' :debug:configure MACOSX_DEPLOYMENT_TARGET='11.3' :debug:configure SDKROOT='/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk' :info:configure Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_dconf/dconf/work/dconf-0.26.1" && autoreconf -fvi :debug:configure system: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_dconf/dconf/work/dconf-0.26.1" && autoreconf -fvi :info:configure autoreconf: export WARNINGS= :info:configure autoreconf: Entering directory '.' :info:configure autoreconf: configure.ac: not using Gettext :info:configure autoreconf: running: /opt/local/bin/aclocal --force -I m4 :info:configure autoreconf: configure.ac: tracing :info:configure autoreconf: configure.ac: not using Libtool :info:configure autoreconf: configure.ac: not using Intltool :info:configure autoreconf: running: /opt/local/bin/gtkdocize --copy :info:configure Can't exec "/opt/local/bin/gtkdocize": No such file or directory at /opt/local/share/autoconf/Autom4te/FileUtils.pm line 293. :info:configure autoreconf: error: /opt/local/bin/gtkdocize failed with exit status: 2 :info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_dconf/dconf/work/dconf-0.26.1" && autoreconf -f$ :info:configure Exit code: 2 :error:configure Failed to configure dconf: autoreconf failure: command execution failed :debug:configure Error code: NONE :debug:configure Backtrace: autoreconf failure: command execution failed :debug:configure while executing :debug:configure "$procedure $targetname" :error:configure See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_dconf/dconf/main.log for details.
Change History (6)
comment:1 follow-up: 2 Changed 3 years ago by kencu (Ken)
comment:2 Changed 3 years ago by mpaccione (Michael Paccione)
Replying to kencu:
if you install
gtk-doc
you should be good to go.This is an issue with many ports since a recently autotools update brought this bit of happiness in with the update.
It will get added as a proper build dep in due course of time.
Ken I should have added more clarity - I tried installing that with Homebrew because I went into the logs to check naturally. So I tried installing (gtk-doc and gtk3+) I didnt know which was needed specifically. No dice. Maybe Homebrew installs it in a different place? What installer should I use?
Thank you!
comment:3 Changed 3 years ago by kencu (Ken)
it's specifically looking for Can't exec "/opt/local/bin/gtkdocize"
so the homebrew one won't fill the need.
Mixing homebrew and MacPorts is non-trivial for these kinds of reasons... you're better to choose one or the other.
comment:4 follow-up: 5 Changed 3 years ago by jmroot (Joshua Root)
Keywords: | gnome terminal dconf gtkdoc removed |
---|---|
Owner: | set to dbevans |
Status: | new → assigned |
comment:5 Changed 3 years ago by mpaccione (Michael Paccione)
Replying to jmroot: Gotcha, okay I will look into it more. I am a Win/Linux guy and I just got a Mac for a software engineering job last week. Never used Mac before.
comment:6 Changed 5 weeks ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
if you install
gtk-doc
you should be good to go.This is an issue with many ports since a recent autotools update brought this bit of happiness in with the update.
It will get added as a proper build dep in due course of time.