Hi, On 2023-11-10 at 09:37, Philip Kaludercic wrote: [...] > Sorry for the late response; It appears that the package can now be > built (see https://elpa.gnu.org/packages/dired-duplicates.html), I had > the same issue as you describe on my local machine and now it appears to > be gone. Perhaps this was resolved by your recent 0.2 commit? Thank you. Yes that seems to be so. Everything is fine now. I am still unable to build it locally using the elpa instructions, but I suppose this has something todo with sandboxing and my local configuration. It can byte-compile dired-duplicates.el but not create the tarball: make packages/dired-duplicates ----------------------------------------------------------------------------- emacs --batch -Q -l admin/elpa-admin.el \ -f elpaa-batch-pkg-spec-make-dependencies .pkg-descs.mk Generating description file packages/dired-duplicates/dired-duplicates-pkg.el Byte compiling packages/dired-duplicates/dired-duplicates.el emacs --batch -l admin/elpa-admin.el \ -f elpaa-batch-generate-autoloads packages/dired-duplicates/dired-duplicates-autoloads.el INFO Scraping files for loaddefs... INFO Scraping files for loaddefs...done GEN dired-duplicates-autoloads.el ----------------------------------------------------------------------------- make build/dired-duplicates ----------------------------------------------------------------------------- emacs --batch -l /mnt/scratch/work/elpa/admin/elpa-admin.el \ -f elpaa-batch-make-one-package dired-duplicates ======== Building tarball archive-devel/dired-duplicates-0.2.0.20231109.135341.tar... Build error for archive-devel/dired-duplicates-0.2.0.20231109.135341.tar: (error "Error-indicating exit code in elpaa--call-sandboxed: emacs: error while loading shared libraries: libgccjit.so.0: cannot open shared object file: No such file or directory ") ######## Build of package archive-devel/dired-duplicates-0.2.0.20231109.135341.tar FAILED!! ======== Building tarball archive/dired-duplicates-0.2.tar... Build error for archive/dired-duplicates-0.2.tar: (error "Error-indicating exit code in elpaa--call-sandboxed: emacs: error while loading shared libraries: libgccjit.so.0: cannot open shared object file: No such file or directory ") ######## Build of package archive/dired-duplicates-0.2.tar FAILED!! ----------------------------------------------------------------------------- The libgccjit.so resides in a directory that is a subdir of /usr which is listed in the sandbox ro-binds (/usr/lib/gcc/x86_64-pc-linux-gnu/13/libgccjit.so.0), so I wonder what's the problem. Harald -- `Experience is the best teacher.' PGP Key ID: 4FFFAB21B8580ABD Fingerprint: E073 6DD8 FF40 9CF2 0665 11D4 4FFF AB21 B858 0ABD