Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 230900

Summary: xulrunner-1.9 idldir pkg-config variable inconsistent (breaks gecko-mediaplayer)
Product: Gentoo Linux Reporter: Yang Zhao <yang>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: VERIFIED CANTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 213296    

Description Yang Zhao 2008-07-05 23:30:24 UTC
The idldir variable in the various .pc files installed by xulrunner-1.9 point to /usr/include/xulrunner-1.9/idl when the .idl files are actually in /usr/include/xulrunner-1.9/idl/{stable|unstable}.

As such, some applications that support xulrunner-1.9 (i.e. gecko-mediaplayer) fails to compile due to $(pkg-config --variable idldir libxul) not returning the correct directory; it can be derived by appending $(pkg-config --variable includetype libxul).

Unsure if this is intended behaviour by xulrunner upstream. If it is, please resolve as NOTABUG, and I will file a bug against gecko-mediaplayer. If not, please fix.

Thanks.
Comment 1 Wormo (RETIRED) gentoo-dev 2008-07-06 00:33:44 UTC
The xulrunner-1.9 breakage is a known problem being worked on, and there is a tracker bug #213296. This bug will add gecko-mediaplayer to the list of affected packages.
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2008-08-09 09:38:24 UTC
You're right, i'll see what i can do
Comment 3 Raúl Porcel (RETIRED) gentoo-dev 2008-08-09 10:25:25 UTC
Okay, i doubt gecko-mediaplayer works with 1.9. And if it could use xulrunner-1.9, it should append includetype as you said...like all other apps do :)
Comment 4 Yang Zhao 2008-08-09 15:05:55 UTC
The code is there to use it, and I did get it to compile with 1.9.

In any case, I'll send this upstream.