Updated: Also need to modify the file __init__.py
:
> File "/nix/store/04nl55kmfkaacbv7v…
The config.py file that requires modification is part of the linien-common dependency:
nativeBuildInputs = [
(pkgs.python3.withPackages(ps: [ migen misoc ps.linien-common…
Removing it will cause it to create a copy the linien-gateware
directory itself and not the contents alone.
ls result:
b535q358y1izxkmd4zfijf51ws9fsrn7-linien-gateware
Update: removed the linien-common
dependency that imports the config.py
from the gateware build
Running ls after mkdir -p $sourceRoot/fast_servo/gateware
and it does not found the directory:
fast-servo-gateware> source root is source
fast-servo-gateware> Running phase: patchPhase
fa…
I think it can be replaced with an empty/dummy file, will test and have it added to the patch.
Apologies, I maybe pointing to patchPhase not the prePatch. However applying it on prePatch returns a hunk error.
>…
It seems I accidentally add that patch during test, apologies. Updated.
According to the trace log:
FileNotFoundError: [Errno 2] No such file or directory: '/homeless-shelter/.local/share/linien'
It is found on this part of the build system: https://github…