Your message dated Tue, 28 Dec 2021 11:48:53 +0000 with message-id <[email protected]> and subject line Bug#993147: fixed in libstatgrab 0.92.1-1 has caused the Debian Bug report #993147, regarding libstatgrab FTBFS: ./configure: line 7892: syntax error near unexpected token `ac_fn_check_decl' 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.) -- 993147: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993147 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: libstatgrab Version: 0.92-2 Severity: serious Tags: ftbfs libstatgrab fails to build from source in unstable. The relevant part of the build log is: | dh build --with autoreconf | dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) | dh_update_autotools_config | dh_autoreconf | libtoolize: putting auxiliary files in '.'. | libtoolize: copying file './ltmain.sh' | libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | libtoolize: copying file 'm4/libtool.m4' | libtoolize: copying file 'm4/ltoptions.m4' | libtoolize: copying file 'm4/ltsugar.m4' | libtoolize: copying file 'm4/ltversion.m4' | libtoolize: copying file 'm4/lt~obsolete.m4' | configure.ac:54: warning: The macro `AC_PROG_CC_C99' is obsolete. | configure.ac:54: You should run autoupdate. | ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... | configure.ac:54: the top level | configure.ac:65: warning: The macro `AC_HEADER_STDC' is obsolete. | configure.ac:65: You should run autoupdate. | ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... | configure.ac:65: the top level | configure.ac:66: warning: The macro `AC_HEADER_TIME' is obsolete. | configure.ac:66: You should run autoupdate. | ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... | configure.ac:66: the top level | configure.ac:95: warning: The macro `AC_TYPE_GID_T' is obsolete. | configure.ac:95: You should run autoupdate. | m4/ax_types.m4:21: AC_TYPE_GID_T is expanded from... | configure.ac:95: the top level | configure.ac:156: warning: The macro `AC_LANG_C' is obsolete. | configure.ac:156: You should run autoupdate. | ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... | m4/ax_win32.m4:5: AX_WIN32 is expanded from... | configure.ac:156: the top level | configure.ac:1461: warning: The macro `AC_PROG_LD' is obsolete. | configure.ac:1461: You should run autoupdate. | m4/libtool.m4:3341: AC_PROG_LD is expanded from... | m4/ax_visibility.m4:9: AX_CHECK_VISIBILITY is expanded from... | configure.ac:1461: the top level | configure.ac:1691: warning: The macro `AC_LANG_C' is obsolete. | configure.ac:1691: You should run autoupdate. | ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... | m4/ax_win32.m4:5: AX_WIN32 is expanded from... | lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... | configure.ac:1691: the top level | configure.ac:1691: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead | lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... | lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... | ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... | ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... | m4/ax_pthread.m4:88: AX_PTHREAD is expanded from... | lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... | lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... | m4/ax_win32.m4:5: AX_WIN32 is expanded from... | lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... | configure.ac:1691: the top level | configure.ac:1838: warning: The macro `AC_PROG_LIBTOOL' is obsolete. | configure.ac:1838: You should run autoupdate. | m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... | configure.ac:1838: the top level | configure.ac:53: installing './compile' | configure.ac:18: installing './missing' | examples/Makefile.am: installing './depcomp' | dh_auto_configure | dh_auto_configure: warning: Compatibility levels before 10 are deprecated (level 9 in use) | ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking | checking for a BSD-compatible install... /usr/bin/install -c | checking whether build environment is sane... yes | checking for a race-free mkdir -p... /bin/mkdir -p | checking for gawk... no | checking for mawk... mawk | checking whether make sets $(MAKE)... yes | checking whether make supports nested variables... yes | checking whether to enable maintainer-specific portions of Makefiles... no | checking build system type... x86_64-pc-linux-gnu | checking host system type... x86_64-pc-linux-gnu | checking for gcc... gcc | checking whether the C compiler works... yes | checking for C compiler default output file name... a.out | checking for suffix of executables... | checking whether we are cross compiling... no | checking for suffix of object files... o | checking whether the compiler supports GNU C... yes | checking whether gcc accepts -g... yes | checking for gcc option to enable C11 features... none needed | checking whether gcc understands -c and -o together... yes | checking whether make supports the include directive... yes (GNU style) | checking dependency style of gcc... none | checking dependency style of gcc... (cached) none | checking for g++... g++ | checking whether the compiler supports GNU C++... yes | checking whether g++ accepts -g... yes | checking for g++ option to enable C++11 features... none needed | checking dependency style of g++... none | checking dependency style of g++... (cached) none | checking for a sed that does not truncate output... /bin/sed | checking for grep that handles long lines and -e... /bin/grep | checking for ar... ar | checking the archiver (ar) interface... ar | checking for stdio.h... yes | checking for stdlib.h... yes | checking for string.h... yes | checking for inttypes.h... yes | checking for stdint.h... yes | checking for strings.h... yes | checking for sys/stat.h... yes | checking for sys/types.h... yes | checking for unistd.h... yes | checking for sys/time.h... yes | checking for egrep... /bin/grep -E | checking for _Bool... yes | checking for stdbool.h that conforms to C99... yes | checking for assert.h... yes | checking for ctype.h... yes | checking for errno.h... yes | checking for float.h... yes | checking for limits.h... yes | checking for locale.h... yes | checking for math.h... yes | checking for setjmp.h... yes | checking for signal.h... yes | checking for stdarg.h... yes | checking for stddef.h... yes | checking for stdlib.h... (cached) yes | checking for string.h... (cached) yes | checking for an ANSI C-conforming const... yes | checking for inline... inline | checking for int8_t... yes | checking for int16_t... yes | checking for int32_t... yes | checking for int64_t... yes | checking for uint8_t... yes | checking for uint16_t... yes | checking for uint32_t... yes | checking for uint64_t... yes | checking for size_t... yes | checking for ssize_t... yes | checking for off_t... yes | checking for pid_t... yes | checking how to run the C preprocessor... gcc -E | checking for uid_t in sys/types.h... yes | checking for uid_t in sys/types.h... (cached) yes | checking for time_t... yes | checking for unsigned long long int... yes | checking for long long int... yes | checking for unsigned long long int... (cached) yes | checking for gcc options needed to detect all undeclared functions... none needed | checking whether _AIX is declared... no | checking whether __linux is declared... yes | ./configure: line 7892: syntax error near unexpected token `ac_fn_check_decl' | ./configure: line 7892: `fi ac_fn_check_decl "$LINENO" "__sun" "ac_cv_have_decl___sun" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"' | tail -v -n \+0 config.log | ==> config.log <== | ... | configure: exit 2 | dh_auto_configure: error: ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking returned exit code 2 | make: *** [debian/rules:7: build] Error 25 | dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 Helmut
--- End Message ---
--- Begin Message ---Source: libstatgrab Source-Version: 0.92.1-1 Done: Bartosz Fenski <[email protected]> We believe that the bug you reported is fixed in the latest version of libstatgrab, 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. Bartosz Fenski <[email protected]> (supplier of updated libstatgrab 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: SHA256 Format: 1.8 Date: Tue, 28 Dec 2021 15:06:54 +0100 Source: libstatgrab Architecture: source Version: 0.92.1-1 Distribution: unstable Urgency: medium Maintainer: Bartosz Fenski <[email protected]> Changed-By: Bartosz Fenski <[email protected]> Closes: 993147 997241 Changes: libstatgrab (0.92.1-1) unstable; urgency=medium . * The Akamai Technologies paid volunteer days release. * New upstream release. (Closes: #997241, #993147) * Bumped DH compatibility level to 13. Checksums-Sha1: 72a4a88a4153574607f747c83e8112a0ad540c05 1951 libstatgrab_0.92.1-1.dsc 1d93c4116b23fab61b6c36414976a924fb82efd8 817531 libstatgrab_0.92.1.orig.tar.gz fda1b8973fa329375b7805b656d4bfbdf83039cb 4028 libstatgrab_0.92.1-1.debian.tar.xz f1da77ae26ce2c2a2191c4fad01d889ecaeb6a85 7744 libstatgrab_0.92.1-1_amd64.buildinfo Checksums-Sha256: 36f11e7055cd650d81594734c6ec3b97793e7376a6ee890db4a99e4e1ec46be6 1951 libstatgrab_0.92.1-1.dsc 5688aa4a685547d7174a8a373ea9d8ee927e766e3cc302bdee34523c2c5d6c11 817531 libstatgrab_0.92.1.orig.tar.gz 901b6565b8dd335df71f02feb0a8de3a94df32ef4f627d942ab5ec32fccd8145 4028 libstatgrab_0.92.1-1.debian.tar.xz b9a87c077b27853c26ce2ac481607f579b67e14ce22dff63a5cafea6b5d03035 7744 libstatgrab_0.92.1-1_amd64.buildinfo Files: 2c2e15e52196ac022dc4a09355263419 1951 libs optional libstatgrab_0.92.1-1.dsc af685494e985229e0ac46365bc0cd50e 817531 libs optional libstatgrab_0.92.1.orig.tar.gz e172a4f7e30b09700162dbd1279502d5 4028 libs optional libstatgrab_0.92.1-1.debian.tar.xz c12a78da3382618d4850ea7dc0731374 7744 libs optional libstatgrab_0.92.1-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJFBAEBCAAvFiEEK+x51vtJ+yJ4cpAbsNnUqDzTu8EFAmHK8/QRHGZlbmlvQGRl Ymlhbi5vcmcACgkQsNnUqDzTu8HqaBAApa/M8CIm+t3RaXdN2YMsq9ypUP1vl3ht rz1omfffmTy5wBFU2UK8dpNuvp7E3lD4FNk9jR36+/4a81mfeuSV0oUNpQL98lVI lTK0h1VX74bmD/evYS7XLGJznWiZD0AX2EfiVMt7Fly2sWy/K1YoY9jwvQjaSkxp dk31leBx4I4lkgR7bxFQXW25l2t3O6Snjvqh8tIOEaM8c4hJAElQ8sL//e+siYJI D3B8HfIp+pK6WQ4VwDtzmwbVJFmAmRmRfOpLOIOYQCSfou20bCCDDRre/ZoCz6HZ TCSRMiT81xPIvOBkOn2AEDSsAk0ZB1Re14jkIjNFluGoNqUwRnxjQqH1QJxZddrg gcuKF4dvdF+bVjT74ssjHueT3d+QsdMfIFFvhYaSPNNut3GMqbn57+jWPWGQUreP iQbrQoX9atx55Uhkkp2iBqJu3xgoWIyDtyMhUuiSgUoC23AWqRY8+1WmZJbtU0yk to+ph6VoXnR8HDH60MF5DCsrp6Ey4gzMV3gJLKsAov/xdDacnhEkij+E8dSalj7g 47J6TMrqKLFX2zdJMSDInrC8TKSE0DNDiiq0d7Pu4Bhbjx7FvGCc+zv+1CxQmbIn 059Y6RAakLT35wdVkQreWbWJw5urlvO6FzsmLW9OpClYqYZXvLbGEZj5tMlM5ZuA OOTkmw4AqXk= =KOCp -----END PGP SIGNATURE-----
--- End Message ---

