@dS810 Can you try again please? I have added 'patch' as explicit dependency.
Search Criteria
Package Details: openboard 1.7.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openboard.git (read-only, click to copy) |
---|---|
Package Base: | openboard |
Description: | Interactive whiteboard software for schools and universities |
Upstream URL: | http://openboard.ch/index.en.html |
Licenses: | GPL3 |
Submitter: | fsiegert |
Maintainer: | fsiegert (bartus, Vekhir) |
Last Packager: | fsiegert |
Votes: | 55 |
Popularity: | 0.172749 |
First Submitted: | 2016-12-06 14:42 (UTC) |
Last Updated: | 2024-12-19 12:07 (UTC) |
Dependencies (12)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- poppler (poppler-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-multimedia
- qt6-svg
- qt6-webchannel
- qt6-webengine
- quazip-qt6
- cmake (cmake3AUR, cmake-gitAUR) (make)
- qt6-tools (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 15 Next › Last »
fsiegert commented on 2021-04-30 14:57 (UTC)
dS810 commented on 2021-04-30 13:01 (UTC) (edited on 2021-04-30 13:03 (UTC) by dS810)
I can't install this package. Error Message: (Line 28. Command not found)
==> Entpacke Quellen... -> Entpacke v1.6.1.tar.gz mit bsdtar ==> Beginne prepare()... -> drop_ThirdParty_repo /tmp/trizen-artem/openboard/PKGBUILD: Zeile 28: patch: Kommando nicht gefunden. ==> FEHLER: Ein Fehler geschah in prepare(). Breche ab... :: Unable to build openboard - makepkg exited with code: 4
fbettio commented on 2021-03-22 12:35 (UTC)
@fsiegert You are right! Sorry, I've made a bit of a mess with the installation steps! Thanks again for your quick reply.
fsiegert commented on 2021-03-22 10:29 (UTC)
@fbettio It works fine for me, and your error message looks like you installed OpenBoard, then updated your system (including libpoppler) and then didn't recompile OpenBoard, such that it doesn't find the correct libpoppler.
Btw... rebuild-detector can help with these problems: https://aur.archlinux.org/packages/rebuild-detector
fbettio commented on 2021-03-22 10:00 (UTC)
Hi. I could not install openboard. An error appeared caused by the dependencies:
$ openboard
openboard: error while loading shared libraries: libpoppler.so.107: cannot open shared object file: No such file or directory
The latest poppler installed on my archlinux is 21.03.0-1 (libpoppler.so.108).
Did I do something wrong? If no, could you check it?
Thanks a lot in advance, Fabio
Jumanji commented on 2020-10-21 15:31 (UTC)
@bartus: on Manjaro this does the trick, thanks!
bartus commented on 2020-10-12 23:45 (UTC) (edited on 2020-10-12 23:49 (UTC) by bartus)
@odabaz: If you intend to stick with quazip:0.9
or you are on Manjaro which is slacking off with updates, you have to roll back openboard
package to commit preceding one introducing quazip:1.0
update: fa5004fdc2cc
git -C /tmp clone https://aur.archlinux.org/openboard.git
git -C /tmp/openboard reset --hard fa5004fdc2c~1
(cd /tmp/openboard; makepkg -i)
As far as I know there isn't any aur-helper that can perform package reset for you, so manual is the only way here.
odabaz commented on 2020-10-12 19:31 (UTC) (edited on 2020-10-12 19:32 (UTC) by odabaz)
Hey, I'm currently not able to install openboard. The thing is that I dont know how to apply the quazip.patch
to my system. It's not quite simple as it might look. My current quazip package is quazip 0.9.1-1
. I'm facing a similar issue as @rs410ga was.
src/adaptors/UBImportDocument.cpp:42:10: fatal error: quazip.h: No such file or directory
42 | #include "quazip.h"
| ^~~~~~~~~~
compilation terminated.
make[1]: [Makefile.Release:3387: build/linux/release/objects/UBImportDocument.o] Error 1
make[1]: Waiting for unfinished jobs....
src/adaptors/UBExportDocument.cpp:43:10: fatal error: quazip.h: No such file or directory
43 | #include "quazip.h"
| ^~~~~~~~~~
compilation terminated.
make[1]: [Makefile.Release:3263: build/linux/release/objects/UBExportDocument.o] Error 1
make[1]: Leaving directory '/home/odabaz/Applications/openboard/src/OpenBoard-1.5.4'
make: [Makefile:42: release] Error 2
==> ERROR: A failure occurred in build().
Aborting...
bartus commented on 2020-10-12 08:43 (UTC) (edited on 2020-10-12 08:45 (UTC) by bartus)
Current packages state:
Pinned Comments
bartus commented on 2024-03-12 15:41 (UTC) (edited on 2024-03-13 09:39 (UTC) by bartus)
Since version
v1.7.0
the Qt5 backend is no longer actively maintained and supported.Control environment variable can be used to force build against
qt5
ENABLE_QT5=1
to build againstqt5
(default:off)Usage cases:
makepkg ENABLE_QT5=1
yay -S openboard --mflags="ENABLE_QT5=1"
Yay
users warning:If you want to build against
qt5
, you have to callpacman -S qt5-{base,declarative,multimedia,tools,svg,webchannel,webengine}
beforehand.fsiegert commented on 2023-01-16 12:04 (UTC)
@unphysicalix: That's correct, you have to rebuild after dependency packages are updated. Let me make this post sticky to avoid people running into this again and again.
If OpenBoard stops working and when starting it from the command line you get an error message of the type:
Then you most likely just need to rebuild OpenBoard (either with
makepkg
or with your favourite AUR helper) because a dependency package has been updated.(That's the one disadvantage of AUR packages. I don't know what the threshold is for the package to be migrated into the community repository instead.)