Your message dated Sun, 02 Aug 2020 18:19:59 +0000
with message-id <e1k2iav-00098r...@fasolo.debian.org>
and subject line Bug#957893: fixed in udfclient 0.8.11-1
has caused the Debian Bug report #957893,
regarding udfclient: 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.)


-- 
957893: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957893
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:udfclient
Version: 0.8.9-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/udfclient_0.8.9-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

[...]
 2919 |  free_space_pos = &new_lvid->tables[0];
      |                   ^~~~~~~~~~~~~~~~~~~~
udf.c:2920:19: warning: taking address of packed member of ‘struct 
logvol_int_desc’ may result in an unaligned pointer value 
[-Waddress-of-packed-member]
 2920 |  size_pos       = &new_lvid->tables[udf_log_vol->num_part_mappings];
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
udf.c: In function ‘udf_writeout_LVID’:
udf.c:4532:19: warning: taking address of packed member of ‘struct 
logvol_int_desc’ may result in an unaligned pointer value 
[-Waddress-of-packed-member]
 4532 |  free_space_pos = &intdesc->tables[0];
      |                   ^~~~~~~~~~~~~~~~~~~
udf.c:4533:19: warning: taking address of packed member of ‘struct 
logvol_int_desc’ may result in an unaligned pointer value 
[-Waddress-of-packed-member]
 4533 |  size_pos       = &intdesc->tables[udf_log_vol->num_part_mappings];
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from udf.c:42:
In function ‘strncpy’,
    inlined from ‘udf_to_unix_name’ at udf.c:145:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound depends on the length of the source 
argument [-Wstringop-overflow=]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
udf.c: In function ‘udf_to_unix_name’:
udf.c:145:3: note: length computed here
  145 |   strncpy((char *) result, (char *) (id+1), strlen((char *) (id+1)));
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from udf.c:42:
In function ‘strncpy’,
    inlined from ‘unix_to_udf_name’ at udf.c:171:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound depends on the length of the source 
argument [-Wstringop-overflow=]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
udf.c: In function ‘unix_to_udf_name’:
udf.c:171:3: note: length computed here
  171 |   strncpy(result, name + 1, strlen(name+1));
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -DNEEDS_ISPRINT -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 
-D__USE_BSD -D_FILE_OFFSET_BITS=64   -DNO_INT_FMTIO -DNO_STRLCPY 
-Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D__USE_BSD -D_FILE_OFFSET_BITS=64   
-DNO_INT_FMTIO -DNO_STR
 LCPY -Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -c udf_bmap.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -DNEEDS_ISPRINT -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 
-D__USE_BSD -D_FILE_OFFSET_BITS=64   -DNO_INT_FMTIO -DNO_STRLCPY 
-Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D__USE_BSD -D_FILE_OFFSET_BITS=64   
-DNO_INT_FMTIO -DNO_STR
 LCPY -Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -c udf_allocentries.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -DNEEDS_ISPRINT -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 
-D__USE_BSD -D_FILE_OFFSET_BITS=64   -DNO_INT_FMTIO -DNO_STRLCPY 
-Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D__USE_BSD -D_FILE_OFFSET_BITS=64   
-DNO_INT_FMTIO -DNO_STR
 LCPY -Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -c udf_discop.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -DNEEDS_ISPRINT -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 
-D__USE_BSD -D_FILE_OFFSET_BITS=64   -DNO_INT_FMTIO -DNO_STRLCPY 
-Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D__USE_BSD -D_FILE_OFFSET_BITS=64   
-DNO_INT_FMTIO -DNO_STR
 LCPY -Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -c uio.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -DNEEDS_ISPRINT -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 
-D__USE_BSD -D_FILE_OFFSET_BITS=64   -DNO_INT_FMTIO -DNO_STRLCPY 
-Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D__USE_BSD -D_FILE_OFFSET_BITS=64   
-DNO_INT_FMTIO -DNO_STR
 LCPY -Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -c udf_verbose.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -DNEEDS_ISPRINT -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 
-D__USE_BSD -D_FILE_OFFSET_BITS=64   -DNO_INT_FMTIO -DNO_STRLCPY 
-Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D__USE_BSD -D_FILE_OFFSET_BITS=64   
-DNO_INT_FMTIO -DNO_STR
 LCPY -Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -c udf_readwrite.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -DNEEDS_ISPRINT -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 
-D__USE_BSD -D_FILE_OFFSET_BITS=64   -DNO_INT_FMTIO -DNO_STRLCPY 
-Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D__USE_BSD -D_FILE_OFFSET_BITS=64   
-DNO_INT_FMTIO -DNO_STR
 LCPY -Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -c udf_unix.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -DNEEDS_ISPRINT -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 
-D__USE_BSD -D_FILE_OFFSET_BITS=64   -DNO_INT_FMTIO -DNO_STRLCPY 
-Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D__USE_BSD -D_FILE_OFFSET_BITS=64   
-DNO_INT_FMTIO -DNO_STR
 LCPY -Dst_atimespec=st_atim -Dst_ctimespec=st_ctim -Dst_mtimespec=st_mtim 
-DNO_STAT_BIRTHTIME  -DNO_DIRENT_NAMLEN -DSCSI -DUSCSI_LINUX_SCSI 
-DPACKAGE_NAME=\"udfclient\" -DPACKAGE_TARNAME=\"udfclient\" 
-DPACKAGE_VERSION=\"0.8.9\" -DPACKAGE_STRING=\"udfclient\ 0.8.9\" 
-DPACKAGE_BUGREPORT=\"rein...@netbsd.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 -DHAVE_STRUCT_STAT_ST_ATIM=1 
-DHAVE_SCSI_SG_H=1 -I. -c vfs_dirhash.c
ar -rsc libudf.a osta.o udf.o udf_bmap.o udf_allocentries.o udf_discop.o uio.o 
udf_verbose.o udf_readwrite.o udf_unix.o vfs_dirhash.o
gcc -o udfdump -Wl,-z,relro -Wl,-z,now udfdump.o libudf.a libuscsi.a -lpthread 
-lc
/usr/bin/ld: libudf.a(udf.o):./udf.h:623: multiple definition of 
`udf_volumeset_list'; udfdump.o:./udf.h:623: first defined here
/usr/bin/ld: libudf.a(udf.o):./udf.h:624: multiple definition of 
`udf_mountables'; udfdump.o:./udf.h:624: first defined here
/usr/bin/ld: libudf.a(udf.o):./udf.h:622: multiple definition of 
`udf_discs_list'; udfdump.o:./udf.h:622: first defined here
/usr/bin/ld: libudf.a(udf_bmap.o):./udf.h:624: multiple definition of 
`udf_mountables'; udfdump.o:./udf.h:624: first defined here
/usr/bin/ld: libudf.a(udf_bmap.o):./udf.h:623: multiple definition of 
`udf_volumeset_list'; udfdump.o:./udf.h:623: first defined here
/usr/bin/ld: libudf.a(udf_bmap.o):./udf.h:622: multiple definition of 
`udf_discs_list'; udfdump.o:./udf.h:622: first defined here
/usr/bin/ld: libudf.a(udf_allocentries.o):./udf.h:624: multiple definition of 
`udf_mountables'; udfdump.o:./udf.h:624: first defined here
/usr/bin/ld: libudf.a(udf_allocentries.o):./udf.h:623: multiple definition of 
`udf_volumeset_list'; udfdump.o:./udf.h:623: first defined here
/usr/bin/ld: libudf.a(udf_allocentries.o):./udf.h:622: multiple definition of 
`udf_discs_list'; udfdump.o:./udf.h:622: first defined here
/usr/bin/ld: libudf.a(udf_verbose.o):./udf.h:623: multiple definition of 
`udf_volumeset_list'; udfdump.o:./udf.h:623: first defined here
/usr/bin/ld: libudf.a(udf_verbose.o):./udf.h:624: multiple definition of 
`udf_mountables'; udfdump.o:./udf.h:624: first defined here
/usr/bin/ld: libudf.a(udf_verbose.o):./udf.h:622: multiple definition of 
`udf_discs_list'; udfdump.o:./udf.h:622: first defined here
/usr/bin/ld: libudf.a(udf_readwrite.o):./udf.h:624: multiple definition of 
`udf_mountables'; udfdump.o:./udf.h:624: first defined here
/usr/bin/ld: libudf.a(udf_readwrite.o):./udf.h:623: multiple definition of 
`udf_volumeset_list'; udfdump.o:./udf.h:623: first defined here
/usr/bin/ld: libudf.a(udf_readwrite.o):./udf.h:622: multiple definition of 
`udf_discs_list'; udfdump.o:./udf.h:622: first defined here
/usr/bin/ld: libudf.a(udf_unix.o):./udf.h:624: multiple definition of 
`udf_mountables'; udfdump.o:./udf.h:624: first defined here
/usr/bin/ld: libudf.a(udf_unix.o):./udf.h:623: multiple definition of 
`udf_volumeset_list'; udfdump.o:./udf.h:623: first defined here
/usr/bin/ld: libudf.a(udf_unix.o):./udf.h:622: multiple definition of 
`udf_discs_list'; udfdump.o:./udf.h:622: first defined here
collect2: error: ld returned 1 exit status
*** Error code 1

Stop.
bmake[1]: stopped in /<<PKGBUILDDIR>>
dh_auto_build: error: bmake returned exit code 1
make: *** [debian/rules:8: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: udfclient
Source-Version: 0.8.11-1
Done: =?utf-8?q?Pali_Roh=C3=A1r?= <pali.ro...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
udfclient, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pali Rohár <pali.ro...@gmail.com> (supplier of updated udfclient 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 23 Jul 2020 20:59:54 +0200
Source: udfclient
Architecture: source
Version: 0.8.11-1
Distribution: unstable
Urgency: medium
Maintainer: Pali Rohár <pali.ro...@gmail.com>
Changed-By: Pali Rohár <pali.ro...@gmail.com>
Closes: 957893
Changes:
 udfclient (0.8.11-1) unstable; urgency=medium
 .
   * New upstream release
     - Minor release fixing compilation errors on gcc 10 (Closes: #957893)
     - Also corrected some minor spelling mistakes
Checksums-Sha1:
 8c71f45506268e1e213609a7b8bebe685029b333 1753 udfclient_0.8.11-1.dsc
 7bb1dd1529ab1c72b43b5b3a019bf0f1ab961697 252986 udfclient_0.8.11.orig.tar.gz
 c9c03cf9a039d90209c7163827075387cc3ff54c 5044 udfclient_0.8.11-1.debian.tar.xz
 9070937d66124b50905d4695b57fe6a5d4f6e47e 5227 
udfclient_0.8.11-1_source.buildinfo
Checksums-Sha256:
 6bf05abd7c9cff6ce63e6312d129511a6aacfbd0bd4773218eb9d8fc07ace230 1753 
udfclient_0.8.11-1.dsc
 4e5b102cf7f1343d86f830cb6f69fea2c196b41136bbd30ddc26cb8969eddf9d 252986 
udfclient_0.8.11.orig.tar.gz
 fe622df06c0bb02624fe9920ea570429fe1d658af093d0047f2247ae5d96b3c6 5044 
udfclient_0.8.11-1.debian.tar.xz
 bb525124f133591774e5581ad84b69a0bf200a31e9de7b9d3e58b1e266851152 5227 
udfclient_0.8.11-1_source.buildinfo
Files:
 0b9033b78f5c4cf9d458c13f02362e99 1753 otherosfs optional udfclient_0.8.11-1.dsc
 b1c5c72ee6f02050349af62ad554a5b9 252986 otherosfs optional 
udfclient_0.8.11.orig.tar.gz
 9853fb6d105f5bc4b8f334d8f07657c8 5044 otherosfs optional 
udfclient_0.8.11-1.debian.tar.xz
 d266590b55973bf517821f13a7997d3b 5227 otherosfs optional 
udfclient_0.8.11-1_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl8m/LkACgkQweDZLphv
fH5qNhAA3AtwwZYRxDcdN756kD0SYxdQu4ld/qJA+iQ5/cGI1v7yAKMdR64YqmAz
u0R4pnrk+QYUubsbcI2DaU7UYy+DFLm7VW0l4qv68rUBqhF7d6qqVWGXDJljPK+W
Od7t9zP8saJk39/Gu/leflXowFvPW+xDtZM4pOY97Q/IT2EvU9m9RKGF+3G3Rr5n
3CUrVhshdiStVZDsTLWcITCxBTbnIfsMJR5UQsOvZKg3u6JRp2V0mLnir8BztV2a
s4K6GLMtpCRsPZUtUxjI2M2Qe8Wk7Q3LTd9bgcxx/wckt55yZ8oFcmOVw2HdkcHg
lLJN2/ZCjM9vCsJGwHzvT+WuM+MXQ9YL4hjT+QuRc5H5VzV3RFBLF1xqBXCrtI9+
GVcM2l+B8wyqZC60kPJds0Y6ZD4ySi/Desk7842xyHk/WAFMkXsmNpgMo9y/eQKq
ter7STWpz7Vr2SaUeImN+C85dR6fwj0N4cx2dE0DwCx/Vwgr78ZI6TtRi3R57FL7
Hj9X7Y0BGAJaN/C7NddXAwL5YIYSUaUBNd/TecPkQyzIF0vTMjk1cGDUcckMAs/x
BqAPmxFS0W1Q0/Y/kqPQT+o1ahdNKpWG2/dlI6zI6OHvyfwdAh7LMG6ht9xkZr8r
7kWYByUmJCc8+fpLIdyBiJScPVXTK/8ORXThUn4jNl/LJLnCWXY=
=1mBv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to