Your message dated Thu, 19 Dec 2024 15:34:04 +0000
with message-id <[email protected]>
and subject line Bug#1090198: fixed in cadaver 0.26+dfsg-1
has caused the Debian Bug report #1090198,
regarding cadaver: FTBFS: configure: error: could not find neon
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.)
--
1090198: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090198
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:cadaver
Version: 0.24+dfsg-4
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
Copying file ABOUT-NLS
Copying file config.rpath
Copying file m4/gettext.m4
Copying file m4/host-cpu-c-abi.m4
Copying file m4/iconv.m4
Copying file m4/intlmacosx.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/progtest.m4
configure.ac:46: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:46: You should run autoupdate.
./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
m4/neon/neon.m4:431: NEON_COMMON_CHECKS is expanded from...
m4/neon/neon.m4:278: NEON_COMMON is expanded from...
m4/neon/neon.m4:110: NEON_LIBRARY is expanded from...
configure.ac:46: the top level
debian/rules execute_after_dh_autoreconf
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Need to patch po/Makefile.in.in (note that this file is copied
# from /usr by autoreconf, it's not the file shipped by upstream)
# Cf. https://github.com/notroj/cadaver/issues/16
sed -i "/^mkdir_p = /s/@mkdir_p@/@MKDIR_P@/" po/Makefile.in.in
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
./configure \
--host=x86_64-linux-gnu --build=x86_64-linux-gnu \
--prefix=/usr --mandir=\${prefix}/share/man \
--enable-warnings --enable-netrc --with-ssl=gnutls
checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-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 x86_64-linux-gnu-gcc accepts -g... yes
checking for x86_64-linux-gnu-gcc option to enable C11 features... none needed
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 wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-linux-gnu-gcc option to enable C11 features... (cached)
none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
checking for x86_64-linux-gnu-pkg-config... /usr/bin/x86_64-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for tputs in -lcurses... ./configure: line 5319: ac_fn_c_try_link:
command not found
no
checking for tputs in -lncurses... yes
checking for readline in -lreadline... yes
checking for library containing add_history... none required
checking for history.h... no
checking for readline/history.h... yes
checking for readline.h... no
checking for readline/readline.h... yes
checking for rl_completion_matches... yes
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for off_t... yes
checking for uname... Linux
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking for gcc -Wformat -Werror sanity... yes
checking for errno.h... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/uio.h... yes
checking size of size_t... 8
checking how to print size_t... lu
checking size of off_t... 8
checking how to print off_t... ld
checking size of ssize_t... 8
checking how to print ssize_t... ld
checking whether byte ordering is bigendian... no
checking for x86_64-linux-gnu-gcc options needed to detect all undeclared
functions... none needed
checking whether strerror_r is declared... yes
checking whether strerror_r returns char *... yes
checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E
checking for egrep -e... (cached) /usr/bin/grep -E
checking for neon-config... /usr/bin/neon-config
checking linking against neon... yes
configure: incompatible neon library version 0.34.0: wanted 0.27 28 29 30 31 32
33
configure: error: could not find neon
make[1]: *** [debian/rules:21: override_dh_auto_configure] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202412/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: cadaver
Source-Version: 0.26+dfsg-1
Done: Arnaud Rebillout <[email protected]>
We believe that the bug you reported is fixed in the latest version of
cadaver, 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.
Arnaud Rebillout <[email protected]> (supplier of updated cadaver package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 19 Dec 2024 21:57:11 +0700
Source: cadaver
Architecture: source
Version: 0.26+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Arnaud Rebillout <[email protected]>
Changed-By: Arnaud Rebillout <[email protected]>
Closes: 1090198
Changes:
cadaver (0.26+dfsg-1) unstable; urgency=medium
.
* Update Files-Excluded list in d/copyright
* New upstream version 0.26+dfsg (Closes: #1090198)
* Update years in d/copyright
* Rework the patch series
* Drop libxml2-dev build depend
* Drop mkdir_p hack in d/rules
* Drop obsolete stanzas in d/copyright
Checksums-Sha1:
68ac9c80bde7b144794058d05bdfa0aeb3e7c88c 1953 cadaver_0.26+dfsg-1.dsc
7e12fe4653e6508d472c0ed9040fd237f76f151b 190708 cadaver_0.26+dfsg.orig.tar.xz
c8af87606733d5dfbdb4575e0e51ff742da96245 7576 cadaver_0.26+dfsg-1.debian.tar.xz
5039ed2ad6a4aeed14dd40626157b536ea68372c 6354
cadaver_0.26+dfsg-1_source.buildinfo
Checksums-Sha256:
2b2d1aa4eb7018694ef2653a3d924e3d795811077a8c770c2e90cecbfbfa80bc 1953
cadaver_0.26+dfsg-1.dsc
4dc66b46cbd04970984f2aae37c54afd9f87e6605ab38a1c4482dce50c310bd3 190708
cadaver_0.26+dfsg.orig.tar.xz
10432c9e2415bdc4c28529c16042ec3df86d51d1c63195ec5b4314569ed12965 7576
cadaver_0.26+dfsg-1.debian.tar.xz
4121cf803da1ae2b98fb9311be8e8a40fbafa9762ec4e56b9c1ba84618b744bc 6354
cadaver_0.26+dfsg-1_source.buildinfo
Files:
4e38d2a70c638a84e7ca7256e6720a3e 1953 web optional cadaver_0.26+dfsg-1.dsc
4806f145f1773272babb1b615924df61 190708 web optional
cadaver_0.26+dfsg.orig.tar.xz
564ce648825407fd900ce2a4911f9179 7576 web optional
cadaver_0.26+dfsg-1.debian.tar.xz
1cf112fa5eac806714ce7b8b79332d84 6354 web optional
cadaver_0.26+dfsg-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE0Kl7ndbut+9n4bYs5yXoeRRgAhYFAmdkNUURHGFybmF1ZHJA
a2FsaS5vcmcACgkQ5yXoeRRgAhaRdw/+Nz4CN1Z7owEW7srRAqpCu53cYhhGi351
CygTcOb5zs7aNRxLHo5wNJBiUhunbUt4OTI9BmU2pnXC/t6mJn8zYmhOoXjgKrlk
3U3N3tEWBqFXRtMM8Zrj3Hsb0oNdzOjXzbJC/xWZ6KCpHPYVwJIHhgINm7SsVJtm
WYtE5FTR+SEtwgzZPlxPWnfsVbeh+TN4lFOz04mShCn3CTpQXyrK+4QPMn0sHAOY
5dhemVfx5brtWktysrqtwqrXqVKsAkxYJXTvImAeDv2Z41Ph6uP3MzfncMXx+VHS
DNiDvjTwQ4M6/zIGMVXAwLOUPSdY6H+B8KhtNZFoNPLRHnW6RJsfohKQumcqeCl6
g0wcX/EKYeQIIxMmPhGXysgvWybBEPNrCapLH7bYQa4V1J6PudJ+jzKsHApMNBV5
wShkdq1LMkjRe+FQe/fvECZcEgmDTAEfJwuEaQTVcUwUmOsNvrd1BghQ1+rvF1j7
Rk2uUDb8IWuCHjy9+WGOxNageOMaMqYILTKz3qmL1tVd+X7R81cDVoi0GKawX63k
pSm8bUuwSJI9Qou6/wCSxH67uA0GhFXPmsAW7cX118nS00iWKvvRg/AyY4kmL36x
4cvhBrOxep8WRGr9Y0r47b6ZwmBtYLmgcIcc1DpuiIA8Z+35L4h4BXTQiSWZyZvi
F2qrbuOyp/M=
=ljqQ
-----END PGP SIGNATURE-----
pgp0RQrVXEcFk.pgp
Description: PGP signature
--- End Message ---