• Bug#1101233: libdap: FTBFS: /usr/include/unicode/localpointer.h:561:26:

    From Santiago Vila@21:1/5 to All on Tue Mar 25 01:20:01 2025
    Package: src:libdap
    Version: 3.21.1-1
    Severity: serious
    Tags: ftbfs trixie sid

    Dear maintainer:

    During a rebuild of all packages in unstable, your package failed to build:

    --------------------------------------------------------------------------------
    [...]
    debian/rules clean
    dh clean
    dh_clean
    rm -f debian/debhelper-build-stamp
    rm -rf debian/.debhelper/
    rm -f -- debian/libdap27t64.substvars debian/libdapclient6t64.substvars debian/libdapserver7t64.substvars debian/libdap-bin.substvars debian/libdap-dev.substvars debian/libdap-doc.substvars debian/files
    rm -fr -- debian/libdap27t64/ debian/tmp/ debian/libdapclient6t64/ debian/libdapserver7t64/ debian/libdap-bin/ debian/libdap-dev/ debian/libdap-doc/
    find . \( \( \
    \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \
    \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
    -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
    -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
    -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
    \) -exec rm -f {} + \) -o \

    [... snipped ...]

    -e 's|@''REPLACE_FUTIMENS''@|0|g' \
    -e 's|@''REPLACE_LSTAT''@|0|g' \
    -e 's|@''REPLACE_MKDIR''@|0|g' \
    -e 's|@''REPLACE_MKFIFO''@|0|g' \
    -e 's|@''REPLACE_MKNOD''@|0|g' \
    -e 's|@''REPLACE_STAT''@|0|g' \
    -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
    -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
    -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
    < ./sys_stat.in.h; \
    } > sys/stat.h-t && \
    mv sys/stat.h-t sys/stat.h
    /usr/bin/mkdir -p sys
    rm -f sys/time.h-t sys/time.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
    -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
    -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''PRAGMA_COLUMNS''@||g' \
    -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
    -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
    -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
    -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
    -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
    -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
    -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
    -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
    -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
    < ./sys_time.in.h; \
    } > sys/time.h-t && \
    mv sys/time.h-t sys/time.h
    /usr/bin/mkdir -p sys
    rm -f sys/types.h-t sys/types.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
    -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''PRAGMA_COLUMNS''@||g' \
    -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
    -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
    -e 's|@''WINDOWS_STAT_INODES''@|0|g' \
    < ./sys_types.in.h; \
    } > sys/types.h-t && \
    mv sys/types.h-t sys/types.h
    rm -f time.h-t time.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
    -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''PRAGMA_COLUMNS''@||g' \
    -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
    -e 's/@''GNULIB_CTIME''@/0/g' \
    -e 's/@''GNULIB_LOCALTIME''@/0/g' \
    -e 's/@''GNULIB_MKTIME''@/0/g' \
    -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
    -e 's/@''GNULIB_STRFTIME''@/0/g' \
    -e 's/@''GNULIB_STRPTIME''@/0/g' \
    -e 's/@''GNULIB_TIMEGM''@/0/g' \
    -e 's/@''GNULIB_TIME_R''@/0/g' \
    -e 's/@''GNULIB_TIME_RZ''@/0/g' \
    -e 's/@''GNULIB_TZSET''@/0/g' \
    -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
    -e 's|@''HAVE_NANOSLEEP''@|1|g' \
    -e 's|@''HAVE_STRPTIME''@|1|g' \
    -e 's|@''HAVE_TIMEGM''@|1|g' \
    -e 's|@''HAVE_TIMEZONE_T''@|0|g' \
    -e 's|@''HAVE_TZSET''@|1|g' \
    -e 's|@''REPLACE_CTIME''@|GNULIB_PORTCHECK|g' \
    -e 's|@''REPLACE_GMTIME''@|0|g' \
    -e 's|@''REPLACE_LOCALTIME''@|0|g' \
    -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
    -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
    -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
    -e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g' \
    -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
    -e 's|@''REPLACE_TZSET''@|GNULIB_PORTCHECK|g' \
    -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
    -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
    -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
    -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
    -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
    -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
    < ./time.in.h; \
    } > time.h-t && \
    mv time.h-t time.h
    rm -f unistd.h-t unistd.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
    -e 's|@''HAVE_UNISTD_H''@|1|g' \
    -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''PRAGMA_COLUMNS''@||g' \
    -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
    -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
    -e 's/@''GNULIB_CHDIR''@/0/g' \
    -e 's/@''GNULIB_CHOWN''@/0/g' \
    -e 's/@''GNULIB_CLOSE''@/0/g' \
    -e 's/@''GNULIB_DUP''@/0/g' \
    -e 's/@''GNULIB_DUP2''@/0/g' \
    -e 's/@''GNULIB_DUP3''@/0/g' \
    -e 's/@''GNULIB_ENVIRON''@/0/g' \
    -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
    -e 's/@''GNULIB_FACCESSAT''@/0/g' \
    -e 's/@''GNULIB_FCHDIR''@/0/g' \
    -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
    -e 's/@''GNULIB_FDATASYNC''@/0/g' \
    -e 's/@''GNULIB_FSYNC''@/0/g' \
    -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
    -e 's/@''GNULIB_GETCWD''@/0/g' \
    -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
    -e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \
    -e 's/@''GNULIB_GETGROUPS''@/0/g' \
    -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
    -e 's/@''GNULIB_GETLOGIN''@/0/g' \
    -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
    -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
    -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
    -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
    -e 's/@''GNULIB_ISATTY''@/0/g' \
    -e 's/@''GNULIB_LCHOWN''@/0/g' \
    -e 's/@''GNULIB_LINK''@/0/g' \
    -e 's/@''GNULIB_LINKAT''@/0/g' \
    -e 's/@''GNULIB_LSEEK''@/0/g' \
    -e 's/@''GNULIB_PIPE''@/0/g' \
    -e 's/@''GNULIB_PIPE2''@/0/g' \
    -e 's/@''GNULIB_PREAD''@/0/g' \
    -e 's/@''GNULIB_PWRITE''@/0/g' \
    -e 's/@''GNULIB_READ''@/0/g' \
    -e 's/@''GNULIB_READLINK''@/0/g' \
    -e 's/@''GNULIB_READLINKAT''@/0/g' \
    -e 's/@''GNULIB_RMDIR''@/0/g' \
    -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
    -e 's/@''GNULIB_SLEEP''@/0/g' \
    -e 's/@''GNULIB_SYMLINK''@/0/g' \
    -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
    -e 's/@''GNULIB_TRUNCATE''@/0/g' \
    -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
    -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
    -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
    -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
    -e 's/@''GNULIB_UNLINK''@/0/g' \
    -e 's/@''GNULIB_UNLINKAT''@/0/g' \
    -e 's/@''GNULIB_USLEEP''@/0/g' \
    -e 's/@''GNULIB_WRITE''@/0/g' \
    < ./unistd.in.h | \
    sed -e 's|@''HAVE_CHOWN''@|1|g' \
    -e 's|@''HAVE_DUP2''@|1|g' \
    -e 's|@''HAVE_DUP3''@|1|g' \
    -e 's|@''HAVE_EUIDACCESS''@|1|g' \
    -e 's|@''HAVE_FACCESSAT''@|1|g' \
    -e 's|@''HAVE_FCHDIR''@|1|g' \
    -e 's|@''HAVE_FCHOWNAT''@|1|g' \
    -e 's|@''HAVE_FDATASYNC''@|1|g' \
    -e 's|@''HAVE_FSYNC''@|1|g' \
    -e 's|@''HAVE_FTRUNCATE''@|1|g' \
    -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
    -e 's|@''HAVE_GETGROUPS''@|1|g' \
    -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
    -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
    -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
    -e 's|@''HAVE_LCHOWN''@|1|g' \
    -e 's|@''HAVE_LINK''@|1|g' \
    -e 's|@''HAVE_LINKAT''@|1|g' \
    -e 's|@''HAVE_PIPE''@|1|g' \
    -e 's|@''HAVE_PIPE2''@|1|g' \
    -e 's|@''HAVE_PREAD''@|1|g' \
    -e 's|@''HAVE_PWRITE''@|1|g' \
    -e 's|@''HAVE_READLINK''@|1|g' \
    -e 's|@''HAVE_READLINKAT''@|1|g' \
    -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
    -e 's|@''HAVE_SLEEP''@|1|g' \
    -e 's|@''HAVE_SYMLINK''@|1|g' \
    -e 's|@''HAVE_SYMLINKAT''@|1|g' \
    -e 's|@''HAVE_TRUNCATE''@|1|g' \
    -e 's|@''HAVE_UNLINKAT''@|1|g' \
    -e 's|@''HAVE_USLEEP''@|1|g' \
    -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
    -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
    -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
    -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
    -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \
    -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
    -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
    -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
    -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
    -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
    -e 's|@''HAVE_OS_H''@|0|g' \
    -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
    | \
    sed -e 's|@''REPLACE_CHOWN''@|0|g' \
    -e 's|@''REPLACE_CLOSE''@|0|g' \
    -e 's|@''REPLACE_DUP''@|0|g' \
    -e 's|@''REPLACE_DUP2''@|0|g' \
    -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
    -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
    -e 's|@''REPLACE_GETCWD''@|0|g' \
    -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
    -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
    -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
    -e 's|@''REPLACE_GETGROUPS''@|0|g' \
    -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
    -e 's|@''REPLACE_ISATTY''@|0|g' \
    -e 's|@''REPLACE_LCHOWN''@|0|g' \
    -e 's|@''REPLACE_LINK''@|0|g' \
    -e 's|@''REPLACE_LINKAT''@|0|g' \
    -e 's|@''REPLACE_LSEEK''@|0|g' \
    -e 's|@''REPLACE_PREAD''@|0|g' \
    -e 's|@''REPLACE_PWRITE''@|0|g' \
    -e 's|@''REPLACE_READ''@|0|g' \
    -e 's|@''REPLACE_READLINK''@|0|g' \
    -e 's|@''REPLACE_READLINKAT''@|0|g' \
    -e 's|@''REPLACE_RMDIR''@|0|g' \
    -e 's|@''REPLACE_SLEEP''@|0|g' \
    -e 's|@''REPLACE_SYMLINK''@|0|g' \
    -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
    -e 's|@''REPLACE_TRUNCATE''@|0|g' \
    -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
    -e 's|@''REPLACE_UNLINK''@|0|g' \
    -e 's|@''REPLACE_UNLINKAT''@|0|g' \
    -e 's|@''REPLACE_USLEEP''@|0|g' \
    -e 's|@''REPLACE_WRITE''@|0|g' \
    -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
    -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
    -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
    -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
    } > unistd.h-t && \
    mv unistd.h-t unistd.h
    rm -f wchar.h-t wchar.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
    -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''PRAGMA_COLUMNS''@||g' \
    -e 's|@''HAVE_FEATURES_H''@|1|g' \
    -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
    -e 's|@''HAVE_WCHAR_H''@|1|g' \
    -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
    -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
    -e 's/@''GNULIB_BTOWC''@/1/g' \
    -e 's/@''GNULIB_WCTOB''@/0/g' \
    -e 's/@''GNULIB_MBSINIT''@/1/g' \
    -e 's/@''GNULIB_MBRTOWC''@/1/g' \
    -e 's/@''GNULIB_MBRLEN''@/0/g' \
    -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
    -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
    -e 's/@''GNULIB_WCRTOMB''@/1/g' \
    -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
    -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
    -e 's/@''GNULIB_WCWIDTH''@/0/g' \
    -e 's/@''GNULIB_WMEMCHR''@/0/g' \
    -e 's/@''GNULIB_WMEMCMP''@/0/g' \
    -e 's/@''GNULIB_WMEMCPY''@/0/g' \
    -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
    -e 's/@''GNULIB_WMEMSET''@/0/g' \
    -e 's/@''GNULIB_WCSLEN''@/0/g' \
    -e 's/@''GNULIB_WCSNLEN''@/0/g' \
    -e 's/@''GNULIB_WCSCPY''@/0/g' \
    -e 's/@''GNULIB_WCPCPY''@/0/g' \
    -e 's/@''GNULIB_WCSNCPY''@/0/g' \
    -e 's/@''GNULIB_WCPNCPY''@/0/g' \
    -e 's/@''GNULIB_WCSCAT''@/0/g' \
    -e 's/@''GNULIB_WCSNCAT''@/0/g' \
    -e 's/@''GNULIB_WCSCMP''@/0/g' \
    -e 's/@''GNULIB_WCSNCMP''@/0/g' \
    -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
    -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
    -e 's/@''GNULIB_WCSCOLL''@/0/g' \
    -e 's/@''GNULIB_WCSXFRM''@/0/g' \
    -e 's/@''GNULIB_WCSDUP''@/0/g' \
    -e 's/@''GNULIB_WCSCHR''@/0/g' \
    -e 's/@''GNULIB_WCSRCHR''@/0/g' \
    -e 's/@''GNULIB_WCSCSPN''@/0/g' \
    -e 's/@''GNULIB_WCSSPN''@/0/g' \
    -e 's/@''GNULIB_WCSPBRK''@/0/g' \
    -e 's/@''GNULIB_WCSSTR''@/0/g' \
    -e 's/@''GNULIB_WCSTOK''@/0/g' \
    -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
    -e 's/@''GNULIB_WCSFTIME''@/0/g' \
    < ./wchar.in.h | \
    sed -e 's|@''HAVE_WINT_T''@|1|g' \
    -e 's|@''HAVE_BTOWC''@|1|g' \
    -e 's|@''HAVE_MBSINIT''@|1|g' \
    -e 's|@''HAVE_MBRTOWC''@|1|g' \
    -e 's|@''HAVE_MBRLEN''@|1|g' \
    -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
    -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
    -e 's|@''HAVE_WCRTOMB''@|1|g' \
    -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
    -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
    -e 's|@''HAVE_WMEMCHR''@|1|g' \
    -e 's|@''HAVE_WMEMCMP''@|1|g' \
    -e 's|@''HAVE_WMEMCPY''@|1|g' \
    -e 's|@''HAVE_WMEMMOVE''@|1|g' \
    -e 's|@''HAVE_WMEMSET''@|1|g' \
    -e 's|@''HAVE_WCSLEN''@|1|g' \
    -e 's|@''HAVE_WCSNLEN''@|1|g' \
    -e 's|@''HAVE_WCSCPY''@|1|g' \
    -e 's|@''HAVE_WCPCPY''@|1|g' \
    -e 's|@''HAVE_WCSNCPY''@|1|g' \
    -e 's|@''HAVE_WCPNCPY''@|1|g' \
    -e 's|@''HAVE_WCSCAT''@|1|g' \
    -e 's|@''HAVE_WCSNCAT''@|1|g' \
    -e 's|@''HAVE_WCSCMP''@|1|g' \
    -e 's|@''HAVE_WCSNCMP''@|1|g' \
    -e 's|@''HAVE_WCSCASECMP''@|1|g' \
    -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
    -e 's|@''HAVE_WCSCOLL''@|1|g' \
    -e 's|@''HAVE_WCSXFRM''@|1|g' \
    -e 's|@''HAVE_WCSDUP''@|1|g' \
    -e 's|@''HAVE_WCSCHR''@|1|g' \
    -e 's|@''HAVE_WCSRCHR''@|1|g' \
    -e 's|@''HAVE_WCSCSPN''@|1|g' \
    -e 's|@''HAVE_WCSSPN''@|1|g' \
    -e 's|@''HAVE_WCSPBRK''@|1|g' \
    -e 's|@''HAVE_WCSSTR''@|1|g' \
    -e 's|@''HAVE_WCSTOK''@|1|g' \
    -e 's|@''HAVE_WCSWIDTH''@|1|g' \
    -e 's|@''HAVE_WCSFTIME''@|1|g' \
    -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
    -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
    | \
    sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
    -e 's|@''REPLACE_BTOWC''@|0|g' \
    -e 's|@''REPLACE_WCTOB''@|0|g' \
    -e 's|@''REPLACE_MBSINIT''@|0|g' \
    -e 's|@''REPLACE_MBRTOWC''@|1|g' \
    -e 's|@''REPLACE_MBRLEN''@|0|g' \
    -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
    -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
    -e 's|@''REPLACE_WCRTOMB''@|0|g' \
    -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
    -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
    -e 's|@''REPLACE_WCWIDTH''@|0|g' \
    -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
    -e 's|@''REPLACE_WCSFTIME''@|0|g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
    -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
    -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
    } > wchar.h-t && \
    mv wchar.h-t wchar.h
    rm -f wctype.h-t wctype.h && \
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
    -e 's/@''HAVE_WCTYPE_H''@/1/g' \
    -e 's|@''INCLUDE_NEXT''@|include_next|g' \
    -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
    -e 's|@''PRAGMA_COLUMNS''@||g' \
    -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
    -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
    -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
    -e 's/@''GNULIB_ISWBLANK''@/0/g' \
    -e 's/@''GNULIB_WCTYPE''@/0/g' \
    -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
    -e 's/@''GNULIB_WCTRANS''@/0/g' \
    -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
    -e 's/@''HAVE_ISWBLANK''@/1/g' \
    -e 's/@''HAVE_ISWCNTRL''@/1/g' \
    -e 's/@''HAVE_WCTYPE_T''@/1/g' \
    -e 's/@''HAVE_WCTRANS_T''@/1/g' \
    -e 's/@''HAVE_WINT_T''@/1/g' \
    -e 's/@''REPLACE_ISWBLANK''@/0/g' \
    -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
    -e 's/@''REPLACE_TOWLOWER''@/0/g' \
    -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
    -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
    < ./wctype.in.h; \
    } > wctype.h-t && \
    mv wctype.h-t wctype.h
    make all-recursive
    make[5]: Entering directory '/<<PKGBUILDDIR>>/gl'
    make[6]: Entering directory '/<<PKGBUILDDIR>>/gl'
    /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -
    Werror=format-security -fcf-protection -Wall -pedantic -c -o hard-locale.lo hard-locale.c
    /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -
    Werror=format-security -fcf-protection -Wall -pedantic -c -o localcharset.lo localcharset.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c hard-locale.c -fPIC -DPIC -o .libs/hard-locale.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c localcharset.c -fPIC -DPIC -o .libs/localcharset.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c hard-locale.c -o hard-locale.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -
    Werror=format-security -fcf-protection -Wall -pedantic -c -o malloca.lo malloca.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c localcharset.c -o localcharset.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c malloca.c -fPIC -DPIC -o .libs/malloca.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c malloca.c -o malloca.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -
    Werror=format-security -fcf-protection -Wall -pedantic -c -o tempname.lo tempname.c
    /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -
    Werror=format-security -fcf-protection -Wall -pedantic -c -o glthread/threadlib.lo glthread/threadlib.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c tempname.c -fPIC -DPIC -o .libs/tempname.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c glthread/threadlib.c -fPIC -DPIC -o glthread/.libs/threadlib.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c glthread/threadlib.c -o glthread/threadlib.o >/dev/null 2>&1
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c tempname.c -o tempname.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -
    Werror=format-security -fcf-protection -Wall -pedantic -c -o unistd.lo unistd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c unistd.c -fPIC -DPIC -o .libs/unistd.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c unistd.c -o unistd.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -
    Werror=format-security -fcf-protection -Wall -pedantic -c -o wctype-h.lo wctype-h.c
    /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -
    Werror=format-security -fcf-protection -Wall -pedantic -c -o localtime-buffer.lo localtime-buffer.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c wctype-h.c -fPIC -DPIC -o .libs/wctype-h.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c localtime-buffer.c -fPIC -DPIC -o .libs/localtime-buffer.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c wctype-h.c -o wctype-h.o >/dev/null 2>&1
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c localtime-buffer.c -o localtime-buffer.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -
    Werror=format-security -fcf-protection -Wall -pedantic -c -o mbrtowc.lo mbrtowc.c
    rm -f t-charset.alias charset.alias && \
    /bin/bash ./config.charset 'x86_64-pc-linux-gnu' > t-charset.alias && \
    mv t-charset.alias charset.alias
    rm -f t-ref-add.sed ref-add.sed && \
    sed -e '/^#/d' -e 's/@''PACKAGE''@/libdap/g' ref-add.sin > t-ref-add.sed && \ mv t-ref-add.sed ref-add.sed
    rm -f t-ref-del.sed ref-del.sed && \
    sed -e '/^#/d' -e 's/@''PACKAGE''@/libdap/g' ref-del.sin > t-ref-del.sed && \ mv t-ref-del.sed ref-del.sed
    /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -
    Werror=format-security -fcf-protection -Wall -pedantic -c -o glthread/lock.lo glthread/lock.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c mbrtowc.c -fPIC -DPIC -o .libs/mbrtowc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c glthread/lock.c -fPIC -DPIC -o glthread/.libs/lock.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c mbrtowc.c -o mbrtowc.o >/dev/null 2>&1
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection -Wall -pedantic -c glthread/lock.c -o glthread/lock.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -no-
    undefined -Wl,-z,relro -Wl,-z,now -o libgnu.la hard-locale.lo localcharset.lo glthread/lock.lo malloca.lo tempname.lo glthread/threadlib.lo unistd.lo wctype-h.lo localtime-buffer.lo mbrtowc.lo -ltirpc
    libtool: link: ar cr .libs/libgnu.a .libs/hard-locale.o .libs/localcharset.o glthread/.libs/lock.o .libs/malloca.o .libs/tempname.o glthread/.libs/threadlib.o .libs/unistd.o .libs/wctype-h.o .libs/localtime-buffer.o .libs/mbrtowc.o
    libtool: link: ranlib .libs/libgnu.a
    libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" "libgnu.la" )
    make[6]: Leaving directory '/<<PKGBUILDDIR>>/gl'
    make[5]: Leaving directory '/<<PKGBUILDDIR>>/gl'
    make[4]: Leaving directory '/<<PKGBUILDDIR>>/gl'
    Making all in d4_ce
    make[4]: Entering directory '/<<PKGBUILDDIR>>/d4_ce'
    flex d4_ce_scanner.ll
    make all-recursive
    make[5]: Entering directory '/<<PKGBUILDDIR>>/d4_ce'
    Making all in .
    make[6]: Entering directory '/<<PKGBUILDDIR>>/d4_ce'
    /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I/usr/include/libxml2 -I/usr/include/tirpc -Wdate-time -D_FORTIFY_SOURCE=2 -I.. -I../d4_ce -I/usr/include/libxml2 -I/usr/include/tirpc -Wall -W -Wcast-
    align -Wno-inconsistent-missing-override -Wall -W -Wcast-align -g -O2 --std=c++14 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++14 -c -o libd4_ce_
    parser_la-lex.d4_ce.lo `test -f 'lex.d4_ce.cc' || echo './'`lex.d4_ce.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../d4_ce -I/usr/include/libxml2 -I/usr/include/tirpc -Wdate-time -D_FORTIFY_SOURCE=2 -I.. -I../d4_ce -I/usr/include/libxml2 -I/usr/include/tirpc -Wall -W -Wcast-align -Wno-inconsistent-missing-
    override -Wall -W -Wcast-align -g -O2 --std=c++14 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=c++14 -c lex.d4_ce.cc -fPIC -DPIC -o .libs/libd4_ce_
    parser_la-lex.d4_ce.o
    In file included from /usr/include/unicode/uenum.h:25,
    from /usr/include/unicode/ucnv.h:52,
    from /usr/include/libxml2/libxml/encoding.h:31,
    from /usr/include/libxml2/libxml/parser.h:812,
    from /usr/include/libxml2/libxml/globals.h:18,
    from /usr/include/libxml2/libxml/xmlIO.h:117,
    from /usr/include/libxml2/libxml/xmlwriter.h:18,
    from ../XMLWriter.h:33,
    from ../AttrTable.h:52,
    from ../BaseType.h:50,
    from ../Vector.h:41,
    from ../Array.h:48,
    from D4ConstraintEvaluator.h:33,
    from d4_ce_parser.yy:51,
    from D4CEScanner.h:47,
    from d4_ce_scanner.ll:34: /usr/include/unicode/localpointer.h:561:26: error: 'auto' parameter not permitted in this context
    561 | template <typename Type, auto closeFunction>
    | ^~~~ /usr/include/unicode/localpointer.h:573:76: error: template argument 2 is invalid
    573 | explicit LocalOpenPointer(std::unique_ptr<Type, decltype(closeFunction)> &&p)
    | ^
    /usr/include/unicode/localpointer.h:583:78: error: template argument 2 is invalid
    583 | LocalOpenPointer &operator=(std::unique_ptr<Type, decltype(closeFunction)> &&p) {
    | ^
    /usr/include/unicode/localpointer.h:599:59: error: template argument 2 is invalid
    599 | operator std::unique_ptr<Type, decltype(closeFunction)> () && {
    | ^ /usr/include/unicode/uenum.h:69:1: note: invalid template non-type parameter
    69 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration, uenum_close);
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    /usr/include/unicode/ucnv.h:597:1: note: invalid template non-type parameter
    597 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterPointer, UConverter, ucnv_close);
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    cc1plus: note: unrecognized command-line option '-Wno-inconsistent-missing-override' may have been intended to silence earlier diagnostics
    make[6]: *** [Makefile:1155: libd4_ce_parser_la-lex.d4_ce.lo] Error 1
    make[6]: Leaving directory '/<<PKGBUILDDIR>>/d4_ce'
    make[5]: *** [Makefile:1205: all-recursive] Error 1

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Tue Mar 25 10:30:04 2025
    This is a multi-part message in MIME format...

    Your message dated Tue, 25 Mar 2025 09:24:55 +0000
    with message-id <E1tx0Wl-002Bjo-9i@fasolo.debian.org>
    and subject line Bug#1101245: fixed in openbabel 3.1.1+dfsg-12
    has caused the Debian Bug report #1101245,
    regarding libdap: FTBFS: /usr/include/unicode/localpointer.h:561:26: error: 'auto' parameter not permitted in this context
    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 owner@bugs.debian.org
    immediately.)


    --
    1101245: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101245
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    Received: (at submit) by bugs.debian.org; 25 Mar 2025 00:11:00 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
    (2021-04-09) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-121.1 required=4.0 tests=ALL_TRUSTED,BAYES_00,
    BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
    DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,FROMDEVELOPER,FVGT_m_MULTI_ODD,
    HAS_PACKAGE,SPF_HELO_PASS,SPF_NONE,USER_IN_DKIM_WELCOMELIST,
    USER_IN_DKIM_WHITELIST,X_DEBBUGS_CC autolearn=ham autolearn_force=no
    version=3.4.6-bugs.debian.org_2005_01_02
    X-Spam-Bayes: score:0.0000 Tokens: new, 169; hammy, 150; neutral, 458; spammy,
    0. spammytokens: hammytokens:0.000-+--trixie, 0.000-+--pkgbuilddir,
    0.000-+--PKGBUILDDIR, 0.000-+--H*F:U*sanvila, 0.000-+--H*rp:U*sanvila Return-path: <sanvila@debian.org>
    Received: from mailly.debian.org ([2001:4
  • From Debian Bug Tracking System@21:1/5 to All on Wed Mar 26 00:10:03 2025
    This is a multi-part message in MIME format...

    Your message dated Tue, 25 Mar 2025 22:56:04 +0000
    with message-id <E1txDBk-004qXL-L1@fasolo.debian.org>
    and subject line Bug#1101260: fixed in xmoto 0.6.2+repack-3
    has caused the Debian Bug report #1101260,
    regarding libdap: FTBFS: /usr/include/unicode/localpointer.h:561:26: error: 'auto' parameter not permitted in this context
    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 owner@bugs.debian.org
    immediately.)


    --
    1101260: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101260
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    Received: (at submit) by bugs.debian.org; 25 Mar 2025 00:11:00 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
    (2021-04-09) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-121.1 required=4.0 tests=ALL_TRUSTED,BAYES_00,
    BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
    DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,FROMDEVELOPER,FVGT_m_MULTI_ODD,
    HAS_PACKAGE,SPF_HELO_PASS,SPF_NONE,USER_IN_DKIM_WELCOMELIST,
    USER_IN_DKIM_WHITELIST,X_DEBBUGS_CC autolearn=ham autolearn_force=no
    version=3.4.6-bugs.debian.org_2005_01_02
    X-Spam-Bayes: score:0.0000 Tokens: new, 169; hammy, 150; neutral, 458; spammy,
    0. spammytokens: hammytokens:0.000-+--trixie, 0.000-+--pkgbuilddir,
    0.000-+--PKGBUILDDIR, 0.000-+--H*F:U*sanvila, 0.000-+--H*rp:U*sanvila Return-path: <sanvila@debian.org>
    Received: from mailly.debian.org ([2001:4
  • From Debian Bug Tracking System@21:1/5 to All on Wed Mar 26 08:00:01 2025
    This is a multi-part message in MIME format...

    Your message dated Wed, 26 Mar 2025 06:49:10 +0000
    with message-id <E1txKZa-006R2W-DK@fasolo.debian.org>
    and subject line Bug#1101233: fixed in libdap 3.21.1-2
    has caused the Debian Bug report #1101233,
    regarding libdap: FTBFS: /usr/include/unicode/localpointer.h:561:26: error: 'auto' parameter not permitted in this context
    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 owner@bugs.debian.org
    immediately.)


    --
    1101233: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101233
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    Received: (at submit) by bugs.debian.org; 25 Mar 2025 00:11:00 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
    (2021-04-09) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-121.1 required=4.0 tests=ALL_TRUSTED,BAYES_00,
    BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
    DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,FROMDEVELOPER,FVGT_m_MULTI_ODD,
    HAS_PACKAGE,SPF_HELO_PASS,SPF_NONE,USER_IN_DKIM_WELCOMELIST,
    USER_IN_DKIM_WHITELIST,X_DEBBUGS_CC autolearn=ham autolearn_force=no
    version=3.4.6-bugs.debian.org_2005_01_02
    X-Spam-Bayes: score:0.0000 Tokens: new, 169; hammy, 150; neutral, 458; spammy,
    0. spammytokens: hammytokens:0.000-+--trixie, 0.000-+--pkgbuilddir,
    0.000-+--PKGBUILDDIR, 0.000-+--H*F:U*sanvila, 0.000-+--H*rp:U*sanvila Return-path: <sanvila@debian.org>
    Received: from mailly.debian.org ([2001:4