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

Bug#748411: marked as done (Conflicting return types of status_icon_create)



Your message dated Sat, 06 May 2023 00:44:03 +0000
with message-id <[🔎] E1pv61r-00G7Ls-BG@fasolo.debian.org>
and subject line Bug#1035579: Removed package(s) from unstable
has caused the Debian Bug report #748411,
regarding Conflicting return types of status_icon_create
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.)


-- 
748411: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748411
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: cellwriter
Version: 1.3.5-1
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.

[...]
gcc -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/cellwriter\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security  -Wl,-z,relro -o cellwriter main.o window.o keyevent.o cellwidget.o recognize.o stroke.o options.o averages.o wordfreq.o preprocess.o keywidget.o singleinstance.o statusicon.o  -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype  -lX11 -lXtst -lXtst -lX11 -lgtk-x11-2.0 -lm 

file src/statusicon.c line 204: error: conflicting function declarations "status_icon_create"
old definition in module window file src/window.c line 57
signed int (void)
new definition in module statusicon file src/statusicon.c line 204
void (void)
make[2]: *** [cellwriter] Error 64
make[2]: Leaving directory `/srv/jenkins-slave/workspace/sid-goto-cc-cellwriter/cellwriter-1.3.5'
make[1]: *** [all] Error 2

Indeed this seems just an inconsistency of declarations here, as the
declaration in window.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: pgplyHvQE_n2q.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 1.3.6-3+rm

Dear submitter,

as the package cellwriter 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/1035579

The version of this package that was in Debian prior to this removal
can still be found using https://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: