* [gentoo-dev] emerge -U seems to be ignored?
@ 2003-03-08 13:05 Benjamin Podszun
2003-03-08 18:15 ` Norberto BENSA
0 siblings, 1 reply; 3+ messages in thread
From: Benjamin Podszun @ 2003-03-08 13:05 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 2141 bytes --]
Hi there.
Can anyone explain me the behaviour of U (upgrade-only)?
When I try to emerge -Up --deep world I get several Packages that
portage wants to downgrade.. Seems a little bit odd?
Below one example and some infos.
Ben
blafasel root # emerge -U --deep world
>>> --upgradeonly implies --update... adding --update to options.
Calculating world dependencies ...done!
>>> emerge (1 of 23) sys-devel/gcc-3.2.2-r1 to /
* sys-devel/gcc
Latest version available: 3.2.2-r1
Latest version installed: 3.2.2-r4
Size of downloaded files: 20,424 kB
Homepage: http://www.gnu.org/software/gcc/gcc.html
Description: The GNU Compiler Collection. Includes C/C++ and java
compilers
Portage 2.0.47-r8 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2-r0)
=================================================================
System uname: 2.4.20-xfs_pre6 i686 Mobile Intel(R) Pentium(R) 4 - M CPU
1.70GHz
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo/
http://distro.ibiblio.org/gentoo "
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="oss libg++ mikmod nls gdbm arts tetex guile pam python esd 3dnow
acl acpi alsa avi berkdb bonobo crypt cups dga directfb doc dvd encode
evo fbcon gb gd gif gnome gphoto2 gpm gtk gtkhtml icc imap imlib innodb
java jikes jpeg junit kde ldap libwww maildir mbox mmx motif mozilla
mpeg mysql ncurses oav oggvorbis opengl pcmcia pda pdflib perl pic png
pnp qt qtmt quicktime readline samba sdl slang spell sse ssl svga tcltk
tcpd tiff truetype X xml xml2 xmms xv zlib x86 -apm -odbc"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] emerge -U seems to be ignored?
2003-03-08 13:05 [gentoo-dev] emerge -U seems to be ignored? Benjamin Podszun
@ 2003-03-08 18:15 ` Norberto BENSA
2003-03-08 22:11 ` gentoo
0 siblings, 1 reply; 3+ messages in thread
From: Norberto BENSA @ 2003-03-08 18:15 UTC (permalink / raw
To: Benjamin Podszun, gentoo-dev
[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 690 bytes --]
On Saturday 08 March 2003 10:05 am, Benjamin Podszun wrote:
> blafasel root # emerge -U --deep world
>
> >>> --upgradeonly implies --update... adding --update to options.
>
> Calculating world dependencies ...done!
>
> >>> emerge (1 of 23) sys-devel/gcc-3.2.2-r1 to /
>
> * sys-devel/gcc
> Latest version available: 3.2.2-r1
> Latest version installed: 3.2.2-r4
> Size of downloaded files: 20,424 kB
> Homepage: http://www.gnu.org/software/gcc/gcc.html
> Description: The GNU Compiler Collection. Includes C/C++ and java
> compilers
gcc is masked in packages.mask. That's why -U doesn't work in this particular
case.
HTH,
Norberto
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] emerge -U seems to be ignored?
2003-03-08 18:15 ` Norberto BENSA
@ 2003-03-08 22:11 ` gentoo
0 siblings, 0 replies; 3+ messages in thread
From: gentoo @ 2003-03-08 22:11 UTC (permalink / raw
To: gentoo-dev; +Cc: ben, nbensa
> > blafasel root # emerge -U --deep world
> >
> > >>> --upgradeonly implies --update... adding --update to options.
> >
> > Calculating world dependencies ...done!
> >
> > >>> emerge (1 of 23) sys-devel/gcc-3.2.2-r1 to /
> >
> > * sys-devel/gcc
> > Latest version available: 3.2.2-r1
> > Latest version installed: 3.2.2-r4
> > Size of downloaded files: 20,424 kB
> > Homepage: http://www.gnu.org/software/gcc/gcc.html
> > Description: The GNU Compiler Collection. Includes C/C++ and java
> > compilers
>
> gcc is masked in packages.mask. That's why -U doesn't work in this particular
> case.
It's not just with gcc. I noticed it last night. There were 3 or 4
packages besides gcc that wanted to downgrade besides gcc. If it makes
a difference, I have ~x86 in my make.conf. However, I've never seen
this behavior with -U before last night. Then, I never saw the
"--upgradeonly implies --update" message before last night either.
--
Thomas M. Beaudry
k8la / ys1ztm
gentoo@myrealbox.com
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-03-08 22:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-08 13:05 [gentoo-dev] emerge -U seems to be ignored? Benjamin Podszun
2003-03-08 18:15 ` Norberto BENSA
2003-03-08 22:11 ` gentoo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox