Package Details: dislocker 0.7.3-6

Git Clone URL: https://aur.archlinux.org/dislocker.git (read-only, click to copy)
Package Base: dislocker
Description: Read/write BitLocker-encrypted volumes
Upstream URL: https://github.com/Aorimn/dislocker
Licenses: GPL2
Conflicts: dislocker-git
Submitter: mrxx
Maintainer: mrxx
Last Packager: mrxx
Votes: 35
Popularity: 0.55
First Submitted: 2014-06-02 17:25 (UTC)
Last Updated: 2025-02-10 16:12 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

GI_Jack commented on 2019-03-10 22:43 (UTC)

Looks like it fails compile trying to find ruby.h. Have some kludge:

https://pastebin.com/bfEsdqpp

mrxx commented on 2019-01-23 01:48 (UTC)

pacman calls ldconfig when updating libraries, so most probably it recreated the cache for you.

auroq commented on 2019-01-22 20:23 (UTC)

Hmm. I haven't had a chance to look at this for a while, but today I updated again and re-built and reinstalled dislocker. Now I have no issues. Didn't even have to recreate the linker cache...

mrxx commented on 2019-01-17 15:38 (UTC)

auroq, no problems here with ruby 2.6. Maybe your linker cache is broken. Try to recreate it (as root: ldconfig) Then rebuild the package.

auroq commented on 2019-01-17 01:14 (UTC)

This broke for me after ruby updated to 2.6. I got a message about libruby.so.2.5.0 being missing when trying to mount my drives.

I downgraded back to 2.5 to fix the issue. I haven't investigated enough to know if this could be fixed in the package here or if it's an issue with the source, but I thought I'd comment here in case anyone else has issues.

madman_xxx commented on 2018-11-25 23:09 (UTC)

My bad, was missing that package... Sorry. Classic 'Layer 8 problem' :)

mrxx commented on 2018-11-25 13:13 (UTC)

madman_xxx, please follow https://wiki.archlinux.org/index.php/Arch_User_Repository#Getting_started "Ensure the base-devel package group is installed"

madman_xxx commented on 2018-11-24 18:25 (UTC) (edited on 2018-11-24 18:25 (UTC) by madman_xxx)

I have just tried to build this package on a fairly fresh Arch installation and couldn't: "No CMAKE_C_COMPILER could be found." Please include gcc as build-time dependency.