Package Details: bluez-ps3 5.83-1

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)

Required by (116)

Sources (3)

Pinned Comments

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

Latest Comments

Cooky-12 commented on 2025-06-12 15:54 (UTC)

@jnmbk Did you update your system? update the "readline" package will fix this

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 tomain' : /usr/lib/gcc/x86_64-pc-linux-gnu/14.1.1/../../../../lib/Scrt1.o: in function _start': (.text+0x1b): undefined reference tomain' 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 tomain' 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 tomain' 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