Your message dated Thu, 23 Apr 2026 14:36:06 +0000
with message-id <[email protected]>
and subject line Bug#1133537: fixed in libusrsctp 0.9.5.0-3
has caused the Debian Bug report #1133537,
regarding libusrsctp: ftbfs with GCC-16
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.)
--
1133537: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1133537
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libusrsctp
Version: 0.9.5.0-2
Severity: important
Tags: sid forky ftbfs
User: [email protected]
Usertags: ftbfs-gcc-16
Hi,
libusrsctp fails to build in a test rebuild on at least amd64 and arm64 with
gcc-16/g++-16, but builds properly with gcc-15/g++-15. The severity of this
report will be raised before the forky release.
The full build log can be found at:
https://people.debian.org/~ema/gcc-16-rebuilds/output-1/libusrsctp_arm64.build.xz
The last lines of the build log are at the end of this report.
To build with GCC 16, either set CC=gcc-16 CXX=g++-16 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures include unused (but set) variables, array subscripts
partly outside array bounds, and new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-16/porting_to.html
Please only close this issue after double-checking that the package can be
built correctly with GCC 16.
Please do not reassign this bug to another package. If a fix in another package
is required, then file a bug for the other package (or clone), and mark this
bug as blocked by the bug in the other package.
[...]
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_cc_functions.c -fPIC -DPIC -o
netinet/.libs/libusrsctp_la-sctp_cc_functions.o
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_ss_functions.c -fPIC -DPIC -o
netinet/.libs/libusrsctp_la-sctp_ss_functions.o
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_output.c -fPIC -DPIC -o netinet/.libs/libusrsctp_la-sctp_output.o
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_input.c -fPIC -DPIC -o netinet/.libs/libusrsctp_la-sctp_input.o
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_indata.c -fPIC -DPIC -o netinet/.libs/libusrsctp_la-sctp_indata.o
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_callout.c -fPIC -DPIC -o
netinet/.libs/libusrsctp_la-sctp_callout.o
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_usrreq.c -fPIC -DPIC -o netinet/.libs/libusrsctp_la-sctp_usrreq.o
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_timer.c -fPIC -DPIC -o netinet/.libs/libusrsctp_la-sctp_timer.o
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_sha1.c -o netinet/libusrsctp_la-sctp_sha1.o >/dev/null 2>&1
netinet/sctp_cc_functions.c: In function 'sctp_cwnd_update_after_sack_common':
netinet/sctp_cc_functions.c:767:30: error: variable 't_cwnd' set but not used
[-Werror=unused-but-set-variable=]
767 | uint32_t t_ssthresh, t_cwnd, incr;
| ^~~~~~
user_socket.c: In function 'sctp_userspace_ip_output':
user_socket.c:2860:13: error: variable 'send_count' set but not used
[-Werror=unused-but-set-variable=]
2860 | int send_count;
| ^~~~~~~~~~
user_socket.c: In function 'sctp_userspace_ip6_output':
user_socket.c:3005:13: error: variable 'send_count' set but not used
[-Werror=unused-but-set-variable=]
3005 | int send_count;
| ^~~~~~~~~~
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_userspace.c -o netinet/libusrsctp_la-sctp_userspace.o >/dev/null
2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
user_environment.c -o libusrsctp_la-user_environment.o >/dev/null 2>&1
netinet/sctp_indata.c: In function 'sctp_strike_gap_ack_chunks':
netinet/sctp_indata.c:3323:13: error: variable 'tot_retrans' set but not used
[-Werror=unused-but-set-variable=]
3323 | int tot_retrans = 0;
| ^~~~~~~~~~~
netinet/sctp_usrreq.c: In function 'sctp_setopt':
netinet/sctp_usrreq.c:5489:29: error: variable 'cnt' set but not used
[-Werror=unused-but-set-variable=]
5489 | int cnt;
| ^~~
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_crc32.c -o netinet/libusrsctp_la-sctp_crc32.o >/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_sysctl.c -o netinet/libusrsctp_la-sctp_sysctl.o >/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_peeloff.c -o netinet/libusrsctp_la-sctp_peeloff.o >/dev/null 2>&1
netinet/sctp_output.c: In function 'sctp_chunk_retransmission':
netinet/sctp_output.c:9973:40: error: variable 'cnt_thru' set but not used
[-Werror=unused-but-set-variable=]
9973 | int no_fragmentflg, bundle_at, cnt_thru;
| ^~~~~~~~
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_callout.c -o netinet/libusrsctp_la-sctp_callout.o >/dev/null 2>&1
netinet/sctp_output.c: In function 'sctp_lower_sosend':
netinet/sctp_output.c:13419:20: error: variable 'len' set but not used
[-Werror=unused-but-set-variable=]
13419 | int error, len;
| ^~~
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_bsd_addr.c -o netinet/libusrsctp_la-sctp_bsd_addr.o >/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet6/sctp6_usrreq.c -o netinet6/libusrsctp_la-sctp6_usrreq.o >/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
user_recv_thread.c -o libusrsctp_la-user_recv_thread.o >/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_ss_functions.c -o netinet/libusrsctp_la-sctp_ss_functions.o
>/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c user_mbuf.c -o
libusrsctp_la-user_mbuf.o >/dev/null 2>&1
cc1: all warnings being treated as errors
make[2]: *** [Makefile:700: netinet/libusrsctp_la-sctp_cc_functions.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_timer.c -o netinet/libusrsctp_la-sctp_timer.o >/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_auth.c -o netinet/libusrsctp_la-sctp_auth.o >/dev/null 2>&1
cc1: all warnings being treated as errors
make[2]: *** [Makefile:665: libusrsctp_la-user_socket.lo] Error 1
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_asconf.c -o netinet/libusrsctp_la-sctp_asconf.o >/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_input.c -o netinet/libusrsctp_la-sctp_input.o >/dev/null 2>&1
cc1: all warnings being treated as errors
make[2]: *** [Makefile:714: netinet/libusrsctp_la-sctp_indata.lo] Error 1
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctputil.c -o netinet/libusrsctp_la-sctputil.o >/dev/null 2>&1
libtool: compile: gcc -DPACKAGE_NAME=\"libusrsctp\"
-DPACKAGE_TARNAME=\"libusrsctp\" -DPACKAGE_VERSION=\"0.9.5.0\"
"-DPACKAGE_STRING=\"libusrsctp 0.9.5.0\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DPACKAGE=\"libusrsctp\" -DVERSION=\"0.9.5.0\"
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSCTP_DEBUG=1 -DINET=1 -DINET6=1 -DHAVE_SOCKET=1 -DHAVE_INET_ADDR=1
-DHAVE_STDATOMIC_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_LINUX_IF_ADDR_H=1
-DHAVE_LINUX_RTNETLINK_H=1 -DHAVE_NETINET_IP_ICMP_H=1 -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR
-D__Userspace__ -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/libusrsctp-0.9.5.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -mbranch-protection=standard
-Wno-address-of-packed-member -std=c99 -pthread -D_GNU_SOURCE
-Wno-address-of-packed-member -pedantic -Wall -Werror -g -O0 -c
netinet/sctp_pcb.c -o netinet/libusrsctp_la-sctp_pcb.o >/dev/null 2>&1
cc1: all warnings being treated as errors
make[2]: *** [Makefile:784: netinet/libusrsctp_la-sctp_usrreq.lo] Error 1
cc1: all warnings being treated as errors
make[2]: *** [Makefile:728: netinet/libusrsctp_la-sctp_output.lo] Error 1
make[2]: Leaving directory
'/build/reproducible-path/libusrsctp-0.9.5.0/usrsctplib'
make[1]: *** [Makefile:473: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/libusrsctp-0.9.5.0'
dh_auto_build: error: make -j128 returned exit code 2
make: *** [debian/rules:25: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--- End Message ---
--- Begin Message ---
Source: libusrsctp
Source-Version: 0.9.5.0-3
Done: Marcos Talau <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libusrsctp, 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.
Marcos Talau <[email protected]> (supplier of updated libusrsctp 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: Thu, 23 Apr 2026 10:27:04 -0300
Source: libusrsctp
Architecture: source
Version: 0.9.5.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: Marcos Talau <[email protected]>
Closes: 1133537
Changes:
libusrsctp (0.9.5.0-3) unstable; urgency=medium
.
* Team upload.
.
[ Jonas Smedegaard ]
* Improve source helper script copyright-check.
.
[ Marcos Talau ]
* debian/patches/1002_fix-build-with-gcc16.patch: New. Fix FTBFS with gcc-16.
(Closes: #1133537)
Checksums-Sha1:
6064fe2e7dce3f4255610ca52cb671ab20c3d0ea 2104 libusrsctp_0.9.5.0-3.dsc
f37cda6fa49a14774dbb43ac432e84ffe10c6973 15184
libusrsctp_0.9.5.0-3.debian.tar.xz
8069ff683bec1d76f5b5ef02ea1ce5144dcdfa51 7164
libusrsctp_0.9.5.0-3_source.buildinfo
Checksums-Sha256:
fadc0b08b8a18046573a597e124e0b9e39f6f580172cc3e0dd78acb46577b6db 2104
libusrsctp_0.9.5.0-3.dsc
31eb779bc84184ccc48a0c48a0a119476650904e177697aa61fc5f199393a044 15184
libusrsctp_0.9.5.0-3.debian.tar.xz
5710559ac20d539975f7ba9037fa71f87049cb0a82ab8b7dd52f93bc72d1ad62 7164
libusrsctp_0.9.5.0-3_source.buildinfo
Files:
1ba03f6597036c6ff2ec88eda8080d3e 2104 net optional libusrsctp_0.9.5.0-3.dsc
e954bfed5c3536f8781b040f16f5bfb1 15184 net optional
libusrsctp_0.9.5.0-3.debian.tar.xz
c2882b068442650863254b3f097816c6 7164 net optional
libusrsctp_0.9.5.0-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmnqH1wACgkQ9LqqgNso
ukz0ww//deTwaTr8ICb87dYEietzBwSXl9nL18LEwbr+qVwNf3rM5IBcHJ9LEyAU
x7p1R6IAe/R4PyzP4INGXg7xKFtC1/cXz+ujwhbW6dcs8pku2UOFSg4Kg7ApNJGE
qX+p+OKaTsnZW5Q4lwEWwsJW41PDaBdQS+xNbA8YhOdzU5mCbwkVB8sxq3WGni7Z
JhFqz8+n8vYUPjCTri1G9gKHJTMog06JsNGfwyRWGJhAx2z2ntXjgbqEOBXHmc8r
0+JbJEfDJMT64qlALuMrYj3xdYCV7AfMGpd8jRzZOHxcatX7dbagJQIa8LtCGwEO
s3tIbEADxD/Tv1wkEXSdAcUBWibzBg1xFH2TFdZZJhjE/MnbPHQxcUudJhrBQbfq
PvAoN4ebMdShV4w0F7iN8jUVO79N+qpwLemvCMui44N4euviqNwC1dSIqd5x3ekK
Y+dikEbULXTj901cpeyLl/GDaYZOT3QYBiVkoSsKd5KqVZ1PuT74uq1AlYwyBi7a
VmgHzZux7Pa1r+cE59tTInp1+d5sDj3L/nea+uIl1GoUQ/J7Iy0PJ804UpycMX5U
fQETvm1Ca9QtBeSxo9K5ZUPFyDXKNiwQTcX8WJ83BpETRmAngOwsO3sxhe6fMbGN
DovbA+xu0qxvr5hDg7qzCtC6oGkuX9wsbLvSkZ7cFX3vX1dttlk=
=aHTw
-----END PGP SIGNATURE-----
pgpXGb_F7gpzM.pgp
Description: PGP signature
--- End Message ---