skypher / paktahn

yaourt-style package manager/install helper for ArchLinux
http://bbs.archlinux.org/viewtopic.php?pid=600126
44 stars 10 forks source link

Nil is not a Lisp string or pointer #49

Closed bigjust closed 13 years ago

bigjust commented 13 years ago

observed while Pak -S gunicorn

==> Installing package "gunicorn" from AUR.

--2011-06-11 10:45:55-- http://aur.archlinux.org/packages/gunicorn/gunicorn.tar.gz Resolving aur.archlinux.org... 208.92.232.29 Connecting to aur.archlinux.org|208.92.232.29|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 467 [application/x-tgz] Saving to: `gunicorn.tar.gz'

100%[=========================================================>] 467 --.-K/s in 0s

2011-06-11 10:45:55 (38.2 MB/s) - `gunicorn.tar.gz' saved [467/467]

gunicorn gunicorn/PKGBUILD ==> This is a new PKGBUILD. ==> Continue building gunicorn? (y/n/R) y Dependency: python2 is up to date.

==> NIL is not a Lisp string or pointer.

Please choose how you want to proceed: 0: [SKIP-PACKAGE ] Skip installation of package "gunicorn" and continue 1: [CHECKOUT-AND-SKIP] Checkout the PKGBUILD into a subdirectory and skip installation 2: [CHECKOUT-AND-QUIT] Checkout the PKGBUILD into a subdirectory and quit 3: [QUIT ] Quit Paktahn

bigjust commented 13 years ago

downloading the PKGBUILD and installing with makepkg -s was successful

kingcons commented 13 years ago

Sorry it took me a while to get to this. Apparently, the PKGBUILD depends on setuptools when it wants python2-setuptools. setuptools no longer seems to exist. Fix incoming.

telser commented 13 years ago

This is fixed up in 72471d3.