neovim-cygwin icon indicating copy to clipboard operation
neovim-cygwin copied to clipboard

ERROR no .hint files in ./x86_64/neovim-cygwin/...

Open patruong opened this issue 5 years ago • 0 comments

Hello,

I'm trying to run the install command

mksetupini --arch x86_64 --inifile x86_64/setup.ini --releasearea=. --okmissing required-package; and gpg --local-user=cygwin@host --detach-sign x86_64/setup.ini

I get the follow error message:

mksetupini: no .hint files in ./x86_64/neovim-cygwin/.git but has files: config, description, HEAD, index, packed-refs
mksetupini: no .hint files in ./x86_64/neovim-cygwin/.git/hooks but has files: applypatch-msg.sample, commit-msg.sample, fsmonitor-watchman.sample, post-update.sample, pre-applypatch.sample, pre-commit.sample, pre-push.sample, pre-rebase.sample, pre-receive.sample, prepare-commit-msg.sample, update.sample
mksetupini: no .hint files in ./x86_64/neovim-cygwin/.git/info but has files: exclude
mksetupini: no .hint files in ./x86_64/neovim-cygwin/.git/logs but has files: HEAD
mksetupini: no .hint files in ./x86_64/neovim-cygwin/.git/logs/refs/heads but has files: master
mksetupini: no .hint files in ./x86_64/neovim-cygwin/.git/logs/refs/remotes/origin but has files: HEAD
mksetupini: no .hint files in ./x86_64/neovim-cygwin/.git/objects/pack but has files: pack-180e15ed1301ac839229ff0e534adbe6fcf70bff.idx, pack-180e15ed1301ac839229ff0e534adbe6fcf70bff.pack
mksetupini: no .hint files in ./x86_64/neovim-cygwin/.git/refs/heads but has files: master
mksetupini: no .hint files in ./x86_64/neovim-cygwin/.git/refs/remotes/origin but has files: HEAD
mksetupini: no .hint files in ./x86_64/neovim-cygwin/libtermkey but has files: libtermkey.cygport
mksetupini: no .hint files in ./x86_64/neovim-cygwin/libuv but has files: libuv.cygport
mksetupini: no .hint files in ./x86_64/neovim-cygwin/libvterm but has files: libvterm.cygport
mksetupini: no .hint files in ./x86_64/neovim-cygwin/luajit-lpeg but has files: luajit-lpeg.cygport
mksetupini: no .hint files in ./x86_64/neovim-cygwin/luajit-mpack but has files: luajit-mpack.cygport
mksetupini: no .hint files in ./x86_64/neovim-cygwin/luv but has files: luv.cygport, NOTE.txt
mksetupini: no .hint files in ./x86_64/neovim-cygwin/msgpack-c but has files: msgpack-c.cygport
mksetupini: no .hint files in ./x86_64/neovim-cygwin/neovim but has files: neovim.cygport
mksetupini: no .hint files in ./x86_64/neovim-cygwin/unibilium but has files: unibilium.cygport

Any idea what causes this?

Thx!

patruong avatar Jan 09 '20 12:01 patruong