failed armhf build of wmnut 0.67-1+b1

Jeremy Sowden jeremy at azazel.net
Sun Aug 28 17:00:33 BST 2022


On 2022-08-28, at 15:32:21 -0000, Debian buildds wrote:
>  * Source package: wmnut
>  * Version: 0.67-1+b1
>  * Architecture: armhf
>  * State: failed
>  * Suite: sid
>  * Builder: arm-conova-02.debian.org
>  * Build log: https://buildd.debian.org/status/fetch.php?pkg=wmnut&arch=armhf&ver=0.67-1%2Bb1&stamp=1661700741&file=log
> 
> Please note that these notifications do not necessarily mean bug reports
> in your package but could also be caused by other packages, temporary
> uninstallabilities and arch-specific breakages.  A look at the build log
> despite this disclaimer would be appreciated however.

upsclient.h in unstable declares some structures that include numeric
types that are defined in <stdint.h>, but it wraps the inclusion of
that, and other headers: in ifdef's:

  /* Not including nut_stdint.h because this is part of end-user API */
  #if defined HAVE_INTTYPES_H
          #include <inttypes.h>
  #endif

  #if defined HAVE_STDINT_H
          #include <stdint.h>
  #endif

  #if defined HAVE_LIMITS_H
          #include <limits.h>
  #endif

wmnut does define these, in its config.h, but that is included _after_
the system headers.  I'll had a patch and send it upstream.

J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-wmaker-devel/attachments/20220828/fd30e270/attachment.sig>


More information about the Pkg-wmaker-devel mailing list