Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13832 - gcc-3.2.1 error - java
Summary: gcc-3.2.1 error - java
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-13 04:02 UTC by AlanCB
Modified: 2003-04-04 01:24 UTC (History)
1 user (show)

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


Attachments
gcc-build.log.bz2 (gcc-build.log.bz2,106.63 KB, application/octet-stream)
2003-01-14 06:53 UTC, Whit Blauvelt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description AlanCB 2003-01-13 04:02:21 UTC
got this error while doing an emerge -u world on my 2 day old rc2 install:

make[3]: *** [java/awt/AWTEventMulticaster.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
/var/tmp/portage/gcc-3.2.1-r6/work/build/gcc/gcj -B/var/tmp/portage/gcc-3.2.1-r6
/work/build/i686-pc-linux-gnu/libjava/ -B/var/tmp/portage/gcc-3.2.1-r6/work/buil
d/gcc/ --encoding=UTF-8 -fclasspath= -fbootclasspath=/var/tmp/portage/gcc-3.2.1-
r6/work/build/i686-pc-linux-gnu/libjava -ffloat-store -g -O2 -MD -MT java/awt/Bo
rderLayout.lo -MF java/awt/BorderLayout.d -c /var/tmp/portage/gcc-3.2.1-r6/work/
gcc-3.2.1/libjava/java/awt/BorderLayout.java -o java/awt/BorderLayout.o >/dev/nu
ll 2>&1
make[3]: Leaving directory `/var/tmp/portage/gcc-3.2.1-r6/work/build/i686-pc-lin
ux-gnu/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gcc-3.2.1-r6/work/build/i686-pc-lin
ux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/var/tmp/portage/gcc-3.2.1-r6/work/build'
make: *** [bootstrap-lean] Error 2

!!! ERROR: sys-devel/gcc-3.2.1-r6 failed.
!!! Function src_compile, Line 284, Exitcode 2
!!! (no error message)
Comment 1 AlanCB 2003-01-13 09:17:45 UTC
was able to emerge gcc by doing following: USE="-java" emerge gcc
Comment 2 Matthew Kennedy (RETIRED) gentoo-dev 2003-01-13 13:01:29 UTC
hi. can you provide the full emerge build log:

   emerge gcc &>gcc-build.log

The real error messages occured further up than what is shown in your
output.
Comment 3 Whit Blauvelt 2003-01-14 00:00:16 UTC
Looks like a variation on the Line 284 failure I reported in bug 13875. 
Comment 4 Whit Blauvelt 2003-01-14 06:53:07 UTC
Created attachment 7290 [details]
gcc-build.log.bz2

emerge gcc line 384 build failure example

(on Athlon XP from rc2 stage2 with march of athlon-xp and -03)
Comment 5 Whit Blauvelt 2003-01-14 06:54:18 UTC
Oops typo - line 284. 
Comment 6 Matthew Kennedy (RETIRED) gentoo-dev 2003-01-16 00:09:39 UTC
Whit, You error is an IO Error. Thats indicative of a problem at a lowver level
than the compiler or the source its compiling.

I strongly recommend that you check your filesystems and disks for bad blocks.
If you use ext3/2, you'll use something like this:

   e2fsck -cfv /dev/whatever 

(make sure your filesystems are unmounted)

I had such a problem recently -- it turned out that I have 3 bad blocks! 
Comment 7 Whit Blauvelt 2003-01-16 12:12:57 UTC
Matthew, you're right. While mkreiserfs will happily set up one of the 
partitions, reiserfsck --check immediately bombs complaining "bread: Cannot 
read a block # 262144". Didn't realize that Reiser was so careless. Have had 
very good results with it on other systems, but evidently its instructions 
should caution on the need to check its work immediately. 
Comment 8 Matthew Kennedy (RETIRED) gentoo-dev 2003-01-18 23:15:30 UTC
whit, okay glad we sorted that out. btw, reiserfs is not alone. the same thing
happened to me with ext3. i manually do a bad block scan once every few weeks
now (paranoid i may be)

AlanCB, you need to send more your full build log. I cannot gain any useful
information from your snippet as it stands. resolving as NEEDINFO for now.

Matt
Comment 9 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:19:57 UTC
db fix
Comment 10 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:24:52 UTC
db fix