-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Apps loadup fails with missing CLOS package error #1954
Comments
The head of my Medley local repo from
|
there is a DRAFT PR that addresses this and other problems. The failure results from an error under NC.InitualizeUID failing with \MYHOSTNUMBER is NIL . I'd like to screen share the situation and get some advice on how to narrow this down. |
#1948 |
Are you running Dodo in one case and not the other? \MY.NSHOSTNUMBER is NIL if there's no NS network. |
I applied #1948 but the build still fails:
The |
My last succesful build was on January 2, 2025 and the build broke on January 4, 2025. |
Doing the loadup without apps with
The heads of the sources:
|
I just built on Linux Mint 22 Cinnamon, and there was no problem. You might check to see if in your full.dribble there was some issue with loading medley/library/where-is.dfasl -- it's behaving as though the full.sysout was not properly created in your case. |
Where can I find full.dribble? The sysout directory is empty when the build fails. |
It's in the loadups directory if the shell thinks it succeeded, but copies should be left in |
I'm attaching a zip of all the dribble files of the latest failed build but full.dribble seems corrupted: loadup.zip |
You should be able to repeat the
and see if you can see what it's doing. |
I updated my local repos as follows:
Then I rebuilt with Next, I rebuilt with with |
As the repos get updated the Medley builds continue to complete successfully. So I'm going to close this issue and will open new ones should builds fail again. |
To test Maiko PR #523 I freshly cloned the full Maiko repo, as so far on my local Linux system I had initially cloned it with the
--depth 1
option as well as the Medley and Notecards repo. To have matching, full repos of the latter I freshly cloned Medley and Notecards too.Then I tried to rebuild everything as explained here. The Maiko build completed successfully but the apps loadup
scripts/loadup-all.sh -apps
failed with the error:This is the error:
And the console output:
I'm using amd64 Linux Mint 22 Cinnamon.
The text was updated successfully, but these errors were encountered: