Package Details: pspp 2.0.1-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: 79
Popularity: 0.97
First Submitted: 2008-10-14 00:20 (UTC)
Last Updated: 2024-04-30 21:33 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

escondida commented on 2010-11-07 00:12 (UTC)

The latest PKGBUILD & patch should fix the compilation issues. Also cleaned up the PKGBUILD a bit

<deleted-account> commented on 2010-10-12 19:42 (UTC)

It doesn't compile on my system: Linux corfu 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 08:45:18 CEST 2010 x86_64 AMD Phenom(tm) II X4 945 Processor AuthenticAMD GNU/Linux. These are the last lines of the output: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -I./src -I./lib -DPKGDATADIR=\"/usr/share/pspp\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -Wall -march=x86-64 -mtune=generic -O2 -pipe -Wdeclaration-after-statement -MT lib/gtksheet/lib_gtksheet_libgtksheet_a-gtkitementry.o -MD -MP -MF lib/gtksheet/.deps/lib_gtksheet_libgtksheet_a-gtkitementry.Tpo -c -o lib/gtksheet/lib_gtksheet_libgtksheet_a-gtkitementry.o `test -f 'lib/gtksheet/gtkitementry.c' || echo './'`lib/gtksheet/gtkitementry.c lib/gtksheet/gtkitementry.c:148:21: error: declaración static de ‘gtk_entry_reset_im_context’ después de una declaración que no es static /usr/include/gtk-2.0/gtk/gtkentry.h:311:13: nota: la declaración previa de ‘gtk_entry_reset_im_context’ estaba aquí lib/gtksheet/gtkitementry.c:2196:1: aviso: se define ‘gtk_entry_update_primary_selection’ pero no se usa make[2]: *** [lib/gtksheet/lib_gtksheet_libgtksheet_a-gtkitementry.o] Error 1 make[2]: se sale del directorio `/home/pepe/config/builds/pspp/src/pspp-0.6.2' make[1]: *** [all-recursive] Error 1 make[1]: se sale del directorio `/home/pepe/config/builds/pspp/src/pspp-0.6.2' make: *** [all] Error 2

td123 commented on 2010-07-17 20:58 (UTC)

Just a few things to take into account, perl, texinfo, pkgconfig are already provided by base/base-devel so you don't need to have the makedepends line. Also, you don't need the " || return 1"s anymore in the PKGBUILD Cheers!

escondida commented on 2010-07-03 04:01 (UTC)

pkgrel bump to -3. The PKGBUILD now takes advantage of the new package() function.