Your message dated Mon, 25 Dec 2017 00:05:27 +0000
with message-id <e1etggl-0009xy...@fasolo.debian.org>
and subject line Bug#801817: fixed in telepathy-qt 0.9.7-2
has caused the Debian Bug report #801817,
regarding link errors with the libtelepathy-qt-service.a static library
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.)


-- 
801817: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801817
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libtelepathy-qt4-dev
Version: 0.9.6.1-2


I tried to link against the libtelepathy-qt4-service.a static library
and various errors appear:

usr/bin/ld.bfd.real:
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libtelepathy-qt4-service.a(base-connection-manager.cpp.o):
relocation R_X86_64_32 against
`_ZN2Tp21BaseConnectionManager16staticMetaObjectE' can not be used when
making a shared object; recompile with -fPIC



I tried recompiling the whole library with -fPIC and it didn't resolve
the issue.

I made a shared library and I've been able to link against that.  My
changes to make it a shared library are on a branch here:

https://github.com/dpocock/telepathy-qt-debian/tree/jessie-build-all-shared
g++ -DHAVE_CONFIG_H -I. -I../..  -fPIC -D_FORTIFY_SOURCE=2 
-I/usr/include/telepathy-qt4 -I/usr/include/qt4 -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDBus 
-I/usr/include/postgresql -I/usr/include/sipxtapi -D__pingtel_on_posix__ 
-D_linux_ -D_REENTRANT -D_FILE_OFFS -DDEFAULT_BRIDGE_MAX_IN_OUTPUTS=20 
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS 
-DRESIP_OSTYPE_LINUX -DRESIP_ARCH_X86_64 -DRESIP_LARCH_ -D_REENTRANT 
-DRESIP_TOOLCHAIN_GNU  -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -fpermissive -Wall -Wno-deprecated -fPIC -c -o 
telepathy-resiprocate.o telepathy-resiprocate.cxx
g++ -DHAVE_CONFIG_H -I. -I../..  -fPIC -D_FORTIFY_SOURCE=2 
-I/usr/include/telepathy-qt4 -I/usr/include/qt4 -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDBus 
-I/usr/include/postgresql -I/usr/include/sipxtapi -D__pingtel_on_posix__ 
-D_linux_ -D_REENTRANT -D_FILE_OFFS -DDEFAULT_BRIDGE_MAX_IN_OUTPUTS=20 
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS 
-DRESIP_OSTYPE_LINUX -DRESIP_ARCH_X86_64 -DRESIP_LARCH_ -D_REENTRANT 
-DRESIP_TOOLCHAIN_GNU  -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -fpermissive -Wall -Wno-deprecated -fPIC -c -o 
connection.o connection.cxx
g++ -DHAVE_CONFIG_H -I. -I../..  -fPIC -D_FORTIFY_SOURCE=2 
-I/usr/include/telepathy-qt4 -I/usr/include/qt4 -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDBus 
-I/usr/include/postgresql -I/usr/include/sipxtapi -D__pingtel_on_posix__ 
-D_linux_ -D_REENTRANT -D_FILE_OFFS -DDEFAULT_BRIDGE_MAX_IN_OUTPUTS=20 
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS 
-DRESIP_OSTYPE_LINUX -DRESIP_ARCH_X86_64 -DRESIP_LARCH_ -D_REENTRANT 
-DRESIP_TOOLCHAIN_GNU  -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -fpermissive -Wall -Wno-deprecated -fPIC -c -o 
protocol.o protocol.cxx
/bin/bash ../../libtool  --tag=CXX   --mode=link g++  -g -O2 -fPIE 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-fpermissive -Wall -Wno-deprecated  -fPIE -pie -Wl,-z,relro -Wl,-z,now -lcares 
-o telepathy-resiprocate telepathy-resiprocate.o connection.o protocol.o 
../../resip/dum/libdum.la ../../resip/stack/libresip.la ../../rutil/librutil.la 
-ltelepathy-qt4 -ltelepathy-qt4-service -lQtDBus -lQtNetwork -lQtCore -lssl 
-lcrypto -lpthread 
libtool: link: g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -fpermissive -Wall -Wno-deprecated -fPIE -pie 
-Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/telepathy-resiprocate 
telepathy-resiprocate.o connection.o protocol.o  -lcares 
../../resip/dum/.libs/libdum.so ../../resip/stack/.libs/libresip.so 
../../rutil/.libs/librutil.so -ltelepathy-qt4 -ltelepathy-qt4-service -lQtDBus 
-lQtNetwork -lQtCore -lssl -lcrypto -lpthread
/usr/bin/ld.bfd.real: 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libtelepathy-qt4-service.a(base-connection-manager.cpp.o):
 relocation R_X86_64_32 against 
`_ZN2Tp21BaseConnectionManager16staticMetaObjectE' can not be used when making 
a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libtelepathy-qt4-service.a:
 error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:481: recipe for target 'telepathy-resiprocate' failed



--- End Message ---
--- Begin Message ---
Source: telepathy-qt
Source-Version: 0.9.7-2

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

Debian distribution maintenance software
pp.
Pino Toscano <p...@debian.org> (supplier of updated telepathy-qt 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: Mon, 25 Dec 2017 00:47:45 +0100
Source: telepathy-qt
Binary: libtelepathy-qt5-0 libtelepathy-qt5-farstream0 libtelepathy-qt5-dev
Architecture: source
Version: 0.9.7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Changed-By: Pino Toscano <p...@debian.org>
Description:
 libtelepathy-qt5-0 - Telepathy framework - Qt 5 library
 libtelepathy-qt5-dev - Qt 5 Telepathy library (headers and static library)
 libtelepathy-qt5-farstream0 - Telepathy/Farsight integration - Qt 5 library
Closes: 801817 875206
Changes:
 telepathy-qt (0.9.7-2) unstable; urgency=medium
 .
   * Team upload.
   * Update symbols files from buildd's logs.
   * Remove debian/gbp.conf file, since the packaging repository is not managed
     using git-buildpackage
     - drop note about it in README.source
   * Stop suggesting libtelepathy-qt5-doc in libtelepathy-qt5-dev, since that
     -doc package does not exist.
   * Remove the Qt4 packages, as they are not used in the archive anymore:
     (Closes: #875206)
     - remove the libtelepathy-qt4-2, libtelepathy-qt4-farstream2,
       libtelepathy-qt4-dev, and libtelepathy-qt4-doc packages (Closes: #801817)
     - remove the libqt4-dev, qt4-dev-tools, and qt4-doc-html build dependencies
     - remove the double build in rules
     - remove also the doxygen, and graphviz build dependencies, since there is
       no documentation generated anymore
   * Update Vcs-* fields.
Checksums-Sha1:
 6ed0ce4e47f78975cf7a9d01e35d3828df7839cf 2521 telepathy-qt_0.9.7-2.dsc
 b94e0a76a0b06c67c5737a7099aacdabff8b94ee 35568 
telepathy-qt_0.9.7-2.debian.tar.xz
 d0cdb9d49e43454e8ce8b568adc48a969f0bc45f 11738 
telepathy-qt_0.9.7-2_source.buildinfo
Checksums-Sha256:
 48779fe818d12e53b38bdcc588584486b9399f556387064b94efe584ad7aaa0e 2521 
telepathy-qt_0.9.7-2.dsc
 9dbbad9b4034c5d3cdfc1b3362b87ef34c60bc2adbf1d67fa63504d13d31eb06 35568 
telepathy-qt_0.9.7-2.debian.tar.xz
 2bb5bdee2384ed7b125ffff6c20f2c9aa1785ca67a9ffee62532e9d0a6ee21af 11738 
telepathy-qt_0.9.7-2_source.buildinfo
Files:
 a943ee65cd704d9592b4fe8053c66087 2521 libs optional telepathy-qt_0.9.7-2.dsc
 424a6b698f596263e4987cb1dc6e81e0 35568 libs optional 
telepathy-qt_0.9.7-2.debian.tar.xz
 4457701ff0fc634e5d1d39564ad4ef75 11738 libs optional 
telepathy-qt_0.9.7-2_source.buildinfo

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

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAlpAPMoACgkQLRkciEOx
P00ALg/8DC8Y4RBHhH3YYeFdh67anWkC1OolI/VQxN3QFIxSp4xHQUW0ML10YT5a
HK4NS6jjZVIpsbhtxqwfdacsY/SQgVC3Zz4Maoc0uPaLrbgI4oxXilAw4jeEOhwU
D0Qj1L9yhHqTtj+uX9XllSUZQUyFdXdTAoVHuX5vCW/OZ+iM0WXwEFnAU5VSnTpp
e+klYWKmmxUJARge91OLmIj6AFbWmDmXZHR9HNRAog4yS1/ZoCpyBrnTy6/nhasD
UC3p+rMZQ3uQWJ/AZ1eAi/6t3xl5aCnYSd9//R4xEICoHL7igDwh+3bABHx1hRk5
rO1adDmhrnZMpkkRSJh9IMu0hvvN3whyLdYwrOxLRVQryvkE5BuG0f+3k+AxScXX
Xreb+FIAUL7XX9pO7aAp6WJ1kDd1Vxi2bOh8RhC7q+gm292fyb0ZmYxbFW3mWFYY
l5CDOR4zN1IrVdFmh76Iy17GiUImj+OcnNYbIVd/ENXHCAst4tV8pI4irhJlZeUl
EwfwQVm6OHxN/IoEjbsTv3xSrsFjl9XQ+M1vHoRItNLXGTifsZuoOrmes9Fqyd4g
c4KWK4LW96Aa7hulr76DhGEhOi7FDK+b5CQI3qeHu812gYiu0+wAmIhpfvhaRCZQ
U1Zx5t51KqZzFyeN4IyoftsTo3KTl5okohS3JnU7ZFff3L/A2EM=
=rwMq
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

Reply via email to