Search Criteria
Package Details: ola-git 0.10.6.r1355.g671e66b85-1
Git Clone URL: | https://aur.archlinux.org/ola-git.git (read-only) |
---|---|
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: | |
Conflicts: | |
Provides: | |
Submitter: | schlmm |
Maintainer: | schlmm |
Last Packager: | schlmm |
Votes: | 13 |
Popularity: | 0.755179 |
First Submitted: | 2012-06-25 17:00 |
Last Updated: | 2018-06-25 06:33 |
Dependencies (19)
- cppunit
- libmicrohttpd (libmicrohttpd-git)
- protobuf (protobuf3-git, protobuf-bin, protobuf-static)
- avahi (avahi-git, avahi-gtk2, avahi-nosystemd) (make)
- bison (byacc-bison, bison-git) (make)
- flex (flex-android, flex-git) (make)
- git (git-git) (make)
- libftdi-compat (make)
- liblo (liblo-git, liblo-ipv6) (make)
- libusb (make)
- libusb-compat (libusb0) (make)
- python (python-dbg) (make)
- python-protobuf (make)
- avahi (avahi-git, avahi-gtk2, avahi-nosystemd) (optional)
- libftdi-compat (optional)
- liblo (liblo-git, liblo-ipv6) (optional)
- libusb (optional)
- openslp (optional)
- python-protobuf (optional)
Required by (2)
- qlcplus (requires ola) (optional)
- qlcplus-qt5 (requires ola) (optional)
Latest Comments
1 2 Next › Last »
schlmm commented on 2018-08-13 15:01
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
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
alphancioglu commented on 2018-07-12 08:11
Cleaning the package manager cache and installing fixed it.
schlmm commented on 2018-07-12 07:42
hmm configure.ac is there:
https://github.com/OpenLightingProject/ola/blob/master/configure.ac
and build works here
alphancioglu commented on 2018-07-12 07:28
I am getting error during makepkg:
==> Starting pkgver()... ==> Removing existing $pkgdir/ directory...
==> Starting build()...
autoreconf: 'configure.ac' or 'configure.in' is required
==> ERROR: A failure occurred in build().
Aborting...
2018-07-12 10:24:07,979 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/alp/.cache/aurman/ola-git
schlmm commented on 2018-06-25 06:36
yep you are right. i fixed the PKGBUILD
amael commented on 2018-06-16 13:18
No, it was not. And it worked with it.
But I think it shouldn't be an optionnal dependency as it is required to build as in the default pkgbuild.
schlmm commented on 2018-06-13 08:13
i dont know if yaourt ist installing the dependencies. so, is python-protobuf installed ?
amael commented on 2018-06-12 16:40
The build fails for me, the python module google.protobuf is not found. I'm installing with yaourt and I did not modify the pkgbuild.
schlmm commented on 2018-02-27 14:36
updated the pkgbuild. it now defaults to python3. there is a variable for python2 if you need it.
@kew i think the libtool warnings are harmless. didnt find a way to get rid of them