Your message dated Sun, 11 Aug 2024 08:37:56 +0000
with message-id <[email protected]>
and subject line Bug#1075539: fixed in stlink 1.8.0-1.1
has caused the Debian Bug report #1075539,
regarding stlink: ftbfs with GCC-14
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.)


-- 
1075539: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075539
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:stlink
Version: 1.8.0-1
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14

[This bug is targeted to the upcoming trixie release]

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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/stlink_1.8.0-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html

[...]
   dh_auto_build -O--buildsystem=cmake
        cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/stlink-shared.dir/build.make 
CMakeFiles/stlink-shared.dir/depend
make  -f CMakeFiles/stlink-static.dir/build.make 
CMakeFiles/stlink-static.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/stlink-shared.dir/DependInfo.cmake
 "--color="
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/stlink-static.dir/DependInfo.cmake
 "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/stlink-static.dir/build.make 
CMakeFiles/stlink-static.dir/build
make  -f CMakeFiles/stlink-shared.dir/build.make 
CMakeFiles/stlink-shared.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  4%] Building C object CMakeFiles/stlink-static.dir/src/stlink-lib/common.c.o
[  4%] Building C object CMakeFiles/stlink-static.dir/src/stlink-lib/chipid.c.o
[  6%] Building C object CMakeFiles/stlink-shared.dir/src/stlink-lib/chipid.c.o
/usr/bin/cc -DSTLINK_CHIPS_DIR=\"/usr/share/stlink/chips\" 
-DSTLINK_HAVE_DIRENT_H -DSTLINK_HAVE_SYS_MMAN_H -DSTLINK_HAVE_SYS_TIME_H 
-DSTLINK_HAVE_UNISTD_H -I/usr/include/libusb-1.0 -I/<<PKGBUILDDIR>>/inc 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/inc -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/src/st-flash -I/<<PKGBUILDDIR>>/src/st-info 
-I/<<PKGBUILDDIR>>/src/st-trace -I/<<PKGBUILDDIR>>/src/st-util 
-I/<<PKGBUILDDIR>>/src/stlink-lib -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wshadow -O -D_FORTIFY_SOURCE=2 
-fstrict-aliasing -Wundef -Wformat -Wformat-security -Wmaybe-uninitialized 
-Wmissing-variable-declarations -Wimplicit-function-declaration 
-Wredundant-decls -fPIC -Werror -std=gnu11 -MD -MT 
CMakeFiles/stlink-static.dir/src/stlink-lib/common.c.o -MF 
CMakeFiles/stlink-static.dir/src/stlink-lib/common.c.o.d -o
  CMakeFiles/stlink-static.dir/src/stlink-lib/common.c.o -c 
/<<PKGBUILDDIR>>/src/stlink-lib/common.c
[  8%] Building C object 
CMakeFiles/stlink-static.dir/src/stlink-lib/common_flash.c.o
/usr/bin/cc -DSTLINK_CHIPS_DIR=\"/usr/share/stlink/chips\" 
-DSTLINK_HAVE_DIRENT_H -DSTLINK_HAVE_SYS_MMAN_H -DSTLINK_HAVE_SYS_TIME_H 
-DSTLINK_HAVE_UNISTD_H -I/usr/include/libusb-1.0 -I/<<PKGBUILDDIR>>/inc 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/inc -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/src/st-flash -I/<<PKGBUILDDIR>>/src/st-info 
-I/<<PKGBUILDDIR>>/src/st-trace -I/<<PKGBUILDDIR>>/src/st-util 
-I/<<PKGBUILDDIR>>/src/stlink-lib -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wshadow -O -D_FORTIFY_SOURCE=2 
-fstrict-aliasing -Wundef -Wformat -Wformat-security -Wmaybe-uninitialized 
-Wmissing-variable-declarations -Wimplicit-function-declaration 
-Wredundant-decls -fPIC -Werror -std=gnu11 -MD -MT 
CMakeFiles/stlink-static.dir/src/stlink-lib/chipid.c.o -MF 
CMakeFiles/stlink-static.dir/src/stlink-lib/chipid.c.o.d -o
  CMakeFiles/stlink-static.dir/src/stlink-lib/chipid.c.o -c 
/<<PKGBUILDDIR>>/src/stlink-lib/chipid.c
/usr/bin/cc -DSTLINK_CHIPS_DIR=\"/usr/share/stlink/chips\" 
-DSTLINK_HAVE_DIRENT_H -DSTLINK_HAVE_SYS_MMAN_H -DSTLINK_HAVE_SYS_TIME_H 
-DSTLINK_HAVE_UNISTD_H -Dstlink_shared_EXPORTS -I/usr/include/libusb-1.0 
-I/<<PKGBUILDDIR>>/inc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/inc 
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/st-flash 
-I/<<PKGBUILDDIR>>/src/st-info -I/<<PKGBUILDDIR>>/src/st-trace 
-I/<<PKGBUILDDIR>>/src/st-util -I/<<PKGBUILDDIR>>/src/stlink-lib -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-Wextra -Wshadow -O -D_FORTIFY_SOURCE=2 -fstrict-aliasing -Wundef -Wformat 
-Wformat-security -Wmaybe-uninitialized -Wmissing-variable-declarations 
-Wimplicit-function-declaration -Wredundant-decls -fPIC -Werror -std=gnu11 
-fPIC -MD -MT CMakeFiles/stlink-shared.dir/src/stlink-lib/chipid.c.o -MF 
CMakeFiles/stlink-shared.dir/
 src/stlink-lib/chipid.c.o.d -o 
CMakeFiles/stlink-shared.dir/src/stlink-lib/chipid.c.o -c 
/<<PKGBUILDDIR>>/src/stlink-lib/chipid.c
/usr/bin/cc -DSTLINK_CHIPS_DIR=\"/usr/share/stlink/chips\" 
-DSTLINK_HAVE_DIRENT_H -DSTLINK_HAVE_SYS_MMAN_H -DSTLINK_HAVE_SYS_TIME_H 
-DSTLINK_HAVE_UNISTD_H -I/usr/include/libusb-1.0 -I/<<PKGBUILDDIR>>/inc 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/inc -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/src/st-flash -I/<<PKGBUILDDIR>>/src/st-info 
-I/<<PKGBUILDDIR>>/src/st-trace -I/<<PKGBUILDDIR>>/src/st-util 
-I/<<PKGBUILDDIR>>/src/stlink-lib -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wshadow -O -D_FORTIFY_SOURCE=2 
-fstrict-aliasing -Wundef -Wformat -Wformat-security -Wmaybe-uninitialized 
-Wmissing-variable-declarations -Wimplicit-function-declaration 
-Wredundant-decls -fPIC -Werror -std=gnu11 -MD -MT 
CMakeFiles/stlink-static.dir/src/stlink-lib/common_flash.c.o -MF 
CMakeFiles/stlink-static.dir/src/stlink-lib/common_fl
 ash.c.o.d -o CMakeFiles/stlink-static.dir/src/stlink-lib/common_flash.c.o -c 
/<<PKGBUILDDIR>>/src/stlink-lib/common_flash.c
[ 12%] Building C object 
CMakeFiles/stlink-shared.dir/src/stlink-lib/calculate.c.o
[ 12%] Building C object 
CMakeFiles/stlink-shared.dir/src/stlink-lib/common_flash.c.o
/usr/bin/cc -DSTLINK_CHIPS_DIR=\"/usr/share/stlink/chips\" 
-DSTLINK_HAVE_DIRENT_H -DSTLINK_HAVE_SYS_MMAN_H -DSTLINK_HAVE_SYS_TIME_H 
-DSTLINK_HAVE_UNISTD_H -Dstlink_shared_EXPORTS -I/usr/include/libusb-1.0 
-I/<<PKGBUILDDIR>>/inc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/inc 
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/st-flash 
-I/<<PKGBUILDDIR>>/src/st-info -I/<<PKGBUILDDIR>>/src/st-trace 
-I/<<PKGBUILDDIR>>/src/st-util -I/<<PKGBUILDDIR>>/src/stlink-lib -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-Wextra -Wshadow -O -D_FORTIFY_SOURCE=2 -fstrict-aliasing -Wundef -Wformat 
-Wformat-security -Wmaybe-uninitialized -Wmissing-variable-declarations 
-Wimplicit-function-declaration -Wredundant-decls -fPIC -Werror -std=gnu11 
-fPIC -MD -MT CMakeFiles/stlink-shared.dir/src/stlink-lib/common_flash.c.o -MF 
CMakeFiles/stlink-share
 d.dir/src/stlink-lib/common_flash.c.o.d -o 
CMakeFiles/stlink-shared.dir/src/stlink-lib/common_flash.c.o -c 
/<<PKGBUILDDIR>>/src/stlink-lib/common_flash.c
/usr/bin/cc -DSTLINK_CHIPS_DIR=\"/usr/share/stlink/chips\" 
-DSTLINK_HAVE_DIRENT_H -DSTLINK_HAVE_SYS_MMAN_H -DSTLINK_HAVE_SYS_TIME_H 
-DSTLINK_HAVE_UNISTD_H -Dstlink_shared_EXPORTS -I/usr/include/libusb-1.0 
-I/<<PKGBUILDDIR>>/inc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/inc 
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/st-flash 
-I/<<PKGBUILDDIR>>/src/st-info -I/<<PKGBUILDDIR>>/src/st-trace 
-I/<<PKGBUILDDIR>>/src/st-util -I/<<PKGBUILDDIR>>/src/stlink-lib -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-Wextra -Wshadow -O -D_FORTIFY_SOURCE=2 -fstrict-aliasing -Wundef -Wformat 
-Wformat-security -Wmaybe-uninitialized -Wmissing-variable-declarations 
-Wimplicit-function-declaration -Wredundant-decls -fPIC -Werror -std=gnu11 
-fPIC -MD -MT CMakeFiles/stlink-shared.dir/src/stlink-lib/calculate.c.o -MF 
CMakeFiles/stlink-shared.d
 ir/src/stlink-lib/calculate.c.o.d -o 
CMakeFiles/stlink-shared.dir/src/stlink-lib/calculate.c.o -c 
/<<PKGBUILDDIR>>/src/stlink-lib/calculate.c
[ 16%] Building C object 
CMakeFiles/stlink-static.dir/src/stlink-lib/flash_loader.c.o
[ 16%] Building C object 
CMakeFiles/stlink-static.dir/src/stlink-lib/calculate.c.o
/usr/bin/cc -DSTLINK_CHIPS_DIR=\"/usr/share/stlink/chips\" 
-DSTLINK_HAVE_DIRENT_H -DSTLINK_HAVE_SYS_MMAN_H -DSTLINK_HAVE_SYS_TIME_H 
-DSTLINK_HAVE_UNISTD_H -I/usr/include/libusb-1.0 -I/<<PKGBUILDDIR>>/inc 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/inc -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/src/st-flash -I/<<PKGBUILDDIR>>/src/st-info 
-I/<<PKGBUILDDIR>>/src/st-trace -I/<<PKGBUILDDIR>>/src/st-util 
-I/<<PKGBUILDDIR>>/src/stlink-lib -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wshadow -O -D_FORTIFY_SOURCE=2 
-fstrict-aliasing -Wundef -Wformat -Wformat-security -Wmaybe-uninitialized 
-Wmissing-variable-declarations -Wimplicit-function-declaration 
-Wredundant-decls -fPIC -Werror -std=gnu11 -MD -MT 
CMakeFiles/stlink-static.dir/src/stlink-lib/calculate.c.o -MF 
CMakeFiles/stlink-static.dir/src/stlink-lib/calculate.c.
 o.d -o CMakeFiles/stlink-static.dir/src/stlink-lib/calculate.c.o -c 
/<<PKGBUILDDIR>>/src/stlink-lib/calculate.c
/usr/bin/cc -DSTLINK_CHIPS_DIR=\"/usr/share/stlink/chips\" 
-DSTLINK_HAVE_DIRENT_H -DSTLINK_HAVE_SYS_MMAN_H -DSTLINK_HAVE_SYS_TIME_H 
-DSTLINK_HAVE_UNISTD_H -I/usr/include/libusb-1.0 -I/<<PKGBUILDDIR>>/inc 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/inc -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/src/st-flash -I/<<PKGBUILDDIR>>/src/st-info 
-I/<<PKGBUILDDIR>>/src/st-trace -I/<<PKGBUILDDIR>>/src/st-util 
-I/<<PKGBUILDDIR>>/src/stlink-lib -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wshadow -O -D_FORTIFY_SOURCE=2 
-fstrict-aliasing -Wundef -Wformat -Wformat-security -Wmaybe-uninitialized 
-Wmissing-variable-declarations -Wimplicit-function-declaration 
-Wredundant-decls -fPIC -Werror -std=gnu11 -MD -MT 
CMakeFiles/stlink-static.dir/src/stlink-lib/flash_loader.c.o -MF 
CMakeFiles/stlink-static.dir/src/stlink-lib/flash_loa
 der.c.o.d -o CMakeFiles/stlink-static.dir/src/stlink-lib/flash_loader.c.o -c 
/<<PKGBUILDDIR>>/src/stlink-lib/flash_loader.c
/<<PKGBUILDDIR>>/src/stlink-lib/chipid.c: In function ‘process_chipfile’:
/<<PKGBUILDDIR>>/src/stlink-lib/chipid.c:68:22: error: ‘calloc’ sizes specified 
with ‘sizeof’ in the earlier argument and not in the later argument 
[-Werror=calloc-transposed-args]
   68 |   ts = calloc(sizeof(struct stlink_chipid_params), 1);
      |                      ^~~~~~
/<<PKGBUILDDIR>>/src/stlink-lib/chipid.c:68:22: note: earlier argument should 
specify number of elements, later size of each element
/<<PKGBUILDDIR>>/src/stlink-lib/chipid.c: In function ‘process_chipfile’:
/<<PKGBUILDDIR>>/src/stlink-lib/chipid.c:68:22: error: ‘calloc’ sizes specified 
with ‘sizeof’ in the earlier argument and not in the later argument 
[-Werror=calloc-transposed-args]
   68 |   ts = calloc(sizeof(struct stlink_chipid_params), 1);
      |                      ^~~~~~
/<<PKGBUILDDIR>>/src/stlink-lib/chipid.c:68:22: note: earlier argument should 
specify number of elements, later size of each element
[ 18%] Building C object CMakeFiles/stlink-static.dir/src/stlink-lib/helper.c.o
/usr/bin/cc -DSTLINK_CHIPS_DIR=\"/usr/share/stlink/chips\" 
-DSTLINK_HAVE_DIRENT_H -DSTLINK_HAVE_SYS_MMAN_H -DSTLINK_HAVE_SYS_TIME_H 
-DSTLINK_HAVE_UNISTD_H -I/usr/include/libusb-1.0 -I/<<PKGBUILDDIR>>/inc 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/inc -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/src/st-flash -I/<<PKGBUILDDIR>>/src/st-info 
-I/<<PKGBUILDDIR>>/src/st-trace -I/<<PKGBUILDDIR>>/src/st-util 
-I/<<PKGBUILDDIR>>/src/stlink-lib -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wshadow -O -D_FORTIFY_SOURCE=2 
-fstrict-aliasing -Wundef -Wformat -Wformat-security -Wmaybe-uninitialized 
-Wmissing-variable-declarations -Wimplicit-function-declaration 
-Wredundant-decls -fPIC -Werror -std=gnu11 -MD -MT 
CMakeFiles/stlink-static.dir/src/stlink-lib/helper.c.o -MF 
CMakeFiles/stlink-static.dir/src/stlink-lib/helper.c.o.d -o
  CMakeFiles/stlink-static.dir/src/stlink-lib/helper.c.o -c 
/<<PKGBUILDDIR>>/src/stlink-lib/helper.c
[ 20%] Building C object CMakeFiles/stlink-shared.dir/src/stlink-lib/common.c.o
/usr/bin/cc -DSTLINK_CHIPS_DIR=\"/usr/share/stlink/chips\" 
-DSTLINK_HAVE_DIRENT_H -DSTLINK_HAVE_SYS_MMAN_H -DSTLINK_HAVE_SYS_TIME_H 
-DSTLINK_HAVE_UNISTD_H -Dstlink_shared_EXPORTS -I/usr/include/libusb-1.0 
-I/<<PKGBUILDDIR>>/inc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/inc 
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/st-flash 
-I/<<PKGBUILDDIR>>/src/st-info -I/<<PKGBUILDDIR>>/src/st-trace 
-I/<<PKGBUILDDIR>>/src/st-util -I/<<PKGBUILDDIR>>/src/stlink-lib -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-Wextra -Wshadow -O -D_FORTIFY_SOURCE=2 -fstrict-aliasing -Wundef -Wformat 
-Wformat-security -Wmaybe-uninitialized -Wmissing-variable-declarations 
-Wimplicit-function-declaration -Wredundant-decls -fPIC -Werror -std=gnu11 
-fPIC -MD -MT CMakeFiles/stlink-shared.dir/src/stlink-lib/common.c.o -MF 
CMakeFiles/stlink-shared.dir/
 src/stlink-lib/common.c.o.d -o 
CMakeFiles/stlink-shared.dir/src/stlink-lib/common.c.o -c 
/<<PKGBUILDDIR>>/src/stlink-lib/common.c
cc1: all warnings being treated as errors
make[3]: *** [CMakeFiles/stlink-static.dir/build.make:93: 
CMakeFiles/stlink-static.dir/src/stlink-lib/chipid.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
cc1: all warnings being treated as errors
make[3]: *** [CMakeFiles/stlink-shared.dir/build.make:93: 
CMakeFiles/stlink-shared.dir/src/stlink-lib/chipid.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 22%] Building C object 
CMakeFiles/stlink-shared.dir/src/stlink-lib/flash_loader.c.o
/usr/bin/cc -DSTLINK_CHIPS_DIR=\"/usr/share/stlink/chips\" 
-DSTLINK_HAVE_DIRENT_H -DSTLINK_HAVE_SYS_MMAN_H -DSTLINK_HAVE_SYS_TIME_H 
-DSTLINK_HAVE_UNISTD_H -Dstlink_shared_EXPORTS -I/usr/include/libusb-1.0 
-I/<<PKGBUILDDIR>>/inc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/inc 
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/st-flash 
-I/<<PKGBUILDDIR>>/src/st-info -I/<<PKGBUILDDIR>>/src/st-trace 
-I/<<PKGBUILDDIR>>/src/st-util -I/<<PKGBUILDDIR>>/src/stlink-lib -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-Wextra -Wshadow -O -D_FORTIFY_SOURCE=2 -fstrict-aliasing -Wundef -Wformat 
-Wformat-security -Wmaybe-uninitialized -Wmissing-variable-declarations 
-Wimplicit-function-declaration -Wredundant-decls -fPIC -Werror -std=gnu11 
-fPIC -MD -MT CMakeFiles/stlink-shared.dir/src/stlink-lib/flash_loader.c.o -MF 
CMakeFiles/stlink-share
 d.dir/src/stlink-lib/flash_loader.c.o.d -o 
CMakeFiles/stlink-shared.dir/src/stlink-lib/flash_loader.c.o -c 
/<<PKGBUILDDIR>>/src/stlink-lib/flash_loader.c
[ 24%] Building C object CMakeFiles/stlink-shared.dir/src/stlink-lib/helper.c.o
/usr/bin/cc -DSTLINK_CHIPS_DIR=\"/usr/share/stlink/chips\" 
-DSTLINK_HAVE_DIRENT_H -DSTLINK_HAVE_SYS_MMAN_H -DSTLINK_HAVE_SYS_TIME_H 
-DSTLINK_HAVE_UNISTD_H -Dstlink_shared_EXPORTS -I/usr/include/libusb-1.0 
-I/<<PKGBUILDDIR>>/inc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/inc 
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/st-flash 
-I/<<PKGBUILDDIR>>/src/st-info -I/<<PKGBUILDDIR>>/src/st-trace 
-I/<<PKGBUILDDIR>>/src/st-util -I/<<PKGBUILDDIR>>/src/stlink-lib -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-Wextra -Wshadow -O -D_FORTIFY_SOURCE=2 -fstrict-aliasing -Wundef -Wformat 
-Wformat-security -Wmaybe-uninitialized -Wmissing-variable-declarations 
-Wimplicit-function-declaration -Wredundant-decls -fPIC -Werror -std=gnu11 
-fPIC -MD -MT CMakeFiles/stlink-shared.dir/src/stlink-lib/helper.c.o -MF 
CMakeFiles/stlink-shared.dir/
 src/stlink-lib/helper.c.o.d -o 
CMakeFiles/stlink-shared.dir/src/stlink-lib/helper.c.o -c 
/<<PKGBUILDDIR>>/src/stlink-lib/helper.c
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:267: CMakeFiles/stlink-static.dir/all] Error 
2
make[2]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:241: CMakeFiles/stlink-shared.dir/all] Error 
2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:159: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:16: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: stlink
Source-Version: 1.8.0-1.1
Done: Faidon Liambotis <[email protected]>

We believe that the bug you reported is fixed in the latest version of
stlink, 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.
Faidon Liambotis <[email protected]> (supplier of updated stlink 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: Sun, 11 Aug 2024 11:20:57 +0300
Source: stlink
Architecture: source
Version: 1.8.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Luca Boccassi <[email protected]>
Changed-By: Faidon Liambotis <[email protected]>
Closes: 1075539
Changes:
 stlink (1.8.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload with maintainer permission.
   * Fix a FTBFS with gcc-14, caused by calloc-transposed-args.
     (Closes: #1075539)
Checksums-Sha1:
 4e905c0dd4dc9a2e698fd1c5775667bbf95fdbca 2084 stlink_1.8.0-1.1.dsc
 c277b10d0fa2217bc481a781f92dec7beed1a681 9588 stlink_1.8.0-1.1.debian.tar.xz
 d120a3a2630606197301e7608da46c5ce7d890f5 16339 stlink_1.8.0-1.1_amd64.buildinfo
Checksums-Sha256:
 e0f198bbe9fd45d50962992ea78cfd388e84a6983917429266efd24cb01db074 2084 
stlink_1.8.0-1.1.dsc
 a9de7f765eefe25a7604956635961041c427da41023c076f6880c89f00370cd1 9588 
stlink_1.8.0-1.1.debian.tar.xz
 8a104515e3cf8c74b25fad0a053d8f376db7a36028b2a86e48a288133217b776 16339 
stlink_1.8.0-1.1_amd64.buildinfo
Files:
 53dfd8ed971cc6bbaee316c69e989087 2084 electronics optional stlink_1.8.0-1.1.dsc
 625491e1fa161986e233a05a452be656 9588 electronics optional 
stlink_1.8.0-1.1.debian.tar.xz
 d70c3e3f0d83b3d8c6c85aa94e7aad38 16339 electronics optional 
stlink_1.8.0-1.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEqVksUhy5BAd9ZZgAnQteWx7sjw4FAma4dT4ACgkQnQteWx7s
jw7ZHA/9FpzC4Hxg3bWQB5UDL+v+plqRzWWzY/S38S39sr89As6VFUW1CjaWpDu8
5uf9RnmWd+PGY0/UDHisqB/gsgRVXUhnpqu7e+lKYmAUT1rWUzaKb1Va4RRjowpN
H2+rRo+eCVORwGc9aJfsgChMMfYgpc68fR5JS7RhhnilScqOGLZY905B//TwgH8f
EFl4dzTVfJz4G9jP+ofws5n8/xx4XwlB/BkWQ22nOo6RusXuV+MZNhOqi2QLPXss
oeDY1nPmhtxdq+j+13VrTvmOUd7X119BmwyBEt292qaJnbuuedSR7HyItp/okBHf
AtV0SjA/Xo4Q57lD9YCbXd2ukFJ6LujIQ/grZONDVDtvS7lcLo7khk95nK5bn/+k
2s8UZ7MthSRlRa3xAhCE1D+8yYy3Jy6eOKsBFlyRlapxTC8n2AV/RbSnHPvTLHYS
xhBuQeD8syHMYtJXTeq1UM589rmpowtuF9H+IAftIU23xW2BHkRng4WXwWU9QAqe
0BmtOFhF/MEsT//HRVOd0kS3Y3MEwvqIg0vbtaAUaLuHXE+ORaz9BtMqUjXDLuwD
Ha2nsAv4X0jiiT5KCU20wCckXe9lj6A/EkitQ0onfPBHA9DVWUYD8GoKj5gvoPNz
NbpjvUSyzc2OB4Ab3zpIJ3RJMwzLE8+upmuqMVCzcL1ou821/eM=
=zsyJ
-----END PGP SIGNATURE-----

Attachment: pgpLUKOqmtMp2.pgp
Description: PGP signature


--- End Message ---

Reply via email to