Your message dated Tue, 08 Jul 2014 22:25:28 +0000 with message-id <[email protected]> and subject line Bug#753783: fixed in xf86-video-glamo 0.0.0+20110719.gitcb9ed170-2 has caused the Debian Bug report #753783, regarding xf86-video-glamo: FTBFS against xserver 1.16 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.) -- 753783: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753783 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: xf86-video-glamo Version: 0.0.0+20110719.gitcb9ed170-1 Severity: important Tags: patch Control: block 753781 by -1 xf86-video-glamo fails to build against xserver 1.16, which we plan to upload to sid soon, see #753781. The build error is: .../../src/glamo-driver.c: In function 'GlamoPreInit': .../../src/glamo-driver.c:499:32: error: assignment discards 'const' qualifier from pointer target type [-Werror] pGlamo->jbt6k74_state_path = xf86GetOptValString(pGlamo->Options, ^ cc1: all warnings being treated as errors The attached patch fixes the build failure. Emilio--- a/src/glamo.h +++ b/src/glamo.h @@ -145,7 +145,7 @@ #endif #ifdef JBT6K74_SET_STATE - char *jbt6k74_state_path; + const char *jbt6k74_state_path; char saved_jbt6k74_state[14]; #endif
--- End Message ---
--- Begin Message ---Source: xf86-video-glamo Source-Version: 0.0.0+20110719.gitcb9ed170-2 We believe that the bug you reported is fixed in the latest version of xf86-video-glamo, 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. Gilles Filippini <[email protected]> (supplier of updated xf86-video-glamo 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: SHA256 Format: 1.8 Date: Tue, 08 Jul 2014 23:32:30 +0200 Source: xf86-video-glamo Binary: xserver-xorg-video-glamo Architecture: source i386 Version: 0.0.0+20110719.gitcb9ed170-2 Distribution: unstable Urgency: medium Maintainer: Debian freesmartphone.org Team <[email protected]> Changed-By: Gilles Filippini <[email protected]> Description: xserver-xorg-video-glamo - X.Org X server -- SMedia Glamo display driver Closes: 752949 753783 Changes: xf86-video-glamo (0.0.0+20110719.gitcb9ed170-2) unstable; urgency=medium . * Fix patch format for ftbfs-gcc-4.7.diff (closes: #752949; thanks Juhani Numminen) * New patch const-qualifier.patch: fix FTBFS against xserver 1.16 (closes: #753783; thanks Emilio Pozuelo Monfort) * Bump Standards-Version to 3.9.5 (no changes) Checksums-Sha1: e400aa438616817b5b055b106c914a4cc98081ce 2143 xf86-video-glamo_0.0.0+20110719.gitcb9ed170-2.dsc 3e1d4d49f2e246ae7aeae1a570d708c71b35b72e 7704 xf86-video-glamo_0.0.0+20110719.gitcb9ed170-2.debian.tar.xz f9ca1609e60dfcce06bfb4c1d931f65062beed40 17670 xserver-xorg-video-glamo_0.0.0+20110719.gitcb9ed170-2_i386.deb Checksums-Sha256: e1d4958c8e81bdc0399976dd9ea5a9c2df10a356fa70463cdd3e9439dcf2b1de 2143 xf86-video-glamo_0.0.0+20110719.gitcb9ed170-2.dsc 5d963985a0bc6886be6c47005a27e2b562e14404304d48800976acc16da64897 7704 xf86-video-glamo_0.0.0+20110719.gitcb9ed170-2.debian.tar.xz 81048faa201621ce2cd35a2e951838a48d5c6678339d67f553debbc1e4f7c5dc 17670 xserver-xorg-video-glamo_0.0.0+20110719.gitcb9ed170-2_i386.deb Files: ede1b88def3549c377f4040e00f76bf5 17670 x11 optional xserver-xorg-video-glamo_0.0.0+20110719.gitcb9ed170-2_i386.deb bb5bca36d100849fe249935260d54e78 2143 x11 optional xf86-video-glamo_0.0.0+20110719.gitcb9ed170-2.dsc 07f7cb5a186f0f3615c0eff90a476e24 7704 x11 optional xf86-video-glamo_0.0.0+20110719.gitcb9ed170-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBCAAGBQJTvGWTAAoJEO/obGx//s+DGIcH/3GESCvPTu9DLrhR2FXfw9uy +IF11hzbGVhU+hEdDPdnSyo+xULdg89/g+g5zJP+u5KjEaNwS2uLph2noSI70myv LgvX+ODWANjUXDpKxQGNmSHBDecaHTqtS3oU45KVp5Qa2IbXivXSpWcZzs3S7A+T 4llEvgu0s2++2cDUvpbRcPGIaoMra/f48McM7HQaeAOOq3I3W/5sI8GwhM9XH5pg b0wLcygA/rks+bzAWmJD/MIjNOZUoFpJArk0JvmSAwTDNs4zsaoIvFxHc97faGro 7ncMR3zIVi1MSPoPD8nu37zZGS2ZFvBpfjqsoHDJ2mZWQgiX5DR6R9C7cDBh2Ek= =7jUm -----END PGP SIGNATURE-----
--- End Message ---

