Your message dated Wed, 25 Jun 2014 21:36:19 +0000 with message-id <[email protected]> and subject line Bug#750904: fixed in scidavis 1.D5-2 has caused the Debian Bug report #750904, regarding scidavis: FTBFS on arm*: fatal error: sipAPIscidavis.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.) -- 750904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750904 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: scidavis Version: 1.D5-1 Severity: serious Justification: FTBFS Hi, your package no longer builds on arm*: | g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSCRIPTING_DIALOG -DSCRIPTING_MUPARSER -DPYTHON_CONFIG_PATH=\"/usr/../etc\" -DPYTHON_UTIL_PATH=\"/usr/share/scidavis\" -DSCRIPTING_PYTHON -DQT_PLUGIN -DTS_PATH=\"/usr/share/scidavis/translations\" -DDOC_PATH=\"/usr/share/doc/scidavis\" -DPLUGIN_PATH=\"/usr/lib/scidavis/plugins\" -DLEGACY_CODE_0_2_x -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -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/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/python2.7 -I/usr/include/python2.7 -I/usr/include/qwt-qt4 -I/usr/include/qwtplot3d-qt4 -I/usr/include/muParser -Isrc -Isrc/future -I/usr/X11R6/include -I/«PKGBU ILDDIR»/tmp/scidavis -I. -o ../tmp/scidavis/PythonScript.o src/PythonScript.cpp | src/PythonScript.cpp: In member function 'virtual QVariant PythonScript::eval()': | src/PythonScript.cpp:209:45: warning: suggest parentheses around assignment used as truth value [-Wparentheses] | } else if (pystring = PyObject_Str(pyret)) { | ^ | g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DSCRIPTING_DIALOG -DSCRIPTING_MUPARSER -DPYTHON_CONFIG_PATH=\"/usr/../etc\" -DPYTHON_UTIL_PATH=\"/usr/share/scidavis\" -DSCRIPTING_PYTHON -DQT_PLUGIN -DTS_PATH=\"/usr/share/scidavis/translations\" -DDOC_PATH=\"/usr/share/doc/scidavis\" -DPLUGIN_PATH=\"/usr/lib/scidavis/plugins\" -DLEGACY_CODE_0_2_x -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -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/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I/usr/include/python2.7 -I/usr/include/python2.7 -I/usr/include/qwt-qt4 -I/usr/include/qwtplot3d-qt4 -I/usr/include/muParser -Isrc -Isrc/future -I/usr/X11R6/include -I/«PKGBU ILDDIR»/tmp/scidavis -I. -o ../tmp/scidavis/PythonScripting.o src/PythonScripting.cpp | src/PythonScripting.cpp:60:28: fatal error: sipAPIscidavis.h: No such file or directory | #include "sipAPIscidavis.h" | ^ | compilation terminated. | make[3]: *** [../tmp/scidavis/PythonScripting.o] Error 1 Full build logs: https://buildd.debian.org/status/fetch.php?pkg=scidavis&arch=armhf&ver=1.D5-1&stamp=1401679921 https://buildd.debian.org/status/fetch.php?pkg=scidavis&arch=armel&ver=1.D5-1&stamp=1401653966 Mraw, KiBi.
--- End Message ---
--- Begin Message ---Source: scidavis Source-Version: 1.D5-2 We believe that the bug you reported is fixed in the latest version of scidavis, 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. [email protected] (supplier of updated scidavis 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: Wed, 25 Jun 2014 22:48:56 +0200 Source: scidavis Binary: scidavis Architecture: source amd64 Version: 1.D5-2 Distribution: unstable Urgency: medium Maintainer: Georges Khaznadar <[email protected]> Changed-By: [email protected] Description: scidavis - application for scientific data analysis and visualization Closes: 585732 692195 750904 Changes: scidavis (1.D5-2) unstable; urgency=medium . * checked the compilation; if sip4 does work for ARM platforms, the files like sipAPIscidavis.h should be created. Probably, Closes: #750904 * checked that scidavis can run as a normal user. Closes: #692195 * checked that the character Δ can be used to name a column. Closes: #585732 Checksums-Sha1: 99dc16094e66e7076edf94b78889a1d1a6c1df11 1317 scidavis_1.D5-2.dsc 3b891fe39fcd2eb898a449f2fb450c20d74e8477 302206 scidavis_1.D5-2.debian.tar.bz2 2e0cff62c359f6c0cb60935b6db0a64ba4104c74 1742088 scidavis_1.D5-2_amd64.deb Checksums-Sha256: 00cbd67af6bc3024616f2218b0b711a262e0662ac0b75940974be6d7cb0dfb6c 1317 scidavis_1.D5-2.dsc 46e412fa6a14bf55ea7686b3ffa668a414567531ff99379b0e3497366e2023a7 302206 scidavis_1.D5-2.debian.tar.bz2 f1961f8f4c2a6a221c82b102c40e6888418752e107b57945ae667dbce22ffc55 1742088 scidavis_1.D5-2_amd64.deb Files: 2f8a8d16ac8cc7fed00dd8770ddb68e3 1742088 graphics extra scidavis_1.D5-2_amd64.deb 667f5bf3be082eae5d26010ae622df28 1317 graphics extra scidavis_1.D5-2.dsc c1fc1e99b2c55444c54670a7cc68c683 302206 graphics extra scidavis_1.D5-2.debian.tar.bz2 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iD8DBQFTqzxTnfmb2hFpETARAoUBAJ9JPkDXYMttojDOnis8LSoXw5IqAQCfV3Lx 5Eow9JM92OlF1gg4j/QoLRI= =5h7m -----END PGP SIGNATURE-----
--- End Message ---

