Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59549 - portage-2.0.51_pre17 ebuild einfo references /etc/portage/virtuals instead of /etc/portage/profile/virtuals
Summary: portage-2.0.51_pre17 ebuild einfo references /etc/portage/virtuals instead of...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Documentation (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-05 12:22 UTC by Paul Varner (RETIRED)
Modified: 2004-09-08 22:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix reference to /etc/portage/virtuals (portage.ebuild.59549.patch,544 bytes, patch)
2004-08-05 18:00 UTC, Paul Varner (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Varner (RETIRED) gentoo-dev 2004-08-05 12:22:45 UTC
From my emerge of portage-2.0.51_pre17:

 *         /var/cache/edb/virtuals has been deprecated and is now calculated
 *         on demand. Strictly _USER_ modifications to virtuals may go into
 *         /etc/portage/virtuals and will never be modified by portage.

Recalculating the counter... Counter updated successfully.
ccache


*** /etc/portage/virtuals should be moved to /etc/portage/profile/virtuals
*** Please correct this by merging or moving the file. (Deprecation notice)


Reproducible: Always
Steps to Reproduce:
1. Running portage-2.0.51_pre13
2. emerge -v portage
 

Actual Results:  
Saw einfo statement about /etc/portage/virtuals, followed by deprecation warning
that the file should be located at /etc/portage/profile/virtuals

Expected Results:  
The einfo should have referenced /etc/portage/profile/virtuals instead of
/etc/portage/virtuals

Portage 2.0.51_pre17 (default-x86-2004.2, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.7-gentoo-r11 i686 Pentium III (Coppermine))
=================================================================
System uname: 2.6.7-gentoo-r11 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux26-headers-2.6.7-r4
Libtools: sys-devel/libtool-1.4.3-r4
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/bind
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache fixpackages sandbox"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/ http://gentoo.osuosl.org
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X acpi alsa apm arts artswrappersuid avi berkdb cdr crypt cups encode esd
foomaticdb gdbm gif gtk gtk2 i8x0 imap imlib java jpeg kde libg++ libwww mad
mbox mikmod mmx motif mozilla mpeg ncurses nls oggvorbis opengl oss pam pda
pdflib perl png ppds python qt readline samba sdl slang spell sse ssl svga tcltk
tcpd tiff truetype usb x86 xml2 xmms xv zlib linguas_en"
Comment 1 Paul Varner (RETIRED) gentoo-dev 2004-08-05 18:00:24 UTC
Created attachment 36849 [details, diff]
Patch to fix reference to /etc/portage/virtuals
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2004-09-08 22:22:51 UTC
Changed.