#include <config.h>#include "sbuild-dirstream.h"#include "sbuild-run-parts.h"#include "sbuild-util.h"#include <cerrno>#include <sys/wait.h>#include <boost/format.hpp>#include <boost/regex.hpp>Include dependency graph for sbuild-run-parts.cc:

Go to the source code of this file.
Typedefs | |
| typedef std::pair< sbuild::run_parts::error_code, const char * > | emap |
Variables | |
| emap | init_errors [] |
| This is a list of the supported error codes. | |
typedef std::pair<sbuild::run_parts::error_code,const char *> emap [static] |
Definition at line 40 of file sbuild-run-parts.cc.
emap init_errors[] [static] |
Initial value:
{
emap(run_parts::CHILD_FORK, N_("Failed to fork child")),
emap(run_parts::CHILD_WAIT, N_("Wait for child failed")),
emap(run_parts::EXEC, N_("Failed to execute '%1%'"))
}
It's used to construct the real error codes map.
Definition at line 46 of file sbuild-run-parts.cc.
1.5.1