Rishi Dhingra wrote: > Hi, > > I am trying to install quartz-wm and xorg via fink. I installed xorg > from the stable tree. Then, I updated fink to include the unstable > trees. Now, when I fink install applex11tools, the build breaks when > it tries to copy part of the documentation. Here's the output before > it breaks: > > /sw/src/fink.build/root-applex11tools-1.1.3-1 > /sw/src/fink.build/applex11tools-1.1.3-1 > for package in "$PKG_PATH" "$UPDATE_PATH"; do > gzip -dc "$package/Contents/Archive.pax.gz" | pax -r > '*quartz-wm*' '* X11.app*' '*open-x11*' '*Xquartz*' > done > popd > /sw/src/fink.build/applex11tools-1.1.3-1 > > if ! test -f > "/sw/src/fink.build/root-applex11tools-1.1.3-1/usr/bin/open-x11"; then > cat <<END > exit 1 > fi > > install -d -m 755 > /sw/src/fink.build/root-applex11tools-1.1.3-1/sw/Applications > mv /sw/src/fink.build/root-applex11tools-1.1.3-1 > /Applications/Utilities/X11.app > /sw/src/fink.build/root-applex11tools-1.1.3-1/sw/Applications/ > > install -d -m 755 > /sw/src/fink.build/root-applex11tools-1.1.3-1/sw/bin > mv /sw/src/fink.build/root-applex11tools-1.1.3-1 > /usr/bin/open-x11 /sw/src/fink.build/root-applex11tools-1.1.3-1/sw/bin/ > mv > /sw/src/fink.build/root-applex11tools-1.1.3-1/usr/X11R6/bin/quartz-wm > /sw/src/fink.build/root-applex11tools-1.1.3-1/sw/bin/ > > install -d -m 755 /sw/src/fink.build/root- > applex11tools-1.1.3-1/sw/share/doc/quartz-wm > mv > /sw/src/fink.build/root-applex11tools-1.1.3-1/usr/X11R6/lib/X11/doc/html/quartz-wm* > > /sw/src/fink.build/root-applex11tools-1.1.3-1/sw/share/doc/quartz-wm/ > mv: rename /sw/src/fink.build/root- > applex11tools-1.1.3-1/usr/X11R6/lib/X11/doc/html/quartz-wm* to > /sw/src/fink.build/root-applex11tools-1.1.3-1/sw/share/doc/quartz-wm/quartz-wm*: > > No such file or directory > ### execution of /var/tmp/tmp.2.3TzzW4 failed, exit code 1 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-applex11tools-1.1.3-1 > (Reading database ... 14718 files and directories currently installed.) > Removing fink-buildlock-applex11tools-1.1.3-1 ... > Failed: phase installing: applex11tools-1.1.3-1 failed > > I looked in the directory from which it tries to copy, and sure enough > there is no file whose name starts with quartz-wm. But, there is a > file called Xquartz.1.html. So, does anyone have any idea how I can > get around this error? > > Just an irrelevant note: I did have the apple x11 update and my osx > install dvd mounted. > > Thanks,? > Rishi > ------------------------------------------------------------------------ It works here. I wonder if Apple changed the contents of X11User. Here's what I have (from 10.4.0 media on a PowerPC):
:/Volumes/Mac OS X Install DVD/System/Installation/Packages/X11User.pkg/Contents hansen$ lsbom Archive.bom | grep quartz ./private/etc/X11/xserver/Xquartz.plist 100444 0/0 598 2658970753 ./usr/X11R6/bin/X 120755 0/0 7 2584079448 Xquartz ./usr/X11R6/bin/Xquartz 100755 0/0 2040932 3913635944 ./usr/X11R6/bin/quartz-wm 100755 0/0 96816 1848255330 ./usr/X11R6/lib/X11/doc/html/Xquartz.1.html 100444 0/0 7617 86838876 ./usr/X11R6/lib/X11/doc/html/quartz-wm.1.html 100444 0/0 4273 2428805874 ./usr/X11R6/man/man1/Xquartz.1 100444 0/0 5882 132889192 ./usr/X11R6/man/man1/quartz-wm.1 100444 0/0 3134 400486777 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
