Your message dated Sun, 03 Apr 2022 18:19:15 +0000
with message-id <e1nb4ol-0001nd...@fasolo.debian.org>
and subject line Bug#1008350: fixed in cage 0.1.4-3
has caused the Debian Bug report #1008350,
regarding cage: FTBFS: ../view.c:238:57: error: ‘struct wlr_surface’ has no 
member named ‘subsurfaces_below’
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.)


-- 
1008350: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008350
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cage
Version: 0.1.4-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220326 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> cc -Icage.p -I. -I.. -I/usr/include/libdrm -I/usr/include/pixman-1 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
> -Wpedantic -std=c11 -O0 -DWLR_USE_UNSTABLE -Wall -Wundef 
> -Wno-unused-parameter -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -MD -MQ cage.p/view.c.o -MF cage.p/view.c.o.d -o 
> cage.p/view.c.o -c ../view.c
> In file included from ../view.c:15:
> /usr/include/wlr/types/wlr_box.h:4:2: warning: #warning "wlr_box has been 
> moved to wlr/util/box.h" [-Wcpp]
>     4 | #warning "wlr_box has been moved to wlr/util/box.h"
>       |  ^~~~~~~
> In file included from /usr/include/wayland-server-core.h:32,
>                  from ../view.c:14:
> ../view.c: In function ‘view_map’:
> ../view.c:238:57: error: ‘struct wlr_surface’ has no member named 
> ‘subsurfaces_below’
>   238 |         wl_list_for_each (subsurface, 
> &view->wlr_surface->subsurfaces_below, parent_link) {
>       |                                                         ^~
> In file included from /usr/include/sched.h:29,
>                  from /usr/include/pthread.h:22,
>                  from /usr/include/xcb/xcb.h:43,
>                  from /usr/include/wlr/xwayland.h:17,
>                  from ../server.h:12,
>                  from ../output.h:8,
>                  from ../view.c:19:
> ../view.c:238:9: error: ‘struct wlr_subsurface’ has no member named 
> ‘parent_link’
>   238 |         wl_list_for_each (subsurface, 
> &view->wlr_surface->subsurfaces_below, parent_link) {
>       |         ^~~~~~~~~~~~~~~~
> In file included from /usr/include/wayland-server-core.h:32,
>                  from ../view.c:14:
> ../view.c:238:9: error: ‘struct wlr_subsurface’ has no member named 
> ‘parent_link’
>   238 |         wl_list_for_each (subsurface, 
> &view->wlr_surface->subsurfaces_below, parent_link) {
>       |         ^~~~~~~~~~~~~~~~
> ../view.c:238:57: error: ‘struct wlr_surface’ has no member named 
> ‘subsurfaces_below’
>   238 |         wl_list_for_each (subsurface, 
> &view->wlr_surface->subsurfaces_below, parent_link) {
>       |                                                         ^~
> ../view.c:238:9: error: ‘struct wlr_subsurface’ has no member named 
> ‘parent_link’
>   238 |         wl_list_for_each (subsurface, 
> &view->wlr_surface->subsurfaces_below, parent_link) {
>       |         ^~~~~~~~~~~~~~~~
> In file included from /usr/include/sched.h:29,
>                  from /usr/include/pthread.h:22,
>                  from /usr/include/xcb/xcb.h:43,
>                  from /usr/include/wlr/xwayland.h:17,
>                  from ../server.h:12,
>                  from ../output.h:8,
>                  from ../view.c:19:
> ../view.c:238:9: error: ‘struct wlr_subsurface’ has no member named 
> ‘parent_link’
>   238 |         wl_list_for_each (subsurface, 
> &view->wlr_surface->subsurfaces_below, parent_link) {
>       |         ^~~~~~~~~~~~~~~~
> In file included from /usr/include/wayland-server-core.h:32,
>                  from ../view.c:14:
> ../view.c:241:57: error: ‘struct wlr_surface’ has no member named 
> ‘subsurfaces_above’
>   241 |         wl_list_for_each (subsurface, 
> &view->wlr_surface->subsurfaces_above, parent_link) {
>       |                                                         ^~
> In file included from /usr/include/sched.h:29,
>                  from /usr/include/pthread.h:22,
>                  from /usr/include/xcb/xcb.h:43,
>                  from /usr/include/wlr/xwayland.h:17,
>                  from ../server.h:12,
>                  from ../output.h:8,
>                  from ../view.c:19:
> ../view.c:241:9: error: ‘struct wlr_subsurface’ has no member named 
> ‘parent_link’
>   241 |         wl_list_for_each (subsurface, 
> &view->wlr_surface->subsurfaces_above, parent_link) {
>       |         ^~~~~~~~~~~~~~~~
> In file included from /usr/include/wayland-server-core.h:32,
>                  from ../view.c:14:
> ../view.c:241:9: error: ‘struct wlr_subsurface’ has no member named 
> ‘parent_link’
>   241 |         wl_list_for_each (subsurface, 
> &view->wlr_surface->subsurfaces_above, parent_link) {
>       |         ^~~~~~~~~~~~~~~~
> ../view.c:241:57: error: ‘struct wlr_surface’ has no member named 
> ‘subsurfaces_above’
>   241 |         wl_list_for_each (subsurface, 
> &view->wlr_surface->subsurfaces_above, parent_link) {
>       |                                                         ^~
> ../view.c:241:9: error: ‘struct wlr_subsurface’ has no member named 
> ‘parent_link’
>   241 |         wl_list_for_each (subsurface, 
> &view->wlr_surface->subsurfaces_above, parent_link) {
>       |         ^~~~~~~~~~~~~~~~
> In file included from /usr/include/sched.h:29,
>                  from /usr/include/pthread.h:22,
>                  from /usr/include/xcb/xcb.h:43,
>                  from /usr/include/wlr/xwayland.h:17,
>                  from ../server.h:12,
>                  from ../output.h:8,
>                  from ../view.c:19:
> ../view.c:241:9: error: ‘struct wlr_subsurface’ has no member named 
> ‘parent_link’
>   241 |         wl_list_for_each (subsurface, 
> &view->wlr_surface->subsurfaces_above, parent_link) {
>       |         ^~~~~~~~~~~~~~~~
> [5/12] cc -Icage.p -I. -I.. -I/usr/include/libdrm -I/usr/include/pixman-1 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
> -Wpedantic -std=c11 -O0 -DWLR_USE_UNSTABLE -Wall -Wundef 
> -Wno-unused-parameter -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -MD -MQ cage.p/idle_inhibit_v1.c.o -MF 
> cage.p/idle_inhibit_v1.c.o.d -o cage.p/idle_inhibit_v1.c.o -c 
> ../idle_inhibit_v1.c
> In file included from ../view.h:8,
>                  from ../output.h:9,
>                  from ../server.h:15,
>                  from ../idle_inhibit_v1.c:15:
> /usr/include/wlr/types/wlr_box.h:4:2: warning: #warning "wlr_box has been 
> moved to wlr/util/box.h" [-Wcpp]
>     4 | #warning "wlr_box has been moved to wlr/util/box.h"
>       |  ^~~~~~~
> [6/12] cc -Icage.p -I. -I.. -I/usr/include/libdrm -I/usr/include/pixman-1 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
> -Wpedantic -std=c11 -O0 -DWLR_USE_UNSTABLE -Wall -Wundef 
> -Wno-unused-parameter -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -MD -MQ cage.p/render.c.o -MF cage.p/render.c.o.d -o 
> cage.p/render.c.o -c ../render.c
> In file included from ../render.c:13:
> /usr/include/wlr/types/wlr_box.h:4:2: warning: #warning "wlr_box has been 
> moved to wlr/util/box.h" [-Wcpp]
>     4 | #warning "wlr_box has been moved to wlr/util/box.h"
>       |  ^~~~~~~
> ../render.c: In function ‘scissor_output’:
> ../render.c:30:41: warning: implicit declaration of function 
> ‘wlr_backend_get_renderer’; did you mean ‘wlr_backend_get_session’? 
> [-Wimplicit-function-declaration]
>    30 |         struct wlr_renderer *renderer = 
> wlr_backend_get_renderer(output->backend);
>       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~
>       |                                         wlr_backend_get_session
> ../render.c:30:41: warning: initialization of ‘struct wlr_renderer *’ from 
> ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> ../render.c: In function ‘render_texture’:
> ../render.c:55:41: warning: initialization of ‘struct wlr_renderer *’ from 
> ‘int’ makes pointer from integer without a cast [-Wint-conversion]
>    55 |         struct wlr_renderer *renderer = 
> wlr_backend_get_renderer(wlr_output->backend);
>       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~
> ../render.c: In function ‘output_render’:
> ../render.c:137:41: warning: initialization of ‘struct wlr_renderer *’ from 
> ‘int’ makes pointer from integer without a cast [-Wint-conversion]
>   137 |         struct wlr_renderer *renderer = 
> wlr_backend_get_renderer(wlr_output->backend);
>       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~
> [7/12] cc -Icage.p -I. -I.. -I/usr/include/libdrm -I/usr/include/pixman-1 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
> -Wpedantic -std=c11 -O0 -DWLR_USE_UNSTABLE -Wall -Wundef 
> -Wno-unused-parameter -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -MD -MQ cage.p/xdg_shell.c.o -MF cage.p/xdg_shell.c.o.d 
> -o cage.p/xdg_shell.c.o -c ../xdg_shell.c
> In file included from ../xdg_shell.c:12:
> /usr/include/wlr/types/wlr_box.h:4:2: warning: #warning "wlr_box has been 
> moved to wlr/util/box.h" [-Wcpp]
>     4 | #warning "wlr_box has been moved to wlr/util/box.h"
>       |  ^~~~~~~
> [8/12] cc -Icage.p -I. -I.. -I/usr/include/libdrm -I/usr/include/pixman-1 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
> -Wpedantic -std=c11 -O0 -DWLR_USE_UNSTABLE -Wall -Wundef 
> -Wno-unused-parameter -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -MD -MQ cage.p/xwayland.c.o -MF cage.p/xwayland.c.o.d -o 
> cage.p/xwayland.c.o -c ../xwayland.c
> In file included from ../xwayland.c:12:
> /usr/include/wlr/types/wlr_box.h:4:2: warning: #warning "wlr_box has been 
> moved to wlr/util/box.h" [-Wcpp]
>     4 | #warning "wlr_box has been moved to wlr/util/box.h"
>       |  ^~~~~~~
> [9/12] cc -Icage.p -I. -I.. -I/usr/include/libdrm -I/usr/include/pixman-1 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
> -Wpedantic -std=c11 -O0 -DWLR_USE_UNSTABLE -Wall -Wundef 
> -Wno-unused-parameter -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -MD -MQ cage.p/cage.c.o -MF cage.p/cage.c.o.d -o 
> cage.p/cage.c.o -c ../cage.c
> In file included from ../view.h:8,
>                  from ../seat.h:12,
>                  from ../server.h:16,
>                  from ../output.h:8,
>                  from ../cage.c:44:
> /usr/include/wlr/types/wlr_box.h:4:2: warning: #warning "wlr_box has been 
> moved to wlr/util/box.h" [-Wcpp]
>     4 | #warning "wlr_box has been moved to wlr/util/box.h"
>       |  ^~~~~~~
> ../cage.c: In function ‘main’:
> ../cage.c:319:20: warning: implicit declaration of function 
> ‘wlr_backend_get_renderer’; did you mean ‘wlr_backend_get_session’? 
> [-Wimplicit-function-declaration]
>   319 |         renderer = wlr_backend_get_renderer(server.backend);
>       |                    ^~~~~~~~~~~~~~~~~~~~~~~~
>       |                    wlr_backend_get_session
> ../cage.c:319:18: warning: assignment to ‘struct wlr_renderer *’ from ‘int’ 
> makes pointer from integer without a cast [-Wint-conversion]
>   319 |         renderer = wlr_backend_get_renderer(server.backend);
>       |                  ^
> [10/12] cc -Icage.p -I. -I.. -I/usr/include/libdrm -I/usr/include/pixman-1 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
> -Wpedantic -std=c11 -O0 -DWLR_USE_UNSTABLE -Wall -Wundef 
> -Wno-unused-parameter -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -MD -MQ cage.p/output.c.o -MF cage.p/output.c.o.d -o 
> cage.p/output.c.o -c ../output.c
> In file included from ../view.h:8,
>                  from ../seat.h:12,
>                  from ../server.h:16,
>                  from ../output.h:8,
>                  from ../output.c:34:
> /usr/include/wlr/types/wlr_box.h:4:2: warning: #warning "wlr_box has been 
> moved to wlr/util/box.h" [-Wcpp]
>     4 | #warning "wlr_box has been moved to wlr/util/box.h"
>       |  ^~~~~~~
> [11/12] cc -Icage.p -I. -I.. -I/usr/include/libdrm -I/usr/include/pixman-1 
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
> -Wpedantic -std=c11 -O0 -DWLR_USE_UNSTABLE -Wall -Wundef 
> -Wno-unused-parameter -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -MD -MQ cage.p/seat.c.o -MF cage.p/seat.c.o.d -o 
> cage.p/seat.c.o -c ../seat.c
> In file included from ../view.h:8,
>                  from ../seat.h:12,
>                  from ../server.h:16,
>                  from ../output.h:8,
>                  from ../seat.c:30:
> /usr/include/wlr/types/wlr_box.h:4:2: warning: #warning "wlr_box has been 
> moved to wlr/util/box.h" [-Wcpp]
>     4 | #warning "wlr_box has been moved to wlr/util/box.h"
>       |  ^~~~~~~
> ninja: build stopped: subcommand failed.
> dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v 
> returned exit code 1
> make: *** [debian/rules:11: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/03/26/cage_0.1.4-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: cage
Source-Version: 0.1.4-3
Done: Birger Schacht <bir...@debian.org>

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

Debian distribution maintenance software
pp.
Birger Schacht <bir...@debian.org> (supplier of updated cage 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: Sun, 03 Apr 2022 19:27:37 +0200
Source: cage
Architecture: source
Version: 0.1.4-3
Distribution: unstable
Urgency: medium
Maintainer: Sway and related packages team <team+swa...@tracker.debian.org>
Changed-By: Birger Schacht <bir...@debian.org>
Closes: 1008350
Changes:
 cage (0.1.4-3) unstable; urgency=medium
 .
   * Add patches to build with wlroots 0.15 (thanks to jbicha, Closes: #1008350)
   * Drop filenamemangle option from d/watch
   * Update year range in d/copyright stanza for debian/*
Checksums-Sha1:
 fff5ba5a30ea39858e0d6a14c780ecf18bea321b 2018 cage_0.1.4-3.dsc
 c2eb74f5765c6eac011be8c173f0c9044b46d874 9796 cage_0.1.4-3.debian.tar.xz
 0aa1464ad51770b22138826c174798db5d43c7e9 10697 cage_0.1.4-3_amd64.buildinfo
Checksums-Sha256:
 36818076704d36f00b0a7543cb42fc633f7d56d7894473f004cd88f87bc0aca9 2018 
cage_0.1.4-3.dsc
 469d8fa8ea4fa1ee12e6d405d59a599d6f7932853c437d6de0bab739d15c0386 9796 
cage_0.1.4-3.debian.tar.xz
 a2b01c4c50f24847765f1e94e081ee7918e9ca23f5ddc8c9daf2b8685052fe68 10697 
cage_0.1.4-3_amd64.buildinfo
Files:
 fb74eada0a30621fb44029ef7a8fdf0d 2018 x11 optional cage_0.1.4-3.dsc
 decd8ade7ba3adbcc080ec93fb4e92ac 9796 x11 optional cage_0.1.4-3.debian.tar.xz
 e5120ab59c4063ae5448c35c45812f56 10697 x11 optional 
cage_0.1.4-3_amd64.buildinfo

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

iQJGBAEBCgAwFiEEOvC8tnwmrEjOtOW8KgxdYPIEvbAFAmJJ25QSHGJpcmdlckBk
ZWJpYW4ub3JnAAoJECoMXWDyBL2wWLwP/AymLbjaDO7yJKbf4rdsd02vs0+9NpuH
GYPobL2iJKOeLF5PQ9ULxp+CdwWfON0EIxH27nA4J6eo6kT2x6WwlzPnGF9Ky0UE
E3mLEEBSycoOBs4mPha17WXZo3wQfJD6tdbuwwYOvFoNup0CKjT8Ct7HzRbm9+FD
V+ifpk0wwCmqHuNDcZLTTAX1u2WSc5Hg05SFnKYdsl0fUNnSlEB/O279/BzDtQp9
iQdK23yEJeY4s+GwzIkOZm9kylf92FOoA1ykgU3e17hHzcnTULqgWCH1/gWTOQT1
t+LzqPQerG5jE+SB6zzRhEX7Uifgfo/v7AlZ/BD3vTvp0vf24YBTj1iH+9FnTrVy
JcRH8/hAuHTaya7JScrGDhEiTPnht1hPUxGydp9CXmKAL7u+bEsj5MhFuIhLgJNB
orNVEVUnMB03PZ60f07jbQyo4jLSWirhq4YrWqOvb7yXfh6FJ6dCF7djTIn8gttm
waFUj2i9TjC1sldWXdrCiFb0QjnknVls4KWEv6GqXAFHsZUGVUsSWAMmTh4B860q
z3Q8+FwAwxJyC21LTuUD6eP9W7EjHXs95PBJpZdxK/omUt0qWzX14TX4pAfSL8VM
U9XhD8P5MZXFkrvsqx6m7T7Y3DaUMCGnA5emYs/J3SqAy2aj7MdOF5RDmc5bak4R
pPw5VQ25vgml
=PG9T
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to