Your message dated Tue, 21 Nov 2017 15:05:09 +0000
with message-id <e1eha6n-0003wd...@fasolo.debian.org>
and subject line Bug#882313: fixed in libace-perl 1.92-6
has caused the Debian Bug report #882313,
regarding libace-perl: sometimes parallel FTBFS
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
882313: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882313
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libace-perl
Version: 1.92-5
Severity: important
Tags: patch

dh compat 10 defaults to parallel building,
which sometimes results in a FTBFS:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libace-perl.html

...
rpcgen -b -I -K -1 rpcace.x
x86_64-linux-gnu-gcc -c -I./acelib/wh  -I../acelib/wh -D_REENTRANT 
-D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security   -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" 
-fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.26/CORE"   RPC.c
rpcgen -b -I -K -1 rpcace.x
gcc -g -Wall -O2 -DACEDB4 -fPIC -I. -I./wh -DLINUX -c -o rpcace_xdr.o 
rpcace_xdr.c
rpcace_xdr.c:8:1: error: unknown type name 'bool_t'
 bool_t
 ^~~~~~
rpcace_xdr.c:9:15: error: unknown type name 'XDR'
 xdr_ace_data (XDR *xdrs, ace_data *objp)
               ^~~
rpcace_xdr.c:9:26: error: unknown type name 'ace_data'
 xdr_ace_data (XDR *xdrs, ace_data *objp)
                          ^~~~~~~~
rpcace_xdr.c:91:1: error: unknown type name 'bool_t'
 bool_t
 ^~~~~~
rpcace_xdr.c:92:18: error: unknown type name 'XDR'
 xdr_ace_reponse (XDR *xdrs, ace_reponse *objp)
                  ^~~
rpcace_xdr.c:92:29: error: unknown type name 'ace_reponse'
 xdr_ace_reponse (XDR *xdrs, ace_reponse *objp)
                             ^~~~~~~~~~~
<builtin>: recipe for target 'rpcace_xdr.o' failed
make[4]: *** [rpcace_xdr.o] Error 1


Fix attached.
Description: Fix parallel FTBFS
 Only run rpcgen once, not several times in parallel.
Author: Adrian Bunk <b...@debian.org>

--- libace-perl-1.92.orig/acelib/Makefile
+++ libace-perl-1.92/acelib/Makefile
@@ -96,7 +96,11 @@ libace.a :  $(LIBACE_OBJS)
 
 RPCGEN_PRODUCTS = rpcace.h rpcace_xdr.c rpcace_clnt.c rpcace_svc.c
 
-$(RPCGEN_PRODUCTS): rpcace.x
+.PHONY: rpcgen
+
+$(RPCGEN_PRODUCTS): rpcgen
+
+rpcgen: rpcace.x
        rpcgen $(RPCGEN_FLAGS) rpcace.x
 
 rpcace_sp.o: rpcace_sp.c rpcace_svc.c

--- End Message ---
--- Begin Message ---
Source: libace-perl
Source-Version: 1.92-6

We believe that the bug you reported is fixed in the latest version of
libace-perl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 882...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated libace-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 21 Nov 2017 14:35:52 +0100
Source: libace-perl
Binary: libace-perl
Architecture: source
Version: 1.92-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Description:
 libace-perl - Object-Oriented Access to ACEDB Databases
Closes: 882313
Changes:
 libace-perl (1.92-6) unstable; urgency=medium
 .
   * Only run rpcgen once, not several times in parallel to not fail in
     parallel builds (Thanks for the patch to Adrian Bunk <b...@debian.org>)
     Closes: #882313
   * Fix some more spelling issues
Checksums-Sha1:
 711e7d6df49f6194fe39fef0db0023155e9fbc94 2044 libace-perl_1.92-6.dsc
 a27057a7d8391834a7c8a206377e1640da53a27f 7592 libace-perl_1.92-6.debian.tar.xz
 20769bd6f0816f64822325023f32a21e8478b16b 5562 
libace-perl_1.92-6_amd64.buildinfo
Checksums-Sha256:
 d492c163261f13e701b3c4e11c3071eb282ecd1698613e9492316792c2eeb768 2044 
libace-perl_1.92-6.dsc
 cd4cb899c9f35eb3906499d45223929aebbdd313a810da2fff3839199cf6421b 7592 
libace-perl_1.92-6.debian.tar.xz
 19e62452c2c72f76b4ea24ed7f72a0b5212444787abcaf5da4f6ef5dff3e71a5 5562 
libace-perl_1.92-6_amd64.buildinfo
Files:
 8c9749272d62969890d71838f88e0c4f 2044 perl optional libace-perl_1.92-6.dsc
 53e5b04b06e3ea1656dc2556a63f7c20 7592 perl optional 
libace-perl_1.92-6.debian.tar.xz
 dd8abb31d14c19232ad11eb0dd1a9e8c 5562 perl optional 
libace-perl_1.92-6_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAloULNkRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGa3hAAjP6BuFTI1wjp2BmD7IlsSfxmBZXLnGWs
z8R7+1gAO54zADPVWfiEhTVtnf18TBe5KdwKKcL3Lcmtx1DUPCPM+YBSd2yspMFl
F8rWy7fcIFJy2aT8hlaGvX3VNOVdiIfKldBGDtTvt4qijeTXF1ip946e/GjYHtDX
uaeg05yFNk9xkPA/hB35oQW6ydTTzcpPKAVYqNudJzlHpSHmsbICvdcPWLq/hafY
0J+1fZzohhKMNQ0iTY0zJSAGL6jJ2gPuxP34WwcieowtmtbOcP5/4aZbmlbvCgr2
oLHQJ3GEJT8CsgrAbC5QfKirj6chMOlNny8z0/osqIL/vpXiSEP+C0GOZ2jVXb4H
w3h43CuBjsvi9k9F6k2nTEa/nS5RThI5R/5XcUO4rgShS+lttcAKhC30ff89ac5d
WMymIijHS0F14Z89ppweuktdzT/iDTXEqDYPP5ebO7WW9SjHvixLtIxyV7SxJ4jQ
/xW5PVwoo9141x8UK8YuNAXYliWH+Rtq0+/vN/O5LRnvpOhn9h7ZHARJ6Vpajf0g
7qk4blZRievJW5Y8l/9tB/le4YQEqnuI/zrSOKZcQD5M8z1Osq6KS63ZiNSZbdOj
5tS7DKIfGKY5n4KzrchbtayHVQRLnoXLlaYdYJehV7Elsxc7lk1TPsyvArxfD7Ig
5VYu+Sniigc=
=bxM6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to