[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#748550: marked as done (Conflicting return types of bpEndpointTally)



Your message dated Sat, 19 Nov 2022 15:37:56 +0000
with message-id <[🔎] E1owPum-004Qj2-HW@fasolo.debian.org>
and subject line Bug#1024339: Removed package(s) from unstable
has caused the Debian Bug report #748550,
regarding Conflicting return types of bpEndpointTally
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 owner@bugs.debian.org
immediately.)


-- 
748550: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748550
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: ion
Version: 3.2.0~dfsg1-1
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 -shared  -fPIC -DPIC  bp/library/.libs/libbp_la-libbp.o bp/library/.libs/libbp_la-libbpP.o bp/library/.libs/libbp_la-libbpnm.o bp/library/ext/phn/.libs/libbp_la-phn.o bp/library/ext/ecos/.libs/libbp_la-ecos.o bp/library/.libs/libbp_la-bei.o bp/library/ext/bae/.libs/libbp_la-bae.o bp/library/ext/bsp/.libs/libbp_la-extbsputil.o bp/library/ext/bsp/.libs/libbp_la-extbspbab.o bp/library/ext/bsp/.libs/libbp_la-extbsppcb.o bp/library/ext/bsp/.libs/libbp_la-extbsppib.o bp/library/crypto/NULL_SUITES/.libs/libbp_la-crypto.o bp/library/acs/.libs/libbp_la-acsrx.o bp/library/acs/.libs/libbp_la-acstx.o bp/library/acs/.libs/libbp_la-acsserialize.o bp/library/acs/.libs/libbp_la-acsappend.o bp/library/acs/.libs/libbp_la-acsid.o bp/library/ext/cteb/.libs/libbp_la-cteb.o bp/imc/.libs/libbp_la-libimcfw.o   -Wl,-rpath -Wl,/srv/jenkins-slave/workspace/sid-goto-cc-ion/ion-3.2.0~dfsg1/.libs -lpthread ./.libs/libici.so  -O2 -Wl,-z -Wl,relro   -Wl,-soname -Wl,libbp.so.0 -o .libs/libbp.so.0.0.0

error: conflicting function declarations "bpEndpointTally"
old definition in module libbp file bp/library/libbp.c line 19
signed int (VEndpoint *, unsigned int, unsigned int)
new definition in module libbpP file bp/library/libbpP.c line 341
void (VEndpoint *vpoint, unsigned int idx, unsigned int size)
Makefile:3309: recipe for target 'libbp.la' failed
make[4]: *** [libbp.la] Error 64
make[4]: Leaving directory '/srv/jenkins-slave/workspace/sid-goto-cc-ion/ion-3.2.0~dfsg1'
Makefile:8439: recipe for target 'all-recursive' failed

Indeed this seems just an inconsistency of declarations here, as the declaration
in libbp.c wrongly specifies the return type as int - but no function call
actually uses the return value. Fixing the forward declaration will ensure no
one inadvertently uses the non-existent return value.

Best,
Michael

Attachment: pgpPa6nRWbirX.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 3.2.1+dfsg-2+rm

Dear submitter,

as the package ion 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/1024339

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: