YosysHQ / yosys

Yosys Open SYnthesis Suite
https://yosyshq.net/yosys/
ISC License
3.3k stars 860 forks source link

Can't build from 0.42 tarball #4470

Open spth opened 3 days ago

spth commented 3 days ago

Version

The 0.42 tarball (can't build, so can't give yosys --version otuput)

On which OS did this happen?

Linux

Reproduction Steps

tar -xzf yosys-yosys-0.42.tar.gz
cd yosys-yosys-0.42/
LANG=C make

Expected Behavior

yosys builds (like it does for me when using the 0.40 or 0.42 tarballs).

Actual Behavior

yosys fails to build, giving this erroer message:

Initialize the submodule: Run 'git submodule update --init' to set up 'abc' as a submodule.
make: *** [Makefile:748: check-git-abc] Error 1
KrystalDelusion commented 2 days ago

Related to #4403 and the same as https://github.com/YosysHQ/yosys/issues/4403#issuecomment-2156188699 wherein downloading via the release tar the abc directory is empty and the yosys directory is not a git repository, which also means the git submodule update --init command does not work.