You are not logged in.

#1 2008-07-08 03:18:46

Jerry
Member
From: Philippines
Registered: 2007-09-14
Posts: 126

stumpwm-clisp-git installation problem

[jerry@libra stumpwm-clisp-git]$ makepkg PKGBUILD
==> Determining latest git revision...
  -> Version found: 20080708
==> Making package: stumpwm-clisp-git 20080708-1  (Tue Jul  8 09:47:47 PHT 2008)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> Validating source files with md5sums...
==> Extracting Sources...
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
==> Connecting to git://git.savannah.nongnu.org/stumpwm.git...
From git://git.savannah.nongnu.org/stumpwm
 * branch            master     -> FETCH_HEAD
Already up-to-date.
==> Update complete.
==> GIT checkout done or server timeout
==> Starting make...
checking for sbcl... /usr/bin/sbcl
checking for clisp... /usr/bin/clisp
checking for openmcl... no
configure: Using clisp at /usr/bin/clisp
checking for makeinfo... yes
checking for xdpyinfo... yes
checking for /usr/share/common-lisp/source/cl-ppcre/cl-ppcre.asd... no
configure: error: Cannot find ppcre. When using clisp you must specify its location using --with-ppcre
==> ERROR: Build Failed.
    Aborting...
[jerry@libra stumpwm-clisp-git]$

I've installed this packages, :

asdf-clisp
asdf-install-clisp
cl-ppcre-clisp
clisp-new-clx

and put the necessary lines in my .clisprc.lisp but I guess I'm kind of stuck.

Offline

#2 2008-07-08 04:15:06

tigrmesh
IRC Op
From: Florida, US
Registered: 2007-12-11
Posts: 794

Re: stumpwm-clisp-git installation problem

Jerry wrote:
checking for /usr/share/common-lisp/source/cl-ppcre/cl-ppcre.asd... no
configure: error: Cannot find ppcre. When using clisp you must specify its location using --with-ppcre

This is the line make is barfing on and the suggested fix.  The first thing you need to do is locate cl-ppcre.asd. 

(The syntax for --with-ppcre is probably --with-ppcre=/path/tocl-ppcre.asd, and you would probably add it to the ./configure line in the PKGBUILD.  But I could be wrong.)

Offline

#3 2008-07-08 07:47:38

Abelian
Member
Registered: 2008-04-23
Posts: 63

Re: stumpwm-clisp-git installation problem

I just reinstalled it fine with that packagebuild.

I would suggest that cl-pprce-lisp didn't install properly for you, hence why it isn't where the installer is expecting it to be - maybe try re-installing it?

Keep trying though, stumpwm is an awesome WM.

Offline

Board footer

Powered by FluxBB