Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 171010 - [PATCH] net-www/mplayerplug-in-3.35: fails building against seamonkey - missing -I/usr/lib/seamonkey/include/xpcom
Summary: [PATCH] net-www/mplayerplug-in-3.35: fails building against seamonkey - missi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Joe Jezak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-15 10:18 UTC by Dustin Polke
Modified: 2007-03-19 05:40 UTC (History)
1 user (show)

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


Attachments
Patch to compile against seamonkey (mplayerplug-in-3.35-seamonkey.patch,2.92 KB, text/plain)
2007-03-15 10:42 UTC, Dustin Polke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dustin Polke 2007-03-15 10:18:58 UTC
Same problem as described in bug #168275 building against seamonkey. Headers in /usr/lib/seamonkey/xpcom are not found due to missing -I statement in CFLAGS.

Could someone please fix this or poke upstream since I don't have a bugzilla account there?

I manually added the missing directory to CFLAGS and the package compiled okay.

Thanks.

Dustin

Reproducible: Always

Steps to Reproduce:
1.compile mplayerplug-in against seamonkey
2.
3.

Actual Results:  
failure because headers are not found due to missing -I/usr/lib/seamonkey/include/xpcom

Expected Results:  
compile fine :)

I think that emerge --info is not needed at this point. If you want to have it, please leave a note.
Comment 1 Dustin Polke 2007-03-15 10:41:15 UTC
I looked at the firefox-patch and made one alike for seamonkey.
for me, this solved the issue.
Comment 2 Dustin Polke 2007-03-15 10:42:58 UTC
Created attachment 113348 [details]
Patch to compile against seamonkey
Comment 3 Joe Jezak (RETIRED) gentoo-dev 2007-03-19 05:40:12 UTC
Thanks. :)  Added to CVS, I'll check upstream and see if it's missing there too.