Search Criteria
Package Details: pspp 1.4.1-2
Git Clone URL: | https://aur.archlinux.org/pspp.git (read-only, click to copy) |
---|---|
Package Base: | pspp |
Description: | Statistical analysis program. Free replacement for SPSS. |
Upstream URL: | http://www.gnu.org/software/pspp/ |
Licenses: | |
Submitter: | escondida |
Maintainer: | migrev |
Last Packager: | migrev |
Votes: | 71 |
Popularity: | 0.57 |
First Submitted: | 2008-10-14 00:20 |
Last Updated: | 2020-12-14 11:42 |
Dependencies (8)
- desktop-file-utils (desktop-file-utils-git)
- gsl
- gtksourceview3 (gtksourceview3-git)
- postgresql-libs (agensgraph-git, postgresql-libs-1c, postgresql-libs-10, postgresql-src-beta-libs, postgresql-libs-9.5, postgresql-libs-9.4, postgresql-libs-9.6, postgresql-lts-libs, postgresql-libs-12, postgresql-src-libs, postgresql-libs-11)
- spread-sheet-widget
- python (python-dbg) (make)
- libxml2 (libxml2-linenum, libxml2-git) (optional) – GNUMERIC support
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git) (optional) – GNUmeric support
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
migrev commented on 2020-06-17 09:01
@brunomontezano: The compile problem was caused by behaviour change in gcc 10. It builds now.
brunomontezano commented on 2020-06-16 22:09
I tried compiling PSPP myself and it did not work, and then I tried to install via this AUR package, and it gave the same error in the "make" part of the installation, the "./configure" part goes as expected. Hope it can be fixed soon. I tried compiling the same day on a Ubuntu VM and it worked fine.
stef204 commented on 2019-09-16 08:44
fixed, builds in clean chroot now. thanks.
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:
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.