Axel Essbaum wrote:
>
> On Apr 9, 2009, at 7:39 PM, Alexander Hansen wrote:
>
>> Axel Essbaum wrote:
>>>
>>> On Apr 9, 2009, at 6:54 PM, Alexander Hansen wrote:
>>>
>>>> Axel Essbaum wrote:
>>>>>
>>>>> On Apr 9, 2009, at 6:24 PM, Alexander Hansen wrote:
>>>>>
>>>>>> Axel Essbaum wrote:
>>>>>>>
>>>>>>> On Apr 9, 2009, at 5:26 PM, Alexander Hansen wrote:
>>>>>>>>
>>>>>>>> Here's my idea then:
>>>>>>>>
>>>>>>>> 1)  Run "sudo rm -rf /sw"
>>>>>>>> 2)  Reinstall Fink from the installer.  Note:  I've had this give
>>>>>>>> permissions errors on the second install, so if that occurs you
>>>>>>>> can
>>>>>>>> try
>>>>>>>> "sudo chmod 1775 /"
>>>>>>>> 3)  Run "fink selfupdate"
>>>>>>>> 4)  Run "fink index -f"
>>>>>>>> 5)  Run "fink selfupdate-rsync"
>>>>>>>> 6)  Try installing gnucash2 again via "fink install gnucash2".
>>>>>>>>
>>>>>>>> Having just tried to install the default, stable tree, version of
>>>>>>>> gnome-desktop, it actually worked for me today; so it looks
>>>>>>>> like the
>>>>>>>> issue was a transient server problem.   Hate it when that happens.
>>>>>>>
>>>>>>> As you had success with the stable tree, I assume I should NOT put
>>>>>>> u-tokyo into my sources.list file, right?
>>>>>>>
>>>>>> Right.   It shouldn't be needed.
>>>>>
>>>>> Here's a new one.  I did as you say above and get this:
>>>>>
>>>>> axe-mbp:~ work$ fink install gnucash2
>>>>> Password:
>>>>> Information about 4109 packages read in 0 seconds.
>>>>> Can't resolve dependency "fink (>= 0.28-1)" for package
>>>>> "gnucash2-2.2.5-152" (no matching packages/versions found)
>>>>> Exiting with failure.
>>>>>
>>>>>> Sorry about all the confusion here:  server issue+my not fully
>>>>>> appreciating what apt-get would actually do here.
>>>>>
>>>>> No problem, I appreciate all the help!  :-)
>>>>>
>>>>> -- 
>>>>> Axel Essbaum
>>>>> [email protected]
>>>>>
>>>> Try running "fink selfupdate" again.
>>>
>
> <snip>
>>>
>>> Scanning package description files..........
>>> Information about 4109 packages read in 0 seconds.
>>> No packages to install.
>>>
>>> The core packages have been updated. You should now update the other
>>> packages using commands like 'fink update-all'.
>>>
>>> axe-mbp:~ work$ fink install gnucash2
>>> Password:
>>> Information about 4109 packages read in 0 seconds.
>>> Can't resolve dependency "fink (>= 0.28-1)" for package
>>> "gnucash2-2.2.5-152" (no matching packages/versions found)
>>> Exiting with failure.
>>>
>>>
>> Oops.  I probably should have had you run "fink index -f" and then "fink
>> selfupdate"
>>
>
>
> After running "fink index -f" and "fink selfupdate" the build started
> and ran for about 2 hours before stopping at the following.  It's been
> hung at this point for about 4 hours...
>
> Any ideas?
>
> <much deleted...>
> mkdir .libs
> gcc -dynamiclib  -o .libs/libt1.5.1.2.dylib  type1/.libs/arith.o
> type1/.libs/curves.o type1/.libs/fontfcn.o type1/.libs/hints.o
> type1/.libs/lines.o type1/.libs/objects.o type1/.libs/paths.o
> type1/.libs/regions.o type1/.libs/scanfont.o type1/.libs/spaces.o
> type1/.libs/t1io.o type1/.libs/t1snap.o type1/.libs/t1stub.o
> type1/.libs/token.o type1/.libs/type1.o type1/.libs/util.o
> t1lib/.libs/t1finfo.o t1lib/.libs/t1base.o t1lib/.libs/t1delete.o
> t1lib/.libs/t1enc.o t1lib/.libs/t1env.o t1lib/.libs/t1load.o
> t1lib/.libs/t1set.o t1lib/.libs/t1trans.o t1lib/.libs/t1aaset.o
> t1lib/.libs/t1afmtool.o t1lib/.libs/t1outline.o t1lib/.libs/t1subset.o
> t1lib/.libs/parseAFM.o  -L/sw/lib -lm  -install_name 
> /sw/lib/libt1.5.dylib -Wl,-compatibility_version -Wl,7
> -Wl,-current_version -Wl,7.2
> (cd .libs && rm -f libt1.5.dylib && ln -s libt1.5.1.2.dylib
> libt1.5.dylib)
> (cd .libs && rm -f libt1.dylib && ln -s libt1.5.1.2.dylib libt1.dylib)
> ar cru .libs/libt1.a  type1/arith.o type1/curves.o type1/fontfcn.o
> type1/hints.o type1/lines.o type1/objects.o type1/paths.o
> type1/regions.o type1/scanfont.o type1/spaces.o type1/t1io.o
> type1/t1snap.o type1/t1stub.o type1/token.o type1/type1.o type1/util.o
> t1lib/t1finfo.o t1lib/t1base.o t1lib/t1delete.o t1lib/t1enc.o
> t1lib/t1env.o t1lib/t1load.o t1lib/t1set.o t1lib/t1trans.o
> t1lib/t1aaset.o t1lib/t1afmtool.o t1lib/t1outline.o t1lib/t1subset.o
> t1lib/parseAFM.o
> ranlib .libs/libt1.a
> creating libt1.la
> (cd .libs && rm -f libt1.la && ln -s ../libt1.la libt1.la)
> cp t1lib/t1lib.h .
> ../libtool --mode=compile \
>         gcc -c -I/sw/include -g -O2 -DT1LIB_IDENT="\"5.1.2\""
> -DGLOBAL_CONFIG_DIR="\"/sw/share/t1lib\"" -DT1LIB_NO_X11_SUPPORT 
> type1afm.c
> mkdir .libs
>  gcc -c -I/sw/include -g -O2 -DT1LIB_IDENT=\"5.1.2\"
> -DGLOBAL_CONFIG_DIR=\"/sw/share/t1lib\" -DT1LIB_NO_X11_SUPPORT
> type1afm.c  -fno-common -DPIC -o .libs/type1afm.o
>  gcc -c -I/sw/include -g -O2 -DT1LIB_IDENT=\"5.1.2\"
> -DGLOBAL_CONFIG_DIR=\"/sw/share/t1lib\" -DT1LIB_NO_X11_SUPPORT
> type1afm.c -o type1afm.o >/dev/null 2>&1
> ../libtool --mode=link \
>         gcc -o type1afm -L/sw/lib type1afm.lo  ../lib/libt1.la  -lm
> gcc -o .libs/type1afm .libs/type1afm.o  -L/sw/lib
> ../lib/.libs/libt1.dylib -lm
> creating type1afm
> ../libtool --mode=compile \
>         gcc -I../lib -c -I/sw/include -g -O2 -DT1LIB_IDENT="\"5.1.2\""
> -DGLOBAL_CONFIG_DIR="\"/sw/share/t1lib\"" -DT1LIB_NO_X11_SUPPORT 
> t1example1.c
> mkdir .libs
>  gcc -I../lib -c -I/sw/include -g -O2 -DT1LIB_IDENT=\"5.1.2\"
> -DGLOBAL_CONFIG_DIR=\"/sw/share/t1lib\" -DT1LIB_NO_X11_SUPPORT
> t1example1.c  -fno-common -DPIC -o .libs/t1example1.o
>  gcc -I../lib -c -I/sw/include -g -O2 -DT1LIB_IDENT=\"5.1.2\"
> -DGLOBAL_CONFIG_DIR=\"/sw/share/t1lib\" -DT1LIB_NO_X11_SUPPORT
> t1example1.c -o t1example1.o >/dev/null 2>&1
> ../libtool --mode=link \
>         gcc -o t1example1  -L/sw/lib t1example1.lo  ../lib/libt1.la  -lm
> gcc -o .libs/t1example1 .libs/t1example1.o  -L/sw/lib
> ../lib/.libs/libt1.dylib -lm
> creating t1example1
> ../libtool --mode=compile \
>         gcc -I../lib -c -I/sw/include -g -O2 -DT1LIB_IDENT="\"5.1.2\""
> -DGLOBAL_CONFIG_DIR="\"/sw/share/t1lib\"" -DT1LIB_NO_X11_SUPPORT 
> subset.c
>  gcc -I../lib -c -I/sw/include -g -O2 -DT1LIB_IDENT=\"5.1.2\"
> -DGLOBAL_CONFIG_DIR=\"/sw/share/t1lib\" -DT1LIB_NO_X11_SUPPORT
> subset.c  -fno-common -DPIC -o .libs/subset.o
>  gcc -I../lib -c -I/sw/include -g -O2 -DT1LIB_IDENT=\"5.1.2\"
> -DGLOBAL_CONFIG_DIR=\"/sw/share/t1lib\" -DT1LIB_NO_X11_SUPPORT
> subset.c -o subset.o >/dev/null 2>&1
> ../libtool --mode=link \
>         gcc -o subset -L/sw/lib subset.lo  ../lib/libt1.la  -lm
> gcc -o .libs/subset .libs/subset.o  -L/sw/lib ../lib/.libs/libt1.dylib
> -lm
> creating subset
> /bin/rm -rf /sw/src/fink.build/root-t1lib5-nox-5.1.2-1
> /bin/mkdir -p /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw
> /bin/mkdir -p /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/DEBIAN
> /usr/sbin/chown -R root:admin /sw/src/fink.build/root-t1lib5-nox-5.1.2-1
> /var/tmp/tmp.9.UyC0J2
> #!/bin/sh -ev
>  make install prefix=/sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw
> for i in lib type1afm examples  doc; do \
>       (cd $i; make install) || exit 1; \
>     done
> ../ac-tools/mkinstalldirs
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/lib
> mkdir /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/lib
> ../ac-tools/mkinstalldirs
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/include
> mkdir /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/include
> ../ac-tools/mkinstalldirs
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/t1lib
> mkdir /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share
> mkdir /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/t1lib
> ../libtool --mode=install \
>         /usr/bin/install -c -m 644 libt1.la
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/lib
> /usr/bin/install -c -m 644 .libs/libt1.5.1.2.dylib
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/lib/libt1.5.1.2.dylib
> (cd /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/lib && rm -f
> libt1.5.dylib && ln -s libt1.5.1.2.dylib libt1.5.dylib)
> (cd /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/lib && rm -f
> libt1.dylib && ln -s libt1.5.1.2.dylib libt1.dylib)
> /usr/bin/install -c -m 644 .libs/libt1.lai
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/lib/libt1.la
> /usr/bin/install -c -m 644 .libs/libt1.a
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/lib/libt1.a
> ranlib /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/lib/libt1.a
> chmod 644 /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/lib/libt1.a
> libtool: install: warning: remember to run `libtool --finish /sw/lib'
> ../libtool --mode=install \
>         /usr/bin/install -c -m 644 t1lib.h
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/include
> /usr/bin/install -c -m 644 t1lib.h
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/include/t1lib.h
> if (test -f
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/t1lib/t1lib.config) \
>     then \
>       echo "Alert: Global configuration file exists, installation
> skipped!"; \
>     else \
>       ../libtool --mode=install /usr/bin/install -c -m 644
> t1lib.config /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/t1lib; \
>     fi;
> /usr/bin/install -c -m 644 t1lib.config
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/t1lib/t1lib.config
> ../ac-tools/mkinstalldirs
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/bin
> mkdir /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/bin
> ../libtool --mode=install \
>         /usr/bin/install -c type1afm
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/bin/type1afm
> libtool: install: warning: `../lib/libt1.la' has not been installed in
> `/sw/lib'
> /usr/bin/install -c .libs/type1afm
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/bin/type1afm
> make[1]: Nothing to be done for `install'.
> if (test -f t1lib_doc.ps) \
>     then \
>       ../ac-tools/mkinstalldirs
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/t1lib/doc; \
>       /usr/bin/install -c -m 644 t1lib_doc.ps
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/t1lib/doc; \
>     fi;
> if (test -f t1lib_doc.pdf) \
>     then \
>       ../ac-tools/mkinstalldirs
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/t1lib/doc; \
>       /usr/bin/install -c -m 644 t1lib_doc.pdf
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/t1lib/doc; \
>     fi;
> mkdir /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/t1lib/doc
>  if [ -nox = "-x11" ]; then
>  rm /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/bin/type1afm
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/include/t1lib.h
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/lib/libt1.*
>  elif [ -nox = "-nox" ]; then
>  mv
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/t1lib/t1lib.config
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/t1lib/t1lib-nox.config
>
>  fi
>  mkdir -p
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/doc/t1lib5-nox
>  mv
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/t1lib/doc/t1lib_doc.pdf
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/doc/t1lib5-nox
>  /bin/rm -rf
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/t1lib/doc
> /usr/bin/install -d -m 700
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/doc/t1lib5-nox
> /bin/cp -r README.t1lib-5.1.2
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/doc/t1lib5-nox/
> /bin/cp -r LICENSE
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/doc/t1lib5-nox/
> /bin/cp -r LGPL
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/doc/t1lib5-nox/
> /bin/chmod -R go=u-w
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/doc/t1lib5-nox
> /bin/rm -f /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/info/dir
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/info/dir.old
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/info/dir
> /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/share/info/dir.old
> /bin/rm -rf /sw/src/fink.build/root-t1lib5-nox-shlibs-5.1.2-1
> /bin/mkdir -p /sw/src/fink.build/root-t1lib5-nox-shlibs-5.1.2-1/sw
> /bin/mkdir -p /sw/src/fink.build/root-t1lib5-nox-shlibs-5.1.2-1/DEBIAN
> /usr/sbin/chown -R root:admin
> /sw/src/fink.build/root-t1lib5-nox-shlibs-5.1.2-1
> /usr/bin/install -d -m 755
> /sw/src/fink.build/root-t1lib5-nox-shlibs-5.1.2-1/sw/lib
> /bin/mv /sw/src/fink.build/root-t1lib5-nox-5.1.2-1/sw/lib/*.5*dylib
> /sw/src/fink.build/root-t1lib5-nox-shlibs-5.1.2-1/sw/lib/
> /usr/bin/install -d -m 700
> /sw/src/fink.build/root-t1lib5-nox-shlibs-5.1.2-1/sw/share/doc/t1lib5-nox-shlibs
>
> /bin/cp -r README.t1lib-5.1.2
> /sw/src/fink.build/root-t1lib5-nox-shlibs-5.1.2-1/sw/share/doc/t1lib5-nox-shlibs/
>
> /bin/cp -r LICENSE
> /sw/src/fink.build/root-t1lib5-nox-shlibs-5.1.2-1/sw/share/doc/t1lib5-nox-shlibs/
>
> /bin/cp -r LGPL
> /sw/src/fink.build/root-t1lib5-nox-shlibs-5.1.2-1/sw/share/doc/t1lib5-nox-shlibs/
>
> /bin/chmod -R go=u-w
> /sw/src/fink.build/root-t1lib5-nox-shlibs-5.1.2-1/sw/share/doc/t1lib5-nox-shlibs
>
> /bin/rm -f
> /sw/src/fink.build/root-t1lib5-nox-shlibs-5.1.2-1/sw/info/dir
> /sw/src/fink.build/root-t1lib5-nox-shlibs-5.1.2-1/sw/info/dir.old
> /sw/src/fink.build/root-t1lib5-nox-shlibs-5.1.2-1/sw/share/info/dir
> /sw/src/fink.build/root-t1lib5-nox-shlibs-5.1.2-1/sw/share/info/dir.old
> Writing control file...
> dpkg-deb -b root-t1lib5-nox-5.1.2-1
> /sw/fink/10.5/stable/main/binary-darwin-i386/graphics
> dpkg-deb: building package `t1lib5-nox' in
> `/sw/fink/10.5/stable/main/binary-darwin-i386/graphics/t1lib5-nox_5.1.2-1_darwin-i386.deb'.
>
> Writing control file...
> Creating shlibs files...
> dpkg-deb -b root-t1lib5-nox-shlibs-5.1.2-1
> /sw/fink/10.5/stable/main/binary-darwin-i386/graphics
> dpkg-deb: building package `t1lib5-nox-shlibs' in
> `/sw/fink/10.5/stable/main/binary-darwin-i386/graphics/t1lib5-nox-shlibs_5.1.2-1_darwin-i386.deb'.
>
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-t1lib5-nox-5.1.2-1
>
>
> -- 
> Axel Essbaum
> [email protected]
>
>
>
>
I've no clue:  there's not anything there that looks out of the
ordinary.   

What do you get from running "fink list -t buildlock" in a different window?

-- 
Alexander Hansen
Fink User Liaison


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to