Package Details: dislocker 0.7.3-5

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: 34
Popularity: 0.30
First Submitted: 2014-06-02 17:25 (UTC)
Last Updated: 2024-09-02 11:35 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

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

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.

mrxx commented on 2017-02-09 17:19 (UTC)

In v0.7.1, upstream made a mistake in the build script for the man pages. I noticed that and put a workaround in the PKGBUILD. 15 hours later, upstream discovered their error, too. Unfortunately, they decided to do the commit without a new version number, resulting in a tar.gz with the same name, but different sha1sum.

nticompass commented on 2017-02-09 15:31 (UTC) (edited on 2017-02-09 15:31 (UTC) by nticompass)

sha1sum isn't correct. I downloaded the file manually and the sha1 was 0c5c62f63ba587663eb0474f1bd6ca7e345fe977

mrxx commented on 2017-02-08 19:21 (UTC)

Updated to 0.7.1.

mrxx commented on 2017-01-11 21:03 (UTC)

Fixed potential compilation issue due to useless warnings as reported by misty.

misty commented on 2017-01-11 13:43 (UTC) (edited on 2017-01-11 13:50 (UTC) by misty)

I'm unable to make the pkg. Getting this error: In file included from /usr/include/ruby-2.4.0/ruby.h:33:0, from /home/user/builds/dislocker/src/dislocker-0.6.1/include/dislocker/ruby.h:35, from /home/user/builds/dislocker/src/dislocker-0.6.1/include/dislocker/accesses/accesses.h:38, from /home/user/builds/dislocker/src/dislocker-0.6.1/src/dislocker.c:36: /usr/include/ruby-2.4.0/ruby/ruby.h: In function ‘rb_scan_args_set’: /usr/include/ruby-2.4.0/ruby/ruby.h:2339:8: error: unused parameter ‘varc’ [-Werror=unused-parameter] int varc, VALUE *vars[]) ^~~~ cc1: all warnings being treated as errors make[2]: *** [src/CMakeFiles/dislocker.dir/build.make:63: src/CMakeFiles/dislocker.dir/dislocker.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:203: src/CMakeFiles/dislocker.dir/all] Error 2 make: *** [Makefile:128: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Any help or pointer is appreciated. EDIT: added: -D WARN_FLAGS:STRING="-Wall -Wextra" as per INSTALL.rm from github and now it compiles.