From: "András Csányi" <sayusi.ando@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] packages/All - how to create ?
Date: Thu, 30 Oct 2008 10:32:11 +0100 [thread overview]
Message-ID: <bae7db570810300232s7b78077atab461b00ac6fb5ed@mail.gmail.com> (raw)
In-Reply-To: <tkrat.e95276fe4ba7bf29@igpm.rwth-aachen.de>
2008/10/30 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>:
> On 30 Oct, András Csányi wrote:
>> 2008/10/30 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>:
>>> Hi,
>>>
>>> I have a (nearly) identical Gentoo system on several machines.
>>> On all machines except one, there is a directory
>>>
>>> /usr/portage/packages/All
>>>
>>> which contains symlinks to the packages in the specific
>>> directories. This is quite comfortable when copying the
>>> most recent packages.
>>>
>>> How can I set up GenToo to create and maintain this directory?
>>
>> If you set up in the /etc/make.conf file the FEATURES="buildpkg" the
>> portage will maintain the /usr/portage/packages/All directory
>> automatically.
>
> Unfortunately this is not the case here.
> The packages are built but no 'All' subdirectory is created nor
> maintained.
I don't know what is the problem in your system.
On my system:
Without FEATURES="buildkpg"
cd /usr/portage/packages/
ls -lR
softwarealchemy packages # ls -lR
.:
total 20
drwx------ 2 root root 4096 2008-10-30 10:22 All
drwx------ 2 root root 4096 2008-10-30 10:13 dev-lang
drwx------ 2 root root 4096 2008-10-22 17:14 games-simulation
drwx------ 2 root root 4096 2008-10-30 10:13 www-servers
./All:
total 11164
-rw------- 1 root root 6 2008-10-30 10:22 cvs-1.12.12-r4.tbz2
-rw------- 1 root root 3501052 2008-10-22 17:14 openttd-0.6.3-r2.tbz2
-rw------- 1 root root 6247886 2008-10-30 10:13 php-5.2.6-r7.tbz2
./dev-lang:
total 0
lrwxrwxrwx 1 root root 24 2008-10-30 10:13 php-5.2.6-r7.tbz2 ->
../All/php-5.2.6-r7.tbz2
./games-simulation:
total 0
lrwxrwxrwx 1 root root 28 2008-10-22 17:14 openttd-0.6.3-r2.tbz2 ->
../All/openttd-0.6.3-r2.tbz2
./www-servers:
total 0
lrwxrwxrwx 1 root root 27 2008-10-30 10:13 apache-2.2.9-r1.tbz2 ->
../All/apache-2.2.9-r1.tbz2
I switched FEATURES="buildpkg" and emerge cvs and the result:
softwarealchemy packages # ls -lR
.:
total 20
drwx------ 2 root root 4096 2008-10-30 10:22 All
drwx------ 2 root root 4096 2008-10-30 10:13 dev-lang
drwxr-xr-x 2 root root 4096 2008-10-30 10:22 dev-util
drwx------ 2 root root 4096 2008-10-22 17:14 games-simulation
drwx------ 2 root root 4096 2008-10-30 10:13 www-servers
./All:
total 11164
-rw------- 1 root root 6 2008-10-30 10:22 cvs-1.12.12-r4.tbz2
-rw------- 1 root root 3501052 2008-10-22 17:14 openttd-0.6.3-r2.tbz2
-rw------- 1 root root 6247886 2008-10-30 10:13 php-5.2.6-r7.tbz2
./dev-lang:
total 0
lrwxrwxrwx 1 root root 24 2008-10-30 10:13 php-5.2.6-r7.tbz2 ->
../All/php-5.2.6-r7.tbz2
./dev-util:
total 0
lrwxrwxrwx 1 root root 26 2008-10-30 10:22 cvs-1.12.12-r4.tbz2 ->
../All/cvs-1.12.12-r4.tbz2
./games-simulation:
total 0
lrwxrwxrwx 1 root root 28 2008-10-22 17:14 openttd-0.6.3-r2.tbz2 ->
../All/openttd-0.6.3-r2.tbz2
./www-servers:
total 0
lrwxrwxrwx 1 root root 27 2008-10-30 10:13 apache-2.2.9-r1.tbz2 ->
../All/apache-2.2.9-r1.tbz2
You can see the cvs is installed and the tarball is placed in
/usr/portage/packages/All. In the /usr/portage/packages/dev-util/
directory has a symlink to
/usr/portage/packages/All/cvs-1.12.12-r4.tbz2 file.
I think it is workign fine. Or we are both in big trouble :-D
Sorry my english.
András
--
- -
-- Csanyi Andras -- http://sayusi.hu -- Sayusi Ando
-- "Bízzál Istenben és tartsd szárazon a puskaport!".-- Cromwell
next prev parent reply other threads:[~2008-10-30 9:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-30 8:13 [gentoo-user] packages/All - how to create ? Helmut Jarausch
2008-10-30 8:38 ` András Csányi
2008-10-30 8:50 ` Helmut Jarausch
2008-10-30 9:32 ` András Csányi [this message]
2008-10-30 9:35 ` Dale
2008-10-30 12:36 ` Michele Schiavo
2008-10-30 16:12 ` Helmut Jarausch
2008-10-30 16:22 ` Volker Armin Hemmann
2008-10-30 18:43 ` Helmut Jarausch
2008-10-30 19:34 ` Volker Armin Hemmann
2008-10-30 19:53 ` Paul Hartman
2008-10-30 19:54 ` Paul Hartman
2008-10-31 6:51 ` András Csányi
2008-10-31 7:29 ` Dale
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bae7db570810300232s7b78077atab461b00ac6fb5ed@mail.gmail.com \
--to=sayusi.ando@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox