Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516984 - games-fps/quake2-icculus - Makefile:64: *** arch ppc64 is currently not supported. Stop.
Summary: games-fps/quake2-icculus - Makefile:64: *** arch ppc64 is currently not suppo...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-07-12 17:22 UTC by Dustin
Modified: 2021-05-11 18:58 UTC (History)
3 users (show)

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


Attachments
patches Makefile to build on ppc64 (quake2-icculus-0.16.1-ppc64.patch,1.71 KB, patch)
2020-03-31 10:13 UTC, ernsteiswuerfel
Details | Diff
new -r2 ebuild for ppc64 patch (quake2-icculus-0.16.1-r2.ebuild,5.17 KB, text/plain)
2020-03-31 10:15 UTC, ernsteiswuerfel
Details
build.log (ppc64) (quake2-icculus-0.16.1-r2:20200331-100527.log,232.08 KB, text/plain)
2020-03-31 10:15 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dustin 2014-07-12 17:22:45 UTC
attempting to emerge quake2-icculus on ppc dies with:
Makefile:64: *** arch ppc64 is currently not supported.  Stop.
because it uses: ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc/ -e s/sparc64/sparc/ -e s/arm.*/arm/ -e s/sa110/arm/ -e s/alpha/axp/)
to determine architecture.

Reproducible: Always
Comment 1 ernsteiswuerfel archtester 2020-03-31 10:13:26 UTC
Created attachment 627886 [details, diff]
patches Makefile to build on ppc64

The patch simply clones the behaviour of the already existing ppc build target.
Comment 2 ernsteiswuerfel archtester 2020-03-31 10:15:06 UTC
Created attachment 627888 [details]
new -r2 ebuild for ppc64 patch
Comment 3 ernsteiswuerfel archtester 2020-03-31 10:15:48 UTC
Created attachment 627890 [details]
build.log (ppc64)