Bug 21867 - failling to build libjava
Summary: failling to build libjava
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-01 19:34 UTC by MALET Jean-Luc
Modified: 2005-07-23 22:49 UTC (History)
2 users (show)

See Also:
Host: i686-pc-linux-gnu
Target: x86_64-unknown-linux-gnu
Build: i686-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments
compilation log with env and bash debug activated (83.43 KB, application/octet-stream)
2005-06-01 19:40 UTC, MALET Jean-Luc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MALET Jean-Luc 2005-06-01 19:34:20 UTC
final stage gcc building fail in libjava
--disable-libgcj
allow to create the crosscompiler but libjava isn't build then
Comment 1 Andrew Pinski 2005-06-01 19:35:42 UTC
How did it fail?
Comment 2 MALET Jean-Luc 2005-06-01 19:40:12 UTC
Created attachment 9009 [details]
compilation log with env and bash debug activated
Comment 3 Andrew Pinski 2005-06-01 19:44:46 UTC
/prims.Tpo -c ../../../libjava/prims.cc  -fPIC -DPIC -o .libs/prims.o
../../../libjava/prims.cc: In function 'void _Jv_catch_segv(int, siginfo_t*, void*)':
../../../libjava/prims.cc:151: error: 'volatile struct sigcontext' has no member named 'rip'
./include/java-signal.h: At global scope:
./include/java-signal.h:62: warning: 'void restore_rt()' declared 'static' but never defined


This is a bug in your configuration as it is picking up the 32bit headers.