Release: fix build inside Fedora#8521
Merged
madelinevibes merged 2 commits intoElementsProject:masterfrom Sep 2, 2025
Merged
Conversation
291bb93 to
413b2f7
Compare
``` => => naming to docker.io/library/fedora 0.0s Inside docker: starting build Cloning into '/build'... done. Note: switching to 'ca533a084d7a7636b099de7f6326f549c5251dfc'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c <new-branch-name> Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false Downloading cpython-3.12.11-linux-x86_64-gnu (download) (29.9MiB) Downloading cpython-3.12.11-linux-x86_64-gnu (download) Using CPython 3.12.11 Resolved 120 packages in 2ms error: No virtual environment found for Python 3.12; run `uv venv` to create an environment, or pass `--system` to install into a non-virtual environment ``` Signed-off-by: Rusty Russell <[email protected]>
Here's the error inside docker:
```
wiregen common/status_wiregen.h
Traceback (most recent call last):
File "/build/tools/generate-wire.py", line 27, in <module>
from mako.template import Template
ModuleNotFoundError: No module named 'mako'
rm external/build-x86_64-redhat-linux/libwally-core-build/src/secp256k1/libsecp256k1.la
make: *** [Makefile:328: common/status_wiregen.h] Error 1
```
Signed-off-by: Rusty Russell <[email protected]>
413b2f7 to
ef6fc60
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
uv runChangelog-None