Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] installing LTSP
Date: Tue, 15 Mar 2016 06:02:38
Message-Id: CAC=wYCEJTHBy=8PZzFraCV7Tvr_uBBwH3+Z+V6G190uj-d8HrA@mail.gmail.com
In Reply to: Re: [gentoo-user] installing LTSP by hw
1 On Fri, Mar 11, 2016 at 10:18 PM, hw <hw@×××××.de> wrote:
2
3 > hw wrote:
4 >
5 >> Hi,
6 >>
7 >> I'm trying to set up an ltsp server. It seems
8 >> that one of the required packages is no longer
9 >> available:
10 >>
11 >>
12 >> >>> Downloading '
13 >> https://launchpad.net/ltsp/ltspfs-trunk/1.1/+download/ltspfs-1.1.tar.xz'
14 >> --2016-03-10 18:08:59--
15 >> https://launchpad.net/ltsp/ltspfs-trunk/1.1/+download/ltspfs-1.1.tar.xz
16 >> Resolving launchpad.net... 91.189.89.223, 91.189.89.222
17 >> Connecting to launchpad.net|91.189.89.223|:443... connected.
18 >> HTTP request sent, awaiting response... 404 Not Found
19 >> 2016-03-10 18:09:00 ERROR 404: Not Found.
20 >>
21 >> !!! Couldn't download 'ltspfs-1.1.tar.xz'. Aborting.
22 >> [31;01m * [39;49;00mFetch failed for 'sys-fs/ltspfs-1.1', Log file:
23 >> [31;01m * [39;49;00m '/var/tmp/portage/sys-fs/ltspfs-1.1/temp/build.log'
24 >>
25 >>
26 >> What could I do about this? Is it possible to
27 >> install ltspfs manually and somehow to override
28 >> this requirement?
29 >>
30 >
31 If you can find that .tar.xz file anywhere, then just dump it in
32 /usr/portage/distfiles, then re-run emerge.
33
34 If you really want to get manual (which means you'll need to take care of
35 dependencies), then you unpack the source, cd into the source directory and
36 run;
37 ./configure
38 make
39 make install
40
41 The configure script will have a much of options, and since you'll want to
42 keep all this non standard stuff in a different directory from the rest
43 you'll want to specify that. Directories like /opt or /usr/local are often
44 used for this purpose.