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.000007
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

« First ‹ Previous 1 2 3 Next › Last »

astinus commented on 2018-07-12 08:11 (UTC)

Cleaning the package manager cache and installing fixed it.

schlmm commented on 2018-07-12 07:42 (UTC)

hmm configure.ac is there:
https://github.com/OpenLightingProject/ola/blob/master/configure.ac

and build works here

astinus commented on 2018-07-12 07:28 (UTC)

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 (UTC)

yep you are right. i fixed the PKGBUILD

amael commented on 2018-06-16 13:18 (UTC)

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 (UTC) (edited on 2018-06-13 08:13 (UTC) by schlmm)

i dont know if yaourt ist installing the dependencies. so, is python-protobuf installed ?

amael commented on 2018-06-12 16:40 (UTC) (edited on 2018-06-12 16:41 (UTC) by amael)

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.

checking for serial port lock directory... checking whether python version is >= 2.6... yes
checking for python version... 3.6
checking for python platform... linux
checking for python script directory... ${prefix}/lib/python3.6/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python3.6/site-packages
checking for python module: google.protobuf... no
configure: error: failed to find required module google.protobuf
==> ERREUR : Une erreur s’est produite dans build().
    Abandon…
==> ERREUR : Makepkg n'a pas pu construire ola-git.

schlmm commented on 2018-02-27 14:36 (UTC) (edited on 2018-02-27 14:36 (UTC) by schlmm)

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

kwe commented on 2018-02-25 16:57 (UTC) (edited on 2018-02-25 16:57 (UTC) by kwe)

Upstream issue #1192 was closed: https://github.com/OpenLightingProject/ola/issues/1192#issuecomment-368302859

Compiling now seems to work again, however I do get a lot of errors that look like this:

libtool: warning: 'ola/libola.la' has not been installed in '/usr/lib'

Probably requires a PKGBUILD fixup.