Source: systemc
Version: 2.3.2-1
Severity: important
Tags: ftbfs

https://buildd.debian.org/status/package.php?p=systemc&suite=sid

...
checking for ar... ar
checking the archiver (ar) interface... ar
checking dependency style of g++... none
checking whether ln -s works... yes
configure: error: "sorry...architecture not supported"


configure.ac says:

  [linux|bsd|mingw|cygwin],dnl
    [# check CPU architecture
     AS_CASE([${target_cpu}], dnl
       [x86_64|amd64], dnl
         [TARGET_ARCH="${TARGET_ARCH}64"
          QT_ARCH="x86_64"
          CPU_ARCH="-m64"],
       [x*86|i*86], dnl
         [QT_ARCH="iX86"
          CPU_ARCH="-m32"],
       [aarch64], dnl
         [TARGET_ARCH="linuxaarch64"
          QT_ARCH="aarch64"
          CPU_ARCH=""],
       [AC_MSG_ERROR("sorry...architecture not supported")])


With such a small set of supported architectures, please change
Architecture: to a list of actually supported architectures.

Reply via email to