Package Details: pspp 2.0.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: GPL3
Submitter: escondida
Maintainer: migrev
Last Packager: migrev
Votes: 79
Popularity: 0.21
First Submitted: 2008-10-14 00:20 (UTC)
Last Updated: 2024-07-22 16:15 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

rafaelff commented on 2024-06-23 10:19 (UTC)

@FishBoneEK have you tried to rebuild pspp so it can link to libgsl.so.28 from package gsl 2.8-1? It is not recommended making symlink of libraries across versions, as the upstream did a soname version bump for a reason.

FishBoneEK commented on 2024-06-23 10:13 (UTC)

pspp can't find libgsl.so.27 on start up. On my system, gsl 2.8-1 is installed, which contains libgsl.so.28 instead. Recompiling pspp doesn't work, problem persists. I solved this by ln -s /usr/lib/libgsl.so.28.0.0 /usr/lib/libgsl.so.27. Not sure if it's my setup went wrong or sth else.

migrev commented on 2022-01-29 09:35 (UTC)

@fen823: Bumped release to force a recompile. Thanks for the report.

feng823 commented on 2022-01-29 04:13 (UTC)

The latest gsl is 2.7.1-1 now, leaving pspp exit with the following error message.

pspp: error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or directory

brunomontezano commented on 2020-07-17 17:39 (UTC)

Hi @rafaelff and @migrev. I reinstalled glibc and compiled libiconv myself from the GNU website, and now the problem on config.log that @rafaelff had seen is gone. It "am_cv_func_iconv_works=yes", but the problem that occurs in the make phase is the following: (I've tried some stuff already, like put /usr/local/lib and /usr/local/include on ld config and then "sudo ldconfig")

/usr/bin/ld: src/ui/gui/src_ui_gui_psppire-widgets.o:/home/pepper/tmp/pspp-1.2.0/src/ui/gui/widgets.c:174: multiple definition of `align_enum_type'; src/ui/gui/src_ui_gui_psppire-psppire-dict.o:/home/pepper/tmp/pspp-1.2.0/src/ui/gui/psppire-dict.c:45: first defined here
/usr/bin/ld: src/ui/gui/src_ui_gui_psppire-widgets.o:/home/pepper/tmp/pspp-1.2.0/src/ui/gui/widgets.c:175: multiple definition of `measure_enum_type'; src/ui/gui/src_ui_gui_psppire-psppire-dict.o:/home/pepper/tmp/pspp-1.2.0/src/ui/gui/psppire-dict.c:46: first defined here
/usr/bin/ld: src/ui/gui/src_ui_gui_psppire-widgets.o:/home/pepper/tmp/pspp-1.2.0/src/ui/gui/widgets.c:176: multiple definition of `role_enum_type'; src/ui/gui/src_ui_gui_psppire-psppire-dict.o:/home/pepper/tmp/pspp-1.2.0/src/ui/gui/psppire-dict.c:47: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:7237: src/ui/gui/psppire] Error 1
make[2]: Leaving directory '/home/pepper/tmp/pspp-1.2.0'

make[1]: *** [Makefile:12049: all-recursive] Error 1
make[1]: Leaving directory '/home/pepper/tmp/pspp-1.2.0'

make: *** [Makefile:5744: all] Error 2

brunomontezano commented on 2020-06-24 20:14 (UTC)

@rafaelff: Thanks for the new command, always learning. But the output was local/glibc 2.31-5. Looks like it's up to date.

rafaelff commented on 2020-06-24 20:11 (UTC)

@brunomontezano: Use pacman -Qs glibc for the installed version, as -Ss searches what is in database. The result could be different.

brunomontezano commented on 2020-06-24 20:06 (UTC)

@rafaelff: That's interesting. I did a pacman -Ss glibc and it showed me that core/glibc 2.31-5 is installed.

Every time I try to install pspp, I unninstall gsl, spread-sheet-widget, and gtksourceview3, and I delete their cache files. So I don't know what it could be.