Your message dated Tue, 21 Aug 2018 18:34:43 +0000 with message-id <[email protected]> and subject line Bug#906363: fixed in hdmi2usb-fx2-firmware 0.0.0~git20151225-2 has caused the Debian Bug report #906363, regarding hdmi2usb-fx2-firmware: FTBFS in buster/sid (extern definition for 'putchar' mismatches with 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 [email protected] immediately.) -- 906363: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906363 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:hdmi2usb-fx2-firmware Version: 0.0.0~git20151225-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep dh_update_autotools_config -i dh_auto_configure -i dh_auto_build -i make -j1 make[1]: Entering directory '/<<PKGBUILDDIR>>' make -C lib make[2]: Entering directory '/<<PKGBUILDDIR>>/lib' sdcc -mmcs51 -I../include -c serial.c -o serial.rel sdcc -mmcs51 -I../include -c i2c.c -o i2c.rel sdcc -mmcs51 -I../include -c delay.c -o delay.rel sdcc -mmcs51 -I../include -c setupdat.c -o setupdat.rel sdcc -mmcs51 -I../include -c gpif.c -o gpif.rel [... snipped ...] sdcc -mmcs51 -I../include -c interrupts/ep2_isr.c -o interrupts/ep2_isr.rel sdcc -mmcs51 -I../include -c interrupts/ep0ping_isr.c -o interrupts/ep0ping_isr.rel sdcc -mmcs51 -I../include -c interrupts/ep4isoerr_isr.c -o interrupts/ep4isoerr_isr.rel sdcc -mmcs51 -I../include -c interrupts/ep2pf_isr.c -o interrupts/ep2pf_isr.rel sdcc -mmcs51 -I../include -c interrupts/ep1in_isr.c -o interrupts/ep1in_isr.rel sdcc -mmcs51 -I../include -c interrupts/ep8ping_isr.c -o interrupts/ep8ping_isr.rel sdcc -mmcs51 -I../include -c interrupts/sof_isr.c -o interrupts/sof_isr.rel sdcc -mmcs51 -I../include -c interrupts/ep0ack_isr.c -o interrupts/ep0ack_isr.rel sdcc -mmcs51 -I../include -c interrupts/ep2ef_isr.c -o interrupts/ep2ef_isr.rel sdcc -mmcs51 -I../include -c interrupts/sudav_isr.c -o interrupts/sudav_isr.rel sdcc -mmcs51 -I../include -c interrupts/ep2ff_isr.c -o interrupts/ep2ff_isr.rel sdcc -mmcs51 -I../include -c interrupts/sutok_isr.c -o interrupts/sutok_isr.rel sdcc -mmcs51 -I../include -c interrupts/hispeed_isr.c -o interrupts/hispeed_isr.rel sdcc -mmcs51 -I../include -c interrupts/ep2isoerr_isr.c -o interrupts/ep2isoerr_isr.rel sdcc -mmcs51 -I../include -c interrupts/ep4ef_isr.c -o interrupts/ep4ef_isr.rel sdcc -mmcs51 -I../include -c interrupts/ibn_isr.c -o interrupts/ibn_isr.rel sdcc -mmcs51 -I../include -c interrupts/ep8pf_isr.c -o interrupts/ep8pf_isr.rel sdcc -mmcs51 -I../include -c interrupts/suspend_isr.c -o interrupts/suspend_isr.rel sdcc -mmcs51 -I../include -c interrupts/ep6ping_isr.c -o interrupts/ep6ping_isr.rel sdcc -mmcs51 -I../include -c interrupts/ep4ping_isr.c -o interrupts/ep4ping_isr.rel sdas8051 -logs usbav.a51 sdcclib fx2.lib serial.rel i2c.rel delay.rel setupdat.rel gpif.rel eputils.rel interrupts/spare_isr.rel interrupts/usbreset_isr.rel interrupts/ep6_isr.rel interrupts/ep6ef_isr.rel interrupts/ep0out_isr.rel interrupts/ep6ff_isr.rel interrupts/ep1ping_isr.rel interrupts/ep1out_isr.rel interrupts/ep4ff_isr.rel interrupts/errlimit_isr.rel interrupts/ep8isoerr_isr.rel interrupts/gpifwf_isr.rel interrupts/ep4_isr.rel interrupts/ep6isoerr_isr.rel interrupts/gpifdone_isr.rel interrupts/ep8ef_isr.rel interrupts/ep6pf_isr.rel interrupts/ep8_isr.rel interrupts/ep4pf_isr.rel interrupts/ep2ping_isr.rel interrupts/ep8ff_isr.rel interrupts/ep0in_isr.rel interrupts/ep2_isr.rel interrupts/ep0ping_isr.rel interrupts/ep4isoerr_isr.rel interrupts/ep2pf_isr.rel interrupts/ep1in_isr.rel interrupts/ep8ping_isr.rel interrupts/sof_isr.rel interrupts/ep0ack_isr.rel interrupts/ep2ef_isr.rel interrupts/sudav_isr.rel interrupts/ep2ff_isr.rel interrupts/sutok_isr.rel interrupts/hispeed_isr.rel interrupts/ep2isoer r_isr.rel interrupts/ep4ef_isr.rel interrupts/ibn_isr.rel interrupts/ep8pf_isr.rel interrupts/suspend_isr.rel interrupts/ep6ping_isr.rel interrupts/ep4ping_isr.rel usbav.rel make[2]: Leaving directory '/<<PKGBUILDDIR>>/lib' make -C examples make[2]: Entering directory '/<<PKGBUILDDIR>>/examples' make -C bulkloop make[3]: Entering directory '/<<PKGBUILDDIR>>/examples/bulkloop' mkdir -p build for a in dscr.a51; do \ cp $a build/; \ cd build && sdas8051 -logs `basename $a` && cd ..; done for s in bulkloop.c; do \ THISREL=$(basename `echo "$s" | sed -e 's/\.c$/\.rel/'`); \ sdcc -mmcs51 --code-size 0x3c00 --xram-size 0x0200 --xram-loc 0x3c00 -Wl"-b DSCR_AREA=0x3e00" -Wl"-b INT2JT=0x3f00" -c -I ../..//include -I "" $s -o build/$THISREL ; done ../..//include/serial.h:54: error 91: extern definition for 'putchar' mismatches with declaration. /usr/bin/../share/sdcc/include/stdio.h:86: error 177: previously defined here ../..//include/serial.h:55: error 91: extern definition for 'getchar' mismatches with declaration. /usr/bin/../share/sdcc/include/stdio.h:85: error 177: previously defined here make[3]: *** [../../lib/fx2.mk:83: build/bulkloop.ihx] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/examples/bulkloop' make[2]: *** [Makefile:9: bulkloop] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/examples' make[1]: *** [Makefile:10: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: make -j1 returned exit code 2 make: *** [debian/rules:4: build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -A" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/hdmi2usb-fx2-firmware.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 ---Source: hdmi2usb-fx2-firmware Source-Version: 0.0.0~git20151225-2 We believe that the bug you reported is fixed in the latest version of hdmi2usb-fx2-firmware, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Stefano Rivera <[email protected]> (supplier of updated hdmi2usb-fx2-firmware 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 21 Aug 2018 11:17:16 -0700 Source: hdmi2usb-fx2-firmware Binary: hdmi2usb-fx2-firmware Architecture: source Version: 0.0.0~git20151225-2 Distribution: unstable Urgency: medium Maintainer: Stefano Rivera <[email protected]> Changed-By: Stefano Rivera <[email protected]> Description: hdmi2usb-fx2-firmware - FX2 firmware for hdmi2usb board development Closes: 906363 Changes: hdmi2usb-fx2-firmware (0.0.0~git20151225-2) unstable; urgency=medium . * Migrate VCS to Salsa. * Bump Standards-Version to 4.2.0, no changes needed. * Change putchar() & getchar() prototypes to match sdcc. (Closes: #906363) Checksums-Sha1: 3433f4e230adabd713b25f0a1c5310849e12565d 1790 hdmi2usb-fx2-firmware_0.0.0~git20151225-2.dsc 7d4e977121a2e52c99d539f022f44d2fbfd951e7 2816 hdmi2usb-fx2-firmware_0.0.0~git20151225-2.debian.tar.xz 72f8e3427a2b85aef7174396c32befb92118e348 5152 hdmi2usb-fx2-firmware_0.0.0~git20151225-2_source.buildinfo Checksums-Sha256: 922333092a7703ca4496956e1462a0cb1884cd9537b25ba29143e3e83f36ccb3 1790 hdmi2usb-fx2-firmware_0.0.0~git20151225-2.dsc 7179032f6340ab497b1e621860b902a0a2dcaebd99730a6fa20dbaf20dd21374 2816 hdmi2usb-fx2-firmware_0.0.0~git20151225-2.debian.tar.xz d106008bff3a00e451b26c5bacfa75cfd2040c6f597c89e81bb194f79505a97f 5152 hdmi2usb-fx2-firmware_0.0.0~git20151225-2_source.buildinfo Files: 59475c57ec71e82f79ebcbbeaa7ab4e1 1790 video optional hdmi2usb-fx2-firmware_0.0.0~git20151225-2.dsc 91b7b40ee63b3fa3b35dfcb827972501 2816 video optional hdmi2usb-fx2-firmware_0.0.0~git20151225-2.debian.tar.xz 6c35945b6cea115ec406a5982b9c80e3 5152 video optional hdmi2usb-fx2-firmware_0.0.0~git20151225-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQFIBAEBCgAyFiEE/zEtpbjiRmXHk+j/6vGSvKo/D1EFAlt8V0kUHHN0ZWZhbm9y QGRlYmlhbi5vcmcACgkQ6vGSvKo/D1F1mQf+M4cNSHWg1czJJ0YEgUXpFVnTB+ki mqgL/YmREvPnWEkklQW1Uchf/pL5VXgZLUeFyjlvrW9nxgCbfL3YhZLE0/Zo5aw5 wqRKsVudbUhrrkLdTuz4KIv9MNQ90AqCxPPcP21FWYqVTStu2cmfa+iJESHTuxz6 o+S3/sw2zfmfKpiM81IPiuiAEAoyDvzWOPUPVCCGl28tImHNSEyGmm7R3fjQWCgp AsCDqFcQdjAIw9sn9FOGFWdxhfL/8FTE1fe+FZJ8AzfPkfoNYrMbi3nxAloPKLM4 Wxh2sO+9ieH/T0fu6Xql8CfbbfXCiSZSDQ+ZwTnPVU173YfYMLZ/AO/LJA== =9oTz -----END PGP SIGNATURE-----
--- End Message ---

