[gobolinux-users] Compiling in Rootless

Lucas C. Villa Real lucasvr at gobolinux.org
Sat Feb 17 16:19:57 UTC 2007


On 2/17/07, marco.cagnoli at oltrelinux.com <marco.cagnoli at oltrelinux.com> wrote:
> Hi there,
>
> finally I have a Rootless enviroment working in Ubuntu 6.10.
> Now I'm trying to do something with it: till now I can install packages
> BUT I can't compile anything...
> Compile fails when it attempts to unpack the archives.
> Looking at aunpack in Atool, it seems to me that the first line of this
> script could be the problem:
>
> #! /usr/bin/env perl
>
> Is it right that it looks for something out of the Rootless enviroment?
> Any idea?

Atool is a perl script, so it needs to be installed in your host
system (we're assuming that Perl is a base dependency, available on
standard distributions). Don't you have perl? Or maybe your 'env'
binary is placed elsewhere? You can check that by running:

$ which env
$ which perl

If 'env' is outside /usr/bin, just modify that dir in the first line
of Atool. If nothing is returned for 'which perl', then you'll need to
install that with apt-get (or whatever tool Ubuntu is using for
installing new packages).

-- 
Lucas
powered by /dev/dsp


More information about the gobolinux-users mailing list