Your message dated Thu, 23 Jul 2020 09:49:30 +0000
with message-id <[email protected]>
and subject line Bug#957654: fixed in owfs 3.2p3+dfsg1-6
has caused the Debian Bug report #957654,
regarding owfs: 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.)
--
957654: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957654
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:owfs
Version: 3.2p3+dfsg1-5
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/owfs_3.2p3+dfsg1-5_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
[...]
gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/include/libusb-1.0
-Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -I../include
-I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall -W
-Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes
-Wredundant-decls -pthread -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -c -o
to_client.o to_client.c
gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/include/libusb-1.0
-Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -I../include
-I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall -W
-Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes
-Wredundant-decls -pthread -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -c -o read.o
read.c
In file included from /usr/include/string.h:495,
from ../../../owlib/src/include/ow.h:120,
from ../include/owserver.h:18,
from owserver.c:37:
In function ‘strncat’,
inlined from ‘SetupAntiloop’ at owserver.c:141:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning:
‘__builtin___strncat_chk’ specified bound depends on the length of the source
argument [-Wstringop-overflow=]
136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
owserver.c: In function ‘SetupAntiloop’:
owserver.c:137:17: note: length computed here
137 | int argsize = strlen( argv[argnum] ) ;
| ^~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/include/libusb-1.0
-Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -I../include
-I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall -W
-Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes
-Wredundant-decls -pthread -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -c -o write.o
write.c
gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/include/libusb-1.0
-Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -I../include
-I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall -W
-Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes
-Wredundant-decls -pthread -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -c -o dir.o dir.c
gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/include/libusb-1.0
-Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -I../include
-I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall -W
-Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes
-Wredundant-decls -pthread -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -c -o dirall.o
dirall.c
gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/include/libusb-1.0
-Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -I../include
-I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall -W
-Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes
-Wredundant-decls -pthread -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -c -o
dirallslash.o dirallslash.c
gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/include/libusb-1.0
-Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -I../include
-I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall -W
-Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes
-Wredundant-decls -pthread -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -c -o data.o
data.c
gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/include/libusb-1.0
-Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -I../include
-I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall -W
-Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes
-Wredundant-decls -pthread -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -c -o error.o
error.c
gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/include/libusb-1.0
-Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -I../include
-I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall -W
-Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes
-Wredundant-decls -pthread -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -c -o handler.o
handler.c
gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/include/libusb-1.0
-Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -I../include
-I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall -W
-Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes
-Wredundant-decls -pthread -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -c -o loop.o
loop.c
gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/include/libusb-1.0
-Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -I../include
-I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall -W
-Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes
-Wredundant-decls -pthread -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -c -o md5.o md5.c
gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/include/libusb-1.0
-Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -I../include
-I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall -W
-Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes
-Wredundant-decls -pthread -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -c -o ping.o
ping.c
/bin/bash ../../../../libtool --tag=CC --mode=link gcc -I../include
-I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall -W
-Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes
-Wredundant-decls -pthread -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -Wl,-z,relro
-Wl,-z,now -o owserver owserver.o from_client.o to_client.o read.o write.o
dir.o dirall.o dirallslash.o data.o error.o handler.o loop.o md5.o ping.o -low
/bin/bash ../../../../libtool --tag=CC --mode=link gcc -I../include
-I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall -W
-Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes
-Wredundant-decls -pthread -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -Wl,-z,relro
-Wl,-z,now -o owexternal owserver.o from_client.o to_client.o read.o write.o
dir.o dirall.o dirallslash.o data.o error.o handler.o loop.o md5.o ping.o -low
libtool: link: gcc -I../include -I../../../owlib/src/include -fexceptions -Wall
-W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
-Wstrict-prototypes -Wredundant-decls -pthread -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -Wl,-z -Wl,relro
-Wl,-z -Wl,now -o .libs/owexternal owserver.o from_client.o to_client.o read.o
write.o dir.o dirall.o dirallslash.o data.o error.o handler.o loop.o md5.o
ping.o -L../../../owlib/src/c
/<<PKGBUILDDIR>>/module/owlib/src/c/.libs/libow.so -pthread
libtool: link: gcc -I../include -I../../../owlib/src/include -fexceptions -Wall
-W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
-Wstrict-prototypes -Wredundant-decls -pthread -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
-D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -D_DEFAULT_SOURCE -Wl,-z -Wl,relro
-Wl,-z -Wl,now -o .libs/owserver owserver.o from_client.o to_client.o read.o
write.o dir.o dirall.o dirallslash.o data.o error.o handler.o loop.o md5.o
ping.o -L../../../owlib/src/c
/<<PKGBUILDDIR>>/module/owlib/src/c/.libs/libow.so -pthread
/usr/bin/ld: from_client.o:./module/owserver/src/c/../include/owserver.h:21:
multiple definition of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
/usr/bin/ld: to_client.o:./module/owserver/src/c/../include/owserver.h:21:
multiple definition of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
/usr/bin/ld: /usr/bin/ld:
from_client.o:./module/owserver/src/c/../include/owserver.h:21: multiple
definition of `persistence_mutex';
read.o:./module/owserver/src/c/../include/owserver.h:21: multiple definition of
`persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
/usr/bin/ld: /usr/bin/ld:
to_client.o:./module/owserver/src/c/../include/owserver.h:21: multiple
definition of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
write.o:./module/owserver/src/c/../include/owserver.h:21: multiple definition
of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
/usr/bin/ld: /usr/bin/ld:
read.o:./module/owserver/src/c/../include/owserver.h:21: multiple definition of
`persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
dir.o:./module/owserver/src/c/../include/owserver.h:21: multiple definition of
`persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
/usr/bin/ld: /usr/bin/ld:
write.o:./module/owserver/src/c/../include/owserver.h:21: multiple definition
of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
dirall.o:./module/owserver/src/c/../include/owserver.h:21: multiple definition
of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
/usr/bin/ld: /usr/bin/ld:
dir.o:./module/owserver/src/c/../include/owserver.h:21: multiple definition of
`persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
dirallslash.o:./module/owserver/src/c/../include/owserver.h:21: multiple
definition of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
/usr/bin/ld: /usr/bin/ld:
dirall.o:./module/owserver/src/c/../include/owserver.h:21: multiple definition
of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
/usr/bin/ld: data.o:./module/owserver/src/c/../include/owserver.h:21: multiple
definition of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
/usr/bin/ld: dirallslash.o:./module/owserver/src/c/../include/owserver.h:21:
multiple definition of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
error.o:./module/owserver/src/c/../include/owserver.h:21: multiple definition
of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
/usr/bin/ld: /usr/bin/ld:
handler.o:./module/owserver/src/c/../include/owserver.h:21: multiple definition
of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
data.o:./module/owserver/src/c/../include/owserver.h:21: multiple definition of
`persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
/usr/bin/ld: /usr/bin/ld:
error.o:./module/owserver/src/c/../include/owserver.h:21: multiple definition
of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
loop.o:./module/owserver/src/c/../include/owserver.h:21: multiple definition of
`persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
/usr/bin/ld: /usr/bin/ld:
handler.o:./module/owserver/src/c/../include/owserver.h:21: multiple definition
of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
ping.o:./module/owserver/src/c/../include/owserver.h:21: multiple definition of
`persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
/usr/bin/ld: loop.o:./module/owserver/src/c/../include/owserver.h:21: multiple
definition of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
/usr/bin/ld: ping.o:./module/owserver/src/c/../include/owserver.h:21: multiple
definition of `persistence_mutex';
owserver.o:./module/owserver/src/c/../include/owserver.h:21: first defined here
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:598: owexternal] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [Makefile:602: owserver] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/module/owserver/src/c'
make[4]: *** [Makefile:508: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/module/owserver/src'
make[3]: *** [Makefile:508: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/module/owserver'
make[2]: *** [Makefile:522: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/module'
make[1]: *** [Makefile:576: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:67: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: owfs
Source-Version: 3.2p3+dfsg1-6
Done: Vincent Danjean <[email protected]>
We believe that the bug you reported is fixed in the latest version of
owfs, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vincent Danjean <[email protected]> (supplier of updated owfs 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 23 Jul 2020 09:55:36 +0200
Source: owfs
Architecture: source
Version: 3.2p3+dfsg1-6
Distribution: unstable
Urgency: medium
Maintainer: Vincent Danjean <[email protected]>
Changed-By: Vincent Danjean <[email protected]>
Closes: 957654
Changes:
owfs (3.2p3+dfsg1-6) unstable; urgency=medium
.
* Fix "ftbfs with GCC-10" (Closes: #957654)
a global variable was not correctly declared
* Fix lintian reported glitches
Checksums-Sha1:
f2df8f05e5ff11cb32aad26b5aaf2e0c44319bb4 2967 owfs_3.2p3+dfsg1-6.dsc
030d36e8c455d483956137cba82117de251fb3c0 22336 owfs_3.2p3+dfsg1-6.debian.tar.xz
5c6309a019fa4a83e458d48709ac1c559f78c185 7996
owfs_3.2p3+dfsg1-6_source.buildinfo
Checksums-Sha256:
22a1676c8b87184b762346765a95300dc99bc98e49b5df4d9bbabcf8dc83751d 2967
owfs_3.2p3+dfsg1-6.dsc
a2dd22eddb64add923147c55c5e63a92dea614d4c24ce47e83ad94245777ec11 22336
owfs_3.2p3+dfsg1-6.debian.tar.xz
8bc68a0ee8807ce141616567907c4bd113dd8cee3863bcb0a7267a8f974a6453 7996
owfs_3.2p3+dfsg1-6_source.buildinfo
Files:
2389e4f8ad2028b1b31116e4d46c8f73 2967 electronics optional
owfs_3.2p3+dfsg1-6.dsc
b867b25aab598a32957491d8760cb161 22336 electronics optional
owfs_3.2p3+dfsg1-6.debian.tar.xz
ca19673c1893896bd49994162962a8f4 7996 electronics optional
owfs_3.2p3+dfsg1-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEE+JeSXDEY4vnrLgRlkfeY37Ht1EFAl8ZSY8ACgkQlkfeY37H
t1EFHxAAlXcBloIQhHGaitZEmSuupsl9kXeXYXQOvRlgEM4IlDgogtwfjkFrta/x
og6wSuiwUh15gsgp++4HjLglqTXWX55q9o6HIHmAyJ35ozaXw9K7DEzK/oxmjUW4
v0JnUrjtCOghyCjLtBMHlK2bmBkX5kIWag/xRIM98KsyinXM0FNS8WaO4z2AuCha
TjtExBTjxYwnu8ojt1OQZvSKF7ztYeZSaI7+Jfp5Vm339tFfPeC2cLAbLXN4OGaK
BGHMoAvE5Pr6RQUtMORaI26N4wOG2A/4PyCpqbu5KPEfQirBv4DiUVcIJpIaU2+9
xO7NN00fIsya+UcUTzr6AHyNQTey0Xa2heMOfWMlJl3dRWS5bdYRsSjdKJeq4l/B
eDDkSUKsk+8VYeG6SNmo+hNa3r9yMwNPxbuUDUVyf0C6jo/svoIO0Jj/85ikWb+f
LnGMB7Y5VJgmHfc4CN5PXZMoBxXME4gAN91+LqviLEBAETvW1zB2bd9hmGcpYMQL
qqAdLB672c3QN2KGcFGmkKTewtCkD0kN2UVLwh8E4Cg1HKXRWwzrxVW6F4ZvRyXs
DfklXWF34hGc9wcC/kj97ALu0uxEDQBDjj+XwRRhkmXMSGvYwFPDA/uStO8pAZVC
W5lJaqcYiG12C5MBERKVLHCwCLZmlbcxXxeWk3knZYqHDuidw3s=
=LqtU
-----END PGP SIGNATURE-----
--- End Message ---