hdl / conda-eda

Conda recipes for FPGA EDA tools for simulation, synthesis, place and route and bitstream generation.
https://anaconda.org/LiteX-Hub
Apache License 2.0
91 stars 27 forks source link

fix openroad build failure #332

Closed proppy closed 1 year ago

proppy commented 1 year ago

See https://github.com/hdl/conda-eda/actions/runs/5127108900/jobs/9222393201

!! =======================================================
!! ERROR: conda-build-prepare subprocess failed!
!!
!! Command called: conda run -p /root/conda-eda/conda-eda/workdir/conda-env conda render -f /root/conda-eda/conda-eda/workdir/recipe/rendered_metadata.yaml /root/conda-eda/conda-eda/workdir/recipe
!!
!! STDERR not captured; look above for errors too! STDOUT:
!!
Patch level ambiguous, selecting least deep
Patch level ambiguous, selecting least deep
Warning: failed to download source.  If building, will try again after downloading recipe dependencies.
Error was: 
Command '['/root/conda-eda/conda-eda/workdir/conda-env/bin/patch', '--no-backup-if-mismatch', '--batch', '-Np1', '-i', '/tmp/tmpp1tkhd_j/remove-boost-span-deps.patch.native', '--binary', '--dry-run']' returned non-zero exit status 1.
!!
!! ======================================================

Looks like the boost patch needs to be rebased.