Hi,
potion executable swears:
"potion: error while loading shared libraries: libpotion.so: cannot open shared object file: No such file or directory"
Please, add file /etc/ld.so.conf.d/potion.conf contained path '/usr/lib/potion' to package.
Search Criteria
Package Details: potion-git 20100104-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-04-17)
| Package Base: | potion-git |
|---|---|
| Description: | Potion is an object- and mixin-oriented (traits) language. |
| Upstream URL: | http://github.com/fogus/potion/ |
| Category: | devel |
| Licenses: | |
| Submitter: | None |
| Maintainer: | lsmag |
| Last Packager: | None |
| Votes: | 0 |
| First Submitted: | 2009-03-13 07:09 |
| Last Updated: | 2014-05-14 15:16 |
Dependencies (0)
Required by (0)
Sources
Latest Comments
Comment by northbear
Comment by lsmag
Thanks @jecxjo, I'll try to update it asap
Comment by jecxjo
@lsmag I don't use the package so if you are then you are a better maintainer.
Comment by lsmag
I had the same error @kiz had, `Missing package() function`. I'm interested in update the pkgbuild file, do you mind?
Comment by kiz
==> ERROR: Missing package() function in /tmp/yaourt-tmp-asd/aur-potion-git/./PKGBUILD
==> ERROR: Makepkg was unable to build potion-git.
Comment by td123
the interpreter seems to be broken,
after installing I run potion with no arguments and get:
** can't find readline
if I compile it directly from git and run it in the directory, it works.
It probably has to do with potion including its own readline library.