First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 18043
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: PPC Porters <ppc@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: John Schult <john@myschult.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 18043 depends on: Show dependency tree
Bug 18043 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-03-23 11:03 0000
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 From Graham Forest 2003-03-23 15:01:15 0000 -------
I've committed -r10 of blackdown-jdk which now includes this symlink.

First Last Prev Next    No search results available      Search page      Enter new bug