Package Base Details: lib32-bluez-libs

Git Clone URL: https://aur.archlinux.org/lib32-bluez-libs.git (read-only, click to copy)
Submitter: WoefulDerelict
Maintainer: WoefulDerelict
Last Packager: WoefulDerelict
Votes: 20
Popularity: 0.000000
First Submitted: 2017-01-07 01:55 (UTC)
Last Updated: 2023-12-18 19:18 (UTC)

Pinned Comments

WoefulDerelict commented on 2016-05-15 19:43 (UTC) (edited on 2018-08-18 20:24 (UTC) by WoefulDerelict)

This PKGBUILD verifies the authenticity of the source via PGP signatures which are not part of the Arch Linux keyring. In order to complete the process it is necessary to import the key(s) from the ‘validpgpkeys’ array into the user’s keyring before calling makepkg. There is a helpful article explaining this process by one of Arch Linux's developers located here: http://allanmcrae.com/2015/01/two-pgp-keyrings-for-package-management-in-arch-linux/

Instructions on importing keys from a keyserver and how to automate the retrieval process can be found in the Arch Linux wiki here: https://wiki.archlinux.org/index.php/GnuPG#Use_a_keyserver This article also contains helpful information describing the installation of GnuPG, its configuration and usage.

Execute the following to import keys using gpg:

gpg --recv-keys <KEYID - See 'validpgpkeys' array in PKGBUILD>

The PGP signature check can be skipped by passing --skippgpcheck to makepkg.

Consult the makepkg manual page for a full list of options. [https://www.archlinux.org/pacman/makepkg.8.html]

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

DarkShadow44 commented on 2019-06-20 15:08 (UTC)

For me it hangs during running the tests, last line is "PASS: unit/test-gobex-transfer".

adsun commented on 2018-02-11 20:41 (UTC)

Thanks. Will remember that from now.

WoefulDerelict commented on 2018-02-11 20:30 (UTC)

adsun: The issue with lib32-dbus should now be resolved. Some lib32- packages do add their 64-bit counterparts as a dependency; however, most frequently this is because the maintainer chose to symlink the licence for the lib32- package to the one provided in the standard 64-bit package and not because the two pieces of software are actually interdependent. bluez-libs was already listed as a dependency for lib32-bluez-libs.

adsun commented on 2018-02-10 19:16 (UTC)

This is missing lib32-dbus as a dependency. Without lib32-dbus, the build fails.

Also, please add regular 64-bit bluez-libs and bluez-plugins as depends. Other lib32 packages add their 64-bit counterparts as depends. Thanks.

WoefulDerelict commented on 2017-02-28 01:22 (UTC)

I've expanded this PKGBUILD, adding a split package function to include the bluez sixaxis plugin as requested by a user via e-mail. This does complicate the build a little and results in some extra compile time and wasted output; however, the final product should mirror the output of bluez in [Extra].

WoefulDerelict commented on 2017-01-07 02:03 (UTC) (edited on 2017-01-07 16:29 (UTC) by WoefulDerelict)

My apologies to users for the very confusing and dirty set of updates. I should have rebuilt this package instead of importing it as it was. I've completed a PKGBUILD that focuses solely on the libraries with fewer dependencies. As an added bonus there should be no out of repo prerequisites to build now. In order to retain feedback and some continuity for users wondering what happened to the split package I'll be requesting that this package and the new lib32-bluez-libs be merged.

WoefulDerelict commented on 2017-01-06 23:45 (UTC) (edited on 2017-01-06 23:51 (UTC) by WoefulDerelict)

hashworks: It looks like lib32-libical is out of date and you're missing the lib32-icu dependency. Try rebuilding and installing lib32-libical and then try building lib32-bluez* again. Edit: I've iterated the lib32-libical pkgrel to encourage users to update to a version which appropriately includes the dependency.

hashworks commented on 2017-01-06 23:34 (UTC)

Failes to build for me: CCLD emulator/hfp /usr/bin/ld: warning: libicuuc.so.57, needed by /usr/lib32/libical.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libicui18n.so.57, needed by /usr/lib32/libical.so, not found (try using -rpath or -rpath-link) /usr/lib32/libical.so: undefined reference to `u_strFromUTF8Lenient_57' /usr/lib32/libical.so: undefined reference to `ucal_close_57' /usr/lib32/libical.so: undefined reference to `uloc_setKeywordValue_57' /usr/lib32/libical.so: undefined reference to `ucal_setAttribute_57' /usr/lib32/libical.so: undefined reference to `ucal_getMillis_57' /usr/lib32/libical.so: undefined reference to `ucal_getKeywordValuesForLocale_57' /usr/lib32/libical.so: undefined reference to `ucal_get_57' /usr/lib32/libical.so: undefined reference to `ucal_open_57' /usr/lib32/libical.so: undefined reference to `ucal_setDateTime_57' /usr/lib32/libical.so: undefined reference to `ucal_setDate_57' /usr/lib32/libical.so: undefined reference to `uenum_next_57' /usr/lib32/libical.so: undefined reference to `ucal_add_57' /usr/lib32/libical.so: undefined reference to `ucal_getLimit_57' /usr/lib32/libical.so: undefined reference to `uenum_close_57' /usr/lib32/libical.so: undefined reference to `ucal_setMillis_57' /usr/lib32/libical.so: undefined reference to `ucal_set_57' collect2: error: ld returned 1 exit status CCLD peripheral/btsensor make[1]: *** [Makefile:4161: obexd/src/obexd] Fehler 1 make[1]: *** Es wird auf noch nicht beendete Prozesse gewartet.... make: *** [Makefile:3092: all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab... :: Konnte lib32-bluez-libs-Paket(e) nicht erstellen

WoefulDerelict commented on 2017-01-06 23:26 (UTC)

I've trimmed down this recipe to just the shared objects as there are no cases in my own use where the daemons or cups backend were necessary as a 32-bit utility so those packages were never used. If this causes issues for anyone please let me know.

StefanMajonez commented on 2016-08-17 09:54 (UTC)

WoefulDerelict: I figured out why the gpg didn't work, and that is - my gpg.conf didn't exist. For some reason. So I added the keyserver you recommended and keyserver keys.gnupg.net, and now it works. Thanks for the help1