Your message dated Tue, 19 Jul 2022 17:33:57 +0000
with message-id <[email protected]>
and subject line Bug#1015386: fixed in dietlibc 0.34~cvs20160606-14
has caused the Debian Bug report #1015386,
regarding dietlibc: ftbfs with LTO (link time optimization) enabled
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.)
--
1015386: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015386
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:dietlibc
Version: 0.34~cvs20160606-12
Severity: minor
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-lto
This package currently fails to build (at least on the amd64
architecture) with link time optimizations enabled. For a background
for LTO please see
https://wiki.debian.org/ToolChain/LTO
The goal is to enable this optimization by default in an upcoming
Debian release in dpkg-buildflags for 64bit architectures. The goal
is to get this package to build with link time optimizations, or to
explicitly disable link time optimizations for this package build.
To reproduce the build failure, enable the lto optimization in
testing/unstable by adding "optimize=+lto" to DEB_BUILD_MAINT_OPTIONS
in the debian/rules file, or if this macro is unset, just set it:
export DEB_BUILD_MAINT_OPTIONS = optimize=+lto
Please try to fix the build with lto enabled, fixing the packaging or
forwarding the issue upstream. If the issue cannot be fixed,
explicitly disallow building the package with lto by adding to your
rules file:
export DEB_BUILD_MAINT_OPTIONS = optimize=-lto
or adding that string to your existing setting of DEB_BUILD_MAINT_OPTIONS.
The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/dpkglto/dietlibc_0.34~cvs20160606-12_unstable_dpkglto.log
The last lines of the build log are at the end of this report.
[...]
diet.c:155:5: note: ‘main’ was previously declared here
lib/stackgap-common.h:41:12: warning: type of ‘main’ does not match original
declaration [-Wlto-type-mismatch]
41 | extern int main(int argc,char* argv[],char* envp[]);
| ^
diet.c:155:5: note: type mismatch in parameter 3
155 | int main(int argc,char *argv[]) {
| ^
diet.c:155:5: note: ‘main’ was previously declared here
/usr/bin/ld: /tmp/ccrEeykk.ltrans0.ltrans.o: in function `main':
./diet.c:198: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:206: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:242: undefined reference to `strstr'
/usr/bin/ld: ./diet.c:242: undefined reference to `strstr'
/usr/bin/ld: ./diet.c:243: undefined reference to `strstr'
/usr/bin/ld: ./diet.c:250: undefined reference to `memmove'
/usr/bin/ld: ./diet.c:253: undefined reference to `strncmp'
/usr/bin/ld: ./diet.c:255: undefined reference to `memmove'
/usr/bin/ld: ./diet.c:261: undefined reference to `strncmp'
/usr/bin/ld: ./diet.c:261: undefined reference to `strncmp'
/usr/bin/ld: ./diet.c:577: undefined reference to `__stack_chk_fail'
/usr/bin/ld: ./diet.c:344: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:386: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:392: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:396: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:502: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:503: undefined reference to `strrchr'
/usr/bin/ld: ./diet.c:505: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:542: undefined reference to `strncmp'
/usr/bin/ld: ./diet.c:573: undefined reference to `execvp'
/usr/bin/ld: bin-x86_64/dietlibc.a(strlen.o): in function `strlen':
/<<PKGBUILDDIR>>/x86_64/strlen.S:16: undefined reference to `__valgrind'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:361: bin-x86_64/diet] Error 1
make[2]: *** Waiting for unfinished jobs....
/usr/bin/ld: /tmp/ccvJvs5d.ltrans0.ltrans.o: in function `main':
./diet.c:104: undefined reference to `strncmp'
/usr/bin/ld: /tmp/ccvJvs5d.ltrans0.ltrans.o:./diet.c:107: undefined reference
to `strcat'
/usr/bin/ld: /tmp/ccvJvs5d.ltrans0.ltrans.o:./diet.c:108: undefined reference
to `strcat'
/usr/bin/ld: /tmp/ccvJvs5d.ltrans0.ltrans.o:./diet.c:113: undefined reference
to `strstr'
/usr/bin/ld: /tmp/ccvJvs5d.ltrans0.ltrans.o: in function `main':
./diet.c:198: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:203: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:242: undefined reference to `strstr'
/usr/bin/ld: ./diet.c:242: undefined reference to `strstr'
/usr/bin/ld: ./diet.c:243: undefined reference to `strstr'
/usr/bin/ld: ./diet.c:250: undefined reference to `memmove'
/usr/bin/ld: ./diet.c:253: undefined reference to `strncmp'
/usr/bin/ld: ./diet.c:255: undefined reference to `memmove'
/usr/bin/ld: ./diet.c:261: undefined reference to `strncmp'
/usr/bin/ld: ./diet.c:261: undefined reference to `strncmp'
/usr/bin/ld: ./diet.c:577: undefined reference to `__stack_chk_fail'
/usr/bin/ld: ./diet.c:344: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:386: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:392: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:394: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:502: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:503: undefined reference to `strrchr'
/usr/bin/ld: ./diet.c:505: undefined reference to `strcat'
/usr/bin/ld: ./diet.c:542: undefined reference to `strncmp'
/usr/bin/ld: ./diet.c:573: undefined reference to `execvp'
/usr/bin/ld: bin-x86_64/dietlibc.a(strlen.o): in function `strlen':
/<<PKGBUILDDIR>>/x86_64/strlen.S:16: undefined reference to `__valgrind'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:365: bin-x86_64/diet-i] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true"
prefix=/usr/lib/x86_64-linux-gnu/diet MYARCH=x86_64
VERSION=0.34\~cvs20160606-12 DEBUG=1 "CFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
-Werror=format-security -Wall -fno-pie -flto=auto -ffat-lto-objects
-specs=/usr/share/dpkg/no-pie-link.specs -Wl,-z,relro -Wl,-z,now -no-pie -pipe
-nostdinc -D_REENTRANT -Os -fstrict-aliasing -momit-leaf-frame-pointer
-mfancy-math-387 -W -Wall -Wextra -Wchar-subscripts -Wmissing-prototypes
-Wmissing-declarations -Wno-switch -Wno-unused -Wredundant-decls -Wshadow"
returned exit code 2
make[1]: *** [debian/rules:93: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:83: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: dietlibc
Source-Version: 0.34~cvs20160606-14
Done: Thorsten Glaser <[email protected]>
We believe that the bug you reported is fixed in the latest version of
dietlibc, 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 Glaser <[email protected]> (supplier of updated dietlibc 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: SHA384
Format: 1.8
Date: Tue, 19 Jul 2022 19:07:37 +0200
Source: dietlibc
Architecture: source
Version: 0.34~cvs20160606-14
Distribution: unstable
Urgency: low
Maintainer: Christian Seiler <[email protected]>
Changed-By: Thorsten Glaser <[email protected]>
Closes: 1015386
Changes:
dietlibc (0.34~cvs20160606-14) unstable; urgency=low
.
* Ask dpkg-buildflags to keep LTO disabled. (Closes: #1015386)
Checksums-Sha1:
335ab44b9336d4732845ef0dcb5839f18ba32a16 2391 dietlibc_0.34~cvs20160606-14.dsc
a341ee6863589c273847e1e2141b9b77b123ccbc 47380
dietlibc_0.34~cvs20160606-14.debian.tar.xz
Checksums-Sha256:
6701ba33a260a9b208c9051ff9e39bcf3cd3300ab555074077bd370e68fdc521 2391
dietlibc_0.34~cvs20160606-14.dsc
e604b4dd734d8ade0825fb67c48f5db74607d0452a8ec619c9a50d51fb17b348 47380
dietlibc_0.34~cvs20160606-14.debian.tar.xz
Files:
1fec590566afb58f222c3cc711c2ea0f 2391 devel optional
dietlibc_0.34~cvs20160606-14.dsc
22783a9a2d9b59aa8714be4c6b456c9e 47380 devel optional
dietlibc_0.34~cvs20160606-14.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (MirBSD)
iQIcBAEBCQAGBQJi1uXZAAoJEHa1NLLpkAfgBeoP/iyrJiS6jqEoAYgBwwsDY8/O
ZJyLisDZLVHs9VmFuSbFKuZlCMZP2pC7hewfCBwXl4D0OXFPBJv8RpAoq4MDLlRo
mXTUyJpDW7t3FbObWurYo1WmzcWac/CWiDbJ2+os/hr2wcURx+iRMxvdcuwd31Hr
rJF2/3vlAdnGoRAt1Mew4cmkAQlH67focPatV4WoZcEUMpDXzKVegaUqgZoWmM+h
QKm+zpb16fX55F/5MwzjSkwt4/zDn4H6gI1LvIm6xHokCRHfr9DQQllOJsWZcyki
obhSoGKrPUuiZSR37ysvXdiSNDkSDWXutXnVh+pvLaM+zega6E8M99ptLjtE2rpW
vOO4Gv5BcJB+nJzz+Q4UmKcsjqWCOwoebYVtftg8ig+7cu1X/KxhRqNI+uN3rbiH
XVBzTkdGD1ozsYRED+QsKm8SG+cfHkUk6fYBD00Gqh42GCGu5mPM+sc/EtmSThZH
EqugOlZPE1PzkO2HGeJXA5EuaUYtiTJ514iYfgR4DMaLpupbwPv1V7WjUvuMo4OJ
xDogQj7FgRIVO1iS9t3eKTsJJHDNkjKfCUdDINtldN19/o0m9a/K6+vPDIx5bk/5
wOuBOrjcl+IIJAGmyk9Vm5v5fTxiHAgYCrOpBaw2f0z6RvpuSdoZRXZCsIQ7oyn/
cH0zxpMGEtTvfaer0rCE
=cmls
-----END PGP SIGNATURE-----
--- End Message ---