On 07/08/2018 03:47 AM, Jan Nieuwenhuizen wrote:
Vagrant Cascadian writes:
@Matt: some Nyacc patches attached.
I took a quick stab at this, and it first requires packaging:
https://github.com/oriansj/mescc-tools
Packaging branch for mescc-tools:
https://salsa.debian.org/vagrant/mescc-tools
Compiles, maybe it even works!
Wow, thanks!
https://gitlab.com/janneke/nyacc
Packaging branch for nyacc:
https://salsa.debian.org/vagrant/nyacc
Fails to build as it installs info pages to /share/info. Doesn't appear
to respect DESTDIR= ... but setting --infodir doesn't work as I would
expect either, suddently appending --prefix to it.
I have looked into this; please see `debian' branch at
http://gitlab.com/janneke/nyacc
I have created patches for Nyacc to aid Debian packaging; see attached.
They are on my debian branch, as well as on my master. I also made some
WIP changes to the debian packaging: most notably: I could not find
guile-2.2.
And also a packaging branch for mes itself, but of course can't test it
until nyacc is working:
https://salsa.debian.org/vagrant/mes
I will have a look at this later. You will probably want to rebase on
my `wip-gnu' branch: it has (experimental) DESTDIR and other Debian
build support (e.g.: do not assume /bin/sh is bash, resurrect guile-2.0).
Greetings,
janneke
I don't understand why `eval' is needed, esp when forcing the shell to
be bash.
Is there any reference to this usage?
Matt