> On Oct 1, 2015, at 16:01, Joe Borzellino <jborz...@me.com> wrote: > > Hi, > > I upgraded to El Capitan release. Downloaded latest fink master from github > and performed an inject.pl on an existing fink install on a yosemite machine. > Did a fink reinstall fink and a fink selfupdate and those worked fine. Tried > a fink update-all and when installing the gettext-tools, I get an install > hang on the checking for Java compiler stage right after the warning: > > "configure: WARNING: unknown target-version 1.8, please update gt_JAVACOMP > macro" > > I realize this may just be a hiccup in the transition to El Capitan, but any > help would be appreciated. > > Thanks in advance, > Joe > > > [riemann:~] joe% fink update-all > Information about 9790 packages read in 1 seconds. > The following package will be installed or updated: > gettext-tools > Setting runtime build-lock... > dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-gettext-tools-0.19.5.1-2 > /sw/src/fink.build > dpkg-deb: building package `fink-buildlock-gettext-tools-0.19.5.1-2' in > `/sw/src/fink.build/fink-buildlock-gettext-tools-0.19.5.1-2_2015.10.01-15.33.41_darwin-x86_64.deb'. > Installing build-lock package... > /sw/bin/dpkg-lockwait -i > /sw/src/fink.build/fink-buildlock-gettext-tools-0.19.5.1-2_2015.10.01-15.33.41_darwin-x86_64.deb > Selecting previously deselected package > fink-buildlock-gettext-tools-0.19.5.1-2. > (Reading database ... 64490 files and directories currently installed.) > Unpacking fink-buildlock-gettext-tools-0.19.5.1-2 (from > .../fink-buildlock-gettext-tools-0.19.5.1-2_2015.10.01-15.33.41_darwin-x86_64.deb) > ... > Setting up fink-buildlock-gettext-tools-0.19.5.1-2 (2015.10.01-15.33.41) ... > > sudo -u fink-bld [ENV] sh -c /tmp/fink._dNSq > env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xf > /sw/src/gettext-0.19.5.1.tar.gz > sudo -u fink-bld [ENV] sh -c /tmp/fink.EYnHF > [ -r /sw/fink/dists/stable/main/finkinfo/base/libgettext8-shlibs.patch ] > sudo -u fink-bld [ENV] sh -c /tmp/fink.nufck > [ -r /sw/fink/dists/stable/main/finkinfo/base/gettext-tools-tests.patch ] > sudo -u fink-bld [ENV] sh -c /tmp/fink.ravyG > patch -p1 < /sw/fink/dists/stable/main/finkinfo/base/libgettext8-shlibs.patch > patching file gettext-runtime/libasprintf/Makefile.in > patching file gettext-tools/src/Makefile.in > sed 's|@FINKPREFIX@|/sw|g' < > /sw/fink/dists/stable/main/finkinfo/base/gettext-tools-tests.patch | patch -p1 > patching file gettext-tools/tests/lang-bash > patching file gettext-tools/tests/lang-vala > perl -pi -e 's/.*chmod.*777.*$//g' build-aux/ltmain.sh > sudo -u fink-bld [ENV] sh -c /tmp/fink.XiN8e > /tmp/fink.Ioigd > #!/bin/sh -ev > cd gettext-tools > env EMACS=no JAVA=/usr/bin/java GCJ=/usr/bin/javac ./configure > --prefix=/sw --infodir='/sw/share/info' \ > --mandir='/sw/share/man' \ > --with-included-gettext \ > --disable-csharp \ > --disable-rpath \ > --disable-libasprintf \ > --disable-java \ > --disable-native-java \ > --with-included-glib \ > --with-included-libcroco \ > --with-included-libxml \ > --with-included-libunistring \ > --without-git \ > --without-cvs \ > --without-xz \ > ac_cv_prog_AWK=/usr/bin/awk \ > ac_cv_path_GREP=/usr/bin/grep \ > ac_cv_path_SED=/usr/bin/sed > checking for a BSD-compatible install... /sw/bin/ginstall -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /sw/bin/gmkdir -p > checking for gawk... (cached) /usr/bin/awk > checking whether make sets $(MAKE)... yes > checking whether make supports nested variables... yes > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking whether gcc understands -c and -o together... yes > checking for style of include used by make... GNU > checking dependency style of gcc... gcc3 > checking for bison... bison -y > checking whether to use Java... no > checking for Java to native code compiler... none > checking how to run the C preprocessor... gcc -E > checking for grep that handles long lines and -e... (cached) /usr/bin/grep > checking for egrep... /usr/bin/grep -E > checking for Java virtual machine... /usr/bin/java > configure: WARNING: unknown target-version 1.8, please update gt_JAVACOMP > macro > checking for Java compiler... > > ****************** > Also include the following system information: > Package manager version: 0.39.0 > Distribution version: selfupdate-rsync Thu Oct 1 15:32:39 2015, 10.11, x86_64 > Trees: local/main stable/main local/injected > Xcode.app: 7.0.1 > Xcode command-line tools: 7.0.0.0.1.1441394355 > Max. Fink build jobs: 8 > >
The warning is just a warning. What’s hanging is the Java compiler check. You might want to look for a config.log file in the gettext-tools build directory and see what is actually being run for that test, by searching for “checking for Java compiler…”. Also, if you have a gcj executable in your PATH, that might cause problems—it used to do so on PowerPC. Try running “which gcj”. -- Alexander Hansen, Ph.D. Fink User Liaison ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users