Your message dated Sun, 09 Jul 2017 01:33:50 +0000
with message-id <[email protected]>
and subject line Bug#867573: fixed in gcin 2.8.5+dfsg1-2
has caused the Debian Bug report #867573,
regarding gcin: FTBFS with Qt 5.9: QtGui/private/qtguiglobal_p.h: No such file 
or directory
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.)


-- 
867573: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867573
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gcin
Version: 2.8.5+dfsg1-1
Severity: important
Tags: patch
User: [email protected]
Usertags: qt5.9

Dear maintainer,

gcin fails to build with Qt 5.9 (available in experimental):

  gcc -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/gcin-2.8.5+dfsg1=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O -I../im-client -I/usr/include/X11 `pkg-config Qt5Core 
Qt5Gui QtDBus --cflags` -I`pkg-config --variable=includedir 
Qt5Gui`/QtGui/`pkg-config --modversion Qt5Gui`/QtGui -Wall -D_REENTRANT 
-DUNIX=1 -fPIC  -DQT5 -DQT_SHARED -DQT_IMMODULE -DPIC -DDEBUG="00" -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o moc_gcin-qt5.o moc_gcin-qt5.cpp
  In file included from gcin-qt5.h:3:0,
                   from moc_gcin-qt5.cpp:9:
  
/usr/include/x86_64-linux-gnu/qt5/QtGui/5.9.0/QtGui/qpa/qplatforminputcontextplugin_p.h:54:41:
 fatal error: QtGui/private/qtguiglobal_p.h: No such file or directory
   #include <QtGui/private/qtguiglobal_p.h>
                                           ^
  compilation terminated.
  <builtin>: recipe for target 'moc_gcin-qt5.o' failed

Full build log can be found at:
https://launchpadlibrarian.net/324634588/buildlog_ubuntu-artful-amd64.gcin_2.8.5+dfsg1-1build1_BUILDING.txt.gz

A patch to fix this issue is attached.

--
Dmitry Shachnev
Description: fix build with Qt 5.9
Author: Dmitry Shachnev <[email protected]>
Forwarded: no
Last-Update: 2017-06-26

--- a/qt5-im/Makefile
+++ b/qt5-im/Makefile
@@ -3,8 +3,10 @@
 QTIM=$(QT)/plugins/platforminputcontexts
 IMMODULES=$(libdir)/$(DEB_BUILD_MULTIARCH)/$(QTIM)
 
-INCS=-I../im-client -I/usr/include/X11 `pkg-config Qt5Core Qt5Gui QtDBus --cflags`
+INCS=-I../im-client -I/usr/include/X11 `pkg-config Qt5Core Qt5Gui --cflags`
 MODVERSION=`pkg-config --modversion Qt5Gui`
+INCS+=-I`pkg-config --variable=includedir Qt5Core`/QtCore/$(MODVERSION)
+INCS+=-I`pkg-config --variable=includedir Qt5Gui`/QtGui/$(MODVERSION)
 INCS+=-I`pkg-config --variable=includedir Qt5Gui`/QtGui/$(MODVERSION)/QtGui
 
 CXXFLAGS+=$(OPTFLAGS) $(INCS) -Wall -D_REENTRANT -DUNIX=1 -fPIC  -DQT5 -DQT_SHARED -DQT_IMMODULE -DPIC -DDEBUG="0$(GCIN_DEBUG)"

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: gcin
Source-Version: 2.8.5+dfsg1-2

We believe that the bug you reported is fixed in the latest version of
gcin, 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.
ChangZhuo Chen (陳昌倬) <[email protected]> (supplier of updated gcin 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, 09 Jul 2017 09:21:29 +0800
Source: gcin
Binary: gcin gcin-data gcin-tables libgcin gcin-gtk2-immodule 
gcin-gtk3-immodule gcin-qt4-immodule gcin-qt5-immodule gcin-anthy
Architecture: source
Version: 2.8.5+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: IME Packaging Team <[email protected]>
Changed-By: ChangZhuo Chen (陳昌倬) <[email protected]>
Description:
 gcin       - GTK+ based input method for Chinese users
 gcin-anthy - support library to use Anthy in gcin
 gcin-data  - icons and scripts for gcin
 gcin-gtk2-immodule - GTK2 input method module with gcin as backend
 gcin-gtk3-immodule - GTK3 input method module with gcin as backend
 gcin-qt4-immodule - Qt4 input method module with gcin as backend
 gcin-qt5-immodule - Qt5 input method module with gcin as backend
 gcin-tables - input method tables for gcin
 libgcin    - library for gcin
Closes: 867573
Changes:
 gcin (2.8.5+dfsg1-2) unstable; urgency=medium
 .
   [ Dmitry Shachnev ]
   * Fix build with Qt 5.9 (Closes: #867573).
 .
   [ ChangZhuo Chen (陳昌倬) ]
   * Bump Standards-Version to 4.0.0.
     * Use https in copyright Format field.
   * Bump compat to 10.
Checksums-Sha1:
 f3740e02d105af2b7f7032d84cb7930ae00e57f4 2659 gcin_2.8.5+dfsg1-2.dsc
 4664dff47eb6991ade863a3e9fc0ea8930a07bf0 23744 gcin_2.8.5+dfsg1-2.debian.tar.xz
 9a2bace4068f6241b1ed517b66b30a6605768934 15005 
gcin_2.8.5+dfsg1-2_source.buildinfo
Checksums-Sha256:
 267d7b9cebf31c1da9b8f4cf9bb53470589e1b6071103cdc58eb786e1149c13e 2659 
gcin_2.8.5+dfsg1-2.dsc
 f097b45b80e59503a327e9b962b487edf2805b34f106d8d2e62c718fc22a4318 23744 
gcin_2.8.5+dfsg1-2.debian.tar.xz
 2c3c4004a0a16764022cd0b327f4c6f255d231b7ee95528e19bc05d7730ed76e 15005 
gcin_2.8.5+dfsg1-2_source.buildinfo
Files:
 a2a42e3a5125ed207f6ec155ced4272d 2659 utils optional gcin_2.8.5+dfsg1-2.dsc
 450942c31c002f942919ea40e1554908 23744 utils optional 
gcin_2.8.5+dfsg1-2.debian.tar.xz
 a19c20d784956aaaf45cecdf430cee00 15005 utils optional 
gcin_2.8.5+dfsg1-2_source.buildinfo

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

iQIzBAEBCgAdFiEEE5H9tOJ8ReWWaF1PGrc2MXdaTaQFAllhhWcACgkQGrc2MXda
TaSM0RAA1GqjiMmnabomusoI8RLYwSyY8MwXC/13xWhLfT5s6wXKPO5lLBjxR5re
w4Wi3NV6NwK93MSABLbHEPgVtmdGyicLtnsvqVL5X9xfkUTgWQhyY5xJkKGNFsYt
V5jvuzuwrUsH0gC5NbovXue+04GfMwns+f5gdgHrxkCLP0a2fxDv89HQRV+baA/4
Yf7jExYfNzEzVQK9wQubQ/lOw3MX2xSJMly5+CtIX6za2TcFZ1JTN8WcnF1hNsjW
vV2kM/1qUIgSkogx6BbyMuPXZU1HbU6bWv6CMSSzl12ozNW4AzLLU0kkZCbw+ZMn
cUGH4G3TGGHhGft0iablmY0FVC+QIGKbplu58CI1Oi5qe+04wPOd+wp+sivxTYMk
i57+h9lP9q0Q+sbjwfvoRQWRpSwC7VIxu60pDXfbPOwcGaffew5rxeCEzTGAvoLl
oHiqKFrzLWY1kn5kf0B9u+NHRkbDVKNJrJ+eh6+G4Z+o5J/EdqTYYTCc+pPsp8Fh
Gmp+AmTEQfD7I3YqN9FpAEkL//VIeTYKGad+C/IjSUUVozCtwTeAqptDa4DEwNOm
gVTvO/xBIqL/AAUQL9aZGdQcCSz+YMDfRVv/E+6z5Et53yMn6jqgjpbnju6owTeX
55W6+couxSq1b5V252KDPOm9myDSlqDbqvXvEAiF3imXAwMtb1w=
=vSrF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to