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

[Error] distrobox-enter: eval: line 580: syntax error near unexpected token ; #1590

Open
thimslugga opened this issue Oct 13, 2024 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed wait-on-user waiting for a reply

Comments

@thimslugga
Copy link

thimslugga commented Oct 13, 2024

Please, before opening a bug:

  • make sure you've read the documentation.
  • Ensure there isn't already an open issue about this.
  • Ensure there isn't already a closed/resolved issue about this.

Describe the bug

$ distrobox-enter 
/var/home/core/.local/bin/distrobox-enter: eval: line 580: syntax error near unexpected token `;'

$ distrobox enter fedora-40-dbx
/var/home/core/.local/bin/distrobox-enter: eval: line 580: syntax error near unexpected token `;'
$ distrobox-list
ID           | NAME                 | STATUS             | IMAGE     
$ distrobox-create
Distrobox named 'fedora-40-dbx' already exists.
To enter, run:
$ distrobox-rm fedora-40-dbx
Removing container...
fedora-40-dbx
Removing exported binaries...

To Reproduce
Steps to reproduce the behavior

Remove previously created distrobox container using another tool e.g. Pods flatpak, etc.

$ distrobox --version
distrobox: 1.8.0

$ podman --version
podman version 5.2.3

Expected behavior

Script should include check and handle condition.

Logs

Desktop (please complete the following information):

  • Are you using podman, docker or lilipod? Podman
  • Which version or podman, docker or lilipod? podman version 5.2.3
  • Which version of distrobox? distrobox: 1.8.0
  • Which host distribution? Fedora Silverblue 40
  • How did you install distrobox? curl to local user bin i.e. ~/.local

Additional context

n/a

@thimslugga thimslugga added the bug Something isn't working label Oct 13, 2024
@89luca89
Copy link
Owner

Hi @thimslugga can you run it with --verbose and post the logs?
This way I can see where it's failing
Thanks!

@89luca89 89luca89 added help wanted Extra attention is needed good first issue Good for newcomers wait-on-user waiting for a reply labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed wait-on-user waiting for a reply
Projects
None yet
Development

No branches or pull requests

2 participants