Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18848 - netpbm-10.11.5-r2 fix for sparc, replaces -mcpu with working value
Summary: netpbm-10.11.5-r2 fix for sparc, replaces -mcpu with working value
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Sparc Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-06 05:57 UTC by Joshua Kinard
Modified: 2006-02-04 06:05 UTC (History)
1 user (show)

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


Attachments
replace-flags added, swaps -mcpu=ultrasparc -> v8 (netpbm-10.11.5-r2.ebuild,1.77 KB, text/plain)
2003-04-06 05:58 UTC, Joshua Kinard
Details

Note You need to log in before you can comment on or make changes to this bug.
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