Package Details: ola-git 0.10.6.r1355.g671e66b85-1

Git Clone URL: https://aur.archlinux.org/ola-git.git (read-only, click to copy)
Package Base: ola-git
Description: The Open Lighting Architecture (OLA) provides a plugin framework for distributing DMX512 control signals on Mac and Linux
Upstream URL: https://www.openlighting.org/ola/
Licenses: GPL2, LGPL2.1
Conflicts: ola
Provides: ola
Submitter: schlmm
Maintainer: schlmm
Last Packager: schlmm
Votes: 14
Popularity: 0.000011
First Submitted: 2012-06-25 17:00 (UTC)
Last Updated: 2018-06-25 06:33 (UTC)

Dependencies (19)

Required by (5)

Sources (1)

Latest Comments

1 2 3 Next › Last »

topas-rec commented on 2023-09-16 20:08 (UTC) (edited on 2023-09-16 20:15 (UTC) by topas-rec)

i could not make a working PKGBUILD with your package

Let's talk about that in a personal message.

downgrading protobuf and python-protobuf still works

This depends on the packages one has installed, right? For me it didn't work without holding back other packages (I remember libphonenumber for mumble)

schlmm commented on 2023-09-16 08:53 (UTC)

i could not make a working PKGBUILD with your package. do you have a working one? and will your package work with python-protobuf?

downgrading protobuf and python-protobuf still works, so i think this is still a valid solution until upstream fixes the issue

topas-rec commented on 2023-08-11 07:02 (UTC)

Dear maintainer, please consider adding libprotobuf-compat-32 as dependency to this package as long as ola needs version 32 of libprotobuf.

topas-rec commented on 2023-07-14 14:12 (UTC) (edited on 2023-08-10 19:35 (UTC) by topas-rec)

Does build, but not run because it needs an older libprotobuf than currently delivered by arch.

olad[969]: /usr/bin/olad: error while loading shared libraries: libprotobuf.so.32: cannot open shared object file: No such file or directory

Holding back protobuf at 21.12-2 fixes the problem temporarily.

More info and issue tracking at ola issue 1879

Maybe we need a compat package for that time.

edit: Compat package created

mika.cousin commented on 2020-12-07 14:38 (UTC) (edited on 2020-12-24 13:35 (UTC) by mika.cousin)

Hi, maybe you should use 0.10 branch because master branch missed some patches to run with python 3.9. You could use : source=("git+https://github.com/OpenLightingProject/ola.git#branch=0.10")

And you should update the 0.10.6 comment to 0.10.8.

Edit: Not needed anymore. Needed commits have been merged to master.

yar commented on 2019-06-25 23:55 (UTC)

Someone on that github thread posted a patch which seems to work for me. If you want to try it, you can replace the source line with my fork:

source=("git+https://github.com/yardenac/ola.git#branch=pb37")

schlmm commented on 2019-04-01 10:26 (UTC)

you have to downgrade protobuf to 3.6 until there is support for protobuf 3.7

see https://github.com/OpenLightingProject/ola/issues/1550

paum commented on 2019-03-31 15:26 (UTC)

can't build

schlmm commented on 2018-08-13 15:01 (UTC) (edited on 2018-08-13 15:01 (UTC) by schlmm)

should be fixed when https://github.com/OpenLightingProject/ola/pull/1467 gets merged

for now you can use
source=('git+https://github.com/peternewman/ola.git#branch=protobuf-3.6')
as source

kwe commented on 2018-08-10 18:14 (UTC) (edited on 2018-08-10 18:15 (UTC) by kwe)

Not building for me:

checking for libprotobuf... yes
checking protobuf library version... 3.6.0
checking for protoc... /usr/bin/protoc
checking protoc version... 3.6.0
checking google/protobuf/compiler/command_line_interface.h usability... no
checking google/protobuf/compiler/command_line_interface.h presence... yes
configure: WARNING: google/protobuf/compiler/command_line_interface.h: present but cannot be compiled
configure: WARNING: google/protobuf/compiler/command_line_interface.h: check for missing prerequisite headers?
configure: WARNING: google/protobuf/compiler/command_line_interface.h: see the Autoconf documentation
configure: WARNING: google/protobuf/compiler/command_line_interface.h: section "Present But Cannot Be Compiled"
configure: WARNING: google/protobuf/compiler/command_line_interface.h: proceeding with the compiler's result
configure: WARNING: ## --------------------------------------------- ##
configure: WARNING: ## Report this to open-lighting@googlegroups.com ##
configure: WARNING: ## --------------------------------------------- ##
checking for google/protobuf/compiler/command_line_interface.h... no
configure: error: Cannot find the protoc header files