pascalkuthe / OpenVAF

An innovative Verilog-A compiler
https://openvaf.semimod.de/
GNU General Public License v3.0
113 stars 15 forks source link

issue with docker setup #125

Open gjcoram opened 1 month ago

gjcoram commented 1 month ago

When I try this command as part of the instructions for building OpenVAF:

docker run -ti -v .\:/io ghcr.io/pascalkuthe/ferris_ci_build_x86_64-unknown-linux-gnu:latest

I get an error:

bash: /usr/libexec/grepconf.sh: No such file or directory

I think it would be sufficient to create this as an empty file.

dwarning commented 1 month ago

I have to use "sudo" before both docker cmd's. Got same error of missing grepconf.sh But: Then I can follow the next cmd's with successful build of the binaries.

grepconf.sh makes only colors for warnings and errors in compiling process. Seems redhat/centos.

metroid120 commented 1 month ago

I would recommend to not use the Dockerfile linked here, but check out the one used by Harald Pretl https://github.com/iic-jku/osic-multitool/tree/main/openvaf