Your message dated Mon, 08 Nov 2021 17:38:01 +0000
with message-id <e1mk8an-000b7n...@fasolo.debian.org>
and subject line Bug#997237: fixed in lomiri-url-dispatcher 0.1.0-5
has caused the Debian Bug report #997237,
regarding lomiri-url-dispatcher: 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.)


-- 
997237: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997237
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lomiri-url-dispatcher
Version: 0.1.0-4
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/tools && /usr/bin/c++  
> -I/usr/include/liblomiri-app-launch-0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/mirclient 
> -I/usr/include/mircookie -I/usr/include/mircore -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/json-glib-1.0 
> -I/usr/include/libdbustest-1 -I/<<PKGBUILDDIR>> 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
> -I/<<PKGBUILDDIR>>/liblomiri-url-dispatcher -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpedantic 
> -Wextra -std=c++11 -fPIC -g -MD -MT 
> tools/CMakeFiles/lomiri-url-dispatcher.dir/url-dispatcher.cpp.o -MF 
> CMakeFiles/lomiri-url-dispatcher.dir/url-dispatcher.cpp.o.d -o 
> CMakeFiles/lomiri-url-dispatcher.dir/url-dispatcher.cpp.o -c 
> /<<PKGBUILDDIR>>/tools/url-dispatcher.cpp
> -- Looking for pthread_create in pthreads - not found
> -- Looking for pthread_create in pthread
> -- Looking for pthread_create in pthread - found
> -- Found Threads: TRUE  
> -- Configuring done
> -- Generating done
> -- Build files have been written to: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/gmock
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/gmock && /usr/bin/cmake -E 
> touch 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/GMock-prefix/src/GMock-stamp/GMock-configure
> /<<PKGBUILDDIR>>/tools/url-dispatcher.cpp: In lambda function:
> /<<PKGBUILDDIR>>/tools/url-dispatcher.cpp:35:55: warning: unused parameter 
> ‘url’ [-Wunused-parameter]
>    35 |     lomiri_url_dispatch_send(argv[1], [](const gchar* url, gboolean 
> success,
>       |                                          ~~~~~~~~~~~~~^~~
> 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 /<<PKGBUILDDIR>>/service/overlay-tracker.h:21,
>                  from /<<PKGBUILDDIR>>/service/overlay-tracker.cpp:21:
> /usr/include/c++/11/type_traits:44:3: error: template with C linkage
>    44 |   template<typename... _Elements>
>       |   ^~~~~~~~
> /<<PKGBUILDDIR>>/service/overlay-tracker.cpp:20:1: note: ‘extern "C"’ linkage 
> started here
>    20 | extern "C" {
>       | ^~~~~~~~~~

The full build log is available from:
http://qa-logs.debian.net/2021/10/23/lomiri-url-dispatcher_0.1.0-4_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: lomiri-url-dispatcher
Source-Version: 0.1.0-5
Done: Mike Gabriel <sunwea...@debian.org>

We believe that the bug you reported is fixed in the latest version of
lomiri-url-dispatcher, 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.
Mike Gabriel <sunwea...@debian.org> (supplier of updated lomiri-url-dispatcher 
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: Mon, 08 Nov 2021 18:09:17 +0100
Source: lomiri-url-dispatcher
Architecture: source
Version: 0.1.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian UBports Team <team+ubpo...@tracker.debian.org>
Changed-By: Mike Gabriel <sunwea...@debian.org>
Closes: 997237
Changes:
 lomiri-url-dispatcher (0.1.0-5) unstable; urgency=medium
 .
   * debian/patches:
     + Add 0001_Fix-compile-error-with-new-glib-versions.patch. Fix FTBFS
       against latest GLib-2.0. Thanks to Luca Weiss. (Closes: #997237).
   * debian/patches:
     + Add 0002_Fix-generic-URL-regex.patch. Fix generic URL regexp. Thanks to
       Hatato.
Checksums-Sha1:
 8424d8b364842e57c2f34b0124dc0fbf9007f346 2908 lomiri-url-dispatcher_0.1.0-5.dsc
 f35c619cf67d8391737d087a47c6d2d2d13f322d 9692 
lomiri-url-dispatcher_0.1.0-5.debian.tar.xz
 8effac076768a6d5fe5a469ec57ab0f6d4b33d68 10407 
lomiri-url-dispatcher_0.1.0-5_source.buildinfo
Checksums-Sha256:
 f3a77f6f939e38cb03e5360160d38baebe00d0d1befde4fe8e8336c49c1b9019 2908 
lomiri-url-dispatcher_0.1.0-5.dsc
 61f06adebb28b621c6cc14749218fe68bf9393b0af4dfc6a63a68d55dee158b3 9692 
lomiri-url-dispatcher_0.1.0-5.debian.tar.xz
 4accbd93ce9b36d18b08caff808ecde08f7b1a1e5e769faf602ce1c391e67ef0 10407 
lomiri-url-dispatcher_0.1.0-5_source.buildinfo
Files:
 236f14e7ecc5fe4bb68e50f5d7622064 2908 gnome optional 
lomiri-url-dispatcher_0.1.0-5.dsc
 10be657589e068efabfb5269d7e134ac 9692 gnome optional 
lomiri-url-dispatcher_0.1.0-5.debian.tar.xz
 faf5965ee2cd9c1ff530afe392154314 10407 gnome optional 
lomiri-url-dispatcher_0.1.0-5_source.buildinfo

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

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAmGJW5oVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxzokQALjOMt6WY//vQiMqMSyamSQ/Tu9o
5Us1XHPafylwt+04ovMYzXLp/tCD2GkKe/jyyKyKbbFB2KVO4MrZ3wL3XiN+33fu
vKXnT18Uw7d7b6SgpiTNEq0lD5t4iFZXthVm4oskDXkGhstIYBwHzdakwgbyiU/G
gApIY4JZKAQwbJzjy9o5xgVxl8zrwruTSBQNCKQOg4zP1KvO7cfd5YPcBmJFEiqL
XS8NQPym5jGudhAL8tiXP5J+oKHM1/KuO+sYJafpDmfC/QXD2LIW13/4UqSw4nb3
UpicQzkyAR8sSgfMCA2c2oED+R2uJLRCHfbpCM9G81d4mdDhUOu2OFnMNPzXlO3d
DYo+EEaIAiT5iXiB+Ly2Q/TRsmEAqO1w6XfbVAGEGy0+A47zF6htvud4sMaIahLj
bdS4PZ9QlUxKnQPQYTbQoAIHgV0PJKtOJUToFD4YVyeVARZemX8yp8qguz6+OOTF
p07nSBTh/zAiJYBtUComymqcC8fphYWppTGw9zk0ntOpjnkYzoUOmd+oCIPrjAqS
YC8PEKyTrolXnfJPlwplTMBF0I5vzhY2oIdNFiXHeW0FGOEoz78CPJKVr03jD7aj
qugiGIQy/CXQpwzDSe8vTZLQvCOyVBe1dDxRQwbg8CQo8LYJX8gv/kUiiCBTIGRL
oSVMAISdg0C0XV+k
=minQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to