Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grep installs, but dependency file does not, so grep is not functional #2384

Closed
pccasto opened this issue Jul 11, 2018 · 11 comments
Closed

grep installs, but dependency file does not, so grep is not functional #2384

pccasto opened this issue Jul 11, 2018 · 11 comments

Comments

@pccasto
Copy link

pccasto commented Jul 11, 2018

installing grep causes a download of both: grep-2.5.4-bin.zip and grep-2.5.4-dep.zip.
But it only extracts the bin.zip, and doesn't extract the dep.zip

Because of this, when trying to run grep, there are pop-ups alerting to error with missing pcre3 and regex2.

Unzipping the .dll files from the dep.zip file to the grep/2.5.4/bin directory in the scoop tree provides a work-around/local solution.

~paul

@r15ch13
Copy link
Member

r15ch13 commented Jul 11, 2018

Please run scoop update and try again. This problem was fixed recently.

@pccasto
Copy link
Author

pccasto commented Jul 11, 2018

Hi Richard,

Thanks for the quick response. Didn't even think of trying that, since I just install scoop 2 days ago. I did check for bugs around this area, before reporting, but my search was too narrow. I'm guessing that this was a symptom of the robocopy file handling issue.

Did the: scoop upgrade; scoop uninstall grep; scoop install grep
With that the install showed the extraction of both files.

However, along the way I ran into one that was already reported, and marked as closed: #1935:
C:\Users\paul>scoop update
Updating Scoop...
Scoop was updated successfully!
'itcode"' is not recognized as an internal or external command,
operable program or batch file.

So, it claimed a successful update, but then threw an error/warning. For those of us who generally stick with cmd,
a) should we go to powershell anytime we are running scoop? in which case should scoop error out immediately if it detects the environment is cmd? or
b) if scoop is allowed to be run within cmd, should this sort of error/warning be handled? [Note - my initial install of scoop did use powershell]

Thanks again,
~paul

@rasa
Copy link
Member

rasa commented Jul 11, 2018

@r15ch13 is there a way to turn on debugging to determine what’s causing the

'itcode"' is not recognized as an internal or external command, operable program or batch file.

errors?

That single “ char is very suspicious.

@r15ch13
Copy link
Member

r15ch13 commented Jul 12, 2018

Unfortunately, I couldn't figure out what causes this error. AppVeyor drove me crazy the day I worked on my project.
@pccasto you may be the only one who can debug this 😁 I was not able to reproduce it.
Does it happen everytime you run scoop update?

@pccasto
Copy link
Author

pccasto commented Jul 12, 2018

No. It does not happen now.

This could have to do with a configuration issue stemming from the original install (although I believe I followed the install instructions precisely). These were some additional symptoms / observations:

  • Running a scoop -v prior to the first upgrade produced and error (to the effect of being unable to find .git) - Sorry I didn't capture the full error.
  • Running a scoop -v after the first upgrade produced reasonable results.

So potential root cause path is new install in powershell, followed by some activity installing apps in cmd, followed by scoop upgrade in cmd.

Seems to be a one-time spurious warning, as all seems to be working.

~paul

@kenorb
Copy link

kenorb commented Jul 18, 2018

As per this comment, as for workaround, installing the package via PS removed itcode error, e.g.

- ps: scoop install shellcheck

Related:

@pccasto
Copy link
Author

pccasto commented Jul 18, 2018

Thanks @kenorb. The error with the inability to find/run 'itcode' has now disappeared from my system. In my case it was a transient error between an install of an early July version, and an upgrade shortly thereafter.

I think this issue can be closed out, as the original problem had an identified root cause that was a bug corrected by the changes on 10 July.

@kenorb
Copy link

kenorb commented Jul 18, 2018

The problem is still there using the latest version of scoop, only when the install command isn't executed in PowerShell.

Here is the demo build.

scoop install shellcheck
Updating Scoop...
Scoop was updated successfully!
Installing 'shellcheck' (0.5.0) [64bit]
Downloading https://shellcheck.storage.googleapis.com/shellcheck-v0.5.0.zip (6.1 MB)...
Checking hash of shellcheck-v0.5.0.zip... ok.
Extracting... done.
Running pre-install script...
Linking ~\scoop\apps\shellcheck\current => ~\scoop\apps\shellcheck\0.5.0
Creating shim for 'shellcheck'.
'shellcheck' (0.5.0) was installed successfully!
'itcode"' is not recognized as an internal or external command,
operable program or batch file.
Command exited with code 1

@pccasto
Copy link
Author

pccasto commented Jul 18, 2018

I my case I had run the original install in powershell (in Windows 10).
It was on the scoop upgrade that I ran in cmd - and that's when the 'itcode' errror appeared.
Subsequent scoop install <pkgx> being run in the cmd shell have not displayed that error on my system.
I didn't mean to imply that the problem with 'itcode' has been resolved - just was indicating that I'm not able to help troubleshoot it, based on my system state.

I'm OK with this issue being re-titled to focus on the 'itcode' aspect of the problem, rather than the 'grep/multi-package' aspect. Or a new issue can be created. I was just trying to make sure the maintainers weren't caught with trying to solve two different problems under one issue.

@robeady
Copy link

robeady commented Apr 14, 2020

I just encountered the same issue. I ran scoop install yarn from cmd and it succeeded, but printed at the end

'itcode"' is not recognized as an internal or external command,
operable program or batch file.

I scouted around the codebase trying to figure out how on earth this might happen. My theory is that an 'exitcode' string is being chopped up somehow. The most suspicious piece of code I could find is:

https://github.com/lukesampson/scoop/blob/a9fa775d59b14e7dce335313faa0eff855469764/lib/core.ps1#L602

I have no clue what this is doing precisely, but with all the string substitution it looks like the most obvious candidate. Anyone have an idea of how to investigate this further?

@gpetrov
Copy link

gpetrov commented Feb 5, 2021

getting the same: 'itcode"' is not recognized as an internal or external command,
operable program or batch file.

when running scoop update from a cmd and not from powershell

it does update all fine btw

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

No branches or pull requests

7 participants