Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#71450 - [fwupd] fwupdmgr: symbol lookup error: /usr/lib/libgusb.so.2: undefined symbol: libusb_set_option

Attached to Project: Community Packages
Opened by taotieren (taotieren) - Tuesday, 06 July 2021, 08:45 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 06 July 2021, 09:35 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
fwupdmgr: symbol lookup error: /usr/lib/libgusb.so.2: undefined symbol: libusb_set_option

Additional info:
* package version(s)
```bash
➜ ~ sudo pacman -Qi fwupd
[sudo] password for taotieren:
Name : fwupd
Version : 1.6.1-2
Description : Simple daemon to allow session software to
update firmware
Architecture : x86_64
URL : https://github.com/fwupd/fwupd
Licenses : LGPL
Groups : None
Provides : libfwupd.so=2-64
Depends On : libxmlb efivar python libsmbios
libgusb libsoup json-glib gcab
libarchive gpgme libgudev polkit
shared-mime-info tpm2-tss flashrom
libjcat fwupd-efi libmm-glib libqmi
Optional Deps : udisks2: UEFI firmware upgrade support
[installed]
Required By : None
Optional For : discover
Conflicts With : None
Replaces : None
Installed Size : 11.59 MiB
Packager : Frederik Schwan <freswa@archlinux.org>
Build Date : Fri 18 Jun 2021 04:02:42 AM CST
Install Date : Wed 23 Jun 2021 08:20:48 AM CST
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature

➜ ~ sudo pacman -Qi fwupd-efi
Name : fwupd-efi
Version : 1.1-1
Description : EFI Application used by uefi-capsule
plugin in fwupd
Architecture : x86_64
URL : https://github.com/fwupd/fwupd
Licenses : LGPL
Groups : None
Provides : None
Depends On : None
Optional Deps : None
Required By : fwupd
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 60.95 KiB
Packager : Frederik Schwan <freswa@archlinux.org>
Build Date : Sun 20 Jun 2021 12:36:07 AM CST
Install Date : Mon 21 Jun 2021 12:11:35 AM CST
Install Reason : Installed as a dependency for another
package
Install Script : No
Validated By : Signature

```
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
```bash
➜ ~ sudo fwupdmgr update
fwupdmgr: symbol lookup error: /usr/lib/libgusb.so.2: undefined symbol: libusb_set_option
➜ ~ sudo fwupdmgr get-devices
fwupdmgr: symbol lookup error: /usr/lib/libgusb.so.2: undefined symbol: libusb_set_option
➜ ~ fwupdmgr get-devices
fwupdmgr: symbol lookup error: /usr/lib/libgusb.so.2: undefined symbol: libusb_set_option
➜ ~ fwupdmgr update
fwupdmgr: symbol lookup error: /usr/lib/libgusb.so.2: undefined symbol: libusb_set_option

➜ ~ ldd /usr/lib/libgusb.so.2.0.10
linux-vdso.so.1 (0x00007fff8115b000)
libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0 (0x00007f627d24f000)
libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007f627d1f5000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f627d0c0000)
libusb-1.0.so.0 => /home/taotieren/git_clone/aur/csky-debugserver-bin/src/C-Sky_DebugServer/libusb-1.0.so.0 (0x00007f627cea9000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f627ccdd000)
libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x00007f627ccd8000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f627ccbc000)
libmount.so.1 => /usr/lib/libmount.so.1 (0x00007f627cc5c000)
libresolv.so.2 => /usr/lib/libresolv.so.2 (0x00007f627cc42000)
libffi.so.7 => /usr/lib/libffi.so.7 (0x00007f627cc36000)
libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007f627cbbf000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f627cb9e000)
librt.so.1 => /usr/lib/librt.so.1 (0x00007f627cb91000)
/usr/lib64/ld-linux-x86-64.so.2 (0x00007f627d46f000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f627cb8a000)
libblkid.so.1 => /usr/lib/libblkid.so.1 (0x00007f627cb34000)
```
This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 06 July 2021, 09:35 GMT
Reason for closing:  Not a bug
Additional comments about closing:  You are using unsupported libraries

Loading...