Search Criteria
Package Details: orpie 1.6.1-1
Package Actions
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: | GPL3 |
Submitter: | None |
Maintainer: | AI5C |
Last Packager: | AI5C |
Votes: | 20 |
Popularity: | 0.000000 |
First Submitted: | 2007-09-26 16:54 (UTC) |
Last Updated: | 2020-03-15 04:40 (UTC) |
Dependencies (8)
- gsl (gsl-gitAUR)
- ncurses (ncurses-gitAUR)
- camlp5 (make)
- dune (make)
- ocaml (make)
- ocaml-cursesAUR (make)
- ocaml-gslAUR (make)
- ocaml-num (make)
Latest Comments
1 2 3 4 Next › Last »
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)
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?
ryanmjacobs commented on 2018-01-26 10:39 (UTC) (edited on 2018-01-26 10:39 (UTC) by ryanmjacobs)
Yes! Finally... Thanks kazuo for making it work again. If anyone needs a quick fix, they can clone my github repo and build:
$ git clone https://github.com/ryanmjacobs/orpie-aur
$ cd orpie-aur
$ makepkg
Moxon commented on 2017-11-25 21:27 (UTC) (edited on 2017-11-25 21:32 (UTC) by Moxon)
1 2 3 4 Next › Last »