Works great thanks!
Search Criteria
Package Details: pypoker-eval 138.0-4
Package Actions
| Package Base: | pypoker-eval |
|---|---|
| Description: | python adaptor for the poker-eval toolkit |
| Upstream URL: | http://pokersource.sourceforge.net/ |
| Category: | games |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 6 |
| First Submitted: | 2006-11-30 22:57 |
| Last Updated: | 2013-11-20 19:07 |
Dependencies (2)
Required by (2)
Sources
Latest Comments
Comment by Ant1
Comment by hikite
it's strange, I can compile it without '-fi' (x86_64); nevertheless - updated with this flag and a package function too.
Comment by Ant1
autoreconf -fi needed here too.
Any chance to have the PKGBUILD updated?
It would be nice to add the package function too.
Comment by xrchz
I found autoreconf -fi to be necessary too.
Comment by hikite
Thank you Zacariaz for a hint. I have prepend *automake --add-missing*. Albeit it returns 63 (newer autoconf I guess), autoreconf will pass after that.
Anonymous comment
Same issue as remonsim, but it seems I've stumbled upon a solution, though I know not how or why it works, or if there may be complication.
Anyway, what I did was simply to edit the PKGBUILD and change
autoreconf
to
autoreconf -fi
Anonymous comment
parallel-tests: error: required file 'config/test-driver' not found
parallel-tests: 'automake --add-missing' can install 'test-driver'
autoreconf: automake failed with exit status: 1
Anonymous comment
Thanks, now it works.
Comment by hikite
There is no official python 2.7 support, development seems to be frozen. But PKGBUILD has been modified according to a http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632234, thank you for drawing it to my attention.
Anonymous comment
Is there somewhere working PKGBUILD?
When I run `python2 -c "import pokereval"`, got this: ImportError: No module named _pokereval_2_7
Anonymous comment
Thanks for the pkgbuild. Is there a problem with Python 2.7?
ImportError: No module named _pokereval_2_7