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

Bug 260815

Summary: net-libs/xulrunner gcc 4.4 failure
Product: Gentoo Linux Reporter: Ryan Hill (RETIRED) <rhill>
Component: [OLD] GCC PortingAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 249226    
Attachments: xulrunner-1.9.0.6-gcc44-elif.patch

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