Bugzilla – Bug 750335
'osc chroot' should perform a 'mount --bind /proc $PATH_TO_BUILDROOT/proc'
Last modified: 2014-12-11 23:44:20 UTC
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) rekonq Safari/534.34 'osc chroot' should perform a 'mount --bind /proc $PATH_TO_BUILDROOT/proc' because it is required if you want to do sth. with clang in chroots. Otherwise you get: error: unable to execute command: No such file or directory error: clang frontend command failed due to signal (use -v to see invocation) note: diagnostic msg: Please submit a bug report to and include command line arguments and all diagnostic information. error: unable to execute command: No such file or directory note: diagnostic msg: Error generating preprocessed source(s). Reproducible: Always