-
Notifications
You must be signed in to change notification settings - Fork 390
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
glib <=2.7 not found #1601
Comments
Not sure why it doesn't work. After installing If you enter the image you created, does the file exist? (also, this doesn't seem like a cross issue, but I can try to help you :) ) |
hi @Emilgardis, it definitely exists with pointing v2.48.2. i'm trying to compile the same code outside of cross and it succeeds without a problem but I have the issue that I need to match with glib 2.56.4 with ubuntu 18.04 if I want to use cross (which will save me a lot of compilation time). Tried to made explicit the version but apt it fails by not finding it. RUN apt-get update && apt-get install --assume-yes \
nasm \
libgstreamer1.0-dev:arm64 \
libgstreamer-plugins-base1.0-dev:arm64 \
libssl-dev:arm64 \
libglib2.0-dev:arm64=2.56.1-2ubuntu1 \
libudev-dev:arm64 \
&& \
apt-get clean |
not sure why it can't find it, I'm not very good at ubuntu packages so not sure what else you could try :/ |
hi! I'm attempting to build a cross docker for an old ubuntu18.04 that needs gstreamer with glib <= 2.7 and I'm getting some issue to get the container with the right configuration. This is what I'm trying
Then during the compilation I get the following error:
The text was updated successfully, but these errors were encountered: