Your message dated Fri, 02 Jan 2015 12:40:16 +0000
with message-id <[email protected]>
and subject line Bug#767610: Removed package(s) from unstable
has caused the Debian Bug report #747200,
regarding tests: duplicate definition of function main
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.)
--
747200: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747200
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnutls26
Version: 2.12.23-15
Severity: wishlist
Usertags: goto-cc
During a rebuild of all packages in a clean sid chroot (and cowbuilder+pbuilder)
the build failed with the following error. Please note that we use our research
compiler tool-chain (using tools from the cbmc package), which permits extended
reporting on type inconsistencies at link time.
libtool: link: gcc -std=gnu99 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall
-I/usr/include/p11-kit-1 -Wl,-z -Wl,relro -o certificate_set_x509_crl
certificate_set_x509_crl.o ../lib/.libs/libgnutls.so ../gl/.libs/libgnu.a
./.libs/libutils.a -L/usr/lib/x86_64-linux-gnu -lgcrypt -lp11-kit -Wl,-rpath
-Wl,/srv/jenkins-slave/workspace/sid-goto-cc-gnutls26/gnutls26-2.12.23/lib/.libs
-Wl,-rpath -Wl,/usr/lib/x86_64-linux-gnu
error: conflicting function declarations "main"
old definition in module certificate_set_x509_crl file
certificate_set_x509_crl.c line 52
signed int (void)
new definition in module utils file utils.c line 130
signed int (signed int argc, char **argv)
Looking at those two declarations, it seems both are actually definitions of
(different) main functions:
http://sources.debian.net/src/gnutls26/2.12.23-15/tests/certificate_set_x509_crl.c#L51
http://sources.debian.net/src/gnutls26/2.12.23-15/tests/utils.c#L129
While the linker might be doing "the right thing" in picking the main function
of certificate_set_x509_crl.c, there is certainly no guarantee for it to do so
(and different linkers may have different behaviour). Consequently one of the
tests may become useless in that the same main function is executed twice rather
than each of them being picked for the separate tests.
Best,
Michael
pgpiuAWeKH0dr.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 2.12.23-17+rm
Dear submitter,
as the package gnutls26 has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/767610
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---