On Fri, Mar 11, 2016 at 10:18 PM, hw <h...@gc-24.de> wrote:

> hw wrote:
>
>> Hi,
>>
>> I'm trying to set up an ltsp server.  It seems
>> that one of the required packages is no longer
>> available:
>>
>>
>>  >>> Downloading '
>> https://launchpad.net/ltsp/ltspfs-trunk/1.1/+download/ltspfs-1.1.tar.xz'
>> --2016-03-10 18:08:59--
>> https://launchpad.net/ltsp/ltspfs-trunk/1.1/+download/ltspfs-1.1.tar.xz
>> Resolving launchpad.net... 91.189.89.223, 91.189.89.222
>> Connecting to launchpad.net|91.189.89.223|:443... connected.
>> HTTP request sent, awaiting response... 404 Not Found
>> 2016-03-10 18:09:00 ERROR 404: Not Found.
>>
>> !!! Couldn't download 'ltspfs-1.1.tar.xz'. Aborting.
>>  [31;01m *  [39;49;00mFetch failed for 'sys-fs/ltspfs-1.1', Log file:
>>  [31;01m *  [39;49;00m '/var/tmp/portage/sys-fs/ltspfs-1.1/temp/build.log'
>>
>>
>> What could I do about this?  Is it possible to
>> install ltspfs manually and somehow to override
>> this requirement?
>>
>
If you can find that .tar.xz file anywhere, then just dump it in
/usr/portage/distfiles, then re-run emerge.

If you really want to get manual (which means you'll need to take care of
dependencies), then you unpack the source, cd into the source directory and
run;
./configure
make
make install

The configure script will have a much of options, and since you'll want to
keep all this non standard stuff in a different directory from the rest
you'll want to specify that. Directories like /opt or /usr/local are often
used for this purpose.

Reply via email to