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

Fails to run on Solus, Unknown package manager, GLIBC_2.33 not found #23

Open
equareo opened this issue Aug 15, 2021 · 4 comments
Open

Comments

@equareo
Copy link

equareo commented Aug 15, 2021

git clone https://github.com/ubports/ubports-pdk

./ubuntu-touch-pdk setup

WARNING: You haven't set up your environment yet. Continuing with setup...
Installing prerequisites
snap "qemu-ut-pdk" is already installed, see 'snap help refresh'
KVM group all set up, good.
Please create and enter the directory path you want to set up.
This directory will contain your VM images and source code.
Path: ubports
WARNING: The OpenSSH server seems to be missing or not activated, please install it using your package manager.
Would you like to do that automatically now [y/n]?
Unknown package manager used, please add support for it in UBports PDK. <- Solus uses eopkg
Inserting ssh key into authorized keys list
Generating image with settings
100+0 records in
100+0 records out
104857600 bytes (105 MB, 100 MiB) copied, 0.838064 s, 125 MB/s
mkfs.fat 4.1 (2017-01-24)
Copying settings to image
Using mtools to create a settings image

./ubuntu-touch-pdk pull

Pull successful!

./ubuntu-touch-pdk run

Name of the environment: default

WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
qemu-system-x86_64: warning: dbind: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-Z0DWnohoda: No such file or directory
Couldn't open libEGL.so.1: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /var/lib/snapd/lib/gl/libEGL.so.1)

OpenSSH server and Glibc_2.33 is already installed

@thebeardedpapi
Copy link

Did you ever find a solution?

I get the same thing on fedora

❯ ./ubuntu-touch-pdk run
#####################################
Ubuntu Touch Platform Development Kit
#####################################

Executing tasks:
	Setup? no
	Clear cache? no
	List? no
	Pull image? no
	Run an image? yes


Name of the environment: default

WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
Gtk-Message: 21:54:25.277: Failed to load module "pk-gtk-module"
Gtk-Message: 21:54:25.278: Failed to load module "pk-gtk-module"
Couldn't open libEGL.so.1: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /var/lib/snapd/lib/gl/libEGL.so.1)

however i am on glibc-2.34-7 - I'm going to try downgrading to 2.33, maybe i'll have better luck.

@fredldotme
Copy link
Collaborator

I can only assume here: Are you using NVIDIA graphics cards with proprietary drivers?
If yes then that might be a problem.

@equareo
Copy link
Author

equareo commented Oct 21, 2021

yes i have the nvidia proprietary driver. I didn't find a solution. I haven't tried it since August though.

@thebeardedpapi
Copy link

I am @fredldotme . NVIDIA card has always been a pain in the ass on linux.

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