-
Notifications
You must be signed in to change notification settings - Fork 18
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
error in stage install, "Packaging tic 0.13.0" lazy-load database corrupt ('../R6.rdb') #336
Comments
I see it in the CI here as well. I hoped it will resolve itself, since it's an issue caused by {pak} as the WF first installs {pak} to install {tic} and since {pak} is a dep of {tic}, {pak} is getting reinstalled and then the two installations collide (for some reason).
This likely results in the lazy-load database error of one of the {pak}'s being installed. I see what I can do. |
Thanks Patrick for the super fast diagnostics. I'll try to merge and see if it resolves in the CI run of the main branch. |
Surprisingly, it fails again in the main branch after merging this PR: https://github.com/spectral-cockpit/opusreader2/actions/runs/7215190674/job/19659176977 |
awesome, I just tested your patch and updated the CI template according to your |
@pat-s FYI I just updated templates using 0.14.0, all working 💯 Thanks so much! |
Thanks, good to know! It was a bit more work than expected but good to hear it makes people happy 👍 |
Hi @pat-s ,
Thanks for the excellent {tic} package. Recently, the {tic} CI for my {opusreader2} package fails for this PR branch on macOS-latest (release), ubuntu-latest (devel), ubuntu-latest (release), however not on windows-latest (release).
I have restarted the failing CI runs manually, but without success.
For example, this one:
I was wondering, would you have any hint to resolve the issue and why it is suddenly occurring?
Thanks a lot!
Best,
Philipp
The text was updated successfully, but these errors were encountered: