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. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org