Your message dated Thu, 17 Oct 2024 03:19:08 +0000
with message-id <e1t1h2a-00h4od...@fasolo.debian.org>
and subject line Bug#1085168: fixed in genders 1.27-3-3
has caused the Debian Bug report #1085168,
regarding genders: FTBFS on mips64el and ppc64el: parallel build issue?
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.)


-- 
1085168: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085168
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: genders
Version: 1.27-3-2
Severity: serious

This package failed to build from source with Perl 5.40 on mips64el and ppc64el.

  https://buildd.debian.org/status/package.php?p=genders

It looks the build invokes bison multiple times on the same file,
presumably corrupting the result during parallel builds as there's
no locking. I was able to reproduce it on platti.debian.org with
'dpkg-buildpackage -j4' (but not with plain 'debian/rules build'.)

I doubt it's really architecture specific. Maybe disable parallel builds
if there's no better fix?

>From the mips64el log:

   make[3]: Entering directory '/<<PKGBUILDDIR>>/src/libgenders'
   bison -y -d -b genders_query ./genders_query.y
   bison -y -d -b genders_query ./genders_query.y
   flex -t ./genders_query_parse.l > ./genders_query_parse.c
   make  all-am
   make[4]: Entering directory '/<<PKGBUILDDIR>>/src/libgenders'
   /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../config   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon 
-Wall -Wno-incompatible-pointer-types -g -c -o libgenders_la-genders.lo `test 
-f 'genders.c' || echo './'`genders.c
   /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../config   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon 
-Wall -Wno-incompatible-pointer-types -g -c -o libgenders_la-genders_parsing.lo 
`test -f 'genders_parsing.c' || echo './'`genders_parsing.c
   bison -y -d -b genders_query ./genders_query.y
   /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../config   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon 
-Wall -Wno-incompatible-pointer-types -g -c -o 
libgenders_la-genders_query.tab.lo `test -f 'genders_query.tab.c' || echo 
'./'`genders_query.tab.c
   libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon -Wall 
-Wno-incompatible-pointer-types -g -c genders_parsing.c  -fPIC -DPIC -o 
.libs/libgenders_la-genders_parsing.o
   libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon -Wall 
-Wno-incompatible-pointer-types -g -c genders_query.tab.c  -fPIC -DPIC -o 
.libs/libgenders_la-genders_query.tab.o
   libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon -Wall 
-Wno-incompatible-pointer-types -g -c genders.c  -fPIC -DPIC -o 
.libs/libgenders_la-genders.o
   /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../config   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon 
-Wall -Wno-incompatible-pointer-types -g -c -o libgenders_la-genders_util.lo 
`test -f 'genders_util.c' || echo './'`genders_util.c
   genders_query.tab.c: In function 'yydestruct':
   genders_query.tab.c:1468:3: error: 'YY_I' undeclared (first use in this 
function); did you mean 'YY_'?
    1468 |   YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
         |   ^~~~
         |   YY_
   genders_query.tab.c:1468:3: note: each undeclared identifier is reported 
only once for each function it appears in
   genders_query.tab.c:1468:7: error: expected ';' at end of input
 
-- 
Niko Tyni   nt...@debian.org

--- End Message ---
--- Begin Message ---
Source: genders
Source-Version: 1.27-3-3
Done: Brian Pellin <bpel...@debian.org>

We believe that the bug you reported is fixed in the latest version of
genders, 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 1085...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brian Pellin <bpel...@debian.org> (supplier of updated genders 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: Wed, 16 Oct 2024 21:24:45 -0500
Source: genders
Architecture: source
Version: 1.27-3-3
Distribution: unstable
Urgency: medium
Maintainer: Brian Pellin <bpel...@debian.org>
Changed-By: Brian Pellin <bpel...@debian.org>
Closes: 1085168 1085174
Changes:
 genders (1.27-3-3) unstable; urgency=medium
 .
   * Update Homepage (closes: #1085174)
   * Fix parallel build issue (closes: #1085168)
   * Bump standards version to 4.7.0
Checksums-Sha1:
 214418082644587a57faca854f7d9917e3ba7591 2003 genders_1.27-3-3.dsc
 180752915eb743c72279a8b1f47a56ad74b70b2a 5896 genders_1.27-3-3.debian.tar.xz
 c0eedd3ddf67485e903e27e0aeb277b2627e82f4 7393 genders_1.27-3-3_amd64.buildinfo
Checksums-Sha256:
 52dcfe7b6b9001f2014439616d8407fb04461f996bc6adcaf6ba5cdb3ef0b0f1 2003 
genders_1.27-3-3.dsc
 f3aacdf91b72acf52ac6518972cdffdc302b88de74add3259573143c104d2b71 5896 
genders_1.27-3-3.debian.tar.xz
 55f4f6865d05f2f3d741ee651e0eba184e5a8b540940679da87f8191ea587bb5 7393 
genders_1.27-3-3_amd64.buildinfo
Files:
 9b40e38ad95eb3996ac60cfbacd4c1aa 2003 admin optional genders_1.27-3-3.dsc
 1e554beef9bf5fd62c6bace21f0a08b8 5896 admin optional 
genders_1.27-3-3.debian.tar.xz
 109e50cbd9d2eca1722f12668b940262 7393 admin optional 
genders_1.27-3-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEE4666NZlhemjq+CZwaevOoXXJf9AFAmcQfLQACgkQaevOoXXJ
f9BEkBAAmKf30kC0qPZa969wERusCB16rhx8tBBLzqLj1au+hBY/0GF+ZhRlH7I9
hfR7TXe8OKKG7J84b0AiqTh9t+d9A4IiI6SseEJryzcHr2yAgzCGOpuj8s4UZ8xn
9PQphwS826OXKOWBqIKbrmlZS8e/liF4bdRJgM5rr2iwG6UdPT6Zcgvv8/bDYK0a
RAC49Yjr8D1/Ffpr5rZGm0QX67WYuH6piyXpJtMhpyhCZ6U/VjDZc8olRA7Oyfkk
AdxMD2fXKzobgCG2dicHKB4JWfYGBV3hDgblsitQ6pEIOGmlc3Z/1mkxgld+YWqu
PKZ/zqgiB8aL03XbLY/WCIHYO8JC0t6bDQejHK04fGSH2gFA30cir6itNGx70H/o
1SPQn02hA53PYN7qGSfL2Wiuq7wKwgoVGIGmgD3wftuUyGO96Uywn4l7MVUejnxm
WNthaiu+4zaJcMy2zVyvfm248t+1+I7HIvS62QHrjzg3y4EGtok91U2uVNhTepLD
Hr1bOo0WsL76i9+YYH0VAQd/FkE1FMZ9NAqxbOP2yA2+foRf3X85xg0NNNFw1KFR
hHbpnGD7hbTftexWbNOBnyYQLNhRnZrnDp+9DWAHCiJ8lCCA1DtTBPZE0IKnl4Vy
Uf74UAollV4MPQvFf65yN+eMqlsmmAt6hBdUcs/V9Jpe/rMkpZ4=
=JukQ
-----END PGP SIGNATURE-----

Attachment: pgprtBuizf9WC.pgp
Description: PGP signature


--- End Message ---

Reply via email to