Your message dated Sun, 22 Dec 2024 18:35:10 +0000
with message-id <[email protected]>
and subject line Bug#1091128: fixed in libftdi1 1.5-8
has caused the Debian Bug report #1091128,
regarding libftdi1: FTBFS: ftdi1PYTHON_wrap.c:3756:15: error: too few arguments 
to function ‘SWIG_Python_AppendOutput’
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.)


-- 
1091128: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091128
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libftdi1
Version: 1.5-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20241222 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/build-python3.13/ftdipp && /usr/bin/c++ -Dftdipp1_EXPORTS 
> -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/ftdipp 
> -I/<<PKGBUILDDIR>>/build-python3.13/ftdipp -I/usr/include/libusb-1.0 -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC   -Wall -MD -MT 
> ftdipp/CMakeFiles/ftdipp1.dir/ftdi.cpp.o -MF 
> CMakeFiles/ftdipp1.dir/ftdi.cpp.o.d -o CMakeFiles/ftdipp1.dir/ftdi.cpp.o -c 
> /<<PKGBUILDDIR>>/ftdipp/ftdi.cpp
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:
>  In function ‘_wrap_usb_find_all’:
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:3756:15:
>  error: too few arguments to function ‘SWIG_Python_AppendOutput’
>  3756 |   resultobj = SWIG_Python_AppendOutput(resultobj, 
> SWIG_NewPointerObj((void*)*arg2,SWIGTYPE_p_ftdi_device_list,0));
>       |               ^~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:1259:1:
>  note: declared here
>  1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int 
> is_void) {
>       | ^~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:
>  In function ‘_wrap_read_data’:
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:4015:15:
>  error: too few arguments to function ‘SWIG_Python_AppendOutput’
>  4015 |   resultobj = SWIG_Python_AppendOutput(resultobj, 
> charp2str((char*)arg2, arg3));
>       |               ^~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:1259:1:
>  note: declared here
>  1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int 
> is_void) {
>       | ^~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:
>  In function ‘_wrap_read_pins’:
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:4139:15:
>  error: too few arguments to function ‘SWIG_Python_AppendOutput’
>  4139 |   resultobj = SWIG_Python_AppendOutput(resultobj, 
> charp2str((char*)arg2, 1));
>       |               ^~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:1259:1:
>  note: declared here
>  1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int 
> is_void) {
>       | ^~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:
>  In function ‘_wrap_get_latency_timer’:
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:4167:15:
>  error: too few arguments to function ‘SWIG_Python_AppendOutput’
>  4167 |   resultobj = SWIG_Python_AppendOutput(resultobj, 
> charp2str((char*)arg2, 1));
>       |               ^~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:1259:1:
>  note: declared here
>  1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int 
> is_void) {
>       | ^~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:
>  In function ‘_wrap_get_eeprom_buf’:
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:4272:15:
>  error: too few arguments to function ‘SWIG_Python_AppendOutput’
>  4272 |   resultobj = SWIG_Python_AppendOutput(resultobj, 
> charp2str((char*)arg2, arg3));
>       |               ^~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:1259:1:
>  note: declared here
>  1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int 
> is_void) {
>       | ^~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:
>  In function ‘_wrap_usb_purge_rx_buffer’:
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:7556:3:
>  warning: ‘ftdi_usb_purge_rx_buffer’ is deprecated [-Wdeprecated-declarations]
>  7556 |   result = (int)ftdi_usb_purge_rx_buffer(arg1);
>       |   ^~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:3712:
> /<<PKGBUILDDIR>>/src/ftdi.h:564:20: note: declared here
>   564 |     int DEPRECATED(ftdi_usb_purge_rx_buffer(struct ftdi_context 
> *ftdi));
>       |                    ^~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/ftdi.h:247:55: note: in definition of macro ‘DEPRECATED’
>   247 | #define DEPRECATED(func) __attribute__ ((deprecated)) func
>       |                                                       ^~~~
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:
>  In function ‘_wrap_usb_purge_tx_buffer’:
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:7580:3:
>  warning: ‘ftdi_usb_purge_tx_buffer’ is deprecated [-Wdeprecated-declarations]
>  7580 |   result = (int)ftdi_usb_purge_tx_buffer(arg1);
>       |   ^~~~~~
> /<<PKGBUILDDIR>>/src/ftdi.h:565:20: note: declared here
>   565 |     int DEPRECATED(ftdi_usb_purge_tx_buffer(struct ftdi_context 
> *ftdi));
>       |                    ^~~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/ftdi.h:247:55: note: in definition of macro ‘DEPRECATED’
>   247 | #define DEPRECATED(func) __attribute__ ((deprecated)) func
>       |                                                       ^~~~
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:
>  In function ‘_wrap_usb_purge_buffers’:
> /<<PKGBUILDDIR>>/build-python3.13/python/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c:7604:3:
>  warning: ‘ftdi_usb_purge_buffers’ is deprecated [-Wdeprecated-declarations]
>  7604 |   result = (int)ftdi_usb_purge_buffers(arg1);
>       |   ^~~~~~
> /<<PKGBUILDDIR>>/src/ftdi.h:566:20: note: declared here
>   566 |     int DEPRECATED(ftdi_usb_purge_buffers(struct ftdi_context *ftdi));
>       |                    ^~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/ftdi.h:247:55: note: in definition of macro ‘DEPRECATED’
>   247 | #define DEPRECATED(func) __attribute__ ((deprecated)) func
>       |                                                       ^~~~
> [ 84%] Linking CXX static library libftdipp1.a
> cd /<<PKGBUILDDIR>>/build-python3.13/ftdipp && /usr/bin/cmake -P 
> CMakeFiles/ftdipp1-static.dir/cmake_clean_target.cmake
> cd /<<PKGBUILDDIR>>/build-python3.13/ftdipp && /usr/bin/cmake -E 
> cmake_link_script CMakeFiles/ftdipp1-static.dir/link.txt --verbose=1
> /usr/bin/ar qc libftdipp1.a "CMakeFiles/ftdipp1-static.dir/ftdi.cpp.o"
> /usr/bin/ranlib libftdipp1.a
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-python3.13'
> [ 84%] Built target ftdipp1-static
> make[4]: *** [python/CMakeFiles/_ftdi1.dir/build.make:82: 
> python/CMakeFiles/_ftdi1.dir/CMakeFiles/_ftdi1.dir/ftdi1PYTHON_wrap.c.o] 
> Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/12/22/libftdi1_1.5-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20241222;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20241222&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: libftdi1
Source-Version: 1.5-8
Done: Aurelien Jarno <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libftdi1, 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.
Aurelien Jarno <[email protected]> (supplier of updated libftdi1 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: Sun, 22 Dec 2024 18:13:45 +0000
Source: libftdi1
Architecture: source
Version: 1.5-8
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno <[email protected]>
Changed-By: Aurelien Jarno <[email protected]>
Closes: 1091128
Changes:
 libftdi1 (1.5-8) unstable; urgency=medium
 .
   * Add submitted patch to fix compatibility with SWIG 4.3 (closes: #1091128).
Checksums-Sha1:
 e2ccf27a55df5c02e3d060886960f3c45a3e2419 2555 libftdi1_1.5-8.dsc
 dddc42a771b0056f8c047d7c477e005fc5d71817 12608 libftdi1_1.5-8.debian.tar.xz
 8fdddbe640e1a9d2070a4c2f5ffbb630ecc54420 8762 libftdi1_1.5-8_source.buildinfo
Checksums-Sha256:
 bdf620d734b888b9a49eef6edea981d400d624758fd2736abbd631f1eb403627 2555 
libftdi1_1.5-8.dsc
 1e156c7bd4fadd7c5e9d93c244e68844655d9dc6890c75213f73b89bc4600986 12608 
libftdi1_1.5-8.debian.tar.xz
 b7c2c8ad543d46d813f6f6731cb4c41557561b2c169ca5d3aedb217ac1bd26ba 8762 
libftdi1_1.5-8_source.buildinfo
Files:
 d1601a72a4f761711df407a52d2b7501 2555 libs optional libftdi1_1.5-8.dsc
 cc4aeb8077a1b7ca5f462b54eaa026e2 12608 libs optional 
libftdi1_1.5-8.debian.tar.xz
 fc0e59248a113e13be3b08505ed6a430 8762 libs optional 
libftdi1_1.5-8_source.buildinfo

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

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAmdoV88ACgkQE4jA+Jno
M2vacQ/9GAQp30M7Wlp9wvuNEye+q3gMmDKf40EdhGiiV7hnQj3hs9WlbcXrWz0F
pqOjI+UoN/kBrqyrVqzDF+YoZ3OVGB9X4kaRYl/i6tsSIy6pXdjSvT/cLb9EbSrn
NxDt0nTTzB3PPNeXiN3z3CQHhdc8bYsQYwj5SU7lDAob/YGzkpDHVAtveaDWTiY6
VPD5krynkPWxv8Tjqe3SRVIMeSWdTwzYMfIuaN4KPEOLpWyaZCkm+8bvHZrlNWiL
558xXdmQCueIuYyDS6MN4qEjry1wsz2KRJr5VjfhcjR91EWyIJoAUDvksLjFur2d
KtZz8flIDHHKC7nOuaPgHWeICpT3VwSVtA7XlbVl9Py26rqeQFpVQSvhz07XJFmi
79jDgPxGEN5TGZpfun/kFQ0J80w4qDfM7cFijR3sv52ZVDTsvynIWuxww1Pka99v
BT4QF+gSJvaDUd/YO7UlLhjJtnhylucaEegZtHWwUccAtBkRHD/SYzzQQsa6OYai
A9i/SQh/ol6RXLOcuQBArR2BH1R3FTqhu6/+Zy+rf4ZRJZRZsuXVy5M3FtCw5MOi
yXWFb0zw42euW37ssqSNhCexYwuCFmjJ4lFwFVBZAoTDxArPtkBk9UmLRTr8TPP6
HkNd6cF6AX+PUQXgeHGPt3uRQZvVtx6CLN8EygdtRBtPl2Hogxc=
=+Mic
-----END PGP SIGNATURE-----

Attachment: pgpLXq1Ul0Frw.pgp
Description: PGP signature


--- End Message ---

Reply via email to