Your message dated Thu, 14 Mar 2024 20:45:41 +0000
with message-id <e1rkrxn-00drai...@fasolo.debian.org>
and subject line Bug#1066401: fixed in playmidi 2.4debian-14
has caused the Debian Bug report #1066401,
regarding playmidi: FTBFS: io_gtk.c:19:10: fatal error: gtk/gtk.h: No such file 
or directory
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.)


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

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> for i in *.c; do cc -E -M -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection    
> -I/usr/X11R6/include -DNARROWPROTO -I/usr/local/include  $i; done >.depend
> io_gtk.c:19:10: fatal error: gtk/gtk.h: No such file or directory
>    19 | #include <gtk/gtk.h>
>       |          ^~~~~~~~~~~
> compilation terminated.
> io_svgalib.c:17:10: fatal error: vga.h: No such file or directory
>    17 | #include <vga.h>
>       |          ^~~~~~~
> compilation terminated.
> rm -f *.o playmidi splaymidi xplaymidi a.out toy seq2mid beat
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> 
> Successful.  Trying to make again
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o playmidi.o playmidi.c
> playmidi.c: In function ‘main’:
> playmidi.c:558:17: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   558 |                 fgets(temp, sizeof(temp), mfd); /* skip 1st line */
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> playmidi.c:559:17: warning: ignoring return value of ‘fgets’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   559 |                 fgets(temp, sizeof(temp), mfd);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> playmidi.c:578:9: warning: ignoring return value of ‘fread’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   578 |         fread(filebuf, 1, info.st_size, mfd);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o readmidi.o readmidi.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o playevents.o playevents.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o patchload.o patchload.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
> -Wdate-time -D_FORTIFY_SOURCE=2  -c -o emumidi.o emumidi.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection   
> -c io_ncurses.c -o io_ncurses.o
> cc -Wl,-z,relro -o playmidi playmidi.o readmidi.o playevents.o patchload.o 
> emumidi.o io_ncurses.o -L/usr/lib -L/usr/lib64 -lncurses
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
> -I/usr/X11R6/include -DNARROWPROTO -c io_xaw.c -o io_xaw.o
> cc -Wl,-z,relro -o xplaymidi playmidi.o readmidi.o playevents.o patchload.o 
> emumidi.o io_xaw.o -L/usr/X11R6/lib -L/usr/X11R6/lib64 -lXaw -lXt -lX11
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> touch build-stamp
>  fakeroot debian/rules binary
> dh_testdir
> dh_testroot
> dh_clean -k
> dh_clean: warning: Compatibility levels before 10 are deprecated (level 7 in 
> use)
> dh_clean: warning: dh_clean -k is deprecated; use dh_prep instead
> dh_clean: warning: This feature will be removed in compat 12.
> dh_installdirs etc/X11/app-defaults etc/playmidi usr/bin \
>              usr/lib/playmidi usr/share/doc/playmidi/examples \
>              
> dh_installdirs: warning: Compatibility levels before 10 are deprecated (level 
> 7 in use)
> install -m644 XPlaymidi.ad debian/playmidi/etc/X11/app-defaults/XPlaymidi
> install -m644 drums.* std.* debian/playmidi/etc/playmidi
> # compile xplaymidi wrapper
> sh debian/xplaymidi.sh
> debian/xplaymidi.c: In function ‘main’:
> debian/xplaymidi.c:22:3: error: implicit declaration of function ‘execv’ 
> [-Werror=implicit-function-declaration]
>    22 |   execv ("/usr/lib/playmidi/xplaymidi", argv);
>       |   ^~~~~
> cc1: some warnings being treated as errors
> make: *** [debian/rules:40: install] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/playmidi_2.4debian-13_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: playmidi
Source-Version: 2.4debian-14
Done: Bastian Germann <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
playmidi, 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.
Bastian Germann <b...@debian.org> (supplier of updated playmidi 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: Thu, 14 Mar 2024 19:20:42 +0000
Source: playmidi
Architecture: source
Version: 2.4debian-14
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1066401
Changes:
 playmidi (2.4debian-14) unstable; urgency=medium
 .
   * QA upload.
   * Add missing include. (Closes: #1066401)
Checksums-Sha1:
 6fd5e52643633ca270e27e6e645fc0c8b7f7a88a 1599 playmidi_2.4debian-14.dsc
 6d947603b9f5891b0bd7d3e1520f7a75290ddc94 31284 
playmidi_2.4debian-14.debian.tar.xz
 bfe2eae547649635726b1d17d2a6b1a6f189f49b 6733 
playmidi_2.4debian-14_source.buildinfo
Checksums-Sha256:
 038fde20d59ff993e6400a156f4301e10f9c867a2c828d2d49c8d336266656f7 1599 
playmidi_2.4debian-14.dsc
 56abdb74897a533dcf4ec9adf37baff965b43ecd6c75e022b5d01280818ea55b 31284 
playmidi_2.4debian-14.debian.tar.xz
 aed62ee91a3cdaa3bdbc6c337624efc9854013a3a2044cfbe0820041605f24ff 6733 
playmidi_2.4debian-14_source.buildinfo
Files:
 5a88a135f8db5e2e16b4036aa7abf5d5 1599 sound optional playmidi_2.4debian-14.dsc
 4a8c31f7c6ddc88314bb9d5bf33646bf 31284 sound optional 
playmidi_2.4debian-14.debian.tar.xz
 cbd13e6d8cfaf39cfab00ae9cef04c60 6733 sound optional 
playmidi_2.4debian-14_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmXzT7YQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFAB/DADvpu5zjbxouATCe7TtZGzCUlla5SfgaImN
1whCAzoyrAoEGJuxU81vXMeA4UKJCGiim6J8yRLfkfmmfcCeVL2NuO3NW1LTAyNV
DPDle0+I9nIHaAVQvoY/eAMVuttneyZXbC6dKQpwsaut7fEZY8734vCyKXAebz6Z
+XwTqJrRZrtBa1gwBKSIJ3XOzlAiqI/VoWe5Deiga7FUQVi+SsrYB7MnlsdOf/w4
24DoWU95RQY59CADq5AvAUynBcdA6ddtxIzO1jQ++2ky/ebSHwUGuBz3j/dk+D/3
U2K7L3pMEQvSWksS26LMdgtVzUAnrvD31KXC5vEIVgx3A0pgQoG6ezO00h9caGs1
XTrZQHrIySsRPt9RBoXny6gQB74cQP0qb2vTGTrH0EfFfkBQVyyWIKBCcBNMMUaw
IAvXtYjbzIjux1aisOuGLHRvbWbY8ns8soVSswfGWm8deKdLC8n7Aq4ZcKgtUJLa
6EhPlzfqQO/rZnpVRPeQBDzlqFBfprk=
=A5P1
-----END PGP SIGNATURE-----

Attachment: pgpXMW_ry77Q7.pgp
Description: PGP signature


--- End Message ---

Reply via email to