Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D desktop-file-utils
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xdg
  • desktop-file-utils
  • Issues
  • #15

Closed
Open
Created Mar 16, 2018 by Bugzilla Migration User@bugzilla-migration

Non-working emacs blocks compile

Submitted by John

Assigned to Hans Petter Jansson @hpj

Link to original bug (#105559)

Description

I tried to compile and install the last desktop-file-utils package when I bumped into this error:

if test "emacs" != "no"; then
am__dir=. am__subdir_includes='';
case desktop-entry-mode.elc in /)
am__dir=echo 'desktop-entry-mode.elc' | sed 's,/[^/]*$,,';
am__subdir_includes="-L $am__dir -L ./$am__dir";
esac;
test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1;
emacs --batch

$am__subdir_includes -L . -L .
--eval "(defun byte-compile-dest-file (f) "desktop-entry-mode.elc")"
--eval "(unless (byte-compile-file "desktop-entry-mode.el") (kill-emacs 1))";
else :; fi emacs: error while loading shared libraries: libMagickWand-6.Q16.so.1: cannot open shared object file: No such file or directory

I had to recompile ImageMagick last week, and I never use emacs, so I didn't notice that it is linked to the so.1 version (the new version created .so.2).

Is it possible to skip things emacs related? Maybe a configure option? I couldn't find any solution, short from editing configure by hand?

Cheers

Assignee
Assign to
Time tracking