package mono-gac 3.2.3+dfsg-5 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 29
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mono (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Encountered while upgrading from 12.04 to 14.04 (unstable)
ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: mono-gac 3.2.3+dfsg-5
ProcVersionSign
Uname: Linux 3.2.0-57-generic x86_64
ApportVersion: 2.13.1-0ubuntu1
Architecture: amd64
Date: Tue Jan 14 19:59:45 2014
DuplicateSignature: package:
EcryptfsInUse: Yes
ErrorMessage: ErrorMessage: subprocess installed post-installation script returned error exit status 29
InstallationDate: Installed on 2013-12-08 (37 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425)
PackageArchitec
SourcePackage: mono
Title: package mono-gac 3.2.3+dfsg-5 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 29
UpgradeStatus: Upgraded to trusty on 2014-01-15 (0 days ago)
tags: | removed: need-duplicate-check |
After upgrade, I can reproduce this bug if I try to install fsharp-console directly, but if I install mono-gac and THEN install fsharp-console everything dies.
repro:
sudo apt-get purge mono-gac
sudo apt-get install fsharp-console
workaround:
sudo apt-get purge mono-gac
sudo apt-get install mono-gac
sudo apt-mark auto mono-gac
sudo apt-get install fsharp-console