You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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)
kiss b pkg
where pkg has a dependency that isn't in any repo inKISS_PATH
causes kiss to fail later after downloading sources, not immediately. So the error shows up 2 timesThe text was updated successfully, but these errors were encountered: