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

Bash in tests folder not starting properly #735

Closed
cabumiscool opened this issue Dec 15, 2022 · 4 comments
Closed

Bash in tests folder not starting properly #735

cabumiscool opened this issue Dec 15, 2022 · 4 comments

Comments

@cabumiscool
Copy link

I recently installed box86 in a crostini container in Chrome OS and ran the tests and they all managed to complete with box86 with no problem, but when I attempt to run bash that is inside the test folder the following is outputted:

Box86 with Dynarec v0.2.9 cb09b09 built on Dec 4 2022 01:18:35
bash: eval: line 77: syntax error near unexpected token "/usr/bin/dircolors",' bash: eval: line 77: execve("/usr/bin/dircolors", 0x64d876b8["dircolors", "-b", "(nil)"...], 0x64d31ca8) is x64=0 x86=0 script=0 (my_context->envv=0xecffa4c0, environ=0x64cb0880'

I thought it was a problem with dircolors so I reinstalled coreutils and replaced it with armhf version but it stills gives the same error. Any idea on how to fix it?

@ptitSeb
Copy link
Owner

ptitSeb commented Dec 15, 2022

Probably something in your ~/.bashrc that the bash version in tests doesn't like.

@cabumiscool
Copy link
Author

You were right, that was the problem, sorry for the unrelated report

@ptitSeb
Copy link
Owner

ptitSeb commented Dec 16, 2022

So the ticket can be closed now?

@cabumiscool
Copy link
Author

cabumiscool commented Dec 17, 2022

yes, it worked correctly. Thanks

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

2 participants