Your message dated Tue, 01 Nov 2022 14:39:04 +0000
with message-id <e1opspw-00evmd...@fasolo.debian.org>
and subject line Bug#1022286: fixed in blueprint-compiler 0.4.0-4
has caused the Debian Bug report #1022286,
regarding gnome-shell-extension-manager: FTBFS: ModuleNotFoundError: No module
named 'gi'
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.)
--
1022286: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022286
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gnome-shell-extension-manager
Version: 0.2.3-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules binary
> dh binary
> dh_update_autotools_config
> dh_autoreconf
> dh_auto_configure
> cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 meson ..
> --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc
> --localstatedir=/var --libdir=lib/x86_64-linux-gnu
> The Meson build system
> Version: 0.63.3
> Source dir: /<<PKGBUILDDIR>>
> Build dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> Build type: native build
> Project name: extension-manager
> Project version: 0.2.3
> C compiler for the host machine: cc (gcc 12.2.0 "cc (Debian 12.2.0-7) 12.2.0")
> C linker for the host machine: cc ld.bfd 2.39
> Host machine cpu family: x86_64
> Host machine cpu: x86_64
> Configuring exm-config.h using configuration
> Program msgfmt found: YES (/usr/bin/msgfmt)
> Program desktop-file-validate found: NO
> Program appstream-util found: YES (/usr/bin/appstream-util)
> Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
> Found pkg-config: /usr/bin/pkg-config (0.29.2)
> Run-time dependency gtk4 found: YES 4.8.1
> Run-time dependency libadwaita-1 found: YES 1.2.0
> Run-time dependency json-glib-1.0 found: YES 1.6.6
> Run-time dependency libsoup-3.0 found: YES 3.2.1
> Program blueprint-compiler found: YES (/usr/bin/blueprint-compiler)
> Found pkg-config: /usr/bin/pkg-config (0.29.2)
> Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
> 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: 23
> NOTICE: Future-deprecated features used:
> * 0.56.0: {'meson.build_root'}
>
> extension-manager 0.2.3
>
> User defined options
> buildtype : plain
> libdir : lib/x86_64-linux-gnu
> localstatedir: /var
> prefix : /usr
> sysconfdir : /etc
> wrap_mode : nodownload
>
> Found ninja-1.11.1 at /usr/bin/ninja
> dh_auto_build
> cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v
> [1/40] /usr/bin/msgfmt ../po/cs.po -o po/cs/LC_MESSAGES/extension-manager.mo
> [2/40] /usr/bin/msgfmt ../po/ca.po -o po/ca/LC_MESSAGES/extension-manager.mo
> [3/40] /usr/bin/msgfmt ../po/de.po -o po/de/LC_MESSAGES/extension-manager.mo
> [4/40] /usr/bin/msgfmt ../po/es.po -o po/es/LC_MESSAGES/extension-manager.mo
> [5/40] /usr/bin/msgfmt ../po/fr.po -o po/fr/LC_MESSAGES/extension-manager.mo
> [6/40] /usr/bin/msgfmt ../po/hu.po -o po/hu/LC_MESSAGES/extension-manager.mo
> [7/40] /usr/bin/msgfmt ../po/ja.po -o po/ja/LC_MESSAGES/extension-manager.mo
> [8/40] /usr/bin/msgfmt ../po/it.po -o po/it/LC_MESSAGES/extension-manager.mo
> [9/40] /usr/bin/msgfmt ../po/nb.po -o po/nb/LC_MESSAGES/extension-manager.mo
> [10/40] /usr/bin/msgfmt ../po/nl.po -o po/nl/LC_MESSAGES/extension-manager.mo
> [11/40] /usr/bin/msgfmt ../po/pl.po -o po/pl/LC_MESSAGES/extension-manager.mo
> [12/40] /usr/bin/msgfmt ../po/tr.po -o po/tr/LC_MESSAGES/extension-manager.mo
> [13/40] /usr/bin/msgfmt ../po/pt_BR.po -o
> po/pt_BR/LC_MESSAGES/extension-manager.mo
> [14/40] /usr/bin/msgfmt ../po/ru_RU.po -o
> po/ru_RU/LC_MESSAGES/extension-manager.mo
> [15/40] /usr/bin/blueprint-compiler batch-compile src/. ../src
> ../src/gtk/help-overlay.blp ../src/exm-window.blp
> ../src/exm-installed-page.blp ../src/exm-browse-page.blp
> ../src/exm-extension-row.blp ../src/exm-search-row.blp
> ../src/exm-detail-view.blp ../src/exm-screenshot.blp
> FAILED: src
> /usr/bin/blueprint-compiler batch-compile src/. ../src
> ../src/gtk/help-overlay.blp ../src/exm-window.blp
> ../src/exm-installed-page.blp ../src/exm-browse-page.blp
> ../src/exm-extension-row.blp ../src/exm-search-row.blp
> ../src/exm-detail-view.blp ../src/exm-screenshot.blp
> Traceback (most recent call last):
> File "/usr/bin/blueprint-compiler", line 37, in <module>
> from blueprintcompiler import main
> File "/usr/lib/python3/dist-packages/blueprintcompiler/main.py", line 25,
> in <module>
> from .lsp import LanguageServer
> File "/usr/lib/python3/dist-packages/blueprintcompiler/lsp.py", line 24, in
> <module>
> from .completions import complete
> File "/usr/lib/python3/dist-packages/blueprintcompiler/completions.py",
> line 22, in <module>
> from . import gir, language
> File "/usr/lib/python3/dist-packages/blueprintcompiler/gir.py", line 24, in
> <module>
> import gi # type: ignore
> ModuleNotFoundError: No module named 'gi'
> [16/40] /usr/bin/meson --internal msgfmthelper --msgfmt=/usr/bin/msgfmt
> ../data/com.mattjakeman.ExtensionManager.appdata.xml.in
> data/com.mattjakeman.ExtensionManager.appdata.xml xml ../data/../po
> [17/40] /usr/bin/meson --internal msgfmthelper --msgfmt=/usr/bin/msgfmt
> ../data/com.mattjakeman.ExtensionManager.desktop.in
> data/com.mattjakeman.ExtensionManager.desktop desktop ../data/../po
> 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:7: binary] Error 25
The full build log is available from:
http://qa-logs.debian.net/2022/10/23/gnome-shell-extension-manager_0.2.3-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&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: blueprint-compiler
Source-Version: 0.4.0-4
Done: Heather Ellsworth <heather.ellswo...@canonical.com>
We believe that the bug you reported is fixed in the latest version of
blueprint-compiler, 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 1022...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Heather Ellsworth <heather.ellswo...@canonical.com> (supplier of updated
blueprint-compiler 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: Tue, 01 Nov 2022 14:45:58 +0100
Source: blueprint-compiler
Built-For-Profiles: noudeb
Architecture: source
Version: 0.4.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Heather Ellsworth <heather.ellswo...@canonical.com>
Closes: 1022286 1022291
Changes:
blueprint-compiler (0.4.0-4) unstable; urgency=medium
.
* Add python3-gi to Depends (Closes: #1022286, #1022291)
Checksums-Sha1:
99d227de1d661213dcc47c1fa95827890c00a2b0 2202 blueprint-compiler_0.4.0-4.dsc
c4eae1b018606331529503471372e5e467d1880c 3540
blueprint-compiler_0.4.0-4.debian.tar.xz
92e7547d7d16f33ef3baeae88ddf187846420580 17382
blueprint-compiler_0.4.0-4_source.buildinfo
Checksums-Sha256:
d0f41616d00520555d661c9eebab510af7ea45b03bebc0d8b0cb1256ad8caaab 2202
blueprint-compiler_0.4.0-4.dsc
692abba511dbc1f3c2efd07cf6544e1ac5d14c055cada3590ebe3b0d38dd97af 3540
blueprint-compiler_0.4.0-4.debian.tar.xz
b1636818038ea92a23387b29ce131b6a502e3c88f8f791242adffa1ac665d244 17382
blueprint-compiler_0.4.0-4_source.buildinfo
Files:
60a45294eabc0fada567f6550069ad5d 2202 gnome optional
blueprint-compiler_0.4.0-4.dsc
f8cc665dd819551d6d9e35ec444a9843 3540 gnome optional
blueprint-compiler_0.4.0-4.debian.tar.xz
98be71ae29eb1b79f88feb6e3b1cfc82 17382 gnome optional
blueprint-compiler_0.4.0-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAmNhJ+MACgkQ5mx3Wuv+
bH0VkxAA4EbgvHtyiRI+/1+0WXt6upvjRxGTS15EjASpciEzhKsxQkg2JkN89jDH
9clAqWFbQqaSUAmh5FOG5OouRjNuuD7uh2zP2sWoOQ59+lUXu/EHEvagAHcevvEK
qr6A4pYJL6CqV3MXAY2lTWRO5oc9blORgVj+467iMG8RtMmwMRUjpoRUr/v/ETk4
9CbyayvG2lq3mTaHNF75zJijUD0afMjo1vpH7SslQat6heXktxUsCSyzkmAsiMBf
FmciG6QRqe0/OLSOVJPX/nSPo9lt0a4ZSdHJloK4MPH8A3jTZk2oyY45WfWcQ7qn
9l0s1Xyyfc40h67sws3Fu+NVBjvTR+JTkHFA5j/PavxqC1s8+nFtL97PMbiyIKec
wGTBBOVXQOcQkg5xtRiZM1rdjD7kK7QghbFwmhWurQqULZ5nb0pyK6M+d0wb1BD8
Elk4XBkxUFxaiLxErzp5QjjQUyqDudVCARehpw8cNq242weBW7JH7Cg7UJc1zril
lKGnqL5xfYGNBD/ukEppCZMZ4rcNWMDEDixpdjcPKTj1QmjMcwhUxqEqJuqHoLAE
si4niydZMBkSinA1V5I+WdaOpNarToQkDYlkUdkuOd+wb4VVv3wwAp49vq1z8UJt
QLrlQdCDlEx0abF2dPO5+kh7P7Lsyy5xTEbIWzpwKzpy4K+6990=
=UYIU
-----END PGP SIGNATURE-----
--- End Message ---