@Andhika24kd You will have to rebuild OpenBoard to take the updated Poppler library into account. This was just discussed between iyanmv and bartus in the last comments, and the recommendation would be to use e.g. rebuild-detector to get notifications when AUR packages have to be rebuilt due to pacman -Syu updates.
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: | 54 |
Popularity: | 0.065295 |
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-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- 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 (cmake-gitAUR) (make)
- qt6-tools (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 Next › Last »
fsiegert commented on 2020-09-15 06:46 (UTC)
sourcandy commented on 2020-09-13 15:21 (UTC)
Openboard complains about missing libpoppler.so.101 file but newer version (libpoppler.so.102) is already there. Is it the expected behaviour (using fixed version instead of the latest one)? Is there any workaround? Sorry but I'm kinda new to Linux.
bartus commented on 2020-07-11 15:42 (UTC) (edited on 2020-07-17 13:16 (UTC) by bartus)
@iyanmv: if you would like to pop pkgrel
, be my guest :) But would rather propose using rebuild-retector
to get notification upon pamcan -Sy
about packages that need to be rebuild.
Once I've created an automatic update script with Travis
for gimp-develop-git
and won't bother again.
iyanmv commented on 2020-07-11 12:03 (UTC)
Would it be possible that when a rebuild is necessary, pkgrel is increased? I always discover that I need to rebuild when I need to use the app (in the middle of a video call) and compilation takes a bit...
pogojotz commented on 2020-05-29 14:48 (UTC)
@fsiegert I resolved it. See my edit. Sorry for the noise.
fsiegert commented on 2020-05-29 14:45 (UTC)
@pogojotz @woodchip That's weird, I still can't reproduce it. Unfortunately I don't know enough about the qmake build system here, so I don't understand why it doesn't find them if qt5-webkit
is installed. Let me know if you figure anything out in your debugging.
pogojotz commented on 2020-05-29 14:31 (UTC) (edited on 2020-05-29 14:43 (UTC) by pogojotz)
@fsiegert I see exactly the same error. qt5-webkit is installed.
EDIT:
Nevermind. I have a second Qt installation for work and have its bin path added to $PATH so the the line qmake OpenBoard.pro -spec linux-g++
used the wrong qmake version. I changed the line to /usr/bin/qmake OpenBoard.pro -spec linux-g++
now it compiles.
fsiegert commented on 2020-04-22 11:38 (UTC)
@woodchip It builds for me, so I'm a bit puzzled:
==> Starting build()...
Info: creating stash file /home/fsiegert/.cache/yay/openboard/src/OpenBoard-1.5.4/.qmake.stash
make -f Makefile.Release
make[1]: Entering directory '/home/fsiegert/.cache/yay/openboard/src/OpenBoard-1.5.4'
/usr/bin/uic src/web/browser/downloaditem.ui -o build/linux/release/ui/ui_downloaditem.h
[...]
Your message sounds a bit like qt5-webkit
isn't installed, but that's a dependency, so you must have it installed, no?
Does anybody else see this build problem?
woodchip commented on 2020-04-21 19:05 (UTC)
Getting the following when trying to install:
==> Starting build()... Info: creating stash file /home/arp/AUR/openboard/src/OpenBoard-1.5.4/.qmake.stash Project ERROR: Unknown module(s) in QT: webkit webkitwidgets ==> ERROR: A failure occurred in build(). Aborting...
fsiegert commented on 2020-01-19 18:04 (UTC)
@aqua123 @payam @supercow
Thanks to loqs at https://bbs.archlinux.org/viewtopic.php?pid=1883212 this should now be solved.
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.)