Your message dated Mon, 19 Aug 2019 13:05:30 +0000
with message-id <[email protected]>
and subject line Bug#925652: fixed in chktex 1.7.6-3
has caused the Debian Bug report #925652,
regarding chktex: ftbfs with GCC-9
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.)


-- 
925652: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925652
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:chktex
Version: 1.7.6-2
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/chktex_1.7.6-2_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
checking for _doprnt... no
checking for access... yes
checking for closedir... yes
checking for fileno... yes
checking for isatty... yes
checking for opendir... yes
checking for readdir... yes
checking for stat... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strlwr... no
checking for strtol... yes
checking whether stpcpy is declared... yes
checking whether PCRE regular expressions are enabled... yes
checking for pcre-config... yes
checking for POSIX extended regular expressions... yes
configure: creating ./config.status
config.status: creating stamp-h
config.status: creating Makefile
config.status: creating deweb
config.status: creating rmeheader
config.status: creating ChkTeX.tex
config.status: creating config.h
dh_testdir
# Add here commands to compile the package.
# build source
cp -p ChkTeX.tex.in ChkTeX.tex.in.backup
echo \\\date{04\/22\/2018}
\date{04/22/2018}
sed -ri "s/.date..today./\\\date{04\/22\/2018}/g" ChkTeX.tex.in
/usr/bin/make CFLAGS="-Wall -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security" LDFLAGS="-Wl,-z,relro -lpcreposix -lpcre" chktex 
ChkTeX.dvi
make[1]: Entering directory '/<<PKGBUILDDIR>>'
x86_64-linux-gnu-gcc -M -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" 
-D__unix__ Utility.c > .Utility.d.tmp
sed 's,\(Utility\)\.o *:,\1.o .Utility.d : Makefile,g' .Utility.d.tmp > 
.Utility.d
rm -f .Utility.d.tmp 2>/dev/null
x86_64-linux-gnu-gcc -M -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" 
-D__unix__ Resource.c > .Resource.d.tmp
sed 's,\(Resource\)\.o *:,\1.o .Resource.d : Makefile,g' .Resource.d.tmp > 
.Resource.d
rm -f .Resource.d.tmp 2>/dev/null
x86_64-linux-gnu-gcc -M -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" 
-D__unix__ OpSys.c > .OpSys.d.tmp
sed 's,\(OpSys\)\.o *:,\1.o .OpSys.d : Makefile,g' .OpSys.d.tmp > .OpSys.d
rm -f .OpSys.d.tmp 2>/dev/null
x86_64-linux-gnu-gcc -M -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" 
-D__unix__ FindErrs.c > .FindErrs.d.tmp
sed 's,\(FindErrs\)\.o *:,\1.o .FindErrs.d : Makefile,g' .FindErrs.d.tmp > 
.FindErrs.d
rm -f .FindErrs.d.tmp 2>/dev/null
x86_64-linux-gnu-gcc -M -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" 
-D__unix__ ChkTeX.c > .ChkTeX.d.tmp
sed 's,\(ChkTeX\)\.o *:,\1.o .ChkTeX.d : Makefile,g' .ChkTeX.d.tmp > .ChkTeX.d
rm -f .ChkTeX.d.tmp 2>/dev/null
x86_64-linux-gnu-gcc -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -D__unix__ 
-Wall -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c ChkTeX.c -o 
ChkTeX.o
x86_64-linux-gnu-gcc -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -D__unix__ 
-Wall -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c FindErrs.c -o 
FindErrs.o
x86_64-linux-gnu-gcc -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -D__unix__ 
-Wall -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c OpSys.c -o OpSys.o
x86_64-linux-gnu-gcc -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -D__unix__ 
-Wall -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c Resource.c -o 
Resource.o
x86_64-linux-gnu-gcc -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -D__unix__ 
-Wall -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c Utility.c -o 
Utility.o
x86_64-linux-gnu-gcc -Wl,-z,relro -lpcreposix -lpcre -o chktex ChkTeX.o 
FindErrs.o OpSys.o Resource.o Utility.o -ltermcap 
/usr/bin/ld: FindErrs.o: in function `CheckSilentRegex':
./FindErrs.c:1277: undefined reference to `pcreposix_regexec'
/usr/bin/ld: ./FindErrs.c:1256: undefined reference to `pcreposix_regcomp'
/usr/bin/ld: ./FindErrs.c:1288: undefined reference to `pcreposix_regerror'
/usr/bin/ld: ./FindErrs.c:1261: undefined reference to `pcreposix_regerror'
/usr/bin/ld: FindErrs.o: in function `CheckRest':
./FindErrs.c:920: undefined reference to `pcreposix_regexec'
/usr/bin/ld: ./FindErrs.c:920: undefined reference to `pcreposix_regexec'
/usr/bin/ld: ./FindErrs.c:920: undefined reference to `pcreposix_regexec'
/usr/bin/ld: ./FindErrs.c:931: undefined reference to `pcreposix_regerror'
/usr/bin/ld: ./FindErrs.c:878: undefined reference to `pcreposix_regcomp'
/usr/bin/ld: ./FindErrs.c:885: undefined reference to `pcreposix_regerror'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:160: chktex] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:56: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: chktex
Source-Version: 1.7.6-3

We believe that the bug you reported is fixed in the latest version of
chktex, 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.
Thorsten Alteholz <[email protected]> (supplier of updated chktex 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: Mon, 19 Aug 2019 18:40:03 +0200
Source: chktex
Architecture: source
Version: 1.7.6-3
Distribution: unstable
Urgency: medium
Maintainer: Thorsten Alteholz <[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Closes: 851276 925652
Changes:
 chktex (1.7.6-3) unstable; urgency=medium
 .
   * debian/control: bump standard to 4.3.0 (no changes)
   * debian/rules: avoid FTBFS on gcc9 (Closes: #925652)
   * add patches for error handling (Closes: #851276)
Checksums-Sha1:
 1e9bd9aa82152bf4233892c8c863a7c23abdd04a 2047 chktex_1.7.6-3.dsc
 4a7d59e3a06991c61b29e18d9f545edacf871f07 43772 chktex_1.7.6-3.debian.tar.xz
 456ca03d5d55ee388539b016ba9847c98a1bfbc8 9818 chktex_1.7.6-3_amd64.buildinfo
Checksums-Sha256:
 378450d65ca017a21369423023be2195af23c06bb0f1dc84d467c66acad172a5 2047 
chktex_1.7.6-3.dsc
 a9ff4332b40688c1d9110fdcb8a519b6cb1f5ebc224755e219edab3dc59ab301 43772 
chktex_1.7.6-3.debian.tar.xz
 881fc3b3af9cac568ffede2e416a4ac178ed54a6b5041ff91db159c8253be92d 9818 
chktex_1.7.6-3_amd64.buildinfo
Files:
 25315e65de8cd1b40cf88c297df1a4d7 2047 tex optional chktex_1.7.6-3.dsc
 2ea8e1231b252bef19fe278024398ffc 43772 tex optional 
chktex_1.7.6-3.debian.tar.xz
 b97c982cfbd378c0468feee3248ab465 9818 tex optional 
chktex_1.7.6-3_amd64.buildinfo

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

iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAl1Z3rhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYR627D/9HXVHKZHTmihNIUSvzICINH4sHNZTB
aoG3yiswaB/Dm6zQln+gNVfSa4+4NYJYnPVPCEjfSwA0ni5R0jiH2KL3+DuAy3xx
sRF+HF8vSQ+twN9y7PBFv8UtS37wWwmQO9K0+x+R9hmpLXDULZfr3K/u/iUk6ueI
MlOuvHYAoRO0W9uEtfnKZb0/skMkHoFAPonFp7iC1OI08STVvwLX5KddHE6nZ0rj
GImxSi1VOPImkUSc3hYbKG1v+afUEMD0+/tXk/SGByayuQa4IUeZy6XS89/1q7Nb
cOWqWwuk30uBfze9HcilIEaAkd3Lc5ejFrP06Y59/vXxk6bMR1FE30laFo++0/T6
J3+AmM+54jAmvvviX+xObCtBOHftiP/M4iBMXZ1h7rkuOjDybTZtq6vOB/SkpXCP
YI+KsClk5egYctEqhj9abXnvmDxBSwKnUQnjobo2dueCTiIoWQCsREVC+vIuOgDn
kGekXbuH7tw2F3Uifapv10R10PiRy6NEa43DsElaMZ6Q+QiZZr+OGSKztgJmAGcq
MhDpeX4w8DWhDJvWlSg++0nTcculyk58z0S/z+b5pHEHHnVn2nj/B2MiExnO/8A1
zLVZ6S4xPuHk23yt7DLuWKRY0hR6V70kvbdCe09M1GhJzC++1ylY+z4+H7Huz7t8
IqNU12gQvzLidg==
=CseM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to