* bug#72934: lxc fails to build
@ 2024-09-01 15:44 Jakob Kirsch via Bug reports for GNU Guix
2024-09-02 21:22 ` Jakob Kirsch via Bug reports for GNU Guix
0 siblings, 1 reply; 2+ messages in thread
From: Jakob Kirsch via Bug reports for GNU Guix @ 2024-09-01 15:44 UTC (permalink / raw)
To: 72934
The error message is:
```
mount_utils.c: In function ‘create_detached_idmapped_mount’:
mount_utils.c:297:29: error: passing argument 4 of ‘mount_setattr’ from
incompatible pointer type [-Werror=incompatible-pointer-types]
297 | &attr, sizeof(attr));
| ^~~~~
| |
| struct lxc_mount_attr *
In file included from mount_utils.c:9:
/gnu/store/zvlp3n8iwa1svxmwv4q22pv1pb1c9pjq-glibc-2.39/include/sys/mount.h:320:46:
note: expected ‘struct mount_attr *’ but argument is of type ‘struct
lxc_mount_attr *’
320 | struct mount_attr *__uattr, size_t
__usize)
| ~~~~~~~~~~~~~~~~~~~^~~~~~~
mount_utils.c: In function ‘__fd_bind_mount’:
mount_utils.c:380:37: error: passing argument 4 of ‘mount_setattr’ from
incompatible pointer type [-Werror=incompatible-pointer-types]
380 | &attr, sizeof(attr));
| ^~~~~
| |
| struct lxc_mount_attr *
In file included from mount_utils.c:9:
/gnu/store/zvlp3n8iwa1svxmwv4q22pv1pb1c9pjq-glibc-2.39/include/sys/mount.h:320:46:
note: expected ‘struct mount_attr *’ but argument is of type ‘struct
lxc_mount_attr *’
320 | struct mount_attr *__uattr, size_t
__usize)
```
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#72934: lxc fails to build
2024-09-01 15:44 bug#72934: lxc fails to build Jakob Kirsch via Bug reports for GNU Guix
@ 2024-09-02 21:22 ` Jakob Kirsch via Bug reports for GNU Guix
0 siblings, 0 replies; 2+ messages in thread
From: Jakob Kirsch via Bug reports for GNU Guix @ 2024-09-02 21:22 UTC (permalink / raw)
To: 72934; +Cc: Jakob Kirsch
[-- Attachment #1.1.1: Type: text/plain, Size: 37 bytes --]
this is now being tracked in #72976
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 5825 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-02 21:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01 15:44 bug#72934: lxc fails to build Jakob Kirsch via Bug reports for GNU Guix
2024-09-02 21:22 ` Jakob Kirsch via Bug reports for GNU Guix
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.