Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18043 - emerge eclipse-SDK fails due to missing jni_md.h
Summary: emerge eclipse-SDK fails due to missing jni_md.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-23 11:03 UTC by John Schult
Modified: 2006-02-04 06:03 UTC (History)
0 users

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 John Schult 2003-03-23 11:03:40 UTC
The emerge of eclipse-SDK will fail when building the launcher for ppc if the installed 
jdk is blackdown 1.3.1.  The build is looking in /opt/blackdown-jdk-1.3.1/include instead 
of /opt/blackdown-jdk-1.3.1/include/linux (where jni_md.h lives). 
 
This command fixed it and the emerge completed successfully. 
 
# ln -s /opt/blackdown-jdk-1.3.1/include/linux/jni_md.h 
/opt/blackdown-jdk-1.3.1/include/jni_md.h 
 
 

Reproducible: Always
Steps to Reproduce:
1. emerge eclipse-SDK 
Actual Results:  
The emerge failed due to a bad path to jni_md.h. 

Expected Results:  
Emerged successfully.
Comment 1 Graham Forest 2003-03-23 15:01:15 UTC
I've committed -r10 of blackdown-jdk which now includes this symlink.