Your message dated Sun, 17 May 2020 22:18:28 +0000
with message-id <[email protected]>
and subject line Bug#957331: fixed in hebcal 4.20-2
has caused the Debian Bug report #957331,
regarding hebcal: ftbfs with GCC-10
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.)


-- 
957331: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957331
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:hebcal
Version: 4.19-1
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/hebcal_4.19-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html

[...]
checking for strdup... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating hebcal.1
config.status: creating Makefile
config.status: creating tests/Makefile
config.status: creating config.h
configure: WARNING: unrecognized options: --disable-dependency-tracking
   dh_auto_build
        make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
{                                      \
echo '# Signature of the current package.'; \
echo 'm4_define([AT_PACKAGE_NAME],      [hebcal])'; \
echo 'm4_define([AT_PACKAGE_TARNAME],   [hebcal])'; \
echo 'm4_define([AT_PACKAGE_VERSION],   [4.19])'; \
echo 'm4_define([AT_PACKAGE_STRING],    [hebcal 4.19])'; \
echo 'm4_define([AT_PACKAGE_BUGREPORT], [[email protected]])'; \
} >./package.m4
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in tests
make[3]: Entering directory '/<<PKGBUILDDIR>>/tests'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o common.o common.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o danlib.o danlib.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o error.o error.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o greg.o greg.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o hebcal.o hebcal.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o timelib.o timelib.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o astro.o astro.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o tm2unixtime.o tm2unixtime.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o unixtime2tm.o unixtime2tm.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o dow.o dow.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o parse_tz.o parse_tz.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o holidays.o holidays.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o sedra.o sedra.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o start.o start.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o gnu.o gnu.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o dafyomi.o dafyomi.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o strings_ashkenazi.o strings_ashkenazi.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o strings_he.o strings_he.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o strings_pl.o strings_pl.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o strings_ru.o strings_ru.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o strings_fi.o strings_fi.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o strings_fr.o strings_fr.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o strings_hu.o strings_hu.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o strings_ashkenazi_litvish.o 
strings_ashkenazi_litvish.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o strings_ashkenazi_poylish.o 
strings_ashkenazi_poylish.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o strings_ashkenazi_standard.o 
strings_ashkenazi_standard.c
gcc -DHAVE_CONFIG_H -I.  -DVERSION='"4.19"' -DHAVE_STDLIB_H -DHAVE_STRING_H 
-DHAVE_INTTYPES_H -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o translations.o translations.c
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -Wl,-z,relro -Wl,-z,now -o hebcal common.o 
danlib.o error.o greg.o hebcal.o timelib.o astro.o tm2unixtime.o unixtime2tm.o 
dow.o parse_tz.o holidays.o sedra.o start.o gnu.o dafyomi.o strings_ashkenazi.o 
strings_he.o strings_pl.o strings_ru.o strings_fi.o strings_fr.o strings_hu.o 
strings_ashkenazi_litvish.o strings_ashkenazi_poylish.o 
strings_ashkenazi_standard.o translations.o   -lm 
/usr/bin/ld: hebcal.o:./translations.h:10: multiple definition of 
`hebcal_langs'; common.o:./translations.h:10: first defined here
/usr/bin/ld: holidays.o:./translations.h:10: multiple definition of 
`hebcal_langs'; common.o:./translations.h:10: first defined here
/usr/bin/ld: sedra.o:./translations.h:10: multiple definition of 
`hebcal_langs'; common.o:./translations.h:10: first defined here
/usr/bin/ld: start.o:./translations.h:10: multiple definition of 
`hebcal_langs'; common.o:./translations.h:10: first defined here
/usr/bin/ld: dafyomi.o:./translations.h:10: multiple definition of 
`hebcal_langs'; common.o:./translations.h:10: first defined here
/usr/bin/ld: translations.o:./translations.h:10: multiple definition of 
`hebcal_langs'; common.o:./translations.h:10: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:499: hebcal] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:561: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:400: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: hebcal
Source-Version: 4.20-2
Done: [email protected] (Barak A. Pearlmutter)

We believe that the bug you reported is fixed in the latest version of
hebcal, 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.
Barak A. Pearlmutter <[email protected]> (supplier of updated hebcal 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: Sun, 17 May 2020 22:58:03 +0100
Source: hebcal
Architecture: source
Version: 4.20-2
Distribution: unstable
Urgency: medium
Maintainer: Shaya Potter <[email protected]>
Changed-By: Barak A. Pearlmutter <[email protected]>
Closes: 957331
Changes:
 hebcal (4.20-2) unstable; urgency=medium
 .
   * Track upstream changes (closes: #957331)
Checksums-Sha1:
 48fb09da91c53b990ca98dd7c5f2fdbe2230d5d0 1887 hebcal_4.20-2.dsc
 bef85fcfeffadade29a96a88d274fc98322c9528 40288 hebcal_4.20-2.debian.tar.xz
 2e49464701a82f0263f087c34e78b5ebc20fcb00 5862 hebcal_4.20-2_source.buildinfo
Checksums-Sha256:
 d58960ca70560f394b86c2c3af87c530fbd2cd6dfa93e86137e95612a9d7b2bf 1887 
hebcal_4.20-2.dsc
 eda972947ca4eca29269deb171f800427f3ec7caf5f140ddeff7472f88ce0752 40288 
hebcal_4.20-2.debian.tar.xz
 dd07d2f4d726e6b1c1006e1124d547aeec82dbb8de69b444f6e98fda8c8b7b7d 5862 
hebcal_4.20-2_source.buildinfo
Files:
 ba803f7115439474f5d0de8ea885d8b8 1887 utils optional hebcal_4.20-2.dsc
 d0455469548eace3d21ccea62e829484 40288 utils optional 
hebcal_4.20-2.debian.tar.xz
 9283b121bbdf9e6251c8ed9f67dccf2d 5862 utils optional 
hebcal_4.20-2_source.buildinfo

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

iQJDBAEBCgAtFiEEZPQp426hHMLZZlRvEltXR14ZDRgFAl7Bs6MPHGJhcEBkZWJp
YW4ub3JnAAoJEBJbV0deGQ0Y3bQP/2NIMGAgyUOsEpPV3ok5382FsMEYxUVrFZZB
K4vt4nOKKAOYVEtij9oDpyWfNJ2SAU6LrviMXKm6gZWJKgiaPly60WqENBKXtYGA
RRKaM3v7XaSMUASzdUeOlSdVL9ykjY+MlEHMGeya4FeiUg4t7L+y4nh6zWjZXzBs
L5TCZ+jKA4lC7olV2UeG+q8l6MFZjZXTO1PbwyH6egXQzEUjXoeztBR8tVl9OYwx
6c1WBkfWnv6ELBYf+Wv+9w9ye3chHOzOpZf8VA70NdbAl4/mY+YCP0egXaphZFWB
UXm9qa1HkAnZZaaqfFGbliPTFiY9Xg8yx4nl5KTU/zhyZrJ0pBBkxVmepS8VBGJ0
MJU8HBlImQhN4pCFpMtxEEurVlNTpU8ltt+s6Ufe5wI3Jjsz+8Bu9BTEE7fCV7zg
zIsHvJhHn1qytJ1WIy89W/T6YnWBHpThGXgb2aH0elX3/FDBCiaMD/y7O56E/aQO
5s16xKIH7LJCuywSj7pPxmT1qozTB4AsO/+K8JJRhQ5J+4il/Ok0mK3l6U+ebbLQ
AVsfwH3Z1FO7Q9lh+x7YVDynVrhTtCP/9RyUIH6SXmQ1tXL23iZWknbRjOCoqbQX
VHcJu8uN0xWd+iqsu9NjtFem2zVXf/mjJN7TrK8obS2SXIyQO7v+ZYdgqMke91DF
OOurqpNA
=BPwV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to