Hello!

When the configure step comes to this:

        checking for g++... g++
        checking whether we are using the GNU C++ compiler... yes
        checking whether g++ accepts -g... yes
        checking dependency style of g++... none
        checking whether g++ builds executables that work... yes
        checking for Java virtual machine... gij

– and is stalled forever. Top can show something like this:

        81901 gij-fsf-4. 28.5% 2:57:06 1 14 113 1093M 196K 1094M 3177M

With 'kill -1 81901' I finished the faulty programme:

        configure: WARNING: unknown target-version , please update  
gt_JAVACOMP macro

and configure continued:

        checking for Java compiler... javac -target 1.1 -source 1.3
        checking for Java virtual machine... (cached) (cached) gij

Again something stalled configure:

        90547 ecj1 71.4% 0:19.81 1 14 53 131M 696K 143M 306M

I finished this again with a HUP signal. Config.log contains:

        configure:35173: checking for Java virtual machine
        configure:35219: found /sw/bin/gij
        configure:35253: found /usr/bin/java
        configure:35376: result: gij
        configure:35423: CLASSPATH=.:/sw/share/java/fop/avalon-framework- 
cvs-20020806.jar:/sw/share/java/fop/batik.jar:/sw/share/java/fop/ 
fop.jar:/sw/share/java/fop/xalan-2.4.1.jar:/sw/share/java/fop/ 
xercesImpl-2.2.1.jar:/sw/share/java/fop/xml-apis.jar:. gij conftestver
        configure:35430: WARNING: unknown target-version , please update  
gt_JAVACOMP macro
        configure:35471: checking for Java compiler
        configure:35677: found /sw/bin/gcj
        configure:35711: found /usr/bin/javac
        configure:35764: gcj -C -d . conftestlib.java
        gcj: internal compiler error: Hangup (program ecj1)
        Please submit a full bug report,
        with preprocessed source if appropriate.
        See <http://gcc.gnu.org/bugs.html> for instructions.
        configure:35851: javac -d . conftest.java
        configure:35880: javac -target 1.1 -d . conftest.java
        javac: target release 1.1 conflicts with default source release 1.5
        configure:35909: javac -target 1.1 -source 1.3 -d . conftest.java
        configure:35946: result: javac -target 1.1 -source 1.3
        configure:35957: checking for Java virtual machine
        configure:36160: result: gij
        configure:36384: creating ./config.status

I have installed:

        i gcc47 4.7.1-1000      GNU Compiler Collection Version 4.7

I achieved similar results with:

        i gcc46 4.6.3-1000      GNU Compiler Collection Version 4.6
        i gcc45 4.5.3-1001      GNU Compiler Collection Version 4.5

With
        i gcc44 4.4.6-1001      GNU Compiler Collection Version 4.4

the package could be built, although config.log contains:

        configure:35219: found /sw/bin/gij
        configure:35253: found /usr/bin/java
        configure:35376: result: gij
        configure:35423: CLASSPATH=.:/sw/share/java/fop/avalon-framework- 
cvs-20020806.jar:/sw/share/java/fop/batik.jar:/sw/share/java/fop/ 
fop.jar:/sw/share/java/fop/xalan-2.4.1.jar:/sw/share/java/fop/ 
xercesImpl-2.2.1.jar:/sw/share/java/fop/xml-apis.jar:. gij conftestver
        configure:35471: checking for Java compiler
        configure:35677: found /sw/bin/gcj
        configure:35711: found /usr/bin/javac
        configure:35764: gcj -C -d . conftestlib.java
        configure:35769: gcj -C -d . conftest.java
        configure:35776: gcj -C -fsource=1.3 -d . conftest.java
        configure:35781: gcj -C -d . conftestfail.java
        configure:35785: gcj -C -fsource=1.3 -d . conftestfail.java
        conftestfail.java:1: warning: 'assert' should not be used as an  
identifier, since it is a reserved keyword from source level 1.4 on
                class conftestfail { static { assert(true); } }
                                              ^^^^^^
        conftestfail.java:1: error: The method assert(boolean) is undefined  
for the type conftestfail
                class conftestfail { static { assert(true); } }
                                              ^^^^^^
        2 problems (1 error, 1 warning)
        configure:35946: result: gcj -C -fsource=1.3
        configure:35957: checking for Java virtual machine
        configure:36160: result: gij
        configure:36384: creating ./config.status


Package manager version: 0.34.2
Distribution version: selfupdate-cvs Thu Aug 23 22:51:02 2012, 10.5,  
powerpc
Trees: local/main stable/main stable/crypto unstable/main unstable/ 
crypto
Xcode.app: 3.1.4
Xcode command-line tools: 3.1.4
Max. Fink build jobs:  1


--
Greetings

   Pete

Sometimes I think the surest sign that intelligent life exists  
elsewhere in the universe is that none of it has tried to contact us.
                – Bill Watterson, in his comic strip Calvin and Hobbes


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
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

Reply via email to