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

kiss doesn't immediately exit on trying to find a nonexistent package #54

Open
git-bruh opened this issue Jul 1, 2021 · 3 comments
Open

Comments

@git-bruh
Copy link
Member

git-bruh commented Jul 1, 2021

kiss b pkg where pkg has a dependency that isn't in any repo in KISS_PATH causes kiss to fail later after downloading sources, not immediately. So the error shows up 2 times

@dylanaraps
Copy link

I cannot reproduce (where zlib depends on test, test2 and test3 which don't exist):

-> ./kiss b zlib
-> Resolving dependencies 
-> Building: explicit: zlib, implicit: test test2 test3 
-> Continue?: Press Enter to continue or Ctrl+C to abort here 

-> test Checking repository files
ERROR Package 'test' not in any repository 
ERROR Version file not found 

@git-bruh
Copy link
Member Author

git-bruh commented Jul 2, 2021

Seems to be fixed in latest git of kisslinux/kiss, but not here. I guess the fix is in one of the pending PRs. Current: https://termbin.com/05vh, kisslinux/kiss: https://termbin.com/gm6y (Forgot that you could just type kiss b nonexistent to reproduce too)

@dylanaraps
Copy link

I can still reproduce this in kisslinux/kiss (only with kiss b zlib xz non-existent though).

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