Your message dated Mon, 21 Sep 2020 21:34:10 +0000
with message-id <[email protected]>
and subject line Bug#957615: fixed in ntp 1:4.2.8p15-1
has caused the Debian Bug report #957615,
regarding ntp: 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.)


-- 
957615: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957615
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ntp
Version: 1:4.2.8p13+dfsg-2
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/ntp_4.2.8p13+dfsg-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

[...]
../unity/unity_internals.h:480:1: warning: ‘_Noreturn’ attribute directive 
ignored [-Wattributes]
  480 | void UnityFail(const char* message, const UNITY_LINE_TYPE line) 
UNITY_NORETURN_ATTRIBUTE;
      | ^~~~
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../../include 
-I../../lib/isc/include -I../../lib/isc/pthreads/include 
-I../../lib/isc/unix/include -I./.. -I../../tests    -DUNITY_INCLUDE_CONFIG_H 
-I../unity -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual 
-Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow   
-Wno-strict-prototypes -fPIE -fPIC -fstack-protector-all -O1 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing -c -o packetProcessing.o 
packetProcessing.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../../include 
-I../../lib/isc/include -I../../lib/isc/pthreads/include 
-I../../lib/isc/unix/include -I./.. -I../../tests    -DUNITY_INCLUDE_CONFIG_H 
-I../unity -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual 
-Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow   
-Wno-strict-prototypes -fPIE -fPIC -fstack-protector-all -O1 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing -c -o run-packetProcessing.o 
run-packetProcessing.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../../include 
-I../../lib/isc/include -I../../lib/isc/pthreads/include 
-I../../lib/isc/unix/include -I./.. -I../../tests    -DUNITY_INCLUDE_CONFIG_H 
-I../unity -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual 
-Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow   
-Wno-strict-prototypes -fPIE -fPIC -fstack-protector-all -O1 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing -c -o sntptest.o sntptest.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../../include 
-I../../lib/isc/include -I../../lib/isc/pthreads/include 
-I../../lib/isc/unix/include -I./.. -I../../tests    -DUNITY_INCLUDE_CONFIG_H 
-I../unity -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual 
-Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow   
-Wno-strict-prototypes -fPIE -fPIC -fstack-protector-all -O1 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing -c -o utilities.o utilities.c
In file included from ../unity/unity.h:11,
                 from packetProcessing.c:6:
../unity/unity_internals.h:480:1: warning: ‘_Noreturn’ attribute directive 
ignored [-Wattributes]
  480 | void UnityFail(const char* message, const UNITY_LINE_TYPE line) 
UNITY_NORETURN_ATTRIBUTE;
      | ^~~~
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../../include 
-I../../lib/isc/include -I../../lib/isc/pthreads/include 
-I../../lib/isc/unix/include -I./.. -I../../tests    -DUNITY_INCLUDE_CONFIG_H 
-I../unity -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual 
-Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow   
-Wno-strict-prototypes -fPIE -fPIC -fstack-protector-all -O1 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing -c -o run-utilities.o 
run-utilities.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../../include 
-I../../lib/isc/include -I../../lib/isc/pthreads/include 
-I../../lib/isc/unix/include -I./.. -I../../tests    -DUNITY_INCLUDE_CONFIG_H 
-I../unity -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual 
-Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow   
-Wno-strict-prototypes -fPIE -fPIC -fstack-protector-all -O1 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing -c -o kodDatabase.o kodDatabase.c
In file included from ../unity/unity.h:11,
                 from utilities.c:8:
../unity/unity_internals.h:480:1: warning: ‘_Noreturn’ attribute directive 
ignored [-Wattributes]
  480 | void UnityFail(const char* message, const UNITY_LINE_TYPE line) 
UNITY_NORETURN_ATTRIBUTE;
      | ^~~~
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../../include 
-I../../lib/isc/include -I../../lib/isc/pthreads/include 
-I../../lib/isc/unix/include -I./.. -I../../tests    -DUNITY_INCLUDE_CONFIG_H 
-I../unity -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual 
-Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow   
-Wno-strict-prototypes -fPIE -fPIC -fstack-protector-all -O1 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing -c -o run-kodDatabase.o 
run-kodDatabase.c
In file included from ../unity/unity.h:11,
                 from kodDatabase.c:11:
../unity/unity_internals.h:480:1: warning: ‘_Noreturn’ attribute directive 
ignored [-Wattributes]
  480 | void UnityFail(const char* message, const UNITY_LINE_TYPE line) 
UNITY_NORETURN_ATTRIBUTE;
      | ^~~~
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../../include 
-I../../lib/isc/include -I../../lib/isc/pthreads/include 
-I../../lib/isc/unix/include -I./.. -I../../tests    -DUNITY_INCLUDE_CONFIG_H 
-I../unity -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual 
-Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow   
-Wno-strict-prototypes -fPIE -fPIC -fstack-protector-all -O1 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing -c -o kodFile.o kodFile.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../../include 
-I../../lib/isc/include -I../../lib/isc/pthreads/include 
-I../../lib/isc/unix/include -I./.. -I../../tests    -DUNITY_INCLUDE_CONFIG_H 
-I../unity -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual 
-Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow   
-Wno-strict-prototypes -fPIE -fPIC -fstack-protector-all -O1 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing -c -o run-kodFile.o run-kodFile.c
make[8]: Nothing to be done for 'tests-runner'.
/bin/bash ../libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc -pthread 
-ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual 
-Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow   
-Wno-strict-prototypes -fPIE -fPIC -fstack-protector-all -O1  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing  -pie -Wl,-z,relro -Wl,-z,now 
-Wl,-z,relro -Wl,--as-needed -o test-crypto test_crypto-crypto.o 
test_crypto-run-crypto.o test_crypto-version.o  ../libsntp.a -lopts -pthread 
-levent_pthreads -levent_core ../../libntp/libntp.a -Wl,--gc-sections  -lcap 
-lcrypto  ../unity/libunity.a -lm  
/bin/bash ../libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc 
-ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual 
-Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow   
-Wno-strict-prototypes -fPIE -fPIC -fstack-protector-all -O1 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing  -pie -Wl,-z,relro -Wl,-z,now 
-Wl,-z,relro -Wl,--as-needed -o test-keyFile fileHandlingTest.o keyFile.o 
run-keyFile.o version.o  ../libsntp.a -lopts -pthread -levent_pthreads 
-levent_core ../../libntp/libntp.a -Wl,--gc-sections  -lcap -lcrypto  
../unity/libunity.a -lm  
In file included from ../unity/unity.h:11,
                 from kodFile.c:8:
../unity/unity_internals.h:480:1: warning: ‘_Noreturn’ attribute directive 
ignored [-Wattributes]
  480 | void UnityFail(const char* message, const UNITY_LINE_TYPE line) 
UNITY_NORETURN_ATTRIBUTE;
      | ^~~~
/bin/bash ../libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc 
-ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual 
-Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow   
-Wno-strict-prototypes -fPIE -fPIC -fstack-protector-all -O1 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing  -pie -Wl,-z,relro -Wl,-z,now 
-Wl,-z,relro -Wl,--as-needed -o test-log t-log.o run-t-log.o version.o  
../libsntp.a -lopts -pthread -levent_pthreads -levent_core 
../../libntp/libntp.a -Wl,--gc-sections  -lcap -lcrypto  ../unity/libunity.a 
-lm  
/bin/bash ../libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc 
-ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual 
-Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow   
-Wno-strict-prototypes -fPIE -fPIC -fstack-protector-all -O1 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing  -pie -Wl,-z,relro -Wl,-z,now 
-Wl,-z,relro -Wl,--as-needed -o test-networking networking.o run-networking.o 
version.o  ../libsntp.a -lopts -pthread -levent_pthreads -levent_core 
../../libntp/libntp.a -Wl,--gc-sections  -lcap -lcrypto  ../unity/libunity.a 
-lm  
libtool: link: x86_64-linux-gnu-gcc -pthread -ffunction-sections 
-fdata-sections -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes 
-Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -Wno-strict-prototypes 
-fPIE -fPIC -fstack-protector-all -O1 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing -pie -Wl,-z -Wl,relro -Wl,-z 
-Wl,now -Wl,-z -Wl,relro -Wl,--as-needed -o test-crypto test_crypto-crypto.o 
test_crypto-run-crypto.o test_crypto-version.o -pthread -Wl,--gc-sections  
../libsntp.a -lopts -levent_pthreads -levent_core ../../libntp/libntp.a -lcap 
-lcrypto ../unity/libunity.a -lm -pthread
libtool: link: x86_64-linux-gnu-gcc -ffunction-sections -fdata-sections -Wall 
-Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow 
-Winit-self -Wstrict-overflow -Wno-strict-prototypes -fPIE -fPIC 
-fstack-protector-all -O1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fno-strict-aliasing 
-pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,--as-needed -o 
test-keyFile fileHandlingTest.o keyFile.o run-keyFile.o version.o -pthread 
-Wl,--gc-sections  ../libsntp.a -lopts -levent_pthreads -levent_core 
../../libntp/libntp.a -lcap -lcrypto ../unity/libunity.a -lm -pthread
libtool: link: x86_64-linux-gnu-gcc -ffunction-sections -fdata-sections -Wall 
-Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow 
-Winit-self -Wstrict-overflow -Wno-strict-prototypes -fPIE -fPIC 
-fstack-protector-all -O1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fno-strict-aliasing 
-pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,--as-needed -o 
test-log t-log.o run-t-log.o version.o -pthread -Wl,--gc-sections  ../libsntp.a 
-lopts -levent_pthreads -levent_core ../../libntp/libntp.a -lcap -lcrypto 
../unity/libunity.a -lm -pthread
libtool: link: x86_64-linux-gnu-gcc -ffunction-sections -fdata-sections -Wall 
-Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow 
-Winit-self -Wstrict-overflow -Wno-strict-prototypes -fPIE -fPIC 
-fstack-protector-all -O1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fno-strict-aliasing 
-pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,--as-needed -o 
test-networking networking.o run-networking.o version.o -pthread 
-Wl,--gc-sections  ../libsntp.a -lopts -levent_pthreads -levent_core 
../../libntp/libntp.a -lcap -lcrypto ../unity/libunity.a -lm -pthread
/bin/bash ../libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc 
-ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual 
-Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow   
-Wno-strict-prototypes -fPIE -fPIC -fstack-protector-all -O1 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing  -pie -Wl,-z,relro -Wl,-z,now 
-Wl,-z,relro -Wl,--as-needed -o test-packetHandling packetHandling.o 
run-packetHandling.o version.o  ../libsntp.a -lopts -pthread -levent_pthreads 
-levent_core ../../libntp/libntp.a -Wl,--gc-sections  -lcap -lcrypto  
../unity/libunity.a -lm  
/usr/bin/ld: run-t-log.o:./sntp/tests/run-t-log.c:51: multiple definition of 
`progname'; t-log.o:(.bss.progname+0x0): first defined here
/bin/bash ../libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc 
-ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qual 
-Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow   
-Wno-strict-prototypes -fPIE -fPIC -fstack-protector-all -O1 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fno-strict-aliasing  -pie -Wl,-z,relro -Wl,-z,now 
-Wl,-z,relro -Wl,--as-needed -o test-packetProcessing packetProcessing.o 
run-packetProcessing.o sntptest.o  ../libsntp.a -lopts -pthread 
-levent_pthreads -levent_core ../../libntp/libntp.a -Wl,--gc-sections  -lcap 
-lcrypto  ../unity/libunity.a -lm  
collect2: error: ld returned 1 exit status
make[8]: *** [Makefile:951: test-log] Error 1
make[8]: *** Waiting for unfinished jobs....
libtool: link: x86_64-linux-gnu-gcc -ffunction-sections -fdata-sections -Wall 
-Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow 
-Winit-self -Wstrict-overflow -Wno-strict-prototypes -fPIE -fPIC 
-fstack-protector-all -O1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fno-strict-aliasing 
-pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,--as-needed -o 
test-packetProcessing packetProcessing.o run-packetProcessing.o sntptest.o 
-pthread -Wl,--gc-sections  ../libsntp.a -lopts -levent_pthreads -levent_core 
../../libntp/libntp.a -lcap -lcrypto ../unity/libunity.a -lm -pthread
libtool: link: x86_64-linux-gnu-gcc -ffunction-sections -fdata-sections -Wall 
-Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow 
-Winit-self -Wstrict-overflow -Wno-strict-prototypes -fPIE -fPIC 
-fstack-protector-all -O1 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -fno-strict-aliasing 
-pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,--as-needed -o 
test-packetHandling packetHandling.o run-packetHandling.o version.o -pthread 
-Wl,--gc-sections  ../libsntp.a -lopts -levent_pthreads -levent_core 
../../libntp/libntp.a -lcap -lcrypto ../unity/libunity.a -lm -pthread
/usr/bin/ld: ../libsntp.a(log.o):(.bss.progname+0x0): multiple definition of 
`progname'; run-packetHandling.o:(.bss.progname+0x0): first defined here
collect2: error: ld returned 1 exit status
make[8]: *** [Makefile:959: test-packetHandling] Error 1
make[8]: Leaving directory '/<<PKGBUILDDIR>>/sntp/tests'
make[7]: *** [Makefile:1392: check-am] Error 2
make[7]: Leaving directory '/<<PKGBUILDDIR>>/sntp/tests'
make[6]: *** [Makefile:1396: check] Error 2
make[6]: Leaving directory '/<<PKGBUILDDIR>>/sntp/tests'
make[5]: *** [Makefile:1062: check-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/sntp'
make[4]: *** [Makefile:1354: check] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/sntp'
make[3]: *** [Makefile:667: check-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:962: check] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:73: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ntp
Source-Version: 1:4.2.8p15-1
Done: Bernhard Schmidt <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ntp, 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.
Bernhard Schmidt <[email protected]> (supplier of updated ntp 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: SHA512

Format: 1.8
Date: Mon, 21 Sep 2020 23:07:42 +0200
Source: ntp
Architecture: source
Version: 1:4.2.8p15-1
Distribution: unstable
Urgency: medium
Maintainer: Debian NTP Team <[email protected]>
Changed-By: Bernhard Schmidt <[email protected]>
Closes: 957615
Changes:
 ntp (1:4.2.8p15-1) unstable; urgency=medium
 .
   * New upstream version 4.2.8p15
   * Build with -fcommon to fix FTBFS with GCC-10 (Closes: #957615)
Checksums-Sha1:
 6113106998997909ad8f367d917641491afbae41 2241 ntp_4.2.8p15-1.dsc
 e34e5b6f48c3ed1bbcfb03080dec1b8f91e19381 7015970 ntp_4.2.8p15.orig.tar.gz
 95e235793b5ec33119d68f7de1c79ae90db1b452 47036 ntp_4.2.8p15-1.debian.tar.xz
 e5077d87909ccdae2339b312f5c391b9d984cd74 8111 ntp_4.2.8p15-1_amd64.buildinfo
Checksums-Sha256:
 c39b82a536e3b514d562df136e5a4b39f4432194065313ac64ae5c3ae4d18ff4 2241 
ntp_4.2.8p15-1.dsc
 f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19 7015970 
ntp_4.2.8p15.orig.tar.gz
 c29ed7941d2b7b703eedee016dd18a2efe465574929429ed2aaf263bea53a918 47036 
ntp_4.2.8p15-1.debian.tar.xz
 ca9384c1924effe19a77541ad527eddf83f448a51f4b5b1556af6006640258de 8111 
ntp_4.2.8p15-1_amd64.buildinfo
Files:
 c61606a9ed90d304b4900f89efbf4759 2241 net optional ntp_4.2.8p15-1.dsc
 e1e6b23d2fc75cced41801dbcd6c2561 7015970 net optional ntp_4.2.8p15.orig.tar.gz
 83e91059763ee139f265eb0dde86a740 47036 net optional 
ntp_4.2.8p15-1.debian.tar.xz
 859db24ac4ff5415faf53d83d1c2bc25 8111 net optional 
ntp_4.2.8p15-1_amd64.buildinfo

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

iQJFBAEBCgAvFiEE1uAexRal3873GVbTd1B55bhQvJMFAl9pF6YRHGJlcm5pQGRl
Ymlhbi5vcmcACgkQd1B55bhQvJOmig/9HXC7ljQVSaa7iFnezY6irvgHmDCuzYNG
wC2dB+4J7vJDi4plNERc716rW3tuNTAUHyR5PT7cq8uYhm5P2BOCQ6ixdVq6hqKI
R4x/7otdlr3WvxmUmJekNInicu9xg5+TIFNjcJdyGIunROr/7cTsX8gHjujEtYGI
bn0IL8nnm9ql7FDXCIsV7nQ9uXAlOGld292KHNnPc2tv24rZchTncnjzMw0BAM7L
HXPcPuLGXqnA0SzDkL/n6bZK9FTsIQFunBqG3WV8rkD863+eBEi1JDdn3ntC1PMC
2tnDrPURU7M7cSy89r1dNg0TujJ3Xo6AVYkn7FI5D7F8Q/XAmGCTzt7a9qpZWrvy
USi6zLqgD7tMs8tbuBU11ffewYRwjCTYxrueAeBN0MOiwtdqWdF6szIT23H7pq56
Tfbp36Dp803vc6BhyDhwa3pSnIUKPbysfHThR+U5byY6rxXYw6wG6F/oMhm2BEmx
m6rBCPGlSY9mRRub3G4EFxczhMhMR1rBrVNwIvf+MBSpgm2dqWhIX/tuBMevIMSN
A+TDIan2F8K+wwjh8Q1UdOPn6zAjfIxMo/9/JG18EWORsgmuaaPhaEqVZxIBkNhm
34cqHQESHfqvKx488gFcZPFDgQi6HVMNr990HuA+lYDLlgqSGNALB9LjGOMTTE51
UaqsY64qPhc=
=Ocfx
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to