Your message dated Sun, 13 Feb 2022 15:49:54 +0000
with message-id <e1njh8m-0009iq...@fasolo.debian.org>
and subject line Bug#1005564: fixed in gitg 41-2
has caused the Debian Bug report #1005564,
regarding gitg: FTBFS: ../data/meson.build:8:5: ERROR: Function does not take 
positional arguments.
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.)


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

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_configure -- \
>       --libdir=/usr/lib/gitg
>       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 --libdir=/usr/lib/gitg
> The Meson build system
> Version: 0.61.1
> Source dir: /<<PKGBUILDDIR>>
> Build dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> Build type: native build
> Project name: gitg
> Project version: 41
> C compiler for the host machine: cc (gcc 11.2.0 "cc (Debian 11.2.0-16) 
> 11.2.0")
> C linker for the host machine: cc ld.bfd 2.38
> Vala compiler for the host machine: valac (valac 0.54.6)
> Host machine cpu family: x86_64
> Host machine cpu: x86_64
> Compiler for C supports link arguments 
> -Wl,--version-script,/<<PKGBUILDDIR>>/libgitg.map: YES 
> Found pkg-config: /usr/bin/pkg-config (0.29.2)
> Run-time dependency gee-0.8 found: YES 0.20.5
> Run-time dependency gio-2.0 found: YES 2.70.3
> Run-time dependency glib-2.0 found: YES 2.70.3
> Run-time dependency gobject-introspection-1.0 found: YES 1.70.0
> Run-time dependency gsettings-desktop-schemas found: YES 42.alpha
> Run-time dependency gtk+-3.0 found: YES 3.24.31
> Run-time dependency gspell-1 found: YES 1.9.1
> Run-time dependency gtksourceview-4 found: YES 4.8.2
> Run-time dependency libgit2-glib-1.0 found: YES 1.0.0.1
> Run-time dependency libpeas-1.0 found: YES 1.30.0
> Run-time dependency libsecret-1 found: YES 0.20.4
> Run-time dependency libxml-2.0 found: YES 2.9.12
> Run-time dependency libdazzle-1.0 found: YES 3.42.0
> Run-time dependency json-glib-1.0 found: YES 1.6.6
> Library config found: YES
> Library gitg-platform-support found: YES
> Library m found: YES
> Run-time dependency gdk-3.0 found: YES 3.24.31
> Program g-ir-compiler found: YES (/usr/bin/g-ir-compiler)
> Library ide found: YES
> Found pkg-config: /usr/bin/pkg-config (0.29.2)
> Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
> Run-time dependency gio-unix-2.0 found: YES 2.70.3
> ../libgitg-ext/meson.build:127: WARNING: Project targeting '>= 0.48.0' but 
> tried to use feature deprecated since '0.48.0': python3 module.
> Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
> Library posix found: YES
> Configuring gitg-resources.xml using configuration
> Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
> Configuring org.gnome.gitg.desktop.in using configuration
> 
> ../data/meson.build:8:5: ERROR: Function does not take positional arguments.
> 
> A full log can be found at 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-logs/meson-log.txt
>       cd obj-x86_64-linux-gnu && tail -v -n \+0 meson-logs/meson-log.txt
> ==> meson-logs/meson-log.txt <==
> Build started at 2022-02-12T22:47:54.384092
> Main binary: /usr/bin/python3
> Build Options: -Dprefix=/usr -Dlibdir=/usr/lib/gitg -Dlocalstatedir=/var 
> -Dsysconfdir=/etc -Dbuildtype=plain -Dwrap_mode=nodownload
> Python system: Linux
> The Meson build system
> Version: 0.61.1
> Source dir: /<<PKGBUILDDIR>>
> Build dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> Build type: native build
> Project name: gitg
> Project version: 41
> Sanity testing C compiler: cc
> Is cross compiler: False.
> Sanity check compiler command line: cc sanitycheckc.c -o sanitycheckc.exe -g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs
> Sanity check compile stdout:
> 
> -----
> Sanity check compile stderr:
> 
> -----
> Running test binary command: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/sanitycheckc.exe
> C compiler for the host machine: cc (gcc 11.2.0 "cc (Debian 11.2.0-16) 
> 11.2.0")
> C linker for the host machine: cc ld.bfd 2.38
> Running compile:
> Working directory:  /tmp/tmp0q7yyyg2
> Command line:  valac /tmp/tmp0q7yyyg2/testfile.vala -C 
> 
> Code:
>  class MesonSanityCheck : Object { }
> Compiler stdout:
>  
> Compiler stderr:
>  
> Vala compiler for the host machine: valac (valac 0.54.6)
> Sanity testing C compiler: cc
> Is cross compiler: False.
> Sanity check compiler command line: cc sanitycheckc.c -o sanitycheckc.exe -g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs
> Sanity check compile stdout:
> 
> -----
> Sanity check compile stderr:
> 
> -----
> Running test binary command: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/sanitycheckc.exe
> C compiler for the build machine: cc (gcc 11.2.0 "cc (Debian 11.2.0-16) 
> 11.2.0")
> C linker for the build machine: cc ld.bfd 2.38
> Using cached compile:
> Cached command line:   
> 
> Code:
>  class MesonSanityCheck : Object { }
> Cached compiler stdout:
>  
> Cached compiler stderr:
>  
> Vala compiler for the build machine: valac (valac 0.54.6)
> Build machine cpu family: x86_64
> Build machine cpu: x86_64
> Host machine cpu family: x86_64
> Host machine cpu: x86_64
> Target machine cpu family: x86_64
> Target machine cpu: x86_64
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp0m9_o90i
> Command line:  cc 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp0m9_o90i/testfile.c -o 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp0m9_o90i/output.exe -g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings 
> -Wl,--version-script,/<<PKGBUILDDIR>>/libgitg.map -Wl,-z,relro -Wl,-z,now 
> -Wl,-O1 -Wl,-z,defs 
> 
> Code:
>  int main(void) { return 0; }
> 
> Compiler stdout:
>  
> Compiler stderr:
>  
> Compiler for C supports link arguments 
> -Wl,--version-script,/<<PKGBUILDDIR>>/libgitg.map: YES 
> Pkg-config binary for 1 is not cached.
> Pkg-config binary missing from cross or native file, or env var undefined.
> Trying a default Pkg-config fallback at pkg-config
> Found pkg-config: /usr/bin/pkg-config (0.29.2)
> Determining dependency 'gee-0.8' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion gee-0.8` -> 0
> 0.20.5
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags gee-0.8` -> 0
> -I/usr/include/gee-0.8 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gee-0.8` -> 0
> -L/usr/lib/x86_64-linux-gnu -lgee-0.8 -lgobject-2.0 -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gee-0.8` -> 0
> -lgee-0.8 -lgobject-2.0 -lglib-2.0
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpe1vsao_5
> Command line:  cc 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpe1vsao_5/testfile.c -o 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpe1vsao_5/output.exe -g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs 
> 
> Code:
>  #include<stdio.h>
>         
>         int main(void) {
>             printf("%ld\n", (long)(sizeof(void *)));
>             return 0;
>         }
> Compiler stdout:
>  
> Compiler stderr:
>  
> Program stdout:
> 
> 8
> 
> Program stderr:
> 
> 
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpmv3czkpf
> Command line:  cc 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpmv3czkpf/testfile.c -o 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpmv3czkpf/output.obj -c 
> -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 --print-search-dirs 
> 
> Code:
>  
> Compiler stdout:
>  install: /usr/lib/gcc/x86_64-linux-gnu/11/
> programs: 
> =/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/bin/
> libraries: 
> =/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/11/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/11/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/
> 
> Compiler stderr:
>  
> Run-time dependency gee-0.8 found: YES 0.20.5
> Pkg-config binary for 1 is cached.
> Determining dependency 'gio-2.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion gio-2.0` -> 0
> 2.70.3
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags gio-2.0` -> 0
> -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gio-2.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lgio-2.0 -lgobject-2.0 -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gio-2.0` -> 0
> -lgio-2.0 -lgobject-2.0 -lglib-2.0
> Run-time dependency gio-2.0 found: YES 2.70.3
> Pkg-config binary for 1 is cached.
> Determining dependency 'glib-2.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion glib-2.0` -> 0
> 2.70.3
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags glib-2.0` -> 0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs glib-2.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs glib-2.0` -> 0
> -lglib-2.0
> Run-time dependency glib-2.0 found: YES 2.70.3
> Pkg-config binary for 1 is cached.
> Determining dependency 'gobject-introspection-1.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion gobject-introspection-1.0` -> 0
> 1.70.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags gobject-introspection-1.0` -> 0
> -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gobject-introspection-1.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lgirepository-1.0 -lgobject-2.0 -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gobject-introspection-1.0` -> 0
> -lgirepository-1.0 -lgobject-2.0 -lglib-2.0
> Run-time dependency gobject-introspection-1.0 found: YES 1.70.0
> Pkg-config binary for 1 is cached.
> Determining dependency 'gsettings-desktop-schemas' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion gsettings-desktop-schemas` -> 0
> 42.alpha
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags gsettings-desktop-schemas` -> 0
> -I/usr/include/gsettings-desktop-schemas
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gsettings-desktop-schemas` -> 0
> 
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gsettings-desktop-schemas` -> 0
> 
> Run-time dependency gsettings-desktop-schemas found: YES 42.alpha
> Pkg-config binary for 1 is cached.
> Determining dependency 'gtk+-3.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion gtk+-3.0` -> 0
> 3.24.31
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags gtk+-3.0` -> 0
> -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
> -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi 
> -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 
> -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/libmount -I/usr/include/blkid 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gtk+-3.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 
> -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 
> -lgobject-2.0 -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gtk+-3.0` -> 0
> -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 
> -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
> Run-time dependency gtk+-3.0 found: YES 3.24.31
> Pkg-config binary for 1 is cached.
> Determining dependency 'gspell-1' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion gspell-1` -> 0
> 1.9.1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags gspell-1` -> 0
> -pthread -I/usr/include/gspell-1 -I/usr/include/gtk-3.0 
> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
> -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
> -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid 
> -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/libmount -I/usr/include/blkid 
> -I/usr/include/enchant-2 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gspell-1` -> 0
> -L/usr/lib/x86_64-linux-gnu -lgspell-1 -lgtk-3 -lgdk-3 -lpangocairo-1.0 
> -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 
> -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lenchant-2
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gspell-1` -> 0
> -lgspell-1 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 
> -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 
> -lenchant-2
> Run-time dependency gspell-1 found: YES 1.9.1
> Pkg-config binary for 1 is cached.
> Determining dependency 'gtksourceview-4' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion gtksourceview-4` -> 0
> 4.8.2
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags gtksourceview-4` -> 0
> -pthread -I/usr/include/gtksourceview-4 -I/usr/include/libxml2 
> -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
> -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi 
> -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 
> -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/libmount -I/usr/include/blkid 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gtksourceview-4` -> 0
> -L/usr/lib/x86_64-linux-gnu -lgtksourceview-4 -lgtk-3 -lgdk-3 
> -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo 
> -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gtksourceview-4` -> 0
> -lgtksourceview-4 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz 
> -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 
> -lglib-2.0
> Run-time dependency gtksourceview-4 found: YES 4.8.2
> Pkg-config binary for 1 is cached.
> Determining dependency 'libgit2-glib-1.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion libgit2-glib-1.0` -> 0
> 1.0.0.1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags libgit2-glib-1.0` -> 0
> -DGIT_SSH=1 -pthread -I/usr/include/libgit2-glib-1.0 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs libgit2-glib-1.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lgit2-glib-1.0 -lgio-2.0 -lgobject-2.0 
> -lglib-2.0 -lgit2
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs libgit2-glib-1.0` -> 0
> -lgit2-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgit2
> Run-time dependency libgit2-glib-1.0 found: YES 1.0.0.1
> Pkg-config binary for 1 is cached.
> Determining dependency 'libpeas-1.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion libpeas-1.0` -> 0
> 1.30.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags libpeas-1.0` -> 0
> -pthread -I/usr/include/libpeas-1.0 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/gobject-introspection-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs libpeas-1.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lpeas-1.0 -Wl,--export-dynamic -lgmodule-2.0 
> -pthread -lgio-2.0 -lgirepository-1.0 -lgobject-2.0 -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs libpeas-1.0` -> 0
> -lpeas-1.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgio-2.0 
> -lgirepository-1.0 -lgobject-2.0 -lglib-2.0
> Run-time dependency libpeas-1.0 found: YES 1.30.0
> Pkg-config binary for 1 is cached.
> Determining dependency 'libsecret-1' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion libsecret-1` -> 0
> 0.20.4
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags libsecret-1` -> 0
> -pthread -I/usr/include/libsecret-1 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs libsecret-1` -> 0
> -L/usr/lib/x86_64-linux-gnu -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs libsecret-1` -> 0
> -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0
> Run-time dependency libsecret-1 found: YES 0.20.4
> Pkg-config binary for 1 is cached.
> Determining dependency 'libxml-2.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion libxml-2.0` -> 0
> 2.9.12
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags libxml-2.0` -> 0
> -I/usr/include/libxml2
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs libxml-2.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lxml2
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs libxml-2.0` -> 0
> -lxml2
> Run-time dependency libxml-2.0 found: YES 2.9.12
> Pkg-config binary for 1 is cached.
> Determining dependency 'libdazzle-1.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion libdazzle-1.0` -> 0
> 3.42.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags libdazzle-1.0` -> 0
> -pthread -I/usr/include/libdazzle-1.0 -I/usr/include/gtk-3.0 
> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
> -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
> -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid 
> -I/usr/include/freetype2 -I/usr/include/libpng16 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/libmount -I/usr/include/blkid 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs libdazzle-1.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -ldazzle-1.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 
> -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 
> -lgio-2.0 -lgobject-2.0 -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs libdazzle-1.0` -> 0
> -ldazzle-1.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz 
> -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 
> -lglib-2.0
> Run-time dependency libdazzle-1.0 found: YES 3.42.0
> Pkg-config binary for 1 is cached.
> Determining dependency 'json-glib-1.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion json-glib-1.0` -> 0
> 1.6.6
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags json-glib-1.0` -> 0
> -pthread -I/usr/include/json-glib-1.0 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs json-glib-1.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs json-glib-1.0` -> 0
> -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
> Run-time dependency json-glib-1.0 found: YES 1.6.6
> Library config found: YES
> Library gitg-platform-support found: YES
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpl0bltixh
> Command line:  cc -I/usr/include/libgit2-glib-1.0 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpl0bltixh/testfile.c -o 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpl0bltixh/output.exe 
> -DGIT_SSH=1 -pthread -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group 
> /usr/lib/x86_64-linux-gnu/libgit2-glib-1.0.so 
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so 
> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so 
> /usr/lib/x86_64-linux-gnu/libglib-2.0.so /usr/lib/x86_64-linux-gnu/libgit2.so 
> -Wl,--end-group -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs 
> 
> Code:
>  
>   #include <libgit2-glib/ggit.h>
>   int
>   main(int argc, const char *argv[])
>   {
>     ggit_init ();
>     return ((ggit_get_features () & GGIT_FEATURE_THREADS) != 0) ? 0 : 1;
>   };
> 
> Compiler stdout:
>  
> Compiler stderr:
>  
> Program stdout:
> 
> 
> Program stderr:
> 
> 
> Running compile:
> Working directory:  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp1k8nrr9k
> Command line:  cc 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp1k8nrr9k/testfile.c -o 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmp1k8nrr9k/output.exe -g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lm -Wl,--end-group 
> -Wl,--allow-shlib-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs 
> 
> Code:
>  int main(void) { return 0; }
> 
> Compiler stdout:
>  
> Compiler stderr:
>  
> Library m found: YES
> Pkg-config binary for 1 is cached.
> Determining dependency 'gdk-3.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion gdk-3.0` -> 0
> 3.24.31
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags gdk-3.0` -> 0
> -pthread -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
> -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/libmount -I/usr/include/blkid 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gdk-3.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz 
> -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gdk-3.0` -> 0
> -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 
> -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0
> Run-time dependency gdk-3.0 found: YES 3.24.31
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --variable=targets gdk-3.0` -> 0
> x11 broadway wayland
> Got pkgconfig variable targets : x11 broadway wayland
> Program g-ir-compiler found: YES (/usr/bin/g-ir-compiler)
> Library ide found: YES
> Pkg-config binary for 0 is not cached.
> Pkg-config binary missing from cross or native file, or env var undefined.
> Trying a default Pkg-config fallback at pkg-config
> Found pkg-config: /usr/bin/pkg-config (0.29.2)
> Determining dependency 'glib-2.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion glib-2.0` -> 0
> 2.70.3
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags glib-2.0` -> 0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs glib-2.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs glib-2.0` -> 0
> -lglib-2.0
> Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
> Pkg-config binary for 1 is cached.
> Determining dependency 'gio-unix-2.0' with pkg-config executable 
> '/usr/bin/pkg-config'
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --modversion gio-unix-2.0` -> 0
> 2.70.3
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --cflags gio-unix-2.0` -> 0
> -pthread -I/usr/include/gio-unix-2.0 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gio-unix-2.0` -> 0
> -L/usr/lib/x86_64-linux-gnu -lgio-2.0 -lgobject-2.0 -lglib-2.0
> env[PKG_CONFIG_PATH]: 
> Called `/usr/bin/pkg-config --libs gio-unix-2.0` -> 0
> -lgio-2.0 -lgobject-2.0 -lglib-2.0
> Run-time dependency gio-unix-2.0 found: YES 2.70.3
> ../libgitg-ext/meson.build:127: WARNING: Project targeting '>= 0.48.0' but 
> tried to use feature deprecated since '0.48.0': python3 module.
> Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
> Running compile:
> Working directory:  /tmp/tmpx6x8w_ob
> Command line:  valac /tmp/tmpx6x8w_ob/testfile.vala -C --pkg posix 
> 
> Code:
>  class MesonFindLibrary : Object { }
> Compiler stdout:
>  
> Compiler stderr:
>  
> Library posix found: YES
> Configuring gitg-resources.xml using configuration
> Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
> Configuring org.gnome.gitg.desktop.in using configuration
> 
> ../data/meson.build:8:5: ERROR: Function does not take positional arguments.
> dh_auto_configure: error: 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 --libdir=/usr/lib/gitg 
> returned exit code 1
> make[1]: *** [debian/rules:10: override_dh_auto_configure] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/02/12/gitg_41-1_unstable.log

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: gitg
Source-Version: 41-2
Done: Simon McVittie <s...@debian.org>

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

Debian distribution maintenance software
pp.
Simon McVittie <s...@debian.org> (supplier of updated gitg 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: SHA256

Format: 1.8
Date: Sun, 13 Feb 2022 15:11:00 +0000
Source: gitg
Architecture: source
Version: 41-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Simon McVittie <s...@debian.org>
Closes: 1005564
Changes:
 gitg (41-2) unstable; urgency=medium
 .
   * Team upload
   * d/p/meson-drop-unused-argument-for-i18n.merge_file.patch:
     Add patch from upstream to fix FTBFS with Meson 0.61
     (Closes: #1005564)
Checksums-Sha1:
 af2e4491803b64bf509f9fc3e722596aaea63005 2343 gitg_41-2.dsc
 7df2539546542850cddcbd910c3877a35105a196 7916 gitg_41-2.debian.tar.xz
 c2c9dd66adc4f74de45092c7c0dc1ea9c66e5912 15264 gitg_41-2_source.buildinfo
Checksums-Sha256:
 9f4b8895f4c424d26e01cce8ed599f5d836d4be81d9eb22f01b06f49faa13d16 2343 
gitg_41-2.dsc
 c7d0314985518ec7320459b143d1c9ce489a28e9ccde289e6c558c9ac3ada854 7916 
gitg_41-2.debian.tar.xz
 e4db18125200d7b536957e28056b7b80f2374eea5777b80ccb64772dd616697e 15264 
gitg_41-2_source.buildinfo
Files:
 2a953f5da2ef2dbd4335c5f727ba7365 2343 vcs optional gitg_41-2.dsc
 4bc1c2945f76c7c8f2d1e46133cd27ac 7916 vcs optional gitg_41-2.debian.tar.xz
 d7ad323f4e8e327b97f61f7902da9ed5 15264 vcs optional gitg_41-2_source.buildinfo

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

iQIzBAEBCAAdFiEENuxaZEik9e95vv6Y4FrhR4+BTE8FAmIJIz8ACgkQ4FrhR4+B
TE//vA//T4b1TzSJ+6W1cEqv8TGuHRFSECN7TKT9LENHriOw0EL2YsthXjgAJnMv
vXb4wnq8w82gxNqyFSz3THbueilDHlhdaJPj2tBZplwu5MBrDk4wAVYp8O0p846N
gSWrnHuNN2S+lxBBB4c6iaily1DRokVm6z+XKlXGr8GgNu9CjdjrH9K6FDYjKYqH
uh1WSdINLlhTDGoW53ycXoo3CJOLsx5XdXs40EyF4MKUkmSO1F3v7fWoKZjtmsXG
pnHyhk0PgVi+UFrGll4tX89oXtFk1tNlvj2MPdnZVIGsmzoR2OKeYP1d4dQbE8fM
EwsJqAPcFVCtJedK6L0vsXljCX9/gKb56hbzQGmivkm0bmW8JbDVzf8L1jYjMAAh
y1JRrb55a8v5qOqL3/+gErkw9bl1oENZ4lkd+aLKabV0IcE9mYvHhek1sn8ZLPFB
98OkqSlbv8YcgQU+fs4SnV5SDxjAjZIa7tzjDddav5af9awOxesvMkQdDr/v6Nb9
uvUHXctqhgXtf1HFlX7d8Ts0Sot/S41Jv3xFkq4JzIStmNX7M1xMklLcEp5hpAYC
xHATxrAb2dOCu7HHnJc4sdHua3QwMpC3/xa9wYn7R1oifQBCeM2CejGkkahbzGwy
8ZAyG9XvFVjMB+CSd96tSyf9JRBsqMXHXV5MApH0xRDRbdtxjqo=
=r/zB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to