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

Bug 18848

Summary: netpbm-10.11.5-r2 fix for sparc, replaces -mcpu with working value
Product: Gentoo Linux Reporter: Joshua Kinard <kumba>
Component: Current packagesAssignee: Sparc Porters <sparc>
Status: VERIFIED FIXED    
Severity: enhancement CC: kumba
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: replace-flags added, swaps -mcpu=ultrasparc -> v8

Description Joshua Kinard gentoo-dev 2003-04-06 05:57:21 UTC
netpbm apparently doesn't like -mcpu=ultrasparc, it'll fail on ppmpat.c with an
ICE.  As such, replace-flags is used to swap the "ultrasparc" with "v8", which
builds fine.
Comment 1 Joshua Kinard gentoo-dev 2003-04-06 05:58:28 UTC
Created attachment 10264 [details]
replace-flags added, swaps -mcpu=ultrasparc -> v8
Comment 2 Christian Birchinger (RETIRED) gentoo-dev 2003-04-06 15:00:22 UTC
We agreed to use the following replace-flags now:

# Sparc support ...
replace-flags "-mcpu=ultrasparc" "-mcpu=v8 -mtune=ultrasparc"
replace-flags "-mcpu=v9" "-mcpu=v8 -mtune=v9"
Comment 3 Brandon Low (RETIRED) gentoo-dev 2003-04-19 14:34:41 UTC
I'll add this in, looks good to me.
Comment 4 Jason Wever (RETIRED) gentoo-dev 2003-08-17 07:36:32 UTC
Closing