Your message dated Sat, 23 Oct 2021 22:10:14 +0000
with message-id <e1mepds-000506...@fasolo.debian.org>
and subject line Bug#997107: fixed in xiphos 4.2.1+dfsg1-6
has caused the Debian Bug report #997107,
regarding xiphos: FTBFS: type_traits:44:3: error: template with C linkage
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.)


-- 
997107: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997107
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xiphos
Version: 4.2.1+dfsg1-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/main && /usr/bin/c++ 
> -DHAVE_CONFIG_H -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/main/Threads::Threads 
> -I/<<PKGBUILDDIR>>/src/main/PkgConfig::Core 
> -I/<<PKGBUILDDIR>>/src/main/PkgConfig::Gtk 
> -I/<<PKGBUILDDIR>>/src/main/PkgConfig::Gnome 
> -I/<<PKGBUILDDIR>>/src/main/PkgConfig::Sword 
> -I/<<PKGBUILDDIR>>/src/main/PkgConfig::Biblesync -isystem 
> /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -isystem /usr/include/uuid -isystem /usr/include/webkitgtk-4.0 -isystem 
> /usr/include/gtk-3.0 -isystem /usr/include/at-spi2-atk/2.0 -isystem 
> /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem 
> /usr/lib/x86_64-linux-gnu/dbus-1.0/include -isystem /usr/include/gio-unix-2.0 
> -isystem /usr/include/cairo -isystem /usr/include/pango-1.0 -isystem 
> /usr/include/harfbuzz -isystem /usr/include/fribidi -isystem 
> /usr/include/atk-1.0 -isystem /usr/include/pixman-1 -isystem 
> /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem 
> /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libsoup-2.4 -isystem 
> /usr/include/libxml2 -isystem /usr/include/libmount -isystem 
> /usr/include/blkid -isystem /usr/include/minizip -isystem /usr/include/sword 
> -isystem /usr/include/biblesync -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fno-delete-null-pointer-checks -pthread -MD -MT 
> src/main/CMakeFiles/main.dir/display.cc.o -MF 
> CMakeFiles/main.dir/display.cc.o.d -o CMakeFiles/main.dir/display.cc.o -c 
> /<<PKGBUILDDIR>>/src/main/display.cc
> [ 17%] Generating da.gmo
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/po && /usr/bin/msgfmt -o 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/po/da.gmo 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/po/da.po
> [ 17%] Generating de.gmo
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/po && /usr/bin/msgfmt -o 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/po/de.gmo 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/po/de.po
> [ 18%] Generating en_GB.gmo
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/po && /usr/bin/msgfmt -o 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/po/en_GB.gmo 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/po/en_GB.po
> [ 18%] Generating es.gmo
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/po && /usr/bin/msgfmt -o 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/po/es.gmo 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/po/es.po
> [ 19%] Generating fa.gmo
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/po && /usr/bin/msgfmt -o 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/po/fa.gmo 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/po/fa.po
> In file included from /usr/include/glib-2.0/glib/glib-typeof.h:39,
>                  from /usr/include/glib-2.0/glib/gatomic.h:28,
>                  from /usr/include/glib-2.0/glib/gthread.h:32,
>                  from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
>                  from /usr/include/glib-2.0/glib.h:32,
>                  from /usr/include/gtk-3.0/gdk/gdkconfig.h:13,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:30,
>                  from /usr/include/gtk-3.0/gtk/gtk.h:30,
>                  from /<<PKGBUILDDIR>>/src/main/sword.h:28,
>                  from /<<PKGBUILDDIR>>/src/main/configs.cc:28:
> /usr/include/c++/11/type_traits:44:3: error: template with C linkage
>    44 |   template<typename... _Elements>
>       |   ^~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/main/configs.cc:28:
> /<<PKGBUILDDIR>>/src/main/sword.h:26:1: note: ‘extern "C"’ linkage started 
> here
>    26 | extern "C" {
>       | ^~~~~~~~~~


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/xiphos_4.2.1+dfsg1-5_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: xiphos
Source-Version: 4.2.1+dfsg1-6
Done: Bastian Germann <b...@debian.org>

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

Debian distribution maintenance software
pp.
Bastian Germann <b...@debian.org> (supplier of updated xiphos 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: Sat, 23 Oct 2021 22:39:47 +0200
Source: xiphos
Architecture: source
Version: 4.2.1+dfsg1-6
Distribution: unstable
Urgency: medium
Maintainer: CrossWire Packaging Team 
<pkg-crosswire-de...@alioth-lists.debian.net>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 997107
Changes:
 xiphos (4.2.1+dfsg1-6) unstable; urgency=medium
 .
   * Team upload
   * Install correct appstream-util for cross builds
   * Fix FTBFS: template with C linkage (Closes: #997107)
   * Change bage's email
 .
   [ Debian Janitor ]
   * Apply multi-arch hints. + xiphos-data: Add Multi-Arch: foreign.
Checksums-Sha1:
 b580edef8e55314610cff40ff8797112816f34c8 2207 xiphos_4.2.1+dfsg1-6.dsc
 df8ec9d4f281f2ce86d8ad99fe7c191b7948cbe3 19664 
xiphos_4.2.1+dfsg1-6.debian.tar.xz
 be01ee01309dac8d171b7aa569423eb13df5d4fa 17721 
xiphos_4.2.1+dfsg1-6_source.buildinfo
Checksums-Sha256:
 33cf7a425561d888a7770c18c2dab3978ec1e852ca06a4da34e2013d37c6942a 2207 
xiphos_4.2.1+dfsg1-6.dsc
 7670cf9fa32fb2253ab49db2dcb215628ed2e76a39396f7cda692e2caaf08950 19664 
xiphos_4.2.1+dfsg1-6.debian.tar.xz
 23a2c62642a68c028ebdc0f3d65e877f5aee590a9fb44eeaeaf33a349a2a24a3 17721 
xiphos_4.2.1+dfsg1-6_source.buildinfo
Files:
 cc3b3c61ad5ff3c8befed2fd5568233a 2207 gnome optional xiphos_4.2.1+dfsg1-6.dsc
 cbc598a9b476a3b72a7f56867e6ff9f6 19664 gnome optional 
xiphos_4.2.1+dfsg1-6.debian.tar.xz
 4db988ef269269df91713c1b4042be89 17721 gnome optional 
xiphos_4.2.1+dfsg1-6_source.buildinfo

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

iQGzBAEBCgAdFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmF0gqsACgkQH1x6i0VW
QxQ6cAv9GrI8jcgMXTMoDB8bpGsISoxynmtelCnrMPjho/5RwoAuUsyabRqPrmf7
9Kq3yYG9nPtQkxPUg4vaMeSJeW5gjgaKq3gz5/hmGSQt05qfOcfFsVcnlCVOofPw
f9kCpIo+dQXJR+1LzCJ3oVy4YQmuJfZ8tYdSv//yBmbI8HY5hCwkNVuyH9E2P1mY
sMndNAgqBnIX/h7B6QJteNtCb13yIoJ5LPTQU1sZgqALuE8RQsYwd5bNY/7wOfEM
JY6Ede4Sh3KiByv9UkKQc3waBz9LLwKjYmiA1+642ssJpxYxcg1+rJIFzeLHPUvB
i8L96NS0BSepCcMkosmicgd+2pFuIU9dP8sJKTSBoMmQcIOyaozgjZ3RlHRCdKj0
Ud13mzPr4BceyR/wrD0TG26b0/7VeKrQEvtlwI8joUhTl7Q2P+n68NTCBBbpPSRn
IIt/OulZuobKcdgFieFRDIPiaRyw5HgAQwu73/k1eBfrd6YUKzI1d3YpAtr8kZZW
VcJt4wKj
=hlEb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to