Package Details: orpie 1.6.1-2

Git Clone URL: https://aur.archlinux.org/orpie.git (read-only, click to copy)
Package Base: orpie
Description: Curses-based RPN calculator
Upstream URL: https://github.com/pelzlpj/orpie
Keywords: calculator RPN
Licenses: GPL-3.0-only
Submitter: None
Maintainer: AI5C
Last Packager: AI5C
Votes: 20
Popularity: 0.000000
First Submitted: 2007-09-26 16:54 (UTC)
Last Updated: 2025-05-19 19:03 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

Moxon commented on 2025-05-23 06:45 (UTC)

Thanks for the patch and integrating it, now orpie works again! Great :)

Auerhuhn commented on 2025-05-19 11:32 (UTC)

Hi @AI5C,

would you consider applying my patch to fix this PKGBUILD?

Convenience shell commands to apply the patch:

cd orpie
curl -LO https://salsa.debian.org/-/snippets/784/raw/main/orpie-1.6.1-PKGBUILD.patch
git apply orpie-1.6.1-PKGBUILD.patch
rm orpie-1.6.1-PKGBUILD.patch

AI5C commented on 2022-01-13 17:44 (UTC)

@dsyates: You likely upgraded your Ocaml version without rebuilding some of the libs that orpie depends on, such as ocaml-gsl and ocaml-curses. I'd recommend removing all ocaml-related packages on your system and reinstalling orpie.

dsyates commented on 2021-12-29 02:57 (UTC)

I was getting the error while loading shared libraries: libgsl.so.25 too.

I'd rather not be without orpie, so I broke down and uninstalled it from the aur, and installed orpie using opam.

I did like having it in the aur though.

<deleted-account> commented on 2021-12-25 08:17 (UTC)

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

Needs updating to link to latest GSL, https://archlinux.org/packages/extra/x86_64/gsl/.

<deleted-account> commented on 2021-12-25 08:16 (UTC)

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

Needs updating to link to latest GSL, https://archlinux.org/packages/extra/x86_64/gsl/.

TTimo commented on 2019-10-23 13:38 (UTC)

This last link is 404 now ..

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

adenosine commented on 2019-01-01 22:55 (UTC)

I was able to get the new release to build but I did need to create a new ocaml-gsl package for it. I don't feel like maintaining an AUR package so you can grab what you need from the patch file:

https://octet.space/orpie.txt

aksr commented on 2018-09-13 06:03 (UTC)

trickyelf: dune etc. needs to be updated.

trickyelf commented on 2018-08-28 18:27 (UTC)

The author has tagged a new release that attempts to fix build issues.

https://github.com/pelzlpj/orpie/releases/tag/release-1.6.0

Can this pkgbuild be updated?