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

Bug 516984

Summary: games-fps/quake2-icculus - Makefile:64: *** arch ppc64 is currently not supported. Stop.
Product: Gentoo Linux Reporter: Dustin <dustin.glidden>
Component: Current packagesAssignee: Gentoo Games <games>
Status: UNCONFIRMED ---    
Severity: normal CC: ppc, sam, tsmksubc
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: PPC   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patches Makefile to build on ppc64
new -r2 ebuild for ppc64 patch
build.log (ppc64)

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)