You are not logged in.
Pages: 1
Hi. I'm trying to install hellanzb from AUR on a fresh x86_64 install, but it fails saying:
# makepkg -s
==> Making package: hellanzb 0.13-5 x86_64 (Sun Jan 25 18:21:24 CET 2009)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found hellanzb-0.13.tar.gz in build dir
-> Found hellanzb.rc in build dir
-> Found hellanzb.conf.d in build dir
-> Found whitespace-fix.diff in build dir
==> Validating source files with md5sums...
hellanzb-0.13.tar.gz ... Passed
hellanzb.rc ... Passed
hellanzb.conf.d ... Passed
whitespace-fix.diff ... Passed
==> Extracting Sources...
-> bsdtar -x -f hellanzb-0.13.tar.gz
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
patching file Hellanzb/NZBLeecher/Protocol.py
Traceback (most recent call last):
File "./setup.py", line 9, in <module>
from distutils.core import setup, Extension
ImportError: No module named distutils.core
==> ERROR: Build Failed.
Aborting...
Would appreciate any help.
Last edited by flocntl (2009-01-25 17:43:09)
Offline
$ pacman -Qo /usr/lib/python2.6/distutils/core.py
/usr/lib/python2.6/distutils/core.py is owned by python 2.6.1-1
you might want to check your python install
Offline
holly! reinstalling python did it.. strange?
thanks a lot mate!
Last edited by flocntl (2009-01-25 18:03:14)
Offline
Pages: 1