Your message dated Thu, 19 Nov 2020 13:03:55 +0000
with message-id <e1kfjbp-000djr...@fasolo.debian.org>
and subject line Bug#915165: fixed in ktikz 0.12+ds1-4
has caused the Debian Bug report #915165,
regarding ktikz FTCBFS: uses the wrong pkg-config
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.)


-- 
915165: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915165
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ktikz
Version: 0.12+ds1-3
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

ktikz fails to cross build from source, because it searches for
poppler-qt* using the build architecture pkg-config. The attached patch
makes it use the requested pkg-config and that's sufficient to make
ktikz cross buildable. Please consider applying the attached patch.

Helmut
--- ktikz-0.12+ds1.orig/qmake/findpoppler.pri
+++ ktikz-0.12+ds1/qmake/findpoppler.pri
@@ -1,12 +1,13 @@
 unix:!macx {
 #	QMAKE_CXXFLAGS += `pkg-config --cflags poppler-qt4`
 #	QMAKE_LFLAGS += `pkg-config --libs poppler-qt4` # using this, qmake adds 3 times "--libs" to the LFLAGS, which is not recognized by g++ 4.6
+	PKG_CONFIG = $$pkgConfigExecutable()
 	greaterThan(QT_MAJOR_VERSION, 4) {
-		POPPLERINCLUDES = $$system(pkg-config --cflags poppler-qt5)
-		POPPLERLIBS = $$system(pkg-config --libs poppler-qt5)
+		POPPLERINCLUDES = $$system($$PKG_CONFIG --cflags poppler-qt5)
+		POPPLERLIBS = $$system($$PKG_CONFIG --libs poppler-qt5)
 	} else {
-		POPPLERINCLUDES = $$system(pkg-config --cflags poppler-qt4)
-		POPPLERLIBS = $$system(pkg-config --libs poppler-qt4)
+		POPPLERINCLUDES = $$system($$PKG_CONFIG --cflags poppler-qt4)
+		POPPLERLIBS = $$system($$PKG_CONFIG --libs poppler-qt4)
 	}
 	QMAKE_CXXFLAGS += $$POPPLERINCLUDES
 	QMAKE_LFLAGS += $$POPPLERLIBS
--- ktikz-0.12+ds1.orig/qmake/qtikzmacros.pri
+++ ktikz-0.12+ds1/qmake/qtikzmacros.pri
@@ -3,12 +3,13 @@
 unix:!macx {
 #	QMAKE_CXXFLAGS += `pkg-config --cflags poppler-qt4`
 #	QMAKE_LFLAGS += `pkg-config --libs poppler-qt4` # using this, qmake adds 3 times "--libs" to the LFLAGS, which is not recognized by g++ 4.6
+	PKG_CONFIG = $$pkgConfigExecutable()
 	greaterThan(QT_MAJOR_VERSION, 4) {
-		POPPLERINCLUDES = $$system(pkg-config --cflags poppler-qt5)
-		POPPLERLIBS = $$system(pkg-config --libs poppler-qt5)
+		POPPLERINCLUDES = $$system($$PKG_CONFIG --cflags poppler-qt5)
+		POPPLERLIBS = $$system($$PKG_CONFIG --libs poppler-qt5)
 	} else {
-		POPPLERINCLUDES = $$system(pkg-config --cflags poppler-qt4)
-		POPPLERLIBS = $$system(pkg-config --libs poppler-qt4)
+		POPPLERINCLUDES = $$system($$PKG_CONFIG --cflags poppler-qt4)
+		POPPLERLIBS = $$system($$PKG_CONFIG --libs poppler-qt4)
 	}
 	QMAKE_CXXFLAGS += $$POPPLERINCLUDES
 	QMAKE_LFLAGS += $$POPPLERLIBS

--- End Message ---
--- Begin Message ---
Source: ktikz
Source-Version: 0.12+ds1-4
Done: Stuart Prescott <stu...@debian.org>

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

Debian distribution maintenance software
pp.
Stuart Prescott <stu...@debian.org> (supplier of updated ktikz 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: Thu, 19 Nov 2020 21:26:56 +1100
Source: ktikz
Architecture: source
Version: 0.12+ds1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <pkg-kde-ext...@lists.alioth.debian.org>
Changed-By: Stuart Prescott <stu...@debian.org>
Closes: 915165 975154
Changes:
 ktikz (0.12+ds1-4) unstable; urgency=medium
 .
   * Add patch to change pkg-config use and permit cross-building; thanks to
     Helmut Grohne for the patch (Closes: #915165).
   * Cherry-pick upstream patch to fix FTBFS with Qt 5.15 (Closes: #975154).
   * Add Rules-Requires-Root: no.
   * Move to debhelper-compat (= 13).
   * Bump S-V to 4.5.1, no changes required.
Checksums-Sha1:
 8b2998142a40dd121c5a6afd562664fef2a780eb 2265 ktikz_0.12+ds1-4.dsc
 a55cd31999dfc9613f2bd1f58e6fc4788154a377 8932 ktikz_0.12+ds1-4.debian.tar.xz
 1bb14631a4ebd3b02f9860f8360e5eb11abd9c3b 21753 ktikz_0.12+ds1-4_amd64.buildinfo
Checksums-Sha256:
 70d0dfbc6139b2aff7741106d673c7b8f22545893285ad8172aec15ffc358b9d 2265 
ktikz_0.12+ds1-4.dsc
 33cdde453e8a0aac3b5694b44543cba532ae51bb221c4bec56890a2a99cfc316 8932 
ktikz_0.12+ds1-4.debian.tar.xz
 78366f24f63a9f959e153f8a61482d78e88cd05da548793ef1a50d075f8efd28 21753 
ktikz_0.12+ds1-4_amd64.buildinfo
Files:
 ba689608b61696c6c80fee2206b80f9c 2265 graphics optional ktikz_0.12+ds1-4.dsc
 abf396ba3b3d9789bee91e2e79742b92 8932 graphics optional 
ktikz_0.12+ds1-4.debian.tar.xz
 64c6cae95368b3597e86754b00311e4b 21753 graphics optional 
ktikz_0.12+ds1-4_amd64.buildinfo

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

iQIzBAEBCAAdFiEEkOLSwa0Uaht+u4kdu8F+uxOW8vcFAl+2aYYACgkQu8F+uxOW
8vfHuA//aWzKOj7Zmgdxe2SwqH6wSrjuBsPsz8o5Fm8FfjouHRS3Icm3QKAupJpS
Ulo4qc3MulDgH3or7NGMqPDV1muWckP2dMdV/NNsLBfhIsFVuOIXZ67wcdWWQiCM
bBQRlqT8Z5upZdaltOimAJQKfbIeYW55fMWyDHOhghomcbrfirNNdUStIHw1Rjzu
kvHhKNapp47P5Ts26Ki0Y4+OVPp+LE9Spj78OSzY9Cur4iRbfBJh/OHXMdVYt9ke
oLy353BW2RH9191HzWsNVMWlAIjPgEavJc92uN3qoEu4kJJH1Sq8YUfa/iZRZlhF
lBkbOSzct3mRUk0OjHJnJkEvBcjt0gsPtI01CrFxCTvH3MSTeB9xMWoJ/ii7Dpug
+HSpMH/sSYbeqvr4LQfr/LtawO2ZZhEP3VPXA3IUDuB/10CVAAX7x9bPkMHxZPPM
33YXRhJHgBxZKrUL4o0boVGZZwpN/+5EIgzFLeHl015tZJ5iEBgDJQCsvSHINSwV
3GuWBmrvUIwAKkRqE4sjSU1fw2+FzKE7E7JGi6FjNT6MiBS6rXYxEi+XxFNaYnpc
/Ks663410vEHXYYikYIDFcKvlt9HWQgP3tKsVKe26MWKbt9j3JsNNp+sOgt6ap6X
ETS+G8iIGPXednZvPR6oeGm+m5lM+glGw73d2K1pCVm0E9yiQSU=
=633t
-----END PGP SIGNATURE-----

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

Reply via email to