haskell-vim-now icon indicating copy to clipboard operation
haskell-vim-now copied to clipboard

The following package identifiers were not found in your indices: bin-package-db-0.0.0.0

Open ghost opened this issue 9 years ago • 4 comments

Please not that I have never used Stack before, so this might just be a Stack issue. I assume PEBKAC.

I am sort of upgrading haskell-vim-now. I have my own regular .vimrc which I kind of hand-merged with haskell-vim-now, because I don't like the way haskell-vim-now changes it. Furthermore, I have some minor edits in some of the files.

Anyway. I wanted to try the new version of haskell-vim-now. But I get an error with the stack install:

--> Existing Haskell-Vim-Now installation detected at /home/alexander/.config/haskell-vim-now. --- Syncing Haskell-Vim-Now with upstream... Current branch master is up to date. --- Installing system package dependencies... --> No package manager detected. You may need to install required packages manually. grep: warning: GREP_OPTIONS is deprecated; please use an alias or script --- Testing for broken Ruby interface in vim... --- Test passed. Ruby interface is OK. --- Checking ctags' exuberance... grep: warning: GREP_OPTIONS is deprecated; please use an alias or script --- Setting up GHC if needed... Stack bin path: /home/alexander/.local/bin Stack global path: /home/alexander/.stack Stack global config location: /home/alexander/.stack/global-project/stack.yaml --- Installing helper binaries... Fetched package index. Populated index cache.
The following package identifiers were not found in your indices: bin-package-db-0.0.0.0 *** Binary installation failed with error 1. Aborting...

ghost avatar Feb 12 '16 09:02 ghost

What is your stack's version? stack --version. What's the contents of your global stack config? cat /home/alexander/.stack/global-project/stack.yaml

Oh! And please wrap installation output in code.

SX91 avatar Feb 12 '16 12:02 SX91

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512

On 12/02/16 13:19, Anton wrote:

What is your stack's version? stack --version. Version 1.0.2 x86_64

What's the contents of your global stack config? cat /home/alexander/.stack/global-project/stack.yaml

This is the implicit global project's config file, which is only used when

'stack' is run outside of a real project. Settings here do not act as

defaults for all projects. To change stack's default settings, edit

'/home/alexander/.stack/config.yaml' instead.

For more information about stack's configuration, see

http://docs.haskellstack.org/en/stable/yaml_configuration.html

flags: {} extra-package-dbs: [] packages: [] extra-deps: [] resolver: lts-5.2


Alexander [email protected] https://secure.plaimi.net/~alexander -----BEGIN PGP SIGNATURE----- Version: GnuPG v2

iQIcBAEBCgAGBQJWvdI/AAoJENQqWdRUGk8BRsYP/RuCHdd3fmYphvaKGmFZyK/e EzTZV61enoMjxVRs3b42t2/8sepyYYaz5IsrrqvjgvW4/rBkGyruRzubhG2q+Ilo U/8npj4x9U4Cdw5osPVLkzhFEAoIYGWYfi9llQaW+4uv+kxmTj95TJa/REDUvMTn kyWHcihqaS/At5iVZCQnr+6l27CCCiV1bAw55ngo1Yad93c4Gfo9I4Ab12VEEo3P AzsUadDLRql6TIa2H5rz/QG8nT1kS0YBhGxCUG0dT/vjlfaT0xKzQRtMDsXBWIj5 KxvQ/uAgZd4J3ph44q71aTXx6tGWTNeOm8zpFjQwbBxkmq68z+hR6iCbzJ9vPrZe f4f8+5BnS2PWE5lWyMgDn7/3VX2fbmapI1Zmykx/q2QklCCdoBPkEqEYpf/oGSgr bnzVKZktS8+mA/W2zLu22x1l8FoifTkSCx3NRwbSGBWE1EbXA+vKWpleUuwZt643 /egrOkORdeHWEwmAGASR+EY1t+kMucV7SzHgLKKNzdg/jR9FBmVrucLfCXusPYvb 2Mc1qryFaoPvsKiDsnaGEYi4vWEzTwde2YHnrZpCny9t5kB7VIJmy/a0gSZEt0gQ W0fwwPeoT+P0W/7RokHJNwlhEW1N/5QEfmH55PsALkUthrbvUpvrfXFyY68ta8CQ diYc+L9Qksj7qGE9BgPC =EAIC -----END PGP SIGNATURE-----

ghost avatar Feb 12 '16 12:02 ghost

Could you try updating again and see if the problem is still there?

begriffs avatar May 19 '16 05:05 begriffs

(ping)

begriffs avatar Sep 01 '17 21:09 begriffs