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
We observed this while configuring gcc on linux mlibc in a chroot. The issue is that sys_libc_log on linux logs to fd 1, interfering with configure. We should log to a file and make that configurable with an environment variable.