Gentoo Archives: gentoo-dev

From: Peter Ruskin <aoyu93@×××××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] java and jikes
Date: Wed, 16 Oct 2002 12:45:11
Message-Id: 200210161845.04280.aoyu93@dsl.pipex.com
1 # emerge jikes
2 Calculating dependencies ...done!
3 >>> emerge dev-java/jikes-1.17 to /
4 >>> md5 ;-) jikes-1.17.tar.bz2
5 >>> Unpacking source...
6 >>> Unpacking jikes-1.17.tar.bz2
7 >>> Source unpacked.
8 configure: WARNING: If you wanted to set the --build type, don't use
9 --host.
10 If a cross compiler is detected then cross compile mode will be
11 used.
12 checking for a BSD-compatible install... /bin/install -c
13 checking whether build environment is sane... yes
14 checking for gawk... gawk
15 checking whether make sets ${MAKE}... yes
16 checking for i686-pc-linux-gnu-strip... no
17 checking for strip... strip
18 checking whether to enable maintainer-specific portions of Makefiles...
19 no
20 checking build system type... i686-pc-linux-gnu
21 checking host system type... i686-pc-linux-gnu
22 checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
23 checking for C++ compiler default output... configure: error: C++
24 compiler cannot create executables
25
26 !!! ERROR: The ebuild did not complete successfully.
27 !!! Function src_compile, Line 22, Exitcode 77
28 !!! configure problem
29
30 This is strange - no other app yet has had trouble with g++. I had
31 jikes-1.16 already and `emerge -u world` wanted to upgrade to 1.17.
32 When that failed I unmerged 1.16 and retried 1.17 and now I have no
33 jikes.
34
35 On re-emerging sun-jdk and blackdown-jdk I ended up with an empty
36 /etc/env.d/java folder. At the end of a re-emerge the appropriate file
37 is created in /etc/env.d/java and then deleted when previous version is
38 cleaned. I had to unmerge and emerge each in order to have
39 `java-config` work.
40
41 Peter
42 --
43 Gentoo Linux 1.4 (portage-2.0.38). KDE: 3.0.4 Qt: 3.0.5
44 AMD Athlon(tm) XP 1600+ 512MB. Kernel: 2.4.19-win4lin. GCC 3.2
45 Linux user #275590 (http://counter.li.org/). up 17:55.

Replies

Subject Author
Re: [gentoo-dev] java and jikes Karl Trygve Kalleberg <karltk@×××××××.no>