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

can not find mali libEGL.so #364

Closed
svkatielee opened this issue Jun 14, 2016 · 6 comments
Closed

can not find mali libEGL.so #364

svkatielee opened this issue Jun 14, 2016 · 6 comments

Comments

@svkatielee
Copy link

When I try to compile OpenCPN 4.4.0 (and earlier releases) I have to make a symbolic link to the library for the compiler to find it:
sudo ln -s /usr/lib/mali/libEGL.so /usr/lib/
I am compiling on Orange Pi PC with: Armbian_5.14_Orangepipc_Debian_jessie_3.4.112_desktop.raw
after an update;upgrade that needed nothing and:
apt-get install build-essential cmake gettext git-core gpsd gpsd-clients libgps-dev wx-common libwxgtk3.0-dev libglu1-mesa-dev libgtk2.0-dev wx3.0-headers libbz2-dev libtinyxml-dev libportaudio2 portaudio19-dev libcurl4-openssl-dev libexpat1-dev libcairo2-dev wx3.0-i18n

@ThomasKaiser
Copy link
Contributor

You find the Mali BLOBs as part of this pull request (unknown license situation)

@svkatielee
Copy link
Author

Maybe my question should have been, Is it a problem in the OS environment or in the Makefiles?

@ThomasKaiser
Copy link
Contributor

Is it a problem in the OS environment or in the Makefiles?

I'm obviously not understanding the whole question. :) So do we ship with /usr/lib/mali/libEGL.so and the symlink is missing or what's the issue?

@svkatielee
Copy link
Author

Yes, you ship with /usr/lib/mali/libEGL.so and the symlink is missing.
I added the symlink so the compiler could find it. I am asking if the correct action is to add the symlink in armbian or to modify the project makefiles as a special case for armbian. Should I have opened the issue at https://github.com/OpenCPN/OpenCPN

@ThomasKaiser
Copy link
Contributor

I am asking if the correct action is to add the symlink in armbian or to modify the project makefiles as a special case for armbian.

Hmm... since Armbian is 'just a build system' and not a specific distro I think adding the symlink in Armbian would be the better choice. But since I'm not familiar with our desktop build at all and repackaging desktop stuff is work in progress we should leave this up to the new desktop/Mali maintainers.

@svkatielee
Copy link
Author

I have determined the problem is a poorly written CMakeLists.txt file cant find libs on this arch/distro.
Sorry for the noise here. Thank you for your time Thomas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants