Your message dated Wed, 11 Mar 2020 21:05:08 +0000 with message-id <[email protected]> and subject line Bug#948897: fixed in openbios 1.1.git20191022-1 has caused the Debian Bug report #948897, regarding openbios: FTBFS: error: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value 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.) -- 948897: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948897 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: openbios Version: 1.1.git20181001-1 Severity: serious Tags: ftbfs Dear maintainer, your package failed to rebuild in a standard sid chroot: powerpc-linux-gnu-gcc $EXTRACFLAGS -m32 -mcpu=604 -msoft-float -fno-builtin-bcopy -fno-builtin-log2 -Os -g -DNATIVE_BITWIDTH_EQUALS_HOST_BITWIDTH -USWAP_ENDIANNESS -Wall -Wredundant-decls -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wundef -Wendif-labels -Wstrict-aliasing -Wwrite-strings -Wmissing-prototypes -Wnested-externs -Werror -MMD -MP -MT target/drivers/usbohci.o -MF 'target/drivers/usbohci.d' -I/build/1st/openbios-1.1.git20181001/include -I/build/1st/openbios-1.1.git20181001/kernel/include -I./target/include -c -o target/drivers/usbohci.o /build/1st/openbios-1.1.git20181001/drivers/usbohci.c In file included from /build/1st/openbios-1.1.git20181001/drivers/usbohci.c:43: /build/1st/openbios-1.1.git20181001/drivers/usbohci.c: In function 'ohci_init': /build/1st/openbios-1.1.git20181001/drivers/usbohci_private.h:259:31: error: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Werror=address-of-packed-member] 259 | #define OHCI_INST(controller) ((ohci_t*)((controller)->instance)) | ^ /build/1st/openbios-1.1.git20181001/drivers/usbohci.c:235:26: note: in expansion of macro 'OHCI_INST' 235 | u32 *const intr_table = OHCI_INST(controller)->hcca->HccaInterruptTable; | ^~~~~~~~~ /build/1st/openbios-1.1.git20181001/drivers/usbohci.c: In function 'ohci_create_intr_queue': /build/1st/openbios-1.1.git20181001/drivers/usbohci.c:701:26: error: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Werror=address-of-packed-member] 701 | u32 *const intr_table = ohci->hcca->HccaInterruptTable; | ^~~~ /build/1st/openbios-1.1.git20181001/drivers/usbohci.c: In function 'ohci_destroy_intr_queue': /build/1st/openbios-1.1.git20181001/drivers/usbohci.c:732:26: error: taking address of packed member of 'struct <anonymous>' may result in an unaligned pointer value [-Werror=address-of-packed-member] 732 | u32 *const intr_table = ohci->hcca->HccaInterruptTable; | ^~~~ /build/1st/openbios-1.1.git20181001/drivers/usbohci.c: In function 'ohci_process_done_queue': /build/1st/openbios-1.1.git20181001/drivers/usbohci.c:838:4: error: converting a packed 'td_t' {aka 'volatile struct <anonymous>'} pointer (alignment 1) to a 'intrq_td_t' {aka 'struct _intrq_td'} pointer (alignment 4) may result in an unaligned pointer value [-Werror=address-of-packed-member] 838 | intrq_td_t *const td = INTRQ_TD_FROM_TD(done_td); | ^~~~~~~~~~ /build/1st/openbios-1.1.git20181001/drivers/usbohci.c:605:8: note: defined here 605 | struct _intrq_td { | ^~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [rules.mak:233: target/drivers/usbohci.o] Error 1 make[2]: Leaving directory '/build/1st/openbios-1.1.git20181001/obj-ppc' make[1]: *** [debian/rules:25: obj-ppc/.built] Error 2 make[1]: Leaving directory '/build/1st/openbios-1.1.git20181001' make: *** [debian/rules:18: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. More about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `'` Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: openbios Source-Version: 1.1.git20191022-1 Done: Aurelien Jarno <[email protected]> We believe that the bug you reported is fixed in the latest version of openbios, 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. Aurelien Jarno <[email protected]> (supplier of updated openbios 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: Wed, 11 Mar 2020 21:56:12 +0100 Source: openbios Architecture: source Version: 1.1.git20191022-1 Distribution: unstable Urgency: medium Maintainer: Debian QEMU Team <[email protected]> Changed-By: Aurelien Jarno <[email protected]> Closes: 948897 Changes: openbios (1.1.git20191022-1) unstable; urgency=medium . * New upstream snapshot, compatible with qemu 4.2.x. * Build with -Wno-error=address-of-packed-member (closes: #948897). * Set Rules-Requires-Root: no. * Switch to debhelper 12. * debian/copyright: refer to GPL-2 instead of the GPL symlink. * Bump Standards-Version to 4.5.0. Checksums-Sha1: 452f5c7cac28728f1e6ac980a191ef2f35c8f50c 2193 openbios_1.1.git20191022-1.dsc 3f8a43c4c6e8e69e4447d00407cb5a6021020c05 612332 openbios_1.1.git20191022.orig.tar.xz 9b3636225d1cc0e81cc4449561d40986443f5857 5608 openbios_1.1.git20191022-1.debian.tar.xz d979c77d195d2c7f3c119647ce93b2fd4a15cae4 6891 openbios_1.1.git20191022-1_source.buildinfo Checksums-Sha256: 77c293dee3750694d6a6b95d430df283c755806a4b64355605add5780137447a 2193 openbios_1.1.git20191022-1.dsc 3d12a116eb42414d12a1d73acaf191da242951779edf6a27883583e4aeec782c 612332 openbios_1.1.git20191022.orig.tar.xz cd6264285ec82765b811e6b7ffb7f33c4774032921dfa3b78dec68ac05e9ba96 5608 openbios_1.1.git20191022-1.debian.tar.xz 781d6527a73aea0ee0b7430a9cbd4b7aaae1987469118df40fc302f66c964e8e 6891 openbios_1.1.git20191022-1_source.buildinfo Files: 23db79d3c9adbed4ecc17d97afe0e6f2 2193 misc optional openbios_1.1.git20191022-1.dsc 1cd3f65dde0cdc57ad6826e3fc0ae64d 612332 misc optional openbios_1.1.git20191022.orig.tar.xz e802269f27c81800084f7a94c3221c1b 5608 misc optional openbios_1.1.git20191022-1.debian.tar.xz ee0433b503d923d57c561def9744d90f 6891 misc optional openbios_1.1.git20191022-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl5pUakACgkQE4jA+Jno M2sAyQ//eDBH5iF+bBKGsc3Rh2xKt6//l9AmFGIX6z2KuX1qyYkB9PJrc36YfHAy /Kny+yUEqB7ql64MvdER0u1HmAqwk8iBHaX9myd4bBqwL5lZkNqj5oH/4vjVYwH+ Qbxdd0qK/IFkik7CRO/5jMAU786hhILGDZHPf3d7MxPFAJ14JvTTkz2/f9FyyZ5I itt3GQU7mMy1j799dWF9NIHUwnYKJGPZj+jA56YlS/mNivQKvMRQU6xTAVmo+E5F l4i/4BLdadDuyU7o5PdGW93XhsFdhkclvKn+R0eNhnmZzlL5A30R0TUQbZ1PH63b 3djpCnoeZmamJwILrE+5e9lBfAOdB/7c3D9/PiYgUKRB28yi+1Geu/06ZGtg1g6I /NaI36iAAadyWf2dyxjvlgeml5ICJxYg8wgoziFKXfEnjkeW01kF4N1dTVs8Pys3 gO2B2VbEQ1x/wVOGn7bkS0AZl8U6EmYn3IqGG8hAq2vOPMuWMkrOEg/vlhcDGMsj JfDq/M1I0Tbk7GpXg4V7VruriyWUYyrp4w2VgrucMNOxFX9QRGIXerx+uwwbfCmQ wXwBUhMqIYb8bzcA08mVlr9OOzUOzUL4GaYwLkToqz8l3hjv1daHKwMjwxHFDCEJ lr5liWNPctx2Y/zCIm/6am6QajwIM3/S2FJBZaLPcJuLojPPdPo= =p8o+ -----END PGP SIGNATURE-----
--- End Message ---

