Your message dated Sun, 18 Dec 2016 16:33:49 +0000
with message-id <[email protected]>
and subject line Bug#842675: fixed in lightdm 1.18.2-4
has caused the Debian Bug report #842675,
regarding lightdm FTBFS on !x86: error: symbols mismatch
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 [email protected]
immediately.)
--
842675: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842675
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lightdm
Version: 1.18.2-3
Severity: important
Tags: sid + patch
Justification: FTBFS
User: [email protected]
Usertags: mips-patch
Package lightdm_1.18.2-3 FTBFS on mips, mipsel and mips64el with following
error:
> dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see
> diff output below
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols
> file: see diff output below
> dpkg-gensymbols: warning: debian/liblightdm-qt-3-0/DEBIAN/symbols doesn't
> match completely debian/liblightdm-qt-3-0.symbols
> --- debian/liblightdm-qt-3-0.symbols (liblightdm-qt-3-0_1.18.2-3_mips)
> +++ dpkg-gensymbolsDuEcki 2016-10-19 21:43:07.131957422 +0000
> @@ -1,6 +1,8 @@
> liblightdm-qt-3.so.0 liblightdm-qt-3-0 #MINVER#
> - _ZN10QDBusErrorD1Ev@Base 1.8.7
> - _ZN10QDBusErrorD2Ev@Base 1.8.7
> + _ZN10QByteArrayD1Ev@Base 1.18.2-3
> + _ZN10QByteArrayD2Ev@Base 1.18.2-3
> +#MISSING: 1.18.2-3# _ZN10QDBusErrorD1Ev@Base 1.8.7
> +#MISSING: 1.18.2-3# _ZN10QDBusErrorD2Ev@Base 1.8.7
> _ZN10QDBusReplyI7QStringED1Ev@Base 1.8.7
> _ZN10QDBusReplyI7QStringED2Ev@Base 1.8.7
> _ZN11SessionItemD1Ev@Base 1.8.7
> @@ -11,6 +13,8 @@
> _ZN5QHashIi10QByteArrayE11deleteNode2EPN9QHashData4NodeE@Base 1.8.7
> _ZN5QHashIi10QByteArrayE13detach_helperEv@Base 1.8.7
> _ZN5QHashIi10QByteArrayE13duplicateNodeEPN9QHashData4NodeEPv@Base 1.8.7
> + _ZN5QHashIi10QByteArrayED1Ev@Base 1.18.2-3
> + _ZN5QHashIi10QByteArrayED2Ev@Base 1.18.2-3
> _ZN5QListI11SessionItemE18detach_helper_growEii@Base 1.8.7
> _ZN5QListI11SessionItemE6appendERKS0_@Base 1.8.7
> _ZN5QListI8UserItemE13detach_helperEi@Base 1.8.7
> @@ -18,6 +22,8 @@
> _ZN5QListI8UserItemE6appendERKS0_@Base 1.8.7
> _ZN6QDebugD1Ev@Base 1.8.7
> _ZN6QDebugD2Ev@Base 1.8.7
> + _ZN7QStringD1Ev@Base 1.18.2-3
> + _ZN7QStringD2Ev@Base 1.18.2-3
> _ZN8QLightDM10UsersModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 1.8.7
> _ZN8QLightDM10UsersModel11qt_metacastEPKc@Base 1.8.7
> _ZN8QLightDM10UsersModel16staticMetaObjectE@Base 1.8.7
> dh_makeshlibs: failing due to earlier errors
> debian/rules:24: recipe for target 'binary-arch' failed
> make: *** [binary-arch] Error 2
> dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit
> status 2
Full build log:
https://buildd.debian.org/status/fetch.php?pkg=lightdm&arch=mips&ver=1.18.2-3&stamp=1476913394
The problem is in liblightdm-qt-3-0.symbols where these symbols are missing.
I have created and attached a patch that adds missing symbols into this file
and resolves this issue.
With this patch package builds successfully on mips*, i386 and amd64
architectures.
Regards,
Radovan
--- lightdm_orig/lightdm-1.18.2/debian/liblightdm-qt-3-0.symbols 2015-08-24 15:17:18.000000000 +0000
+++ lightdm-1.18.2/debian/liblightdm-qt-3-0.symbols 2016-10-31 10:48:04.819074394 +0000
@@ -1,6 +1,6 @@
liblightdm-qt-3.so.0 liblightdm-qt-3-0 #MINVER#
- _ZN10QDBusErrorD1Ev@Base 1.8.7
- _ZN10QDBusErrorD2Ev@Base 1.8.7
+ _ZN10QByteArrayD1Ev@Base 1.18.2-3
+ _ZN10QByteArrayD2Ev@Base 1.18.2-3
_ZN10QDBusReplyI7QStringED1Ev@Base 1.8.7
_ZN10QDBusReplyI7QStringED2Ev@Base 1.8.7
_ZN11SessionItemD1Ev@Base 1.8.7
@@ -11,6 +11,8 @@ liblightdm-qt-3.so.0 liblightdm-qt-3-0 #
_ZN5QHashIi10QByteArrayE11deleteNode2EPN9QHashData4NodeE@Base 1.8.7
_ZN5QHashIi10QByteArrayE13detach_helperEv@Base 1.8.7
_ZN5QHashIi10QByteArrayE13duplicateNodeEPN9QHashData4NodeEPv@Base 1.8.7
+ _ZN5QHashIi10QByteArrayED1Ev@Base 1.18.2-3
+ _ZN5QHashIi10QByteArrayED2Ev@Base 1.18.2-3
_ZN5QListI11SessionItemE18detach_helper_growEii@Base 1.8.7
_ZN5QListI11SessionItemE6appendERKS0_@Base 1.8.7
_ZN5QListI8UserItemE13detach_helperEi@Base 1.8.7
@@ -18,6 +20,8 @@ liblightdm-qt-3.so.0 liblightdm-qt-3-0 #
_ZN5QListI8UserItemE6appendERKS0_@Base 1.8.7
_ZN6QDebugD1Ev@Base 1.8.7
_ZN6QDebugD2Ev@Base 1.8.7
+ _ZN7QStringD1Ev@Base 1.18.2-3
+ _ZN7QStringD2Ev@Base 1.18.2-3
_ZN8QLightDM10UsersModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 1.8.7
_ZN8QLightDM10UsersModel11qt_metacastEPKc@Base 1.8.7
_ZN8QLightDM10UsersModel16staticMetaObjectE@Base 1.8.7
--- End Message ---
--- Begin Message ---
Source: lightdm
Source-Version: 1.18.2-4
We believe that the bug you reported is fixed in the latest version of
lightdm, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Yves-Alexis Perez <[email protected]> (supplier of updated lightdm 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 18 Dec 2016 17:04:16 +0100
Source: lightdm
Binary: lightdm lightdm-vala liblightdm-gobject-1-0 liblightdm-qt-3-0
liblightdm-gobject-dev liblightdm-qt-dev gir1.2-lightdm-1
Architecture: source
Version: 1.18.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Xfce Maintainers <[email protected]>
Changed-By: Yves-Alexis Perez <[email protected]>
Description:
gir1.2-lightdm-1 - Typelib file for liblightdm-1
liblightdm-gobject-1-0 - simple display manager (gobject library)
liblightdm-gobject-dev - simple display manager (gobject development files)
liblightdm-qt-3-0 - simple display manager (Qt library)
liblightdm-qt-dev - simple display manager (Qt development files)
lightdm - simple display manager
lightdm-vala - simple display manager (Vala files)
Closes: 842675
Changes:
lightdm (1.18.2-4) unstable; urgency=medium
.
* Update debian/liblightdm-qt-3-0.symbols, many thanks Hilko Bengen:
- use demangled symbols
- add symbols only present on !x86 architectures. closes: #842675
* debian/control:
- add dependency on lsb-base.
Checksums-Sha1:
35bb48d8af2e33b64c8715ebfc8902e7cee6d5ba 2421 lightdm_1.18.2-4.dsc
288d51ff9e711a294cd81b19615726349dbbcdad 36808 lightdm_1.18.2-4.debian.tar.xz
Checksums-Sha256:
49ddbb3b8be79ef03ac48ab0d51614f30c6e9cc2ffe7b0f0d7dd0b7d8bf5e612 2421
lightdm_1.18.2-4.dsc
3269d984c5c61e033186f2db1e1ae443946c41ca6a2bc7ef8e1aeb6deb7edb94 36808
lightdm_1.18.2-4.debian.tar.xz
Files:
972d13405ac15294bf97a03dc67c0b9b 2421 x11 optional lightdm_1.18.2-4.dsc
fd9e4218b1d2700636585b437dbabbc3 36808 x11 optional
lightdm_1.18.2-4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEEl0WwInMjgf6efq/1bdtT8qZ1wKUFAlhWtEEACgkQbdtT8qZ1
wKVVxwf/fczvgsUOelCYqZJiY+1ApC6I3ZPQ7tQZueUBYqwXWRHLYe16sr5XrXhl
+oeUYA+efpa9yS4bAdvn1itAxJPY7IhtoaqottaohklXD78643zK0aLQSLSnSAiG
rhKWVe/WcNRy/x/b/uRwBXED0wj+UJQ5mYXvILjnq07YjLn+vpCn6l02GIDyRYy0
sJFD7sxde4KBXdmIEQJ9XQZXK9W9kpbOmxQBegnzkanbkzi4whvuf+28M0MG3FUH
1T4ZqYoGubWgjeqvAJEUa2orK7gPePMeFpyL3eAKLWXisSWJv88kiP8s0qu1fAT6
C2KKQuASKtGUGU4hQ+E9uosMbeIWXw==
=ydO3
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-xfce-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel