ada-mode-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Alire & git issue on macOS with SDK 15


From: Simon Wright
Subject: Re: Alire & git issue on macOS with SDK 15
Date: Sun, 17 Mar 2024 20:01:07 +0000

On 16 Mar 2024, at 22:10, Manuel Gómez <mgrojo@gmail.com> wrote

Shouldn't there be a default branch? Is this a savannah convention or just something particular to ada-mode?

I think this has to be because of the way Stephe liked to work (using git worktrees). Personally I’d have thought the default branch should be org.emacs.ada-mode.

On the other hand, I wanted to use my alr2appimage tool on ada-mode to get AppImages of the executables in ada-mode, but I get this error:

gprinstall: error: file does not exist '/home/mgr/src/alire/emacs_ada_mode_8.1.0_114ab44a/bin/ada_annex_p_lr1_parse_table.txt'
error: Command ["gprinstall", "-q", "-f", "--install-name=emacs_ada_mode=8.1.0", "-m", "-p", "--link-lib-subdir=bin", "--mode=usage", "--prefix=/home/mgr/src/alire/emacs_ada_mode_8.1.0_114ab44a/alr2appimage-AppDir-CfJhir/usr", "-P", "/home/mgr/src/alire/emacs_ada_mode_8.1.0_114ab44a/emacs_ada_mode.gpr"] exited with code 4
Finished: "alr install"
with status 1

There's only an ada_annex_p_lr1_re2c_parse_table.txt not ada_annex_p_lr1_parse_table.txt.

I think ada_annex_p_lr1_re2c_parse_table.txt is the right name:

ramoth:bin simon$ ls

ada_annex_p_lr1_re2c_parse_table.txt run_ada_lalr_parse

ada_mode_wisi_lalr_parse run_ada_lr1_parse

ada_mode_wisi_lr1_parse

ramoth:bin simon$ strings *parse | grep parse_table.txt

ada_annex_p_lr1_re2c_parse_table.txt

ada_annex_p_lr1_re2c_parse_table.txt

ada_annex_p_lr1_re2c_parse_table.txt

ada_annex_p_lr1_re2c_parse_table.txt


Mind, I can’t see where it gets built!

I'll change it to ada_annex_p_lr1_re2c_parse_table.txt in the gpr file and see what happens, but I guess gprinstall is not used for the official instructions and this is some leftover.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]