[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#957964: marked as done (wvstreams: ftbfs with GCC-10)



Your message dated Sat, 15 Aug 2020 20:26:21 +0000
with message-id <E1k72kv-00066k-Dg@fasolo.debian.org>
and subject line Bug#957964: fixed in wvstreams 4.6.1-15
has caused the Debian Bug report #957964,
regarding wvstreams: ftbfs with GCC-10
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 owner@bugs.debian.org
immediately.)


-- 
957964: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957964
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:wvstreams
Version: 4.6.1-14
Severity: normal
Tags: sid bullseye
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/wvstreams_4.6.1-14_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
                 from xplc-cxx/uuidtostr.cc:32:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
./CXX -c xplc-cxx/xplc   
x86_64-linux-gnu-g++ -c -o xplc-cxx/xplc.o xplc-cxx/xplc.cc -MMD -MF xplc-cxx/.xplc.d -MP -MQ xplc-cxx/xplc.o -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/tcl8.3 -DDEBUG=0 -I./include -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUNSTABLE -fPIC -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-tree-dce -fno-optimize-sibling-calls -fPIC -DPIC -fno-tree-dce -fno-optimize-sibling-calls -Wall -Woverloaded-virtual
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from ./include/xplc/uuid.h:84,
                 from ./include/xplc/IObject.h:36,
                 from ./include/xplc/IMoniker.h:30,
                 from xplc-cxx/xplc.cc:33:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
./CXX -c xplc/category   
x86_64-linux-gnu-g++ -c -o xplc/category.o xplc/category.cc -MMD -MF xplc/.category.d -MP -MQ xplc/category.o -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/tcl8.3 -DDEBUG=0 -I./include -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUNSTABLE -fPIC -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-tree-dce -fno-optimize-sibling-calls -fPIC -DPIC -fno-tree-dce -fno-optimize-sibling-calls -Wall -Woverloaded-virtual
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from ./include/xplc/uuid.h:84,
                 from ./include/xplc/IObject.h:36,
                 from ./include/xplc/IServiceManager.h:35,
                 from ./include/xplc/core.h:26,
                 from ./include/xplc/utils.h:47,
                 from xplc/category.cc:22:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
./CXX -c xplc/catiter   
x86_64-linux-gnu-g++ -c -o xplc/catiter.o xplc/catiter.cc -MMD -MF xplc/.catiter.d -MP -MQ xplc/catiter.o -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/tcl8.3 -DDEBUG=0 -I./include -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUNSTABLE -fPIC -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-tree-dce -fno-optimize-sibling-calls -fPIC -DPIC -fno-tree-dce -fno-optimize-sibling-calls -Wall -Woverloaded-virtual
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from ./include/xplc/uuid.h:84,
                 from ./include/xplc/IObject.h:36,
                 from ./include/xplc/IServiceManager.h:35,
                 from ./include/xplc/core.h:26,
                 from ./include/xplc/utils.h:47,
                 from xplc/catiter.cc:22:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
./CXX -c xplc/catmgr   
x86_64-linux-gnu-g++ -c -o xplc/catmgr.o xplc/catmgr.cc -MMD -MF xplc/.catmgr.d -MP -MQ xplc/catmgr.o -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/tcl8.3 -DDEBUG=0 -I./include -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUNSTABLE -fPIC -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-tree-dce -fno-optimize-sibling-calls -fPIC -DPIC -fno-tree-dce -fno-optimize-sibling-calls -Wall -Woverloaded-virtual
In file included from /usr/include/assert.h:35,
                 from xplc/catmgr.cc:23:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
./CXX -c xplc/loader   
x86_64-linux-gnu-g++ -c -o xplc/loader.o xplc/loader.cc -MMD -MF xplc/.loader.d -MP -MQ xplc/loader.o -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/tcl8.3 -DDEBUG=0 -I./include -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUNSTABLE -fPIC -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-tree-dce -fno-optimize-sibling-calls -fPIC -DPIC -fno-tree-dce -fno-optimize-sibling-calls -Wall -Woverloaded-virtual
In file included from /usr/include/x86_64-linux-gnu/c++/10/bits/os_defines.h:39,
                 from /usr/include/x86_64-linux-gnu/c++/10/bits/c++config.h:518,
                 from /usr/include/c++/10/cstdlib:41,
                 from /usr/include/c++/10/stdlib.h:36,
                 from xplc/loader.cc:24:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
./CXX -c xplc/moduleloader   
x86_64-linux-gnu-g++ -c -o xplc/moduleloader.o xplc/moduleloader.cc -MMD -MF xplc/.moduleloader.d -MP -MQ xplc/moduleloader.o -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/tcl8.3 -DDEBUG=0 -I./include -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUNSTABLE -fPIC -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-tree-dce -fno-optimize-sibling-calls -fPIC -DPIC -fno-tree-dce -fno-optimize-sibling-calls -Wall -Woverloaded-virtual
In file included from /usr/include/assert.h:35,
                 from xplc/moduleloader.cc:24:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
xplc/moduleloader.cc: In static member function ‘static Module* Module::loadModule(const char*)’:
xplc/moduleloader.cc:67:9: error: narrowing conversion of ‘-1’ from ‘int’ to ‘unsigned int’ [-Wnarrowing]
   67 |   case -1:
      |         ^
make[1]: *** [wvrules.mk:163: xplc/moduleloader.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:63: build-arch-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: wvstreams
Source-Version: 4.6.1-15
Done: Gianfranco Costamagna <locutusofborg@debian.org>

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

Debian distribution maintenance software
pp.
Gianfranco Costamagna <locutusofborg@debian.org> (supplier of updated wvstreams 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 15 Aug 2020 22:10:31 +0200
Source: wvstreams
Binary: libwvstreams4.6-base libwvstreams4.6-extras libuniconf4.6 libwvstreams4.6-doc libwvstreams-dev uniconfd uniconf-tools
Architecture: source
Version: 4.6.1-15
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Gianfranco Costamagna <locutusofborg@debian.org>
Description:
 libuniconf4.6 - C++ network libraries for rapid application development
 libwvstreams-dev - Development libraries and header files for libwvstreams4.6
 libwvstreams4.6-base - C++ network libraries for rapid application development
 libwvstreams4.6-doc - Documentation for WvStreams
 libwvstreams4.6-extras - C++ network libraries for rapid application development
 uniconf-tools - Tools to interface with UniConf
 uniconfd   - Server that manages UniConf elements
Closes: 957964
Changes:
 wvstreams (4.6.1-15) unstable; urgency=medium
 .
   * QA upload.
   * Fix build failure with gcc-10 (Closes: #957964)
Checksums-Sha1:
 c4c84c68904c10ac6acedfdcd7437070054a6135 2275 wvstreams_4.6.1-15.dsc
 1b1240bfa06e27bd12facdb2b5b7441efa3e49fc 21608 wvstreams_4.6.1-15.debian.tar.xz
 41ddd8098881bfa048e938ded8d8c4f115d580e6 9359 wvstreams_4.6.1-15_source.buildinfo
Checksums-Sha256:
 0e124754ceb64c74a3a645b37415ff9a56c9b2e72b9107c4935b05e7d87db3cc 2275 wvstreams_4.6.1-15.dsc
 353a2cab063b9240cf02295a33304c42d85137c8266652f9a4393f9c22815033 21608 wvstreams_4.6.1-15.debian.tar.xz
 3b83baedb010e46e1ec7a1d09d87827ef891b4333181d5ca673573bb8d1b73a8 9359 wvstreams_4.6.1-15_source.buildinfo
Files:
 d9d021754193589cbdec6edb60879875 2275 libs optional wvstreams_4.6.1-15.dsc
 7826542cfaefaf49d0f1fd94f52f5334 21608 libs optional wvstreams_4.6.1-15.debian.tar.xz
 f6230bce258ca7e8b37162c02dbf2292 9359 libs optional wvstreams_4.6.1-15_source.buildinfo

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

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAl84QkQACgkQ808JdE6f
Xdk7MxAAqRLb981ZgbfTP2VtkiKaCQQ+rYlnI7y8ZcAEUVnio/2deuU+HvyMH2mo
plUcBeyfhWA/5L6vaJ+/NWQkjwkViWuaVEfgwOYB/4KDCmIjiHHfUSNBkYpni7Ob
KduffKQwnmX+K8g/Fbmeq8FFO1WwCIpqG9gjQlzw7rj5USVeKPsesGhDLz4snC9z
IOlYW4QSUxvT17LbJfwfzeWCffc8BC2ARYkCXy/CfDyqlAiCn0nSlUFNHnjEIQXI
9YxqrkBWnPO4f0zaDCWm5efAyCy+mCr+X60qViS3KYe4XblNbFiOewt7nNQqfO+B
QupQTsnr2tAtx5SFRgTp9SbDXWiDXaF285Qz5WfdzSWOI6nd4dPjDNuxFRg9/Ra5
+diidYNX6px5Qc+Sdtb6K9tqQ5qBgbLuIL3uRb0nlXST0s2Hipk1C5HtfEgy3sDq
cd1iwl2tvMcZBqmT7FGYv83TQjeNJ9Asgzzcoa0MON+6dkq+WVtySq+Cc8YrSB2A
Sqz9XvEaqDU+ph57Q7yDssJvbmD/n7LIfmSwqRcU/rNXBguZz1Phm+qtSUXdbyzG
4kd0nKZXSeHQTVKScu1yTwjVKWtcBsc+8xPNqQYi9zomYqy90JXPzI+XvNhS3608
hCG2QP6uWxsbbgjajtaPDvE5nMpD9UWTZ+Uz+GVaGEecxEawTO8=
=5M7E
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: