EC1336

1 minute readReference

Synopsis

ERROR EC1336: Unable to write file for commit: [path]: [OS error message]

Description

In the process of committing build outputs to disk, Electric Make (emake) was unable to write to the named file. The OS error message provides the specific cause of the failure.

Reasons

Because the error involves an external system in this context (the filesystem on the emake host), the list of possible causes for this error is virtually limitless: a corrupted filesystem; hardware failure; insufficient permissions; and so on. Refer to the specific OS error message to determine the cause of the failure.

Fixes

The fix depends on the cause of the error. For example, if the error states that the disk is full, then you need to ensure that the disk has adequate free space to to store the files created during the build.