Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68293 - portage-2.0.51_rc9 and _rc10 ignore /etc/portage
Summary: portage-2.0.51_rc9 and _rc10 ignore /etc/portage
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Configuration (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-20 11:12 UTC by alex f
Modified: 2004-10-20 18:11 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alex f 2004-10-20 11:12:42 UTC
Observe:

tosh ~ # cat /etc/portage/portage.u
portage.unmask  portage.use
tosh ~ # cat /etc/portage/portage.unmask
net-im/skype
tosh ~ # emerge skype -vp

These are the packages that I would merge, in order:

Calculating dependencies
!!! All ebuilds that could satisfy "skype" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-im/skype-0.91.0.3 (masked by: package.mask)

or this:

tosh ~ # cat /etc/portage/portage.use
media-sound/alsa-driver oss
net-im/gaim -crypt
tosh ~ # emerge alsa-driver -vp

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] media-sound/alsa-driver-1.0.6a  -debug -oss* 0 kB

# l /etc/portage/
insgesamt 8
-rw-r--r--  1 root root 13 13. Okt 19:29 portage.unmask
-rw-r--r--  1 root root 47 20. Okt 19:55 portage.use
# l /etc/portage -d
drwxr-xr-x  2 root portage 4096 20. Okt 19:57 /etc/portage/


Reproducible: Always
Steps to Reproduce:




# emerge info
Portage 2.0.51_rc10 (default-linux/x86/2004.2/gcc34/2.6, gcc-3.4.2,
glibc-2.3.4.20041006-r0, 2.6.9-rc4 i686)
=================================================================
System uname: 2.6.9-rc4 i686 Intel(R) Pentium(R) M processor 1.50GHz
Gentoo Base System version 1.5.3
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium-m -O2 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium-m -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc distlocks sandbox sfperms strict userpriv
usersandbox"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X X509 acpi alsa avi berkdb bitmap-fonts cdr crypt cups dhcp divx4linux dmx
dvd dvdr dvdread eds encode evo f77 faad fam flac foomaticdb gdbm gif gnome gpm
gstreamer gtk gtk2 gtkhtml guile hal howl imlib ipv6 java jce jpeg libg++ libwww
mad matroska mikmod mmap mmx mmx2 motif mozilla moznocompose moznoirc moznomail
mozsvg mpeg ncurses network nls nntp noantlr nobcel nobeanutils nobsh
nocommonslogging nocommonsnet nojdepend nojsch nojython nolog4j nooro noregexp
norhino noxalan noxerces nptl nptlonly objc oggvorbis opengl pam pcre pdflib
perl pic png pnp python quicktime readline rtc ruby samba sdl skey slang speex
spell sse sse2 ssl svga tcpd theora threads tiff truetype trusted ucs2 unicode
x86 xml2 xprint xv xvid xvmc zlib"
Comment 1 Stephen Bennett (RETIRED) gentoo-dev 2004-10-20 11:15:32 UTC
The filenames you want are 'package.unmask' and 'package.use'.
Comment 2 Georgi Georgiev 2004-10-20 17:11:57 UTC
You need to list skype in both package.unmask and package.keywords. package.unmask will unmask it, but it will still be keywords masked. I.e. try ACCEPT_KEYWORDS=~x86 emerge -pv skype instead.
Comment 3 alex f 2004-10-20 18:11:49 UTC
It fills me with joy, that Georgi like me can't read.