Your message dated Wed, 22 Sep 2021 08:34:21 +0000
with message-id <[email protected]>
and subject line Bug#994136: fixed in libcache-memcached-fast-perl 0.27-2
has caused the Debian Bug report #994136,
regarding libcache-memcached-fast-perl: Frequent 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 [email protected]
immediately.)
--
994136: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994136
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libcache-memcached-fast-perl
Version: 0.27-1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=libcache-memcached-fast-perl&ver=0.27-1
...
dh_auto_build -a
make -j8
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cd src && make LIBPERL_A="libperl.a" LINKTYPE="dynamic" OPTIMIZE="-g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2"
LD="aarch64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro
-Wl,-z,now" PREFIX="/usr" PASTHRU_DEFINE=' ' PASTHRU_INC=' '
Running Mkbootstrap for Fast ()
"/usr/bin/perl" "/usr/share/perl/5.32/ExtUtils/xsubpp" -typemap
'/usr/share/perl/5.32/ExtUtils/typemap' -typemap '/<<PKGBUILDDIR>>/typemap'
Fast.xs > Fast.xsc
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
"/usr/bin/perl" genparser.pl reply.kw parse_keyword.c parse_keyword.h
"/usr/bin/perl" gencrc32.pl compute_crc32.c compute_crc32.h
aarch64-linux-gnu-gcc -c -I. -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 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -DVERSION=\"0.27\" -DXS_VERSION=\"0.27\" -fPIC
"-I/usr/lib/aarch64-linux-gnu/perl/5.32/CORE" -DHAVE_POLL_H array.c
aarch64-linux-gnu-gcc -c -I. -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 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -DVERSION=\"0.27\" -DXS_VERSION=\"0.27\" -fPIC
"-I/usr/lib/aarch64-linux-gnu/perl/5.32/CORE" -DHAVE_POLL_H client.c
aarch64-linux-gnu-gcc -c -I. -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 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -DVERSION=\"0.27\" -DXS_VERSION=\"0.27\" -fPIC
"-I/usr/lib/aarch64-linux-gnu/perl/5.32/CORE" -DHAVE_POLL_H connect.c
chmod 644 "Fast.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fast.bs
blib/arch/auto/Cache/Memcached/Fast/Fast.bs 644
client.c:27:10: fatal error: parse_keyword.h: No such file or directory
27 | #include "parse_keyword.h"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:344: client.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cp lib/Cache/Memcached/Fast.pm blib/lib/Cache/Memcached/Fast.pm
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:1080: src/libclient.a] Error 2
make[1]: *** Waiting for unfinished jobs....
mv Fast.xsc Fast.c
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: binary-arch] Error 25
If this cannot be easily fixed, then going back to non-parallel
building as in the previously used dh compat level with
dh $@ --no-parallel
would workaround the problem.
--- End Message ---
--- Begin Message ---
Source: libcache-memcached-fast-perl
Source-Version: 0.27-2
Done: Jonas Smedegaard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libcache-memcached-fast-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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jonas Smedegaard <[email protected]> (supplier of updated
libcache-memcached-fast-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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 22 Sep 2021 09:40:08 +0200
Source: libcache-memcached-fast-perl
Architecture: source
Version: 0.27-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 994136
Changes:
libcache-memcached-fast-perl (0.27-2) unstable; urgency=medium
.
* avoid parallel build;
closes: bug#994136, thanks to Adrian Bunk
* update copyright info: fix license grant for packaging
Checksums-Sha1:
585b8fe7a7aa1720b242090ba9c2327596ceb2d2 2215
libcache-memcached-fast-perl_0.27-2.dsc
59e4bbdb5548c5e91818701f0d838a4da5a72f5e 4868
libcache-memcached-fast-perl_0.27-2.debian.tar.xz
23c39ab6ad41d1b4d34f2e0e91769968ed602898 6431
libcache-memcached-fast-perl_0.27-2_amd64.buildinfo
Checksums-Sha256:
333eb9aea98ff34505e0e0ac5587aa648b49ccb36fbc3702337c733fadfc4add 2215
libcache-memcached-fast-perl_0.27-2.dsc
0c0d4a567cfb39fdd2f654b53f3bbba44eafc7afca5a8ef8b6054fd0e136a611 4868
libcache-memcached-fast-perl_0.27-2.debian.tar.xz
9732e8474e89ed937d64ff7363eac3c0979f414098912366fc051c2fcffb3a9a 6431
libcache-memcached-fast-perl_0.27-2_amd64.buildinfo
Files:
bdcb2fb20832c8443e8d441a953f5d01 2215 perl optional
libcache-memcached-fast-perl_0.27-2.dsc
30b08d4a5c7ebf3a4ec25962e49cf285 4868 perl optional
libcache-memcached-fast-perl_0.27-2.debian.tar.xz
7748b722d9695a668ebde85616d9ed2a 6431 perl optional
libcache-memcached-fast-perl_0.27-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmFK3lkACgkQLHwxRsGg
ASGDdA//fGVGrvgYGBKMghIvgjFEYL9M1rpaw148uxlLe3KWEo0aiSUbj1jn/aG9
0aFGXEvHOr27imLJ1iRAEaw81Pj31GMsD3bc7XYhlvwpvyd0J1QhC+0gLAifqHrw
vZz7Y7MltegNDih6bKNM0sSm/9eVT2s05XhJ1BulRYhcPdwBMS57oeV7thT5GFJq
iDqNId9a1nxdnzBgSqfe8CHPu869us0f28zsUcv4l6WpUdLwz03Mn9eTIVci+eyv
npLqoPW0EtiP8x3ehkCSB8FHqLtjH/FLz902MW3bDuHdzbJgXkiqB09B5FT8E8U6
aOpiI8nAA7+543CAe4se/0kBDm5/z0rqapoa4VM6qJ7t1ZQdnMBBieccta4UNAiA
+OF2O325Tyf9cOvc4tFexvgPjGv1jOF1hJK3VqbHNpYKBrjS31+JosBfbR3ywgBX
dgwGR1zQd3RcGs6sahD8+2REF/QXqazjxB9yJJ7qe8oRtlCcN910k23Xl9VBW3nL
lOTCl0O4NmTRvWbbLz5j+b6KSL66fZ8LUcDH8EEAsTnEsAnsfgNzbeufxntUBpr3
rUZm0duUIi51+POb+jx8ZA8+QGD2/5wo91nVPkzwSZDG1IZSXlO9YV4p+AQ+CEvY
oyyoUph3rGDUPIRfUJL2shnnL6gqmFO2JQXmkMh7TD3PE6Pat7g=
=hTHN
-----END PGP SIGNATURE-----
--- End Message ---