Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260815 - net-libs/xulrunner gcc 4.4 failure
Summary: net-libs/xulrunner gcc 4.4 failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.4
  Show dependency tree
 
Reported: 2009-03-02 03:40 UTC by Ryan Hill (RETIRED)
Modified: 2009-03-12 16:18 UTC (History)
0 users

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


Attachments
xulrunner-1.9.0.6-gcc44-elif.patch (xulrunner-1.9.0.6-gcc44-elif.patch,424 bytes, patch)
2009-03-02 03:40 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2009-03-02 03:40:01 UTC
GCC 4.4 no longer allows #elif without an expression.  This patch changes one such instance in xulrunner sources to #else.
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2009-03-02 03:40:41 UTC
Created attachment 183648 [details, diff]
xulrunner-1.9.0.6-gcc44-elif.patch
Comment 2 cyrillic 2009-03-10 16:59:39 UTC
Please apply this patch.

I tested it with xulrunner-1.9.0.7 and gcc-4.4.0_alpha20090306 and it works for me :)
Comment 3 Raúl Porcel (RETIRED) gentoo-dev 2009-03-12 16:18:32 UTC
Done in xulrunner-1.9.0.7 patchset 0.1
Done in mozilla-firefox-3.0.7 patchset 0.1

Thanks for the patch