tangramdotdev / packages

A collection of community maintained Tangram packages.
https://www.tangram.dev
MIT License
8 stars 2 forks source link

Resolve stdin bad file descriptor bug #76

Open deciduously opened 4 months ago

deciduously commented 4 months ago

On Linux, it is possible for configure scripts to fail with 0: Bad file descriptor unless we run exec 0</dev/null first to "prime" the file descriptor. This is currently required to build GNU patch. While the workaround is easy to apply, the root cause should be identified and resolved and any workarounds removed.