Your message dated Fri, 18 Aug 2017 16:49:21 +0000
with message-id <e1diksx-0002we...@fasolo.debian.org>
and subject line Bug#853537: fixed in gcc-7 7.2.0-1
has caused the Debian Bug report #853537,
regarding pesign: 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.)
--
853537: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853537
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pesign
Version: 0.112-3
Severity: normal
Tags: sid buster
User: debian-gcc@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/pesign_0.112-3_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
[...]
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -MM -MG
-MF .daemon.d daemon.c
echo SOURCES=cms_common.c content_info.c oid.c password.c signed_data.c
signer_info.c ucs2.c pesign_context.c actions.c client.c efikeygen.c
efisiglist.c siglist.c pesigcheck.c pesigcheck_context.c certdb.c pesign.c
pesign_context.c actions.c daemon.c
SOURCES=cms_common.c content_info.c oid.c password.c signed_data.c
signer_info.c ucs2.c pesign_context.c actions.c client.c efikeygen.c
efisiglist.c siglist.c pesigcheck.c pesigcheck_context.c certdb.c pesign.c
pesign_context.c actions.c daemon.c
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: Entering directory '/<<PKGBUILDDIR>>/include'
for x in libdpe ; do \
make -C $x all ; \
done
make[3]: Entering directory '/<<PKGBUILDDIR>>/include/libdpe'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/include/libdpe'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/include'
make[2]: Entering directory '/<<PKGBUILDDIR>>/libdpe'
make -f /<<PKGBUILDDIR>>/Make.deps deps SOURCES="libdpe.c pe_rawfile.c
pe_allocspace.c pe_opthdr.c pe_updatenull.c pe_nextscn.c pe_updatefile.c
pe_getscn.c pe_getdatadir.c pe_getshdr.c pe_readall.c pe_error.c pe_addcert.c
pe_end.c pe_begin.c pe_getpehdr.c pe_update.c"
make[3]: Entering directory '/<<PKGBUILDDIR>>/libdpe'
echo SOURCES=libdpe.c pe_rawfile.c pe_allocspace.c pe_opthdr.c pe_updatenull.c
pe_nextscn.c pe_updatefile.c pe_getscn.c pe_getdatadir.c pe_getshdr.c
pe_readall.c pe_error.c pe_addcert.c pe_end.c pe_begin.c pe_getpehdr.c
pe_update.c
SOURCES=libdpe.c pe_rawfile.c pe_allocspace.c pe_opthdr.c pe_updatenull.c
pe_nextscn.c pe_updatefile.c pe_getscn.c pe_getdatadir.c pe_getshdr.c
pe_readall.c pe_error.c pe_addcert.c pe_end.c pe_begin.c pe_getpehdr.c
pe_update.c
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libdpe'
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
libdpe.o libdpe.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_rawfile.o pe_rawfile.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_allocspace.o pe_allocspace.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_opthdr.o pe_opthdr.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_updatenull.o pe_updatenull.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_nextscn.o pe_nextscn.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_updatefile.o pe_updatefile.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_getscn.o pe_getscn.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_getdatadir.o pe_getdatadir.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_getshdr.o pe_getshdr.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_readall.o pe_readall.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_error.o pe_error.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_addcert.o pe_addcert.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_end.o pe_end.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_begin.o pe_begin.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_getpehdr.o pe_getpehdr.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
pe_update.o pe_update.c
/usr/bin/gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror
-Wno-cpp -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11
-fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants
-fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64
-I/<<PKGBUILDDIR>>/include -Werror -Wl,-z,relro -Wdate-time
-D_FORTIFY_SOURCE=2 -shared \
-Wl,-soname,libdpe.so.0 \
-o libdpe.so libdpe.o pe_rawfile.o pe_allocspace.o pe_opthdr.o
pe_updatenull.o pe_nextscn.o pe_updatefile.o pe_getscn.o pe_getdatadir.o
pe_getshdr.o pe_readall.o pe_error.o pe_addcert.o pe_end.o pe_begin.o
pe_getpehdr.o pe_update.o -lpthread
/usr/bin/gcc-ar -cvqs libdpe.a libdpe.o pe_rawfile.o pe_allocspace.o
pe_opthdr.o pe_updatenull.o pe_nextscn.o pe_updatefile.o pe_getscn.o
pe_getdatadir.o pe_getshdr.o pe_readall.o pe_error.o pe_addcert.o pe_end.o
pe_begin.o pe_getpehdr.o pe_update.o
/<<PKGBUILDDIR>>/Make.rules:22: recipe for target 'libdpe.a' failed
make[2]: *** [libdpe.a] Segmentation fault
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libdpe'
Makefile:25: 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:15: 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: gcc-7
Source-Version: 7.2.0-1
We believe that the bug you reported is fixed in the latest version of
gcc-7, 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.
Matthias Klose <d...@debian.org> (supplier of updated gcc-7 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: Fri, 18 Aug 2017 18:34:45 +0200
Source: gcc-7
Binary: gcc-7-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc-7-dev libgcc4
libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib64gcc-7-dev lib32gcc1 lib32gcc1-dbg
lib32gcc-7-dev libn32gcc1 libn32gcc1-dbg libn32gcc-7-dev libx32gcc1
libx32gcc1-dbg libx32gcc-7-dev gcc-7 gcc-7-multilib gcc-7-test-results
gcc-7-plugin-dev gcc-7-hppa64-linux-gnu cpp-7 gcc-7-locales g++-7
g++-7-multilib libgomp1 libgomp1-dbg lib32gomp1 lib32gomp1-dbg lib64gomp1
lib64gomp1-dbg libn32gomp1 libn32gomp1-dbg libx32gomp1 libx32gomp1-dbg libitm1
libitm1-dbg lib32itm1 lib32itm1-dbg lib64itm1 lib64itm1-dbg libx32itm1
libx32itm1-dbg libatomic1 libatomic1-dbg lib32atomic1 lib32atomic1-dbg
lib64atomic1 lib64atomic1-dbg libn32atomic1 libn32atomic1-dbg libx32atomic1
libx32atomic1-dbg libasan4 libasan4-dbg lib32asan4 lib32asan4-dbg lib64asan4
lib64asan4-dbg libx32asan4 libx32asan4-dbg liblsan0 liblsan0-dbg lib32lsan0
lib32lsan0-dbg libx32lsan0 libx32lsan0-dbg libtsan0 libtsan0-dbg libubsan0
libubsan0-dbg lib32ubsan0
lib32ubsan0-dbg lib64ubsan0 lib64ubsan0-dbg libx32ubsan0 libx32ubsan0-dbg
libcilkrts5 libcilkrts5-dbg lib32cilkrts5 lib32cilkrts5-dbg lib64cilkrts5
lib64cilkrts5-dbg libx32cilkrts5 libx32cilkrts5-dbg libmpx2 libmpx2-dbg
lib32mpx2 lib32mpx2-dbg lib64mpx2 lib64mpx2-dbg libquadmath0 libquadmath0-dbg
lib32quadmath0 lib32quadmath0-dbg lib64quadmath0 lib64quadmath0-dbg
libx32quadmath0 libx32quadmath0-dbg libcc1-0 libgccjit0 libgccjit0-dbg
libgccjit-7-doc libgccjit-7-dev gobjc++-7 gobjc++-7-multilib gobjc-7
gobjc-7-multilib libobjc-7-dev lib64objc-7-dev lib32objc-7-dev libn32objc-7-dev
libx32objc-7-dev libobjc4 libobjc4-dbg lib64objc4 lib64objc4-dbg lib32objc4
lib32objc4-dbg libn32objc4 libn32objc4-dbg libx32objc4 libx32objc4-dbg
gfortran-7 gfortran-7-multilib libgfortran-7-dev lib64gfortran-7-dev
lib32gfortran-7-dev libn32gfortran-7-dev libx32gfortran-7-dev libgfortran4
libgfortran4-dbg lib64gfortran4 lib64gfortran4-dbg lib32gfortran4
lib32gfortran4-dbg libn32gfortran4
libn32gfortran4-dbg libx32gfortran4 libx32gfortran4-dbg gccgo-7
gccgo-7-multilib libgo11 libgo11-dbg lib64go11 lib64go11-dbg lib32go11
lib32go11-dbg libn32go11 libn32go11-dbg libx32go11 libx32go11-dbg libstdc++6
lib32stdc++6 lib64stdc++6 libn32stdc++6 libx32stdc++6 libstdc++-7-dev
libstdc++-7-pic libstdc++6-7-dbg lib32stdc++-7-dev lib32stdc++6-7-dbg
lib64stdc++-7-dev lib64stdc++6-7-dbg libn32stdc++-7-dev libn32stdc++6-7-dbg
libx32stdc++-7-dev libx32stdc++6-7-dbg libstdc++-7-doc gnat-7 gnat-7-sjlj
libgnat-7 libgnat-7-dbg libgnatvsn7-dev libgnatvsn7 libgnatvsn7-dbg gdc-7
gdc-7-multilib libgphobos-7-dev libgphobos71 libgphobos71-dbg
lib64gphobos-7-dev lib64gphobos71 lib64gphobos71-dbg lib32gphobos-7-dev
lib32gphobos71 lib32gphobos71-dbg libx32gphobos-7-dev libx32gphobos71
libx32gphobos71-dbg gccbrig-7 libhsail-rt-7-dev libhsail-rt0 libhsail-rt0-dbg
fixincludes gcc-7-offload-nvptx libgomp-plugin-nvptx1
gcc-7-source
Architecture: source
Version: 7.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description:
cpp-7 - GNU C preprocessor
fixincludes - Fix non-ANSI header files
g++-7 - GNU C++ compiler
g++-7-multilib - GNU C++ compiler (multilib support)
gcc-7 - GNU C compiler
gcc-7-base - GCC, the GNU Compiler Collection (base package)
gcc-7-hppa64-linux-gnu - GNU C compiler (cross compiler for hppa64)
gcc-7-locales - GCC, the GNU compiler collection (native language support
files)
gcc-7-multilib - GNU C compiler (multilib support)
gcc-7-offload-nvptx - GCC offloading compiler to NVPTX
gcc-7-plugin-dev - Files for GNU GCC plugin development.
gcc-7-source - Source of the GNU Compiler Collection
gcc-7-test-results - Test results for the GCC test suite
gccbrig-7 - GNU BRIG (HSA IL) frontend
gccgo-7 - GNU Go compiler
gccgo-7-multilib - GNU Go compiler (multilib support)
gdc-7 - GNU D compiler (version 2)
gdc-7-multilib - GNU D compiler (version 2, multilib support)
gfortran-7 - GNU Fortran compiler
gfortran-7-multilib - GNU Fortran compiler (multilib support)
gnat-7 - GNU Ada compiler
gnat-7-sjlj - GNU Ada compiler (setjump/longjump runtime library)
gobjc++-7 - GNU Objective-C++ compiler
gobjc++-7-multilib - GNU Objective-C++ compiler (multilib support)
gobjc-7 - GNU Objective-C compiler
gobjc-7-multilib - GNU Objective-C compiler (multilib support)
lib32asan4 - AddressSanitizer -- a fast memory error detector (32bit)
lib32asan4-dbg - AddressSanitizer -- a fast memory error detector (32 bit
debug sy
lib32atomic1 - support library providing __atomic built-in functions (32bit)
lib32atomic1-dbg - support library providing __atomic built-in functions (32
bit deb
lib32cilkrts5 - Intel Cilk Plus language extensions (32bit)
lib32cilkrts5-dbg - Intel Cilk Plus language extensions (32 bit debug symbols)
lib32gcc-7-dev - GCC support library (32 bit development files)
lib32gcc1 - GCC support library (32 bit Version)
lib32gcc1-dbg - GCC support library (debug symbols)
lib32gfortran-7-dev - Runtime library for GNU Fortran applications (32bit
development f
lib32gfortran4 - Runtime library for GNU Fortran applications (32bit)
lib32gfortran4-dbg - Runtime library for GNU Fortran applications (32 bit
debug symbol
lib32go11 - Runtime library for GNU Go applications (32bit)
lib32go11-dbg - Runtime library for GNU Go applications (32 bit debug symbols)
lib32gomp1 - GCC OpenMP (GOMP) support library (32bit)
lib32gomp1-dbg - GCC OpenMP (GOMP) support library (32 bit debug symbols)
lib32gphobos-7-dev - Phobos D standard library (32bit development files)
lib32gphobos71 - Phobos D standard library (runtime library)
lib32gphobos71-dbg - Phobos D standard library (debug symbols)
lib32itm1 - GNU Transactional Memory Library (32bit)
lib32itm1-dbg - GNU Transactional Memory Library (32 bit debug symbols)
lib32lsan0 - LeakSanitizer -- a memory leak detector (32bit)
lib32lsan0-dbg - LeakSanitizer -- a memory leak detector (32 bit debug symbols)
lib32mpx2 - Intel memory protection extensions (32bit)
lib32mpx2-dbg - Intel memory protection extensions (32 bit debug symbols)
lib32objc-7-dev - Runtime library for GNU Objective-C applications (32bit
developme
lib32objc4 - Runtime library for GNU Objective-C applications (32bit)
lib32objc4-dbg - Runtime library for GNU Objective-C applications (32 bit
debug sy
lib32quadmath0 - GCC Quad-Precision Math Library (32bit)
lib32quadmath0-dbg - GCC Quad-Precision Math Library (32 bit debug symbols)
lib32stdc++-7-dev - GNU Standard C++ Library v3 (development files)
lib32stdc++6 - GNU Standard C++ Library v3 (32 bit Version)
lib32stdc++6-7-dbg - GNU Standard C++ Library v3 (debugging files)
lib32ubsan0 - UBSan -- undefined behaviour sanitizer (32bit)
lib32ubsan0-dbg - UBSan -- undefined behaviour sanitizer (32 bit debug symbols)
lib64asan4 - AddressSanitizer -- a fast memory error detector (64bit)
lib64asan4-dbg - AddressSanitizer -- a fast memory error detector (64bit debug
sym
lib64atomic1 - support library providing __atomic built-in functions (64bit)
lib64atomic1-dbg - support library providing __atomic built-in functions
(64bit debu
lib64cilkrts5 - Intel Cilk Plus language extensions (64bit)
lib64cilkrts5-dbg - Intel Cilk Plus language extensions (64bit debug symbols)
lib64gcc-7-dev - GCC support library (64bit development files)
lib64gcc1 - GCC support library (64bit)
lib64gcc1-dbg - GCC support library (debug symbols)
lib64gfortran-7-dev - Runtime library for GNU Fortran applications (64bit
development f
lib64gfortran4 - Runtime library for GNU Fortran applications (64bit)
lib64gfortran4-dbg - Runtime library for GNU Fortran applications (64bit debug
symbols
lib64go11 - Runtime library for GNU Go applications (64bit)
lib64go11-dbg - Runtime library for GNU Go applications (64bit debug symbols)
lib64gomp1 - GCC OpenMP (GOMP) support library (64bit)
lib64gomp1-dbg - GCC OpenMP (GOMP) support library (64bit debug symbols)
lib64gphobos-7-dev - Phobos D standard library (64bit development files)
lib64gphobos71 - Phobos D standard library (runtime library)
lib64gphobos71-dbg - Phobos D standard library (debug symbols)
lib64itm1 - GNU Transactional Memory Library (64bit)
lib64itm1-dbg - GNU Transactional Memory Library (64bit debug symbols)
lib64mpx2 - Intel memory protection extensions (64bit)
lib64mpx2-dbg - Intel memory protection extensions (64bit debug symbols)
lib64objc-7-dev - Runtime library for GNU Objective-C applications (64bit
developme
lib64objc4 - Runtime library for GNU Objective-C applications (64bit)
lib64objc4-dbg - Runtime library for GNU Objective-C applications (64 bit
debug sy
lib64quadmath0 - GCC Quad-Precision Math Library (64bit)
lib64quadmath0-dbg - GCC Quad-Precision Math Library (64bit debug symbols)
lib64stdc++-7-dev - GNU Standard C++ Library v3 (development files)
lib64stdc++6 - GNU Standard C++ Library v3 (64bit)
lib64stdc++6-7-dbg - GNU Standard C++ Library v3 (debugging files)
lib64ubsan0 - UBSan -- undefined behaviour sanitizer (64bit)
lib64ubsan0-dbg - UBSan -- undefined behaviour sanitizer (64bit debug symbols)
libasan4 - AddressSanitizer -- a fast memory error detector
libasan4-dbg - AddressSanitizer -- a fast memory error detector (debug symbols)
libatomic1 - support library providing __atomic built-in functions
libatomic1-dbg - support library providing __atomic built-in functions (debug
symb
libcc1-0 - GCC cc1 plugin for GDB
libcilkrts5 - Intel Cilk Plus language extensions (runtime)
libcilkrts5-dbg - Intel Cilk Plus language extensions (debug symbols)
libgcc-7-dev - GCC support library (development files)
libgcc1 - GCC support library
libgcc1-dbg - GCC support library (debug symbols)
libgcc2 - GCC support library
libgcc2-dbg - GCC support library (debug symbols)
libgcc4 - GCC support library
libgcc4-dbg - GCC support library (debug symbols)
libgccjit-7-dev - GCC just-in-time compilation (development files)
libgccjit-7-doc - GCC just-in-time compilation (documentation)
libgccjit0 - GCC just-in-time compilation (shared library)
libgccjit0-dbg - GCC just-in-time compilation (debug information)
libgfortran-7-dev - Runtime library for GNU Fortran applications (development
files)
libgfortran4 - Runtime library for GNU Fortran applications
libgfortran4-dbg - Runtime library for GNU Fortran applications (debug symbols)
libgnat-7 - runtime for applications compiled with GNAT (shared library)
libgnat-7-dbg - runtime for applications compiled with GNAT (debugging symbols)
libgnatvsn7 - GNU Ada compiler selected components (shared library)
libgnatvsn7-dbg - GNU Ada compiler selected components (debugging symbols)
libgnatvsn7-dev - GNU Ada compiler selected components (development files)
libgo11 - Runtime library for GNU Go applications
libgo11-dbg - Runtime library for GNU Go applications (debug symbols)
libgomp-plugin-nvptx1 - GCC OpenMP v4.5 plugin for offloading to NVPTX
libgomp1 - GCC OpenMP (GOMP) support library
libgomp1-dbg - GCC OpenMP (GOMP) support library (debug symbols)
libgphobos-7-dev - Phobos D standard library
libgphobos71 - Phobos D standard library (runtime library)
libgphobos71-dbg - Phobos D standard library (debug symbols)
libhsail-rt-7-dev - HSAIL runtime library (development files)
libhsail-rt0 - HSAIL runtime library
libhsail-rt0-dbg - HSAIL runtime library (debug symbols)
libitm1 - GNU Transactional Memory Library
libitm1-dbg - GNU Transactional Memory Library (debug symbols)
liblsan0 - LeakSanitizer -- a memory leak detector (runtime)
liblsan0-dbg - LeakSanitizer -- a memory leak detector (debug symbols)
libmpx2 - Intel memory protection extensions (runtime)
libmpx2-dbg - Intel memory protection extensions (debug symbols)
libn32atomic1 - support library providing __atomic built-in functions (n32)
libn32atomic1-dbg - support library providing __atomic built-in functions (n32
debug
libn32gcc-7-dev - GCC support library (n32 development files)
libn32gcc1 - GCC support library (n32)
libn32gcc1-dbg - GCC support library (debug symbols)
libn32gfortran-7-dev - Runtime library for GNU Fortran applications (n32
development fil
libn32gfortran4 - Runtime library for GNU Fortran applications (n32)
libn32gfortran4-dbg - Runtime library for GNU Fortran applications (n32 debug
symbols)
libn32go11 - Runtime library for GNU Go applications (n32)
libn32go11-dbg - Runtime library for GNU Go applications (n32 debug symbols)
libn32gomp1 - GCC OpenMP (GOMP) support library (n32)
libn32gomp1-dbg - GCC OpenMP (GOMP) support library (n32 debug symbols)
libn32objc-7-dev - Runtime library for GNU Objective-C applications (n32
development
libn32objc4 - Runtime library for GNU Objective-C applications (n32)
libn32objc4-dbg - Runtime library for GNU Objective-C applications (n32 debug
symbo
libn32stdc++-7-dev - GNU Standard C++ Library v3 (development files)
libn32stdc++6 - GNU Standard C++ Library v3 (n32)
libn32stdc++6-7-dbg - GNU Standard C++ Library v3 (debugging files)
libobjc-7-dev - Runtime library for GNU Objective-C applications (development
fil
libobjc4 - Runtime library for GNU Objective-C applications
libobjc4-dbg - Runtime library for GNU Objective-C applications (debug symbols)
libquadmath0 - GCC Quad-Precision Math Library
libquadmath0-dbg - GCC Quad-Precision Math Library (debug symbols)
libstdc++-7-dev - GNU Standard C++ Library v3 (development files)
libstdc++-7-doc - GNU Standard C++ Library v3 (documentation files)
libstdc++-7-pic - GNU Standard C++ Library v3 (shared library subset kit)
libstdc++6 - GNU Standard C++ Library v3
libstdc++6-7-dbg - GNU Standard C++ Library v3 (debugging files)
libtsan0 - ThreadSanitizer -- a Valgrind-based detector of data races (runti
libtsan0-dbg - ThreadSanitizer -- a Valgrind-based detector of data races
(debug
libubsan0 - UBSan -- undefined behaviour sanitizer (runtime)
libubsan0-dbg - UBSan -- undefined behaviour sanitizer (debug symbols)
libx32asan4 - AddressSanitizer -- a fast memory error detector (x32)
libx32asan4-dbg - AddressSanitizer -- a fast memory error detector (x32 debug
symbo
libx32atomic1 - support library providing __atomic built-in functions (x32)
libx32atomic1-dbg - support library providing __atomic built-in functions (x32
debug
libx32cilkrts5 - Intel Cilk Plus language extensions (x32)
libx32cilkrts5-dbg - Intel Cilk Plus language extensions (x32 debug symbols)
libx32gcc-7-dev - GCC support library (x32 development files)
libx32gcc1 - GCC support library (x32)
libx32gcc1-dbg - GCC support library (debug symbols)
libx32gfortran-7-dev - Runtime library for GNU Fortran applications (x32
development fil
libx32gfortran4 - Runtime library for GNU Fortran applications (x32)
libx32gfortran4-dbg - Runtime library for GNU Fortran applications (x32 debug
symbols)
libx32go11 - Runtime library for GNU Go applications (x32)
libx32go11-dbg - Runtime library for GNU Go applications (x32 debug symbols)
libx32gomp1 - GCC OpenMP (GOMP) support library (x32)
libx32gomp1-dbg - GCC OpenMP (GOMP) support library (x32 debug symbols)
libx32gphobos-7-dev - Phobos D standard library (x32 development files)
libx32gphobos71 - Phobos D standard library (runtime library)
libx32gphobos71-dbg - Phobos D standard library (debug symbols)
libx32itm1 - GNU Transactional Memory Library (x32)
libx32itm1-dbg - GNU Transactional Memory Library (x32 debug symbols)
libx32lsan0 - LeakSanitizer -- a memory leak detector (x32)
libx32lsan0-dbg - LeakSanitizer -- a memory leak detector (x32 debug symbols)
libx32objc-7-dev - Runtime library for GNU Objective-C applications (x32
development
libx32objc4 - Runtime library for GNU Objective-C applications (x32)
libx32objc4-dbg - Runtime library for GNU Objective-C applications (x32 debug
symbo
libx32quadmath0 - GCC Quad-Precision Math Library (x32)
libx32quadmath0-dbg - GCC Quad-Precision Math Library (x32 debug symbols)
libx32stdc++-7-dev - GNU Standard C++ Library v3 (development files)
libx32stdc++6 - GNU Standard C++ Library v3 (x32)
libx32stdc++6-7-dbg - GNU Standard C++ Library v3 (debugging files)
libx32ubsan0 - UBSan -- undefined behaviour sanitizer (x32)
libx32ubsan0-dbg - UBSan -- undefined behaviour sanitizer (x32 debug symbols)
Closes: 853537
Changes:
gcc-7 (7.2.0-1) unstable; urgency=medium
.
* GCC 7.2.0 release.
* Update libgcc1 symbols file for s390x.
* Apply proposed patch for PR driver/81829. Closes: #853537.
Checksums-Sha1:
0260993c6273b0d8bc65a2cbb3346a7fddea6587 26355 gcc-7_7.2.0-1.dsc
cbfe54ab2aca4e42e74217b4a761a2910d50ba9c 70028185 gcc-7_7.2.0.orig.tar.gz
1dd9e2c13270cd8bb2e9e86f574ab951259d1dee 2941335 gcc-7_7.2.0-1.diff.gz
f108861db1109935d28d598481ef18c050a10084 11611 gcc-7_7.2.0-1_source.buildinfo
Checksums-Sha256:
41d9d102287e20d5a300dee6d9c82944896d5b1750ae1cab0afde9e8c5af6a3e 26355
gcc-7_7.2.0-1.dsc
a1050ca96c2b931ad82da3caf2868cd68b95a62151ac9af53fbe9b69b6e9b651 70028185
gcc-7_7.2.0.orig.tar.gz
20f06ec9192d273004d23219463b6123bf327dc639751acadaf07d1854bb19c9 2941335
gcc-7_7.2.0-1.diff.gz
fb6382c5b103e716adaa7648effc97a6e4ab9890eb6f7190ec415f2fec722d2e 11611
gcc-7_7.2.0-1_source.buildinfo
Files:
56985f655cef6340c3aba673a10ce275 26355 devel optional gcc-7_7.2.0-1.dsc
db63fb271e7ffaf056db8111b14c7f5e 70028185 devel optional
gcc-7_7.2.0.orig.tar.gz
e9eef520c53f97e680d8e479536a9363 2941335 devel optional gcc-7_7.2.0-1.diff.gz
35b75deefa006dbf543e080a0345472c 11611 devel optional
gcc-7_7.2.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAlmXFyAQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9b88EACyczfPUn9yxKMBqd0Q9+5fOeJyefi2oLr8
R4LJD88neYEYH85niw1DLcWBU77TcjFSMKmIZ+2sMo7EQIqpNOkWRmAGgjbN+nwh
uRFq1LOr9dYL/d4CL6s5ze0518FxVI1Lg1FztvQgnQPAf8TJsNTJIArW0OimxwhU
+d0NTeqrxxtxtSOn8Si9vbzN5sqTAZs3dRUo1qwqxiogJfDFmNDuQ6PAWNOG75f+
ZWKidUvERvP34oWYWueYXMA4u/787TR7c96ZjYHuzujtkxCqNyrGrusGqEEhKxIg
E81GTsHy0EiEY2xFZOA8fB0s/N5OH5oAKJ7Skb5j7k2IJ/TY+vk/rpnOevjciR42
Ma7I2z599MEQdeA0YN9ANf1mn9EFh1kkM75JSa3Gc/qMWjcmp7Yk3UM9l1kF23sS
uLKbQL/I7LCQQNahdCrhODCyyoP2hlTOYWJ+VZs4SAq5tdxga0oTiYOpBFx4BvFo
0oYV6kYbMkqrcbEuVZHcUMi0ovdWj/zCFTMlEkcLzfczG21X8U1fFpHb4/l4+pv4
ddSxEh05i2nKl8nCd4imY4bJMaNIK/VHrmf2OBSeRApyBgkyggnCT+VWB5yv+L5S
IXphog239qu6E0H9dBFymWSUQt9JFB9opYy+nVmuHduJhut+UjC7WPHQ9fd1ffb3
q6qjpXzdpQ==
=i18b
-----END PGP SIGNATURE-----
--- End Message ---