Skip to content

loadup -f -b -x fails -- can't find full.sysout #2155

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
MattHeffron opened this issue May 16, 2025 · 0 comments · May be fixed by #2160
Open

loadup -f -b -x fails -- can't find full.sysout #2155

MattHeffron opened this issue May 16, 2025 · 0 comments · May be fixed by #2160
Labels
bug Something isn't working (as per documentation)

Comments

@MattHeffron
Copy link
Contributor

doing a loadup from scratch to create the full.sysout and the aux and db supplemental files fails when attempting the db stage.

  1. cd to medley/scripts/loadups
  2. ./loadup -f -b -x
  3. Builds the sysouts through full.sysout
  4. Generates the aux stage files
  5. It fails the loadup-db-from-full with error:
>>>>> START loadup-db-from-full
Error: cannot find /home/matt/medley/loadups/full.sysout.
Exiting.
  1. No files have been copied/linked into loadups/

It seems that the -b , or equivalent, options shouldn't be processed until after earlier stage files have been copied/linked, and those generated by -b should be handled separately.

@MattHeffron MattHeffron added the bug Something isn't working (as per documentation) label May 16, 2025
fghalasz added a commit that referenced this issue May 21, 2025
…ered loadup so that the sysouts are copied to loadups before loadup-aux and loadup-db are run, and that the product of loadup-aux are copied to loadups before loadup-db is run -- all to make sure that the right prerequisites are available in loadups when needed. Also forced a run of loadup-aux if full.sysout is newer than exports.all when -db is specified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working (as per documentation)
Projects
1 participant