Control:
reassign -1 blueprint-compiler
affects -1 + hydrapaper

--

Greetings,


looking into the build log, I find this:

> 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'

Looks like blueprint-compiler tries to import gi but is unable to. hydrapaper Build-Depends on python3-gi (and blueprint-compiler for that matter). It seems that blueprint-compiler should depend on python3-gi to funcion properly since it imports it when it's called. It's a run dependency for blueprint-compiler, and not a build-dependency for hydrapaper.

I'm therefore reassigning to blueprint-compiler and tagging it as 'affects'-ing hydrapaper.

Cheers,
Francisco

On 10/23/22 09:38, Lucas Nussbaum wrote:
Source: hydrapaper
Version: 3.3.1-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 --with python3
    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: hydrapaper
Project version: 3.3.1
Host machine cpu family: x86_64
Host machine cpu: x86_64
Message: Looking for dependencies
Found pkg-config: /usr/bin/pkg-config (0.29.2)
Run-time dependency glib-2.0 found: YES 2.74.0
Run-time dependency gobject-introspection-1.0 found: YES 1.74.0
Run-time dependency gtk4 found: YES 4.8.1
Run-time dependency libadwaita-1 found: YES 1.2.0
Program python3 found: YES (/usr/bin/python3)
Run-time dependency dbus-1 found: YES 1.14.4
Message: Daemon Enabled: True
Configuring hydrapaperd using configuration
Configuring org.gabmus.hydrapaper.desktop.i18n.in using configuration
Program msgfmt found: YES (/usr/bin/msgfmt)
Configuring org.gabmus.hydrapaper.service using configuration
Configuring org.gabmus.hydrapaper.Daemon.service using configuration
Configuring org.gabmus.hydrapaperd.service using configuration
Configuring org.gabmus.hydrapaper.Daemon.desktop.i18n.in using configuration
Configuring org.gabmus.hydrapaper.gschema.xml using configuration
Program blueprint-compiler found: YES (/usr/bin/blueprint-compiler)
Configuring aboutdialog.ui using configuration
Found pkg-config: /usr/bin/pkg-config (0.29.2)
Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
Program appstreamcli found: NO
Configuring hydrapaper using configuration
Message: Update translations
Program msginit found: YES (/usr/bin/msginit)
Program msgmerge found: YES (/usr/bin/msgmerge)
Program xgettext found: YES (/usr/bin/xgettext)
Program pandoc found: YES (/usr/bin/pandoc)
Message: Compiling man page from markdown to groff
WARNING: You should add the boolean check kwarg to the run_command call.
          It currently defaults to false,
          but it will default to true in future releases of meson.
          See also: https://github.com/mesonbuild/meson/issues/9300
Message: Man page compilation succeeded, installing
Build targets in project: 16

hydrapaper 3.3.1

   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/12] /usr/bin/glib-compile-schemas --targetdir data ../data
No schema files found: doing nothing.
[2/12] /usr/bin/msgfmt ../po/es.po -o po/es/LC_MESSAGES/hydrapaper.mo
[3/12] /usr/bin/msgfmt ../po/de.po -o po/de/LC_MESSAGES/hydrapaper.mo
[4/12] /usr/bin/msgfmt ../po/it.po -o po/it/LC_MESSAGES/hydrapaper.mo
[5/12] /usr/bin/msgfmt ../po/pt_BR.po -o po/pt_BR/LC_MESSAGES/hydrapaper.mo
[6/12] /usr/bin/msgfmt ../po/sv.po -o po/sv/LC_MESSAGES/hydrapaper.mo
[7/12] /usr/bin/msgfmt ../po/ru.po -o po/ru/LC_MESSAGES/hydrapaper.mo
[8/12] /usr/bin/blueprint-compiler batch-compile data/. ../data 
../data/ui/headerbar.blp ../data/ui/monitors_flowbox_item.blp 
../data/ui/shortcutsWindow.blp ../data/ui/wallpaper_flowbox_item_popover.blp 
../data/ui/wallpapers_flowbox.blp ../data/ui/wp_mode_popover_menu.blp 
../data/ui/wallpapers_folders_view.blp ../data/ui/wallpaper_flowbox_item.blp
FAILED: data
/usr/bin/blueprint-compiler batch-compile data/. ../data 
../data/ui/headerbar.blp ../data/ui/monitors_flowbox_item.blp 
../data/ui/shortcutsWindow.blp ../data/ui/wallpaper_flowbox_item_popover.blp 
../data/ui/wallpapers_flowbox.blp ../data/ui/wp_mode_popover_menu.blp 
../data/ui/wallpapers_folders_view.blp ../data/ui/wallpaper_flowbox_item.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'
[9/12] /usr/bin/meson --internal msgfmthelper --msgfmt=/usr/bin/msgfmt 
data/org.gabmus.hydrapaper.desktop.i18n.in data/org.gabmus.hydrapaper.desktop 
desktop ../data/../po
[10/12] /usr/bin/meson --internal msgfmthelper --msgfmt=/usr/bin/msgfmt 
data/org.gabmus.hydrapaper.Daemon.desktop.i18n.in 
data/org.gabmus.hydrapaper.Daemon.desktop desktop ../data/../po
[11/12] /usr/bin/meson --internal msgfmthelper --msgfmt=/usr/bin/msgfmt 
../data/org.gabmus.hydrapaper.appdata.xml.in 
data/org.gabmus.hydrapaper.appdata.xml xml ../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/hydrapaper_3.3.1-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.


Reply via email to