Skip to content

medley loadup scripts should not error if an lde/ldeinit is on the path #1848

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
nbriggs opened this issue Oct 5, 2024 · 1 comment · Fixed by #2111
Open

medley loadup scripts should not error if an lde/ldeinit is on the path #1848

nbriggs opened this issue Oct 5, 2024 · 1 comment · Fixed by #2111

Comments

@nbriggs
Copy link
Contributor

nbriggs commented Oct 5, 2024

I thought we'd fixed this problem a while back --

>>>>> START loadup-init
ESC[41mESC[37mERROR: Cannot find the Maiko executable (darwin.x86_64/lde) in eitherESC(BESC[m
ESC[41mESC[37m"/Users/briggs/Projects/medley/maiko" or "/Users/briggs/Projects/medley/../maiko".ESC(BESC[m
ESC[41mESC[37mExiting.ESC(BESC[m
----- FAILURE -----
..... files created .....
<<<<< END loadup-init

----- loadup-all.sh: FAILURE -----
briggs@macrobiotic medley % which lde
/Users/briggs/Projects/maiko-test/darwin.x86_64/lde
briggs@macrobiotic medley % 

If lde (and ldeinit) are accessible from the PATH then it should NOT be trying to find them in locations constructed from the current working directory.

@nbriggs
Copy link
Contributor Author

nbriggs commented Apr 27, 2025

Not fixed -- I have an lde, ldex, and ldeinit on my PATH, but no maiko directory, and yet it reports:

briggs@macrobiotic medley % ./loadup --lisp
>>>>> START loadup-init
ERROR: Cannot find the Maiko directory at either
"/Users/briggs/Projects/medley/maiko" or "/Users/briggs/Projects/medley/../maiko".
You can use the --maikodir argument or the MAIKODIR env variable
to specify the Maiko directory.
Exiting.
----- FAILURE loadup-init-----
..... files created .....
<<<<< END loadup-init

----- loadup: FAILURE -----

briggs@macrobiotic medley % which lde
/var/tmp/lde
briggs@macrobiotic medley % which ldeinit
/var/tmp/ldeinit
briggs@macrobiotic medley % which ldex
/var/tmp/ldex
briggs@macrobiotic medley % git log
commit a4b9099b80ec743239816514cb3b01658a5fdf75 (HEAD -> master, origin/master, origin/HEAD)

@nbriggs nbriggs reopened this Apr 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant