Package Details: openboardview 9.95.2-1

Git Clone URL: https://aur.archlinux.org/openboardview.git (read-only, click to copy)
Package Base: openboardview
Description: Linux SDL/ImGui edition software for viewing .brd files
Upstream URL: https://openboardview.org/
Licenses: MIT
Submitter: freswa
Maintainer: freswa
Last Packager: freswa
Votes: 7
Popularity: 0.043881
First Submitted: 2018-04-18 22:24 (UTC)
Last Updated: 2025-08-20 11:48 (UTC)

Latest Comments

1 2 Next › Last »

kmille commented on 2025-08-15 14:17 (UTC)

I don't know why, but the binary of the package just segfaults on my computer. The binary on the Github's release (.deb file) just works.

firdouglas commented on 2025-07-04 01:24 (UTC)

Anyone know how to go about finding the .fz decode key?

firdouglas commented on 2025-07-04 01:15 (UTC)

Likely completely unnecessary but make that in whatever folder path you clone th e repo into, each folder in that path contains no spaces. I.e. it can't be like this /home/user/'clone github repos'/openboardview. Would need to be like /home/user/clone_github_repos/openboardview or something like that.

elbeardmorez commented on 2025-06-09 17:12 (UTC) (edited on 2025-06-09 17:18 (UTC) by elbeardmorez)

So either pull an unmerged MR, manually patch ..or use gcc<15. Path of least resistance here was:

> pacman -S gcc13
> sudo -u nobody paru --fm=vim openboardview

edit PKGBUILD adding:

export CC=/usr/bin/gcc13 CXX=/usr/bin/g++13

prior to cmake call

flatmoll commented on 2025-05-22 00:25 (UTC)

@freswa, it worked, thanks!

freswa commented on 2025-05-17 20:33 (UTC)

@flatmoli see https://github.com/OpenBoardView/OpenBoardView/issues/327

flatmoll commented on 2025-05-17 19:47 (UTC)

After a successful build, I am getting segfault with no other information (both openboardview 9.95.1-2 and openboardview-git 9.95.1.r45.g726e817-1). Nothing is created in .config, .cache, or .local/share. I have updated everything before installing and checked that dependencies are met.

misty commented on 2025-04-19 15:39 (UTC)

Just like the error says, adding "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" to the PKGBUILD in build() to the cmake line works fine.

gioan777 commented on 2025-04-05 10:31 (UTC)

There's a ./configure error with this package caused by CMake

==> Making package: openboardview 9.95.1-1 (2025-04-05T13:29:26 EEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'openboardview-9.95.1-1':

freswa commented on 2023-12-12 12:43 (UTC)

@Repentinus Thx, applied.