Your message dated Fri, 17 Apr 2020 19:20:31 +0200
with message-id <[email protected]>
and subject line Re: Bug#957763: rgxg: ftbfs with GCC-10
has caused the Debian Bug report #957763,
regarding rgxg: 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.)


-- 
957763: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957763
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rgxg
Version: 0.1.1-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/rgxg_0.1.1-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

[...]
checking whether to build static libraries... yes
./configure: line 9132: PKG_PROG_PKG_CONFIG: command not found
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for size_t... yes
checking for uint16_t... yes
checking for uint8_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for regcomp... yes
checking for strtol... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/rgxg.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
   dh_auto_build
        make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-am
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I./include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o src/rgxg-main.o `test -f 'src/main.c' || echo 
'./'`src/main.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I./include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o src/rgxg-alternation.o `test -f 
'src/alternation.c' || echo './'`src/alternation.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I./include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o src/rgxg-cidr.o `test -f 'src/cidr.c' || echo 
'./'`src/cidr.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I./include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o src/rgxg-escape.o `test -f 'src/escape.c' || echo 
'./'`src/escape.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -I./include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o src/rgxg-range.o `test -f 'src/range.c' || echo 
'./'`src/range.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   
-Wdate-time -D_FORTIFY_SOURCE=2 -I./include  -I./lib -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o lib/librgxg_la-internal_utils.lo `test -f 
'lib/internal_utils.c' || echo './'`lib/internal_utils.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   
-Wdate-time -D_FORTIFY_SOURCE=2 -I./include  -I./lib -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o lib/librgxg_la-number.lo `test -f 'lib/number.c' 
|| echo './'`lib/number.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   
-Wdate-time -D_FORTIFY_SOURCE=2 -I./include  -I./lib -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o lib/librgxg_la-utils.lo `test -f 'lib/utils.c' || 
echo './'`lib/utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
-I./include -I./lib -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c 
lib/internal_utils.c  -fPIC -DPIC -o lib/.libs/librgxg_la-internal_utils.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
-I./include -I./lib -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c lib/number.c  
-fPIC -DPIC -o lib/.libs/librgxg_la-number.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
-I./include -I./lib -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c lib/utils.c  -fPIC 
-DPIC -o lib/.libs/librgxg_la-utils.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
-I./include -I./lib -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c 
lib/internal_utils.c -o lib/librgxg_la-internal_utils.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   
-Wdate-time -D_FORTIFY_SOURCE=2 -I./include  -I./lib -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o lib/librgxg_la-net.lo `test -f 'lib/net.c' || 
echo './'`lib/net.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
-I./include -I./lib -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c lib/utils.c -o 
lib/librgxg_la-utils.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
-I./include -I./lib -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c lib/net.c  -fPIC 
-DPIC -o lib/.libs/librgxg_la-net.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
-I./include -I./lib -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c lib/number.c -o 
lib/librgxg_la-number.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
-I./include -I./lib -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c lib/net.c -o 
lib/librgxg_la-net.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=link gcc -I./include  -I./lib -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -no-undefined -export-symbols-regex '^rgxg_' 
-version-info 0:0:0 -Wl,-z,relro -Wl,-z,now -o librgxg.la -rpath 
/usr/lib/x86_64-linux-gnu lib/librgxg_la-internal_utils.lo 
lib/librgxg_la-number.lo lib/librgxg_la-utils.lo lib/librgxg_la-net.lo  
libtool: link: /usr/bin/nm -B  lib/.libs/librgxg_la-internal_utils.o 
lib/.libs/librgxg_la-number.o lib/.libs/librgxg_la-utils.o 
lib/.libs/librgxg_la-net.o   | sed -n -e 's/^.*[         
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 
's/.* //' | sort | uniq > .libs/librgxg.exp
libtool: link: /bin/grep -E -e "^rgxg_" ".libs/librgxg.exp" > 
".libs/librgxg.expT"
libtool: link: mv -f ".libs/librgxg.expT" ".libs/librgxg.exp"
libtool: link: echo "{ global:" > .libs/librgxg.ver
libtool: link:  cat .libs/librgxg.exp | sed -e "s/\(.*\)/\1;/" >> 
.libs/librgxg.ver
libtool: link:  echo "local: *; };" >> .libs/librgxg.ver
libtool: link:  gcc -shared  -fPIC -DPIC  lib/.libs/librgxg_la-internal_utils.o 
lib/.libs/librgxg_la-number.o lib/.libs/librgxg_la-utils.o 
lib/.libs/librgxg_la-net.o    -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro 
-Wl,-z -Wl,now   -Wl,-soname -Wl,librgxg.so.0 -Wl,-version-script 
-Wl,.libs/librgxg.ver -o .libs/librgxg.so.0.0.0
libtool: link: (cd ".libs" && rm -f "librgxg.so.0" && ln -s "librgxg.so.0.0.0" 
"librgxg.so.0")
libtool: link: (cd ".libs" && rm -f "librgxg.so" && ln -s "librgxg.so.0.0.0" 
"librgxg.so")
libtool: link: ar cr .libs/librgxg.a  lib/librgxg_la-internal_utils.o 
lib/librgxg_la-number.o lib/librgxg_la-utils.o lib/librgxg_la-net.o
libtool: link: ranlib .libs/librgxg.a
libtool: link: ( cd ".libs" && rm -f "librgxg.la" && ln -s "../librgxg.la" 
"librgxg.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc -I./include -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -Wl,-z,relro -Wl,-z,now -o rgxg src/rgxg-main.o 
src/rgxg-alternation.o src/rgxg-cidr.o src/rgxg-escape.o src/rgxg-range.o 
librgxg.la 
libtool: link: gcc -I./include -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro 
-Wl,-z -Wl,now -o .libs/rgxg src/rgxg-main.o src/rgxg-alternation.o 
src/rgxg-cidr.o src/rgxg-escape.o src/rgxg-range.o  ./.libs/librgxg.so
/usr/bin/ld: src/rgxg-cidr.o:./src/cidr.c:46: multiple definition of `options'; 
src/rgxg-alternation.o:./src/alternation.c:43: first defined here
/usr/bin/ld: src/rgxg-range.o:./src/range.c:59: multiple definition of 
`options'; src/rgxg-alternation.o:./src/alternation.c:43: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:598: rgxg] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:424: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:9: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
fixed 957763 0.1.2-1
thanks

Hello Matthias,

This issue has already been fixed in rgxg 0.1.2-1.

Best regards

Hannes

--- End Message ---

Reply via email to