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

Bug#957579: marked as done (naspro-bridges: ftbfs with GCC-10)



Your message dated Mon, 27 Jul 2020 21:33:36 +0000
with message-id <E1k0Aka-0004Qo-3x@fasolo.debian.org>
and subject line Bug#957579: fixed in naspro-bridges 0.5.1-3
has caused the Debian Bug report #957579,
regarding naspro-bridges: 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.)


-- 
957579: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957579
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:naspro-bridges
Version: 0.5.1-2
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/naspro-bridges_0.5.1-2_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

[...]
checking pkg-config is at least version 0.9.0... yes
checking for NABRIT... yes
checking ladspa.h usability... yes
checking ladspa.h presence... yes
checking for ladspa.h... yes
checking whether LRDF-equivalent LV2 bundles should be installed... yes
checking for DSSI... yes
checking for ALSA... yes
checking whether to enable bridging of DSSI programs as LV2 presets... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ladspa/manifest.ttl
config.status: creating ladspa/Makefile
config.status: creating ladspa/data/Makefile
config.status: creating dssi/manifest.ttl
config.status: creating dssi/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
configure: LADSPA bridge:                  yes
configure:   LRDF-equivalent bundles:      yes
configure: DSSI bridge:                    yes
configure:   DSSI programs as LV2 presets: yes
   dh_auto_build -O--parallel
dh_auto_build: warning: Compatibility levels before 9 are deprecated (level 7 in use)
	make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in ladspa
make[3]: Entering directory '/<<PKGBUILDDIR>>/ladspa'
Making all in data
make[4]: Entering directory '/<<PKGBUILDDIR>>/ladspa/data'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/ladspa/data'
make[4]: Entering directory '/<<PKGBUILDDIR>>/ladspa'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -pedantic -Wall -Werror -Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -c -o manifest.lo manifest.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -pedantic -Wall -Werror -Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -c -o bridge.lo bridge.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -pedantic -Wall -Werror -Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -c -o pluglib.lo pluglib.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -pedantic -Wall -Werror -Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -c -o plugin.lo plugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pedantic -Wall -Werror -Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -c manifest.c  -fPIC -DPIC -o .libs/manifest.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pedantic -Wall -Werror -Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -c pluglib.c  -fPIC -DPIC -o .libs/pluglib.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pedantic -Wall -Werror -Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -c bridge.c  -fPIC -DPIC -o .libs/bridge.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pedantic -Wall -Werror -Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -c plugin.c  -fPIC -DPIC -o .libs/plugin.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -pedantic -Wall -Werror -Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -c -o lv2api.lo lv2api.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pedantic -Wall -Werror -Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -c lv2api.c  -fPIC -DPIC -o .libs/lv2api.o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -pedantic -Wall -Werror -Wno-strict-aliasing -pthread -I/usr/include/NASPRO/brit-3 -I/usr/include/NASPRO/core-5 -g -O2 -no-undefined -module -avoid-version -shared -lnabrit -lnacore -ldl -lm -pthread  -o ladspa.la -rpath /usr/lib/lv2/naspro-ladspa.lv2 manifest.lo bridge.lo pluglib.lo plugin.lo lv2api.lo  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/manifest.o .libs/bridge.o .libs/pluglib.o .libs/plugin.o .libs/lv2api.o   -lnabrit -lnacore -ldl -lm  -pthread -g -O2 -pthread   -pthread -Wl,-soname -Wl,ladspa.so -o .libs/ladspa.so
/usr/bin/ld: .libs/bridge.o:/<<PKGBUILDDIR>>/ladspa/bridge.h:11: multiple definition of `bridge'; .libs/manifest.o:/<<PKGBUILDDIR>>/ladspa/bridge.h:11: first defined here
/usr/bin/ld: .libs/bridge.o:/<<PKGBUILDDIR>>/ladspa/lv2api.h:11: multiple definition of `stub_desc'; .libs/manifest.o:/<<PKGBUILDDIR>>/ladspa/lv2api.h:11: first defined here
/usr/bin/ld: .libs/pluglib.o:/<<PKGBUILDDIR>>/ladspa/bridge.h:11: multiple definition of `bridge'; .libs/manifest.o:/<<PKGBUILDDIR>>/ladspa/bridge.h:11: first defined here
/usr/bin/ld: .libs/pluglib.o:/<<PKGBUILDDIR>>/ladspa/lv2api.h:11: multiple definition of `stub_desc'; .libs/manifest.o:/<<PKGBUILDDIR>>/ladspa/lv2api.h:11: first defined here
/usr/bin/ld: .libs/plugin.o:/<<PKGBUILDDIR>>/ladspa/lv2api.h:11: multiple definition of `stub_desc'; .libs/manifest.o:/<<PKGBUILDDIR>>/ladspa/lv2api.h:11: first defined here
/usr/bin/ld: .libs/plugin.o:/<<PKGBUILDDIR>>/ladspa/bridge.h:11: multiple definition of `bridge'; .libs/manifest.o:/<<PKGBUILDDIR>>/ladspa/bridge.h:11: first defined here
/usr/bin/ld: .libs/lv2api.o:/<<PKGBUILDDIR>>/ladspa/bridge.h:11: multiple definition of `bridge'; .libs/manifest.o:/<<PKGBUILDDIR>>/ladspa/bridge.h:11: first defined here
/usr/bin/ld: .libs/lv2api.o:/<<PKGBUILDDIR>>/ladspa/lv2api.h:11: multiple definition of `stub_desc'; .libs/manifest.o:/<<PKGBUILDDIR>>/ladspa/lv2api.h:11: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:472: ladspa.la] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/ladspa'
make[3]: *** [Makefile:547: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ladspa'
make[2]: *** [Makefile:418: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:350: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: naspro-bridges
Source-Version: 0.5.1-3
Done: Sudip Mukherjee <sudipm.mukherjee@gmail.com>

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

Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukherjee@gmail.com> (supplier of updated naspro-bridges 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: SHA512

Format: 1.8
Date: Mon, 27 Jul 2020 21:54:12 +0100
Source: naspro-bridges
Architecture: source
Version: 0.5.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Closes: 957579
Changes:
 naspro-bridges (0.5.1-3) unstable; urgency=medium
 .
   * QA upload.
   * Fix ftbfs with GCC-10. (Closes: #957579)
   * Update Standards-Version to 4.5.0
   * Use debhelper-compat.
     - Update compat level to 13.
     - Remove parallel and autoreconf from d/rules.
     - Remove dependency on dh-autoreconf.
   * Use https with copyright-format-uri.
Checksums-Sha1:
 7d801716633ff9d497d8b1e6229a9ab8e71572c3 1897 naspro-bridges_0.5.1-3.dsc
 b2e918b445ed4c587ad74b4f06befec30357dd50 2932 naspro-bridges_0.5.1-3.debian.tar.xz
 7ee7aa6632b69d79a9606d79c6784f62362ee399 7253 naspro-bridges_0.5.1-3_amd64.buildinfo
Checksums-Sha256:
 214a0af2000dfa9c8043dd558a7abbe2696eb505c0e9e8bf26c2a7806663efee 1897 naspro-bridges_0.5.1-3.dsc
 cb0a0a5680970ec817feee6bf93a3b790d61c398832fa578b56edb9ba841ebad 2932 naspro-bridges_0.5.1-3.debian.tar.xz
 5a07be24d1263134b676c91728258e105e9287530036177d8eb762037bf621f0 7253 naspro-bridges_0.5.1-3_amd64.buildinfo
Files:
 d0a32514de4cca5b9e6b781ad509730b 1897 libs optional naspro-bridges_0.5.1-3.dsc
 068dffc9c5cf64e86880c8f2f55279b8 2932 libs optional naspro-bridges_0.5.1-3.debian.tar.xz
 737bb5c71df944fad088b1dfc15b610b 7253 libs optional naspro-bridges_0.5.1-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8fQHkACgkQR5mjUUbR
KzUW8hAAh/SojIsQdZFOnaLrQ5zxlwwF8x3uC1KQzNiV0i56+q8ny6nk9F6CM2Kw
ucM3pgkDnaz5thl5qDe0KIxyjJKDJJmK1DOlRkLMSbtogDOyWQCX/klL7QwhzTLF
aAdXjQlAN/CA9CG850hmWZg/gAOUgOxaBhvLFXeA2vKNkapWSiXrMt1Y7iKu+K8k
B7ZMgPwUM31sQ2XlQGb8DALKpAEpflttRuBQp0QE4bSbWMQCzCMqWSDTf2BGPgul
11ad1fjkoOyw5h62KWlmql81qH8vpMTS7NMq2Avg9IycOTJsbd/PmjJbxAcSL5+A
GlzMQSlD4LCpcvKintCq0O6thDBrN5oKaj/qZAYkqCinry5ssUBu94k0GV4PPH9b
5Ad0Cw+05kfi6aer/3HLu/cdlBOVynAUFBBS00gjou3qsoWYB9I5eK+mC7gebvWs
nR7p4H6gB94ZXEr/PeHNFPy0iUG/azqyhtTHGiN5hUyVblGM8WY1KSXgFYRZ5c8A
70h+8AIaNLu32dQZlZ7LKf+yzqtJdOIXQqZgMQwoFv7AVxk7mvYrjYSbw81pSdxu
HdDKfI2/hejt/nMFyV2hTS+Z04sO+K+v9co1MmuwBgfeW1ywL0TAKUQyHltqmgts
Cp8NSN4ncUqKTZW7gpQku3JUaD9yGdVq1j02no28N2/HLZp+nm8=
=RF6N
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: