GNU bug report logs -
#65569
eog-plugins: Build failure due to incomplete RUNPATH
Previous Next
To reply to this bug, email your comments to 65569 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org:
bug#65569; Package
guix.
(Sun, 27 Aug 2023 18:20:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Roman Riabenko <roman <at> riabenko.com>:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org.
(Sun, 27 Aug 2023 18:20:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
When I try "guix install eog-plugins", it fails to build because
RUNPATH validation fails. Please see the attached log.
The library "libeog.so" is in the "eog" package, which is already among
the "eog-plugins" inputs, but for some reason "...-eog-42.3/lib" is not
in RUNPATH.
$ ls /gnu/store/qhr6hz8cmqq213zyp2z4spdgrkmxvg34-eog-42.3/lib/eog
girepository-1.0/ libeog.so plugins/
All of "eog-plugins" dependencies build successfully:
https://ci.guix.gnu.org/build/1840755/details
[log (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org:
bug#65569; Package
guix.
(Sat, 18 Oct 2025 20:36:05 GMT)
Full text and
rfc822 format available.
Message #8 received at 65569 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
The current package still fails to build but I have some progress.
The same trick which is used in eog package definition can be used in
eog-plugins. The following lines allow to build the package.
(arguments
(list
#:configure-flags
#~(list (string-append "-Dc_link_args=-Wl,-rpath="
#$(this-package-input "eog") "/lib/eog"))))))
It is also possible to build the latest version of eog-plugins, which
is 44.1, with the same modified definition.
Following the comment in eog-plugins definition, it is possible to make
the plugins appear in eog settings by adding the following to the end
of $XDG_DATA_DIRS.
$HOME/.guix-profile/lib
It works because the plugins are in .guix-profile/lib/eog/plugins.
However, there are also some in .guix-profile/share/eog/plugins, which
I have not tried yet to add. Also, I have not figured yet how to modify
$XDG_DATA_DIRS for eog in GNOME Shell. I only tested in terminal.
It would be nice to make the discovery of plugins automatic or, at
least, update the package description with some setup instructions.
$ LC_ALL=C guix describe
Generation 42 Oct 16 2025 22:30:52 (current)
guix a1baaa1
repository URL: https://git.guix.gnu.org/guix.git
branch: master
commit: a1baaa13f969f81ca03eb6871ca49397e512c952
Roman
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org:
bug#65569; Package
guix.
(Wed, 22 Oct 2025 06:43:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 65569 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
У сб, 2025-10-18 у 23:34 +0300, Roman Riabenko пише:
>
> It would be nice to make the discovery of plugins automatic or, at
> least, update the package description with some setup instructions.
It was supposedly fixed in the past by linking lib/ in share/ as
explained in another issue: https://issues.guix.gnu.org/54283
But I do not observe this linking now.
Roman
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 13 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.