Change History (7)
comment:1 by , 9 months ago
comment:2 by , 9 months ago
| Summary: | bluez-5.82 (currency issue) → bluez-5.82 |
|---|
I fixed the currency. The problem was that some packages make minor versions at 80 to 99 development versions. That is not true in this case. It was an easy fix.
comment:3 by , 9 months ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
follow-up: 6 comment:4 by , 9 months ago
This needs a sed for gcc-15:
sed -e '/readline.h/i \
#define USE_VARARGS 1 \
#define PREFER_STDARG 1' \
-i src/shared/shell.c
Note that two backslashes are within single quotes and one is outside.
comment:5 by , 9 months ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed at commits
0d75f7ee06 Update to gpgme-1.24.3. f76c2ed463 Update to highlight-4.16. b7905f82bf Update to cython-3.1.1 (Python module). 5dcf90504f Update to wireplumber-0.5.10. 691c4a87d5 Update to bluez-5.82.
comment:6 by , 9 months ago
Replying to Bruce Dubbs:
This needs a sed for gcc-15:
sed -e '/readline.h/i \ #define USE_VARARGS 1 \ #define PREFER_STDARG 1' \ -i src/shared/shell.cNote that two backslashes are within single quotes and one is outside.
In readline-8.3-rc1 the references to USE_VARARGS and PREFER_STDARG are already removed, thus this shouldn't be needed. I guess we should just tell the user to upgrade readline if they upgrade gcc on an existing system.
comment:7 by , 9 months ago
Let's leave it for now, however your point is relevant after we update LFS.

5.82:
5.81 seems skipped.
5.80: