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
Unable to install magnum-plugins.deb on Linux Mint 20.2 #105
Comments
Hi,
Yeah, sorry about that. Do you know if it's possible to suppress this error? it has no effect on the
That should be easy to fix, actually. Can you try this patch? it just adds diff --git a/package/debian/control b/package/debian/control
index fb92ebbd..461a50da 100644
--- a/package/debian/control
+++ b/package/debian/control
@@ -17,5 +17,5 @@ Description: Plugins for the Magnum C++11/C++14 graphics engine
Package: magnum-plugins
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, magnum, libdevil1c2, libjpeg8|libjpeg62-turbo, libpng16-16, libfaad2, libfreetype6, libassimp3v5|libassimp4|libassimp5, libopenexr22
+Depends: ${shlibs:Depends}, ${misc:Depends}, magnum, libdevil1c2, libjpeg8|libjpeg62-turbo, libpng16-16, libfaad2, libfreetype6, libassimp3v5|libassimp4|libassimp5, libopenexr22|libopenexr24
Description: Plugins for the Magnum C++11/C++14 graphics engine If you confirm this makes it work, I'll update the package. Sorry about this, EXR support was added recently and I only checked older Ubuntu releases for the package name. |
I'm not familiar with So if I run
Yes, the patch fixes the .deb install, thank you. |
Awesome, Patch pushed as 37c1214, thanks a lot for reporting this! |
Linux Mint 20.2 (based on Ubuntu 20.04, Focal)
I tried following instructions here to install
magnum-plugins
:https://doc.magnum.graphics/magnum/building-plugins.html#building-plugins-packages-deb
When running
dpkg-buildpackage
the build attempts a secure upload at the end which fails.I assume this is inconsequential since it still appears to have successfully built the .deb file, but I might as well mention it because the following step also fails:
I also attempted to disable related features as explained here, editing
packages/debian/rules
withBut the resulting .deb file still requires
libopenexr22
The problem is that the version available on this distro is actually libopenexr24
The text was updated successfully, but these errors were encountered: