On 12/12/12 3:48 PM, Robert Wenner wrote: > Hi, > > fink selfupdate hangs on Mac OS 10.8.1 (Intel): > > robert@pferdeapfel:~> fink selfupdate > Password: > /sw/bin/rsync -az -q > rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP > /sw/fink/TIMESTAMP.tmp > I will now run the rsync command to retrieve the latest package descriptions. > /sw/bin/rsync -rtz --delete-after --delete -q --include='10.7/' > --include='10.7/stable/' --include='10.7/stable/main/' > --include='10.7/stable/main/finkinfo/' > --include='10.7/stable/main/finkinfo/*/' > --include='10.7/stable/main/finkinfo/*' > --include='10.7/stable/main/finkinfo/**/*' --include='10.7/' > --include='10.7/stable/' --include='10.7/stable/crypto/' > --include='10.7/stable/crypto/finkinfo/' > --include='10.7/stable/crypto/finkinfo/*/' > --include='10.7/stable/crypto/finkinfo/*' > --include='10.7/stable/crypto/finkinfo/**/*' --include='10.7/' > --include='10.7/unstable/' --include='10.7/unstable/main/' > --include='10.7/unstable/main/finkinfo/' > --include='10.7/unstable/main/finkinfo/*/' > --include='10.7/unstable/main/finkinfo/*' > --include='10.7/unstable/main/finkinfo/**/*' --include='10.7/' > --include='10.7/unstable/' --include='10.7/unstable/crypto/' > --include='10.7/unstable/crypto/finkinfo/' > --include='10.7/unstable/crypto/finkinfo/*/' > --include='10.7/unstable/crypto/finkinfo/*' --includ e='10.7/unstable/crypto/finkinfo/**/*' --include='VERSION' --include='DISTRIBUTION' --include='README' --exclude='**' 'rsync://distfiles.master.finkmirrors.net/finkinfo' '/sw/fink/' > Scanning package description files.......... > Information about 6424 packages read in 1 seconds. > The following 10 packages will be installed or updated: > debianutils dpkg gettext-bin libgettext8-dev libgettext8-shlibs libiconv > libiconv-bin > libiconv-dev sensible-utils tar > Setting runtime build-lock... > dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-libiconv-1.12-5 > /sw/src/fink.build > dpkg-deb: building package `fink-buildlock-libiconv-1.12-5' in > `/sw/src/fink.build/fink-buildlock-libiconv-1.12-5_2012.12.11-15.10.01_darwin-i386.deb'. > Installing build-lock package... > /sw/bin/dpkg-lockwait -i > /sw/src/fink.build/fink-buildlock-libiconv-1.12-5_2012.12.11-15.10.01_darwin-i386.deb > Selecting previously deselected package fink-buildlock-libiconv-1.12-5. > (Reading database ... 74040 files and directories currently installed.) > Unpacking fink-buildlock-libiconv-1.12-5 (from > .../fink-buildlock-libiconv-1.12-5_2012.12.11-15.10.01_darwin-i386.deb) ... > Setting up fink-buildlock-libiconv-1.12-5 (2012.12.11-15.10.01) ... > > sudo -u fink-bld [ENV] sh -c /tmp/fink.FY_rg > /sw/bin/tar --no-same-owner --no-same-permissions -xf > /sw/src/libiconv-1.12.tar.gz > > At this point it hangs literally for hours. > > ^C > ### execution of /sw/bin/tar failed, exit code 2 > ### execution of /tmp/fink.FY_rg failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-libiconv-1.12-5 > (Reading database ... 74041 files and directories currently installed.) > Removing fink-buildlock-libiconv-1.12-5 ... > Failed: phase unpacking 'libiconv-1.12.tar.gz': libiconv-1.12-5 failed > > Before reporting any errors, please run "fink selfupdate" and try again. > Also try using "fink configure" to set your maximum build jobs to 1 and > attempt to build the package again. > If you continue to have issues, please check to see if the FAQ on Fink's > website solves the problem. If not, ask on one (not both, please) of > these mailing lists: > > The Fink Users List <[email protected]> > The Fink Beginners List <[email protected]>. > > Please try to include the complete error message in your report. This > generally consists of a compiler line starting with e.g. "gcc" or "g++" > followed by the actual error output from the compiler. > > Also include the following system information: > Package manager version: 0.34.4 > Distribution version: selfupdate-rsync Tue Dec 11 15:10:00 2012, 10.8, i386 > Trees: local/main stable/main stable/crypto unstable/main unstable/crypto > local/injected > Xcode.app: 4.4.1 > Xcode command-line tools: 4.4.0.0.1.1249367152 > Max. Fink build jobs: 2 > > This always happens on selfupdate. Some packages install fine (e.g., > diffutils), others hang (e.g., nano) on other tar commands. > > robert@pferdeapfel:~> ps ax | grep -v grep | grep no-same > 24188 s000 S+ 0:00.00 /sw/bin/tar --no-same-owner --no-same-permissions > -xvf /sw/src/libiconv-1.12.tar.gz > > > The tar file exists: > robert@pferdeapfel:~> ls -l /sw/src/libiconv-1.12.tar.gz > -rw-r--r-- 1 root admin 4.4M Dec 7 16:11 /sw/src/libiconv-1.12.tar.gz > > and if I run > /sw/bin/tar --no-same-owner --no-same-permissions -xvf > /sw/src/libiconv-1.12.tar.gz > it unpacks ok and exits with 0. > > Other Xcode applications (make, gcc, ...) work fine. > > robert@pferdeapfel:~> xcode-select --version > xcode-select version 2311. > robert@pferdeapfel:~> xcode-select --print-path > /Applications/Xcode.app/Contents/Developer > > robert@pferdeapfel:~> fink --version > Package manager version: 0.34.4 > Distribution version: selfupdate-rsync Wed Dec 12 16:16:29 2012, 10.8, i386 > Trees: local/main stable/main stable/crypto unstable/main unstable/crypto > local/injected > > Copyright (c) 2001 Christoph Pfisterer > Copyright (c) 2001-2012 The Fink Package Manager Team > This program is distributed in the hope that it will be useful, > but WITHOUT ANY WARRANTY; without even the implied warranty of > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > GNU General Public License for more details. > > > How can I resolve this? > > Thanks, > > Robert >
You're on an unsupported platform, for one thing. We don't do i386 on 10.8. In addition, how are you getting root access? -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
