-
Notifications
You must be signed in to change notification settings - Fork 38.7k
guix: bump time-machine to 39dcbc7fa3c02ff5c9682f25e1c29667dbfe7827 #26351
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
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
|
I failed to build both this PR and the patched rc2 for the platform triple Similar error for But I did manage to build
I encountered the same issue on my existing Guix machine once I updated its guix commit. Using the latest guix master commit (4716cea6256523a8ecf90a426d675bfb7620f3e4) results in the same errors. If I remove the spurious bitcoin/contrib/guix/libexec/build.sh Lines 50 to 57 in 995fdef
Added some Which may be because the manifest file looks like so: |
|
Added a commit that fixes the The I tried to build this host using the latest guix master 00ff6f7c399670a76efffb91276dea2633cc130c, but no luck (branch): |
|
As discussed on IRC bumping the time machine hash may create more problems than it solves. I'll leave this PR open until there's a workaround for OpenSSL v1.1.1p. |
|
Found the workaround for OpenSSL v1.1.1p |
When building Guix using
--no-substitutesthis avoids a build failure in OpenSSL v1.1.1p. So far I've not found a workaround, but see Guix issue 58650.The second commit fixes the
store_pathregex to also drop closing brackets.Alternatively we could bump all the way to the latest Guix master branch commit.
See #26335 for other workarounds you may need when building this version.
Hashes for this PR (without
powerpc64-linux-gnu, see below):I also built v24.0rc2 with the new guix commit (see branch) to see if the hashes change; they do (not very surprising). More importantly, the build still works, so in principle this PR can be backported.
(without
powerpc64-linux-gnu, see below)