Package Details: bluez-git 1:5.63.r15.geb5c7518d-1

Git Clone URL: https://aur.archlinux.org/bluez-git.git (read-only, click to copy)
Package Base: bluez-git
Description: Libraries and tools for the Bluetooth protocol stack
Upstream URL: http://www.bluez.org/
Licenses: GPL2
Conflicts: bluez, bluez-cups, bluez-hcidump, bluez-hid2hci, bluez-libs, bluez-plugins, bluez-utils, obexd-client, obexd-server
Provides: bluez, bluez-cups, bluez-hid2hci, bluez-libs, bluez-plugins, bluez-utils, libbluetooth.so
Submitter: None
Maintainer: bidulock
Last Packager: bidulock
Votes: 41
Popularity: 0.000015
First Submitted: 2008-08-19 15:33 (UTC)
Last Updated: 2022-01-19 03:08 (UTC)

Dependencies (9)

Required by (355)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

joshuaashton commented on 2021-05-19 13:19 (UTC)

Needs to be marked as providing libbluetooth.so otherwise this can't be installed if pipewire is on your system.

bidulock commented on 2021-04-30 08:47 (UTC)

Not sure if it is the best solution, but I changed --enable-mesh to --disable-mesh to avoid the problem until upstream fixes it.

desaparecido commented on 2021-04-15 13:04 (UTC)

hi, yeah, same here, is from upstream, since this commit:

https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=d9bc40218d3de8f1a02bcc748961c42093b5a375

but I don't know how to resolve :-/

alcomatt commented on 2021-04-12 13:25 (UTC) (edited on 2021-04-12 13:26 (UTC) by alcomatt)

It fails to compile for me: I am getting:

    checking that generated files are newer than configure... done  
    configure: creating ./config.status  
    config.status: creating Makefile  
    config.status: creating src/bluetoothd.8  
    config.status: creating lib/bluez.pc  
    config.status: creating config.h  
    config.status: config.h is unchanged  
    config.status: executing depfiles commands  
    config.status: executing libtool commands  
    GEN ell/shared  
    make --no-print-directory all-am  
    GEN ell/internal  
    GEN src/bluetooth.service  
    GEN mesh/bluetooth-mesh.service  
    GEN obexd/src/obex.service  
    CC tools/btpclient.o  
    CCLD tools/mesh-cfgtest  
    CC mesh/mesh.o  
    CCLD src/bluetoothd  
    /bin/ld: tools/mesh-cfgtest.o: in function `create_appkey_reply':  
    mesh-cfgtest.c:(.text+0x3c2): undefined reference to `l_tester_get_stage'  
    /bin/ld: tools/mesh-cfgtest.o: in function `init_continue':  
    mesh-cfgtest.c:(.text+0x4ca): undefined reference to `l_tester_get_stage'  
    /bin/ld: tools/mesh-cfgtest.o: in function `join_complete':  
    mesh-cfgtest.c:(.text+0x707): undefined reference to `l_tester_get_stage'  
    /bin/ld: tools/mesh-cfgtest.o: in function `dev_msg_recv_call':  
    mesh-cfgtest.c:(.text+0xcfb): undefined reference to `l_tester_get_stage'  
    /bin/ld: tools/mesh-cfgtest.o: in function `client_ready':  
    mesh-cfgtest.c:(.text+0xf2a): undefined reference to `l_tester_get_stage'  
    /bin/ld: tools/mesh-cfgtest.o:mesh-cfgtest.c:(.text+0x12b2): more undefined references to `l_tester_get_stage' follow  
    /bin/ld: tools/mesh-cfgtest.o: in function `main':  
    mesh-cfgtest.c:(.text.startup+0x268): undefined reference to `l_tester_add_full'  
    /bin/ld: mesh-cfgtest.c:(.text.startup+0x2a8): undefined reference to `l_tester_add_full'  
    /bin/ld: mesh-cfgtest.c:(.text.startup+0x2e8): undefined reference to `l_tester_add_full'  
    /bin/ld: mesh-cfgtest.c:(.text.startup+0x328): undefined reference to `l_tester_add_full'  
    /bin/ld: mesh-cfgtest.c:(.text.startup+0x368): undefined reference to `l_tester_add_full'  
    collect2: error: ld returned 1 exit status  
    make[1]: *** [Makefile:5888: tools/mesh-cfgtest] Error 1  
    make[1]: *** Waiting for unfinished jobs....  
    make: *** [Makefile:4062: all] Error 2  
    ==> ERROR: A failure occurred in build().  
    Aborting...

desaparecido commented on 2021-02-19 08:45 (UTC)

with latest update in official repo, is needed to add to provides:

libbluetooth.so

to avoid conflict with bluez-libs

here the commit:

https://github.com/archlinux/svntogit-packages/commit/8932012438c328ca7641c9ee8625fea59d21d870

Strykar commented on 2019-08-15 14:50 (UTC)

This package provides bluez-utils? I can't find the avinfo binary.

pastleo commented on 2019-03-30 06:01 (UTC) (edited on 2019-03-30 06:02 (UTC) by pastleo)

It seems now bluetoothd is located at /usr/lib/bluetoothd

I fix this by editing /usr/lib/systemd/system/bluetooth.service

changing this line: ExecStart=/usr/lib/bluetooth/bluetoothd

to this: ExecStart=/usr/lib/bluetoothd

eh5 commented on 2019-02-26 14:22 (UTC) (edited on 2019-02-26 14:24 (UTC) by eh5)

@salvatoreG I think it's a bug of bluez buildfiles.