kiennq / scoop-misc

Miscellaneous scoop packages
28 stars 3 forks source link

Some packages install failed #1

Closed vhtq18w closed 4 years ago

vhtq18w commented 4 years ago

These package will fail to install.

Error message

Creating shim for 'runemacs'.
Can't shim 'bin\runemacs.exe': File doesn't exist.

I checked the installation directory(%SCOOP%/apps/$package-name/) and found it was empty. But it can be sure that the compressed package has been successfully downloaded.

kiennq commented 4 years ago

It seems due to 7zip installation issue lukesampson/scoop#3346 Can you try to remove 7zip and install the emacs packages again? It will use poweshell command to extract instead

vhtq18w commented 4 years ago

It maybe "extract_dir" argument problem? I remove "extract_dir" and "env_set", it works fine. My modified json is at emacs-snapshot.json

kiennq commented 4 years ago

Possibly, I will remove extract_dir then.

kiennq commented 4 years ago

Removed with af41e89