
Couldn't get nightly GPGServices to install on fresh 10.7.3
Reported by C Fraire | March 11th, 2012 @ 03:53 PM | in 20120317 (closed)
Running GPGServices.mpkg as an administrative user (/Users/admin).
See log attached.
PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “autofix.pkg”." UserInfo=0x1039cd7e0 {NSFilePath=./postinstall, NSURL=file://localhost/Volumes/GPGServices/GPGServices.mpkg/Contents/Pack..., PKInstallPackageIdentifier=org.gpgtools.autofix, NSLocalizedDescription=An error occurred while running scripts from the package “autofix.pkg”.} {
NSFilePath = "./postinstall";
NSLocalizedDescription = "An error occurred while running scripts from the package \U201cautofix.pkg\U201d.";
NSURL = "file://localhost/Volumes/GPGServices/GPGServices.mpkg/Contents/Packages/autofix.pkg";
PKInstallPackageIdentifier = "org.gpgtools.autofix";
}
Comments and changes to this ticket
-
Alex (via GPGTools) March 11th, 2012 @ 05:38 PM
- State changed from new to open
- Assigned user set to Alex (via GPGTools)
Mh, could you run this script and identify what issue might caused the failure? https://github.com/GPGTools/GPGTools_Core/blob/master/scripts/gpgto...
-
C Fraire March 11th, 2012 @ 05:50 PM
Script exits 1. It's this bit:
if ( test -e "$netdir/$bundle" ) then _target="$netdir"; elif ( test -e "$sysdir/$bundle" ) then _target="$sysdir"; elif ( test -e "$homedir/$bundle" ) then _target="$homedir"; else exit fi
Should return out of the function. After that change, the script exits 0.
-
Alex (via GPGTools) March 12th, 2012 @ 12:12 AM
- State changed from open to fixed
-
Alex (via GPGTools) March 17th, 2012 @ 02:40 PM
- State changed from fixed to released
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป