AUR (en) - pspp
stef204 commented on 2019-09-16 08:44
migrev commented on 2019-09-16 08:10
Updated to 1.2.0-2: added python to makedepends, removed .install file. It build for me without problems. @stef204: Please post your build log if it still fails, as I can't reproduce your problem.
stef204 commented on 2019-09-15 12:52
i tried building this both locally and in a clean chroot--fails, don't see an significant error messages or logs. system is up to date. does it build for you?
Joel commented on 2019-06-30 04:15
You need to rebuild again to honor readline new version library
pfm commented on 2019-05-09 15:07
ACK. Adding python is enough, just tested.
rafaelff commented on 2019-05-09 11:47
@pfm: Do you refer to the error:
glib-genmarshal --body --prefix=psppire_marshal src/ui/gui/marshaller-list >> src/ui/gui/psppire-marshal.c
/usr/bin/env: ‘python3’: No such file or directory
make: *** [Makefile:12848: src/ui/gui/psppire-marshal.c] Error 127
make: *** Waiting for unfinished jobs....
Actually, adding python to makedepends seems to be enough.
pfm commented on 2019-05-09 09:34
I had to add python-virtualenv to makedepends in order to compile in a virtual environment. Reason: glib-genmarshal and other python scripts with env python3.
rafaelff commented on 2018-12-18 00:43
@alice4ever: Your definition is not totally correct. The depends array are for dependencies for both build AND run the binary, while makedepends is a dependency for ONLY building the binary. Therefore if the package is listed in depends array, one does not need to list in makedepends. Since 'spread-sheet-widget' is already in depends, no need for putting in makedepends.
See: https://wiki.archlinux.org/index.php/PKGBUILD#depends and #makedepends section a little bit further.
alive4ever commented on 2018-12-18 00:06
@rafaelff: no, depends and makedepends are different.
makedepends are required to build the package.
depends are required to run the binary.
rafaelff commented on 2018-12-17 00:24
@alice4ever: 'spread-sheet-widget' is already in depends array, so it already satisfy makedepends. Adding it to makepdepends array changes anything..
fixed, builds in clean chroot now. thanks.