Opened 19 years ago

Closed 19 years ago

#2641 closed defect (fixed)

Can't install py-gtk2, fails to find docbook-xml-scrollkeeper

Reported by: aiste@… Owned by: blb@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

sudo port install py-gtk2 +glade Unable to execute port: couldn't change working directory to "/Users/nimfa/darwinports/dports/textproc/docbook-xml-scrollkeeper": no such file or directory

Change History (5)

comment:1 Changed 19 years ago by blb@…

Owner: changed from darwinports-bugs@… to blb@…

That's odd, I'm not sure which port is claiming a dependency on docbook-xml-scrollkeeper. Can you do a 'sudo port -dv install py-gtk2 +glade' and attach the results of that (-dv kicks in the debug messages from port so we can see what's trying to do what)?

comment:2 Changed 19 years ago by aiste@…

sudo port -dv install py-gtk2 +glade DEBUG: Found port in file:///Users/nimfa/darwinports/dports/python/py-gtk2 DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/python/py-gtk2 DEBUG: Requested variant powerpc is not provided by port py-gtk2. DEBUG: Requested variant darwin is not provided by port py-gtk2. DEBUG: Executing variant glade provides glade DEBUG: Found port in file:///Users/nimfa/darwinports/dports/lang/python24 DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/lang/python24DEBUG: Searching for dependency: python24 DEBUG: Didn't find receipt, going to depspec regex for: python24 DEBUG: Found Dependency: path: /opt/local/bin filename: python regex: python$ DEBUG: Found port in file:///Users/nimfa/darwinports/dports/x11/gtk2 DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/x11/gtk2 DEBUG: Searching for dependency: gtk2 DEBUG: Found Dependency: receipt exists for gtk2 DEBUG: Found port in file:///Users/nimfa/darwinports/dports/gnome/libglade2 DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/gnome/libglade2 DEBUG: Searching for dependency: libglade2 DEBUG: Didn't find receipt, going to depspec regex for: libglade2 DEBUG: Found port in file:///Users/nimfa/darwinports/dports/gnome/libgnome DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/gnome/libgnome DEBUG: Searching for dependency: libgnome DEBUG: Didn't find receipt, going to depspec regex for: libgnome DEBUG: Found port in file:///Users/nimfa/darwinports/dports/graphics/libart_lgplDEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/graphics/libart_lgpl DEBUG: Searching for dependency: libart_lgpl DEBUG: Found Dependency: receipt exists for libart_lgpl DEBUG: Found port in file:///Users/nimfa/darwinports/dports/audio/esound DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/audio/esound DEBUG: Searching for dependency: esound DEBUG: Found Dependency: receipt exists for esound DEBUG: Found port in file:///Users/nimfa/darwinports/dports/gnome/gnome-vfs DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/gnome/gnome-vfs DEBUG: Searching for dependency: gnome-vfs DEBUG: Found Dependency: receipt exists for gnome-vfs DEBUG: Found port in file:///Users/nimfa/darwinports/dports/textproc/scrollkeeper DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/textproc/scrollkeeper DEBUG: Searching for dependency: scrollkeeper DEBUG: Didn't find receipt, going to depspec regex for: scrollkeeper DEBUG: Found port in file:///Users/nimfa/darwinports/dports/textproc/libiconv DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/textproc/libiconv DEBUG: Searching for dependency: libiconv DEBUG: Found Dependency: receipt exists for libiconv DEBUG: Found port in file:///Users/nimfa/darwinports/dports/x11/XFree86 DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/x11/XFree86 DEBUG: Searching for dependency: XFree86 DEBUG: Didn't find receipt, going to depspec regex for: XFree86 DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: libX11\.6\.dylib$ DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: libX11\.6\.dylib$ DEBUG: Found port in file:///Users/nimfa/darwinports/dports/textproc/libxslt DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/textproc/libxslt DEBUG: Searching for dependency: libxslt DEBUG: Found Dependency: receipt exists for libxslt DEBUG: Found port in file:///Users/nimfa/darwinports/dports/textproc/libiconv DEBUG: Searching for dependency: libiconv DEBUG: Found Dependency: receipt exists for libiconv DEBUG: Found port in file:///Users/nimfa/darwinports/dports/textproc/libxml2 DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/textproc/libxml2 DEBUG: Searching for dependency: libxml2 DEBUG: Found Dependency: receipt exists for libxml2 DEBUG: Found port in file:///Users/nimfa/darwinports/dports/devel/gettext DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/devel/gettextDEBUG: Searching for dependency: gettext DEBUG: Found Dependency: receipt exists for gettext DEBUG: Found port in file:///Users/nimfa/darwinports/dports/textproc/expat DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/textproc/expat DEBUG: Searching for dependency: expat DEBUG: Found Dependency: receipt exists for expat DEBUG: Found port in file:///Users/nimfa/darwinports/dports/graphics/fontconfig DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/graphics/fontconfig DEBUG: Searching for dependency: fontconfig DEBUG: Found Dependency: receipt exists for fontconfig DEBUG: Found port in file:///Users/nimfa/darwinports/dports/textproc/docbook-xml-scrollkeeper DEBUG: Changing to port directory: /Users/nimfa/darwinports/dports/textproc/docbook-xml-scrollkeeper Unable to execute port: couldn't change working directory to "/Users/nimfa/darwinports/dports/textproc/docbook-xml-scrollkeeper": no such file or directory

comment:3 Changed 19 years ago by blb@…

Ah, okay, it's the scrollkeeper port which is wanting docbook-xml-scrollkeeper (this apparently has changed since I last installed scrollkeeper, hence my initial confusion).

Since it's complaining that it can't find the directory for docbook-xml-scrollkeeper but I see its directory here, my first guess is you need to update your ports tree. Start with

http://darwinports.opendarwin.org/docs/ch01s03.html#updating_dports

and see if that gets things working.

comment:4 Changed 19 years ago by aiste@…

Duh, didn't realise that doing a cvs up from the root of darwinports did not upgrade the portfiles themselves...

Everyhing sorted out now, thanks.

comment:5 Changed 19 years ago by blb@…

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.