* [gentoo-dev] emerge --pretend update questions.
[not found] <E15ZySX-0007rR-00@cvs.gentoo.org>
@ 2001-08-23 11:56 ` jasonm
0 siblings, 0 replies; 7+ messages in thread
From: jasonm @ 2001-08-23 11:56 UTC (permalink / raw
To: gentoo-dev
hi,
hopefully this will be my one and only stupid question on this list. :)
i'm trying for a better understanding of the output from:
$emerge --pretend update
when executed on my current system, i see many lines of this:
[ebuild U] sys-apps/tar-1.13.19-r1 to /
[ebuild U] sys-apps/sh-utils-2.0j-r4 to /
[ebuild R ] sys-apps/watchpid-0.1-r1 to /
[ebuild N ] app-editors/nano-1.0.3-r1 to /
[ebuild R ] sys-apps/tcp-wrappers-7.6-r2 to /
[ebuild U] sys-apps/grep-2.4.2-r4 to /
[ebuild R ] sys-apps/texinfo-4.0-r2 to /
[ebuild R ] sys-devel/autoconf-2.13-r2 to /
[ebuild R ] sys-devel/automake-1.4-r2 to /
Q1: what does the R stand for? i'm pretty sure i understand N and U, and
my first guess for R would be 'remove'.
lets say i:
$cd /usr/portage/sys-apps/grep
$emerge grep-2.4.2-r4.ebuild
$ebuild /var/db/pkg/sys-apps/grep-2.4.2-r3/grep-2.4.2-r3.ebuild unmerge
$emerge --pretend update | grep grep
[ebuild R ] sys-apps/grep-2.4.2-r4 to /
Q2: porque?
the answer to Q1 will likely explain Q2, i'm hoping. :)
thanks,
j
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] emerge --pretend update questions.
@ 2001-08-23 12:34 Peter Kadau
2001-08-23 12:53 ` Thomas Landmann
2001-08-23 13:00 ` jasonm
0 siblings, 2 replies; 7+ messages in thread
From: Peter Kadau @ 2001-08-23 12:34 UTC (permalink / raw
To: gentoo-dev
hi !
> when executed on my current system, i see many lines of this:
[snip]
> Q1: what does the R stand for? i'm pretty sure i understand N and U, and
> my first guess for R would be 'remove'.
no, the only way to remove a package right now is this
"ebuild /var/db/pkg/<cat>/<pkg>/<ebuild> unmerge"
you cited.
it just means "remerge", i.e. build and install again with your
new USE flags and the like.
> thanks,
> j
hth and is adequate
ciao
peter
-----------------------------------------------------------------
Peter Kadau <peterdotkadauatwebdotde>
"Why program by hand in five days what you can
spend five years of your life automating ?"
-----------------------------------------------------------------
_______________________________________________________________________
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
IhrName@web.de, 8MB Speicher, Verschluesselung - http://freemail.web.de
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [gentoo-dev] emerge --pretend update questions.
2001-08-23 12:34 Peter Kadau
@ 2001-08-23 12:53 ` Thomas Landmann
2001-08-23 22:34 ` Daniel Robbins
2001-08-23 13:00 ` jasonm
1 sibling, 1 reply; 7+ messages in thread
From: Thomas Landmann @ 2001-08-23 12:53 UTC (permalink / raw
To: gentoo-dev
Is there a switch to tell emerge update to not remerge existing packages,
but to only emerge newer packages?
Tom
> -----Original Message-----
> From: gentoo-dev-admin@cvs.gentoo.org
> [mailto:gentoo-dev-admin@cvs.gentoo.org]On Behalf Of Peter Kadau
> Sent: Thursday, August 23, 2001 3:39 PM
> To: gentoo-dev@cvs.gentoo.org
> Subject: Re: [gentoo-dev] emerge --pretend update questions.
>
>
> hi !
>
> > when executed on my current system, i see many lines of this:
> [snip]
> > Q1: what does the R stand for? i'm pretty sure i understand N
> and U, and
> > my first guess for R would be 'remove'.
>
> no, the only way to remove a package right now is this
> "ebuild /var/db/pkg/<cat>/<pkg>/<ebuild> unmerge"
> you cited.
>
> it just means "remerge", i.e. build and install again with your
> new USE flags and the like.
>
> > thanks,
> > j
>
> hth and is adequate
> ciao
> peter
>
> -----------------------------------------------------------------
> Peter Kadau <peterdotkadauatwebdotde>
>
> "Why program by hand in five days what you can
> spend five years of your life automating ?"
> -----------------------------------------------------------------
> _______________________________________________________________________
> 1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
> IhrName@web.de, 8MB Speicher, Verschluesselung - http://freemail.web.de
>
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] emerge --pretend update questions.
2001-08-23 12:53 ` Thomas Landmann
@ 2001-08-23 22:34 ` Daniel Robbins
0 siblings, 0 replies; 7+ messages in thread
From: Daniel Robbins @ 2001-08-23 22:34 UTC (permalink / raw
To: gentoo-dev
On Thu, Aug 23, 2001 at 01:51:23PM -0500, Thomas Landmann wrote:
> Is there a switch to tell emerge update to not remerge existing packages,
> but to only emerge newer packages?
Please note as of today (23 Aug 2001), "emerge update" is experimental and
doesn't always get things right. That's probably why it is remerging several
packages that have already been installed.
--
Daniel Robbins <drobbins@gentoo.org>
Chief Architect/President http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] emerge --pretend update questions.
2001-08-23 12:34 Peter Kadau
2001-08-23 12:53 ` Thomas Landmann
@ 2001-08-23 13:00 ` jasonm
1 sibling, 0 replies; 7+ messages in thread
From: jasonm @ 2001-08-23 13:00 UTC (permalink / raw
To: gentoo-dev
On Thu, 23 Aug 2001, Peter Kadau wrote:
> it just means "remerge", i.e. build and install again with your
> new USE flags and the like.
ah, good. i should have guessed there would be a provision for this.
> hth and is adequate
it helped (thanks!), but there's more. :)
is there something special i have to do to 'remerge' an ebuild correctly?
i have tried a simple emerge of the most recent grep.x.ebuild a number of
times, but it continues to show up with the R. do i have to first update
everything before it?
if so, someone should probably change this:
ftp://ftp.ibiblio.org/pub/Linux/distfiles/file-3.33.tar.gz
to:
ftp://ftp.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/(etc)
since ftp.astron.com only has file versions 3.35 and 3.36. ;)
thanks again,
j
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] emerge --pretend update questions.
@ 2001-08-23 15:48 Peter Kadau
0 siblings, 0 replies; 7+ messages in thread
From: Peter Kadau @ 2001-08-23 15:48 UTC (permalink / raw
To: gentoo-dev
hi !
> Is there a switch to tell emerge update to not remerge existing packages,
> but to only emerge newer packages?
afaik, that's not the name of the game, because:
generic example:
--package foo is up-to-date
--package bar gets updated
--foo depends on bar
if package foo needs e.g libs from package bar and bar
gets updated, foo is up-to-date only formally, i.e. the ebuild and
the sources are, but foo has to be recompiled
against the libs from bar nevertheless.
>
> Tom
just my $0.02
ciao
peter
-----------------------------------------------------------------
Peter Kadau <peterdotkadauatwebdotde>
"Why program by hand in five days what you can
spend five years of your life automating ?"
-----------------------------------------------------------------
_______________________________________________________________________
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
IhrName@web.de, 8MB Speicher, Verschluesselung - http://freemail.web.de
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] emerge --pretend update questions.
@ 2001-08-23 16:00 Peter Kadau
0 siblings, 0 replies; 7+ messages in thread
From: Peter Kadau @ 2001-08-23 16:00 UTC (permalink / raw
To: gentoo-dev
hi !
> is there something special i have to do to 'remerge' an ebuild correctly?
> i have tried a simple emerge of the most recent grep.x.ebuild a number of
> times, but it continues to show up with the R. do i have to first update
> everything before it?
well, as a first hint, read my answer to tom's question, which was a
reply of my reply to your first posting.
the "R" will always show up, as long (as your grep is in
your /etc/make.profile/packages or depends on one of them)
# do i miss something here ?
_and_ your installed version ebuild is the latest non-masked.
if there is a newer one, it will show up as "U".
if you don't have it all, it will show up as "N"
(yes, i know you guessed the last two ;-)
> j
# please correct me
hth again
ciao
peter
-----------------------------------------------------------------
Peter Kadau <peterdotkadauatwebdotde>
"Why program by hand in five days what you can
spend five years of your life automating ?"
-----------------------------------------------------------------
_______________________________________________________________________
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
IhrName@web.de, 8MB Speicher, Verschluesselung - http://freemail.web.de
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2001-08-24 4:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E15ZySX-0007rR-00@cvs.gentoo.org>
2001-08-23 11:56 ` [gentoo-dev] emerge --pretend update questions jasonm
2001-08-23 12:34 Peter Kadau
2001-08-23 12:53 ` Thomas Landmann
2001-08-23 22:34 ` Daniel Robbins
2001-08-23 13:00 ` jasonm
-- strict thread matches above, loose matches on Subject: below --
2001-08-23 15:48 Peter Kadau
2001-08-23 16:00 Peter Kadau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox