[Debian-med-packaging] Bug#789971: murasaki: FTBFS on non-Linux: 'WORDSIZE' was not declared in this scope

Aaron M. Ucko ucko at debian.org
Thu Jun 25 19:23:56 UTC 2015


Source: murasaki
Version: 1.68.6-2
Severity: important

Thanks for promptly fixing binary-only builds of murasaki in general.
However, I see that the kFreeBSD builds are still failing.  The
problem appears to be that globaltypes.h defines WORDSIZE only for
Linux, Mac OS X, and "normal" FreeBSD (i.e., using the traditional BSD
userland).  I would suggest patching the header to take advantage of
__WORDSIZE whenever possible, rather than assuming it will only be
present under Linux, by changing line 41 from #ifdef __linux__ to
#ifdef __WORDSIZE.



More information about the Debian-med-packaging mailing list