Your message dated Mon, 09 Dec 2024 19:21:48 +0000
with message-id <e1tkjkg-002bjb...@fasolo.debian.org>
and subject line Bug#1089503: fixed in rtpengine 12.5.1.18-1
has caused the Debian Bug report #1089503,
regarding rtpengine-kernel-dkms: module fails to build for Linux 6.12: error:
macro "_spin_lock_init" requires 2 arguments, but only 1 given
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.)
--
1089503: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089503
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: rtpengine-kernel-dkms
Version: 12.5.1.15-1
Severity: serious
Tags: upstream
DKMS make.log for rtpengine/12.5.1.15 for kernel 6.12.3-rt-amd64 (x86_64)
Sat Dec 7 23:22:21 UTC 2024
make: Entering directory '/usr/src/linux-headers-6.12.3-rt-amd64'
CC [M] /var/lib/dkms/rtpengine/12.5.1.15/build/xt_RTPENGINE.o
/var/lib/dkms/rtpengine/12.5.1.15/build/xt_RTPENGINE.c:181:50: error: macro
"_spin_lock_init" requires 2 arguments, but only 1 given
181 | static inline void _spin_lock_init(_spinlock_t *s) {
| ^
In file included from
/usr/src/linux-headers-6.12.3-common-rt/include/linux/spinlock.h:455,
from
/usr/src/linux-headers-6.12.3-common-rt/include/linux/sched.h:2146,
from
/usr/src/linux-headers-6.12.3-common-rt/include/linux/percpu.h:12,
from
/usr/src/linux-headers-6.12.3-common-rt/arch/x86/include/asm/msr.h:15,
from
/usr/src/linux-headers-6.12.3-common-rt/arch/x86/include/asm/tsc.h:10,
from
/usr/src/linux-headers-6.12.3-common-rt/arch/x86/include/asm/timex.h:6,
from
/usr/src/linux-headers-6.12.3-common-rt/include/linux/timex.h:67,
from
/usr/src/linux-headers-6.12.3-common-rt/include/linux/time32.h:13,
from
/usr/src/linux-headers-6.12.3-common-rt/include/linux/time.h:60,
from
/usr/src/linux-headers-6.12.3-common-rt/include/linux/stat.h:19,
from
/usr/src/linux-headers-6.12.3-common-rt/include/linux/module.h:13,
from /var/lib/dkms/rtpengine/12.5.1.15/build/xt_RTPENGINE.c:2:
/usr/src/linux-headers-6.12.3-common-rt/include/linux/spinlock_rt.h:25:9: note:
macro "_spin_lock_init" defined here
25 | #define _spin_lock_init(slock, percpu) \
| ^~~~~~~~~~~~~~~
/var/lib/dkms/rtpengine/12.5.1.15/build/xt_RTPENGINE.c:181:52: error: expected
'=', ',', ';', 'asm' or '__attribute__' before '{' token
181 | static inline void _spin_lock_init(_spinlock_t *s) {
| ^
/var/lib/dkms/rtpengine/12.5.1.15/build/xt_RTPENGINE.c: In function 'new_table':
/var/lib/dkms/rtpengine/12.5.1.15/build/xt_RTPENGINE.c:932:40: error: macro
"_spin_lock_init" requires 2 arguments, but only 1 given
932 | _spin_lock_init(&t->player_lock);
| ^
/usr/src/linux-headers-6.12.3-common-rt/include/linux/spinlock_rt.h:25:9: note:
macro "_spin_lock_init" defined here
25 | #define _spin_lock_init(slock, percpu) \
| ^~~~~~~~~~~~~~~
/var/lib/dkms/rtpengine/12.5.1.15/build/xt_RTPENGINE.c:932:9: error:
'_spin_lock_init' undeclared (first use in this function); did you mean
'_spinlock_t'?
932 | _spin_lock_init(&t->player_lock);
| ^~~~~~~~~~~~~~~
| _spinlock_t
/var/lib/dkms/rtpengine/12.5.1.15/build/xt_RTPENGINE.c:932:9: note: each
undeclared identifier is reported only once for each function it appears in
/var/lib/dkms/rtpengine/12.5.1.15/build/xt_RTPENGINE.c: In function
'launch_thread':
/var/lib/dkms/rtpengine/12.5.1.15/build/xt_RTPENGINE.c:4205:39: error: macro
"_spin_lock_init" requires 2 arguments, but only 1 given
4205 | _spin_lock_init(&tt->tree_lock);
| ^
/usr/src/linux-headers-6.12.3-common-rt/include/linux/spinlock_rt.h:25:9: note:
macro "_spin_lock_init" defined here
25 | #define _spin_lock_init(slock, percpu) \
| ^~~~~~~~~~~~~~~
/var/lib/dkms/rtpengine/12.5.1.15/build/xt_RTPENGINE.c:4205:9: error:
'_spin_lock_init' undeclared (first use in this function); did you mean
'_spinlock_t'?
4205 | _spin_lock_init(&tt->tree_lock);
| ^~~~~~~~~~~~~~~
| _spinlock_t
/var/lib/dkms/rtpengine/12.5.1.15/build/xt_RTPENGINE.c: In function
'play_stream':
/var/lib/dkms/rtpengine/12.5.1.15/build/xt_RTPENGINE.c:4454:43: error: macro
"_spin_lock_init" requires 2 arguments, but only 1 given
4454 | _spin_lock_init(&play_stream->lock);
| ^
/usr/src/linux-headers-6.12.3-common-rt/include/linux/spinlock_rt.h:25:9: note:
macro "_spin_lock_init" defined here
25 | #define _spin_lock_init(slock, percpu) \
| ^~~~~~~~~~~~~~~
/var/lib/dkms/rtpengine/12.5.1.15/build/xt_RTPENGINE.c:4454:9: error:
'_spin_lock_init' undeclared (first use in this function); did you mean
'_spinlock_t'?
4454 | _spin_lock_init(&play_stream->lock);
| ^~~~~~~~~~~~~~~
| _spinlock_t
make[2]: ***
[/usr/src/linux-headers-6.12.3-common-rt/scripts/Makefile.build:234:
/var/lib/dkms/rtpengine/12.5.1.15/build/xt_RTPENGINE.o] Error 1
make[1]: *** [/usr/src/linux-headers-6.12.3-common-rt/Makefile:1961:
/var/lib/dkms/rtpengine/12.5.1.15/build] Error 2
make: *** [/usr/src/linux-headers-6.12.3-common-rt/Makefile:236: __sub-make]
Error 2
make: Leaving directory '/usr/src/linux-headers-6.12.3-rt-amd64'
Andreas
--- End Message ---
--- Begin Message ---
Source: rtpengine
Source-Version: 12.5.1.18-1
Done: Victor Seva <vs...@debian.org>
We believe that the bug you reported is fixed in the latest version of
rtpengine, 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 1089...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Victor Seva <vs...@debian.org> (supplier of updated rtpengine 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: Mon, 09 Dec 2024 19:54:28 +0100
Source: rtpengine
Architecture: source
Version: 12.5.1.18-1
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Victor Seva <vs...@debian.org>
Closes: 1089503
Changes:
rtpengine (12.5.1.18-1) unstable; urgency=medium
.
* New upstream version 12.5.1.18
* fixes 6.12 builds (Closes: #1089503)
Checksums-Sha1:
ca89c3fe9df83e51bdd44d7d69b34335fd5dea9d 3039 rtpengine_12.5.1.18-1.dsc
0986ca970542e753dd1d4e7566e7f7042186199e 6732579
rtpengine_12.5.1.18.orig.tar.gz
40fd1befd3036e893a0055592bd5d093bd54fb35 14388
rtpengine_12.5.1.18-1.debian.tar.xz
4dcb84768a9193645bd1f0d18e80e6cb38b7d265 18337
rtpengine_12.5.1.18-1_amd64.buildinfo
Checksums-Sha256:
ab1adadac10739d90b77b178138a669cfe3c18c3f2f269d818ed76089601615e 3039
rtpengine_12.5.1.18-1.dsc
04bf094106b3e933e2ee8c995b93444c57090be462547b8f91059dfca3b5c03d 6732579
rtpengine_12.5.1.18.orig.tar.gz
36d8299c5eb53e23851dab81d4a0233103ee8d8d4aa06baaebb36fb2ea9a4e6f 14388
rtpengine_12.5.1.18-1.debian.tar.xz
002cdd50f9c56ef9152e3720076aa81b76cec7e6b01d454b6f0a5f479a61bfdd 18337
rtpengine_12.5.1.18-1_amd64.buildinfo
Files:
1f84c7008d7bbadd0ccb8b572dfa3de3 3039 net optional rtpengine_12.5.1.18-1.dsc
e841cba4b6887429a79570c1870af4a7 6732579 net optional
rtpengine_12.5.1.18.orig.tar.gz
3d1c8015d7be12a8ef9bb7760331f00c 14388 net optional
rtpengine_12.5.1.18-1.debian.tar.xz
cfdc9dca20815b7887dcbcfac3ba32b3 18337 net optional
rtpengine_12.5.1.18-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iIcEARYKAC8WIQQq6AO8RS0zF4SC1vh9e2XEKg7IsgUCZ1c+gxEcdnNldmFAZGVi
aWFuLm9yZwAKCRB9e2XEKg7Isg2pAQCyqrwEbQM7GzZ0Ke9FmJCvb1pTHrehftAf
ykyXWcz4ZAEAp/k9R9IxRm6IiFFhzWAXjWJFHCNxPI4Es8CzvtCTUQI=
=0xcl
-----END PGP SIGNATURE-----
pgpl2ODxsATxQ.pgp
Description: PGP signature
--- End Message ---