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

Bug#749228: marked as done (kbd-chooser: Conflicting return types of loadkeys_wrapper)



Your message dated Wed, 20 Nov 2024 18:23:12 +0000
with message-id <[🔎] E1tDpM8-00BYAh-LU@fasolo.debian.org>
and subject line Bug#1087366: Removed package(s) from unstable
has caused the Debian Bug report #749228,
regarding kbd-chooser: Conflicting return types of loadkeys_wrapper
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.)


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

[...]
cc -Wall  -I. -DNDEBUG=1 -fomit-frame-pointer -Os -DAT_KBD  -DUSB_KBD kbd-chooser.c -o kbd-chooser loadkeys.o findfile.o ksyms.o  getfd.o  at-kbd.o  usb-kbd.o -ldebconfclient -ldebian-installer

error: conflicting function declarations "loadkeys_wrapper"
old definition in module kbd-chooser file kbd-chooser.c line 27
signed int (char *)
new definition in module loadkeys file loadkeys.y line 257
void (char *map)
Makefile:95: recipe for target 'kbd-chooser' failed
make[1]: *** [kbd-chooser] Error 64
make[1]: Leaving directory '/srv/jenkins-slave/workspace/sid-goto-cc-kbd-chooser/kbd-chooser-1.67'
dh_auto_build: make -j1 returned exit code 2
debian/rules:3: recipe for target 'build' failed
make: *** [build] Error 2

As the actual implementation does not return a value, and neither does the call
site pick up a return value, this seems to be just a mistake here:

http://sources.debian.net/src/kbd-chooser/1.67/kbd-chooser.c?hl=27#L27

Yet it is worth fixing to avoid any future (invalid) use of the presumed return
value.

Best,
Michael

Attachment: pgpREFl_yAO21.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 1.71+rm

Dear submitter,

as the package kbd-chooser 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/1087366

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.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply to: