Your message dated Tue, 25 Aug 2020 22:52:00 +0200
with message-id <36330200.MvuTd3xYt6@johansson>
and subject line adns 1.6.0-1 successfully builds from source
has caused the Debian Bug report #956982,
regarding adns: 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 ow...@bugs.debian.org
immediately.)


-- 
956982: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956982
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:adns
Version: 1.5.1-0.1
Severity: normal
Tags: sid bullseye
User: debian-...@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/adns_1.5.1-0.1_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

[...]
  939 | #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), 
(tv)|=GETIL_B(cb), (tv))
      |                      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
../src/reply.c:60:3: note: in expansion of macro ‘GET_W’
   60 |   GET_W(cbyte,arcount);
      |   ^~~~~
gcc -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes 
-Wcast-qual -Wpointer-arith -Wno-pointer-sign   -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fpic -I. -I../src -I./../src -c -o general_p.o 
../src/general.c
gcc -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes 
-Wcast-qual -Wpointer-arith -Wno-pointer-sign   -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fpic -I. -I../src -I./../src -c -o setup_p.o 
../src/setup.c
gcc -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes 
-Wcast-qual -Wpointer-arith -Wno-pointer-sign   -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fpic -I. -I../src -I./../src -c -o transmit_p.o 
../src/transmit.c
gcc -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes 
-Wcast-qual -Wpointer-arith -Wno-pointer-sign   -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fpic -I. -I../src -I./../src -c -o parse_p.o 
../src/parse.c
In file included from ../src/parse.c:27:
../src/parse.c: In function ‘adns__findrr_anychk’:
../src/internal.h:939:73: warning: right-hand operand of comma expression has 
no effect [-Wunused-value]
  939 | #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), 
(tv)|=GETIL_B(cb), (tv))
      |                      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
../src/parse.c:219:3: note: in expansion of macro ‘GET_W’
  219 |   GET_W(cbyte,tmp); *type_r= tmp;
      |   ^~~~~
../src/internal.h:939:73: warning: right-hand operand of comma expression has 
no effect [-Wunused-value]
  939 | #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), 
(tv)|=GETIL_B(cb), (tv))
      |                      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
../src/parse.c:220:3: note: in expansion of macro ‘GET_W’
  220 |   GET_W(cbyte,tmp); *class_r= tmp;
      |   ^~~~~
../src/internal.h:944:27: warning: right-hand operand of comma expression has 
no effect [-Wunused-value]
  940 | #define GET_L(cb,tv) ( (tv)=0,    \
      |                      ~~~~~~~~~~~~~~
  941 |          (tv)|=(GETIL_B((cb))<<24), \
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  942 |          (tv)|=(GETIL_B((cb))<<16), \
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  943 |          (tv)|=(GETIL_B((cb))<<8), \
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  944 |          (tv)|=GETIL_B(cb),  \
      |          ~~~~~~~~~~~~~~~~~^~~~
  945 |          (tv) )
      |          ~~~~~~            
../src/parse.c:222:3: note: in expansion of macro ‘GET_L’
  222 |   GET_L(cbyte,ttl);
      |   ^~~~~
../src/internal.h:939:73: warning: right-hand operand of comma expression has 
no effect [-Wunused-value]
  939 | #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), 
(tv)|=GETIL_B(cb), (tv))
      |                      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
../src/parse.c:226:3: note: in expansion of macro ‘GET_W’
  226 |   GET_W(cbyte,rdlen); if (rdlen_r) *rdlen_r= rdlen;
      |   ^~~~~
gcc -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes 
-Wcast-qual -Wpointer-arith -Wno-pointer-sign   -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fpic -I. -I../src -I./../src -c -o poll_p.o 
../src/poll.c
gcc -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes 
-Wcast-qual -Wpointer-arith -Wno-pointer-sign   -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fpic -I. -I../src -I./../src -c -o check_p.o 
../src/check.c
gcc -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes 
-Wcast-qual -Wpointer-arith -Wno-pointer-sign   -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fpic -I. -I../src -I./../src -c -o addrfam_p.o 
../src/addrfam.c
rm -f libadns.so.1.5
gcc   -Wl,-z,relro -shared -Wl,-soname=libadns.so.1 -o libadns.so.1.5  
types_p.o event_p.o query_p.o reply_p.o general_p.o setup_p.o transmit_p.o 
parse_p.o poll_p.o check_p.o addrfam_p.o  -lc
/usr/bin/ld: event_p.o:./dynamic/../src/internal.h:249: multiple definition of 
`data'; types_p.o:./dynamic/../src/internal.h:249: first defined here
/usr/bin/ld: query_p.o:./dynamic/../src/internal.h:249: multiple definition of 
`data'; types_p.o:./dynamic/../src/internal.h:249: first defined here
/usr/bin/ld: reply_p.o:./dynamic/../src/internal.h:249: multiple definition of 
`data'; types_p.o:./dynamic/../src/internal.h:249: first defined here
/usr/bin/ld: general_p.o:./dynamic/../src/internal.h:249: multiple definition 
of `data'; types_p.o:./dynamic/../src/internal.h:249: first defined here
/usr/bin/ld: setup_p.o:./dynamic/../src/internal.h:249: multiple definition of 
`data'; types_p.o:./dynamic/../src/internal.h:249: first defined here
/usr/bin/ld: transmit_p.o:./dynamic/../src/internal.h:249: multiple definition 
of `data'; types_p.o:./dynamic/../src/internal.h:249: first defined here
/usr/bin/ld: parse_p.o:./dynamic/../src/internal.h:249: multiple definition of 
`data'; types_p.o:./dynamic/../src/internal.h:249: first defined here
/usr/bin/ld: poll_p.o:./dynamic/../src/internal.h:249: multiple definition of 
`data'; types_p.o:./dynamic/../src/internal.h:249: first defined here
/usr/bin/ld: check_p.o:./dynamic/../src/internal.h:249: multiple definition of 
`data'; types_p.o:./dynamic/../src/internal.h:249: first defined here
/usr/bin/ld: addrfam_p.o:./dynamic/../src/internal.h:249: multiple definition 
of `data'; types_p.o:./dynamic/../src/internal.h:249: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:49: libadns.so.1.5] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/dynamic'
make[2]: *** [Makefile:44: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make[1]: *** [debian/rules:19: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 1.6.0-1

I forgot to mention in the changelog that the new upstream release fixes the 
build failure.

-- 
Magnus Holmgren        holmg...@debian.org
Debian Developer 

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply via email to