Your message dated Fri, 31 Dec 2021 22:49:53 +0000
with message-id <e1n3qif-000dph...@fasolo.debian.org>
and subject line Bug#1002914: fixed in userv 1.2.1~beta3
has caused the Debian Bug report #1002914,
regarding userv: FBTFS
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.)
--
1002914: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002914
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: userv
Version: 1.2.1~beta2
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
userv fails to build from source:
| dh_auto_configure
| ./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-option-checking --disable-silent-rules
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run
--disable-maintainer-mode --disable-dependency-tracking
| checking for gcc... gcc
| checking whether the C compiler works... yes
| checking for C compiler default output file name... a.out
| checking for suffix of executables...
| checking whether we are cross compiling... no
| checking for suffix of object files... o
| checking whether the compiler supports GNU C... yes
| checking whether gcc accepts -g... yes
| checking for gcc option to enable C11 features... none needed
| checking how to run the C preprocessor... gcc -E
| checking for a BSD-compatible install... /usr/bin/install -c
| checking for md5sum... md5sum
| checking for socket in -lsocket... no
| checking for setenv... yes
| checking for strsignal... yes
| checking for vsnprintf... yes
| checking for grep that handles long lines and -e... /bin/grep
| checking for egrep... /bin/grep -E
| checking for EPROTO... yes
| checking for LOG_AUTHPRIV... yes
| checking for WCOREDUMP... yes
| checking your C compiler... works
| checking __attribute__((,,))... yes
| checking __attribute__((noreturn))... yes
| checking __attribute__((unused))... yes
| checking __attribute__((format...))... yes
| checking GCC warning flag(s) -Wall -Wno-implicit... no
| checking GCC warning flag(s) -Wwrite-strings... ok
| checking GCC warning flag(s) -Wpointer-arith... ok
| checking GCC warning flag(s) -Wimplicit -Wnested-externs... ok
| will build version 1.2.1~beta2
| configure: creating ./config.status
| config.status: creating Makefile
| config.status: creating config.h
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| debian/rules override_dh_auto_build
| make[1]: Entering directory '/<<PKGBUILDDIR>>'
| /usr/bin/make OPTIMISE= XCFLAGS="-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security"
XCPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" XLDFLAGS="-Wl,-z,relro" all docs
| make[2]: Entering directory '/<<PKGBUILDDIR>>'
| cat common.h config.h config.status Makefile | md5sum \
| | sed -e 's/ -$//; s/../0x&,/g; s/,$//;' \
| >pcsum.h.new
| cmp pcsum.h.new pcsum.h || mv -f pcsum.h.new pcsum.h
| cmp: pcsum.h: No such file or directory
| gcc -g -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -D_GNU_SOURCE -Wwrite-strings -Wpointer-arith
-Wimplicit -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -DVERSION='"1.2.1~beta2"' -DVEREXT='"std"' -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c -o overlord.o
overlord.c
| m4 -- tokens.h.m4 >tokens.h.new && mv tokens.h.new tokens.h
| gcc -g -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -D_GNU_SOURCE -Wwrite-strings -Wpointer-arith
-Wimplicit -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -DVERSION='"1.2.1~beta2"' -DVEREXT='"std"' -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c -o process.o
process.c
| echo '#define VERSION "1.2.1~beta2"' >version.h.new && mv -f version.h.new
version.h
| gcc -g -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -D_GNU_SOURCE -Wwrite-strings -Wpointer-arith
-Wimplicit -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -DVERSION='"1.2.1~beta2"' -DVEREXT='"std"' -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c -o servexec.o
servexec.c
| m4 -- lexer.l.m4 >lexer.l.new && mv lexer.l.new lexer.l
| flex -t lexer.l > lexer.c
| /bin/sh: 1: flex: not found
| make[2]: *** [<builtin>: lexer.c] Error 127
| make[2]: Leaving directory '/<<PKGBUILDDIR>>'
| make[1]: *** [debian/rules:20: override_dh_auto_build] Error 2
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| make: *** [debian/rules:12: build-arch] Error 2
| dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
The full build log can be found there:
https://buildd.debian.org/fetch.php?pkg=userv&arch=amd64&ver=1.2.1%7Ebeta2&stamp=1640811612&raw=0
--- End Message ---
--- Begin Message ---
Source: userv
Source-Version: 1.2.1~beta3
Done: Ian Jackson <ijack...@chiark.greenend.org.uk>
We believe that the bug you reported is fixed in the latest version of
userv, 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 1002...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ian Jackson <ijack...@chiark.greenend.org.uk> (supplier of updated userv
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: SHA256
Format: 1.8
Date: Fri, 31 Dec 2021 22:24:40 +0000
Source: userv
Architecture: source
Version: 1.2.1~beta3
Distribution: unstable
Urgency: medium
Maintainer: Ian Jackson <ijack...@chiark.greenend.org.uk>
Changed-By: Ian Jackson <ijack...@chiark.greenend.org.uk>
Closes: 1002914
Changes:
userv (1.2.1~beta3) unstable; urgency=medium
.
* debian/control: Add missing build-dependency on flex.
Fixes FTBFS. Report from Aurelien Jarno. Closes: #1002914.
Checksums-Sha1:
dc0f8126503882e987ec937e696257f8ae643ae7 1297 userv_1.2.1~beta3.dsc
405fa4df0ae7abf70cc22da6d56338d28bab25bf 199419 userv_1.2.1~beta3.tar.gz
Checksums-Sha256:
7e7bd53e01b45617ed7740fdd2c86431cd1faca1da8f1447530ed99a7ff63060 1297
userv_1.2.1~beta3.dsc
e2bee22bc80e11ce982a6fb21b610d49a3f9714b830edecc1ce31f949bb90afd 199419
userv_1.2.1~beta3.tar.gz
Files:
813e4e57c4fdd16cd3f2af294b905687 1297 admin optional userv_1.2.1~beta3.dsc
2002abb48cece4d6de3a604fdc3e8c39 199419 admin optional userv_1.2.1~beta3.tar.gz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEVZrkbC1rbTJl58uh4+M5I0i1DTkFAmHPg9gACgkQ4+M5I0i1
DTlxqQf/aUEPM/2DRXPgH7o+6WAeZ/+tJhs7+RFZWxnD4JILUoUbvTc3R8joj8Ie
JFpA6BT8Ss8w91inxqU3QaNQYjCH/s2eBduKZN2oLzGngj7B5O/W1Kn9Ojo6jMT5
5N9ScD33fEwaHTpsXRBXwhIUoDT2TJlkVTZQZDi6h4p7oMnJXyK+0LV4qzktaCYS
jChVSbGdHU+N1NcVKYFxi/cvakI9QsrqqakPpKBTFmQv9UrrzbIgLSqKdIc30Mul
vGVpNLYmdbbYdS8IvqfVrHHcsXa0gBo8s05H1yiNnSPvNKmXtT0j1cMtx/YWc357
bHSvIQI9vzTRvafW8qIeBcbY1KwfIg==
=H9Oe
-----END PGP SIGNATURE-----
--- End Message ---