[Debian-med-packaging] Bug#890185: seqan2: FTBFS on ia64

Jason Duerstock jason.duerstock at gmail.com
Sun Feb 11 17:12:54 UTC 2018


Source: seqan2
Severity: normal
User: debian-ia64 at lists.debian.org
Usertags: ia64

Dear Maintainer,

seqan fails to build on ia64 due to some apparently gratuitous assembly calls from gcc.

>From include/seqan/parallel/parallel_lock.h:

#else  // everything else.
    asm volatile ("nop" ::: "memory");  // default operation - does nothing => Might lead to passive spinning.
#endif

This is invalid on ia64, as nop requires an operand.

This has been pushed upstream as https://github.com/seqan/seqan/issues/2281


-- System Information:
Debian Release: buster/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: ia64

Kernel: Linux 3.14-0.bpo.2-mckinley (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)



More information about the Debian-med-packaging mailing list