Your message dated Fri, 04 Nov 2022 21:05:13 +0000
with message-id <e1or3sh-0082vd...@fasolo.debian.org>
and subject line Bug#1023437: fixed in lxc 1:5.0.1-2
has caused the Debian Bug report #1023437,
regarding lxc FTBFS with glibc 2.36
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.)


-- 
1023437: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023437
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lxc
Version: 1:5.0.1-1
Severity: serious
Tags: ftbfs
X-Debbugs-Cc: debian-gl...@lists.debian.org

lxc fails to build from source in unstable. It seems very likely that
this is due to glibc 2.36. A non-parallel build log fails as follows:

| [24/4015] cc -Isrc/lxc/liblxc_static.a.p -Isrc/lxc -I../src/lxc -I. -I.. 
-Isrc -I../src -Isrc/include -I../src/include -I../src/lxc/cgroups 
-I../src/lxc/storage -flto=auto -fdiagnostics-color=always 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu11 -O0 
-Wno-format-signedness -Wno-missing-field-initializers -Wno-unused-parameter 
-Wvla -Wimplicit-fallthrough=5 -Wcast-align -Wstrict-prototypes 
-fno-strict-aliasing -fstack-clash-protection --param=ssp-buffer-size=4 
-Werror=implicit-function-declaration -Wlogical-op -Wmissing-include-dirs 
-Wold-style-definition -Winit-self -Wunused-but-set-variable 
-Wno-unused-parameter -Wfloat-equal -Wsuggest-attribute=noreturn 
-Werror=return-type -Werror=incompatible-pointer-types -Wformat=2 -Wshadow 
-Wendif-labels -Werror=overflow -fdiagnostics-show-option 
-Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time 
-Wnested-externs -fasynchronous-unwind-tables -fexceptions -Warray-bounds 
-Wrestrict -Wreturn-local-addr -Wstringop-overflow -include config.h -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread 
-fvisibility=default -MD -MQ src/lxc/liblxc_static.a.p/conf.c.o -MF 
src/lxc/liblxc_static.a.p/conf.c.o.d -o src/lxc/liblxc_static.a.p/conf.c.o -c 
../src/lxc/conf.c
| FAILED: src/lxc/liblxc_static.a.p/conf.c.o
| cc -Isrc/lxc/liblxc_static.a.p -Isrc/lxc -I../src/lxc -I. -I.. -Isrc -I../src 
-Isrc/include -I../src/include -I../src/lxc/cgroups -I../src/lxc/storage 
-flto=auto -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall 
-Winvalid-pch -Wextra -std=gnu11 -O0 -Wno-format-signedness 
-Wno-missing-field-initializers -Wno-unused-parameter -Wvla 
-Wimplicit-fallthrough=5 -Wcast-align -Wstrict-prototypes -fno-strict-aliasing 
-fstack-clash-protection --param=ssp-buffer-size=4 
-Werror=implicit-function-declaration -Wlogical-op -Wmissing-include-dirs 
-Wold-style-definition -Winit-self -Wunused-but-set-variable 
-Wno-unused-parameter -Wfloat-equal -Wsuggest-attribute=noreturn 
-Werror=return-type -Werror=incompatible-pointer-types -Wformat=2 -Wshadow 
-Wendif-labels -Werror=overflow -fdiagnostics-show-option 
-Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time 
-Wnested-externs -fasynchronous-unwind-tables -fexceptions -Warray-bounds 
-Wrestrict -Wreturn-local-addr -Wstringop-overflow -include config.h -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread 
-fvisibility=default -MD -MQ src/lxc/liblxc_static.a.p/conf.c.o -MF 
src/lxc/liblxc_static.a.p/conf.c.o.d -o src/lxc/liblxc_static.a.p/conf.c.o -c 
../src/lxc/conf.c
| ../src/lxc/conf.c: In function ‘__lxc_idmapped_mounts_child’:
| ../src/lxc/conf.c:2993:37: error: passing argument 4 of ‘mount_setattr’ from 
incompatible pointer type [-Werror=incompatible-pointer-types]
|  2993 |                                     &attr,
|       |                                     ^~~~~
|       |                                     |
|       |                                     struct lxc_mount_attr *
| In file included from ../src/lxc/conf.c:22:
| /usr/include/x86_64-linux-gnu/sys/mount.h:317:46: note: expected ‘struct 
mount_attr *’ but argument is of type ‘struct lxc_mount_attr *’
|   317 |                           struct mount_attr *__uattr, size_t __usize)
|       |                           ~~~~~~~~~~~~~~~~~~~^~~~~~~
| ../src/lxc/conf.c:3016:41: error: passing argument 4 of ‘mount_setattr’ from 
incompatible pointer type [-Werror=incompatible-pointer-types]
|  3016 |                                         &attr,
|       |                                         ^~~~~
|       |                                         |
|       |                                         struct lxc_mount_attr *
| /usr/include/x86_64-linux-gnu/sys/mount.h:317:46: note: expected ‘struct 
mount_attr *’ but argument is of type ‘struct lxc_mount_attr *’
|   317 |                           struct mount_attr *__uattr, size_t __usize)
|       |                           ~~~~~~~~~~~~~~~~~~~^~~~~~~
| ../src/lxc/conf.c: In function ‘lxc_idmapped_mounts_parent’:
| ../src/lxc/conf.c:4130:37: error: passing argument 4 of ‘mount_setattr’ from 
incompatible pointer type [-Werror=incompatible-pointer-types]
|  4130 |                                     &attr, sizeof(attr));
|       |                                     ^~~~~
|       |                                     |
|       |                                     struct lxc_mount_attr *
| /usr/include/x86_64-linux-gnu/sys/mount.h:317:46: note: expected ‘struct 
mount_attr *’ but argument is of type ‘struct lxc_mount_attr *’
|   317 |                           struct mount_attr *__uattr, size_t __usize)
|       |                           ~~~~~~~~~~~~~~~~~~~^~~~~~~
| cc1: some warnings being treated as errors
| ninja: build stopped: subcommand failed.
| dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j1 -v 
returned exit code 1
| make[1]: *** [debian/rules:20: override_dh_auto_build] Error 25
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| make: *** [debian/rules:6: build] Error 2
| dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

Helmut

--- End Message ---
--- Begin Message ---
Source: lxc
Source-Version: 1:5.0.1-2
Done: Mathias Gibbens <gib...@debian.org>

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

Debian distribution maintenance software
pp.
Mathias Gibbens <gib...@debian.org> (supplier of updated lxc 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: Fri, 04 Nov 2022 19:54:47 +0000
Source: lxc
Architecture: source
Version: 1:5.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: pkg-lxc <pkg-lxc-de...@lists.alioth.debian.org>
Changed-By: Mathias Gibbens <gib...@debian.org>
Closes: 922545 1016523 1023437
Changes:
 lxc (1:5.0.1-2) unstable; urgency=medium
 .
   * d/control:
     - Add myself to Uploaders
     - Bump Standards-Version (no changes needed)
     - Set minimum required meson version in Build-Depends (Closes: #1016523)
     - Update list of architectures missing libseccomp-dev
     - Add Rules-Requires-Root: binary-targets
   * Add myself to d/copyright
   * d/liblxc1.symbols:
     - Avoid build failure due to missing symbols on architectures without
       libseccomp-dev (Closes: #922545)
   * Drop d/patches/0006-adjust-pam-dir.patch and modify d/libpam-cgfs.install
     to directly install pam_cgfs.so
   * Cherry-pick upstream fixes for building with glibc 2.36 (Closes: #1023437)
   * Add d/upstream/metadata
   * Remove asterisk from NEWS file to silence lintian tag
Checksums-Sha1:
 7d5b192bf3993cea134a13b6e330c277f9243be3 2938 lxc_5.0.1-2.dsc
 39983c052c4177fe96daeda32de49781658be343 973206 lxc_5.0.1.orig.tar.gz
 4764c344581e117941e61432f25591c9772b5758 833 lxc_5.0.1.orig.tar.gz.asc
 e08da351790ed2560505bb72f0c10aec5f94feba 53700 lxc_5.0.1-2.debian.tar.xz
 18fa19720ca0f1333a6407f8e786dbdf470a68c4 14045 lxc_5.0.1-2_amd64.buildinfo
Checksums-Sha256:
 56ba3e96f480f5177d93bde5789cacef9fa8215724f75c84357f9de65091307b 2938 
lxc_5.0.1-2.dsc
 d8195423bb1e206f8521d24b6cde4789f043960c7cf065990a9cf741dcfd4222 973206 
lxc_5.0.1.orig.tar.gz
 3f3bc94239452b3ca9920bb3ed97ead75901f50acb72ca3a32038a730279aea6 833 
lxc_5.0.1.orig.tar.gz.asc
 0f0778f28bbc8322a3771e6740fb6c0accbe26af77777cb0f8369144bfc1a1f4 53700 
lxc_5.0.1-2.debian.tar.xz
 b85dcf5d9ba170bbd6b2ca4d782d41f626b4419b9c0b21ea0afbb5bf24f0f877 14045 
lxc_5.0.1-2_amd64.buildinfo
Files:
 8093b6a024e06d59b45020354d0d745b 2938 admin optional lxc_5.0.1-2.dsc
 39e78517ca5ca5c1c80b81c3baacf5ff 973206 admin optional lxc_5.0.1.orig.tar.gz
 28838d76e66a970de046a348b5bbe99e 833 admin optional lxc_5.0.1.orig.tar.gz.asc
 a43d271e217f90015d797930d7529b0e 53700 admin optional lxc_5.0.1-2.debian.tar.xz
 f3f7f05f6255a0ac8e2aa53f20c45f85 14045 admin optional 
lxc_5.0.1-2_amd64.buildinfo

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

iQJGBAEBCgAwFiEE1Bp60H32xfynSJ8cKe7i1uz0QvkFAmNlcOkSHGdpYm1hdEBk
ZWJpYW4ub3JnAAoJECnu4tbs9EL5F1gP/3TtfWBXKmKAOGAt3PVerncvMFoOtgpl
B8MIbivtjJsr+OOiNwhdBqcAd1vV0oJIh5dlkAKxsIt8uUkM7hiLHFrarYmSiVz6
7oKuz8d/EEXG84oF5EK4ixcBjNfqCwYJtYKCV6cUeW8nAYRLzJcGBUAzlaPb7YN+
X85TEw03o/aSnsL9E0bVmu1CwdfDPQszQ7/3GVMddWri4sl1Z8UBTvfBj1xEmWcP
tAjVu1F8k/yTap2KqVgGNGHpDwycmmSEHZOoi7teFgi+RnXdPEh6ZOBuLE9KNMar
8gHXPfLIy4gwPI1xUWgpRPNqdpZoHWJvXTsDXa+673h3FARpSOoY3QvjUQbf8UqN
aHq/kgskLQQdFdJIoj9GBvcdqjlRiC9xIZvo44UNYswpiZx60syL3fuvocq6uBOE
HyaXdF5rvJ6Xh6UknWVvDo8LefhKs/TIv6CckiZNc92tpquJJPtkbHgQ/Kmk67LG
5E2JdzFbSGsKvBORvgtbo/khDHzZgFAJXIZMgO9XDoIXJztLHTo414JsQFk5zYEu
l5POsDILaucmd8BdUzCRpSyjrI2gmxUCIBRvYdFzkUDUrV+YmLRJbZCWQVQJkW7b
RZXL9+932zfzGnavuUIk5sNHBPWuXMZJLeJoBfMfaLStrvyG7XRXzNudU53vcF2W
Vltjn1sJKq8u
=H4z1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to