Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

[SOLVED] Xfce is unstable?

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
11 posts • Page 1 of 1
Author
Message
bwaldow
n00b
n00b
Posts: 67
Joined: Mon Sep 13, 2004 9:54 am
Location: Wellington, New Zealand

[SOLVED] Xfce is unstable?

  • Quote

Post by bwaldow » Mon Apr 08, 2013 11:16 pm

Hello,

I have run into several problems with what should be the most basic of install processes, and I need to understand the gentoo approach so I can work with it. I don't just want work-arounds - I want to know how my thinking is wrong such that i am getting these results.

Following first the Gentoo amd64 install manual, and then the The X Server Configuration HOWTO, I have a working Gentoo system on my Lenovo T61.

Next, I am following the The Xfce Configuration Guide, and I run this command:

Code: Select all

merom ~ # emerge -Dvp xfce4-meta
...among other messages I get this:

Code: Select all

The following keyword changes are necessary to proceed:
 (see "package.accept_keywords" in the portage(5) man page for more details)
# required by dev-libs/dbus-glib-0.100.2
# required by xfce-base/xfce4-panel-4.10.0
# required by xfce-base/thunar-1.4.0[xfce_plugins_trash]
# required by xfce-base/xfdesktop-4.10.0[thunar]
# required by xfce-base/xfce4-meta-4.10
# required by xfce4-meta (argument)
=dev-libs/glib-2.34.3 ~amd64
# required by xfce-base/thunar-1.4.0[udev]
# required by xfce-base/xfdesktop-4.10.0[thunar]
# required by xfce-base/xfce4-meta-4.10
# required by xfce4-meta (argument)
=gnome-base/gvfs-1.14.2 ~amd64
1) When did XFCE become unstable, such that is is necessary to unmask unstable packages to install it per the published manual? I would have expected XFCE ran before on Linux, and Gentoo, such that packages in the stable tree could be found to compile a working system. How is my understanding wrong about this?

I also receive this, from the same command:

Code: Select all

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

sys-auth/pambase:0

  (sys-auth/pambase-20101024-r2::gentoo, installed) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (sys-auth/pambase-20101024-r2::gentoo, ebuild scheduled for merge) pulled in by
    sys-auth/pambase[consolekit] required by (sys-auth/polkit-0.110::gentoo, ebuild scheduled for merge)

virtual/udev:0

  (virtual/udev-197-r2::gentoo, ebuild scheduled for merge) pulled in by
    >=virtual/udev-197[gudev,hwdb] required by (sys-fs/udisks-2.1.0::gentoo, ebuild scheduled for merge)
    virtual/udev[gudev] required by (xfce-base/thunar-1.4.0::gentoo, ebuild scheduled for merge)
    virtual/udev[gudev] required by (gnome-base/gvfs-1.14.2::gentoo, ebuild scheduled for merge)
    virtual/udev:=[gudev] required by (gnome-base/gvfs-1.12.3-r1::gentoo, ebuild scheduled for merge)
    >=virtual/udev-197[gudev] required by (sys-power/upower-0.9.20-r2::gentoo, ebuild scheduled for merge)

  (virtual/udev-197-r2::gentoo, installed) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

sys-fs/udev:0

  (sys-fs/udev-200::gentoo, installed) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (sys-fs/udev-200::gentoo, ebuild scheduled for merge) pulled in by
    >=sys-fs/udev-197-r8[gudev?,hwdb?,introspection?,keymap?,kmod?,selinux?,static-libs?] required by (virtual/udev-197-r2::gentoo, ebuild scheduled for merge)

gnome-base/gvfs:0

  (gnome-base/gvfs-1.14.2::gentoo, ebuild scheduled for merge) pulled in by
    >=gnome-base/gvfs-1.10.1[udisks,udev] required by (xfce-base/thunar-1.4.0::gentoo, ebuild scheduled for merge)

  (gnome-base/gvfs-1.12.3-r1::gentoo, ebuild scheduled for merge) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

dev-libs/glib:2

  (dev-libs/glib-2.32.4-r1::gentoo, installed) pulled in by
    <dev-libs/glib-2.33:2 required by (dev-libs/gobject-introspection-1.32.1::gentoo, installed)

  (dev-libs/glib-2.34.3::gentoo, ebuild scheduled for merge) pulled in by
    >=dev-libs/glib-2.33.12:2 required by (gnome-base/gvfs-1.14.2::gentoo, ebuild scheduled for merge)


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.
2) Hang on. I'm following a published recipe for beginners, and I receive errors in resolution like this?

Is this a problem with the quality control of the ebuilds in some of the packages?

Is this a matter of some aspect of the approach Gentoo is taking I don't understand? If so, I would like to understand it, and also I would like to see it called out more clearly in the documentation.

Here is my make.conf file:

Code: Select all

merom ~ # cat /etc/portage/make.conf
CFLAGS="-O2 -pipe -march=core2"
CXXFLAGS="${CFLAGS}"

MAKEOPTS="-j3"

# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"

PORTAGE_TMPDIR="/tmp"

# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="
     X \
     mmx sse sse2 sse3 ssse3 \
     keymap \
     -gnome -kde -minimal -qt4 dbus jpeg lock session startup-notification thunar udev \
###     alsa \
     "

INPUT_DEVICES="evdev synaptics"
VIDEO_CARDS="intel"

###GENTOO_MIRRORS="ftp://mirror.mcs.anl.gov/pub/gentoo/ ftp://ftp.gtlib.gatech.edu/pub/gentoo http://gentoo.osuosl.org/"
GENTOO_MIRRORS="ftp://ftp.iinet.net.au/linux/Gentoo/ ftp://ftp.swin.edu.au/gentoo http://gentoo.osuosl.org/"

SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"
If you need more information, please tell me how to provide it "the Gentoo way", as I haven't used Gentoo in half a decade. It worked smoothly then, and this seems a serious regression to me, but perhaps I'm missing something?

Thanks,
Bret
Last edited by bwaldow on Wed Apr 10, 2013 12:50 am, edited 2 times in total.
Top
Hypnos
Advocate
Advocate
User avatar
Posts: 2889
Joined: Thu Jul 18, 2002 5:12 pm
Location: Omnipresent

  • Quote

Post by Hypnos » Tue Apr 09, 2013 12:59 am

Unfortunately, the GTK+/GNOME stack on which XFCE relies has become a playground for upstream devs who want to reinvent the OS. The only versions of glib and gvfs supported by upstream are rather new/buggy, and therefore still marked as testing in the Portage tree.

One could make the argument that older versions of glib and gvfs should have been kept around so that stable packages could be resolved cleanly.

If I interpret the "slot conflict" error correctly, it looks like other components need a new glib, but gobject-introspection still needs the old one. (The other stated slot conflicts should resolve themselves, as indicated by "no parents ...".)

At first blush this does look like a QC failure by Gentoo, as gobject-introspection > 1.32 can use the newer glib, so gobject-introspection-1.32 should be removed from the tree. However, it's possible that something else in the tree needs this old gobject-introspection ...

Perhaps a dev would like to weigh in here.

Editorial comment: This chaotic software stack is why many people on these forums have dumped GNOME and XFCE in favor of alternatives. I am currently using XFCE with many of the objectionable features (polkit, consolekit) disabled, but if I were to install XFCE new I would encounter the same problem as you.
Personal overlay | Simple backup scheme
Top
jrussia
Tux's lil' helper
Tux's lil' helper
Posts: 89
Joined: Wed Aug 29, 2012 5:32 pm
Location: Chicago

  • Quote

Post by jrussia » Tue Apr 09, 2013 3:06 am

There is a step missing (i.e. not your fault) somewhere along the chain from Gentoo install -> X -> Xfce that the preferred profile for installing stable Xfce is a "desktop" profile, as you can see here:

Code: Select all

jeremy@c-gbox ~ $ eselect profile list
Available profile symlink targets:
  [1]   default/linux/amd64/13.0
  [2]   default/linux/amd64/13.0/selinux
  [3]   default/linux/amd64/13.0/desktop *
  [4]   default/linux/amd64/13.0/desktop/gnome
  [5]   default/linux/amd64/13.0/desktop/kde
  [6]   default/linux/amd64/13.0/developer
  [7]   default/linux/amd64/13.0/no-multilib
  [8]   default/linux/amd64/13.0/x32
  [9]   hardened/linux/amd64
  [10]  hardened/linux/amd64/selinux
  [11]  hardened/linux/amd64/no-multilib
  [12]  hardened/linux/amd64/no-multilib/selinux
  [13]  hardened/linux/uclibc/amd64

My guess is that changing this will fix your existing problems. However you have said that you want to understand more than just have a workaround -- I don't know exactly which package-flag combination causes this particular conflict (I'm sure someone else can point it out.) However in this case, 'profiles' are abstractions that set a lot of "common settings" for the user. You can crawl through /usr/portage/profiles and try to parse out these dynamics. Unfortunately, they seem to be one of the lesser documented aspects of Gentoo, at least in terms of asking simple questions like "What are the concrete effects of X profile?"

In any case, you can see the effects somewhat with 'emerge --info', which will reveal more about the reality of your total USE flag information. I am not sure if there is a tool to see the aggregate effects on other configuration files, e.g. package.mask, package.use, etc.
Top
PaulBredbury
Watchman
Watchman
User avatar
Posts: 7310
Joined: Thu Jul 14, 2005 3:47 pm

Re: Xfce is unstable?

  • Quote

Post by PaulBredbury » Tue Apr 09, 2013 4:54 am

bwaldow wrote:I want to know how my thinking is wrong
These are bugs, to be reported on the Gentoo bugzilla.

Don't forget that Gentoo uses a live Portage tree, that gets changed around every day, so it's not surprising for a random snapshot of it to be imperfect.
Top
Genone
Retired Dev
Retired Dev
User avatar
Posts: 9656
Joined: Fri Mar 14, 2003 6:02 pm
Location: beyond the rim

Re: Xfce is unstable?

  • Quote

Post by Genone » Tue Apr 09, 2013 7:53 am

bwaldow wrote:

Code: Select all

merom ~ # emerge -Dvp xfce4-meta
...among other messages I get this:

Code: Select all

The following keyword changes are necessary to proceed:
 (see "package.accept_keywords" in the portage(5) man page for more details)
# required by dev-libs/dbus-glib-0.100.2
# required by xfce-base/xfce4-panel-4.10.0
# required by xfce-base/thunar-1.4.0[xfce_plugins_trash]
# required by xfce-base/xfdesktop-4.10.0[thunar]
# required by xfce-base/xfce4-meta-4.10
# required by xfce4-meta (argument)
=dev-libs/glib-2.34.3 ~amd64
# required by xfce-base/thunar-1.4.0[udev]
# required by xfce-base/xfdesktop-4.10.0[thunar]
# required by xfce-base/xfce4-meta-4.10
# required by xfce4-meta (argument)
=gnome-base/gvfs-1.14.2 ~amd64
Something is definitely fishy there, as those unstable versions aren't listed in the relevant ebuilds, and there are matching stable versions available. What are those "other messages" you've been getting?
Top
bwaldow
n00b
n00b
Posts: 67
Joined: Mon Sep 13, 2004 9:54 am
Location: Wellington, New Zealand

Re: Xfce is unstable?

  • Quote

Post by bwaldow » Tue Apr 09, 2013 8:20 am

Genone wrote:Something is definitely fishy there, as those unstable versions aren't listed in the relevant ebuilds, and there are matching stable versions available. What are those "other messages" you've been getting?
My apologies. In my original post, I quoted the "other messages" instead of marking them as code. All the problems I was receiving are in that original post.

In the meantime, I have also tried jrussia's suggestion of setting the profile to 'Desktop'. 'emerge -vp xfce4-meta' then showed no problems whatsoever, as well as providing a different (longer) list of items to install.

I held off a while on trying that to see if other suggestions or questions came in (as re-starting the emerge would lose the environment the questions/suggestions were about), but I have now made the profile change and I have run:

Code: Select all

emerge system
emerge --newuse world
... and now I am starting:

Code: Select all

emerge xfce4-meta
I can't be certain until it completes (and I do a full re-build with --with-bdeps=y overnight), but it appears the only issue may be that the Xfce guide does not mention using a Desktop profile. If my results confirm this, I will investigate who to contact about adding that into the guide.

Further bulletins as events warrant, but I'm happy to hear any more comments or ideas on the topic - I might learn something. But I can't tell you about the Environment That Was anymore.

Cheers,
Bret
Top
John R. Graham
Administrator
Administrator
User avatar
Posts: 10898
Joined: Tue Mar 08, 2005 3:39 pm
Location: Somewhere over Winder, Georgia, USA

  • Quote

Post by John R. Graham » Tue Apr 09, 2013 12:29 pm

Missing command line option. You should be including --update when that's what you're doing, in other words

Code: Select all

emerge --update system
emerge --update --newuse world
You only omit --update when you're installing new software. :wink:

- John
I can confirm that I have received between 0 and 499 National Security Letters.
Top
bwaldow
n00b
n00b
Posts: 67
Joined: Mon Sep 13, 2004 9:54 am
Location: Wellington, New Zealand

  • Quote

Post by bwaldow » Tue Apr 09, 2013 1:10 pm

John R. Graham wrote:You only omit --update when you're installing new software
Even if what I want to do is re-compile the installed software with different USE flags? Isn't it appropriate then to use --newuse without --update?

Cheers,
Bret
Top
John R. Graham
Administrator
Administrator
User avatar
Posts: 10898
Joined: Tue Mar 08, 2005 3:39 pm
Location: Somewhere over Winder, Georgia, USA

  • Quote

Post by John R. Graham » Tue Apr 09, 2013 3:14 pm

Yes, even if. Observe the difference in behavior:

Code: Select all

~ # emerge --pretend world

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] app-arch/bzip2-1.0.6-r3  USE="-static static-libs" 0 kB
[ebuild   R    ] app-arch/xz-utils-5.0.4-r1  USE="nls -static-libs threads" 0 kB
[ebuild   R    ] sys-devel/gnuconfig-20121010  0 kB
[ebuild   R    ] sys-apps/which-2.20  0 kB
[ebuild   R    ] sys-devel/patch-2.6.1  USE="-static {-test}" 0 kB
[ebuild   R    ] dev-libs/eventlog-0.2.12  USE="-static-libs" 0 kB
[ebuild   R    ] app-arch/lbzip2-2.2  USE="-debug symlink" 0 kB
[ebuild   R    ] app-doc/pms-5  0 kB
[ebuild   R    ] dev-libs/argtable-2.13  USE="-debug doc examples -static-libs" 0 kB
[ebuild   R    ] net-misc/netkit-fingerd-0.17-r3  0 kB
[ebuild   R    ] sys-block/buffer-1.19-r2  0 kB                                                                              
[ebuild   R    ] net-misc/jwhois-4.0-r1  USE="-idn nls" 0 kB                                                                 
[ebuild   R    ] net-libs/polarssl-1.2.5  USE="examples sse2" 0 kB
[ebuild   R    ] sys-fs/dosfstools-3.0.13  0 kB
[ebuild   R   ~] sys-fs/reiserfsprogs-3.6.22  0 kB
[ebuild   R    ] app-admin/genromfs-0.5.2  0 kB
[ebuild   R    ] net-misc/dhcpcd-5.6.4  USE="zeroconf" 0 kB
[ebuild   R    ] games-misc/wtf-20090924  0 kB
[ebuild   R    ] sys-kernel/module-rebuild-0.5  0 kB
[ebuild   R    ] app-benchmarks/bonnie++-1.96  USE="-debug" 0 kB
[ebuild   R   ~] app-crypt/seccure-0.4::local  0 kB
[ebuild   R    ] net-analyzer/traceroute-2.0.18  USE="-static" 0 kB
[ebuild   R    ] sys-power/acpid-2.0.17-r1  USE="(-selinux)" 0 kB
[ebuild   R    ] app-doc/linux-kernel-in-a-nutshell-1  0 kB
[ebuild   R   ~] dev-util/asn1c-0.9.21::sunrise  0 kB
[ebuild   R    ] app-misc/scope-0.04-r1  0 kB
[ebuild   R    ] sys-process/lsof-4.85-r2  USE="-examples -ipv6 -rpc (-selinux) -static" 0 kB
[ebuild   R   ~] net-dns/openresolv-3.5.4  USE="-systemd" 0 kB
[ebuild   R    ] sys-libs/libstdc++-v3-3.3.6:5  USE="(-multilib) nls" 0 kB
[ebuild   R    ] sys-apps/pciutils-3.1.10  USE="-static-libs zlib" 0 kB
[ebuild   R    ] virtual/os-headers-0  0 kB
[ebuild   R    ] sys-apps/net-tools-1.60_p20120127084908  USE="nls -old-output -static" 0 kB
[ebuild   R    ] app-backup/flexbackup-1.2.1-r11  0 kB
[ebuild   R    ] x11-misc/read-edid-2.0.0-r1  0 kB
[ebuild   R    ] sys-fs/cramfs-1.1  0 kB
[ebuild   R    ] virtual/modutils-0  0 kB
[ebuild   R    ] net-misc/iputils-20121221  USE="-SECURITY_HAZARD -caps doc -gnutls -idn -ipv6 ssl -static" 0 kB
[ebuild   R    ] virtual/libc-0  0 kB
[ebuild   R   ~] dev-util/vbindiff-3.0_beta4  USE="-debug" 0 kB
[ebuild   R    ] games-misc/fortune-mod-dune-2.0.1  0 kB
[ebuild   R    ] games-misc/fortune-mod-kernelcookies-9  USE="-offensive" 0 kB
[ebuild   R    ] games-misc/fortune-mod-gentoo-forums-20041207  USE="-offensive" 0 kB
[ebuild   R    ] games-misc/fortune-mod-hitchhiker-0.1  0 kB
[ebuild   R    ] app-arch/rar-4.2.0  USE="-all_sfx -static" 0 kB
[ebuild   R    ] net-analyzer/iftop-0.17  0 kB
[ebuild   R    ] app-shells/bash-4.2_p37  USE="-afs -bashlogger -examples -mem-scramble net nls -plugins (readline) -vanilla" 0 kB
[ebuild   R    ] net-misc/rsync-3.0.9-r2  USE="acl iconv -ipv6 -static -xattr" 0 kB
[ebuild   R    ] sys-devel/bc-1.06.95  USE="-libedit readline -static" 0 kB
[ebuild   R    ] app-cdr/cdrtools-3.00  USE="acl unicode" 0 kB
[ebuild   R    ] sys-fs/reiser4progs-1.0.7  USE="-debug readline -static" 0 kB
[ebuild   R    ] sys-apps/less-457  USE="pcre unicode" 197 kB
[ebuild   R    ] virtual/pager-0  0 kB
[ebuild   R    ] sys-process/procps-3.3.4  USE="ncurses nls -static-libs unicode" 0 kB
[ebuild   R    ] dev-libs/nss-3.14.3  USE="-utils" 0 kB
[ebuild   R    ] sys-apps/lshw-02.16b-r2  USE="-gtk sqlite -static" 0 kB
[ebuild   R    ] sys-apps/baselayout-2.1-r1  USE="-build" 0 kB
[ebuild   R    ] dev-qt/qtsvg-4.8.4:4  USE="accessibility (-aqua) -c++0x -debug exceptions -pch" 0 kB
[ebuild   R    ] app-portage/mirrorselect-2.1.0-r3  0 kB
[ebuild   R    ] sys-apps/sed-4.2.1-r1  USE="acl nls (-selinux) -static" 0 kB
[ebuild   R    ] sys-devel/make-3.82-r4  USE="nls -static" 0 kB
[ebuild   R    ] sys-apps/findutils-4.4.2-r1  USE="nls (-selinux) -static" 0 kB
[ebuild   R    ] sys-apps/coreutils-8.20  USE="acl -caps -gmp nls (-selinux) -static -vanilla -xattr" 0 kB
[ebuild   R    ] sys-devel/binutils-2.22-r1  USE="cxx -multislot -multitarget nls -static-libs {-test} -vanilla zlib" 0 kB
[ebuild   R    ] sys-apps/texinfo-4.13-r2  USE="nls -static" 0 kB
[ebuild   R    ] sys-apps/gawk-4.0.1  USE="nls readline" 0 kB
[ebuild   R    ] app-arch/gzip-1.5  USE="nls -pic -static" 0 kB
[ebuild   R    ] sys-apps/diffutils-3.2  USE="nls -static" 0 kB
[ebuild   R    ] sys-apps/grep-2.14  USE="nls pcre" 0 kB
[ebuild   R    ] sys-process/psmisc-22.20  USE="X -ipv6 nls (-selinux)" 0 kB
[ebuild   R    ] app-arch/tar-1.26  USE="nls -static" 0 kB
[ebuild   R    ] sys-apps/kbd-1.15.3  USE="nls" 0 kB
[ebuild   R    ] net-dialup/minicom-2.6  USE="nls" LINGUAS="-cs -da -de -es -fi -fr -hu -id -ja -nb -pl -pt_BR -ro -ru -rw -sv -vi -zh_TW" 0 kB
[ebuild   R    ] sys-apps/mlocate-0.25  USE="nls (-selinux)" 0 kB
[ebuild   R    ] app-misc/linux-logo-5.11-r1  USE="nls" 0 kB
[ebuild   R    ] sys-devel/gcc-4.6.3:4.6  USE="(-altivec) cxx doc (-fixed-point) fortran -gcj -graphite -gtk (-hardened) (-libssp) mudflap (-multilib) -multislot nls -nopie -nossp nptl -objc -objc++ -objc-gc openmp {-test} -vanilla" 0 kB
[ebuild   R    ] sys-devel/gcc-4.5.4:4.5  USE="(-altivec) cxx doc (-fixed-point) fortran -gcj -graphite -gtk (-hardened) (-libssp) -lto mudflap (-multilib) -multislot nls -nopie -nossp nptl -objc -objc++ -objc-gc openmp {-test} -vanilla" 0 kB
[ebuild  N     ] virtual/awk-0  0 kB
[ebuild   R    ] app-text/dictd-1.11.2  USE="-dbi -judy -minimal" 0 kB
[ebuild   R    ] dev-util/lafilefixer-0.5  0 kB
[ebuild   R    ] app-admin/logrotate-3.8.3  USE="acl (-selinux)" 0 kB
[ebuild   R    ] app-arch/afio-2.5  0 kB
[ebuild   R    ] net-nds/ypbind-1.33  USE="dbus -debug nls -slp" 0 kB
[ebuild   R    ] x11-apps/mesa-progs-8.0.1  0 kB
[ebuild   R    ] dev-qt/qtdemo-4.8.4:4  USE="(-aqua) -c++0x dbus -debug declarative exceptions kde -multimedia opengl -openvg -pch qt3support webkit -xmlpatterns" 0 kB
[ebuild   R    ] dev-qt/qt-creator-2.6.2  USE="-android -autotools -bazaar (botan-bundled) -clearcase -cmake -cvs -debug doc -examples -fakevim -git -madde -mercurial -perforce -qnx subversion -valgrind" LINGUAS="-cs -de -fr -hu -ja -pl -ru -sl -zh_CN" 0 kB
[ebuild   R    ] sys-apps/file-5.11  USE="python -static-libs zlib" 0 kB
[ebuild   R    ] dev-libs/boost-1.49.0-r2  USE="-debug doc icu -mpi python -static-libs -tools" 0 kB
[ebuild   R    ] app-dicts/myspell-en-20081002  0 kB
[ebuild   R    ] dev-libs/crypto++-5.6.1-r1  0 kB
[ebuild   R    ] app-admin/eselect-1.3.4  USE="doc" 0 kB
[ebuild   R    ] app-admin/eselect-fontconfig-1.1  0 kB
[ebuild   R    ] app-admin/eselect-php-0.6.2  0 kB
[ebuild   R    ] virtual/dev-manager-0  0 kB
[ebuild   R    ] app-emacs/gentoo-syntax-1.20  0 kB
[ebuild   R    ] app-emacs/dictionary-1.8.7  0 kB
[ebuild   R    ] app-admin/emacs-updater-1.9  0 kB
[ebuild   R    ] dev-lang/perl-5.12.4-r1  USE="berkdb -build -debug doc gdbm -ithreads" 0 kB
[ebuild   R    ] sys-apps/util-linux-2.22.2  USE="cramfs crypt -ddate ncurses nls -old-linux perl (-selinux) -slang -static-libs suid {-test} udev unicode" 0 kB
[ebuild   R    ] sys-devel/autoconf-2.69:2.5  USE="emacs" 0 kB
[ebuild   R    ] dev-perl/XML-Parser-2.410.0  0 kB
[ebuild   R    ] sys-devel/autoconf-2.13:2.1  0 kB
[ebuild   R    ] perl-core/Compress-Raw-Zlib-2.60.0  0 kB
[ebuild   R    ] app-text/dos2unix-6.0.3  USE="-debug nls" 0 kB
[ebuild   R    ] dev-perl/common-sense-3.600.0  0 kB
[ebuild   R    ] sys-kernel/gentoo-sources-3.7.10:3.7.10  USE="-build -deblob -symlink" 68,335 kB
[ebuild   R   ~] sys-kernel/reiser4-gentoo-sources-2.6.38-r6:2.6.38-r6::local  USE="-build -deblob symlink" 0 kB
[ebuild   R    ] games-misc/fortune-mod-gentoo-dev-20090306  USE="-offensive" 0 kB
[ebuild   R    ] net-misc/whois-5.0.15  USE="iconv -idn nls" 0 kB
[ebuild   R    ] app-admin/makepasswd-1.10  0 kB
[ebuild   R    ] sys-kernel/gentoo-sources-3.0.35:3.0.35  USE="-build -deblob -symlink" 62,923 kB
[ebuild   R    ] sys-fs/e2fsprogs-1.42  USE="nls -static-libs" 0 kB
[ebuild   R    ] sys-fs/xfsprogs-3.1.10  USE="-libedit nls readline -static -static-libs" 0 kB
[ebuild   R    ] sys-apps/v86d-0.1.10  USE="-debug -x86emu" 0 kB
[ebuild   R    ] app-editors/nano-2.3.1-r2  USE="-debug -justify magic -minimal ncurses nls -slang spell unicode" 0 kB
[ebuild   R    ] app-misc/uptimed-0.3.17-r1  USE="-static-libs" 0 kB
[ebuild   R    ] app-shells/dash-0.5.7.3-r1  USE="-libedit -static" 0 kB
[ebuild   R    ] net-fs/autofs-5.0.6-r3  USE="-hesiod ldap -sasl" 0 kB
[ebuild   R    ] net-misc/telnet-bsd-1.2-r1  USE="nls -xinetd" 0 kB
[ebuild   R    ] media-sound/sox-14.4.1  USE="alsa -amr -ao -debug encode -ffmpeg flac -id3tag -ladspa mad ogg openmp -oss png -pulseaudio -sndfile -static-libs -twolame -wavpack" 0 kB
[ebuild   R    ] dev-libs/glib-1.2.10-r5:1  USE="-hardened" 0 kB
[ebuild   R    ] app-arch/lha-114i-r7  0 kB
[ebuild   R    ] sys-kernel/genkernel-3.4.45  USE="crypt -cryptsetup (-ibm) (-selinux)" 0 kB
[ebuild   R   ~] app-crypt/ssss-0.5::local  0 kB
[ebuild   R    ] app-portage/g-cpan-0.16.4-r1  0 kB
[ebuild   R    ] app-misc/wipe-2.3.1  0 kB
[ebuild   R    ] app-arch/unrar-gpl-0.0.1_p20080417-r1  0 kB
[ebuild   R    ] sys-boot/grub-0.97-r12  USE="-custom-cflags ncurses -netboot -static" 0 kB
[ebuild   R    ] sys-fs/sysfsutils-2.1.0  USE="-static-libs" 0 kB
[ebuild   R    ] virtual/editor-0  0 kB
[ebuild   R    ] sys-apps/moreutils-0.47  USE="doc perl" 0 kB
[ebuild   R    ] virtual/perl-Module-Build-0.400.300  0 kB
[ebuild   R    ] sys-apps/busybox-1.20.2  USE="-ipv6 -livecd -make-symlinks -math -mdev pam -savedconfig (-selinux) -sep-usr static (-systemd)" 0 kB
[ebuild   R    ] app-portage/genlop-0.30.8-r2  USE="-bash-completion" 0 kB
[ebuild   R    ] app-text/aspell-0.60.6.1  USE="nls" LINGUAS="-af -be -bg -br -ca -cs -cy -da -de -el en -eo -es -et -fi -fo -fr -ga -gl -he -hr -is -it -la -lt -nl -no -pl -pt -pt_BR -ro -ru -sk -sl -sr -sv -uk -vi" 0 kB
[ebuild   R    ] net-fs/samba-3.6.12  USE="acl -addns -ads aio -avahi -caps client -cluster cups -debug -dmapi doc -examples fam ldap -ldb netapi pam -quota readline (-selinux) server smbclient -smbsharemodes -swat -syslog winbind" 0 kB
[ebuild   R    ] dev-vcs/cvs-1.12.12-r6  USE="crypt doc kerberos nls pam -server" 0 kB
[ebuild   R    ] virtual/jre-1.6.0:1.6  0 kB
[ebuild   R    ] net-dns/dnsmasq-2.63  USE="-conntrack dbus dhcp -idn -ipv6 -lua nls -script -tftp" LINGUAS="-de -es -fi -fr -id -it -no -pl -pt_BR -ro" 0 kB
[ebuild   R    ] www-plugins/adobe-flash-11.2.202.275  USE="(-32bit) (-64bit) kde (-multilib) (-selinux) sse2check -vdpau" 0 kB
[ebuild   R   ~] app-crypt/passwordsafe-0.9_beta::local  0 kB
[ebuild   R    ] virtual/jdk-1.6.0-r1:1.6  0 kB
[ebuild   R    ] virtual/shadow-0  0 kB
[ebuild   R   #] app-misc/screen-4.0.3-r8  USE="-debug -multiuser -nethack pam (-selinux)" 0 kB
[ebuild   R   ~] dev-util/android-sdk-update-manager-21.1  0 kB
[ebuild   R    ] net-libs/libnice-0.1.3-r1  USE="upnp" 0 kB
[ebuild   R   ~] app-text/keepnote-0.7.9-r2  PYTHON_TARGETS="-python2_6 python2_7" 0 kB
[ebuild   R    ] dev-libs/openssl-0.9.8x:0.9.8  USE="-bindist -gmp kerberos sse2 {-test} zlib" 0 kB
[ebuild   R    ] dev-libs/openssl-1.0.1c  USE="-bindist -gmp kerberos -rfc3779 sse2 -static-libs {-test} -vanilla zlib" 0 kB
[ebuild   R    ] net-misc/wget-1.14  USE="-debug -gnutls -idn -ipv6 nls -ntlm pcre ssl -static -uuid zlib" 0 kB
[ebuild   R    ] net-analyzer/tcpdump-4.3.0  USE="chroot -ipv6 -samba -smi ssl -suid {-test}" 0 kB
[ebuild   R    ] app-admin/syslog-ng-3.2.5  USE="-caps -hardened -ipv6 pcre (-selinux) -spoof-source -sql ssl tcpd" 0 kB
[ebuild   R    ] sys-block/mbuffer-20090113  USE="-debug ssl" 0 kB
[ebuild   R    ] app-admin/apache-tools-2.2.24  USE="ssl" 0 kB
[ebuild   R    ] net-analyzer/nmap-6.25  USE="-gtk -ipv6 lua -ncat -ndiff nls -nmap-update -nping ssl" LINGUAS="-de -es -fr -hr -hu -id -it -ja -pl -pt_BR -pt_PT -ro -ru -sk -zh" 0 kB
[ebuild   R    ] net-misc/ntp-4.2.6_p5-r1  USE="-caps -debug -ipv6 -openntpd -parse-clocks -samba (-selinux) -snmp ssl -vim-syntax -zeroconf" 0 kB
[ebuild   R    ] www-client/links-2.7:2  USE="X bzip2 deprecated -directfb -fbcon gpm jpeg -livecd -lzma ssl -suid -svga tiff unicode zlib" 0 kB
[ebuild   R    ] net-p2p/bitcoin-qt-0.6.3  USE="-1stclassmsg dbus eligius qrcode -upnp" LINGUAS="-ca_ES -cs -da -de en -es -es_CL -et -eu_ES -fa -fa_IR -fi -fr_CA -fr_FR -he -hr -hu -it -lt -nb -nl -pl -pt_BR -ro_RO -ru -sk -sr -sv -tr -uk -zh_CN -zh_TW" 0 kB
[ebuild   R    ] net-ftp/ftp-0.17-r7  USE="-ipv6 ssl" 0 kB
[ebuild   R    ] net-irc/epic4-2.10.1  USE="-ipv6 perl ssl" 0 kB
[ebuild   R    ] net-misc/dhcp-4.2.4_p2  USE="client -ipv6 ldap (-selinux) server ssl -vim-syntax" 0 kB
[ebuild   R    ] net-dns/bind-tools-9.9.2  USE="doc -gssapi -idn -ipv6 readline ssl -urandom xml" 0 kB
[ebuild   R    ] virtual/ssh-0  USE="-minimal" 0 kB
[ebuild   R    ] app-text/wgetpaste-2.20-r1  USE="lodgeit-default -zsh-completion" 0 kB
[ebuild   R    ] net-fs/nfs-utils-1.2.6  USE="-caps -ipv6 kerberos -nfsdcld -nfsidmap nfsv4 -nfsv41 (-selinux) tcpd" 0 kB
[ebuild   R    ] kde-base/kcalc-4.10.1:4  USE="(-aqua) -debug handbook {-test}" 0 kB
[ebuild   R    ] sys-process/vixie-cron-4.1-r12  USE="-debug pam (-selinux)" 0 kB
[ebuild   R    ] kde-base/ksnapshot-4.10.1:4  USE="(-aqua) -debug handbook kipi" 0 kB
[ebuild   R    ] kde-base/kmix-4.10.1-r1:4  USE="alsa (-aqua) -canberra -debug handbook -pulseaudio" 0 kB
[ebuild   R    ] app-text/kchmviewer-6.0-r1  USE="(-aqua) -debug kde" LINGUAS="-cs -fr -hu -it -nl -pt_BR -ru -sv -tr -uk -zh_CN -zh_TW" 0 kB
[ebuild   R    ] app-admin/sudo-1.8.6_p3  USE="ldap nls -offensive pam (-selinux) -skey" 0 kB
[ebuild   R    ] sys-apps/smartmontools-5.42  USE="-caps -minimal -static" 0 kB
[ebuild   R    ] net-irc/konversation-1.4:4  USE="(-aqua) crypt -debug handbook" LINGUAS="-bg -bs -ca -ca@valencia -cs -da -de -el en_GB -es -et -fi -fr -gl -hu -it -ja -nb -nds -nl -pl -pt -pt_BR -ru -si -sr -sr@ijekavian -sr@ijekavianlatin -sr@latin -sv -tr -uk -zh_CN -zh_TW" 0 kB
[ebuild   R    ] dev-tcltk/expect-5.44.1.15  USE="X -debug doc threads" 0 kB
[ebuild   R    ] sys-apps/man-db-2.6.3-r1  USE="berkdb gdbm nls -static-libs zlib" 0 kB
[ebuild   R    ] app-shells/zsh-5.0.2  USE="-caps -debug doc -examples gdbm -maildir pcre -static unicode" 0 kB
[ebuild   R    ] virtual/man-0  0 kB
[ebuild   R    ] sys-apps/man-pages-3.47  USE="nls" LINGUAS="-da -de -fr -it -ja -nl -pl -ro -ru -zh_CN" 0 kB
[ebuild   R   ~] dev-libs/libtomcrypt-1.17-r6::local  USE="doc" 0 kB
[ebuild   R    ] media-sound/alsa-utils-1.0.26-r2:0.9  USE="doc libsamplerate -minimal ncurses nls (-selinux)" 0 kB
[ebuild   R    ] media-fonts/dejavu-2.33  USE="X -fontforge" 0 kB
[ebuild   R    ] media-fonts/corefonts-1-r4  USE="X" 0 kB
[ebuild   R    ] media-fonts/ttf-bitstream-vera-1.10-r3  USE="X" 0 kB
[ebuild   R    ] media-fonts/cronyx-fonts-2.3.1-r2  0 kB
[ebuild   R    ] media-fonts/unifont-5.1.20080914  USE="X" 0 kB
[ebuild   R    ] media-fonts/artwiz-aleczapka-en-1.3  USE="X" 0 kB
[ebuild   R    ] media-fonts/freefonts-0.10-r3  USE="X" 0 kB
[ebuild   R   *] sys-apps/portage-2.2.0_alpha171  USE="-build doc epydoc (ipc) (-pypy2_0) -python2 -python3 (-selinux) -xattr" LINGUAS="-pl -ru" PYTHON_TARGETS="-pypy1_9 -pypy2_0 -python2_6 python2_7 -python3_1 python3_2 (-python3_3) (-python3_4)" 0 kB
[ebuild   R    ] virtual/package-manager-0  0 kB
[ebuild   R    ] app-portage/gentoolkit-0.3.0.7  0 kB
[ebuild   R    ] media-fonts/font-bh-ttf-1.0.3  USE="X" 0 kB
[ebuild   R    ] media-fonts/font-ibm-type1-1.0.3  USE="X" 0 kB
[ebuild   R    ] media-fonts/font-bh-type1-1.0.3  USE="X" 0 kB
[ebuild   R    ] media-fonts/font-adobe-75dpi-1.0.3  USE="X nls" 0 kB
[ebuild   R    ] media-fonts/font-adobe-utopia-75dpi-1.0.4  USE="X nls" 0 kB
[ebuild   R    ] media-fonts/font-bh-75dpi-1.0.3  USE="X nls" 0 kB
[ebuild   R    ] media-fonts/font-bh-lucidatypewriter-100dpi-1.0.3  USE="X nls" 0 kB
[ebuild   R    ] media-fonts/font-adobe-utopia-100dpi-1.0.4  USE="X nls" 0 kB
[ebuild   R    ] media-fonts/font-bh-100dpi-1.0.3  USE="X nls" 0 kB
[ebuild   R    ] media-fonts/font-bitstream-75dpi-1.0.3  USE="X nls" 0 kB
[ebuild   R    ] media-fonts/font-bh-lucidatypewriter-75dpi-1.0.3  USE="X nls" 0 kB
[ebuild   R    ] media-fonts/terminus-font-4.36  USE="X -a-like-o -distinct-l pcf psf -quote -raw-font-data -ru-dv ru-g -ru-i -ru-k" 0 kB
[ebuild   R    ] media-fonts/font-bitstream-100dpi-1.0.3  USE="X nls" 0 kB
[ebuild   R    ] media-fonts/intlfonts-1.2.1  USE="X -bdf" 0 kB
[ebuild   R    ] x11-libs/libX11-1.5.0  USE="doc -ipv6 -static-libs {-test}" 0 kB
[ebuild   R    ] dev-vcs/subversion-1.7.7  USE="-apache2 berkdb -ctypes-python -debug doc -dso -extras -gnome-keyring java kde nls perl python -ruby -sasl -vim-syntax webdav-neon -webdav-serf" 0 kB
[ebuild   R    ] net-im/pidgin-2.10.7-r1  USE="(-aqua) dbus -debug doc -eds -gadu -gnutls -groupwise gstreamer gtk -idn -meanwhile ncurses -networkmanager nls perl -prediction python -sasl -silc spell -tcl -tk xscreensaver -zephyr -zeroconf" 0 kB
[ebuild   R    ] x11-libs/fltk-1.3.0-r1:1  USE="cairo -debug doc -examples -games opengl pdf -static-libs threads -xft xinerama" 0 kB
[ebuild   R    ] media-libs/freetype-2.4.11:2  USE="X auto-hinter -bindist bzip2 -debug doc -fontforge -infinality static-libs -utils" 0 kB
[ebuild   R    ] x11-apps/xset-1.2.2  0 kB
[ebuild   R    ] x11-apps/xprop-1.2.1  0 kB
[ebuild   R    ] x11-apps/xdpyinfo-1.3.0-r1  USE="-dga -dmx xinerama" 0 kB
[ebuild   R    ] app-editors/vim-7.3.409  USE="X acl -cscope -debug gpm -minimal nls perl python -ruby -vim-pager" 0 kB
[ebuild   R    ] x11-misc/xbindkeys-1.8.4  USE="-guile -tk" 0 kB
[ebuild   R    ] x11-apps/xdriinfo-1.0.4  0 kB
[ebuild   R    ] x11-apps/xev-1.2.0  0 kB
[ebuild   Rf   ] dev-java/sun-jdk-1.6.0.43:1.6  USE="X alsa -derby -doc -examples -jce nsplugin -pax_kernel -source" 0 kB
[ebuild   R    ] x11-apps/xvinfo-1.1.1  0 kB
[ebuild   R    ] app-misc/pwsafe-0.2.0-r2  USE="X readline" 0 kB
[ebuild   R    ] app-editors/emacs-24.2-r1:24  USE="X -Xaw3d alsa (-aqua) -athena dbus -games -gconf gif -gnutls gpm -gsettings -gtk -gtk3 -gzip-el -hesiod -imagemagick jpeg kerberos -libxml2 -livecd -m17n-lib -motif -pax_kernel png (-selinux) sound -source svg tiff toolkit-scroll-bars -wide-int xft xpm" 0 kB
[ebuild   R    ] dev-java/icedtea-bin-6.1.12.4:6  USE="X alsa -cjk cups doc -examples nsplugin -source" 0 kB
[ebuild   R    ] media-gfx/splashutils-1.5.4.4-r1  USE="fbcondecor gpm -hardened mng png truetype" 0 kB
[ebuild   R    ] media-gfx/imagemagick-6.7.8.7:0/6.7.8.7  USE="X -autotrace bzip2 corefonts cxx -djvu -fftw -fontconfig -fpx -graphviz -hdri -jbig jpeg -jpeg2k lcms -lqr -lzma -opencl -openexr openmp pango perl png -postscript -q32 -q64 -q8 -raw -static-libs svg {-test} tiff truetype -webp -wmf xml zlib" 0 kB
[ebuild   Rf   ] sci-geosciences/googleearth-5.1.3535.3218-r1  USE="-mdns-bundled -qt-bundled" 0 kB
[ebuild   R   ~] dev-java/icedtea-bin-7.2.3.8:7  USE="X alsa -cjk cups doc -examples nsplugin -source" 0 kB
[ebuild   R    ] app-office/libreoffice-3.6.4.3  USE="(-aqua) -binfilter -binfilterdebug branding cups dbus -eds -gnome -gstreamer -gtk java -jemalloc kde -mysql -odk opengl -postgres {-test} vba webdav" LIBREOFFICE_EXTENSIONS="-nlpsolver -pdfimport presenter-console presenter-minimizer -scripting-beanshell -scripting-javascript -wiki-publisher" 0 kB
[ebuild   R    ] media-gfx/gimp-2.6.12-r5:2  USE="-aalib alsa (-altivec) -curl dbus -debug doc exif -gnome jpeg lcms mmx mng pdf png python -smp sse svg tiff webkit -wmf" LINGUAS="-am -ar -ast -az -be -bg -ca -ca@valencia -cs -da -de -dz -el -en_CA en_GB -eo -es -et -eu -fa -fi -fr -ga -gl -gu -he -hi -hr -hu -id -is -it -ja -ka -kk -km -kn -ko -lt -lv -mk -ml -mr -ms -my -nb -nds -ne -nl -nn -oc -or -pa -pl -pt -pt_BR -ro -ru -rw -si -sk -sl -sr -sr@latin -sv -ta -th -tr -tt -uk -vi -xh -yi -zh_CN -zh_HK -zh_TW" 0 kB
[ebuild   R    ] app-portage/layman-2.0.0  USE="-bazaar -cvs -darcs git -mercurial subversion {-test}" 0 kB
[ebuild   R    ] games-action/bzflag-2.4.2  USE="-dedicated sdl -upnp" 0 kB
[ebuild   R    ] app-emulation/wine-1.4.1  USE="X alsa -capi cups -custom-cflags -fontconfig gecko -gnutls -gphoto2 -gsm -gstreamer jpeg lcms ldap mp3 ncurses nls -odbc -openal -opencl opengl -oss perl png prelink -samba -scanner (-selinux) ssl {-test} threads truetype udisks -v4l win32 (-win64) xcomposite xinerama xml" 0 kB
[ebuild   R    ] www-client/firefox-17.0.4  USE="alsa -bindist -custom-cflags custom-optimization dbus -debug -gstreamer jit libnotify minimal (-pgo) (-selinux) startup-notification -system-sqlite -wifi" LINGUAS="-af -ak -ar -as -ast -be -bg -bn_BD -bn_IN -br -bs -ca -cs -csb -cy -da -de -el en_GB -en_ZA -eo -es_AR -es_CL -es_ES -es_MX -et -eu -fa -fi -fr -fy_NL -ga_IE -gd -gl -gu_IN -he -hi_IN -hr -hu -hy_AM -id -is -it -ja -kk -km -kn -ko -ku -lg -lt -lv -mai -mk -ml -mr -nb_NO -nl -nn_NO -nso -or -pa_IN -pl -pt_BR -pt_PT -rm -ro -ru -si -sk -sl -son -sq -sr -sv_SE -ta -ta_LK -te -th -tr -uk -vi -zh_CN -zh_TW -zu" 52 kB
[ebuild   R    ] kde-base/okular-4.10.1:4  USE="(-aqua) -chm crypt -debug -djvu -ebook handbook jpeg pdf postscript tiff" 0 kB
[ebuild   R    ] x11-base/xorg-server-1.13.1  USE="-dmx doc -ipv6 -kdrive -minimal nptl (-selinux) -static-libs suid -tslib udev -xnest xorg -xvfb" 0 kB
[ebuild   R    ] kde-base/kdeutils-meta-4.10.1:4  USE="(-aqua) cups -floppy -lirc" 0 kB
[ebuild   R    ] media-gfx/splash-themes-livecd-2007.0-r2:2007.0  0 kB
[ebuild   R    ] www-client/chromium-25.0.1364.160  USE="-bindist cups -custom-cflags -gnome -gnome-keyring kerberos (-pulseaudio) (-selinux) (-system-ffmpeg) (-tcmalloc) {-test}" LINGUAS="-am -ar -bg -bn -ca -cs -da -de -el en_GB -es -es_LA -et -fa -fi -fil -fr -gu -he -hi -hr -hu -id -it -ja -kn -ko -lt -lv -ml -mr -ms -nb -nl -pl -pt_BR -pt_PT -ro -ru -sk -sl -sr -sv -sw -ta -te -th -tr -uk -vi -zh_CN -zh_TW" 0 kB
[ebuild   R    ] sci-calculators/orpie-1.5.1-r1  USE="doc" 0 kB
[ebuild   R    ] x11-drivers/xf86-video-intel-2.20.13  USE="dri -glamor sna udev -uxa -xvmc" 0 kB
[ebuild   R    ] dev-util/ddd-3.3.12-r3  USE="gnuplot readline" 0 kB
[ebuild   R    ] media-video/kaffeine-1.2.2:4  USE="(-aqua) -debug" LINGUAS="-ar -ast -be -bg -ca -ca@valencia -cs -da -de -el en_GB -eo -es -et -fi -fr -ga -gl -hr -hu -it -ja -km -ko -ku -lt -mai -nb -nds -nl -nn -pa -pl -pt -pt_BR -ro -ru -se -sk -sr@ijekavian -sr@ijekavianlatin -sr@latin -sv -th -tr -uk -zh_CN -zh_TW" 0 kB
[ebuild   R    ] kde-base/kdeartwork-kscreensaver-4.10.1:4  USE="(-aqua) -debug eigen kexiv2 opengl xscreensaver" 0 kB
[ebuild   R    ] app-office/gnucash-2.4.11-r1  USE="-chipcard -debug doc -hbci -mysql -ofx -postgres python -quotes sqlite webkit" 0 kB
[ebuild   R   ~] net-misc/mirall-1.2.1-r4::owncloud-client  USE="doc" 0 kB
[ebuild   R    ] www-plugins/kaffeine-mozilla-plugin-0.2  0 kB
[ebuild   R    ] kde-base/kdebase-meta-4.10.1:4  USE="(-aqua) wallpapers" 0 kB

Total: 244 packages (1 new, 243 reinstalls), Size of downloads: 131,506 kB
Not exactly what you wanted? I didn't think so. Now,

Code: Select all

~ # emerge --update --pretend world

These are the packages that would be merged, in order:

Calculating dependencies... done!

Total: 0 packages, Size of downloads: 0 kB
You see, without the --update command line option, you're asking Portage to rebuild the whole named set. Even though --newuse implies --update, it's a bad habit to get into to not include --update.

The other options that is often omitted / misused is --oneshot. Here's how. Say that package bar is a dependency of package foo and you have reason to rebuild bar. If you just

Code: Select all

emerge bar
then, to be sure, you'll rebuild it, but you inadvertently add it to the world set, thus preventing it from being removed if you no longer need foo and unmerge foo. What you should be doing to rebuild bar is

Code: Select all

emerge --oneshot bar
Using --update and --oneshot properly will help you keep your gentoo installation, lean, mean, and cruft free. :wink:

- John
I can confirm that I have received between 0 and 499 National Security Letters.
Top
bwaldow
n00b
n00b
Posts: 67
Joined: Mon Sep 13, 2004 9:54 am
Location: Wellington, New Zealand

Emerging Xfce using profile 'Desktop' works as expected

  • Quote

Post by bwaldow » Wed Apr 10, 2013 12:49 am

That one detail appears to explain all the difficulties I had.

The issue of Profiles is mentioned in Chapter 6 of the Gentoo Linux AMD64 Handbook (and presumably the x86 Handbook as well), but the discussion is only very general - appropriately, I think.

Profiles are not mentioned in The X Server Configuration HOWTO, nor in the The Xfce Configuration Guide.

Emerging Xfce with the default "generic" Profile gave me all the errors listed earlier in this post, changing the Profile to "Desktop" removed all the errors and Xfce has installed smoothly since that change.

Code: Select all

eselect profile list
I will pursue having this mentioned in the The Xfce Configuration Guide.

Thanks for all the help and insights.

Cheers,
Bret
Top
bwaldow
n00b
n00b
Posts: 67
Joined: Mon Sep 13, 2004 9:54 am
Location: Wellington, New Zealand

Bug 465342 filed

  • Quote

Post by bwaldow » Wed Apr 10, 2013 5:02 am

https://bugs.gentoo.org/show_bug.cgi?id=465342
Top
Post Reply

11 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic