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

Waydroid-Linux say its based on debian bookworm but using sid repos? #1027

Open
TNTBOMBOM opened this issue Jul 31, 2023 · 5 comments
Open

Comments

@TNTBOMBOM
Copy link

TNTBOMBOM commented Jul 31, 2023

Describe the bug

To reproduce the issue:

In the link provided https://sourceforge.net/projects/blissos-dev/files/waydroid/linux/beta/debian/bookworm/03-15-22/, it states:

This is the first Debian/Waydroid Remix we've done, based on bookworm (sid).

"bookworm (sid)"? It's like saying it's based on stable (unstable) -> what?

Note: Using sid repositories to upgrade the system (comes by default in the OS) and then trying to use Waydroid won't work either, because one of its dependencies relies on python3.9 and below, while sid only has versions 3.10 and above.

Thx!

@JulianGro
Copy link

Debian Testing typically reports itself as "sid".
Here an example of my system running Debian Testing:

juliangro@x299-desktop:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux trixie/sid
Release:	n/a
Codename:	trixie
juliangro@x299-desktop:~$ 

They most likely wrote this when Bookworm was still Testing and Bookworm therefore still referred to itself as Sid in some places.
Not saying that his is right, but it seems like an easy mistake to make considering Debian itself reports something misleading (or wrong).

@TNTBOMBOM
Copy link
Author

They most likely wrote this when Bookworm was still Testing and Bookworm therefore still referred to itself as Sid in some places.

Your comment is correct if it's just a typo in the SourceForge readme. However, they actually do use the sid repository inside Waydroid-Linux, which, if you perform any upgrade, will break Waydroid itself, as I mentioned above.

So, it's not just a typo; it's a design mistake/bug.

@ghost
Copy link

ghost commented Aug 3, 2023

Your comment is correct if it's just a typo in the SourceForge readme. However, they actually do use the sid repository inside Waydroid-Linux, which, if you perform any upgrade, will break Waydroid itself, as I mentioned above.

That is from last year when Bookworm wasn't released, so if you're currently on stable it should work.

@TNTBOMBOM
Copy link
Author

so if you're currently on stable it should work.

Current bookworm if you install waydroid inside it you gonna face these issues #903 #900 -> Waydroid doesnt work in debian stable 12 bookworm

Ok Install ready Waydroid-Linux distro ->

Using sid repositories to upgrade the system and then trying to use Waydroid won't work either, because one of its dependencies relies on python3.9 and below, while sid only has versions 3.10 and above.

Waydroid is just a dead software atm whether used with debian stable or unstable (didnt test it with other distros).

@llc0930
Copy link

llc0930 commented Aug 17, 2023

curl https://repo.waydro.id | sudo bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1640  100  1640    0     0   1350      0  0:00:01  0:00:01 --:--:--  1352
[!] Distribution "trixie" is not supported
curl https://repo.waydro.id | sudo bash -s sid
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1640  100  1640    0     0    852      0  0:00:01  0:00:01 --:--:--   851
######################################################################## 100.0%
deb [signed-by=/usr/share/keyrings/waydroid.gpg] https://repo.waydro.id/ sid main
Hit:1 http://deb.debian.org/debian sid InRelease
Hit:2 https://repo.steampowered.com/steam stable InRelease
Ign:4 https://repo.waydro.id sid InRelease
Get:3 http://download.opensuse.org/repositories/devel:languages:crystal/Debian_Unstable  InRelease [1557 B]
Hit:5 http://repository.spotify.com stable InRelease
Hit:6 https://www.deb-multimedia.org sid InRelease
Err:7 https://repo.waydro.id sid Release
  404  Not Found [IP: 205.185.118.53 443]
Reading package lists... Done
E: The repository 'https://repo.waydro.id sid Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

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

3 participants