Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11231 - IBM-jdk 1.4.0 has problems with ant
Summary: IBM-jdk 1.4.0 has problems with ant
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 9334 9371
  Show dependency tree
 
Reported: 2002-11-25 22:39 UTC by Adrian Almenar
Modified: 2002-12-07 22:58 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Almenar 2002-11-25 22:39:43 UTC
 
Comment 1 Adrian Almenar 2002-11-25 22:41:30 UTC
This was the error when using ibm-jdk-1.4.0. and do emerge junit xalan xerces etc. 
The same errors on every build. 
 
BuildPath: No such file or directory 
BuildPath: using /opt/ibm-jdk-1.4.0/bin/../jre/bi 
BuildPath: No such file or directory 
BuildPath: using /opt/ibm-jdk-1.4.0/bin/../jr 
/usr/bin/ant: line 92:  9868 Segmentation fault      "$JAVACMD" -classpath 
"$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS org.apache.tools.ant.Main 
$ANT_ARGS "$@" 
 
Comment 2 Adrian Almenar 2002-12-01 15:55:55 UTC
After disabling sandbox the ebuild worked. 
 
I think sandbox its not handling ok symlinks to executable files. 
Thats why this gives a segmentation fault. This also makes gettext to fail (I think it need to be 
compiled with gcj intead of a JDK). 
Comment 3 Adrian Almenar 2002-12-01 15:57:41 UTC
Sorry for bothering you azarah. My Mistake. 
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-01 16:30:22 UTC
How so ?  Anything I can do to help ?
Comment 5 Adrian Almenar 2002-12-04 00:30:26 UTC
[18:00:06] <Azarah> maybe add jrray to that bug as well 
[18:00:31] <Azarah> he said last time he found one or two possible places where
it could 
corrupt memory, 
[18:00:40] <Azarah> but did not commit any fixes for those 
Comment 6 J Robert Ray 2002-12-04 09:33:23 UTC
A fix for this has been committed to sandbox, it should make it into the next
release of portage.
Comment 7 J Robert Ray 2002-12-06 04:13:25 UTC
The fix should be included as of portage-2.0.45-r2.
Comment 8 Adrian Almenar 2002-12-07 22:58:53 UTC
Perfectly jrray. I have tried portage-2.0.45-r2 and problem got solved.  
  
Thanks for your time, and azarah, thanks for your help on this too.