Sean Lake wrote: > Hello all, > > I'm on a PPC machine this time. Here is the error message: > > patch -p1 < /sw/fink/dists/unstable/main/finkinfo/languages/gcc44.patch > patching file libjava/configure.ac > Hunk #1 succeeded at 139 (offset 57 lines). > patching file libjava/configure > Hunk #1 succeeded at 1021 with fuzz 1 (offset 3 lines). > Hunk #2 succeeded at 1975 (offset 123 lines). > /var/tmp/tmp.1.9FN3tj > #!/bin/bash -ev > set +x > if [ -e /usr/local/lib/libgmp.a ] || [ -e /usr/local/lib/libgmp.dylib ]; then > echo "-----WARNING-----WARNING-----WARNING-----" > echo "You seem to have GMP installed in /usr/local." > echo "This is known to cause gcc44 to fail to build." > echo "Please move aside /usr/local and try again." > echo "-----WARNING-----WARNING-----WARNING-----" > exit 1 > fi > -----WARNING-----WARNING-----WARNING----- > You seem to have GMP installed in /usr/local. > This is known to cause gcc44 to fail to build. > Please move aside /usr/local and try again. > -----WARNING-----WARNING-----WARNING----- > ### execution of /var/tmp/tmp.1.9FN3tj failed, exit code 1 > > fink version info: > > fink --version > Package manager version: 0.29.10 > Distribution version: selfupdate-rsync Mon May 31 21:44:59 2010, 10.5, powerpc > > The build appears to be going ahead on my Intel machine, so I have no > idea what's going wrong.
The -WARNING- seems pretty clear. It also tells you what to do. If you don't receive it on you intel machine, you probably don't have gmp installed in /usr/local/ there. -- Martin ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
