Your message dated Mon, 28 Aug 2017 06:00:15 +0000
with message-id <e1dmd5r-000aba...@fasolo.debian.org>
and subject line Bug#853374: fixed in dislocker 0.7.1-1
has caused the Debian Bug report #853374,
regarding dislocker: ftbfs with GCC-7
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 ow...@bugs.debian.org
immediately.)


-- 
853374: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853374
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:dislocker
Version: 0.6.1-7
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/dislocker_0.6.1-7_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-7/porting_to.html

[...]
cd /<<PKGBUILDDIR>>/src && /usr/bin/cc  -DAUTHOR="\"Romain Coltel\"" 
-DPROGNAME=\"dislocker\" -DVERSION=\"0.6.1\" -D_FILE_OFFSET_BITS=64 
-D_HAVE_RUBY=2.3.0 -D__ARCH=\"x86_64\" -D__ARCH_X86_64 -D__LINUX 
-D__OS=\"Linux\" -Ddislocker_EXPORTS -isystem /usr/local/include 
-I/<<PKGBUILDDIR>>/include -I/usr/include/ruby-2.3.0 
-I/usr/include/ruby-2.3.0/x86_64-linux-gnu 
-I/usr/include/x86_64-linux-gnu/ruby-2.3.0  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wall -Werror 
-Wextra -fstack-protector -fstrict-aliasing -D_FORTIFY_SOURCE=2 -O1 
-Wconversion -Wl,-z,now -Wl,-z,relro -fPIC   -o 
CMakeFiles/dislocker.dir/common.c.o   -c /<<PKGBUILDDIR>>/src/common.c
[  7%] Building C object src/CMakeFiles/dislocker.dir/config.c.o
cd /<<PKGBUILDDIR>>/src && /usr/bin/cc  -DAUTHOR="\"Romain Coltel\"" 
-DPROGNAME=\"dislocker\" -DVERSION=\"0.6.1\" -D_FILE_OFFSET_BITS=64 
-D_HAVE_RUBY=2.3.0 -D__ARCH=\"x86_64\" -D__ARCH_X86_64 -D__LINUX 
-D__OS=\"Linux\" -Ddislocker_EXPORTS -isystem /usr/local/include 
-I/<<PKGBUILDDIR>>/include -I/usr/include/ruby-2.3.0 
-I/usr/include/ruby-2.3.0/x86_64-linux-gnu 
-I/usr/include/x86_64-linux-gnu/ruby-2.3.0  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wall -Werror 
-Wextra -fstack-protector -fstrict-aliasing -D_FORTIFY_SOURCE=2 -O1 
-Wconversion -Wl,-z,now -Wl,-z,relro -fPIC   -o 
CMakeFiles/dislocker.dir/config.c.o   -c /<<PKGBUILDDIR>>/src/config.c
[ 10%] Building C object src/CMakeFiles/dislocker.dir/xstd/xstdio.c.o
cd /<<PKGBUILDDIR>>/src && /usr/bin/cc  -DAUTHOR="\"Romain Coltel\"" 
-DPROGNAME=\"dislocker\" -DVERSION=\"0.6.1\" -D_FILE_OFFSET_BITS=64 
-D_HAVE_RUBY=2.3.0 -D__ARCH=\"x86_64\" -D__ARCH_X86_64 -D__LINUX 
-D__OS=\"Linux\" -Ddislocker_EXPORTS -isystem /usr/local/include 
-I/<<PKGBUILDDIR>>/include -I/usr/include/ruby-2.3.0 
-I/usr/include/ruby-2.3.0/x86_64-linux-gnu 
-I/usr/include/x86_64-linux-gnu/ruby-2.3.0  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wall -Werror 
-Wextra -fstack-protector -fstrict-aliasing -D_FORTIFY_SOURCE=2 -O1 
-Wconversion -Wl,-z,now -Wl,-z,relro -fPIC   -o 
CMakeFiles/dislocker.dir/xstd/xstdio.c.o   -c /<<PKGBUILDDIR>>/src/xstd/xstdio.c
/<<PKGBUILDDIR>>/src/xstd/xstdio.c: In function 'dis_stdio_init':
/<<PKGBUILDDIR>>/src/xstd/xstdio.c:91:20: error: this statement may fall 
through [-Werror=implicit-fallthrough=]
    verbosity       = L_DEBUG;
    ~~~~~~~~~~~~~~~~^~~~~~~~~
/<<PKGBUILDDIR>>/src/xstd/xstdio.c:93:3: note: here
   case L_DEBUG:
   ^~~~
/<<PKGBUILDDIR>>/src/xstd/xstdio.c:94:20: error: this statement may fall 
through [-Werror=implicit-fallthrough=]
    fds[L_DEBUG]    = log;
    ~~~~~~~~~~~~~~~~^~~~~
/<<PKGBUILDDIR>>/src/xstd/xstdio.c:96:3: note: here
   case L_INFO:
   ^~~~
/<<PKGBUILDDIR>>/src/xstd/xstdio.c:97:20: error: this statement may fall 
through [-Werror=implicit-fallthrough=]
    fds[L_INFO]     = log;
    ~~~~~~~~~~~~~~~~^~~~~
/<<PKGBUILDDIR>>/src/xstd/xstdio.c:99:3: note: here
   case L_WARNING:
   ^~~~
/<<PKGBUILDDIR>>/src/xstd/xstdio.c:100:20: error: this statement may fall 
through [-Werror=implicit-fallthrough=]
    fds[L_WARNING]  = log;
    ~~~~~~~~~~~~~~~~^~~~~
/<<PKGBUILDDIR>>/src/xstd/xstdio.c:102:3: note: here
   case L_ERROR:
   ^~~~
/<<PKGBUILDDIR>>/src/xstd/xstdio.c:103:20: error: this statement may fall 
through [-Werror=implicit-fallthrough=]
    fds[L_ERROR]    = log;
    ~~~~~~~~~~~~~~~~^~~~~
/<<PKGBUILDDIR>>/src/xstd/xstdio.c:105:3: note: here
   case L_CRITICAL:
   ^~~~
cc1: all warnings being treated as errors
src/CMakeFiles/dislocker.dir/build.make:137: recipe for target 
'src/CMakeFiles/dislocker.dir/xstd/xstdio.c.o' failed
make[3]: *** [src/CMakeFiles/dislocker.dir/xstd/xstdio.c.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
CMakeFiles/Makefile2:203: recipe for target 'src/CMakeFiles/dislocker.dir/all' 
failed
make[2]: *** [src/CMakeFiles/dislocker.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:130: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:12: 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: dislocker
Source-Version: 0.7.1-1

We believe that the bug you reported is fixed in the latest version of
dislocker, 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 853...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovani Augusto Ferreira <giov...@debian.org> (supplier of updated dislocker 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 20 Aug 2017 22:40:11 -0300
Source: dislocker
Binary: libdislocker0.7 libdislocker0-dev dislocker
Architecture: source amd64
Version: 0.7.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Changed-By: Giovani Augusto Ferreira <giov...@debian.org>
Description:
 dislocker  - read/write encrypted BitLocker volumes
 libdislocker0-dev - read/write encrypted BitLocker volumes (development files)
 libdislocker0.7 - read/write encrypted BitLocker volumes (shared library)
Closes: 853374 858754
Changes:
 dislocker (0.7.1-1) unstable; urgency=medium
 .
   * New upstream release, fixing FTBFS with GCC-7 (Closes: #858754, #853374)
   * Updated my email address.
   * debian/control:
       - Bumped Standards-Version to 4.0.0.
   * debian/copyright: updated the copyright year in the packaging paragraph.
   * debian/patches/fix-spelling.patch:
       - Updated to new source code.
Checksums-Sha1:
 22c2a8abd4e93accbaa3d10dc04589abc5f04a34 2127 dislocker_0.7.1-1.dsc
 0c5c62f63ba587663eb0474f1bd6ca7e345fe977 103194 dislocker_0.7.1.orig.tar.gz
 2da9c994b5c4a19389408864ac90d2c137df3b9c 7704 dislocker_0.7.1-1.debian.tar.xz
 08ae6b326b885b7e2e82de6f7b1b39eef7738dbb 21900 
dislocker-dbgsym_0.7.1-1_amd64.deb
 85573f64e97fc3968081d2b5efe0f00a686d6890 8622 dislocker_0.7.1-1_amd64.buildinfo
 1b2e4ed7d94d915b640831036409c8a00cfed772 20440 dislocker_0.7.1-1_amd64.deb
 a2976686dba2e17ffa73812891cf2d7a93f3a1ee 19390 
libdislocker0-dev_0.7.1-1_amd64.deb
 13a3589b42554e84d31c12c1a752aeecb0ad2a15 93286 
libdislocker0.7-dbgsym_0.7.1-1_amd64.deb
 8ab84fe3e5091f1b626049991f38ba4a1bd4b09e 39606 
libdislocker0.7_0.7.1-1_amd64.deb
Checksums-Sha256:
 b3b424f33bb4b1348b19f55b61284cc555ac2e0543b9881472046e48a8bfb5bd 2127 
dislocker_0.7.1-1.dsc
 742fb5c1b3ff540368ced54c29eae8b488ae5a5fcaca092947e17c2d358a6762 103194 
dislocker_0.7.1.orig.tar.gz
 e53828671edc0bf43f64ee573f7dbfa1f8c75a175e6be2485c242c3a663a04f6 7704 
dislocker_0.7.1-1.debian.tar.xz
 0ad1339f03af10e7a2339e9ec983cac2f128ef0ba4ca46328f614bba28ca541b 21900 
dislocker-dbgsym_0.7.1-1_amd64.deb
 a90ab0cca86ae6253d20cdf38c94a77a5553e41273cca29d98cb116ea4358fe9 8622 
dislocker_0.7.1-1_amd64.buildinfo
 48d259410df01e52629d06b405866cd6f54d21ba97933d8b3d4daa6baf35df89 20440 
dislocker_0.7.1-1_amd64.deb
 fed231310d9121095d6b62d0ddc2a3e5a83d8ee16dc9d1172339c5295f0968ab 19390 
libdislocker0-dev_0.7.1-1_amd64.deb
 649f12d2b6dbe5ee17d1fa018ebd83d656501eb5a6f45625fb7c552a8529eee3 93286 
libdislocker0.7-dbgsym_0.7.1-1_amd64.deb
 b5435722d4039d80ade9445aff59635ea02cbc0445cbaca1f79fdc7cdf0f5ba5 39606 
libdislocker0.7_0.7.1-1_amd64.deb
Files:
 d8c76bbfeb15473ff63e5a001f31ea64 2127 utils optional dislocker_0.7.1-1.dsc
 df1454a1631d6c171d2d01610f83b344 103194 utils optional 
dislocker_0.7.1.orig.tar.gz
 9b8d83a952baf6c44188cf20345c28eb 7704 utils optional 
dislocker_0.7.1-1.debian.tar.xz
 3340ab0a36fa45eebcb0d0e9530bdbca 21900 debug extra 
dislocker-dbgsym_0.7.1-1_amd64.deb
 34a5b8c5e4b5c4b659591c794ec5d613 8622 utils optional 
dislocker_0.7.1-1_amd64.buildinfo
 884a7074a50d7dad77bd1b6883e6e47e 20440 utils optional 
dislocker_0.7.1-1_amd64.deb
 4c5470c7e5af2ee96bb95ca7cba721e0 19390 libdevel optional 
libdislocker0-dev_0.7.1-1_amd64.deb
 3761852ce2d8d40037a03cf26c89d78a 93286 debug extra 
libdislocker0.7-dbgsym_0.7.1-1_amd64.deb
 c20502a58753e74c70fc83b76ef9f3ad 39606 libs optional 
libdislocker0.7_0.7.1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEs/UaJxJhnD7NdLjheElO9yN1pmwFAlmc6d4ACgkQeElO9yN1
pmwrJRAA2CQ9qhuPT4t0aoqSYcQWNgXdzOFevCDbQsqaxkUtPlkXd1lZVNuBh+XV
z/z7QGFpOG5HuG+HnKoIKCI5QYnvIn96kLCa/QhTMfQgzflxnLf1Q9QjSI5XAvDf
p2xzDdrf1zUIbNF38YVZqSgnr+DXkEhb0mgM2Fb4WN32bpmjmXsQVGfwrDA+vTo2
be3htlo61aNPGdJK7pYzyZSoPqJEMH3AU7f9f7WMJIsHIv9ARZq+OhF287uCqHzQ
57GNuZ7bRAlsURIo30daz0SF92m0SAWwa8sBNJf+StiyVgI7HPCCuTTS5LRwDO5h
gFvo2WgP3c3pFHPp9zYXhm22dfOQHvKh8f2vqMdzOr0XYhj+kIyGR+ZGL/A9ydug
7FNXrmuLcpfLhfPO4xR1A7qqGvF1pxYujFgr5MHHMIKSiZb9RyAIzKTLbqnCZom0
LjgmEh9JXyp2TUd7y1L+w9O+bokVdo+DSvHIzEj9ijKGoKQTu9anRC9BbBuANPJH
1sLVgjVaLI2yc8qnKfcyuTf57sQELC0WrfspTpunHYUm64ItbjuwlLw3P0GxY1q5
0UH/uIiVTPtiR0gV46i8wFxfYaxlY4kQQ7XvAzjik4vutisfe4ucnDjTZc92SS7k
7XJPtfBLld2/pzNbLpKokEfnCrlmthKyb0mwTaTTVb0U+6FZHNM=
=DLvv
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel

Reply via email to