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

Bug 231897

Summary: sci-chemistry/massxpert does not compile with gcc 4.3
Product: Gentoo Linux Reporter: Marek Miller <mlm>
Component: New packagesAssignee: Gentoo Chemistry-Related Packages <sci-chemistry>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: massxpert-1.7.6.ebuild.patch
massxpert-1.7.6-gcc43.patch
emerge-info

Description Marek Miller 2008-07-15 20:23:57 UTC
In order to compile sci-chemistry/massxpert-1.7.6 on x86 w/ gcc-4.3.1
I had to apply few changes to the existing ebuild.

1. MAKEOPTS="-j1" - only then I could proceed with compilation
2. disable -Werror flag.
3. apply gcc-4.3 patch

I include patches and my emerge --info output.

NOTE: the build still doesn't respect my C*FLAGS (it adds -O3).
NOTE: It would be great to include doc flag in the ebuild.
Comment 1 Marek Miller 2008-07-15 20:26:23 UTC
Created attachment 160484 [details, diff]
massxpert-1.7.6.ebuild.patch
Comment 2 Marek Miller 2008-07-15 20:26:40 UTC
Created attachment 160485 [details, diff]
massxpert-1.7.6-gcc43.patch
Comment 3 Marek Miller 2008-07-15 20:26:53 UTC
Created attachment 160487 [details]
emerge-info
Comment 4 Marek Miller 2008-07-15 20:35:17 UTC
One more thing. Page http://massxpert.org/wiki/Main/News 
says there's 1.7.8 version available since one week.
Comment 5 Wormo (RETIRED) gentoo-dev 2008-07-16 04:58:33 UTC
The real problem is compiling with gcc 4.3, not compiling on x86 platform :)
Comment 6 Marek Miller 2008-07-16 08:27:56 UTC
Yeah, but remember that the package does not have x86 keyword
and the whole thing is about testing it on x86.
Comment 7 Peter Alfredsen (RETIRED) gentoo-dev 2008-07-20 14:22:43 UTC
InCVS