Udisks uses ntfs instead of ntfs-3g

2018-05-14 Thread Pierre Neidhardt
Udisks mounts external NTFS partitions using the NTFS kernel module (read-only) instead of ntfs-3g (read-write). I would assume that if the users have ntfs-3g installed, they probably want to use it by default I haven't tested it, but I think symlinking mount.ntfs to ntfs-3g is enough to get Udi

Re: encfs: fusermount: mount failed: Operation not permitted

2018-05-14 Thread Pierre Neidhardt
I tried mounting an NTFS partition using ntfs-3g, which relies on FUSE: it works. I conclude that FUSE works on my computer. So this is (probably) not a kernel / FUSE problem. -- Pierre Neidhardt signature.asc Description: PGP signature

Re: Controling requirements when packaging haskell modules

2018-05-14 Thread Ricardo Wurmus
Ludovic Courtès writes: >> You should not package ghc-array, ghc-containers, or ghc-binary — these >> are all provided by GHC itself. It is possible that there are some more >> packages for which this applies (possibly including semigroupoids). > > Oops, I pushed ghc-array and ghc-containers ju

Re: Controling requirements when packaging haskell modules

2018-05-14 Thread Tonton
On Mon, 14 May 2018 13:20:48 +0200 Ricardo Wurmus wrote: > Ludovic Courtès writes: > > >> You should not package ghc-array, ghc-containers, or ghc-binary — these > >> are all provided by GHC itself. It is possible that there are some more > >> packages for which this applies (possibly includin

Re: Conflict resolution (gtk, wayland)

2018-05-14 Thread Rutger Helling
It's because Wayland recently absorbed libwayland-egl. See: https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html Specifically: "libwayland-egl is now part of libwayland, and will presumably be removed from mesa in the not too distant future." On Mon, 14 May 2018 11:23:41 +0

Re: Controling requirements when packaging haskell modules

2018-05-14 Thread Ludovic Courtès
Hello, Ricardo Wurmus skribis: > Ton writes: > >> I'm trying to package ghc-sdl2, but have hit a problem with requirements I >> don't understand how to get past. >> >> The work so far can be seen and downloaded from >> https://notabug.org/thomassgn/guixsd-configuration/src/master/modules/ton-ha

Re: Conflict resolution (gtk, wayland)

2018-05-14 Thread Ludovic Courtès
Hello, Pierre Neidhardt skribis: > Sometimes when updating or install packages, guix encounters conflicts. > It's usually smart enough to fix it by itself. > > That said, conflicts seems to be a telltale sign of bad packaging > (e.g. duplicate files in a package and its inputs). > > Presently gu

Re: encfs: fusermount: mount failed: Operation not permitted

2018-05-14 Thread Pierre Neidhardt
Ludovic Courtès writes: > Did you try “sudo modprobe fuse” or similar? Forgot to mention it, but yes I did :) Fuse is not loaded on startup. After encfs has failed: > lsmod | grep fuse fuse 102400 0 rmmod + modprobe does not fix it. >> By the way encfs is out-of-date: repo

Re: encfs: fusermount: mount failed: Operation not permitted

2018-05-14 Thread Ludovic Courtès
Hello Pierre, Pierre Neidhardt skribis: > I can't seem to be able to decrypt my encfs folders anymore: > >> encfs /foo /foo_mount > fusermount: mount failed: Operation not permitted > fuse failed. Common problems: > - fuse kernel module not installed (modprobe fuse) > - invalid options -- see