Public bug reported: Sync Request: hamlib 4.7.2-2 from Debian unstable
hamlib 4.7.2-1 is FTBFS with the imported bug. This is fixed in 4.7.2-2 Imported from Debian bug http://bugs.debian.org/1145352: Package: src:hamlib Version: 4.7.2-1 Severity: serious Tags: ftbfs forky sid Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202608/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:hamlib, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] make[4]: Entering directory '/<<PKGBUILDDIR>>/build-3.13/bindings' /bin/bash ../libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bindings -I../include/hamlib -I/usr/include/lua5.3 -I../../include -I../../src -Wdate-time -D_FORTIFY_SOURCE=2 -DIN_HAMLIB -I../../include -I../../src -I../../lib -I../include -I../../include/hamlib -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o Hamliblua_la-hamliblua_wrap.lo `test -f 'hamliblua_wrap.c' || echo '../../bindings/'`hamliblua_wrap.c /bin/bash ../libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bindings -I../include/hamlib -DIN_HAMLIB -I../../include -I../../src -I../../lib -I../include -I../../include/hamlib -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../../include -I../../bindings -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -DIN_HAMLIB -I../../include -I../../src -I../../lib -I../include -I../../include/hamlib -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o hamlibpy_wrap.lo hamlibpy_wrap.c libtool: compile: x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bindings -I../include/hamlib -I/usr/include/lua5.3 -I../../include -I../../src -Wdate-time -D_FORTIFY_SOURCE=2 -DIN_HAMLIB -I../../include -I../../src -I../../lib -I../include -I../../include/hamlib -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c hamliblua_wrap.c -fPIC -DPIC -o .libs/Hamliblua_la-hamliblua_wrap.o libtool: compile: x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bindings -I../include/hamlib -DIN_HAMLIB -I../../include -I../../src -I../../lib -I../include -I../../include/hamlib -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../../include -I../../bindings -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -DIN_HAMLIB -I../../include -I../../src -I../../lib -I../include -I../../include/hamlib -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c hamlibpy_wrap.c -fPIC -DPIC -o .libs/hamlibpy_wrap.o hamlibpy_wrap.c: In function '_wrap_rig_caps_preamp_get': hamlibpy_wrap.c:14630:34: error: implicit declaration of function 'PyInt_FromLong'; did you mean 'PyLong_FromLong'? [-Wimplicit-function-declaration] 14630 | PyList_SetItem(resultobj,i,PyInt_FromLong((long)result[i])); | ^~~~~~~~~~~~~~ | PyLong_FromLong hamlibpy_wrap.c:14630:34: error: passing argument 3 of 'PyList_SetItem' makes pointer from integer without a cast [-Wint-conversion] 14630 | PyList_SetItem(resultobj,i,PyInt_FromLong((long)result[i])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int In file included from /usr/include/python3.13/Python.h:90, from hamlibpy_wrap.c:206: /usr/include/python3.13/listobject.h:35:56: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); | ^~~~~~~~~~ hamlibpy_wrap.c: In function '_wrap_rig_caps_attenuator_get': hamlibpy_wrap.c:14698:34: error: passing argument 3 of 'PyList_SetItem' makes pointer from integer without a cast [-Wint-conversion] 14698 | PyList_SetItem(resultobj,i,PyInt_FromLong((long)result[i])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int /usr/include/python3.13/listobject.h:35:56: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); | ^~~~~~~~~~ hamlibpy_wrap.c: In function '_wrap_rig_caps_spectrum_attenuator_get': hamlibpy_wrap.c:16836:34: error: passing argument 3 of 'PyList_SetItem' makes pointer from integer without a cast [-Wint-conversion] 16836 | PyList_SetItem(resultobj,i,PyInt_FromLong((long)result[i])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int /usr/include/python3.13/listobject.h:35:56: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); | ^~~~~~~~~~ hamlibpy_wrap.c: In function '_wrap_rig_state_preamp_get': hamlibpy_wrap.c:25072:34: error: passing argument 3 of 'PyList_SetItem' makes pointer from integer without a cast [-Wint-conversion] 25072 | PyList_SetItem(resultobj,i,PyInt_FromLong((long)result[i])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int /usr/include/python3.13/listobject.h:35:56: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); | ^~~~~~~~~~ hamlibpy_wrap.c: In function '_wrap_rig_state_attenuator_get': hamlibpy_wrap.c:25140:34: error: passing argument 3 of 'PyList_SetItem' makes pointer from integer without a cast [-Wint-conversion] 25140 | PyList_SetItem(resultobj,i,PyInt_FromLong((long)result[i])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int /usr/include/python3.13/listobject.h:35:56: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); | ^~~~~~~~~~ hamlibpy_wrap.c: In function '_wrap_rig_state_spectrum_attenuator_get': hamlibpy_wrap.c:31065:34: error: passing argument 3 of 'PyList_SetItem' makes pointer from integer without a cast [-Wint-conversion] 31065 | PyList_SetItem(resultobj,i,PyInt_FromLong((long)result[i])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int /usr/include/python3.13/listobject.h:35:56: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); | ^~~~~~~~~~ make[4]: *** [Makefile:757: hamlibpy_wrap.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... libtool: compile: x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bindings -I../include/hamlib -I/usr/include/lua5.3 -I../../include -I../../src -Wdate-time -D_FORTIFY_SOURCE=2 -DIN_HAMLIB -I../../include -I../../src -I../../lib -I../include -I../../include/hamlib -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c hamliblua_wrap.c -o Hamliblua_la-hamliblua_wrap.o >/dev/null 2>&1 make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-3.13/bindings' make[3]: *** [Makefile:577: all] Error 2 make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-3.13/bindings' make[2]: *** [Makefile:671: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-3.13' dh_auto_build: error: cd build-3.13 && make -j2 returned exit code 2 make[1]: *** [debian/rules:39: override_dh_auto_build-arch] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:19: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 -------------------------------------------------------------------------------- ** Affects: hamlib (Ubuntu) Importance: Undecided Assignee: John Chittum (jchittum) Status: New ** Changed in: hamlib (Ubuntu) Assignee: (unassigned) => John Chittum (jchittum) ** Description changed: + Sync Request: hamlib 4.7.2-2 from Debian unstable + + hamlib 4.7.2-1 is FTBFS with the imported bug. This is fixed in 4.7.2-2 + Imported from Debian bug http://bugs.debian.org/1145352: Package: src:hamlib Version: 4.7.2-1 Severity: serious Tags: ftbfs forky sid Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202608/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:hamlib, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] make[4]: Entering directory '/<<PKGBUILDDIR>>/build-3.13/bindings' /bin/bash ../libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bindings -I../include/hamlib -I/usr/include/lua5.3 -I../../include -I../../src -Wdate-time -D_FORTIFY_SOURCE=2 -DIN_HAMLIB -I../../include -I../../src -I../../lib -I../include -I../../include/hamlib -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o Hamliblua_la-hamliblua_wrap.lo `test -f 'hamliblua_wrap.c' || echo '../../bindings/'`hamliblua_wrap.c /bin/bash ../libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bindings -I../include/hamlib -DIN_HAMLIB -I../../include -I../../src -I../../lib -I../include -I../../include/hamlib -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../../include -I../../bindings -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -DIN_HAMLIB -I../../include -I../../src -I../../lib -I../include -I../../include/hamlib -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o hamlibpy_wrap.lo hamlibpy_wrap.c libtool: compile: x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bindings -I../include/hamlib -I/usr/include/lua5.3 -I../../include -I../../src -Wdate-time -D_FORTIFY_SOURCE=2 -DIN_HAMLIB -I../../include -I../../src -I../../lib -I../include -I../../include/hamlib -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c hamliblua_wrap.c -fPIC -DPIC -o .libs/Hamliblua_la-hamliblua_wrap.o libtool: compile: x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bindings -I../include/hamlib -DIN_HAMLIB -I../../include -I../../src -I../../lib -I../include -I../../include/hamlib -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -I../../include -I../../bindings -I/usr/include/python3.13 -Wdate-time -D_FORTIFY_SOURCE=2 -DIN_HAMLIB -I../../include -I../../src -I../../lib -I../include -I../../include/hamlib -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c hamlibpy_wrap.c -fPIC -DPIC -o .libs/hamlibpy_wrap.o hamlibpy_wrap.c: In function '_wrap_rig_caps_preamp_get': hamlibpy_wrap.c:14630:34: error: implicit declaration of function 'PyInt_FromLong'; did you mean 'PyLong_FromLong'? [-Wimplicit-function-declaration] 14630 | PyList_SetItem(resultobj,i,PyInt_FromLong((long)result[i])); - | ^~~~~~~~~~~~~~ - | PyLong_FromLong + | ^~~~~~~~~~~~~~ + | PyLong_FromLong hamlibpy_wrap.c:14630:34: error: passing argument 3 of 'PyList_SetItem' makes pointer from integer without a cast [-Wint-conversion] 14630 | PyList_SetItem(resultobj,i,PyInt_FromLong((long)result[i])); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | | - | int + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + | | + | int In file included from /usr/include/python3.13/Python.h:90, - from hamlibpy_wrap.c:206: + from hamlibpy_wrap.c:206: /usr/include/python3.13/listobject.h:35:56: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' - 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); - | ^~~~~~~~~~ + 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); + | ^~~~~~~~~~ hamlibpy_wrap.c: In function '_wrap_rig_caps_attenuator_get': hamlibpy_wrap.c:14698:34: error: passing argument 3 of 'PyList_SetItem' makes pointer from integer without a cast [-Wint-conversion] 14698 | PyList_SetItem(resultobj,i,PyInt_FromLong((long)result[i])); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | | - | int + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + | | + | int /usr/include/python3.13/listobject.h:35:56: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' - 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); - | ^~~~~~~~~~ + 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); + | ^~~~~~~~~~ hamlibpy_wrap.c: In function '_wrap_rig_caps_spectrum_attenuator_get': hamlibpy_wrap.c:16836:34: error: passing argument 3 of 'PyList_SetItem' makes pointer from integer without a cast [-Wint-conversion] 16836 | PyList_SetItem(resultobj,i,PyInt_FromLong((long)result[i])); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | | - | int + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + | | + | int /usr/include/python3.13/listobject.h:35:56: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' - 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); - | ^~~~~~~~~~ + 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); + | ^~~~~~~~~~ hamlibpy_wrap.c: In function '_wrap_rig_state_preamp_get': hamlibpy_wrap.c:25072:34: error: passing argument 3 of 'PyList_SetItem' makes pointer from integer without a cast [-Wint-conversion] 25072 | PyList_SetItem(resultobj,i,PyInt_FromLong((long)result[i])); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | | - | int + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + | | + | int /usr/include/python3.13/listobject.h:35:56: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' - 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); - | ^~~~~~~~~~ + 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); + | ^~~~~~~~~~ hamlibpy_wrap.c: In function '_wrap_rig_state_attenuator_get': hamlibpy_wrap.c:25140:34: error: passing argument 3 of 'PyList_SetItem' makes pointer from integer without a cast [-Wint-conversion] 25140 | PyList_SetItem(resultobj,i,PyInt_FromLong((long)result[i])); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | | - | int + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + | | + | int /usr/include/python3.13/listobject.h:35:56: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' - 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); - | ^~~~~~~~~~ + 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); + | ^~~~~~~~~~ hamlibpy_wrap.c: In function '_wrap_rig_state_spectrum_attenuator_get': hamlibpy_wrap.c:31065:34: error: passing argument 3 of 'PyList_SetItem' makes pointer from integer without a cast [-Wint-conversion] 31065 | PyList_SetItem(resultobj,i,PyInt_FromLong((long)result[i])); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | | - | int + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + | | + | int /usr/include/python3.13/listobject.h:35:56: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'int' - 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); - | ^~~~~~~~~~ + 35 | PyAPI_FUNC(int) PyList_SetItem(PyObject *, Py_ssize_t, PyObject *); + | ^~~~~~~~~~ make[4]: *** [Makefile:757: hamlibpy_wrap.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... libtool: compile: x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bindings -I../include/hamlib -I/usr/include/lua5.3 -I../../include -I../../src -Wdate-time -D_FORTIFY_SOURCE=2 -DIN_HAMLIB -I../../include -I../../src -I../../lib -I../include -I../../include/hamlib -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c hamliblua_wrap.c -o Hamliblua_la-hamliblua_wrap.o >/dev/null 2>&1 make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-3.13/bindings' make[3]: *** [Makefile:577: all] Error 2 make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-3.13/bindings' make[2]: *** [Makefile:671: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-3.13' dh_auto_build: error: cd build-3.13 && make -j2 returned exit code 2 make[1]: *** [debian/rules:39: override_dh_auto_build-arch] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:19: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 -------------------------------------------------------------------------------- -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2165415 Title: hamlib: FTBFS: hamlibpy_wrap.c:14630:34: error: implicit declaration of function 'PyInt_FromLong'; did you mean 'PyLong_FromLong'? [-Wimplicit-function-declaration] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hamlib/+bug/2165415/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
