-
Notifications
You must be signed in to change notification settings - Fork 87
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
Installation fails if using "bullseye" Image #15
Comments
Hi there, I can't get this built with libjpegturbo-dev, and libjpeg9-dev is another dead pointer to libturbo62-dev just like 8 is, which is installed installed but still fails. What's the workaround? --Current PIOS bulleye, system context-- libjpeg62-turbo-dev is already the newest version (1:2.0.6-4). --err from make install-- WARNING: apt does not have a stable CLI interface. Use with caution in scripts. E: Package 'libjpeg8-dev' has no installation candidate --nvm, I fixed it--- then even though the 'make install' barfed again, the 'make build' worked. I ended up finding this via ustreamers build. It didn't hide the build msgs so much, so I could chase down deps. |
This should fix #15 and #16 Signed-off-by: Stephan Wendel <[email protected]>
This commit should cover the following: Missing insatllation candidate of libjpeg8-dev in bullseye images, fixes #16 and #15 Refactores installation of ustreamer. This should cover #12 Dropped ustreamer as submodule and clone it via install script. For buster based images it reset the repo to last commit of v4.13 (omx support) All other will get master branch (latest commit at insatllation) This enables posibility to write an app updater. Fixes custompios module according to changes. # refactor(install): adds clone_ustreamer func # This function should seperate cloning of ustreamer. # If buster based image use commit with version 4.13, # this is last version supporting OpenMaxIL (omx). # All other should use master branch. #Signed-off-by: Stephan Wendel <[email protected]> # chore: removes submodule initialisation # Signed-off-by: Stephan Wendel <[email protected]> # refactor!: removes ustreamer as git submodule # Signed-off-by: Stephan Wendel <[email protected]> # refactor(update): removes manual update function # Will introduce a new procedure in the future. # Signed-off-by: Stephan Wendel <[email protected]> # refactor(uninstall): removes deprecated functions # Removes funcs uninstall_go and uninstall_v4l2rtsp # Signed-off-by: Stephan Wendel <[email protected]> # fix(install): fix error message if moonraker.conf is missing # cp command throws error message if moonraker.conf is missing. # Signed-off-by: Stephan Wendel <[email protected]> # fix(install): refactor install to support bullseye images # This should fix #15 and #16 # Signed-off-by: Stephan Wendel <[email protected]>
This commit should cover the following: Missing insatllation candidate of libjpeg8-dev in bullseye images, fixes #16 and #15 Refactores installation of ustreamer. This should cover #12 Dropped ustreamer as submodule and clone it via install script. For buster based images it reset the repo to last commit of v4.13 (omx support) All other will get master branch (latest commit at insatllation) This enables posibility to write an app updater. Fixes custompios module according to changes.
This commit should cover the following: Missing insatllation candidate of libjpeg8-dev in bullseye images, fixes #16 and #15 Refactores installation of ustreamer. This should cover #12 Dropped ustreamer as submodule and clone it via install script. For buster based images it reset the repo to last commit of v4.13 (omx support) All other will get master branch (latest commit at insatllation) This enables posibility to write an app updater. Fixes custompios module according to changes.
Close due 6071c6f |
What happened
Due missing dependency 'libjpeg8-dev' in bullseye images, the Installer fails.
What did you expect to happen
Well, a running install and a successful install of crowsnest :)
How to reproduce
Get Raspberry Pi OS latest Image, clone crowsnest and run 'make install'
Additional information
As workaround for now use 'libjpeg9-dev' or 'libjpeg62-turbo-dev'
After that run 'make build'
The text was updated successfully, but these errors were encountered: