Your message dated Mon, 24 Jul 2023 17:20:30 +0000
with message-id <e1qnzeu-00ci0p...@fasolo.debian.org>
and subject line Bug#1041851: fixed in cage 0.1.4+20230724-1
has caused the Debian Bug report #1041851,
regarding cage: FTBFS with wlroots 0.16
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.)


-- 
1041851: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1041851
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cage
Version: 0.1.4-4
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)

https://buildd.debian.org/status/fetch.php?pkg=cage&arch=amd64&ver=0.1.4-4%2Bb1&stamp=1690184836&raw=0

[3/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 -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
FAILED: cage.p/cage.c.o 
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 -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:45:
/usr/include/wlr/types/wlr_surface.h:1:2: warning: #warning 
"wlr/types/wlr_surface.h has been deprecated and will be removed in the future. 
Use wlr/types/wlr_compositor.h and wlr/types/wlr_subcompositor.h." [-Wcpp]
    1 | #warning "wlr/types/wlr_surface.h has been deprecated and will be 
removed in the future. Use wlr/types/wlr_compositor.h and 
wlr/types/wlr_subcompositor.h."
      |  ^~~~~~~
../cage.c: In function ‘main’:
../cage.c:389:21: error: too few arguments to function ‘wlr_xdg_shell_create’
  389 |         xdg_shell = wlr_xdg_shell_create(server.wl_display);
      |                     ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/wlr/types/wlr_xdg_decoration_v1.h:5,
                 from ../cage.c:36:
/usr/include/wlr/types/wlr_xdg_shell.h:315:23: note: declared here
  315 | struct wlr_xdg_shell *wlr_xdg_shell_create(struct wl_display *display,
      |                       ^~~~~~~~~~~~~~~~~~~~
../cage.c:508:38: error: too few arguments to function 
‘wlr_output_layout_get_box’
  508 |         struct wlr_box *layout_box = 
wlr_output_layout_get_box(server.output_layout, NULL);
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../cage.c:30:
/usr/include/wlr/types/wlr_output_layout.h:110:6: note: declared here
  110 | void wlr_output_layout_get_box(struct wlr_output_layout *layout,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~
[4/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 -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_surface.h:1:2: warning: #warning 
"wlr/types/wlr_surface.h has been deprecated and will be removed in the future. 
Use wlr/types/wlr_compositor.h and wlr/types/wlr_subcompositor.h." [-Wcpp]
    1 | #warning "wlr/types/wlr_surface.h has been deprecated and will be 
removed in the future. Use wlr/types/wlr_compositor.h and 
wlr/types/wlr_subcompositor.h."
      |  ^~~~~~~
[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 -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:16:
/usr/include/wlr/types/wlr_surface.h:1:2: warning: #warning 
"wlr/types/wlr_surface.h has been deprecated and will be removed in the future. 
Use wlr/types/wlr_compositor.h and wlr/types/wlr_subcompositor.h." [-Wcpp]
    1 | #warning "wlr/types/wlr_surface.h has been deprecated and will be 
removed in the future. Use wlr/types/wlr_compositor.h and 
wlr/types/wlr_subcompositor.h."
      |  ^~~~~~~
In file included from ../view.h:8,
                 from ../seat.h:12,
                 from ../server.h:16,
                 from ../output.h:8,
                 from ../render.c:21:
/usr/include/wlr/types/wlr_surface.h:1:2: warning: #warning 
"wlr/types/wlr_surface.h has been deprecated and will be removed in the future. 
Use wlr/types/wlr_compositor.h and wlr/types/wlr_subcompositor.h." [-Wcpp]
    1 | #warning "wlr/types/wlr_surface.h has been deprecated and will be 
removed in the future. Use wlr/types/wlr_compositor.h and 
wlr/types/wlr_subcompositor.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 -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 ../output.c:29:
/usr/include/wlr/types/wlr_surface.h:1:2: warning: #warning 
"wlr/types/wlr_surface.h has been deprecated and will be removed in the future. 
Use wlr/types/wlr_compositor.h and wlr/types/wlr_subcompositor.h." [-Wcpp]
    1 | #warning "wlr/types/wlr_surface.h has been deprecated and will be 
removed in the future. Use wlr/types/wlr_compositor.h and 
wlr/types/wlr_subcompositor.h."
      |  ^~~~~~~
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_surface.h:1:2: warning: #warning 
"wlr/types/wlr_surface.h has been deprecated and will be removed in the future. 
Use wlr/types/wlr_compositor.h and wlr/types/wlr_subcompositor.h." [-Wcpp]
    1 | #warning "wlr/types/wlr_surface.h has been deprecated and will be 
removed in the future. Use wlr/types/wlr_compositor.h and 
wlr/types/wlr_subcompositor.h."
      |  ^~~~~~~
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j4 -v 
returned exit code 1

Cheers
-- 
Sebastian Ramacher

--- End Message ---
--- Begin Message ---
Source: cage
Source-Version: 0.1.4+20230724-1
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 1041...@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: Mon, 24 Jul 2023 14:26:42 +0200
Source: cage
Architecture: source
Version: 0.1.4+20230724-1
Distribution: unstable
Urgency: medium
Maintainer: Sway and related packages team <team+swa...@tracker.debian.org>
Changed-By: Birger Schacht <bir...@debian.org>
Closes: 1041851
Changes:
 cage (0.1.4+20230724-1) unstable; urgency=medium
 .
   * Package latest upstream sources (Closes: #1041851)
   * Drop backported patches
   * Update all references to new git repository
   * d/control:
    + Bump standards-version to 4.6.2 (no changes required)
   * d/changelog:
    + Bump years
Checksums-Sha1:
 ab648dd6e9ef7f3e700f972ed6468dd59b2d31b6 2072 cage_0.1.4+20230724-1.dsc
 8be7fab68c48a335e89cf697bd6b2dcca1663692 22357 cage_0.1.4+20230724.orig.tar.gz
 fd9ffc3d2f66871f3a18daeb1b889308ddee2551 6840 
cage_0.1.4+20230724-1.debian.tar.xz
 4032532403cab71cdcbaf8a210c1777e3a37bd48 11132 
cage_0.1.4+20230724-1_amd64.buildinfo
Checksums-Sha256:
 b495807bffa0f605dce0d777bed7761b10ea572703d6f583544aa49b1713889b 2072 
cage_0.1.4+20230724-1.dsc
 0567aee42e079fd6fcd51f17c471c70ea36543dc37860ac8f8a718122e65bbdf 22357 
cage_0.1.4+20230724.orig.tar.gz
 371c9ccf2a9baf93d7940be712a51c41eaa9ed8f0aebc077bf88f121e21d71ae 6840 
cage_0.1.4+20230724-1.debian.tar.xz
 4ab548d67976af9818934f610dc49fe7eea96890805828d8adc8e1940106547a 11132 
cage_0.1.4+20230724-1_amd64.buildinfo
Files:
 9655d3e4a5681a27233f41ded886bac1 2072 x11 optional cage_0.1.4+20230724-1.dsc
 6044594050fe1e704d3ad84d1a8584cd 22357 x11 optional 
cage_0.1.4+20230724.orig.tar.gz
 e2d9673c4ee66ba6b594171015433877 6840 x11 optional 
cage_0.1.4+20230724-1.debian.tar.xz
 9c2fea8084c5047856c085f541f74692 11132 x11 optional 
cage_0.1.4+20230724-1_amd64.buildinfo

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

iQJGBAEBCgAwFiEEOvC8tnwmrEjOtOW8KgxdYPIEvbAFAmS+q/MSHGJpcmdlckBk
ZWJpYW4ub3JnAAoJECoMXWDyBL2wn3wQAJXJCIorTtvPBJy598foHxDcA4lsX4Zj
vyRxhdgGALpdj3Yr87XiCMLQO+FpGh1sNvp6raMDIlbJsMzniDT1xYckIrA0lKk6
2cbgabE5syTzMyOiyOENbxaOp3V4FppT4KfgNEislUNswDJNz/VAsMNzDXNT6Vzz
AZgcRrYii8TD14sqbPaDYzEdJ98rq/YKMqC63L0qKI2ICZvCX+wVO+BI7uY/tfaY
jSmCn7Y3l0BO4NjKABOQu019Yy+Tj+MwLLNTXZBRKwxeq7/F+CaH8kVja5PSur54
xG+65rbMA8T2BQ3KdQolj+z997oXdMDUbQiDp27rfF7pNQ/Ueykw9SrQ7w4HVzyw
B8U/GFLWrMX0p+LK2hJ/2OuHwV+9eyoyxBSq2SU/hVaVsWfcE4E39tDmTNao8FRm
ovPoGr7j9Cga+8Ii2xgjqWmLrLlsmbRZ1TZXO1ldjzD9PFskRIldmJMG32t5O8ou
RbxnsAbJemFT7KSHoib0GF1y9lioMRc5gn/rfsLYRyty9z03dzup/zowjIl+1zI2
wWUy4vGlRTo4BwGlUQyG3kJqTrIjkU5m+9L80UZUSX2q5VqNjRoERbiSkMspUmQ7
dC2mg+hrvJ6DCMJVbcLjUe496NWin7SP9fybDvGMNt5ofiD0g7s6/qSZz58YSpDq
cMVl2Q36ZomH
=i8xy
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to