GNU bug report logs -
#35919
recutils package does not install emacs rec-mode
Previous Next
Reported by: Jack Hill <jackhill <at> jackhill.us>
Date: Sun, 26 May 2019 18:57:02 UTC
Severity: normal
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
I've looked at this some, and it looks to me like it is a change in the
upstream build system. I can confirm that the problem arrived in Guix when
the package version was updated from 1.7 to 1.8. In particular, it looks
like lispdir is no longer being set by configure. The configure from 1.7
has
```
if test "x$lispdir" = x; then
lispdir='${datarootdir}/emacs/site-lisp'
fi
```
while the configure from 1.8 does not mention lispdir at all.
I'll ask the recutils upstream if this was intentional.
In the meantime, what do we want to do in Guix? I see two options: one is
patching the build system, and the other is adding a phase to install the
elisp files. The latter seems to me like the clearest and easiest
approach here.
Thoughts?
Best,
Jack
This bug report was last modified 5 years and 347 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.