You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the way-match binary with Cosmopolitan (cosmocc) hangs indefinitely on Linux when Wine is involved. The mktemper step runs at ~37% CPU but never completes.
$ make -f tools/way-match/Makefile
/home/aaron/.cosmocc/bin/cosmocc -O2 -Itools/way-match -o bin/way-match ...
00b4:fixme:wineusb:query_id Unhandled ID query type 0x5.
# hangs here
The make local target (system cc) completes instantly.
Impact
Release binaries are currently Linux x86-64 only (ELF), not cross-platform APE
Problem
Building the
way-matchbinary with Cosmopolitan (cosmocc) hangs indefinitely on Linux when Wine is involved. Themktemperstep runs at ~37% CPU but never completes.The
make localtarget (systemcc) completes instantly.Impact
Current workaround
make -f tools/way-match/Makefile localbuilds a native Linux binary. This is attached to releases as an asset.Desired outcome
Either:
Environment
cosmo.zip/pub/cosmocc/cosmocc.zip