Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46606 - sun-j2sdk-1.4.2 ebuild sets wrong path to mozilla headers
Summary: sun-j2sdk-1.4.2 ebuild sets wrong path to mozilla headers
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-02 07:52 UTC by Marcin Wojtczuk
Modified: 2004-04-02 12:37 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 Marcin Wojtczuk 2004-04-02 07:52:00 UTC
Building sun-j2sdk-1.4.2 fails because of wrong ALT_MOZILLA_PATH setting

Reproducible: Always
Steps to Reproduce:
1. ebuild sun-j2sdk

Actual Results:  
Build failed stating some mozilla header files could not be found

Expected Results:  
Gee, should fail ?
Comment 1 Marcin Wojtczuk 2004-04-02 07:54:23 UTC
It's enough to change one line in .ebuild:
export ALT_MOZILLA_PATH="${S}/mozilla"
to
export ALT_MOZILLA_PATH="${S}/mozilla/share/plugin/"

tested this and it worked. 
Comment 2 Marcin Wojtczuk 2004-04-02 12:37:22 UTC
This was my mistake, I should have double checked _before_ making a bug report. Sorry. Patch is set correctly.