Your message dated Mon, 27 Feb 2017 15:19:00 +0000 with message-id <[email protected]> and subject line Bug#856233: fixed in edtsurf 0.2009-4 has caused the Debian Bug report #856233, regarding edtsurf FTBFS on architectures where char is unsigned 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.) -- 856233: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856233 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: edtsurf Version: 0.2009-3 Severity: serious Tags: stretch sid From an armhf build: ... make[1]: Entering directory '/home/debian/edtsurf-0.2009' g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/home/debian/edtsurf-0.2009=. -fstack-protector-strong -Wformat -Werror=format-security -c ParsePDB.cpp -o ParsePDB.o In file included from ParsePDB.cpp:12:0: CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] 1,1,1, 1,1,-1, 1,-1,1, -1,1,1, 1,-1,-1, -1,-1,1, -1,1,-1, -1,-1,-1}; ^ CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] CommonPara.h:49:67: error: narrowing conversion of ‘-1’ from ‘int’ to ‘char’ inside { } [-Wnarrowing] ParsePDB.cpp: In member function ‘bool ParsePDB::loadpdb(char*)’: ParsePDB.cpp:1462:28: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] fgets(oneline,255,filein); ^ Makefile:7: recipe for target 'ParsePDB.o' failed make[1]: *** [ParsePDB.o] Error 1 make[1]: Leaving directory '/home/debian/edtsurf-0.2009' dh_auto_build: make -j1 returned exit code 2 debian/rules:8: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---Source: edtsurf Source-Version: 0.2009-4 We believe that the bug you reported is fixed in the latest version of edtsurf, 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. Andreas Tille <[email protected]> (supplier of updated edtsurf 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: Mon, 27 Feb 2017 15:50:54 +0100 Source: edtsurf Binary: edtsurf Architecture: source amd64 Version: 0.2009-4 Distribution: unstable Urgency: medium Maintainer: Debian Med Packaging Team <[email protected]> Changed-By: Andreas Tille <[email protected]> Description: edtsurf - triangulated mesh surfaces for protein structures Closes: 856233 Changes: edtsurf (0.2009-4) unstable; urgency=medium . [ John Paul Adrian Glaubitz ] * debian/patches/fix-use-of-unsigned-char.patch: - Add patch to fix use of unsigned char (Closes: #856233) . [ Andreas Tille ] * moved debian/upstream to debian/upstream/metadata Checksums-Sha1: 9661a7bf67f1b99329a1d06a5c6da24a1519bd39 2039 edtsurf_0.2009-4.dsc a356276206e353b29a2b9b3f8b6f405a64c63fb8 3688 edtsurf_0.2009-4.debian.tar.xz c8da67d575b010d8262f0ac652c1dfbc1f9dc819 72340 edtsurf-dbgsym_0.2009-4_amd64.deb 57179a11aa8a9a3a67f1cc0a39fa9e25cec6ed07 4637 edtsurf_0.2009-4_amd64.buildinfo b58274bf2dd2867ade7b3b3440da2f0c2e5e800e 58852 edtsurf_0.2009-4_amd64.deb Checksums-Sha256: 569653a6d85e1389b28c6ef0765c01dd16151b13abe2b46e12a616f4b0e595f5 2039 edtsurf_0.2009-4.dsc 291396c008bf1e095f1d0427b3eab576f45e68c695df5622f662c07f4cf5b3b1 3688 edtsurf_0.2009-4.debian.tar.xz efdc65869cf2c932e43adfd6e143175a2ac868e1c4f563535a0e5c91988748ce 72340 edtsurf-dbgsym_0.2009-4_amd64.deb 55870b003c7b8db954d280458073bf995099999a17104e1387108d9c3f1982f1 4637 edtsurf_0.2009-4_amd64.buildinfo ef30e194247cfc7e6b3d9df754526bbbfc4a796800461ccc2f777669210ef1b2 58852 edtsurf_0.2009-4_amd64.deb Files: c9405c2d86a55343e09ca4086fc1ecc3 2039 science optional edtsurf_0.2009-4.dsc 7a126a6a0ea34806f46292426acf2e20 3688 science optional edtsurf_0.2009-4.debian.tar.xz 180d4a54611e34df1c4bcdabe510d65d 72340 debug extra edtsurf-dbgsym_0.2009-4_amd64.deb 8590757f6a016124b952d3569fd61e42 4637 science optional edtsurf_0.2009-4_amd64.buildinfo c3297d8a37e859bff02eb5ae3395e704 58852 science optional edtsurf_0.2009-4_amd64.deb -----BEGIN PGP SIGNATURE----- iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAli0PfIRHHRpbGxlQGRl Ymlhbi5vcmcACgkQV4oElNHGRtE70A/+Kulu/vSNekP82yVjJDdXOlOhQLB0RMNh YtjC+QKDsIzz04NIuM/tzKcAtUXTjW0/WrQDSq5HlbJI4UUGNJ5ayzJl0H9dzKgD sVCyqOeGqk8w1q1XpEreG7j099ghhCVVi68vFpb+muidtxcGMr4SiAVgNdDt8PtW w7+Zvm1hP5Nt2Y8VI9oJ+osWGBsCHYcjt8p0aQ8B2prHlWPAQ+Pg2j6bovIHBxxz NOHuigXHPpk2HtJwNs3hkAEnPCpYFNi+QqV6OwdAIpTOyoHK4Fu94IKB6HAZGsV+ kI//7SKx1vtY9ECbSZuYdhKB9pVhnFLDNBzbxJIcJTNfwZYnKnR9NmpI2Mw7ukYO lbTNeYe0+E6XI2Fwg7edkXTloOLzd/Rta919JljKpXoVTVOsSvkvp3/Hmswnb6RG YFptMh/NKhmRYNIX/mT3eyUfBtNZJIqDbvINN9HKrnNcvnVduuhMb6DFkgPcF84Q CuWuIiZLAZyhwfQWoMVL/OckhlgnxQkr4sEO1Wiogd7DHdWjyedHZtf9fch/29H6 zrck9SdYDK2qrZl1usEMprvKYb2bSsAvi/B3avP8ufZwmIH7yNSfA2Q3ktv4xohD VvBDcVq0o/+QktZmYU3K9CAtyaTX1eiXPDxL4A9Ygv6bUlngRX8W0NQx4xPvgy+2 1aEwLs3uM3Q= =pWP2 -----END PGP SIGNATURE-----
--- End Message ---

