Your message dated Sat, 16 Jul 2022 21:12:15 +0000
with message-id <e1ocp5d-000ehx...@fasolo.debian.org>
and subject line Bug#1015099: fixed in wayvnc 0.5.0-1
has caused the Debian Bug report #1015099,
regarding wayvnc: FTBFS: ../src/main.c:504:9: error: too few arguments to 
function ‘nvnc_set_userdata’
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.)


-- 
1015099: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015099
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wayvnc
Version: 0.4.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220716 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> cc -Iwayvnc.p -I. -I.. -I../include -I/usr/include/pixman-1 
> -I/usr/include/libdrm -I/usr/include/p11-kit-1 -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -O0 
> '-DPROJECT_VERSION="0.4.1"' -D_GNU_SOURCE -DNDEBUG -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ 
> wayvnc.p/src_main.c.o -MF wayvnc.p/src_main.c.o.d -o wayvnc.p/src_main.c.o -c 
> ../src/main.c
> ../src/main.c: In function ‘init_nvnc’:
> ../src/main.c:504:9: error: too few arguments to function ‘nvnc_set_userdata’
>   504 |         nvnc_set_userdata(self->nvnc, self);
>       |         ^~~~~~~~~~~~~~~~~
> In file included from ../src/main.c:27:
> /usr/include/neatvnc.h:125:6: note: declared here
>   125 | void nvnc_set_userdata(void* self, void* userdata, nvnc_cleanup_fn);
>       |      ^~~~~~~~~~~~~~~~~
> ../src/main.c:508:9: warning: implicit declaration of function 
> ‘nvnc_display_set_render_fn’; did you mean ‘nvnc_display_get_server’? 
> [-Wimplicit-function-declaration]
>   508 |         nvnc_display_set_render_fn(self->nvnc_display, on_render);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
>       |         nvnc_display_get_server
> ../src/main.c: In function ‘wayvnc_damage_region’:
> ../src/main.c:578:9: warning: implicit declaration of function 
> ‘nvnc_display_damage_region’ [-Wimplicit-function-declaration]
>   578 |         nvnc_display_damage_region(self->nvnc_display, damage);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
> ../src/main.c: In function ‘wayvnc_process_frame’:
> ../src/main.c:638:32: error: too few arguments to function ‘nvnc_fb_new’
>   638 |                 self->buffer = nvnc_fb_new(width, height, format);
>       |                                ^~~~~~~~~~~
> In file included from ../src/main.c:27:
> /usr/include/neatvnc.h:144:17: note: declared here
>   144 | struct nvnc_fb* nvnc_fb_new(uint16_t width, uint16_t height,
>       |                 ^~~~~~~~~~~
> ../src/main.c:639:17: warning: implicit declaration of function 
> ‘nvnc_display_set_buffer’; did you mean ‘nvnc_display_feed_buffer’? 
> [-Wimplicit-function-declaration]
>   639 |                 nvnc_display_set_buffer(self->nvnc_display, 
> self->buffer);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~
>       |                 nvnc_display_feed_buffer
> [36/50] cc -Iwayvnc.p -I. -I.. -I../include -I/usr/include/pixman-1 
> -I/usr/include/libdrm -I/usr/include/p11-kit-1 -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -O0 
> '-DPROJECT_VERSION="0.4.1"' -D_GNU_SOURCE -DNDEBUG -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ 
> wayvnc.p/src_seat.c.o -MF wayvnc.p/src_seat.c.o.d -o wayvnc.p/src_seat.c.o -c 
> ../src/seat.c
> [37/50] cc -Iwayvnc.p -I. -I.. -I../include -I/usr/include/pixman-1 
> -I/usr/include/libdrm -I/usr/include/p11-kit-1 -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -O0 
> '-DPROJECT_VERSION="0.4.1"' -D_GNU_SOURCE -DNDEBUG -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ 
> wayvnc.p/src_output.c.o -MF wayvnc.p/src_output.c.o.d -o 
> wayvnc.p/src_output.c.o -c ../src/output.c
> [38/50] cc -Iwayvnc.p -I. -I.. -I../include -I/usr/include/pixman-1 
> -I/usr/include/libdrm -I/usr/include/p11-kit-1 -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -O0 
> '-DPROJECT_VERSION="0.4.1"' -D_GNU_SOURCE -DNDEBUG -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ 
> wayvnc.p/src_screencopy.c.o -MF wayvnc.p/src_screencopy.c.o.d -o 
> wayvnc.p/src_screencopy.c.o -c ../src/screencopy.c
> [39/50] cc -Iwayvnc.p -I. -I.. -I../include -I/usr/include/pixman-1 
> -I/usr/include/libdrm -I/usr/include/p11-kit-1 -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -O0 
> '-DPROJECT_VERSION="0.4.1"' -D_GNU_SOURCE -DNDEBUG -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ 
> wayvnc.p/src_data-control.c.o -MF wayvnc.p/src_data-control.c.o.d -o 
> wayvnc.p/src_data-control.c.o -c ../src/data-control.c
> [40/50] cc -Iwayvnc.p -I. -I.. -I../include -I/usr/include/pixman-1 
> -I/usr/include/libdrm -I/usr/include/p11-kit-1 -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -O0 
> '-DPROJECT_VERSION="0.4.1"' -D_GNU_SOURCE -DNDEBUG -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ 
> wayvnc.p/src_intset.c.o -MF wayvnc.p/src_intset.c.o.d -o 
> wayvnc.p/src_intset.c.o -c ../src/intset.c
> [41/50] cc -Iwayvnc.p -I. -I.. -I../include -I/usr/include/pixman-1 
> -I/usr/include/libdrm -I/usr/include/p11-kit-1 -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -O0 
> '-DPROJECT_VERSION="0.4.1"' -D_GNU_SOURCE -DNDEBUG -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ 
> wayvnc.p/src_cfg.c.o -MF wayvnc.p/src_cfg.c.o.d -o wayvnc.p/src_cfg.c.o -c 
> ../src/cfg.c
> [42/50] cc -Iwayvnc.p -I. -I.. -I../include -I/usr/include/pixman-1 
> -I/usr/include/libdrm -I/usr/include/p11-kit-1 -fdiagnostics-color=always 
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -O0 
> '-DPROJECT_VERSION="0.4.1"' -D_GNU_SOURCE -DNDEBUG -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ 
> wayvnc.p/src_keyboard.c.o -MF wayvnc.p/src_keyboard.c.o.d -o 
> wayvnc.p/src_keyboard.c.o -c ../src/keyboard.c
> 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:6: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/07/16/wayvnc_0.4.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220716;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220716&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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: wayvnc
Source-Version: 0.5.0-1
Done: Johannes Schauer Marin Rodrigues <jo...@debian.org>

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

Debian distribution maintenance software
pp.
Johannes Schauer Marin Rodrigues <jo...@debian.org> (supplier of updated wayvnc 
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: Sat, 16 Jul 2022 22:50:17 +0200
Source: wayvnc
Architecture: source
Version: 0.5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Johannes Schauer Marin Rodrigues <jo...@debian.org>
Changed-By: Johannes Schauer Marin Rodrigues <jo...@debian.org>
Closes: 1015099
Changes:
 wayvnc (0.5.0-1) unstable; urgency=medium
 .
   * New upstream version
       - Use new NeatVNC buffer submission API (closes: #1015099)
   * debian/control: add minimum version for libneatvnc-dev (>= 0.5.1)
   * debian/copyright: murmurhash was moved to neatvnc
   * debian/copyright: bump year
Checksums-Sha1:
 6d19380cf5f5b723e57f9a55d56b3b8d6b73d610 2108 wayvnc_0.5.0-1.dsc
 ab7c3e68673ab08390e507784042fa96fc8535c3 49152 wayvnc_0.5.0.orig.tar.gz
 3580c3df56cd277bf1bd7a7e6a2770f6333ebaaf 2632 wayvnc_0.5.0-1.debian.tar.xz
Checksums-Sha256:
 d923b7c089fb4761592e9f7ffcc0a1542681f2b0810174e6e0e580c17bf063da 2108 
wayvnc_0.5.0-1.dsc
 d4ea4cee79d13e08e9e7d3573c7f0ccf3709a59cfe582509edc8fe6f406bf88e 49152 
wayvnc_0.5.0.orig.tar.gz
 a2163e43d8db8459e12ceefca5000373e66df3a4bbeab879cc4ae89211f28fe3 2632 
wayvnc_0.5.0-1.debian.tar.xz
Files:
 184aec9407a043f0c54eb6ac1e27f827 2108 admin optional wayvnc_0.5.0-1.dsc
 0ae3b19a8354c656f5c96e19f9ccaea5 49152 admin optional wayvnc_0.5.0.orig.tar.gz
 ad8d72d6106a509ec4abb6ad7ea18744 2632 admin optional 
wayvnc_0.5.0-1.debian.tar.xz

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

iQIzBAEBCgAdFiEElFhU6KL81LF4wVq58sulx4+9g+EFAmLTJUEACgkQ8sulx4+9
g+EHag/+I4xNUeaqnbyL9oT5nGSOxEZHMS2GzsUu+IdprczF+7N8RZczJCBy11HW
trPNwG/lNe8QyllhpISbSL20h/rdYySDhF7ddETdNbYKo0BmXFBDOvYbtU7tlJxt
mKu6TDR+CjaoBZ5m2D3tc6njwNzjNHGSJn2GANCIDwyaBb8xFxa5R7VScQRLHTVh
jkbIWE2y4Kz5tQXkW3HkdoDNUJOZf3b2PvTWSNlVW09893HNIdi7hS3IIWxDIc9Z
Pn3zQorbtPuhf9vSZAZHpcOVGxD/kXSmpyooTcfy2FnIuGlgYKsLcaYoAK3Vz6J/
FqK3KkiuDOZ5bkTwBnWMFCESj0nmfmCTll0zWFDP11gXL/MZzF3vvfgK37W8qA8m
I/D6L8kQYXN9kpf0jbiIViomfn7RBxmtN/0NpF386hqPC95OzQDqRQ+/xmUVWX8Y
CzGLUzQx7HtQVmfLCkjtMCQoS66zaycBTug7bcXaZ/AgqCL9p14fxWgfFOyWhBXa
07ks5xeVPbz/B77zX5iO4CmHOET2cQrjQ3eFAQnAl7ihRGs+72V6tYul9qEVbkdo
hpFu4tsI6pI3pKAmlYs2i84j0BJemodNB4o5CfCavx062eZD2WClrW83nPJdMPY0
0U7YUZwEVxdFWVH4U6wg6tDwlXRe6CyldMH5KCDxxTuNS9OGr80=
=rZmI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to