Your message dated Sun, 29 May 2016 22:32:24 +0000
with message-id <e1b79fw-0005na...@franck.debian.org>
and subject line Bug#773270: fixed in qt4-x11 4:4.8.7+dfsg-8
has caused the Debian Bug report #773270,
regarding qt4-x11: FTBFS on powerpcspe:
.pch/release-shared/QtDesignerComponents: 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 ow...@bugs.debian.org
immediately.)
--
773270: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773270
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qt4-x11
Version: 4:4.8.6+git64-g5dc8b2b+dfsg-2
Severity: wishlist
Tags: patch
User: debian-powerpc...@breakpoint.cc
Usertags: powerpcspe
Hi!
The build of qt4-x11 on powerpcspe fails like this:
...
/«BUILDDIR»/qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/bin/uic
../taskmenu/tablewidgeteditor.ui -o .uic/release-shared/ui_tablewidgeteditor.h
g++ -O2 -fstack-protector-strong -Wformat -Werror=format-security
-D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -gstabs -O2 -D_REENTRANT
-fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -fPIC
-DQT_STATICPLUGIN -DQDESIGNER_COMPONENTS_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB
-DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE
-D_LARGEFILE_SOURCE -DQT_SHARED -I../../../../../mkspecs/linux-g++ -I.
-I../../../../../include/QtDesigner -I../../../../../include/QtCore
-I../../../../../include/QtGui -I../../../../../include/QtXml
-I../../../../../include/QtScript -I../../../../../include -I. -I..
-I../../lib/components -I../../lib/sdk -I../../lib/extension -I../../lib/uilib
-I../../lib/shared -I../propertyeditor -I../../../../shared/qtpropertybrowser
-I../../../../shared/qtgradienteditor -I../../../../shared/findwidget
-I../objectinspector -I../signalsloteditor -I../formeditor -I../widgetbox
-I../buddyeditor -I../taskmenu -I../propertyeditor -I../taskmenu
-I../../../../shared/qt
propertybrowser -I../tabordereditor -I.moc/release-shared
-I.uic/release-shared -x c++-header -c lib_pch.h -o
.pch/release-shared/QtDesignerComponents.gch/c++
cc1plus: warning: the "stabs" debug format cannot be used with pre-compiled
headers [-Wdeprecated]
g++ -c -include .pch/release-shared/QtDesignerComponents -O2
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2
-I/usr/include/freetype2 -gstabs -O2 -D_REENTRANT -fvisibility=hidden
-fvisibility-inlines-hidden -Wall -W -fPIC -DQT_STATICPLUGIN
-DQDESIGNER_COMPONENTS_LIBRARY -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_XML_LIB
-DQT_GUI_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE
-DQT_SHARED -I../../../../../mkspecs/linux-g++ -I.
-I../../../../../include/QtDesigner -I../../../../../include/QtCore
-I../../../../../include/QtGui -I../../../../../include/QtXml
-I../../../../../include/QtScript -I../../../../../include -I. -I..
-I../../lib/components -I../../lib/sdk -I../../lib/extension -I../../lib/uilib
-I../../lib/shared -I../propertyeditor -I../../../../shared/qtpropertybrowser
-I../../../../shared/qtgradienteditor -I../../../../shared/findwidget
-I../objectinspector -I../signalsloteditor -I../formeditor -I../widgetbox
-I../buddyeditor -I../taskmenu -I..
/propertyeditor -I../taskmenu -I../../../../shared/qtpropertybrowser
-I../tabordereditor -I.moc/release-shared -I.uic/release-shared -o
.obj/release-shared/qdesigner_components.o qdesigner_components.cpp
In file included from <command-line>:0:0:
/usr/include/stdc-predef.h:59:1: fatal error:
.pch/release-shared/QtDesignerComponents: No such file or directory
#endif
^
compilation terminated.
make[7]: *** [.obj/release-shared/qdesigner_components.o] Error 1
...
The attached patch fixes this by doing as on powerpc.
Thanks in advance,
Roland
-- System Information:
Debian Release: 7.0
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)
Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ruN test/qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/control qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/control
--- test/qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/control 2014-08-23 19:48:58.000000000 +0200
+++ qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/control 2014-12-15 11:13:31.166543900 +0100
@@ -10,7 +10,7 @@
Timo Jyrinki <t...@debian.org>
Build-Depends: debhelper (>= 9),
dpkg-dev (>= 1.16.1),
- firebird-dev [amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sh4 sparc],
+ firebird-dev [amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe s390 sh4 sparc],
flex,
freetds-dev,
libasound2-dev [linux-any],
@@ -205,7 +205,7 @@
libqt4-dev package.
Package: libqt4-sql-ibase
-Architecture: amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sh4 sparc
+Architecture: amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe s390 sh4 sparc
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
diff -ruN test/qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/rules qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/rules
--- test/qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/rules 2014-08-23 17:27:36.000000000 +0200
+++ qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/rules 2014-12-15 11:13:44.182643703 +0100
@@ -82,7 +82,7 @@
endif
endif
-no_pch_architectures := arm64 armhf ia64 powerpc ppc64 ppc64el
+no_pch_architectures := arm64 armhf ia64 powerpc powerpcspe ppc64 ppc64el
ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(no_pch_architectures)))
extra_configure_opts += -no-pch
endif
--- End Message ---
--- Begin Message ---
Source: qt4-x11
Source-Version: 4:4.8.7+dfsg-8
We believe that the bug you reported is fixed in the latest version of
qt4-x11, 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 773...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Lisandro Damián Nicanor Pérez Meyer <lisan...@debian.org> (supplier of updated
qt4-x11 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: Sun, 29 May 2016 16:48:10 -0300
Source: qt4-x11
Binary: libqtcore4 qtcore4-l10n libqtgui4 libqt4-network libqt4-opengl
libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-ibase libqt4-sql-mysql
libqt4-sql-odbc libqt4-sql-psql libqt4-sql-sqlite libqt4-sql-sqlite2
libqt4-sql-tds libqt4-svg libqt4-xml libqt4-xmlpatterns libqt4-dbus libqtdbus4
libqt4-qt3support libqt4-designer libqt4-help libqt4-test libqt4-phonon
libqt4-declarative libqt4-declarative-folderlistmodel
libqt4-declarative-gestures libqt4-declarative-particles
libqt4-declarative-shaders libqt4-dev libqt4-dev-bin libqt4-opengl-dev
libqt4-dbg libqt4-designer-dbg libqt4-qt3support-dbg libqt4-script-dbg
libqt4-xmlpatterns-dbg qt4-bin-dbg qt4-demos-dbg qt4-designer qt4-dev-tools
qt4-qmake qt4-qtconfig qt4-demos qt4-qmlviewer qt4-linguist-tools qdbus qt4-doc
qt4-doc-html qt4-default
Architecture: source
Version: 4:4.8.7+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Lisandro Damián Nicanor Pérez Meyer <lisan...@debian.org>
Description:
libqt4-dbg - Qt 4 library debugging symbols
libqt4-dbus - Qt 4 D-Bus module
libqt4-declarative - Qt 4 Declarative module
libqt4-declarative-folderlistmodel - Qt 4 folderlistmodel QML plugin
libqt4-declarative-gestures - Qt 4 gestures QML plugin
libqt4-declarative-particles - Qt 4 particles QML plugin
libqt4-declarative-shaders - Qt 4 shaders QML plugin
libqt4-designer - Qt 4 designer module
libqt4-designer-dbg - Qt 4 designer library debugging symbols
libqt4-dev - Qt 4 development files
libqt4-dev-bin - Qt 4 development programs
libqt4-help - Qt 4 help module
libqt4-network - Qt 4 network module
libqt4-opengl - Qt 4 OpenGL module
libqt4-opengl-dev - Qt 4 OpenGL library development files
libqt4-phonon - Qt 4 Phonon module
libqt4-qt3support - Qt 3 compatibility library for Qt 4
libqt4-qt3support-dbg - Qt 3 compatibility library for Qt 4 debugging symbols
libqt4-script - Qt 4 script module
libqt4-script-dbg - Qt 4 script library debugging symbols
libqt4-scripttools - Qt 4 script tools module
libqt4-sql - Qt 4 SQL module
libqt4-sql-ibase - Qt 4 InterBase/FireBird database driver
libqt4-sql-mysql - Qt 4 MySQL database driver
libqt4-sql-odbc - Qt 4 ODBC database driver
libqt4-sql-psql - Qt 4 PostgreSQL database driver
libqt4-sql-sqlite - Qt 4 SQLite 3 database driver
libqt4-sql-sqlite2 - Qt 4 SQLite 2 database driver
libqt4-sql-tds - Qt 4 FreeTDS database driver
libqt4-svg - Qt 4 SVG module
libqt4-test - Qt 4 test module
libqt4-xml - Qt 4 XML module
libqt4-xmlpatterns - Qt 4 XML patterns module
libqt4-xmlpatterns-dbg - Qt 4 XML patterns library debugging symbols
libqtcore4 - Qt 4 core module
libqtdbus4 - Qt 4 D-Bus module library
libqtgui4 - Qt 4 GUI module
qdbus - Qt 4 D-Bus tool
qt4-bin-dbg - Qt 4 binaries debugging symbols
qt4-default - Qt 4 development defaults package
qt4-demos - Qt 4 examples and demos
qt4-demos-dbg - Qt 4 examples and demos debugging symbols
qt4-designer - graphical designer for Qt 4 applications
qt4-dev-tools - Qt 4 development tools
qt4-doc - Qt 4 API documentation
qt4-doc-html - Qt 4 API documentation (HTML format)
qt4-linguist-tools - Qt 4 Linguist tools
qt4-qmake - Qt 4 qmake Makefile generator tool
qt4-qmlviewer - Qt 4 QML viewer
qt4-qtconfig - Qt 4 configuration tool
qtcore4-l10n - Qt 4 core module translations
Closes: 773270 825769
Changes:
qt4-x11 (4:4.8.7+dfsg-8) unstable; urgency=medium
.
[ Pino Toscano ]
* Disable pch also on powerpcspe; thanks Roland Stigge. (Closes: #773270)
.
[ Lisandro Damián Nicanor Pérez Meyer ]
* Apply Raphaël Halimi's patch to add MATE detection (Closes: #825769).
* Update symbols files with buildds' logs.
Checksums-Sha1:
dfc93d05bb627870d85521b739484860cfa9c525 5904 qt4-x11_4.8.7+dfsg-8.dsc
6ded9a9ad70ceae8ee12da5d92158638538de567 321872
qt4-x11_4.8.7+dfsg-8.debian.tar.xz
Checksums-Sha256:
e32c311a9768d1b7b630c7748f76d8390c1a5c9ad5e4ad1072db17c30f367416 5904
qt4-x11_4.8.7+dfsg-8.dsc
4bae246a930810584615813b75d8360b2906ff79fa5cb7430d858b45963bec33 321872
qt4-x11_4.8.7+dfsg-8.debian.tar.xz
Files:
5f0a85f0ac2a7619b3ac567633b31357 5904 libs optional qt4-x11_4.8.7+dfsg-8.dsc
aeceb3368c3d3a26e0e0c93130567e32 321872 libs optional
qt4-x11_4.8.7+dfsg-8.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJXS0fxAAoJEKtkX0BihqfQSMoQALjCy0yiOeJzwgwGQ3nx6p1D
qJlfEpaAHEDa3oBCb0sGgCHTY0I7/e6AnED0w5BegWo8/hwurG9RfqbiO79GOrrA
+j+V1u3EeBATLvc40tg0wsuTwvuIgm5xu0i8yGgEXAfxqNetZb6JRS4YwTuXdslW
5XCdTxvyrebGpqu0JFjmLd0nlC88BzGkERm3F7985Rj1O5PurnhG38klhYLZIwXm
tiUPSqkS8CjU95Llch6RwflrSynVUy86f1oyYxYtuqHwr/Gh4yqyyuOUm0ys5tdR
wmT4I7CDgXIIhBlF+e8SCZPXK1IhfWACFyl103P+ObLZ7hUW+4WoNUPtREcoZuma
viNgNLVP4wRUFlK3wrsiFochFjwvWPx+54cR8jOWQEdzF3z1wUeORlqyT2q/+pX1
zTeqTCmqx5EZbF8Xswma0rL1UA/me9OKMIStcCL8tk6whze0xz0O4kTmf6tS9i+h
n7HpRdxHDP2YwywUF8R/GJymj1SWs0QO1C87lcCPLIGWSxA/3URVyxHxedt9MVyB
1PHtKnP0IVA/3yFrHj/bOpMGtIgcUQQMtXQ/fNJTMiC4xUI1E18D3l0mEuq8LSLk
+cr/vCYmLTRqf4icYwSHw4s3AwYGP1MQul9uK8FnFJnDEjHIxNSkizWQDUcs66vB
ZM6aBjn0staO70YYMENa
=6VsW
-----END PGP SIGNATURE-----
--- End Message ---