* [gentoo-user] /usr/portage/packages missing
@ 2011-11-17 9:03 Hartmut Figge
2011-11-17 9:10 ` Pandu Poluan
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Hartmut Figge @ 2011-11-17 9:03 UTC (permalink / raw
To: gentoo-user
Greetings
normally using i686 i am discovering now the world of x86_64 on an extra
partition under Intel Core i5. Some astounding differences, but i will
manage.
Now i run 'eclean -p packages' which leads to the information, that
there is no /usr/portage/packages. And indeed, so it is. How to get this
directory and how to fill it? :)
Hartmut
--
Usenet-ABC-Wiki http://www.usenet-abc.de/wiki/
Von Usern fuer User :-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] /usr/portage/packages missing
2011-11-17 9:03 [gentoo-user] /usr/portage/packages missing Hartmut Figge
@ 2011-11-17 9:10 ` Pandu Poluan
2011-11-17 9:20 ` [gentoo-user] " Hartmut Figge
2011-11-17 9:11 ` [gentoo-user] " Alan McKinnon
2011-11-17 9:17 ` Dale
2 siblings, 1 reply; 8+ messages in thread
From: Pandu Poluan @ 2011-11-17 9:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 527 bytes --]
On Nov 17, 2011 4:07 PM, "Hartmut Figge" <h.figge@gmx.de> wrote:
>
> Greetings
>
> normally using i686 i am discovering now the world of x86_64 on an extra
> partition under Intel Core i5. Some astounding differences, but i will
> manage.
>
> Now i run 'eclean -p packages' which leads to the information, that
> there is no /usr/portage/packages. And indeed, so it is. How to get this
> directory and how to fill it? :)
>
That directory *is* normally empty, unless you specify "buildpkg" in
FEATURES, or use quickpkg.
Rgds,
[-- Attachment #2: Type: text/html, Size: 703 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] /usr/portage/packages missing
2011-11-17 9:03 [gentoo-user] /usr/portage/packages missing Hartmut Figge
2011-11-17 9:10 ` Pandu Poluan
@ 2011-11-17 9:11 ` Alan McKinnon
2011-11-17 9:17 ` Dale
2 siblings, 0 replies; 8+ messages in thread
From: Alan McKinnon @ 2011-11-17 9:11 UTC (permalink / raw
To: gentoo-user
On Thu, 17 Nov 2011 10:03:52 +0100
Hartmut Figge <h.figge@gmx.de> wrote:
> Greetings
>
> normally using i686 i am discovering now the world of x86_64 on an
> extra partition under Intel Core i5. Some astounding differences, but
> i will manage.
>
> Now i run 'eclean -p packages' which leads to the information, that
> there is no /usr/portage/packages. And indeed, so it is. How to get
> this directory and how to fill it? :)
>
> Hartmut
mkdir /usr/portage/packages
--
Alan McKinnnon
alan.mckinnon@gmail.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] /usr/portage/packages missing
2011-11-17 9:03 [gentoo-user] /usr/portage/packages missing Hartmut Figge
2011-11-17 9:10 ` Pandu Poluan
2011-11-17 9:11 ` [gentoo-user] " Alan McKinnon
@ 2011-11-17 9:17 ` Dale
2011-11-17 9:25 ` [gentoo-user] " Hartmut Figge
2011-11-17 10:36 ` [gentoo-user] " Neil Bothwick
2 siblings, 2 replies; 8+ messages in thread
From: Dale @ 2011-11-17 9:17 UTC (permalink / raw
To: gentoo-user
Hartmut Figge wrote:
> Greetings
>
> normally using i686 i am discovering now the world of x86_64 on an extra
> partition under Intel Core i5. Some astounding differences, but i will
> manage.
>
> Now i run 'eclean -p packages' which leads to the information, that
> there is no /usr/portage/packages. And indeed, so it is. How to get this
> directory and how to fill it? :)
>
> Hartmut
Here you go:
buildpkg
Binary packages will be created for all packages that are merged. Also
see quickpkg(1) and emerge(1) --buildpkg and --buildpkgonly options.
buildsyspkg
Build binary packages for just packages in the system set.
As a example, this is my line from make.conf:
FEATURES="buildpkg sandbox parallel-fetch --keep-going"
That help?
Dale
:-) :-)
--
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: /usr/portage/packages missing
2011-11-17 9:10 ` Pandu Poluan
@ 2011-11-17 9:20 ` Hartmut Figge
0 siblings, 0 replies; 8+ messages in thread
From: Hartmut Figge @ 2011-11-17 9:20 UTC (permalink / raw
To: gentoo-user
Pandu Poluan:
>On Nov 17, 2011 4:07 PM, "Hartmut Figge" <h.figge@gmx.de> wrote:
>> Now i run 'eclean -p packages' which leads to the information, that
>> there is no /usr/portage/packages. And indeed, so it is. How to get this
>> directory and how to fill it? :)
>
>That directory *is* normally empty, unless you specify "buildpkg" in
>FEATURES, or use quickpkg.
*g* Thanks.
Hartmut
--
Usenet-ABC-Wiki http://www.usenet-abc.de/wiki/
Von Usern fuer User :-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: /usr/portage/packages missing
2011-11-17 9:17 ` Dale
@ 2011-11-17 9:25 ` Hartmut Figge
2011-11-17 10:36 ` [gentoo-user] " Neil Bothwick
1 sibling, 0 replies; 8+ messages in thread
From: Hartmut Figge @ 2011-11-17 9:25 UTC (permalink / raw
To: gentoo-user
Dale:
>Hartmut Figge wrote:
>> Now i run 'eclean -p packages' which leads to the information, that
>> there is no /usr/portage/packages. And indeed, so it is. How to get this
>> directory and how to fill it? :)
>
>Here you go:
>
>buildpkg
> Binary packages will be created for all packages that are merged. Also
>see quickpkg(1) and emerge(1) --buildpkg and --buildpkgonly options.
>
>buildsyspkg
> Build binary packages for just packages in the system set.
>
>As a example, this is my line from make.conf:
>
>FEATURES="buildpkg sandbox parallel-fetch --keep-going"
And that means, that the directory /usr/portage/packages does not exist
until then. I have created it now and 'eclean -p packages' now behaves
nicely.
Hartmut
--
Usenet-ABC-Wiki http://www.usenet-abc.de/wiki/
Von Usern fuer User :-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] /usr/portage/packages missing
2011-11-17 9:17 ` Dale
2011-11-17 9:25 ` [gentoo-user] " Hartmut Figge
@ 2011-11-17 10:36 ` Neil Bothwick
2011-11-17 20:25 ` Dale
1 sibling, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2011-11-17 10:36 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 247 bytes --]
On Thu, 17 Nov 2011 03:17:23 -0600, Dale wrote:
> FEATURES="buildpkg sandbox parallel-fetch --keep-going"
Shouldn't --keep-going be in EMERGE_DEFAULT_OPTS?
--
Neil Bothwick
Vuja De: the feeling that you've never been here before.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] /usr/portage/packages missing
2011-11-17 10:36 ` [gentoo-user] " Neil Bothwick
@ 2011-11-17 20:25 ` Dale
0 siblings, 0 replies; 8+ messages in thread
From: Dale @ 2011-11-17 20:25 UTC (permalink / raw
To: gentoo-user
Neil Bothwick wrote:
> On Thu, 17 Nov 2011 03:17:23 -0600, Dale wrote:
>
>> FEATURES="buildpkg sandbox parallel-fetch --keep-going"
> Shouldn't --keep-going be in EMERGE_DEFAULT_OPTS?
>
>
It should and it was. I must have pasted it from somewhere and not
noticed it. No need in it being in both places tho.
Thanks.
Dale
:-) :-)
--
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-11-17 20:26 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-17 9:03 [gentoo-user] /usr/portage/packages missing Hartmut Figge
2011-11-17 9:10 ` Pandu Poluan
2011-11-17 9:20 ` [gentoo-user] " Hartmut Figge
2011-11-17 9:11 ` [gentoo-user] " Alan McKinnon
2011-11-17 9:17 ` Dale
2011-11-17 9:25 ` [gentoo-user] " Hartmut Figge
2011-11-17 10:36 ` [gentoo-user] " Neil Bothwick
2011-11-17 20:25 ` Dale
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox