Opened 16 years ago

Last modified 16 years ago

#15079 closed defect

gtk-doc install issue — at Version 2

Reported by: schnide (Joe Schnide) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: gtk-doc Cc:
Port:

Description (last modified by wsiegrist@…)

I posted this to the list and did not get a respone so am creating a ticket.

Have been getting an error similiar to what is below for a couple of weeks when trying to do a port upgrade installed. So I tried my old faithful process of uninstalling macports with the command rm -rf /opt/local /Applications/MacPorts /Library/Tcl/macports1.0 /Library/LaunchDaemons/org.macports.* /Library/StartupItems/DarwinPortsStartup

Does macports leave anything enywhere beyond the directories listed above? Besides a specified download directory, are there other places individual ports could be leaving files and/or directories?

After removing macports with the command above, macports was installed from the downloadable dmg. Then port -d selfupdate was run and I started with an install of wireshark. The packages required for wireshark were installing fine until py25-hashlib. I did a port clean installed, continued with port install wireshark and py25-hashlib installed fine. The install continued until an error with py25-libxml2, did another port clean installed, ran port install wireshark and py25-libxml2 installed fine. The next failure was gtk-doc. I did a port clean installed, then a port clean --all gtk-doc and then port install wireshark.

root# port install wireshark
--->  Configuring gtk-doc
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gtk-doc/work/gtk-doc-1.10" && ./configure --prefix=/opt/local --with-xml-catalog=/opt/local/etc/xml/catalog " returned error 1
[[BR]]Command output: configure: creating libtool
[[BR]]appending configuration tag "CXX" to libtool
[[BR]]checking for ld used by /usr/bin/g++-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
[[BR]]checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
[[BR]]checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... [[BR]]yes
[[BR]]checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common
[[BR]]checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes
[[BR]]checking if /usr/bin/g++-4.0 static flag -static works... no
[[BR]]checking if /usr/bin/g++-4.0 supports -c -o file.o... yes
[[BR]]checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
[[BR]]checking dynamic linker characteristics... darwin9.2.2 dyld
[[BR]]checking how to hardcode library paths into programs... immediate
[[BR]]appending configuration tag "F77" to libtool
[[BR]]checking for pkg-config... /opt/local/bin/pkg-config
[[BR]]checking pkg-config is at least version 0.19... yes
[[BR]]checking for perl... /opt/local/bin/perl
[[BR]]checking if Perl version >= 5.6.0... yes
[[BR]]checking whether /opt/local/bin/python2.5 version >= 2.3... yes
[[BR]]checking for /opt/local/bin/python2.5 version... 2.5
[[BR]]checking for /opt/local/bin/python2.5 platform... darwin
[[BR]]checking for /opt/local/bin/python2.5 script directory... ${prefix}/lib/python2.5/site-packages
[[BR]]checking for /opt/local/bin/python2.5 extension module directory... ${exec_prefix}/lib/python2.5/site-packages
[[BR]]checking for openjade... no
[[BR]]checking for jade... no
[[BR]]configure: WARNING: Could not find openjade or jade, so SGML is not supported
[[BR]]checking for xsltproc... /opt/local/bin/xsltproc
[[BR]]checking for XML catalog (/opt/local/etc/xml/catalog)... found
[[BR]]checking for xmlcatalog... /opt/local/bin/xmlcatalog
[[BR]]checking for DocBook XML DTD V4.1.2 in XML catalog... not found
[[BR]]configure: error: could not find DocBook XML DTD V4.1.2 in XML catalog

[[BR]]Error: The following dependencies failed to build: gtk2 gtk-doc jpeg pango Xft2 xorg-xproto xorg-util-macros shared-mime-info tiff libpcap
[[BR]]Error: Status 1 encountered during processing.

I can not get past this error to finish the wireshark install and continue with other port installs. Please let me know if I can provide further information. Any assistance would be appreciated.

MacBookPro 2.33 GHz Intel Core 2 Duo 10.5.2

Thanks Joe

Change History (2)

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Instructions for completely removing MacPorts are available on the wiki: http://trac.macports.org/projects/macports/wiki/FAQ#HowdoIremoveoruninstallMacPorts

Are the docbook-xml-4.1.2 and xmlcatmgr ports installed as they should be? Looking at the dependencies, docbook-xml-4.1.2 should really be a depends_lib rather than a depends_build, since it's checked for by configure. But I'm not sure if that could be causing this problem.

comment:2 Changed 16 years ago by wsiegrist@…

Description: modified (diff)

Cleaning up description with wikiformatting.

Note: See TracTickets for help on using tickets.