Your message dated Thu, 27 Jul 2023 10:50:42 +0000
with message-id <[email protected]>
and subject line Bug#1042165: fixed in pdf-presenter-console 4.6.0-3
has caused the Debian Bug report #1042165,
regarding pdf-presenter-console: FTBFS: drawing_commands.vala:57.46-57.59: 
error: `pdfpc.DrawingCommand' is not a supported generic type argument, use `?' 
to box value types
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 [email protected]
immediately.)


-- 
1042165: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042165
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pdf-presenter-console
Version: 4.6.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20230726 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> [  3%] Generating classes/action/action_mapping.c, 
> classes/action/link_action.c, classes/action/movie.c, 
> classes/config_file_reader.c, classes/dbus_server.c, 
> classes/drawings/drawing.c, classes/drawings/drawing_commands.c, 
> classes/drawings/storage.c, classes/metadata/pdf.c, classes/metadata/xml.c, 
> classes/options.c, classes/presentation_controller.c, 
> classes/renderer/cache.c, classes/renderer/image.c, 
> classes/renderer/markdown.c, classes/renderer/pdf.c, classes/timer.c, 
> classes/view/behaviour/base.c, classes/view/behaviour/pdf_link.c, 
> classes/view/markdown.c, classes/view/pdf.c, 
> classes/view/transition_manager.c, classes/view/video.c, 
> classes/window/fullscreen.c, classes/window/overview.c, 
> classes/window/presentation.c, classes/window/presenter.c, 
> interfaces/controllable.c, pdfpc.c
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/valac -C -b 
> /<<PKGBUILDDIR>>/src -d /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src 
> --pkg=webkit2gtk-4.1 --pkg=json-glib-1.0 --pkg=gio-2.0 --pkg=gee-0.8 
> --pkg=poppler-glib --pkg=x11 --pkg=gtk+-3.0 --pkg=pangocairo --pkg=posix 
> --pkg=gstreamer-1.0 --pkg=gstreamer-base-1.0 --pkg=gstreamer-audio-1.0 
> --pkg=gstreamer-video-1.0 --pkg=webkit2gtk-4.1 --enable-experimental -D X11 
> -D MDVIEW -D NEW_POPPLER -D MOVIES 
> /<<PKGBUILDDIR>>/src/classes/action/action_mapping.vala 
> /<<PKGBUILDDIR>>/src/classes/action/link_action.vala 
> /<<PKGBUILDDIR>>/src/classes/action/movie.vala 
> /<<PKGBUILDDIR>>/src/classes/config_file_reader.vala 
> /<<PKGBUILDDIR>>/src/classes/dbus_server.vala 
> /<<PKGBUILDDIR>>/src/classes/drawings/drawing.vala 
> /<<PKGBUILDDIR>>/src/classes/drawings/drawing_commands.vala 
> /<<PKGBUILDDIR>>/src/classes/drawings/storage.vala 
> /<<PKGBUILDDIR>>/src/classes/metadata/pdf.vala 
> /<<PKGBUILDDIR>>/src/classes/metadata/xml.vala 
> /<<PKGBUILDDIR>>/src/classes/options.vala 
> /<<PKGBUILDDIR>>/src/classes/presentation_controller.vala 
> /<<PKGBUILDDIR>>/src/classes/renderer/cache.vala 
> /<<PKGBUILDDIR>>/src/classes/renderer/image.vala 
> /<<PKGBUILDDIR>>/src/classes/renderer/markdown.vala 
> /<<PKGBUILDDIR>>/src/classes/renderer/pdf.vala 
> /<<PKGBUILDDIR>>/src/classes/timer.vala 
> /<<PKGBUILDDIR>>/src/classes/view/behaviour/base.vala 
> /<<PKGBUILDDIR>>/src/classes/view/behaviour/pdf_link.vala 
> /<<PKGBUILDDIR>>/src/classes/view/markdown.vala 
> /<<PKGBUILDDIR>>/src/classes/view/pdf.vala 
> /<<PKGBUILDDIR>>/src/classes/view/transition_manager.vala 
> /<<PKGBUILDDIR>>/src/classes/view/video.vala 
> /<<PKGBUILDDIR>>/src/classes/window/fullscreen.vala 
> /<<PKGBUILDDIR>>/src/classes/window/overview.vala 
> /<<PKGBUILDDIR>>/src/classes/window/presentation.vala 
> /<<PKGBUILDDIR>>/src/classes/window/presenter.vala 
> /<<PKGBUILDDIR>>/src/interfaces/controllable.vala 
> /<<PKGBUILDDIR>>/src/pdfpc.vala 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/paths.vala 
> /<<PKGBUILDDIR>>/src/custom_binding.vapi 
> /<<PKGBUILDDIR>>/src/libmarkdown.vapi /<<PKGBUILDDIR>>/src/libqrencode.vapi
> /<<PKGBUILDDIR>>/src/classes/drawings/drawing_commands.vala:57.46-57.59: 
> error: `pdfpc.DrawingCommand' is not a supported generic type argument, use 
> `?' to box value types
>    57 |             this.drawing_commands = new List<DrawingCommand>();
>       |                                              ^~~~~~~~~~~~~~    
> /<<PKGBUILDDIR>>/src/classes/drawings/drawing_commands.vala:58.43-58.56: 
> error: `pdfpc.DrawingCommand' is not a supported generic type argument, use 
> `?' to box value types
>    58 |             this.redo_commands = new List<DrawingCommand>();
>       |                                           ^~~~~~~~~~~~~~    
> /<<PKGBUILDDIR>>/src/classes/drawings/drawing_commands.vala:73.43-73.56: 
> error: `pdfpc.DrawingCommand' is not a supported generic type argument, use 
> `?' to box value types
>    73 |             this.redo_commands = new List<DrawingCommand>(); // clear
>       |                                           ^~~~~~~~~~~~~~             
> Compilation failed: 3 error(s), 0 warning(s)
> make[3]: *** [src/CMakeFiles/pdfpc.dir/build.make:109: 
> src/classes/action/action_mapping.c] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/pdf-presenter-console_4.6.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230726&[email protected]&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 mark 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: pdf-presenter-console
Source-Version: 4.6.0-3
Done: Barak A. Pearlmutter <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pdf-presenter-console, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barak A. Pearlmutter <[email protected]> (supplier of updated 
pdf-presenter-console 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 27 Jul 2023 11:05:05 +0100
Source: pdf-presenter-console
Architecture: source
Version: 4.6.0-3
Distribution: unstable
Urgency: medium
Maintainer: Barak A. Pearlmutter <[email protected]>
Changed-By: Barak A. Pearlmutter <[email protected]>
Closes: 1042165
Changes:
 pdf-presenter-console (4.6.0-3) unstable; urgency=medium
 .
   * Cherrypick upstream pull req https://github.com/pdfpc/pdfpc/pull/687/files,
     fixes unsupported generic type FTBFS by boxing it (closes: #1042165)
Checksums-Sha1:
 c00fb2c328db62ed3fcd0fe561583a17cbbb1c59 2167 pdf-presenter-console_4.6.0-3.dsc
 4acd3ded2bef5f95b2cfd601658f4cc579d9b28c 21628 
pdf-presenter-console_4.6.0-3.debian.tar.xz
 3cb0f73ea78548acd2107ca65395ff02a29c4913 16772 
pdf-presenter-console_4.6.0-3_source.buildinfo
Checksums-Sha256:
 ad78590a77a1a79507226480b1e58a7f9a634c048a5dd5bad776bd94d12f4b7c 2167 
pdf-presenter-console_4.6.0-3.dsc
 5ee3a64ef2f00424a68ebb29a903b10f3f2da90b42841c438d0f310dd3c0bce9 21628 
pdf-presenter-console_4.6.0-3.debian.tar.xz
 d520942ad3adf197bff1724b1e938d7e1a8dad74f5f3084ca70ce779502e0fda 16772 
pdf-presenter-console_4.6.0-3_source.buildinfo
Files:
 7ce410dae93bcb6b69b4b6f33fe60e89 2167 graphics optional 
pdf-presenter-console_4.6.0-3.dsc
 915edc9525ab065b556bbcd98c91eeea 21628 graphics optional 
pdf-presenter-console_4.6.0-3.debian.tar.xz
 b57a60be83006c242af02e1debbaf716 16772 graphics optional 
pdf-presenter-console_4.6.0-3_source.buildinfo

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

iQJDBAEBCgAtFiEE+nZaz+JE7Dn2AefCmesepNIze4gFAmTCQnAPHGJhcEBkZWJp
YW4ub3JnAAoJEJnrHqTSM3uI4mMQAI6apccJb98XMN6Jcno7kzrt2h+L4xu2yw+W
Ep/vY9kIShxxxJtrSu0zC/NHcIZy3ak3MEKLHURGKZMBkMVRmMyi8l7WhoJNUuSJ
U+01ry7djB3N0KgaVonX11pxGfO11+0W0jGRU2YeoWsZI0X1xsz2FgVX3iBPCVfb
2f8eV25f24qTRyB8C2e8Qy+x4kli9sZuYTOkSXZ6YDYRAl2j7fzgrAYcoXmB7pup
WFH4rC9vwegm3zgEatnNKA1kj5B0b7Zz4Ea6O3P6c7Hhby/xt8M3p7Mu4vj6NK4w
VjBuyzrvTuAku3iLHlmKS5HZGX9TXISqEiwtqRdmgPaNvNVLiRQj7PtPDDvUK3ir
hdGhcvRYOVtwzrPAz6r1K8utLUOiW7qoviFRGPs/y/2wB0zQiE/mEmUfYwlia3Ho
yP5F5Oe0Fu2LO2QALhi1jEe7j269AIuGUh4dkgFTuB+o7Edhvwh3onq4Y+I7f+OP
QrSGb/0R0/zaO/CyvjPKBvIK/2gfbFBvOkBaN2vbW4CtSq0Cp98i10CcPt1f/AVe
HRJnhhHw+yBVbPQ5fwyJxWnmfjjg7RZ1AKANWturFYsYElj2C1YaztEfBjZeWolv
Uj3p8g81wTJ2JCi8ZsK8cz62DMod7CSs01jjMYp86mIqdVDwOwjQVE07vZj+FVQu
owbF/J6M
=W/dK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to