@jnmbk Did you update your system? update the "readline" package will fix this
Search Criteria
Package Details: bluez-ps3 5.83-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bluez-ps3.git (read-only, click to copy) |
---|---|
Package Base: | bluez-ps3 |
Description: | Daemons for the bluetooth protocol stack |
Upstream URL: | http://www.bluez.org/ |
Keywords: | bluez |
Licenses: | GPL-2.0-only |
Conflicts: | bluez |
Provides: | bluez |
Submitter: | Cooky-12 |
Maintainer: | Cooky-12 |
Last Packager: | Cooky-12 |
Votes: | 1 |
Popularity: | 0.000089 |
First Submitted: | 2024-03-11 15:20 (UTC) |
Last Updated: | 2025-06-04 12:30 (UTC) |
Dependencies (13)
- alsa-lib
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- systemd-libs (systemd-libs-gitAUR, systemd-libs-selinuxAUR)
- alsa-lib (make)
- dbus (dbus-gitAUR, dbus-selinuxAUR) (make)
- ell (ell-gitAUR) (make)
- json-c (json-c-gitAUR) (make)
- libical (make)
- python-docutils (make)
- python-pygments (make)
- systemd (systemd-gitAUR, systemd-selinuxAUR) (make)
Required by (116)
- ags-hyprpanel-git (requires bluez)
- aio-remote (requires bluez) (optional)
- anyremote (requires bluez)
- aranet4-ls (requires bluez)
- aranet4-ls-git (requires bluez)
- aranet4-srv (requires bluez)
- aranet4-srv-git (requires bluez)
- ayatana-indicator-bluetooth (requires bluez)
- better-control-git (requires bluez)
- bltui (requires bluez)
- bltui-git (requires bluez)
- blucat (requires bluez)
- bluelog (requires bluez)
- bluelog-git (requires bluez)
- blueman-git (requires bluez)
- bluetooth-autoconnect (requires bluez)
- bluetooth-support (requires bluez)
- bluetoother (requires bluez)
- bluetuith (requires bluez)
- bluetuith-bin (requires bluez)
- Show 96 more...
Sources (3)
Latest Comments
Cooky-12 commented on 2025-06-12 15:54 (UTC)
jnmbk commented on 2025-06-12 11:22 (UTC)
in 5.83-1, build failed with:
src/shared/shell.c: In function 'rl_cleanup':
src/shared/shell.c:1435:9: error: too many arguments to function 'rl_message'; expected 0, have 2
1435 | rl_message("%s", "");
| ^~
In file included from src/shared/shell.c:29:
/usr/include/readline/readline.h:410:12: note: declared here
410 | extern int rl_message ();
| ^~
CC src/shared/libshared_mainloop_la-timeout-mainloop.lo
make[1]: *** [Makefile:8708: src/shared/libshared_mainloop_la-shell.lo] Error 1
I could fix the error by adding this in build(): export CFLAGS="$CFLAGS -D USE_VARARGS -D PREFER_STDARG"
See: https://aur.archlinux.org/packages/bluez-git#comment-1025348
Cooky-12 commented on 2024-07-15 11:13 (UTC)
@schmidtbag Sorry, I can't reproduce this error. I don't think it's an issue with this package.
schmidtbag commented on 2024-07-15 01:02 (UTC)
I got the following error: when trying to build it:
/bin/ld/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/14.1.1/../../../../lib/Scrt1.o: in function _start':
(.text+0x1b): undefined reference to
main'
: /usr/lib/gcc/x86_64-pc-linux-gnu/14.1.1/../../../../lib/Scrt1.o: in function _start':
(.text+0x1b): undefined reference to
main'
collect2: error: ld returned 1 exit status
/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/14.1.1/../../../../lib/Scrt1.o: in function _start':
(.text+0x1b): undefined reference to
main'
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:6799: tools/nokfw] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:6885: tools/seq2bseq] Error 1
make[1]: *** [Makefile:6859: tools/rtlfw] Error 1
/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/14.1.1/../../../../lib/Scrt1.o: in function _start':
(.text+0x1b): undefined reference to
main'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:6385: tools/bcmfw] Error 1
make: *** [Makefile:4669: all] Error 2
Cooky-12 commented on 2024-03-12 11:40 (UTC)
@quickishfm Fixed, it won't break dependencies now. I only use bluetoothctl, didn't notice that.
quickishfm commented on 2024-03-11 23:26 (UTC)
Any possibility to make this package "provide" bluez? Trying to install this prompts to remove existing bluez package which would break dependencies for many other packages.
Cooky-12 commented on 2024-03-11 15:34 (UTC) (edited on 2024-04-15 12:32 (UTC) by Cooky-12)
/etc/bluetooth/input.conf
[General]
ClassicBondedOnly=false
Pinned Comments
Cooky-12 commented on 2024-03-11 15:34 (UTC) (edited on 2024-04-15 12:32 (UTC) by Cooky-12)