Your message dated Fri, 17 Apr 2020 13:33:47 +0000 with message-id <[email protected]> and subject line Bug#950910: fixed in wcc 0.0.2+dfsg-4.1 has caused the Debian Bug report #950910, regarding wcc ftbfs with glibc-2.30 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.) -- 950910: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950910 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:wcc Version: 0.0.2+dfsg-4 Severity: important Tags: sid bullseye wcc ftbfs with glibc-2.30: mkdir -p bin cd src && make CFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -Wno-discarded-qualifiers -Wno-int-conversion -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -fpie -pie -fPIC -g3 -ggdb -I../../include -I./include/sflib/ -I./include -I../../include/ -Wno-incompatible-pointer-types -fstack-protector-all -Wl,-z,relro,-z,now -DPACKAGE -DPACKAGE_VERSION -masm=intel -rdynamic -D_fORTIFY_SOURCE=2 -O2" make[2]: Entering directory '/<<BUILDDIR>>/wcc-0.0.2+dfsg/src' make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. cd wcc && make CFLAGS=" -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -Wno-discarded-qualifiers -Wno-int-conversion -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -fpie -pie -fPIC -g3 -ggdb -I../../include -I./include/sflib/ -I./include -I../../include/ -Wno-incompatible-pointer-types -fstack-protector-all -Wl,-z,relro,-z,now -DPACKAGE -DPACKAGE_VERSION -masm=intel -rdynamic -D_fORTIFY_SOURCE=2 -O2" make[3]: Entering directory '/<<BUILDDIR>>/wcc-0.0.2+dfsg/src/wcc' cc -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -Wno-discarded-qualifiers -Wno-int-conversion -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -fpie -pie -fPIC -g3 -ggdb -I../../include -I./include/sflib/ -I./include -I../../include/ -Wno-incompatible-pointer-types -fstack-protector-all -Wl,-z,relro,-z,now -DPACKAGE -DPACKAGE_VERSION -masm=intel -rdynamic -D_fORTIFY_SOURCE=2 -O2 wcc.c -o wcc -l:libbfd.a -lz -ldl -liberty -lelf -lcapstone cp wcc ../../bin/ make[3]: Leaving directory '/<<BUILDDIR>>/wcc-0.0.2+dfsg/src/wcc' cd wld && make CFLAGS=" -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -Wno-discarded-qualifiers -Wno-int-conversion -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -fpie -pie -fPIC -g3 -ggdb -I../../include -I./include/sflib/ -I./include -I../../include/ -Wno-incompatible-pointer-types -fstack-protector-all -Wl,-z,relro,-z,now -DPACKAGE -DPACKAGE_VERSION -masm=intel -rdynamic -D_fORTIFY_SOURCE=2 -O2" make[3]: Entering directory '/<<BUILDDIR>>/wcc-0.0.2+dfsg/src/wld' cc -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -Wno-discarded-qualifiers -Wno-int-conversion -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -fpie -pie -fPIC -g3 -ggdb -I../../include -I./include/sflib/ -I./include -I../../include/ -Wno-incompatible-pointer-types -fstack-protector-all -Wl,-z,relro,-z,now -DPACKAGE -DPACKAGE_VERSION -masm=intel -rdynamic -D_fORTIFY_SOURCE=2 -O2 wld.c -o wld -l:libbfd.a -lz -ldl -liberty wld.c: In function ‘print_version’: wld.c:110:57: warning: macro "__TIME__" might prevent reproducible builds [-Wdate-time] 110 | printf("%s version:%s (%s %s)\n", WNAME, WVERSION, WTIME, WDATE); | ^~~~~ wld.c:110:64: warning: macro "__DATE__" might prevent reproducible builds [-Wdate-time] 110 | printf("%s version:%s (%s %s)\n", WNAME, WVERSION, WTIME, WDATE); | ^~~~~ cp wld ../../bin/ make[3]: Leaving directory '/<<BUILDDIR>>/wcc-0.0.2+dfsg/src/wld' cd wsh && make CFLAGS=" -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -Wno-discarded-qualifiers -Wno-int-conversion -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -fpie -pie -fPIC -g3 -ggdb -I../../include -I./include/sflib/ -I./include -I../../include/ -Wno-incompatible-pointer-types -fstack-protector-all -Wl,-z,relro,-z,now -DPACKAGE -DPACKAGE_VERSION -masm=intel -rdynamic -D_fORTIFY_SOURCE=2 -O2" make[3]: Entering directory '/<<BUILDDIR>>/wcc-0.0.2+dfsg/src/wsh' cc -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -Wno-discarded-qualifiers -Wno-int-conversion -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -fpie -pie -fPIC -g3 -ggdb -I../../include -I./include/sflib/ -I./include -I../../include/ -Wno-incompatible-pointer-types -fstack-protector-all -Wl,-z,relro,-z,now -DPACKAGE -DPACKAGE_VERSION -masm=intel -rdynamic -D_fORTIFY_SOURCE=2 -O2 wsh.c -o wsh.o -c -fpie -fPIC -ldl -lreadline In file included from wsh.c:32: ./include/libwitch/wsh.h:69:10: fatal error: stropts.h: No such file or directory 69 | #include <stropts.h> | ^~~~~~~~~~~ compilation terminated. make[3]: *** [Makefile:19: all] Error 1 make[3]: Leaving directory '/<<BUILDDIR>>/wcc-0.0.2+dfsg/src/wsh'
--- End Message ---
--- Begin Message ---Source: wcc Source-Version: 0.0.2+dfsg-4.1 Done: Gianfranco Costamagna <[email protected]> We believe that the bug you reported is fixed in the latest version of wcc, 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. Gianfranco Costamagna <[email protected]> (supplier of updated wcc 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: Sat, 21 Mar 2020 18:02:12 +0100 Source: wcc Architecture: source Version: 0.0.2+dfsg-4.1 Distribution: unstable Urgency: medium Maintainer: Debian Security Tools <[email protected]> Changed-By: Gianfranco Costamagna <[email protected]> Closes: 950910 Changes: wcc (0.0.2+dfsg-4.1) unstable; urgency=medium . * NMU: Fix build (Closes: #950910) Checksums-Sha1: ef523af0a4a1b91f830a9ca8115a38e6696cda71 2121 wcc_0.0.2+dfsg-4.1.dsc 525861cf7bbacac5b1a496e42fa4f10aa54527c0 15580 wcc_0.0.2+dfsg-4.1.debian.tar.xz 3145907760e600ec1a9ea7711d7d3063090391b8 6977 wcc_0.0.2+dfsg-4.1_amd64.buildinfo Checksums-Sha256: c6766389463e1381297e8bb0d0737466f6bb4385abcabb5baf8899608dac9a66 2121 wcc_0.0.2+dfsg-4.1.dsc f69e3cfcdb2109e9fb172e6611fea997ebd85c6917978969da74315375c84997 15580 wcc_0.0.2+dfsg-4.1.debian.tar.xz 6512ec232a9aad8f3e28bd19a24fe26f6eb1f2e3273690004a863eccb9adf86c 6977 wcc_0.0.2+dfsg-4.1_amd64.buildinfo Files: 716e6260ad80fa07fe2ec324386f29cb 2121 utils optional wcc_0.0.2+dfsg-4.1.dsc df236d1dd55fdc08d0f41b613f0b127a 15580 utils optional wcc_0.0.2+dfsg-4.1.debian.tar.xz 8b959954fbc2b99feed22331af897ecb 6977 utils optional wcc_0.0.2+dfsg-4.1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE/N321ye0S80G/xoyyJ1XEt+UX28FAl6ZqsQACgkQyJ1XEt+U X28laA/+I0pJHXV31B8d/zOF/Duffz8RWfMrz6leRlEHi8AVqZrSgw2vud4uiX5c C2hHhOepYRz98T1Yq0pynHsFE92OVTJp1y4PzD8Fv1yFuDurehZdI7jUAjZwJkTH e5h4NQzStGR3LnUP1H+QeErtmNHREAbC13EDNmWlq+3DR8pDiqq8Nzn5yhoj7Vv8 gAxoMiTHxz3/LvVeD1eXGM+ge5MctZujndi65+UrsE+YtuFeUSsK7ViVYClMD4yn HwSfslPebaG+o8i18nT3kp3nYTEBEwfywg4qcYxNXPLyBsIV3Dd4W+6WIHd0aSHA +Y/7mdBqQbfkWh+Eh632VAa7yOdN8l2fBS7/Hzn7WVRt1thvlpDkQfxNArX1rPC6 91pSADw+qIeqaZLUVWCrgfbinUhPaLqSH1HKfJvwB8/EFAKhlryvLPHl1YzL3NNb yLz7rzLEZK3B8wBJjosA6CEEUZ33lv2dv6CZO4UkrNE0EWZsMEF5eoU85rULlvaN 6+fn0eA72TvT9Ppnt2Bhi9+tFVD2yYK1CSKe/IB25ICb8wZOjUwIzT6keqdBQUAO m/l5Aw+Bx7EvP3YeeHGI4TIRNPcaQDT0THl14PS0M7hiEXWyenoQIcd4efHF0A40 jS8HBYMiu0RkVOj+PmVUisPXu/aih7pb1fiPOyPebxrTZUpfJM8= =xE1Q -----END PGP SIGNATURE-----
--- End Message ---

