Philippe Vaucher

Results 314 comments of Philippe Vaucher

The server that was lended to me to build arm64 images won't be available anymore in a while. Honestly, building arm images was a real PITA and I'm more interested...

> Not using it myself, but AFAIK, Docker build and push Github Actions can trivially build multi arch images, arm64 included. Won't it be of any help? The problem is...

> Also not using them myself, but I wonder if people using M1 Macs might have need of them? You're correct. I guess I could try the QEMU route once...

It still does not build properly with QEMU, so I removed all arm64 images for now.

Works by me... What is your OS? Also do you confirm the image SHA1 is `917694e5834d` ? ``` philippe@stvs-pv-laptop-01:~$ docker images | grep silex silex/emacs 24.5 917694e5834d 11 days ago...

Can you paste the output of `docker inspect silex/emacs:24.5` here?

@lassik: does `docker run --rm -it --privileged silex/emacs:24` works? I have no clue what your problem is, but `Warning: Lisp directory '/nix/store/4c69jxk9df88k2x60bdgv2fv7h1cj9pc-emacs-24.5/share/emacs/24.5/lisp': Operation not permitted` points me to permission issues....

Interesting. The thing is my setup is way more recent that yours: ``` silex@silex-laptop:~$ docker --version Docker version 20.10.17, build 100c701 silex@silex-laptop:~$ uname -srm Linux 5.4.0-117-generic x86_64 ``` I kinda...

Can you try to rename `/nix/store/4c69jxk9df88k2x60bdgv2fv7h1cj9pc-emacs-24.5/share/emacs/24.5/lisp` and basically try to modify files in there to see if it lets you? If you can, can you check with what user "emacs"...

> Getting strace to work in a container (for tracing system calls made by the Emacs process) is not easy. Yeah you need to be privileged for that I think,...