-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/18/10 4:33 AM, Joachim Reichelt wrote: > Hi, > > Im trying to > fink install coot > > and got an error in installing nose-py: > # fink install nose-py26 > .... > Copying nose.egg-info to > /sw_64/src/fink.build/root-nose-py26-0.11.3-1/sw64/lib/python2.6/ > site-packages/nose-0.11.3-py2.6.egg-info > running install_scripts > Installing nosetests-2.6 script to > /sw_64/src/fink.build/root-nose-py26-0.11.3-1/sw64/bin > Installing nosetests script to > /sw_64/src/fink.build/root-nose-py26-0.11.3-1/sw64/bin > mkdir /sw_64/src/fink.build/root-nose-py26-0.11.3-1/sw_64/share > mv /sw_64/src/fink.build/root-nose-py26-0.11.3-1/sw_64/man > /sw_64/src/fink.build/root-nose-py26-0.11.3-1/sw_64/share/man > mv: rename /sw_64/src/fink.build/root-nose-py26-0.11.3-1/sw_64/man to > /sw_64/src/fink.build/root-nose-py26-0.11.3-1/sw_64/share/man: No > such file or > directory > ### execution of /var/tmp/tmp.2.zeVjk9 failed, exit code 1 > Removing runtime build-lock... > Removing build-lock package... > /sw_64/bin/dpkg-lockwait -r fink-buildlock-nose-py26-0.11.3-1 > (Lese Datenbank ... 31766 Dateien und Verzeichnisse sind derzeit installiert.) > Entferne fink-buildlock-nose-py26-0.11.3-1 ... > Failed: phase installing: nose-py26-0.11.3-1 failed > >
Such errors are usually due to something that happened (or didn't happen) earlier in the build. In this case /sw_64/src/fink.build/root-nose-py26-0.11.3-1/sw_64/man appears not to have been created. Go back earlier in your build output. A successful build on my system has: ... byte-compiling /sw64/src/fink.build/root-nose-py26-0.11.4-1/sw64/lib/python2.6/site-packages/nose/util.py to util.pyc running install_data creating /sw64/src/fink.build/root-nose-py26-0.11.4-1/sw64/man creating /sw64/src/fink.build/root-nose-py26-0.11.4-1/sw64/man/man1 copying nosetests.1 -> /sw64/src/fink.build/root-nose-py26-0.11.4-1/sw64/man/man1 ... See what you have at this point in the build. - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAky8OkMACgkQB8UpO3rKjQ//AACeLLItwqj6gf0V6UwZCZrBeQcq FBUAn28/f4XbBnjuD8syUZR56rSTnatj =ZfFC -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
