Your message dated Thu, 28 Feb 2013 06:02:36 +0000
with message-id <[email protected]>
and subject line Bug#701645: fixed in tupi 0.1+git12-8
has caused the Debian Bug report #701645,
regarding tupi: FTBFS on powerpc, ppc64 and powerpcspe
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.)


-- 
701645: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701645
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tupi
Version: 0.1+git12-7
Severity: important
Tags: patch sid
User: [email protected]
Usertags: powerpcspe

Hi,

tupi fails to build on powerpc, ppc64 and powerpcspe[1] like this:

[...]
g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2 -pipe -O2 -Wall -W -D_REENTRANT 
-fPIC -DHAVE_FFMPEG -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB 
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4 -I/usr/X11R6/include -I.moc -o .obj/kcpuinfo.o kcpuinfo.cpp
kcpuinfo.cpp:56:8: error: 'sigjmp_buf' does not name a type
kcpuinfo.cpp:57:8: error: 'sig_atomic_t' does not name a type
kcpuinfo.cpp: In function 'void sigill_handler(int)':
kcpuinfo.cpp:61:11: error: 'canjump' was not declared in this scope
kcpuinfo.cpp:62:22: error: 'SIG_DFL' was not declared in this scope
kcpuinfo.cpp:62:30: error: 'signal' was not declared in this scope
kcpuinfo.cpp:63:20: error: 'raise' was not declared in this scope
kcpuinfo.cpp:65:5: error: 'canjump' was not declared in this scope
kcpuinfo.cpp:66:17: error: 'jmpbuf' was not declared in this scope
kcpuinfo.cpp:66:27: error: 'siglongjmp' was not declared in this scope
kcpuinfo.cpp: At global scope:
kcpuinfo.cpp:59:13: warning: 'void sigill_handler(int)' defined but not used 
[-Wunused-function]
make[4]: *** [.obj/kcpuinfo.o] Error 1
[...]

The attached patch fixes this by adding the necessary official headers signal.h
and setjmp.h for the above missing stuff. Looks like the other builds worked
just by accident, including the necessary stuff indirectly or similar.

Thanks in advance,

Roland


[1] http://wiki.debian.org/PowerPCSPEPort

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.8.0 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
--- tupi-0.1+git12.orig/src/framework/tcore/kcpuinfo.cpp
+++ tupi-0.1+git12/src/framework/tcore/kcpuinfo.cpp
@@ -33,6 +33,9 @@
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
+#include <signal.h>
+#include <setjmp.h>
+
 #include "kcpuinfo.h"
 
 #if defined(__GNUC__) || defined(__INTEL_COMPILER)

--- End Message ---
--- Begin Message ---
Source: tupi
Source-Version: 0.1+git12-8

We believe that the bug you reported is fixed in the latest version of
tupi, 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.
Dmitry Smirnov <[email protected]> (supplier of updated tupi 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: SHA1

Format: 1.8
Date: Thu, 28 Feb 2013 16:01:01 +1100
Source: tupi
Binary: tupi tupi-data tupi-dbg
Architecture: source amd64 all
Version: 0.1+git12-8
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Smirnov <[email protected]>
Changed-By: Dmitry Smirnov <[email protected]>
Description: 
 tupi       - 2D Animation design and authoring tool
 tupi-data  - Data files for tupi (2D Animation design and authoring tool)
 tupi-dbg   - debugging symbols for tupi (2D Animation design and authoring too
Closes: 701645
Changes: 
 tupi (0.1+git12-8) unstable; urgency=medium
 .
   * New patch to fix FTBFS on powerpc, ppc64 and powerpcspe;
     thanks to Roland Stigge (Closes: #701645).
Checksums-Sha1: 
 aa6e61eb2b0ab3ab84991fc56da452f70d16a028 2014 tupi_0.1+git12-8.dsc
 b390a0e52f2838adecb55b7375775d7c63fb9e88 8800 tupi_0.1+git12-8.debian.tar.xz
 51191b6024ea5c54024aa6a2d7c649ee7f3048eb 1333750 tupi_0.1+git12-8_amd64.deb
 54b87435d3b861c1ae849842bfb946a624e9e1a9 9845846 tupi-data_0.1+git12-8_all.deb
 285b2d3f88c91ad05702b270dc3f99ee7e33e307 9426630 tupi-dbg_0.1+git12-8_amd64.deb
Checksums-Sha256: 
 dd01e33d626857f87cfc39d717cd43906da58e8af77619c9f3e735fb80e4395c 2014 
tupi_0.1+git12-8.dsc
 83a669b36161d58ea882b9f91ee24d5aed16bfed5b295b3875b33ffbedc7cecb 8800 
tupi_0.1+git12-8.debian.tar.xz
 b7f7eeb2e84d33cbd6545c7a134c4861b02381b5765713807b6aa53fadedd0ed 1333750 
tupi_0.1+git12-8_amd64.deb
 ab20a5ee8b8cb582f693f83f464c2eebc58c7e67d121ab022a73bbe0abd7ca0a 9845846 
tupi-data_0.1+git12-8_all.deb
 8bf26a665bd67eaad48626b241904ed5b9118cdc38432d1a7dfef45daaba480a 9426630 
tupi-dbg_0.1+git12-8_amd64.deb
Files: 
 a02bf41e736240b91f2a66396c46497f 2014 graphics optional tupi_0.1+git12-8.dsc
 4ac226e9a9f52a556f4d4b4c54de4dfc 8800 graphics optional 
tupi_0.1+git12-8.debian.tar.xz
 d93966f872affe980c35c30688e80e20 1333750 graphics optional 
tupi_0.1+git12-8_amd64.deb
 052e8da7f4f9a7a288e90b5fcbd23fb7 9845846 graphics optional 
tupi-data_0.1+git12-8_all.deb
 c76faf638f7fd93f105568930e86d293 9426630 debug extra 
tupi-dbg_0.1+git12-8_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJRLuuBAAoJEFK2u9lTlo0b/vUP/Rh8AnOQpcPTq+fK4S/5tTgk
OLPu8UgldBShUEc7Hyn87H3ATUXpk/Z/LmlTrmedgEsNPeqja2cXe35j9VQhByNm
aVsLpoDpkPsdBDDGQJCliQFadmLdeO3ivnzRuTBIPeB5RuaHl1gJ9dT7kVguBvgE
S8j/z8tWDFmIfJJ6XKDcUJxujYC6o9xmwmotVKL3HwXs9ErXt7pgDhKiXOOUqz1j
63pE42KxQKGmtvdYBZJ8WhxWXR6z72Z+/qVOW5IJFNWapRq9y9oUW7lV9N+6of87
LcR+G/L1k/eb+dfHihgl2r3daEjCqv9MVvC4VXlXVSE4C1jmc/MaiPm+Ki6Gg9YP
BOYFp067ULZUtp8cWnsRGzT9PXXiznYF/Wbjo40bV3NxsstoknGLYwYWCrGg9ooh
4Jlt1Kf60CBjeceJ5Q2BDx8l66JcusLzojpXJGaHmd8FogSi0wdWZhCLY/uibYd9
FEdv8fduQCoadnPkXRdl0TkLiLZTqTiMpgj6SLHdaDFDgQYiEfHwz/Cn+5Ub17IK
9RnkDsVvXaSAnodgeyRl4ak65Km25hMzRpYfVBzNLRO7H4L3hIwBzhEFISljb80y
f/N4R53a9d1bBkXeunLGCnGzp290G54EZEfjrhIwfWXt9XZPFZSaKgxrQH0XH+ee
6X30/vbFtKoGoF2DCgTD
=6SGd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to