* [gentoo-user] Problems emerging world on new machine
@ 2020-12-22 1:33 Walter Dnes
2020-12-22 1:51 ` cal
0 siblings, 1 reply; 4+ messages in thread
From: Walter Dnes @ 2020-12-22 1:33 UTC (permalink / raw
To: Gentoo Users List
[-- Attachment #1: Type: text/plain, Size: 464 bytes --]
I'm trying to update world on a new install. I can emerge the
occasional app like syslog-ng or whatever following the Gentoo install
manual. But when I try to update world, all hell breaks loose.
Appended output from...
emerge -p --changed-use -deep --update @world > /dev/shm/log.txt 2>&1
I've bzipped the output for attachment... yes it's *THAT* bad.
--
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications
[-- Attachment #2: log.txt.bz2 --]
[-- Type: application/x-bzip2, Size: 42729 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Problems emerging world on new machine
2020-12-22 1:33 [gentoo-user] Problems emerging world on new machine Walter Dnes
@ 2020-12-22 1:51 ` cal
2020-12-22 4:14 ` [gentoo-user] [SOLVED] " Walter Dnes
0 siblings, 1 reply; 4+ messages in thread
From: cal @ 2020-12-22 1:51 UTC (permalink / raw
To: gentoo-user
On 12/21/20 5:33 PM, Walter Dnes wrote:
> I'm trying to update world on a new install. I can emerge the
> occasional app like syslog-ng or whatever following the Gentoo install
> manual. But when I try to update world, all hell breaks loose.
> Appended output from...
>
> emerge -p --changed-use -deep --update @world > /dev/shm/log.txt 2>&1
>
> I've bzipped the output for attachment... yes it's *THAT* bad.
>
You seem to be missing a dash on --deep, which has the unfortunate
consequence of being parsed as -d -e -e -p instead. -d enables debug
mode (hence the ludicrously long output), and -e is short for
--emptytree which is almost certainly not what you wanted to do here.
Try --deep instead.
Cal
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-user] [SOLVED] Problems emerging world on new machine
2020-12-22 1:51 ` cal
@ 2020-12-22 4:14 ` Walter Dnes
2020-12-22 7:33 ` Neil Bothwick
0 siblings, 1 reply; 4+ messages in thread
From: Walter Dnes @ 2020-12-22 4:14 UTC (permalink / raw
To: gentoo-user
On Mon, Dec 21, 2020 at 05:51:56PM -0800, cal wrote
> On 12/21/20 5:33 PM, Walter Dnes wrote:
> > I'm trying to update world on a new install. I can emerge the
> > occasional app like syslog-ng or whatever following the Gentoo install
> > manual. But when I try to update world, all hell breaks loose.
> > Appended output from...
> >
> > emerge -p --changed-use -deep --update @world > /dev/shm/log.txt 2>&1
> >
> > I've bzipped the output for attachment... yes it's *THAT* bad.
> >
>
> You seem to be missing a dash on --deep, which has the unfortunate
> consequence of being parsed as -d -e -e -p instead. -d enables debug
> mode (hence the ludicrously long output), and -e is short for
> --emptytree which is almost certainly not what you wanted to do here.
>
> Try --deep instead.
Thank you very much, that was it. I feel stupid. Now it's only
re-emerging 13 ebuilds after I added "-ipv6" to USE.
--
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] [SOLVED] Problems emerging world on new machine
2020-12-22 4:14 ` [gentoo-user] [SOLVED] " Walter Dnes
@ 2020-12-22 7:33 ` Neil Bothwick
0 siblings, 0 replies; 4+ messages in thread
From: Neil Bothwick @ 2020-12-22 7:33 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 648 bytes --]
On Mon, 21 Dec 2020 23:14:36 -0500, Walter Dnes wrote:
> > You seem to be missing a dash on --deep, which has the unfortunate
> > consequence of being parsed as -d -e -e -p instead. -d enables debug
> > mode (hence the ludicrously long output), and -e is short for
> > --emptytree which is almost certainly not what you wanted to do here.
> >
> > Try --deep instead.
>
> Thank you very much, that was it. I feel stupid.
Don't, I'm sure we've all done it, I know I have. That, and laziness, is
the reason I now use only short options when running emerge directly.
--
Neil Bothwick
He who laughs last thinks slowest!
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-12-22 7:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-22 1:33 [gentoo-user] Problems emerging world on new machine Walter Dnes
2020-12-22 1:51 ` cal
2020-12-22 4:14 ` [gentoo-user] [SOLVED] " Walter Dnes
2020-12-22 7:33 ` Neil Bothwick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox