Today I did a git pull and updated to the current stable munki build. I ran make dmg and it failed, so I tried sudo make dmg. That failed but when I tried the original make dmg it seems to have worked. I just tried installing it on my computer and its saying the installation failed.
In the console I found this error.
Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “simian.pkg”." UserInfo={NSFilePath=./postinstall, NSURL=file://localhost/Volumes/Simian%201/simian.pkg, PKInstallPackageIdentifier=com.google.code.simian.and.munkitools, NSLocalizedDescription=An error occurred while running scripts from the package “simian.pkg”.} {
NSFilePath = "./postinstall";
NSLocalizedDescription = "An error occurred while running scripts from the package \U201csimian.pkg\U201d.";
NSURL = "file://localhost/Volumes/Simian%201/simian.pkg";
PKInstallPackageIdentifier = "com.google.code.simian.and.munkitools";
}
My guess is it has to due w/ the the package maker building the simian.dmg file. Anybody have a solution?