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

Bug#748563: marked as done (Conflicting return types of getSettings)



Your message dated Mon, 08 Feb 2021 21:39:00 +0000
with message-id <[🔎] E1l9EFI-0003lN-Ll@fasolo.debian.org>
and subject line Bug#982218: Removed package(s) from unstable
has caused the Debian Bug report #748563,
regarding Conflicting return types of getSettings
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.)


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

[...]
gcc -g -ffast-math -g -O2  -I/usr/include/libxml2  -Wall   -o jackeq jackeq-callbacks.o jackeq-gtkmeter.o jackeq-gtkmeterscale.o jackeq-interface.o jackeq-io-menu.o jackeq-djeq-ui.o jackeq-aux-ui.o jackeq-master-ui.o jackeq-monitor-ui.o jackeq-main.o jackeq-plugin.o jackeq-process.o jackeq-support.o jackeq-help.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  -lm -ldl -lm -lpthread  -ljack -lpthread  -lxml2 

error: conflicting function declarations "getSettings"
old definition in module callbacks file main.h line 4
void ()
new definition in module main file main.c line 251
signed int (void)
Makefile:282: recipe for target 'jackeq' failed
make[3]: *** [jackeq] Error 64
make[3]: Leaving directory '/srv/jenkins-slave/workspace/sid-goto-cc-jackeq/jackeq-0.5.9/src'
Makefile:282: recipe for target 'all-recursive' failed

Indeed this seems just an inconsistency of declarations here, as main.c lacks a
#include "main.h" and thus uses getSettings before its declaration has been
seen. Adding this #include will ensure no one inadvertently uses the
non-existent return value.

Best,
Michael

Attachment: pgpbeI2eAXoAK.pgp
Description: PGP signature


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

Dear submitter,

as the package jackeq 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/982218

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.
Joerg Jaspert (the ftpmaster behind the curtain)

--- End Message ---

Reply to: