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!
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!
FS#72665 - [ntfs-3g] ntfsclone is broken due to libntfs-3g version mismatch
Attached to Project:
Arch Linux
Opened by Dennis Busch (Dennis) - Monday, 08 November 2021, 12:18 GMT
Last edited by Antonio Rojas (arojas) - Monday, 08 November 2021, 13:16 GMT
Opened by Dennis Busch (Dennis) - Monday, 08 November 2021, 12:18 GMT
Last edited by Antonio Rojas (arojas) - Monday, 08 November 2021, 13:16 GMT
|
DetailsDescription:
The "ntfsclone" utility appears to be looking for an old libntfs-3g.so version (88) instead of the latest (89). Additional info: * package version: ntfs-3g 2021.8.22-1 * log: [dennis@DB2arch ~]$ ntfsclone ntfsclone: error while loading shared libraries: libntfs-3g.so.88: cannot open shared object file: No such file or directory [dennis@DB2arch ~]$ whereis libntfs-3g.so libntfs-3g.so: /usr/lib/libntfs-3g.so /usr/local/lib/libntfs-3g.so [dennis@DB2arch ~]$ lsa /usr/lib/libntfs-3g.so* lrwxrwxrwx 1 root root 20 Sep 2 19:34 /usr/lib/libntfs-3g.so -> libntfs-3g.so.89.0.0 lrwxrwxrwx 1 root root 20 Sep 2 19:34 /usr/lib/libntfs-3g.so.89 -> libntfs-3g.so.89.0.0 -rwxr-xr-x 1 root root 343K Sep 2 19:34 /usr/lib/libntfs-3g.so.89.0.0 |
This task depends upon

Since you have a lib in /usr/local, I would guess you have an ntfsclone there that's masking the packaged version. The package is fine. Use the forums if you need support.