Hi,
Thanks for the suggestions, but still no luck. I reinstalled Java JDK 8u60.
which gcj returns /sw/bin/gcj
config.log from gettext-tools has as the relevant lines:
snip
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3969: checking for a BSD-compatible install
configure:4037: result: /sw/bin/ginstall -c
configure:4048: checking whether build environment is sane
configure:4103: result: yes
configure:4254: checking for a thread-safe mkdir -p
configure:4293: result: /sw/bin/gmkdir -p
configure:4300: checking for gawk
configure:4327: result: /usr/bin/awk
configure:4338: checking whether make sets $(MAKE)
configure:4360: result: yes
configure:4389: checking whether make supports nested variables
configure:4406: result: yes
configure:4585: checking for gcc
configure:4601: found /sw/var/lib/fink/path-prefix-clang/gcc
configure:4612: result: gcc
configure:4841: checking for C compiler version
configure:4850: gcc --version >&5
Apple LLVM version 7.0.0 (clang-700.0.72)
Target: x86_64-apple-darwin15.0.0
Thread model: posix
configure:4861: $? = 0
configure:4850: gcc -v >&5
Apple LLVM version 7.0.0 (clang-700.0.72)
Target: x86_64-apple-darwin15.0.0
Thread model: posix
configure:4861: $? = 0
configure:4850: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:4861: $? = 1
configure:4850: gcc -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:4861: $? = 1
configure:4881: checking whether the C compiler works
configure:4903: gcc -I/sw/include -L/sw/lib conftest.c >&5
configure:4907: $? = 0
configure:4955: result: yes
configure:4958: checking for C compiler default output file name
configure:4960: result: a.out
configure:4966: checking for suffix of executables
configure:4973: gcc -o conftest -I/sw/include -L/sw/lib conftest.c >&5
configure:4977: $? = 0
configure:4999: result:
configure:5021: checking whether we are cross compiling
configure:5029: gcc -o conftest -I/sw/include -L/sw/lib conftest.c >&5
configure:5033: $? = 0
configure:5040: ./conftest
configure:5044: $? = 0
configure:5059: result: no
configure:5064: checking for suffix of object files
configure:5086: gcc -c -I/sw/include conftest.c >&5
configure:5090: $? = 0
configure:5111: result: o
configure:5115: checking whether we are using the GNU C compiler
configure:5134: gcc -c -I/sw/include conftest.c >&5
configure:5134: $? = 0
configure:5143: result: yes
configure:5152: checking whether gcc accepts -g
configure:5172: gcc -c -g -I/sw/include conftest.c >&5
configure:5172: $? = 0
configure:5213: result: yes
configure:5230: checking for gcc option to accept ISO C89
configure:5293: gcc -c -g -O2 -I/sw/include conftest.c >&5
configure:5293: $? = 0
configure:5306: result: none needed
configure:5331: checking whether gcc understands -c and -o together
configure:5353: gcc -c conftest.c -o conftest2.o
configure:5356: $? = 0
configure:5353: gcc -c conftest.c -o conftest2.o
configure:5356: $? = 0
configure:5368: result: yes
configure:5396: checking for style of include used by make
configure:5424: result: GNU
configure:5450: checking dependency style of gcc
configure:5561: result: gcc3
configure:5581: checking for bison
configure:5597: found /usr/bin/bison
configure:5608: result: bison -y
configure:5622: checking whether to use Java
configure:5631: result: no
configure:5647: checking for Java to native code compiler
configure:5778: result: none
configure:5802: checking how to run the C preprocessor
configure:5833: gcc -E -I/sw/include conftest.c
configure:5833: $? = 0
configure:5847: gcc -E -I/sw/include conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5847: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gettext-tools"
| #define PACKAGE_TARNAME "gettext-tools"
| #define PACKAGE_VERSION "0.19.5.1"
| #define PACKAGE_STRING "gettext-tools 0.19.5.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "gettext-tools"
| #define VERSION "0.19.5.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5872: result: gcc -E
configure:5892: gcc -E -I/sw/include conftest.c
configure:5892: $? = 0
configure:5906: gcc -E -I/sw/include conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5906: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gettext-tools"
| #define PACKAGE_TARNAME "gettext-tools"
| #define PACKAGE_VERSION "0.19.5.1"
| #define PACKAGE_STRING "gettext-tools 0.19.5.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "gettext-tools"
| #define VERSION "0.19.5.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5935: checking for grep that handles long lines and -e
configure:5993: result: /usr/bin/grep
configure:5998: checking for egrep
configure:6060: result: /usr/bin/grep -E
configure:6066: checking for Java virtual machine
configure:6269: result: /usr/bin/java
configure:6316: CLASSPATH=. /usr/bin/java conftestver
configure:6323: WARNING: unknown target-version 1.8, please update gt_JAVACOMP
macro
configure:6364: checking for Java compiler
configure:6570: found /sw/bin/gcj
configure:6604: found /usr/bin/javac
configure:6657: gcj -C -d . conftestlib.java
Thanks,
Joe
> On Oct 1, 2015, at 6:57 PM, Daniel Johnson <[email protected]> wrote:
>
>>
>> On Oct 1, 2015, at 9:48 PM, Alexander Hansen <[email protected]>
>> wrote:
>>
>>>
>>> On Oct 1, 2015, at 16:01, Joe Borzellino <[email protected]> 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”.
>>
>
> Also make sure you have the Java 8 JDK installed, not just the JRE, which
> doesn’t have a compiler.
>
> Daniel
>
> ------------------------------------------------------------------------------
> _______________________________________________
> 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
------------------------------------------------------------------------------
_______________________________________________
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