Package Details: potion-git 20100104-1

Package Base: potion-git
Description: Potion is an object- and mixin-oriented (traits) language.
Upstream URL: http://github.com/fogus/potion/
Category: devel
Licenses: MIT
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

2015-07-20 14:28

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.

Comment by lsmag

2015-05-17 16:38

Thanks @jecxjo, I'll try to update it asap

Comment by jecxjo

2015-05-17 16:20

@lsmag I don't use the package so if you are then you are a better maintainer.

Comment by lsmag

2015-05-16 13:35

I had the same error @kiz had, `Missing package() function`. I'm interested in update the pkgbuild file, do you mind?

Comment by kiz

2015-03-17 04:27

==> ERROR: Missing package() function in /tmp/yaourt-tmp-asd/aur-potion-git/./PKGBUILD
==> ERROR: Makepkg was unable to build potion-git.

Comment by td123

2013-05-18 15:01

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.