Your message dated Fri, 15 Oct 2021 06:13:04 +0000 with message-id <[email protected]> and subject line Bug#992643: Removed package(s) from unstable has caused the Debian Bug report #906474, regarding ircp-tray: FTBFS in buster/sid (linux/irda.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 [email protected] immediately.) -- 906474: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906474 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:ircp-tray Version: 0.7.6-1.2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-arch dh build-arch dh: Compatibility levels before 9 are deprecated (level 7 in use) dh_update_autotools_config -a debian/rules override_dh_auto_configure make[1]: Entering directory '/<<PKGBUILDDIR>>' /<<PKGBUILDDIR>>/configure --prefix=/usr checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no [... snipped ...] utf8 = (char*) unicode_to_utf8(hv.bs, hlen); ^ ircp_server.c:508:28: warning: implicit declaration of function 'filename_from_utf8' [-Wimplicit-function-declaration] srv->filename = (char*) filename_from_utf8(utf8); ^~~~~~~~~~~~~~~~~~ ircp_server.c:508:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] srv->filename = (char*) filename_from_utf8(utf8); ^ ircp_server.c:523:18: warning: implicit declaration of function 'filename_to_utf8' [-Wimplicit-function-declaration] utf8 = (char*) filename_to_utf8(srv->filename); ^~~~~~~~~~~~~~~~ ircp_server.c:523:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] utf8 = (char*) filename_to_utf8(srv->filename); ^ ircp_server.c:524:3: warning: implicit declaration of function 'recvfile_launch_dialog' [-Wimplicit-function-declaration] recvfile_launch_dialog(utf8, &srv->localfilename, ^~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/ircp_server.Tpo .deps/ircp_server.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DLOCALE_DIR=\""/usr/share/locale"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libusb-1.0 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -MT progresswin.o -MD -MP -MF .deps/progresswin.Tpo -c -o progresswin.o progresswin.c mv -f .deps/progresswin.Tpo .deps/progresswin.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DLOCALE_DIR=\""/usr/share/locale"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libusb-1.0 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -MT savefiledlg.o -MD -MP -MF .deps/savefiledlg.Tpo -c -o savefiledlg.o savefiledlg.c savefiledlg.c: In function 'savefile_dialog_new': savefiledlg.c:68:16: warning: implicit declaration of function 'config_get_lastsavedir' [-Wimplicit-function-declaration] path = (char*)config_get_lastsavedir(); ^~~~~~~~~~~~~~~~~~~~~~ savefiledlg.c:68:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] path = (char*)config_get_lastsavedir(); ^ savefiledlg.c: In function 'savefile_dialog_destroy': savefiledlg.c:81:3: warning: implicit declaration of function 'config_set_lastsavedir' [-Wimplicit-function-declaration] config_set_lastsavedir(path); ^~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/savefiledlg.Tpo .deps/savefiledlg.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DLOCALE_DIR=\""/usr/share/locale"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libusb-1.0 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -MT irda_misc.o -MD -MP -MF .deps/irda_misc.Tpo -c -o irda_misc.o irda_misc.c irda_misc.c:30:10: fatal error: linux/irda.h: No such file or directory #include <linux/irda.h> ^~~~~~~~~~~~~~ compilation terminated. make[3]: *** [Makefile:311: irda_misc.o] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' make[2]: *** [Makefile:285: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [Makefile:223: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: make -j1 returned exit code 2 make: *** [debian/rules:4: build-arch] Error 2 dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -B" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ircp-tray.html where you can get a full build log if you need it. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Version: 0.7.6-1.2+rm Dear submitter, as the package ircp-tray 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/992643 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 [email protected]. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---

