[Bug 2038849] Re: jack-capture FTBFS
Launchpad Bug Tracker
2038849 at bugs.launchpad.net
Fri Jan 26 23:11:19 UTC 2024
This bug was fixed in the package jack-capture - 0.9.73-4ubuntu1
---------------
jack-capture (0.9.73-4ubuntu1) noble; urgency=medium
* backport upstream patch to fix FTBFS by removing custom version of
asprintf. (LP: #2038849)
jack-capture (0.9.73-4) unstable; urgency=medium
* Team upload
* Drop unused B-D libgtk2.0-dev (Closes: #967542)
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
* d/control: Set Vcs-* to salsa.debian.org
* Use debhelper-compat instead of debian/compat
[ Felipe Sateler ]
* Change maintainer address to debian-multimedia at lists.debian.org
[ Olivier Humbert ]
* Update copyright (http->https)
* Update watch (http->https + remove 1 empty line)
-- Sudip Mukherjee <sudipm.mukherjee at gmail.com> Thu, 25 Jan 2024
20:44:18 +0000
** Changed in: jack-capture (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2038849
Title:
jack-capture FTBFS
Status in jack-capture package in Ubuntu:
Fix Released
Bug description:
0.9.73-4 in proposed is FTBFS for all architectures with the error
jack_capture.c:912:5: error: conflicting types for ‘asprintf’; have ‘int(char **, char *, ...)’
912 | int asprintf(char **buffer, char *fmt, ...) {
| ^~~~~~~~
In file included from jack_capture.c:24:
/usr/include/stdio.h:401:12: note: previous declaration of ‘asprintf’ with type ‘int(char ** restrict, const char * restrict, ...)’
401 | extern int asprintf (char **__restrict __ptr,
| ^~~~~~~~
I also noticed that the currently released version 0.9.73-3 is failing
with the same error in my local build environment, so could be due to
the gcc upgrade, or another external factor.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jack-capture/+bug/2038849/+subscriptions
More information about the Ubuntu-sponsors
mailing list