Package Details: pspp 2.0.0-1

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: GPL3
Submitter: escondida
Maintainer: migrev
Last Packager: migrev
Votes: 78
Popularity: 0.039337
First Submitted: 2008-10-14 00:20 (UTC)
Last Updated: 2024-01-05 09:17 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

rafaelff commented on 2019-05-09 11:47 (UTC)

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

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

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

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

@alice4ever: 'spread-sheet-widget' is already in depends array, so it already satisfy makedepends. Adding it to makepdepends array changes anything..

alive4ever commented on 2018-12-17 00:07 (UTC) (edited on 2018-12-17 00:08 (UTC) by alive4ever)

Unable to build pspp, missing build dependencies: spread-sheet-widget.

Solution: spread-sheet widget has to be added as build dependency.

diff --git a/PKGBUILD b/PKGBUILD
index 384f018..157f906 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
 # Contributor: joyfulgirl <joyfulgirl (at) archlinux.us>
 pkgname=pspp
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Statistical analysis program. Free replacement for SPSS."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/pspp/"
 license=('GPL3')
 depends=('gsl' 'gtksourceview3' 'postgresql-libs' 'desktop-file-utils' 'spread-sheet-widget')
+makedepends=('spread-sheet-widget')
 optdepends=('zlib: GNUmeric support'
             'libxml2: GNUMERIC support')
 options=('!libtool' '!emptydirs')

rafaelff commented on 2018-11-08 13:36 (UTC)

Hey, two suggestions about this package:

  • 'desktop-file-utils' can be omitted in the 'depends' array as 'gtksourceview3' already depends in it.
  • the .install file can be removed as pacman hooks already run those commands, see https://wiki.archlinux.org/index.php/Pacman#Hooks and check /usr/share/libalpm/hooks/

jonathon commented on 2018-09-01 11:48 (UTC)

Please consider a change to:

source=(https://ftp.gnu.org/gnu/pspp/pspp-${pkgver}.tar.gz)

migrev commented on 2018-08-31 09:51 (UTC)

@mkamilturan: Compile bug found and exterminated :) Enjoy

mkamilturan commented on 2018-08-31 04:35 (UTC)

System: 15.7 deepin desktop, I don't build. I have an error message. Message is:

make[4]: [Makefile:2547: fseterr.lo] Error 1 make[4]: Leaving directory '/tmp/yaourt-tmp-mkturan/aur-pspp/src/pspp-1.0.1/gl' make[3]: [Makefile:2575: all-recursive] Error 1 make[3]: Leaving directory '/tmp/yaourt-tmp-mkturan/aur-pspp/src/pspp-1.0.1/gl' make[2]: [Makefile:2063: all] Error 2 make[2]: Leaving directory '/tmp/yaourt-tmp-mkturan/aur-pspp/src/pspp-1.0.1/gl' make[1]: [Makefile:12155: all-recursive] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-mkturan/aur-pspp/src/pspp-1.0.1' make: *** [Makefile:5776: all] Error 2