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
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 0
Private No

Details

Description:
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

Closed by  Antonio Rojas (arojas)
Monday, 08 November 2021, 13:16 GMT
Reason for closing:  Not a bug
Comment by Doug Newgard (Scimmia) - Monday, 08 November 2021, 12:25 GMT
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.

Loading...