Opened 17 years ago
Closed 16 years ago
#15079 closed defect (worksforme)
gtk-doc install issue
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 Command output: configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /usr/bin/g++-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... [[BR]]yes checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes checking if /usr/bin/g++-4.0 static flag -static works... no checking if /usr/bin/g++-4.0 supports -c -o file.o... yes checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.2.2 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for pkg-config... /opt/local/bin/pkg-config checking pkg-config is at least version 0.19... yes checking for perl... /opt/local/bin/perl checking if Perl version >= 5.6.0... yes checking whether /opt/local/bin/python2.5 version >= 2.3... yes checking for /opt/local/bin/python2.5 version... 2.5 checking for /opt/local/bin/python2.5 platform... darwin checking for /opt/local/bin/python2.5 script directory... ${prefix}/lib/python2.5/site-packages checking for /opt/local/bin/python2.5 extension module directory... ${exec_prefix}/lib/python2.5/site-packages checking for openjade... no checking for jade... no configure: WARNING: Could not find openjade or jade, so SGML is not supported checking for xsltproc... /opt/local/bin/xsltproc checking for XML catalog (/opt/local/etc/xml/catalog)... found checking for xmlcatalog... /opt/local/bin/xmlcatalog checking for DocBook XML DTD V4.1.2 in XML catalog... not found configure: error: could not find DocBook XML DTD V4.1.2 in XML catalog Error: The following dependencies failed to build: gtk2 gtk-doc jpeg pango Xft2 xorg-xproto xorg-util-macros shared-mime-info tiff libpcap 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 (5)
comment:1 Changed 17 years ago by jmroot (Joshua Root)
comment:2 Changed 17 years ago by wsiegrist@…
Description: | modified (diff) |
---|
Cleaning up description with wikiformatting.
comment:3 Changed 17 years ago by wsiegrist@…
Description: | modified (diff) |
---|
comment:4 Changed 16 years ago by schnide (Joe Schnide)
This can be closed. The error was on my part with deleting some data I should not have.
Thanks
comment:5 Changed 16 years ago by aschenke@…
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Closing per reporter request.
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.