Package: src:pyqwt5
Version: 5.2.1~cvs20091107+dfsg-8
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh_testdir
chmod ugo+x qt4lib/PyQt4/Qwt5/grace.py
set -e; for pyvers in 2.7;\
do\
for qtvers in 4;\
do\
mkdir -p build/py$pyvers-qt$qtvers;\
cp -Rl `ls . |grep -v build|grep -v debian`
build/py$pyvers-qt$qtvers;\
(set -e; cd build/py$pyvers-qt$qtvers/configure;\
python$pyvers configure.py -$qtvers -I
/usr/include/qwt-qt$qtvers/ --extra-libs=qwt-qt$qtvers --disable-numarray
--disable-numeric);\
done;\
done
size_t_check.cpp:3:6: error: no declaration matches 'void a::f(unsigned int)'
void a::f(unsigned int) {};
^
size_t_check.cpp:2:24: note: candidate is: 'void a::f(size_t)'
class a { public: void f(size_t); };
^
size_t_check.cpp:2:7: note: 'class a' defined here
class a { public: void f(size_t); };
^
size_t_check.cpp:3:6: error: no declaration matches 'void a::f(long long
unsigned int)'
void a::f(unsigned long long) {};
^
size_t_check.cpp:2:24: note: candidate is: 'void a::f(size_t)'
class a { public: void f(size_t); };
^
size_t_check.cpp:2:7: note: 'class a' defined here
class a { public: void f(size_t); };
^
make[1]: Entering directory
'/<<BUILDDIR>>/pyqwt5-5.2.1~cvs20091107+dfsg/build/py2.7-qt4/configure'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore
-I/usr/include/qt4 -I/usr/include/qwt-qt4 -I/usr/include/python2.7
-I/usr/lib/python2.7/dist-packages/numpy/core/include -I. -o qwt_version_info.o
qwt_version_info.cpp
g++ -Wl,-O1 -o qwt_version_info qwt_version_info.o
-L/usr/lib/x86_64-linux-gnu -lQtCore -lpthread
make[1]: Leaving directory
'/<<BUILDDIR>>/pyqwt5-5.2.1~cvs20091107+dfsg/build/py2.7-qt4/configure'
sip: Deprecation warning: ../sip/iqt5qt4/IQtModule.sip:32: %Module version
number should be specified using the 'version' argument
sip: Deprecation warning: ../sip/qwt5qt4/QwtModule.sip:32: %Module version
number should be specified using the 'version' argument
sip: ../sip/qwt5qt4/QwtTypes.sip:5: syntax error
Traceback (most recent call last):
File "configure.py", line 1124, in <module>
main()
File "configure.py", line 1114, in main
setup_qwt5_build(configuration, options, 'PyQwt')
File "configure.py", line 833, in setup_qwt5_build
raise Die('SIP failed to generate the C++ code.')
Die: SIP failed to generate the C++ code.
Command line options:
{'debug': False,
'disable_numarray': True,
'disable_numeric': True,
'disable_numpy': False,
'excluded_features': [],
'extra_cflags': [],
'extra_cxxflags': [],
'extra_defines': [],
'extra_include_dirs': ['/usr/include/qwt-qt4/'],
'extra_lflags': [],
'extra_lib_dirs': [],
'extra_libs': ['qwt-qt4'],
'jobs': '',
'module_install_path': '',
'modules': [],
'qt': 4,
'qwt_sources': '',
'sip_include_dirs': [],
'subdirs': [],
'timelines': [],
'trace': ''}
Found SIP-4.19.14.
Found posix operating system.
Found Python-2.7.16rc1 (default, Feb 18 2019, 11:05:09)
[GCC 8.2.0].
Do not get upset by error messages in the next 3 compiler checks:
Check whether 'size_t' and 'unsigned int' are the same type:
NO
Check whether 'size_t' and 'unsigned long' are the same type:
YES
Check whether 'size_t' and 'unsigned long long' are the same type:
NO
Found NumPy-1.16.1.
Found Qwt-5.2.3.
Extended command line options:
{'debug': False,
'disable_numarray': True,
'disable_numeric': True,
'disable_numpy': False,
'excluded_features': ['-x HAS_PYQT_031105',
'-x HAS_NUMARRAY',
'-x HAS_NUMERIC',
'-x HAS_QWT4'],
'extra_cflags': [],
'extra_cxxflags': [],
'extra_defines': ['HAS_NUMPY'],
'extra_include_dirs': ['/usr/include/qwt-qt4/',
'/usr/include/python2.7',
'/usr/lib/python2.7/dist-packages/numpy/core/include'],
'extra_lflags': [],
'extra_lib_dirs': [],
'extra_libs': ['qwt-qt4'],
'iqt': 'iqt5qt4',
'iqt_sipfile': '../sip/iqt5qt4/IQtModule.sip',
'jobs': '',
'module_install_path': '/usr/lib/python2.7/dist-packages/PyQt4/Qwt5',
'modules': ['iqt', 'Qwt5'],
'qt': 4,
'qwt': 'qwt5qt4',
'qwt_sipfile': '../sip/qwt5qt4/QwtModule.sip',
'qwt_sources': '',
'sip_include_dirs': [],
'subdirs': ['iqt5qt4', 'qwt5qt4'],
'timelines': ['-t Qwt_5_2_0'],
'trace': ''}
The following modules will be built: ['iqt', 'Qwt5'].
Setup the PyQwt package build.
sip invokation:'/usr/bin/sip -b tmp-iqt5qt4/iqt5qt4.sbf -c tmp-iqt5qt4
../sip/iqt5qt4/IQtModule.sip'
Copy tmp-iqt5qt4/sip_iqtcmodule.cpp -> iqt5qt4/sip_iqtcmodule.cpp.
Copy tmp-iqt5qt4/sipAPI_iqt.h -> iqt5qt4/sipAPI_iqt.h.
Copy tmp-iqt5qt4/iqt5qt4.sbf -> iqt5qt4/iqt5qt4.sbf.
3 file(s) lazily copied.
Setup the PyQwt package build.
sip invokation:
'/usr/bin/sip -I /usr/share/sip/PyQt4 -b tmp-qwt5qt4/qwt5qt4.sbf -c tmp-qwt5qt4
-x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_6 -x Py_v3 -g -x
HAS_PYQT_031105 -x HAS_NUMARRAY -x HAS_NUMERIC -x HAS_QWT4 -t Qwt_5_2_0
../sip/qwt5qt4/QwtModule.sip'
An internal error occured. Please report all the output
from the program, including the following traceback, to
[email protected].
make: *** [debian/rules:27: configure-stamp] Error 1
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit
status 2
--------------------------------------------------------------------------------
The build was made in my autobuilder with "dpkg-buildpackage -A"
and it also fails here:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pyqwt5.html
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the BTS web page for this package.
Thanks.