PKGBUILD Updated: http://pastebin.com/PyyPaPRZ
Search Criteria
Package Details: libmpq 0.4.2-4
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2011-11-03)
| Package Base: | libmpq |
|---|---|
| Description: | A library which can be easily used in applications and a set of tools for manipulating mpq archives. |
| Upstream URL: | https://libmpq.org/ |
| Category: | lib |
| Licenses: | |
| Submitter: | peoro |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 5 |
| First Submitted: | 2008-04-02 19:39 |
| Last Updated: | 2010-11-24 04:46 |
Required by (2)
Sources
Latest Comments
Comment by heavynetol
Anonymous comment
x86_64 and according to [1] there is no way to not have this issue. Configure otherwise choses python3 and 'make install' returns an error.
Regards
Skirnir
[1] http://www.archlinux.org/news/python-is-now-python-3/
Comment by ndowens
Are you using i686 or x86_64? I am using 64 and I don't get this issue.
Anonymous comment
export PYTHON=python2
add this in configure to compile and install properly. The include should be handled via PKGBUILD maybe just add this in build section, but haven't tested that.
Comment by slackcub
Was finally able to get back to this issue... I tried just downloading the pkgbuild and running makepkg -cs. I get the same error.
Comment by ndowens
Try using a different AUR helper.
Comment by slackcub
I'm getting the following error on build:
make[3]: Entering directory `/tmp/yaourt-tmp-garnpipebear/aur-libmpq/src/libmpq-0.4.2/bindings/python'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/python3.1/site-packages" || /bin/mkdir -p "/tmp/yaourt-tmp-garnpipebear/aur-libmpq/pkg/usr/lib/python3.1/site-packages"
/bin/install -c -m 644 mpq.py '/tmp/yaourt-tmp-garnpipebear/aur-libmpq/pkg/usr/lib/python3.1/site-packages'
File "<string>", line 6
print 'Byte-compiling python modules...'
^
SyntaxError: invalid syntax
make[3]: *** [install-pythonPYTHON] Error 1
Anonymous comment
Could you please also fix the mpq-tools package?
Comment by ndowens
Fixed
Anonymous comment
This package is working fine for me on x86_64.
Could you please update the arch array?
Thanks.
Comment by Shardz
This works fine on x86_64.