[Pkg-kde-extras] Bug#770966: kmplayer: FTBFS on arm64

Edmund Grimley Evans edmund.grimley.evans at gmail.com
Tue Nov 25 14:53:05 UTC 2014


Source: kmplayer
Version: 1:0.11.3d-2

It failed to build on arm64:

http://buildd.debian.org/status/package.php?p=kmplayer&suite=sid

The error was:

/«PKGBUILDDIR»/src/moz-sdk/prcpucfg.h:764:2: error: #error "Unknown
CPU architecture"
 #error "Unknown CPU architecture"

The values needed for arm64 are the same as they are for amd64, so you
can fix this in src/moz-sdk/prcpucfg.h by replacing

#elif defined(__x86_64__)

with:

#elif defined(__x86_64__) || defined(__aarch64__)

Or you can copy that section to make a new one.



More information about the pkg-kde-extras mailing list