Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8577 - dev-java/jikes-1.17.ebuild (Update)
Summary: dev-java/jikes-1.17.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Lowest enhancement (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-30 11:59 UTC by Tejaswi Kasturi
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for jikes 1.17 (jikes-1.17.ebuild,888 bytes, text/plain)
2002-09-30 12:00 UTC, Tejaswi Kasturi
Details
Digest for jikes 1.17 (digest-jikes-1.17,63 bytes, text/plain)
2002-09-30 12:01 UTC, Tejaswi Kasturi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tejaswi Kasturi 2002-09-30 11:59:55 UTC
Simple update.  Just copied the 1.16 ebuild.
Comment 1 Tejaswi Kasturi 2002-09-30 12:00:47 UTC
Created attachment 4331 [details]
Ebuild for jikes 1.17
Comment 2 Tejaswi Kasturi 2002-09-30 12:01:25 UTC
Created attachment 4332 [details]
Digest for jikes 1.17
Comment 3 Peter Ruskin 2002-10-17 11:11:45 UTC
# emerge jikes
Calculating dependencies ...done!
>>> emerge dev-java/jikes-1.17 to /
>>> md5 ;-) jikes-1.17.tar.bz2
>>> Unpacking source...
>>> Unpacking jikes-1.17.tar.bz2
>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use 
--host.
    If a cross compiler is detected then cross compile mode will be 
used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking whether to enable maintainer-specific portions of Makefiles... 
no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking for C++ compiler default output... configure: error: C++ 
compiler cannot create executables

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 22, Exitcode 77
!!! configure problem

This is strange - no other app yet has had trouble with g++.  I had 
jikes-1.16 already and `emerge -u world` wanted to upgrade to 1.17.  
When that failed I unmerged 1.16 and retried 1.17 and now I have no 
jikes.
Comment 4 Peter Ruskin 2002-10-17 22:11:21 UTC
OK, forget about "checking for C++ compiler default   
output... configure: error: C++ compiler cannot create   
executables" ...  
it was looking for /usr/bin/i686-pc-linux-gnu-g++, which had 
disappeared after my experiments with bug 9016 ... sorry.