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.040959
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 »

brunomontezano commented on 2020-06-24 17:42 (UTC)

Of course @migrev! I have the language of my system for Brazilian Portuguese, but I'm gonna try to translate it the best way possible for you. Down here, I'm leaving the part of the error that I get when trying to install via "yay -S pspp".

/usr/bin/ld: src/.libs/libpspp-core.so: undefined reference to `libiconv_open'
/usr/bin/ld: src/.libs/libpspp-core.so: undefined reference to `libiconv_close'
/usr/bin/ld: src/.libs/libpspp-core.so: undefined reference to `libiconv'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:7251: src/ui/terminal/pspp] Erro 1
make[2]: Saindo do diretório '/home/pepper/.cache/yay/pspp/src/pspp-1.2.0'

make[1]: *** [Makefile:12049: all-recursive] Erro 1
make[1]: Saindo do diretório '/home/pepper/.cache/yay/pspp/src/pspp-1.2.0'

make: *** [Makefile:5744: all] Erro 2
==> ERRO: Uma falha ocorreu em build().
    Abortando...
erro ao construir: %!s(func() string=0x55ffb6200ed0)

"Saindo do diretório means "Leaving directory". "Uma falha ocorreu em build()" means "A failure occured in build()". "erro ao construir" means "error when building".

If you need any more log or data, I can try to get. Sorry if that's not what you need. You're awesome!

migrev commented on 2020-06-24 17:31 (UTC)

Could you post your compile log or, at least, the part with the error? Thx!

brunomontezano commented on 2020-06-24 16:36 (UTC)

Hey migrev. I appreciate your work and good will of keeping this package working. But I still can't make it work. It gives an error at the build() part.

migrev commented on 2020-06-17 09:01 (UTC)

@brunomontezano: The compile problem was caused by behaviour change in gcc 10. It builds now.

brunomontezano commented on 2020-06-16 22:09 (UTC)

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

fixed, builds in clean chroot now. thanks.

migrev commented on 2019-09-16 08:10 (UTC)

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

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 (UTC) (edited on 2019-06-30 04:15 (UTC) by Joel)

You need to rebuild again to honor readline new version library

pfm commented on 2019-05-09 15:07 (UTC)

ACK. Adding python is enough, just tested.