chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Installing as non-root fails with Chicken 2.732


From: Tero Kukola
Subject: Re: [Chicken-users] Installing as non-root fails with Chicken 2.732
Date: Tue, 27 Nov 2007 20:55:30 +0200
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

Hello,

I guess the info stuff was the only thing that it didn't install. Despite the make status is okay it looks very much like an error (e.g. a valid error accidentally suppressed).

To John Cowan:
Perhaps installation of the info should be silently skipped when installing as non-root?

Tero Kukola

Mario Domenech Goulart wrote:
Hi Tero,

On Tue, 27 Nov 2007 20:19:25 +0200 Tero Kukola <address@hidden> wrote:

I tried to install chicken to my home directory:
make PLATFORM=linux PREFIX=/home/tero/chicken install

Seems that the installation script assumes locations that require root/sudo:
install -m644 chicken.info /home/tero/chicken/share/info
install-info  --infodir=/home/tero/chicken/share/info chicken.info
* Chicken: (chicken.info). A compiler that translates Scheme source
files into
 C.
install-info(chicken.info): no file /home/tero/chicken/share/info/dir,
retrieving backup file /var/backups/infodir.bak.
cp: cannot create regular file `/var/backups/infodir.bak': Permission denied
install-info(chicken.info): could not backup
/home/tero/chicken/share/info/dir in /var/backups/infodir.bak: No such
file or directory
make[1]: Leaving directory `/home/tero/Desktop/chicken-2.732'

As far as I can see, the installation has been successful.

Can't you execute

  LD_LIBRARY_PATH=/home/tero/chicken/lib /home/tero/chicken/bin/csi

?
Best wishes,
Mario





reply via email to

[Prev in Thread] Current Thread [Next in Thread]