mudler / luet

:package: :whale: 0-dependency Container-based Package Manager using SAT solver and QLearning
https://luet.io
GNU General Public License v3.0
253 stars 24 forks source link

Error: package 'meta/users->=0' not found #337

Open kingsd041 opened 1 year ago

kingsd041 commented 1 year ago

Luet version:

luet version 0.32.5-gd5d21653d7313ff396c0511af402834c89974ee3 2022-06-07 CPU architecture, OS, and Version:

Linux ip-172-31-12-189 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Describe the bug

I'm new to luet and it's an awesome tool. I'm getting an error when trying to install Catclock as per Build a package

To Reproduce

After following the Build a package steps exactly, I got an error when installing meta/users: Error: package 'meta/users->=0' not found

Expected behavior

Logs

root@ip-172-31-12-189:~/demo# luet repo update
 INFO   Downloaded repository.yaml of 0.00 MB ( 0.00 MiB/s )
 INFO   Downloaded tree.tar.zst of 0.00 MB ( 0.00 MiB/s )
 INFO   Downloaded repository.meta.yaml.tar.zst of 0.00 MB ( 0.02 MiB/s )
 INFO   🏠  Repository luet-official revision: 1 (2022-06-07 22:36:47 +0000 UTC)
 INFO   ℹ  Repository: luet Priority: 1 Type: http
 INFO   Downloaded repository.yaml of 0.00 MB ( 0.00 MiB/s )
 INFO   Downloaded tree.tar.gz of 0.00 MB ( 0.01 MiB/s )
 INFO   Downloaded repository.meta.yaml.tar.gz of 0.00 MB ( 0.02 MiB/s )
 INFO   🏠  Repository mocaccino-repository-index revision: 1 (2023-05-17 04:21:28 +0000 UTC)
 INFO   ℹ  Repository: mocaccino-repository-index Priority: 1 Type: http
root@ip-172-31-12-189:~/demo# luet install --config $PWD/conf/luet-dso-local.yaml meta/users
 INFO  Luet 0.32.5-gd5d21653d7313ff396c0511af402834c89974ee3 2022-06-07
 INFO  Copyright (C) 2019-2022 Ettore Di Giacinto
       This program comes with ABSOLUTELY NO WARRANTY.
       This is free software, and you are welcome to redistribute it under certain conditions.
       For documentation, visit https://luet.io.
 INFO   :::> Install
 INFO   Copying file repository.yaml from /root/demo/build
 INFO   Copying file tree.tar.gz from /root/demo/build
 INFO   Copying file repository.meta.yaml.tar.gz from /root/demo/build
 INFO   🏠  Repository test repo revision: 1 (2023-05-17 13:06:18 +0000 UTC)
 INFO   ℹ  Repository: main Priority: 3 Type: disk
  ERROR    Error: package 'meta/users->=0' not found
root@ip-172-31-12-189:~/demo# luet search meta/users
 INFO   --- Search results (meta/users): ---

Additional context

joostruis commented 1 year ago

"This article contains references to Luet repositories that were deprecated, and needs to be updated. Please refer to the “Hello World” tutorial instead."