Your message dated Tue, 21 Jan 2025 10:50:25 +0000
with message-id <e1tabpx-002wjk...@fasolo.debian.org>
and subject line Bug#1086753: fixed in spandsp 0.0.6+dfsg-2.2
has caused the Debian Bug report #1086753,
regarding spandsp: FTBFS on armhf and armel
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 ow...@bugs.debian.org
immediately.)
--
1086753: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086753
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: spandsp
Version: 0.0.6+dfsg-2.1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
During the recent rebuild of packages to enable PAC and BTI support on arm64,
spandsp fails to build on armel [1] and armel [2] with errors like:
v17rx.c:1265:40: error: passing argument 1 of
'vec_circular_dot_prodi16' from incompatible pointer type
[-Wincompatible-pointer-types]
1265 | vi = vec_circular_dot_prodi16(s->rrc_filter,
rx_pulseshaper_re[step], V17_RX_FILTER_STEPS, s->rrc_filter_step);
| ~^~~~~~~~~~~~
| |
| float *
In file included from v17rx.c:54:
spandsp/vector_int.h:111:62: note: expected 'const int16_t *' {aka
'const short int *'} but argument is of type 'float *'
111 | SPAN_DECLARE(int32_t) vec_circular_dot_prodi16(const int16_t
x[], const int16_t y[], int n, int pos);
| ~~~~~~~~~~~~~~^~~
v17rx.c:1265:71: error: passing argument 2 of
'vec_circular_dot_prodi16' from incompatible pointer type
[-Wincompatible-pointer-types]
1265 | vi = vec_circular_dot_prodi16(s->rrc_filter,
rx_pulseshaper_re[step], V17_RX_FILTER_STEPS, s->rrc_filter_step);
|
~~~~~~~~~~~~~~~~~^~~~~~
| |
|
const float *
spandsp/vector_int.h:111:81: note: expected 'const int16_t *' {aka
'const short int *'} but argument is of type 'const float *'
111 | SPAN_DECLARE(int32_t) vec_circular_dot_prodi16(const int16_t
x[], const int16_t y[], int n, int pos);
|
~~~~~~~~~~~~~~^~~
v17rx.c:1306:44: error: passing argument 1 of
'vec_circular_dot_prodi16' from incompatible pointer type
[-Wincompatible-pointer-types]
1306 | vi = vec_circular_dot_prodi16(s->rrc_filter,
rx_pulseshaper_im[step], V17_RX_FILTER_STEPS, s->rrc_filter_step);
| ~^~~~~~~~~~~~
| |
| float *
spandsp/vector_int.h:111:62: note: expected 'const int16_t *' {aka
'const short int *'} but argument is of type 'float *'
111 | SPAN_DECLARE(int32_t) vec_circular_dot_prodi16(const int16_t
x[], const int16_t y[], int n, int pos);
| ~~~~~~~~~~~~~~^~~
v17rx.c:1306:75: error: passing argument 2 of
'vec_circular_dot_prodi16' from incompatible pointer type
[-Wincompatible-pointer-types]
1306 | vi = vec_circular_dot_prodi16(s->rrc_filter,
rx_pulseshaper_im[step], V17_RX_FILTER_STEPS, s->rrc_filter_step);
|
~~~~~~~~~~~~~~~~~^~~~~~
|
|
|
const float *
spandsp/vector_int.h:111:81: note: expected 'const int16_t *' {aka
'const short int *'} but argument is of type 'const float *'
111 | SPAN_DECLARE(int32_t) vec_circular_dot_prodi16(const int16_t
x[], const int16_t y[], int n, int pos);
|
~~~~~~~~~~~~~~^~~
v17rx.c: In function 'v17_rx_restart':
v17rx.c:1419:18: error: passing argument 1 of 'vec_zeroi16' from
incompatible pointer type [-Wincompatible-pointer-types]
1419 | vec_zeroi16(s->rrc_filter,
sizeof(s->rrc_filter)/sizeof(s->rrc_filter[0]));
| ~^~~~~~~~~~~~
| |
| float *
spandsp/vector_int.h:58:44: note: expected 'int16_t *' {aka 'short int
*'} but argument is of type 'float *'
58 | static __inline__ void vec_zeroi16(int16_t z[], int n)
| ~~~~~~~~^~~
make[4]: *** [Makefile:978: v17rx.lo] Error 1
Best regards,
Dylan
[1]
https://buildd.debian.org/status/fetch.php?pkg=spandsp&arch=armel&ver=0.0.6%2Bdfsg-2.1%2Bb1&stamp=1730324213&raw=0
[2]
https://buildd.debian.org/status/fetch.php?pkg=spandsp&arch=armhf&ver=0.0.6%2Bdfsg-2.1%2Bb1&stamp=1730287421&raw=0
--- End Message ---
--- Begin Message ---
Source: spandsp
Source-Version: 0.0.6+dfsg-2.2
Done: Dylan Aïssi <dai...@debian.org>
We believe that the bug you reported is fixed in the latest version of
spandsp, 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 1086...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dylan Aïssi <dai...@debian.org> (supplier of updated spandsp 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 21 Jan 2025 11:29:55 +0100
Source: spandsp
Architecture: source
Version: 0.0.6+dfsg-2.2
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Dylan Aïssi <dai...@debian.org>
Closes: 1086753
Changes:
spandsp (0.0.6+dfsg-2.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Use -Wno-error=incompatible-pointer-types to fix FTBFS on armel and armhf
(Closes: #1086753)
Checksums-Sha1:
2f3d9d156d7b75632558128d3c97be3f36a45d62 2336 spandsp_0.0.6+dfsg-2.2.dsc
bd028fdef4fd3c93d681b033ac9790552636f0fc 15476
spandsp_0.0.6+dfsg-2.2.debian.tar.xz
c84baa8e05ac8a5520c34111a98db775be880534 9696
spandsp_0.0.6+dfsg-2.2_amd64.buildinfo
Checksums-Sha256:
0fa32d570f5a21b92671438d27d6f74d902bf8b73331cf22654b7d375ea8aa68 2336
spandsp_0.0.6+dfsg-2.2.dsc
01c3c8458c3480f43f17c7f18891d093a5eb27cccd5dd4e7d4d9d2217f30e089 15476
spandsp_0.0.6+dfsg-2.2.debian.tar.xz
0b430b47f605b33d2deafa9e44ce1c1eb2a6bf1e60672b93f6a8bf2c40f21cd6 9696
spandsp_0.0.6+dfsg-2.2_amd64.buildinfo
Files:
16f8587e4a007a3f6eea1549adff1907 2336 libs optional spandsp_0.0.6+dfsg-2.2.dsc
0b0b6dfded3c43b379c8554bba4d45a9 15476 libs optional
spandsp_0.0.6+dfsg-2.2.debian.tar.xz
fb2c4786e24c2258188fdc06637b917f 9696 libs optional
spandsp_0.0.6+dfsg-2.2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEmjwHvQbeL0FugTpdYS7xYT4FD1QFAmePd+gACgkQYS7xYT4F
D1QAUA//cPALUXaRLtRzQGcsCIU5AWSBxwEV/XiUWNctI8FYcW3GUQr0FZLlT19o
6Mad41ycxfQIju1zlI2j2yCiYT5FXOnWjdAMpod2pweKOfETyy3EMhLUElJrN/LP
J23Lp3wiNklQEsV+DSh/eBlutNz8cYQkqJGROjzb/d+ygpPMZwSuvDtaOVOQjxT0
V8yOjpFGuFNCqy8KdBjng+QcUhk8CvaBqziB1n4W85lmXL2u+fGS1S7Lo8dLSHhk
25R4wZrEJuzIC4CSUWgtFiP6CaTFgaPyc3egtbsdqT8mqw/jQ89yeVMuKPJQDghw
Dbwj6nJjpRBRv7Eti+smDF/MrcacoshAseaiv0hJKEIqYthmMvhUhf20yxY1ty2e
gOLUNDPbynRMBaUmkra8kMxU+sSYA15NtD7ft2OnOZ5QCBqPq+xmigKQ9ZCi6pmC
gqTdijNvxHKJBaY5PEfnsEnn1srdTGhx0Y7grqArgblWhcyW0spR8x/v6T8FYih5
Tyi0bMfIWsLNeCQWHyhADb/2dlN13JDm+ZzB4WOM3xWUwFqTQaid6hGesxAAFWAA
qNCyT9KRyOKDgs1g5QSxfnMGF+rUtVnYNdlPR0AcOHa8GTezPGkAoPzINcyu6Ly3
iQxuSP69iP+O4PhuqW+xEtgL5S8JZl6gxmYUKHgDhHhoX1Fu/fI=
=GFD4
-----END PGP SIGNATURE-----
pgpltIm1P528O.pgp
Description: PGP signature
--- End Message ---