Your message dated Thu, 05 Oct 2023 12:20:02 +0000
with message-id <[email protected]>
and subject line Bug#1052725: fixed in pqmarble 1.3.0-4
has caused the Debian Bug report #1052725,
regarding pqmarble: FTBFS: ../src/utils/Utils.vala:35.30-35.33: error: Argument
1: Cannot convert from `unowned string' to `unowned uint8[]'
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.)
--
1052725: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052725
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pqmarble
Version: 1.3.0-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20230925 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules binary
> dh binary --buildsystem=meson --with=gir
> dh_update_autotools_config -O--buildsystem=meson
> dh_autoreconf -O--buildsystem=meson
> dh_auto_configure -O--buildsystem=meson
> cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8
> meson setup .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr
> --sysconfdir=/etc --localstatedir=/var --libdir=lib/x86_64-linux-gnu
> -Dpython.bytecompile=-1
> The Meson build system
> Version: 1.2.1
> Source dir: /<<PKGBUILDDIR>>
> Build dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> Build type: native build
> Project name: pqmarble
> Project version: 2.0.0
> C compiler for the host machine: cc (gcc 13.2.0 "cc (Debian 13.2.0-4) 13.2.0")
> C linker for the host machine: cc ld.bfd 2.41
> Vala compiler for the host machine: valac (valac 0.56.13)
> Host machine cpu family: x86_64
> Host machine cpu: x86_64
> Found pkg-config: /usr/bin/pkg-config (1.8.1)
> Run-time dependency gio-2.0 found: YES 2.78.0
> Run-time dependency gtk4 found: YES 4.12.2
> Found pkg-config: /usr/bin/pkg-config (1.8.1)
> Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
> Program g-ir-compiler found: YES (/usr/bin/g-ir-compiler)
> Program msgfmt found: YES (/usr/bin/msgfmt)
> Program msginit found: YES (/usr/bin/msginit)
> Program msgmerge found: YES (/usr/bin/msgmerge)
> Program xgettext found: YES (/usr/bin/xgettext)
> Build targets in project: 7
>
> pqmarble 2.0.0
>
> User defined options
> buildtype : plain
> libdir : lib/x86_64-linux-gnu
> localstatedir : /var
> prefix : /usr
> sysconfdir : /etc
> wrap_mode : nodownload
> python.bytecompile: -1
>
> Found ninja-1.11.1 at /usr/bin/ninja
> dh_auto_build -O--buildsystem=meson
> cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v
> [1/8] /usr/bin/glib-compile-resources ../src/pqmarble.gresource.xml
> --sourcedir ../src --c-name pqmarble --internal --generate --target
> src/pqmarble-resources.c --dependency-file src/pqmarble-resources.c.d
> [2/8] /usr/bin/glib-compile-resources ../src/pqmarble.gresource.xml
> --sourcedir ../src --c-name pqmarble --internal --generate --target
> src/pqmarble-resources.h
> [3/8] valac -C --pkg gtk4 --pkg gio-2.0 --color=always --directory
> src/libpqmarble.so.2.0.0.p --basedir ../src --library pqmarble --header
> src/pqmarble.h --vapi ../pqmarble.vapi --gir ../PQMarble-2.gir
> --gresources=../src/pqmarble.gresource.xml ../src/services/Settings.vala
> ../src/utils/Utils.vala
> FAILED: src/libpqmarble.so.2.0.0.p/services/Settings.c
> src/libpqmarble.so.2.0.0.p/utils/Utils.c src/pqmarble.h src/pqmarble.vapi
> src/PQMarble-2.gir
> valac -C --pkg gtk4 --pkg gio-2.0 --color=always --directory
> src/libpqmarble.so.2.0.0.p --basedir ../src --library pqmarble --header
> src/pqmarble.h --vapi ../pqmarble.vapi --gir ../PQMarble-2.gir
> --gresources=../src/pqmarble.gresource.xml ../src/services/Settings.vala
> ../src/utils/Utils.vala
> ../src/utils/Utils.vala:35.5-35.27: warning: `Gtk.CssProvider.load_from_data'
> has been deprecated since 4.12
> 35 | provider.load_from_data (data, data.length);
> | ^~~~~~~~~~~~~~~~~~~~~~~
> ../src/utils/Utils.vala:35.30-35.33: error: Argument 1: Cannot convert from
> `unowned string' to `unowned uint8[]'
> 35 | provider.load_from_data (data, data.length);
> | ^~~~
> ../src/utils/Utils.vala:35.5-35.47: error: 1 extra arguments for `void
> Gtk.CssProvider.load_from_data (uint8[])'
> 35 | provider.load_from_data (data, data.length);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../src/utils/Utils.vala:55.15-55.38: warning: `Gtk.Widget.get_style_context'
> has been deprecated since 4.10
> 55 | var ctx = widget.get_style_context();
> | ^~~~~~~~~~~~~~~~~~~~~~~~
> ../src/utils/Utils.vala:55.9-55.11: warning: `Gtk.StyleContext' has been
> deprecated since 4.10
> 55 | var ctx = widget.get_style_context();
> | ^~~
> ../src/utils/Utils.vala:74.5-74.20: warning: `Gtk.StyleContext' has been
> deprecated since 4.10
> 74 | Gtk.StyleContext.add_provider_for_display(display, provider,
> priority);
> | ^~~~~~~~~~~~~~~~
>
> Compilation failed: 2 error(s), 4 warning(s)
> 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/2023/09/25/pqmarble_1.3.0-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&[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: pqmarble
Source-Version: 1.3.0-4
Done: Barak A. Pearlmutter <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pqmarble, 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 pqmarble 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, 05 Oct 2023 11:43:29 +0100
Source: pqmarble
Architecture: source
Version: 1.3.0-4
Distribution: unstable
Urgency: medium
Maintainer: Barak A. Pearlmutter <[email protected]>
Changed-By: Barak A. Pearlmutter <[email protected]>
Closes: 1052725
Changes:
pqmarble (1.3.0-4) unstable; urgency=medium
.
* Revert fix (closes: #1052725)
Checksums-Sha1:
7df2ebae2dfd0f82f296b232b66f277bf9c99b11 2088 pqmarble_1.3.0-4.dsc
e4a8f18912d1b51a6929e6939e69b2fcde128fa8 9536 pqmarble_1.3.0-4.debian.tar.xz
2314469b37f14700f6bb78880407bd4c89c75719 15337
pqmarble_1.3.0-4_source.buildinfo
Checksums-Sha256:
ed86f2ccfada31275396b9e8c33bcea0fd862dc8dda09a0880513966db8df9cc 2088
pqmarble_1.3.0-4.dsc
3551bd64ba80d2af8e63cbe94a8937a927a309f0fa2a93a5276a45d7a9f2e8e4 9536
pqmarble_1.3.0-4.debian.tar.xz
57ba246f0ee65a552febf796579ae14c40ce7bf145dfd07f1cb6cd19cae674a6 15337
pqmarble_1.3.0-4_source.buildinfo
Files:
f92a42b8f2d3baf5e5e04037d0e3e911 2088 libs optional pqmarble_1.3.0-4.dsc
65c4f361eb59fa7f9a5bb92811d53a31 9536 libs optional
pqmarble_1.3.0-4.debian.tar.xz
df226e61bb4d75b9153f06493ca7e4e2 15337 libs optional
pqmarble_1.3.0-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJDBAEBCgAtFiEE+nZaz+JE7Dn2AefCmesepNIze4gFAmUepdAPHGJhcEBkZWJp
YW4ub3JnAAoJEJnrHqTSM3uIStwP/09N1FRpkeqLP61J1bieVXAPCn9nBptYz9qA
goHRzlbad5NeWuDXCPtWhtEXrn7PDlnlT6BgeE9A9z80a5Eisofrp5cv7SFLe7GO
tCQLYLBE0etZO2GAhDz9y1XdZ1zHxmjQBYuEp6bysl0B82Sime3zAHdWEs7ybHiy
o3KpC2bhU5SCf91wGS2DURhgqqcmTLuebsJgmmh/Sls7sTB9HSMwUHyYcvfeAyaO
J1LzZ+ccnrNOWs4YSEC4Zh7BDBCYC8IpaLKtEI9PJSLr5le3Sdo0qh5rOu9PFO7o
2q0NElmP5P0ft9OrF2OhXs8JZlmb5YNgm6VepFbKLOxVWiS2RNP7ER2w3y0l8Ai9
OzC/mG99EbCQNdV9XrB5EZYT4zFyAZBnGneGQsOJOtq/mO1gW+l+tW/RMCfniwfy
EVINnXxWHAaEaWkG1vb5CCIoHWffesiIxWKn/ueEt9W2YXIFkbO4ON7ZbK96Igs0
3LZGWumfBgmbtYimEw6Yh2MxEG0Kpo/2eDKi9S9FZEU4V+uifTvgOVd6EzGl3W8H
hXHWgvKrQNOlkxAzFuLlEkvkUq50FEZNwe0OSyaGw9oqplkGXwsP8S5wgWCBkuW0
X+LKLDKWKZOwSDJgOnnXkKSI0z1P3t2mp4nlwtMJv/j9spRS73MjzdUvuHEM5Ken
HmfDOp/8
=6Btw
-----END PGP SIGNATURE-----
--- End Message ---