Source: fribid
Version: 1.0.4-2

It failed to build on arm64:

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

The error was:

../npapi/prcpucfg.h:705:2: error: #error "Unknown CPU architecture"
 #error "Unknown CPU architecture"

It seems easy to fix. You could replace

#elif defined(__x86_64__)

in that file with

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

or 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

Reply via email to