Your message dated Mon, 08 Oct 2018 12:49:49 +0000
with message-id <[email protected]>
and subject line Bug#906472: fixed in sparse 0.5.2-2
has caused the Debian Bug report #906472,
regarding horst: FTBFS in buster/sid (unable to open 'stdarg.h')
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.)


-- 
906472: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906472
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:horst
Version: 5.0-2
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-arch
dh build-arch 
   dh_update_autotools_config -a
   dh_autoreconf -a
   dh_auto_configure -a
   dh_auto_build -a
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -MM -I. average.c capture.c channel.c conf_options.c control.c 
display-channel.c display-essid.c display-filter.c display-help.c 
display-history.c display-main.c display-spectrum.c display-statistics.c 
display.c essid.c ieee80211_util.c ifctrl-ioctl.c listsort.c main.c network.c 
node.c protocol_parser.c wlan_parser.c radiotap/radiotap.c util.c wlan_util.c 
ifctrl-nl80211.c >.objdeps.mk
echo '-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3' | cmp -s - .buildflags || echo '-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3' > .buildflags
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o average.o average.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o capture.o capture.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o channel.o channel.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o conf_options.o 
conf_options.c

[... snipped ...]

cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o display-essid.o 
display-essid.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o display-filter.o 
display-filter.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o display-help.o 
display-help.c
display-help.c: In function 'update_help_win':
display-help.c:39:66: warning: macro "__DATE__" might prevent reproducible 
builds [-Wdate-time]
  print_centered(win, 5, COLS, "Version " VERSION " (build date " __DATE__ " " 
__TIME__ ")");
                                                                  ^~~~~~~~
display-help.c:39:79: warning: macro "__TIME__" might prevent reproducible 
builds [-Wdate-time]
  print_centered(win, 5, COLS, "Version " VERSION " (build date " __DATE__ " " 
__TIME__ ")");
                                                                               
^~~~~~~~
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o display-history.o 
display-history.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o display-main.o 
display-main.c
display-main.c: In function 'sort_input':
display-main.c:129:11: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
   do_sort = c;
   ~~~~~~~~^~~
display-main.c:131:2: note: here
  case '\r': case KEY_ENTER:
  ^~~~
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o display-spectrum.o 
display-spectrum.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
display-statistics.o display-statistics.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o display.o display.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o essid.o essid.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ieee80211_util.o 
ieee80211_util.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ifctrl-ioctl.o 
ifctrl-ioctl.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o listsort.o 
listsort.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o main.o main.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o network.o network.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o node.o node.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o protocol_parser.o 
protocol_parser.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o wlan_parser.o 
wlan_parser.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
radiotap/radiotap.o radiotap/radiotap.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o util.o util.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o wlan_util.o 
wlan_util.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o ifctrl-nl80211.o 
ifctrl-nl80211.c
cc -Wl,-z,relro -o horst average.o capture.o channel.o conf_options.o control.o 
display-channel.o display-essid.o display-filter.o display-help.o 
display-history.o display-main.o display-spectrum.o display-statistics.o 
display.o essid.o ieee80211_util.o ifctrl-ioctl.o listsort.o main.o network.o 
node.o protocol_parser.o wlan_parser.o radiotap/radiotap.o util.o wlan_util.o 
ifctrl-nl80211.o -lncurses -lm -lnl-3 -lnl-genl-3
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test -a
        make -j1 check
make[1]: Entering directory '/<<PKGBUILDDIR>>'
sparse -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=gnu99 -Wall -Wextra -g -I. -DDO_DEBUG 
-I/usr/include/libnl3 *.[ch]
/usr/include/err.h:25:11: error: unable to open 'stdarg.h'
make[1]: *** [Makefile:113: check] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: make -j1 check returned exit code 2
make: *** [debian/rules:21: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made with "dpkg-buildpackage -B" in my autobuilder.
Most probably, it also fails here in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/horst.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: sparse
Source-Version: 0.5.2-2

We believe that the bug you reported is fixed in the latest version of
sparse, 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.
Uwe Kleine-König <[email protected]> (supplier of updated sparse 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, 08 Oct 2018 14:25:04 +0200
Source: sparse
Binary: sparse sparse-test-inspect
Architecture: source
Version: 0.5.2-2
Distribution: unstable
Urgency: medium
Maintainer: Uwe Kleine-König <[email protected]>
Changed-By: Uwe Kleine-König <[email protected]>
Description:
 sparse     - semantic parser of source files
 sparse-test-inspect - semantic parser of source files
Closes: 906472
Changes:
 sparse (0.5.2-2) unstable; urgency=medium
 .
   * Depend on gcc-8, let cgcc use the versioned compiler command and let
     sparse use gcc-8's include files (Closes: #906472)
   * Support "terse" in DEB_BUILD_OPTIONS
   * Don't require root for building (Rules-Requires-Root: no)
   * Standards-Version: 4.2.1 (no changes needed)
Checksums-Sha1:
 27f390b1acaaa93a9ae280891a159083c1c94cbb 1596 sparse_0.5.2-2.dsc
 0165c8c0b546e76cee0a536c1a6571f721e7990e 6996 sparse_0.5.2-2.debian.tar.xz
 2259dd763f44248dee535c3a8a611fedc1394387 11004 sparse_0.5.2-2_amd64.buildinfo
Checksums-Sha256:
 525b03695594dc5b64194a2dc8e9410c89fbabe9652c4cd3bb7bbe2f75250e9b 1596 
sparse_0.5.2-2.dsc
 c57d7c509f01b64958ab99f34e0bec1184d43a8b228621b4b6b51796bfd7ca2e 6996 
sparse_0.5.2-2.debian.tar.xz
 7a9bec9c88c5fdfc7ef179f4a60cc3e30319595591bed90a769b333ee9040064 11004 
sparse_0.5.2-2_amd64.buildinfo
Files:
 88ba368cfeb9d3887057ab3c6b9285ba 1596 devel optional sparse_0.5.2-2.dsc
 6cb1b60d492f8a7a836ef24349a48ce8 6996 devel optional 
sparse_0.5.2-2.debian.tar.xz
 e222099ee69cc4f0bc1719b4ac92ecc1 11004 devel optional 
sparse_0.5.2-2_amd64.buildinfo

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

iQEzBAEBCgAdFiEEfnIqFpAYrP8+dKQLwfwUeK3K7AkFAlu7T58ACgkQwfwUeK3K
7AnNzAgAgUpfTXfdhxNbarOxYCxic8sVW3W1caW9e9XkFozub8EKA+bYEG3I0dTu
H7WqaT3Y3dd6bpG1lhsNitnmyyYbhA3c/hghyEtsmSqh8u/6TiGIMoiWF96rmfas
t5m1uLW2JrkKn6f1PeMdRvqrzWdeCGPIRwtLrs3AH0OkrUYt8PYSAxYMj+tAgUa9
cjMb+83UJN5O213hsCDgY6S5GHebAM7IEn9BFJrHa0iY4WnOvnLSJao/fx05vpAq
s5Z4BR6Tv5dgb5rctusN/etAGIvlusQu5vC3rD8GqjnsOs72SpYji5/llBgV6zuj
7tDC4W9HsFdpY4WTNZCq5Oset7GU2A==
=ewrC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to