Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89880 - Configure script being called with --enable-svg-renderer-cairo
Summary: Configure script being called with --enable-svg-renderer-cairo
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-20 18:58 UTC by James McArthur
Modified: 2005-09-25 16:18 UTC (History)
0 users

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


Attachments
emerge info (emerge-info.text,2.21 KB, text/plain)
2005-04-20 18:59 UTC, James McArthur
Details
.mozconfig generated by ebuild (.mozconfig,1.95 KB, text/plain)
2005-04-20 19:00 UTC, James McArthur
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James McArthur 2005-04-20 18:58:17 UTC
When trying to emerge firefox 1.0.3, the ebuild passes the option '--enable-svg-renderer-cairo' when it should be using '--enable-svg-renderer=cairo' to the configure script.

Reproducible: Always
Steps to Reproduce:
1. emerge -v mozilla-firefox
2. 
3.

Actual Results:  
Build completed okay. Cairo text support may be broken.

Expected Results:  
Build completed okay.
Comment 1 James McArthur 2005-04-20 18:59:18 UTC
Created attachment 56794 [details]
emerge info
Comment 2 James McArthur 2005-04-20 19:00:40 UTC
Created attachment 56795 [details]
.mozconfig generated by ebuild
Comment 3 James McArthur 2005-04-20 19:02:59 UTC
Also see http://users.on.net/~jamesm/wanted-svg.png for the expected output of the svg text when running on the firefox nightly build, vs http://users.on.net/~jamesm/got-svg.png on the gentoo ebuild firefox-1.0.3. Maybe unrelated, but that was where my current bug hunting stopped :)

Also see http://weblogs.mozillazine.org/tor/archives/2005/03/important_svg_b_1.html
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2005-09-25 16:18:03 UTC
The configure option only changed for the 1.4/trunk branches of firefox, and
compaired to that 1.0.x's svg support is very limited, so until we get some beta
releases not much we can do.