Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Write error during install package. #387

Closed
dajoen opened this issue Dec 4, 2013 · 5 comments
Closed

Write error during install package. #387

dajoen opened this issue Dec 4, 2013 · 5 comments

Comments

@dajoen
Copy link

dajoen commented Dec 4, 2013

I'm trying to cinst KickAssVim on my work PC and am having trouble doing that. The install bails with a write error. And I'm not sure what the path is where the write error occurs.

Here is the output:

C:\Users\jverhoeven>cinst KickAssVim -force
Chocolatey (v0.9.8.23) is installing 'KickAssVim' and dependencies. By installin
g you accept the license for 'KickAssVim' and each dependency you are installing
.
______ KickAssVim v7.3.0.07 ______
Write-Error : Package 'KickAssVim v7.3.0.07' did not install successfully: Exce
ption calling "GetFolder" with "1" argument(s): "Exception from HRESULT: 0x800A
004C (CTL_E_PATHNOTFOUND)"
At C:\Chocolatey\chocolateyinstall\functions\Chocolatey-NuGet.ps1:90 char:28

  •             Write-Error <<<<  "Package `'$installedPackageName v$installe
    
    dPackageVersion`' did not install successfully: $($_.Exception.Message)"
    • CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorExcep
      tion
    • FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorExceptio
      n,Write-Error

Finished installing 'KickAssVim' and dependencies - if errors not shown in conso
le, none detected. Check log for errors if unsure.
Reading environment variables from registry. Please wait... Done.

@ferventcoder
Copy link
Contributor

Use -debug as well when you report issues. :)

On Wed, Dec 4, 2013 at 3:58 AM, Jeroen Verhoeven
notifications@github.comwrote:

I'm trying to cinst KickAssVim on my work PC and am having trouble doing
that. The install bails with a write error. And I'm not sure what the path
is where the write error occurs.

Here is the output:

C:\Users\jverhoeven>cinst KickAssVim -force
Chocolatey (v0.9.8.23) is installing 'KickAssVim' and dependencies. By
installin
g you accept the license for 'KickAssVim' and each dependency you are
installing
.
______ KickAssVim v7.3.0.07 ______
Write-Error : Package 'KickAssVim v7.3.0.07' did not install successfully:
Exce
ption calling "GetFolder" with "1" argument(s): "Exception from HRESULT:
0x800A
004C (CTL_E_PATHNOTFOUND)"
At C:\Chocolatey\chocolateyinstall\functions\Chocolatey-NuGet.ps1:90
char:28

  • Write-Error <<<< "Package '$installedPackageName v$installe
    dPackageVersion' did not install successfully:
    $($_.Exception.Message)"
    • CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorExcep
      tion
    • FullyQualifiedErrorId :
      Microsoft.PowerShell.Commands.WriteErrorExceptio n,Write-Error

Finished installing 'KickAssVim' and dependencies - if errors not shown in
conso
le, none detected. Check log for errors if unsure.
Reading environment variables from registry. Please wait... Done.


Reply to this email directly or view it on GitHub/~https://github.com//issues/387
.


Rob
"Be passionate in all you do"

http://devlicio.us/blogs/rob_reynolds
http://ferventcoder.com
http://twitter.com/ferventcoder

@dajoen
Copy link
Author

dajoen commented Dec 10, 2013

Sorry, fixed it myself. -debug was what I needed to see what went wrong. Deleted all dependencies from lib and everything from lib-bad and now I could install KickAssVim without issues.

@dajoen dajoen closed this as completed Dec 10, 2013
@ferventcoder
Copy link
Contributor

What was the issue?

@ferventcoder
Copy link
Contributor

In case there is something to follow up on and fix. :)

@dajoen
Copy link
Author

dajoen commented Dec 10, 2013

The issue was that the moving of the package to the lib-false directory was failing. After emptying that directory I was able to reinstall.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants