Your message dated Sat, 04 May 2024 16:36:08 +0000
with message-id <e1s3imq-00fsmx...@fasolo.debian.org>
and subject line Bug#1066470: fixed in kxl 1.2.4-1
has caused the Debian Bug report #1066470,
regarding kxl: FTBFS: KXLsound.c:75:9: error: implicit declaration of function 
'read'; did you mean 'fread'? [-Werror=implicit-function-declaration]
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 ow...@bugs.debian.org
immediately.)


-- 
1066470: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066470
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kxl
Version: 1.1.7-17
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
>  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"KXL\" 
> -DVERSION=\"1.1.7\" -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
> -DHAVE_FCNTL_H=1 -DHAVE_MALLOC_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 
> -DHAVE_LINUX_JOYSTICK_H=1 -DHAVE_LINUX_SOUNDCARD_H=1 -DTIME_WITH_SYS_TIME=1 
> -DRETSIGTYPE=void -DHAVE_SELECT=1 -I. -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> KXLjoystick.c  -fPIC -DPIC -o .libs/KXLjoystick.o
> KXLmisc.c: In function 'KXL_ReadU16':
> KXLmisc.c:196:3: warning: ignoring return value of 'fread' declared with 
> attribute 'warn_unused_result' [-Wunused-result]
>   196 |   fread(c, 1, 2, fp);
>       |   ^~~~~~~~~~~~~~~~~~
> KXLmisc.c: In function 'KXL_ReadU32':
> KXLmisc.c:209:3: warning: ignoring return value of 'fread' declared with 
> attribute 'warn_unused_result' [-Wunused-result]
>   209 |   fread(c, 1, 4, fp);
>       |   ^~~~~~~~~~~~~~~~~~
> KXLsound.c: In function 'KXL_SoundServer':
> KXLsound.c:75:9: error: implicit declaration of function 'read'; did you mean 
> 'fread'? [-Werror=implicit-function-declaration]
>    75 |     if (read(KXL_SoundData.Pipe[0], &Command,sizeof(Command)) != 
> sizeof(Command))
>       |         ^~~~
>       |         fread
> KXLsound.c:165:9: error: implicit declaration of function 'write'; did you 
> mean 'fwrite'? [-Werror=implicit-function-declaration]
>   165 |         write(KXL_SoundData.Device, KXL_SoundData.PBuff, 
> fragment_size);
>       |         ^~~~~
>       |         fwrite
> KXLimage.c: In function 'KXL_ReadBitmapHeader':
> KXLimage.c:112:3: warning: ignoring return value of 'fread' declared with 
> attribute 'warn_unused_result' [-Wunused-result]
>   112 |   fread(hed->magic, 1, 2, fp);
>       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> KXLimage.c:166:7: warning: ignoring return value of 'fread' declared with 
> attribute 'warn_unused_result' [-Wunused-result]
>   166 |       fread(&(hed->data[i * hed->w]), hed->w, 1, fp);
>       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> KXLsound.c: In function 'KXL_InitSound':
> KXLsound.c:262:7: error: implicit declaration of function 'pipe' 
> [-Werror=implicit-function-declaration]
>   262 |   if (pipe(KXL_SoundData.Pipe) < 0) {
>       |       ^~~~
> KXLsound.c:267:27: error: implicit declaration of function 'fork' 
> [-Werror=implicit-function-declaration]
>   267 |   if ((KXL_SoundData.ID = fork()) < 0) {
>       |                           ^~~~
> KXLsound.c:273:5: error: implicit declaration of function 'close'; did you 
> mean 'pclose'? [-Werror=implicit-function-declaration]
>   273 |     close(KXL_SoundData.Pipe[1]);
>       |     ^~~~~
>       |     pclose
> KXLsound.c: In function 'KXL_LoadSound':
> KXLsound.c:213:3: warning: ignoring return value of 'fread' declared with 
> attribute 'warn_unused_result' [-Wunused-result]
>   213 |   fread(dummy, sizeof(Uint8), 40, file);
>       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> KXLsound.c:216:3: warning: ignoring return value of 'fread' declared with 
> attribute 'warn_unused_result' [-Wunused-result]
>   216 |   fread(new.Data, sizeof(Uint8), new.Length, file);
>       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> KXLjoystick.c: In function 'KXL_CloseJoystick':
> KXLjoystick.c:43:5: error: implicit declaration of function 'close'; did you 
> mean 'pclose'? [-Werror=implicit-function-declaration]
>    43 |     close(KXL_joydev);
>       |     ^~~~~
>       |     pclose
> KXLjoystick.c: In function 'KXL_ReadJoystick':
> KXLjoystick.c:55:9: error: implicit declaration of function 'read'; did you 
> mean 'fread'? [-Werror=implicit-function-declaration]
>    55 |     if (read(KXL_joydev, my, JS_RETURN) == JS_RETURN) {
>       |         ^~~~
>       |         fread
>  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"KXL\" 
> -DVERSION=\"1.1.7\" -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
> -DHAVE_FCNTL_H=1 -DHAVE_MALLOC_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 
> -DHAVE_LINUX_JOYSTICK_H=1 -DHAVE_LINUX_SOUNDCARD_H=1 -DTIME_WITH_SYS_TIME=1 
> -DRETSIGTYPE=void -DHAVE_SELECT=1 -I. -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> KXLmisc.c -o KXLmisc.o >/dev/null 2>&1
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:281: KXLjoystick.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/kxl_1.1.7-17_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: kxl
Source-Version: 1.2.4-1
Done: Alexandre Detiste <tc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
kxl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexandre Detiste <tc...@debian.org> (supplier of updated kxl package)

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


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 04 May 2024 17:58:27 +0200
Source: kxl
Architecture: source
Version: 1.2.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 635237 1003300 1003301 1011582 1066470
Changes:
 kxl (1.2.4-1) unstable; urgency=medium
 .
   * d/watch: switch to new repository at Github (Closes: #1003300, #1066470)
   * New upstream version 1.2.4
   * Add myself as uploader
   * Switch to debhelper 13
   * Enable autoreconf
   * Add libpulse-devel dependency (Closes: #635237, LP: #1227416)
   * Fix self-referential Homepage field (Closes: #1003301)
   * Rewrite d/copyright in machine-readable format
 .
   [ Debian Janitor ]
   * Apply multi-arch hints. + libkxl0: Add Multi-Arch: same.
 .
   [ Bastian Germann ]
   * Remove Sam from Uploaders (Closes: #1011582)
Checksums-Sha1:
 23c4ffbdf8421a238231ee4c2444f096bc5651d3 2004 kxl_1.2.4-1.dsc
 e87c3afcafc08116ebf08c5aa958fbb08a9d9568 75888 kxl_1.2.4.orig.tar.gz
 353ce15929c508aaf2ae8e21880f0f95242c5134 6388 kxl_1.2.4-1.debian.tar.xz
 acc5e4b73b77904739ad5a9d0a22b4541f0f62a0 7855 kxl_1.2.4-1_source.buildinfo
Checksums-Sha256:
 9f4d9a81617f6d5419056417ab2d7745ed3f3c7942e2da4947d776cfd97ffcc2 2004 
kxl_1.2.4-1.dsc
 87264e3de5c309b78cdca63a48f0331356af57865faf2d3c5d907cd5a984f54e 75888 
kxl_1.2.4.orig.tar.gz
 b7b18f38e32064dea51f6892528c07be388dee8606880d86f06659118a822cec 6388 
kxl_1.2.4-1.debian.tar.xz
 5981f196205c4081b4ce89f81367fd4b989096aac0528db2f032e00ee90bc289 7855 
kxl_1.2.4-1_source.buildinfo
Files:
 58f45da3e11660f039fb05a9016b999e 2004 devel optional kxl_1.2.4-1.dsc
 ad5d65972518270f2454b82ab5c06f5f 75888 devel optional kxl_1.2.4.orig.tar.gz
 aaa046e8f927400512e4030760446efb 6388 devel optional kxl_1.2.4-1.debian.tar.xz
 a32939bc07be84468e001b7fcadddf2d 7855 devel optional 
kxl_1.2.4-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmY2XwcRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBp9Jg/+NbBsAplcBaNCBevqEUhCzL5+l6m9Dnh8
bE2Y99MnV0Xi6RoH2+enR+br7bOmFWJNWC5HT/CBS1L62il4IzaUFZtIJiDpDzcS
KZQVCXaCnzlNe/ukTbDjdqcebyOT1bqQn46wIIxu+l2hwEPD4LeMHW1ME/IfTEip
qXS6/xLcmzlp9biDUYBJpU/vPWsmZQYYRnqBWH9CwRpypm47tnxF+2FJCnGKL1TG
dGlj1Kj05SOqnmrDDV2S3QC7qMB0Gl1QLS1BR6xdjkpxgymcfQQ+ibhghW+O2bdV
xos3otizRPLgns+c7XVBW08/48IovzHAb4XIhQOhGqSFfI/bj6+T3mUb5xOxjdmY
ETKzsDCOxucmjT2nDtivjfdqkc31joC/xT1H9eZ1vdim02zLOGqnrZKuKgBYBYmE
fBi6gaqcS4M6VgFCL/ZX1lH0WLMbqSGa7CE/GIPodIeg7rLe6W79PX36g/ma6tm2
WTPHIE6KBpJd60S2TvhvyOT8gJ2j5iM37TSi7EmdO5AM8r4bEFAD2f2wQl5VFMya
ge92eDnSBHuBS44dJ1Ck+WuxZIglGdIYdI1ZS6yR4J5zhYMl4y/GiNa9Q/PlBAdy
y/cmSQnySW19msZT5lQMReJZ0a9IOQeVCbO4INCmhpsrUvG7dT14zb8X0EthIZb/
ufzseHpl1DU=
=nVC+
-----END PGP SIGNATURE-----

Attachment: pgpwmXU8Nrfl1.pgp
Description: PGP signature


--- End Message ---

Reply via email to