Your message dated Wed, 9 Dec 2020 00:14:11 +0100
with message-id <[email protected]>
and subject line openmama has been removed from Debian
has caused the Debian Bug report #957638,
regarding openmama: 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 [email protected]
immediately.)
--
957638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957638
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:openmama
Version: 2.2.2.1-12
Severity: normal
Tags: sid bullseye
User: [email protected]
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/openmama_2.2.2.1-12_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
[...]
make[6]: Entering directory '/<<PKGBUILDDIR>>/mama/c_cpp/src/c/bridge'
Making all in avis
make[7]: Entering directory '/<<PKGBUILDDIR>>/mama/c_cpp/src/c/bridge/avis'
/bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include
-I./../../ -I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c -o bridge.lo bridge.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include -I./../../
-I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c bridge.c -fPIC -DPIC -o .libs/bridge.o
In file included from ./../../queueimpl.h:25,
from bridge.c:28:
bridge.c: In function ‘avisBridge_createImpl’:
./../../bridge.h:211:53: warning: assignment to
‘bridgeMamaPublisher_sendReplyToInbox’ {aka ‘mama_status (*)(struct
publisherBridge_ *, void *, struct mamaMsgImpl_ *)’} from incompatible pointer
type ‘mama_status (*)(struct publisherBridge_ *, struct mamaMsgImpl_ *, struct
mamaMsgImpl_ *)’ [-Wincompatible-pointer-types]
211 | bridgeImpl->bridgeMamaPublisherSendReplyToInbox =
\
| ^
bridge.c:55:5: note: in expansion of macro ‘INITIALIZE_BRIDGE’
55 | INITIALIZE_BRIDGE (impl, avis);
| ^~~~~~~~~~~~~~~~~
bridge.c: At top level:
bridge.c:75:54: warning: initialization of ‘char’ from ‘void *’ makes integer
from pointer without a cast [-Wint-conversion]
75 | static const char PAYLOAD_IDS[] = {MAMA_PAYLOAD_AVIS,NULL};
| ^~~~
bridge.c:75:54: note: (near initialization for ‘PAYLOAD_IDS[1]’)
bridge.c: In function ‘avisBridge_getDefaultPayloadId’:
bridge.c:80:8: warning: assignment to ‘char **’ from incompatible pointer type
‘const char **’ [-Wincompatible-pointer-types]
80 | *name = PAYLOAD_NAMES;
| ^
bridge.c:81:6: warning: assignment discards ‘const’ qualifier from pointer
target type [-Wdiscarded-qualifiers]
81 | *id = PAYLOAD_IDS;
| ^
/bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include
-I./../../ -I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c -o msg.lo msg.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include -I./../../
-I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c msg.c -fPIC -DPIC -o .libs/msg.o
/bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include
-I./../../ -I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c -o sub.lo sub.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include -I./../../
-I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c sub.c -fPIC -DPIC -o .libs/sub.o
/bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include
-I./../../ -I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c -o subinitial.lo subinitial.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include -I./../../
-I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c subinitial.c -fPIC -DPIC -o .libs/subinitial.o
subinitial.c:30:21: warning: ‘uuidStringLen’ defined but not used
[-Wunused-const-variable=]
30 | static const size_t uuidStringLen = 36;
| ^~~~~~~~~~~~~
/bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include
-I./../../ -I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c -o transportbridge.lo transportbridge.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include -I./../../
-I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c transportbridge.c -fPIC -DPIC -o
.libs/transportbridge.o
/bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include
-I./../../ -I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c -o publisher.lo publisher.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include -I./../../
-I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c publisher.c -fPIC -DPIC -o .libs/publisher.o
publisher.c: In function ‘avisBridgeMamaPublisher_send’:
publisher.c:152:24: warning: variable ‘status’ set but not used
[-Wunused-but-set-variable]
152 | mama_status status;
| ^~~~~~
/bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include
-I./../../ -I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c -o io.lo io.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include -I./../../
-I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c io.c -fPIC -DPIC -o .libs/io.o
/bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include
-I./../../ -I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c -o queue.lo queue.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include -I./../../
-I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c queue.c -fPIC -DPIC -o .libs/queue.o
/bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include
-I./../../ -I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c -o timer.lo timer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -I./src/c -I/usr/include -I./../../
-I./../../../../../../common/c_cpp/src/c -Wno-long-long -Wimplicit
-Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -c timer.c -fPIC -DPIC -o .libs/timer.o
/bin/bash ../../../../libtool --tag=CC --mode=link gcc -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wimplicit -Wno-long-long -Wmissing-prototypes
-Wstrict-prototypes -Wall -Wl,-z,relro -L/usr/lib -L../../ -L/lib
-L./../../../../../../common/c_cpp/src/c -o libmamaavisimpl.la -rpath
/usr/lib/x86_64-linux-gnu bridge.lo msg.lo sub.lo subinitial.lo
transportbridge.lo publisher.lo io.lo queue.lo timer.lo -lavis ../../libmama.la
../../../../../../common/c_cpp/src/c/libwombatcommon.la -luuid -lpthread
-lpthread -lnsl
libtool: link: gcc -shared -fPIC -DPIC .libs/bridge.o .libs/msg.o .libs/sub.o
.libs/subinitial.o .libs/transportbridge.o .libs/publisher.o .libs/io.o
.libs/queue.o .libs/timer.o -Wl,-rpath
-Wl,/<<PKGBUILDDIR>>/mama/c_cpp/src/c/.libs -Wl,-rpath
-Wl,/<<PKGBUILDDIR>>/common/c_cpp/src/c/.libs -L/usr/lib -L../../ -L/lib
-L./../../../../../../common/c_cpp/src/c -lavis ../../.libs/libmama.so
../../../../../../common/c_cpp/src/c/.libs/libwombatcommon.so -luuid -lpthread
-lnsl -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-soname
-Wl,libmamaavisimpl.so.0 -o .libs/libmamaavisimpl.so.0.0.0
/usr/bin/ld:
.libs/transportbridge.o:./mama/c_cpp/src/c/bridge/avis/transportbridge.c:52:
multiple definition of `gTimerHeap';
.libs/bridge.o:./mama/c_cpp/src/c/bridge/avis/bridge.c:33: first defined here
collect2: error: ld returned 1 exit status
make[7]: *** [Makefile:444: libmamaavisimpl.la] Error 1
make[7]: Leaving directory '/<<PKGBUILDDIR>>/mama/c_cpp/src/c/bridge/avis'
make[6]: *** [Makefile:376: all-recursive] Error 1
make[6]: Leaving directory '/<<PKGBUILDDIR>>/mama/c_cpp/src/c/bridge'
make[5]: *** [Makefile:855: all-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/mama/c_cpp/src/c'
make[4]: *** [Makefile:378: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/mama/c_cpp/src'
make[3]: *** [Makefile:428: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/mama/c_cpp'
make[2]: *** [Makefile:360: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/mama/c_cpp'
make[1]: *** [Makefile:58: mama] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:31: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Version: 2.2.2.1-12+rm
Closing the remaining bug now.
Andreas
--- End Message ---