[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1026755: marked as done (aws-crt-python FTBFS and wrongly checks hard for MADV_WIPEONFORK==18)



Your message dated Wed, 21 Dec 2022 21:06:22 +0000
with message-id <E1p86IA-00C3rr-LB@fasolo.debian.org>
and subject line Bug#1026755: fixed in aws-crt-python 0.16.2+dfsg-1
has caused the Debian Bug report #1026755,
regarding aws-crt-python FTBFS and wrongly checks hard for MADV_WIPEONFORK==18
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.)


-- 
1026755: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026755
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: aws-crt-python
Version: 0.15.3+dfsg-1
Tags: hppa, patch, ftbfs

Package fails to build like this:
 cd /<<PKGBUILDDIR>>/build/temp.linux-hppa-cpython-311/deps/s2n && /usr/bin/cc -D_POSIX_C_SOURCE=200809L -I/<<PKGBUILDDIR>>/crt/s2n -I/<<PKGBUILDDIR>>/crt/s2n/api -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -pedantic -std=gnu99 -Wall -Wimplicit -Wunused -Wcomment -Wchar-subscripts -Wuninitialized -Wshadow -Wcast-align -Wwrite-strings -Wno-deprecated-declarations -Wno-unknown-pragmas -Wformat-security -Wno-missing-braces -Wa,--noexecstack -fvisibility=hidden -DS2N_EXPORTS -DS2N_STACKTRACE -DS2N_FEATURES_AVAILABLE -fPIC -DS2N_FALL_THROUGH_SUPPORTED -DS2N___RESTRICT__SUPPORTED -DS2N_MADVISE_SUPPORTED -DS2N_CLONE_SUPPORTED -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX -MD -MT s2n/CMakeFiles/s2n.dir/utils/s2n_map.c.o -MF CMakeFiles/s2n.dir/utils/s2n_map.c.o.d -o CMakeFiles/s2n.dir/utils/s2n_map.c.o -c /<<PKGBUILDDIR>>/crt/s2n/utils/s2n_map.c
/<<PKGBUILDDIR>>/crt/s2n/utils/s2n_fork_detection.c:51:2: error: #error "MADV_WIPEONFORK is not 18"
   51 | #error "MADV_WIPEONFORK is not 18"
Full log is here:
https://buildd.debian.org/status/fetch.php?pkg=aws-crt-python&arch=hppa&ver=0.15.3%2Bdfsg-1&stamp=1671539403&raw=0

This is the code in: crt/s2n/utils/s2n_fork_detection.c:
#if defined(S2N_MADVISE_SUPPORTED) && defined(MADV_WIPEONFORK)
#if (MADV_WIPEONFORK != 18)
#error "MADV_WIPEONFORK is not 18"
#endif
#else /* defined(S2N_MADVISE_SUPPORTED) && defined(MADV_WIPEONFORK) */
#define MADV_WIPEONFORK 18
#endif

There is no reason to check against 18. parisc is the only arch where
MADV_WIPEONFORK has the value 71.

Can you please drop this patch, or change it to:
#if !((MADV_WIPEONFORK == 18) || (MADV_WIPEONFORK == 71))
#error "MADV_WIPEONFORK has strange number"
#endif

Thanks,
Helge

--- End Message ---
--- Begin Message ---
Source: aws-crt-python
Source-Version: 0.16.2+dfsg-1
Done: Noah Meyerhans <noahm@debian.org>

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

Debian distribution maintenance software
pp.
Noah Meyerhans <noahm@debian.org> (supplier of updated aws-crt-python 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 21 Dec 2022 12:21:49 -0800
Source: aws-crt-python
Architecture: source
Version: 0.16.2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Cloud Team <debian-cloud@lists.debian.org>
Changed-By: Noah Meyerhans <noahm@debian.org>
Closes: 1026755
Changes:
 aws-crt-python (0.16.2+dfsg-1) unstable; urgency=medium
 .
   * d/gbp.conf: update filter and debian-branch import-orig settings
   * New upstream version 0.16.2+dfsg
   * Fix FTBFS on HPPA (Closes: #1026755)
   * d/copyright: remove obsolete entries
Checksums-Sha1:
 bc2b3ec219872ec78886d50d5099e19599fc26ca 2203 aws-crt-python_0.16.2+dfsg-1.dsc
 57cd547fe3f2b097c1580ff0f8b4659032d2edbd 8621957 aws-crt-python_0.16.2+dfsg.orig.tar.gz
 d70e131009b70f1e7f183c803754a65d2bd7ffe8 5772 aws-crt-python_0.16.2+dfsg-1.debian.tar.xz
 d835d2c40032227ff080fcd9f7200cfcbd716994 7651 aws-crt-python_0.16.2+dfsg-1_source.buildinfo
Checksums-Sha256:
 4e3299faf6c6557749fcb6fb43d493981b219a2bea9ea2cd16d2b7a172e730b9 2203 aws-crt-python_0.16.2+dfsg-1.dsc
 7b64227baf66acf63feb56d767179b67cc83899d0edcfa4aab2e13dcff21d1f0 8621957 aws-crt-python_0.16.2+dfsg.orig.tar.gz
 9f0fc54d8486b994d8a67cf3bbb1796f61eea47d0f19e4f6c5d389fdbb67b28c 5772 aws-crt-python_0.16.2+dfsg-1.debian.tar.xz
 4ac2b5fa0186a77a1cbe9e6f1b745e212e284c1fa391c5516f0ff35c15eb27a2 7651 aws-crt-python_0.16.2+dfsg-1_source.buildinfo
Files:
 8b6bae7d68e88bdedc4efcde7e7578e7 2203 python optional aws-crt-python_0.16.2+dfsg-1.dsc
 ed6be4e39d6dcd7ca8583151d10a3bc7 8621957 python optional aws-crt-python_0.16.2+dfsg.orig.tar.gz
 0ce9ed8d665b067b1d236ad458cba83e 5772 python optional aws-crt-python_0.16.2+dfsg-1.debian.tar.xz
 9a411480f6f30375723a890376bcbde6 7651 python optional aws-crt-python_0.16.2+dfsg-1_source.buildinfo

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

iQJFBAEBCgAvFiEE5G+E0xEKhJuZ7RJ34+c1IpshdTUFAmOjcHsRHG5vYWhtQGRl
Ymlhbi5vcmcACgkQ4+c1IpshdTVatBAAjYAoTJfVW1jSgWxlByA6SRrIKXNGYqzY
TU97wmg+tCthnyGEsj9JH6hlL3GObpMhXhsYiqmRyg9f8eAFWACwEEGMhWWJmObA
I5n6lNZdWRYjkx32CoPRVyopbFUVnme+Ed7PkFRTWKmlY47tt9JsevBzIuBieKIa
BQ/OS5iAdAHpma3hdLESLtnlxqwaG+2XnBZkOgP/7QpKvhhCz3m0GiKOaCKhGdGg
zEQ+IHDKHV4deJwXmheWie9JCLDEq2YrDoeiHfHSape2/XsDTRG6KpuVxqOKyYvI
BeF0DFTlsYFRDKAfxe6HRvEhif36Ps3ThIwyUcYMRYeLqppvPF8XSPT1U/1b1XJd
MYD9rfIHAG9IqtjVbC7lyOYaINoct5X7/QzDrOMQM0bWKc3k8neJ1j+B0I8FKKpA
Bqlu0athdvXe8A5Lv1JzFDf+OhyLm04KcPX11szZKJY21shbCRjYUf00UiWKB8K/
fJimOoM8Jiw5kqcAhVKuUknje0ttTZCM2duQX3K7oEOKNE1NUaKr0St6JhD38n/V
WHe3F5a0CwrkuV4skaDBUucJlVaqXiCDMP3YlaxzqVL2DLlRnjU4498316oRzoaC
Iyd7afSOBvWvkvNDhMFGFYkF7VClc5nTtCa4pU+o4X0HkiiCmuPIL5rKP4Yi2nzv
r4hYPaxcXz4=
=qT0i
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: