EC1324

1 minute readReference

Synopsis

WARNING EC1324: bad root “[path]”: this root can cause unpredictable system behavior.

Description

It is inadvisable in general to include certain system directories in emake root, such as /proc on Linux. This warning is printed when such a directory is found in the emake root specification. The specific directory is given by [path] in the message.

Reasons

This message means that the user has included in emake root a system directory which generally should not be virtualized.

Fixes

Modify the emake root setting to exclude the specified directory, or if the emake root setting is correct, suppress the warning using the --emake-hide-warning option.