Your message dated Sun, 17 Mar 2019 14:43:33 +0000
with message-id <[email protected]>
and subject line Bug#924651: fixed in pyqwt5 5.2.1~cvs20091107+dfsg-10
has caused the Debian Bug report #924651,
regarding pyqwt5: FTBFS (An internal error occured.  Please report all the 
output)
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.)


-- 
924651: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924651
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: pyqwt5
Source-Version: 5.2.1~cvs20091107+dfsg-10

We believe that the bug you reported is fixed in the latest version of
pyqwt5, 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.
Gudjon I. Gudjonsson <[email protected]> (supplier of updated pyqwt5 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: Sat, 16 Mar 2019 09:11:48 +0100
Source: pyqwt5
Binary: python-qwt5-doc python-qwt5-qt4 python-qwt5-qt4-dbgsym
Architecture: source all amd64
Version: 5.2.1~cvs20091107+dfsg-10
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson <[email protected]>
Changed-By: Gudjon I. Gudjonsson <[email protected]>
Description:
 python-qwt5-doc - Python Qwt5 technical widget library, documentation and 
examples
 python-qwt5-qt4 - Python version of the Qwt5 technical widget library
Closes: 924651
Changes:
 pyqwt5 (5.2.1~cvs20091107+dfsg-10) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/changelog: Remove trailing whitespaces
   * d/control: Remove trailing whitespaces
   * d/rules: Remove trailing whitespaces
   * d/control: Remove ancient X-Python-Version field
   * Convert git repository from git-dpm to gbp layout
 .
   [ Gudjon I. Gudjonsson ]
   * Add patch to fix build error (Closes: #924651)
 .
   [ Piotr Ożarowski ]
   * Add dh-python to Build-Depends
Checksums-Sha1:
 7eaab1acb5fd44351508a62e3f613865e50d2bbf 2278 
pyqwt5_5.2.1~cvs20091107+dfsg-10.dsc
 2de4f17483283c86dbefaaa780ab2dcaaa9150ed 9492 
pyqwt5_5.2.1~cvs20091107+dfsg-10.debian.tar.xz
 0442a7e2bd541b643dc10c94a20d23b3e82ddf1d 9408 
pyqwt5_5.2.1~cvs20091107+dfsg-10_amd64.buildinfo
 24c8fa47f0f95f6938a09e94ae7d70d609b5371d 37232 
python-qwt5-doc_5.2.1~cvs20091107+dfsg-10_all.deb
 d46bedd1632611d105ce03944532850698d46a64 9135312 
python-qwt5-qt4-dbgsym_5.2.1~cvs20091107+dfsg-10_amd64.deb
 cc13bcf32cd57f4c32702224ad17c89ce8694557 359684 
python-qwt5-qt4_5.2.1~cvs20091107+dfsg-10_amd64.deb
Checksums-Sha256:
 f94b2725c7cf4b4597880cfb828284ed176dc63bb1209a40a49439e7e6d8afea 2278 
pyqwt5_5.2.1~cvs20091107+dfsg-10.dsc
 18a4e4f62bfe90a802c3dcf958e47d6f5490748569417de65520d44738db1cea 9492 
pyqwt5_5.2.1~cvs20091107+dfsg-10.debian.tar.xz
 d717e651046795d9f7f985c88326620a28d5f453da247c0d892fce7f9cce0781 9408 
pyqwt5_5.2.1~cvs20091107+dfsg-10_amd64.buildinfo
 3a5a477aee6aca28a2b3c966b880f89e860b6a798bed93dab4484f1946344a57 37232 
python-qwt5-doc_5.2.1~cvs20091107+dfsg-10_all.deb
 dc47d2f3e87831270dbdb992aeffc491e4cb3d5cfcab719df72bdd5af14b65e7 9135312 
python-qwt5-qt4-dbgsym_5.2.1~cvs20091107+dfsg-10_amd64.deb
 bf734780237ec4e544ea7bb098089f26906338923f707146a178dc2a91bccf7c 359684 
python-qwt5-qt4_5.2.1~cvs20091107+dfsg-10_amd64.deb
Files:
 197725ccc074cc29d736082f980640e1 2278 python optional 
pyqwt5_5.2.1~cvs20091107+dfsg-10.dsc
 a53116ca009c30a78f23b31fbe74201a 9492 python optional 
pyqwt5_5.2.1~cvs20091107+dfsg-10.debian.tar.xz
 1e4e686a28d0fe1e63d24ca3e5613ce6 9408 python optional 
pyqwt5_5.2.1~cvs20091107+dfsg-10_amd64.buildinfo
 8ab52d97bf189315cdd08d6d415a3683 37232 doc optional 
python-qwt5-doc_5.2.1~cvs20091107+dfsg-10_all.deb
 9ed55f53e1a44919c18e65eb4945592f 9135312 debug optional 
python-qwt5-qt4-dbgsym_5.2.1~cvs20091107+dfsg-10_amd64.deb
 6fbac6efa6cd230c69c110ca842e19d3 359684 python optional 
python-qwt5-qt4_5.2.1~cvs20091107+dfsg-10_amd64.deb

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

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAlyOUYUACgkQrvbxoqdF
dkUAIw/8Dn6KgjBhdIZ4JyySa3BUP+3NfpHpM8LbQi3lgT71bK+yP9PM+UmTQAoQ
0mw+2sXv9DmObX2QhNCWzFxJ4CbpVciLWtWMcqhE7DvVOqgwDlOczRlH2P8oMo+L
WCrKcCoe3STnPiMBWZ/w11Jh0K9+bqkqX+dM71sAshojL6wtDml8gnnuIMM+TZ/z
kG/9qkcL+2iMQdoJZOoNKkW1z3fEHkzY/81jJYtFuzuxd85MZw5eSX3oDMgVffax
Bol+Wm34AmxiahS4qf3D5PSXmUfwD3BNMXYa1NkRoViVINUidzt5N2amVxMPk7Ew
C3XSP75mAfob9+1iHkjKih0+4tUb6UG3uiiuAQvxkxwOEucfcZp/O2ORLFq2uMF7
ltAwEzue8POUI+1pSzepMxmsoboqIdRdxtXX61akgiWHsrZXdlCWXn39TcGH9R+V
eYecnQVxeIlSe1wfxHHmlPdWLlqiu62b7NI7MwnTessryIjIzhG5Y6w2ylOaJPT/
AVy0V7PtW2Y5UE+i5JsriVHdL4o+XlUzltalHFifxtPxwvLstldrZFJGL6t5CMIn
w+L8hAp/2EDC0LZLvcPuRsmuhzjn+bT4hfuPAwf1BaDXdoSUV4X5O2Qsrhxrvczs
Aawu2/ZVrW6cS07GYrLeZT9nnbzdG25D04XEUzaaCemxz16t2R8=
=vlDO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to