Arch Linux

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#67116 - [btrfs-progs] Missing reiserfsprogs dependency

Attached to Project: Arch Linux
Opened by Rhys Perry (rhysperry111) - Friday, 26 June 2020, 07:43 GMT
Last edited by Antonio Rojas (arojas) - Friday, 26 June 2020, 07:51 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
When you run `btrfs-convert` it says `btrfs-convert: error while loading shared libraries: libreiserfscore.so.0: cannot open shared object file: No such file or directory`.
The output of `ldd /usr/bin/btrfs-progs` is
```
linux-vdso.so.1 (0x00007ffc9e5a9000)
libext2fs.so.2 => /usr/lib/libext2fs.so.2 (0x00007f1b9bd30000)
libcom_err.so.2 => /usr/lib/libcom_err.so.2 (0x00007f1b9bd2a000)
libreiserfscore.so.0 => not found
libuuid.so.1 => /usr/lib/libuuid.so.1 (0x00007f1b9bd21000)
libblkid.so.1 => /usr/lib/libblkid.so.1 (0x00007f1b9bccf000)
libgcrypt.so.20 => /usr/lib/libgcrypt.so.20 (0x00007f1b9bbb1000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f1b9bb8d000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f1b9b9c6000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f1b9be3d000)
libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x00007f1b9b99f000)
```
Installing `resiserfsprogs` fixes this problem. This is mentioned upsteam in https://github.com/kdave/btrfs-progs/blob/master/INSTALL

Additional info:
- btrfs-progs version: 5.6.1-3

Steps to reproduce:
1. Run `btrfs-convert`
2. Observe error
3. Install `reiserfsprogs`
4. Error is gone
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 26 June 2020, 07:51 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Read the optdepends

Loading...