diff options
author | Efraim Flashner | 2021-12-21 15:42:47 +0200 |
---|---|---|
committer | Efraim Flashner | 2021-12-21 15:42:47 +0200 |
commit | be16a6a7f1a7e2dfa074e858c26ff6a9b6aa86de (patch) | |
tree | 2e77f116f7e1dfe19b768f744b5cb8b89db54b25 /issues | |
parent | 580f1b72704b0df0f7fac80afe02553ec2a3ddfa (diff) | |
download | gn-gemtext-be16a6a7f1a7e2dfa074e858c26ff6a9b6aa86de.tar.gz |
update on genenetwork2 not building
Diffstat (limited to 'issues')
-rw-r--r-- | issues/fix-broken-builds-in-gn2-and-gn3.gmi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/issues/fix-broken-builds-in-gn2-and-gn3.gmi b/issues/fix-broken-builds-in-gn2-and-gn3.gmi index d52d121..3c0e6aa 100644 --- a/issues/fix-broken-builds-in-gn2-and-gn3.gmi +++ b/issues/fix-broken-builds-in-gn2-and-gn3.gmi @@ -26,6 +26,22 @@ guix build: error: build of `/gnu/store/l5hb8bfz3di3zga93963arlka03lijn8-genenet ``` +Some missing bits from the build log: + +``` +Compiling '/gnu/store/n2w3bdka4zfl3jw0iqk49km1hgl8i7g5-genenetwork2-3.11-guix-fe345c9/lib/python3.9/site-packages/wqflask/utility/redis_tools.py'... +Compiling '/gnu/store/n2w3bdka4zfl3jw0iqk49km1hgl8i7g5-genenetwork2-3.11-guix-fe345c9/lib/python3.9/site-packages/wqflask/utility/startup_config.py'... +Compiling '/gnu/store/n2w3bdka4zfl3jw0iqk49km1hgl8i7g5-genenetwork2-3.11-guix-fe345c9/lib/python3.9/site-packages/wqflask/utility/svg.py'... +*** File "/gnu/store/n2w3bdka4zfl3jw0iqk49km1hgl8i7g5-genenetwork2-3.11-guix-fe345c9/lib/python3.9/site-packages/wqflask/utility/svg.py", line 113 + True = 1 + ^ + SyntaxError: cannot assign to True + +Compiling '/gnu/store/n2w3bdka4zfl3jw0iqk49km1hgl8i7g5-genenetwork2-3.11-guix-fe345c9/lib/python3.9/site-packages/wqflask/utility/temp_data.py'... +Compiling '/gnu/store/n2w3bdka4zfl3jw0iqk49km1hgl8i7g5-genenetwork2-3.11-guix-fe345c9/lib/python3.9/site-packages/wqflask/utility/tools.py'... + +``` + This starts happening (not yet comfirmed) when python is bumped up from 3.8 to 3.9 @@ -40,3 +56,4 @@ In addition, there are some dependencies of genenetwork2 which FTBFS, due to inc phase `sanity-check' failed after 0.1 secondsĀ¬ ``` +This was fixed by reverting the update to python-pingouin, dropping it back to 0.3.12. |