Mailing List Archive

gentoo installation -> emerge problem
Hi all,

I'm installing a new gentoo system.
After installing the minimal system I tried to emerge applications like kde, samba, cups or something like that, but everytime I get the following message:

emerge -av kde-meta

These are the packages that would be merged, in order:
Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy "app-text/docbook-sgml-utils[jadetex]".
!!! One of the following packages is required to complete your request:
- app-text/docbook-sgml-utils-0.6.14 (Change USE: +jadetex)
(dependency required by "media-libs/fontconfig-2.6.0-r2" [ebuild])
(dependency required by "app-text/ghostscript-gpl-8.64-r2" [ebuild])
(dependency required by "net-print/foomatic-filters-3.0.20080507" [ebuild])
(dependency required by "net-print/foomatic-filters-ppds-20070501" [ebuild])
(dependency required by "net-print/cups-1.3.9-r1" [ebuild])
(dependency required by "net-fs/samba-3.0.33" [ebuild])




app-text/docbook-sgml-utils is emerged without the jadetex USE flag.
If I try to emerge docbook-sgml-utils with jadetex USE flag I get the following error message:
...
...
('ebuild', '/', 'dev-libs/dbus-glib-0.76', 'merge') (hard)
('ebuild', '/', 'dev-libs/gtk+-2.14.7-r2', 'merge') (hard)
('ebuild', '/', 'sys-apps/dbus-1.2.3-r1', 'merge') (hard)
* Note that circular dependencies can often be avoided by temporarily
* disabling USE flags what trigger optional dependencies.


This is my emerge --info:
Portage 2.1.6.7 (default/linux/amd64/2008.0/desktop, gcc-4.1.2, glibc-2.8_p20080602-r1, 2.6.27-gentoo-r8 x86_64)
=================================================================
System uname: Linux-2.6.27-gentoo-r8-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_4200+-with-glibc2.2.5
Timestamp of tree: Wed, 15 Apr 2009 15:45:01 +0000
ccache version 2.4 [enabled]
app-shells/bash: 3.2_p39
dev-lang/python: 2.4.4-r13, 2.5.2-r7
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache: 2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox: 1.2.18.1-r2
sys-devel/autoconf: 2.13, 2.63
sys-devel/automake: 1.5, 1.9.6-r2, 1.10.2
sys-devel/binutils: 2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool: 1.5.26
virtual/os-headers: 2.6.27-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe -msse3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=k8 -O2 -pipe -msse3"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ "
LANG="de_DE.utf8"
LC_ALL="de_DE.utf8"
LDFLAGS="-Wl,-O1"
LINGUAS="de"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X X509 acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdr cli cracklib crypt cups dbus doc dri dvd dvdr dvdread eds emboss encode esd evo examples fam firefox fortran gd gdbm gif gnome gpm gstreamer gtk hal hardened iconv ipv6 isdnlog jpeg kde ldap libnotify mad midi mikmod mmx mp3 mpeg mudflap multilib mysql ncurses network-cron nls nptl nptlonly ogg opengl openmp pam pcre pdf perl png ppds pppd profile python qt3 qt3support qt4 quicktime readline reflection samba sdl session spell spl sse sse2 ssl startup-notification svg sysfs tcl tcpd tetex threads tiff truetype unicode usb vorbis xml xorg xulrunner xv zlib" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_h
ost authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="nv nvidia vesa"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


Has someone any idea?

Best regards,
Christoph Schrauth

--
Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss für nur 17,95 Euro/mtl.!* http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a
Re: gentoo installation -> emerge problem [ In reply to ]
On 4/15/09, Christoph Schrauth <Schrauth-Christoph@gmx.de> wrote:
> Hi all,
>
> I'm installing a new gentoo system.
> After installing the minimal system I tried to emerge applications like kde,
> samba, cups or something like that, but everytime I get the following
> message:
>
> emerge -av kde-meta
>
> These are the packages that would be merged, in order:
> Calculating dependencies... done!
>
> emerge: there are no ebuilds built with USE flags to satisfy
> "app-text/docbook-sgml-utils[jadetex]".
> !!! One of the following packages is required to complete your request:
> - app-text/docbook-sgml-utils-0.6.14 (Change USE: +jadetex)
> (dependency required by "media-libs/fontconfig-2.6.0-r2" [ebuild])

Could you relax your USE-flags, i.e., drop USE="doc"?

Fontconfig's ebuild only needs the sgml stuff for extraneous docs and
I doubt whether you really need the pdf documents created by that USE
flag -- especially given that you're apparently still on the command
line where viewing them might req ...

--
Arttu V.
Re: Re: gentoo installation -> emerge problem [ In reply to ]
-------- Original-Nachricht --------
> Datum: Wed, 15 Apr 2009 13:33:58 -0400
> Von: ABCD <en.ABCD@gmail.com>
> An: gentoo-user@lists.gentoo.org
> Betreff: [gentoo-user] Re: gentoo installation -> emerge problem

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Christoph Schrauth wrote:
> > Hi all,
> >
> > I'm installing a new gentoo system.
> > After installing the minimal system I tried to emerge applications like
> kde, samba, cups or something like that, but everytime I get the following
> message:
> >
> > emerge -av kde-meta
> >
> > These are the packages that would be merged, in order:
> > Calculating dependencies... done!
> >
> > emerge: there are no ebuilds built with USE flags to satisfy
> "app-text/docbook-sgml-utils[jadetex]".
> > !!! One of the following packages is required to complete your request:
> > - app-text/docbook-sgml-utils-0.6.14 (Change USE: +jadetex)
> > (dependency required by "media-libs/fontconfig-2.6.0-r2" [ebuild])
> > (dependency required by "app-text/ghostscript-gpl-8.64-r2" [ebuild])
> > (dependency required by "net-print/foomatic-filters-3.0.20080507"
> [ebuild])
> > (dependency required by "net-print/foomatic-filters-ppds-20070501"
> [ebuild])
> > (dependency required by "net-print/cups-1.3.9-r1" [ebuild])
> > (dependency required by "net-fs/samba-3.0.33" [ebuild])
> >
> >
> >
> >
> > app-text/docbook-sgml-utils is emerged without the jadetex USE flag.
> > If I try to emerge docbook-sgml-utils with jadetex USE flag I get the
> following error message:
> > ...
> > ...
> > ('ebuild', '/', 'dev-libs/dbus-glib-0.76', 'merge') (hard)
> > ('ebuild', '/', 'dev-libs/gtk+-2.14.7-r2', 'merge') (hard)
> > ('ebuild', '/', 'sys-apps/dbus-1.2.3-r1', 'merge') (hard)
> > * Note that circular dependencies can often be avoided by temporarily
> > * disabling USE flags what trigger optional dependencies.
> >
> > Has someone any idea?
> >
> > Best regards,
> > Christoph Schrauth
> >
>
> You didn't send the important part of the error message, but my guess
> would be a circular dependency between a few components - if you try
> emerging x11-libs/gtk+ with USE='-cups', you might get a little further
> (and can rebuild x11-libs/gtk+ with USE='cups' later, if desired).
>
> - --
> ABCD

sorry, here is the complete message after USE="-cups" emerge -av gtk+:



[nomerge ] x11-libs/gtk+-2.14.7-r2 USE="X doc jpeg tiff -cups -debug -jpeg2k -vim-syntax -xinerama"
[nomerge ] x11-libs/cairo-1.8.6-r1 USE="X doc opengl svg -cleartype -debug -directfb -glitz -xcb"
[nomerge ] media-libs/fontconfig-2.6.0-r2 USE="doc"
[ebuild R ] app-text/docbook-sgml-utils-0.6.14 USE="jadetex*"
[ebuild N ] app-text/jadetex-3.13-r2
[ebuild N ] virtual/latex-base-1.0
[ebuild N ] dev-texlive/texlive-latexrecommended-2008-r2 USE="doc -source"
[ebuild N ] dev-texlive/texlive-latex-2008-r1 USE="doc -source"
[ebuild N ] dev-tex/luatex-0.30.3 USE="doc"
[ebuild N ] dev-libs/zziplib-0.13.49-r1 USE="sdl -test"
[ebuild N ] media-libs/libsdl-1.2.13-r1 USE="X alsa audio esd joystick opengl video xv -aalib -arts -custom-cflags -dga -directfb -fbcon -ggi -libcaca -nas -oss -pulseaudio -svga -xinerama"
[nomerge ] gnome-base/libgnomeui-2.24.0 USE="doc -debug"
[nomerge ] gnome-base/libbonoboui-2.24.0 USE="X doc -debug"
[nomerge ] gnome-base/libbonobo-2.24.0 USE="doc -debug"
[nomerge ] dev-libs/dbus-glib-0.76 USE="doc -debug -selinux"
[nomerge ] app-doc/doxygen-1.5.4 USE="doc qt3 -debug -latex -nodot"
[ebuild N ] media-gfx/graphviz-2.20.3 USE="cairo doc examples gnome gtk jpeg nls perl png python tcl -cgraph -java -ruby"
[ebuild N ] gnome-base/libgnomeui-2.24.0 USE="doc -debug"
[ebuild N ] gnome-base/libbonoboui-2.24.0 USE="X doc -debug"
[ebuild N ] gnome-base/libgnome-2.24.1 USE="doc esd -debug"
[ebuild N ] media-sound/esound-0.2.41 USE="alsa doc ipv6 tcpd -debug"
[ebuild N ] media-libs/alsa-lib-1.0.18 USE="doc midi python -alisp -debug" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol"
[ebuild N ] app-doc/doxygen-1.5.4 USE="[doc qt3 -debug -latex -nodot"
[ebuild N ] gnome-base/libbonobo-2.24.0 USE="doc -debug"
[ebuild N ] gnome-base/gnome-keyring-2.22.3-r1 USE="doc hal pam -debug -test"
[ebuild N ] sys-apps/dbus-1.2.3-r1 USE="X doc -debug -selinux"
[nomerge ] app-text/jadetex-3.13-r2
[ebuild N ] dev-texlive/texlive-fontsrecommended-2008 USE="doc -source"
[ebuild N ] dev-texlive/texlive-basic-2008 USE="doc -source"
[ebuild N ] dev-texlive/texlive-documentation-base-2008 USE="-source"
[nomerge ] app-text/jadetex-3.13-r2
[nomerge ] dev-texlive/texlive-latexrecommended-2008-r2 USE="doc -source"
[nomerge ] app-text/texlive-core-2008-r4 USE="X doc -source -tk"
[nomerge ] dev-tex/luatex-0.30.3 USE="doc"
[ebuild N ] dev-tex/mplib-1.110 USE="lua"
[ebuild N ] virtual/tex-base-0
[ebuild N ] app-text/texlive-core-2008-r4 USE="X doc -source -tk"
[nomerge ] gnome-base/libgnomeui-2.24.0 USE="doc -debug"
[ebuild N ] gnome-base/gnome-vfs-2.24.0 USE="acl doc fam hal ipv6 samba ssl -avahi -debug -gnutls -kerberos"
[ebuild N ] gnome-base/gconf-2.24.0 USE="doc ldap -debug"
[nomerge ] gnome-base/libbonoboui-2.24.0 USE="X doc -debug"
[nomerge ] x11-base/xorg-server-1.5.3-r5 USE="hal ipv6 nptl sdl xorg -3dfx -debug -dmx -kdrive -minimal -tslib" INPUT_DEVICES="keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -tslib -ur98 -virtualbox -vmmouse -void -wacom" VIDEO_CARDS="nv nvidia vesa -apm -ark -ast -chips -cirrus -dummy -epson -fbdev -fglrx -geode -glint -i128 -i740 -impact -imstt -intel -mach64 -mga -neomagic -newport -r128 -radeon -radeonhd -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb -sunbw2 -suncg14 -suncg3 -suncg6 -sunffb -sunleo -suntcx -tdfx -tga -trident -tseng -v4l -vermilion -via -virtualbox -vmware -voodoo -xgi"
[ebuild N ] x11-apps/xinit-1.0.8-r4 USE="hal pam -debug -minimal"
[ebuild N ] sys-auth/consolekit-0.2.10 USE="pam -debug"
[ebuild N ] sys-apps/hal-0.5.11-r8 USE="X acpi crypt doc -apm -debug -dell -disk-partition -laptop -selinux"
[ebuild N ] dev-libs/dbus-glib-0.76 USE="doc -debug -selinux"
[ebuild N ] gnome-base/libgnomecanvas-2.20.1.1 USE="X doc -debug"
[ebuild N ] x11-base/xorg-server-1.5.3-r5 USE="hal ipv6 nptl sdl xorg -3dfx -debug -dmx -kdrive -minimal -tslib" INPUT_DEVICES="keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -tslib -ur98 -virtualbox -vmmouse -void -wacom" VIDEO_CARDS="nv nvidia vesa -apm -ark -ast -chips -cirrus -dummy -epson -fbdev -fglrx -geode -glint -i128 -i740 -impact -imstt -intel -mach64 -mga -neomagic -newport -r128 -radeon -radeonhd -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb -sunbw2 -suncg14 -suncg3 -suncg6 -sunffb -sunleo -suntcx -tdfx -tga -trident -tseng -v4l -vermilion -via -virtualbox -vmware -voodoo -xgi"
[nomerge ] dev-tex/luatex-0.30.3 USE="doc"
[ebuild N ] virtual/poppler-0.10.4
[nomerge ] gnome-base/libgnomeui-2.24.0 USE="doc -debug"
[nomerge ] gnome-base/libgnome-2.24.1 USE="doc esd -debug"
[nomerge ] gnome-base/gnome-vfs-2.24.0 USE="acl doc fam hal ipv6 samba ssl -avahi -debug -gnutls -kerberos"
[nomerge ] gnome-base/gnome-mount-0.8 USE="-debug -nautilus"
[nomerge ] gnome-base/gnome-keyring-2.22.3-r1 USE="doc hal pam -debug -test"
[nomerge ] gnome-base/gconf-2.24.0 USE="doc ldap -debug"
[nomerge ] dev-libs/dbus-glib-0.76 USE="doc -debug -selinux"
[nomerge ] sys-apps/dbus-1.2.3-r1 USE="X doc -debug -selinux"
[nomerge ] app-doc/doxygen-1.5.4 USE="doc qt3 -debug -latex -nodot"
[ebuild N ] virtual/ghostscript-0
[ebuild N ] x11-libs/qt-3.3.8b-r1 USE="doc examples ipv6 mysql opengl -cups -debug -firebird -immqt -immqt-bc -nas -nis -odbc -postgres -sqlite -xinerama"
[nomerge ] x11-drivers/nvidia-drivers-180.29 USE="acpi gtk multilib -custom-cflags"
[nomerge ] media-video/nvidia-settings-177.80
[nomerge ] x11-base/xorg-server-1.5.3-r5 USE="hal ipv6 nptl sdl xorg -3dfx -debug -dmx -kdrive -minimal -tslib" INPUT_DEVICES="keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -tslib -ur98 -virtualbox -vmmouse -void -wacom" VIDEO_CARDS="nv nvidia vesa -apm -ark -ast -chips -cirrus -dummy -epson -fbdev -fglrx -geode -glint -i128 -i740 -impact -imstt -intel -mach64 -mga -neomagic -newport -r128 -radeon -radeonhd -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb -sunbw2 -suncg14 -suncg3 -suncg6 -sunffb -sunleo -suntcx -tdfx -tga -trident -tseng -v4l -vermilion -via -virtualbox -vmware -voodoo -xgi"
[ebuild N ] media-fonts/font-adobe-75dpi-1.0.0 USE="X nls"
[nomerge ] dev-tex/luatex-0.30.3 USE="doc"
[ebuild N ] app-text/poppler-0.10.4 USE="doc"
[nomerge ] app-doc/doxygen-1.5.4 USE="doc qt3 -debug -latex -nodot"
[ebuild N ] app-text/ghostscript-gpl-8.64-r2 USE="X cairo gtk -bindist -cjk -cups -djvu -jpeg2k"
[nomerge ] gnome-base/libgnomeui-2.24.0 USE="doc -debug"
[nomerge ] gnome-base/libgnomecanvas-2.20.1.1 USE="X doc -debug"
[ebuild N ] x11-libs/pango-1.22.4 USE="X doc -debug"
[ebuild N ] x11-libs/cairo-1.8.6-r1 USE="X doc opengl svg -cleartype -debug -directfb -glitz -xcb"
[ebuild N ] x11-libs/libXft-2.1.13 USE="-debug"
[ebuild N ] media-libs/fontconfig-2.6.0-r2 USE="doc"
[ebuild N ] gnome-base/gail-1000
[ebuild N ] gnome-base/libglade-2.6.3 USE="doc -debug"
[ebuild N ] x11-libs/gtk+-2.14.7-r2 USE="X doc jpeg tiff -cups -debug -jpeg2k -vim-syntax -xinerama"

* Error: circular dependencies:

('ebuild', '/', 'x11-libs/qt-3.3.8b-r1', 'merge') depends on
('ebuild', '/', 'x11-libs/libXft-2.1.13', 'merge') (hard)
('ebuild', '/', 'virtual/tex-base-0', 'merge') depends on
('ebuild', '/', 'app-text/texlive-core-2008-r4', 'merge') (medium)
('ebuild', '/', 'dev-tex/luatex-0.30.3', 'merge') depends on
('ebuild', '/', 'app-text/poppler-0.10.4', 'merge') (hard)
('ebuild', '/', 'dev-libs/zziplib-0.13.49-r1', 'merge') (hard)
('ebuild', '/', 'dev-tex/mplib-1.110', 'merge') (hard)
('ebuild', '/', 'virtual/poppler-0.10.4', 'merge') (hard)
('ebuild', '/', 'app-text/ghostscript-gpl-8.64-r2', 'merge') depends on
('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', 'merge') (hard)
('ebuild', '/', 'x11-libs/cairo-1.8.6-r1', 'merge') (hard)
('ebuild', '/', 'media-libs/fontconfig-2.6.0-r2', 'merge') (hard)
('ebuild', '/', 'media-libs/alsa-lib-1.0.18', 'merge') depends on
('ebuild', '/', 'app-doc/doxygen-1.5.4', 'merge') (hard)
('ebuild', '/', 'dev-tex/mplib-1.110', 'merge') depends on
('ebuild', '/', 'app-text/texlive-core-2008-r4', 'merge') (hard)
('ebuild', '/', 'virtual/tex-base-0', 'merge') (hard)
('ebuild', '/', 'app-doc/doxygen-1.5.4', 'merge') depends on
('ebuild', '/', 'x11-libs/qt-3.3.8b-r1', 'merge') (hard)
('ebuild', '/', 'virtual/ghostscript-0', 'merge') (hard)
('ebuild', '/', 'media-gfx/graphviz-2.20.3', 'merge') (hard)
('ebuild', '/', 'app-text/ghostscript-gpl-8.64-r2', 'merge') (hard)
('ebuild', '/', 'virtual/ghostscript-0', 'merge') depends on
('ebuild', '/', 'app-text/ghostscript-gpl-8.64-r2', 'merge') (medium)
('ebuild', '/', 'media-fonts/font-adobe-75dpi-1.0.0', 'merge') depends on
('ebuild', '/', 'media-libs/fontconfig-2.6.0-r2', 'merge') (hard)
('ebuild', '/', 'sys-auth/consolekit-0.2.10', 'merge') depends on
('ebuild', '/', 'dev-libs/dbus-glib-0.76', 'merge') (hard)
('ebuild', '/', 'x11-apps/xinit-1.0.8-r4', 'merge') depends on
('ebuild', '/', 'sys-auth/consolekit-0.2.10', 'merge') (hard)
('ebuild', '/', 'virtual/latex-base-1.0', 'merge') depends on
('ebuild', '/', 'dev-texlive/texlive-latexrecommended-2008-r2', 'merge') (medium)
('ebuild', '/', 'x11-libs/pango-1.22.4', 'merge') depends on
('ebuild', '/', 'x11-libs/cairo-1.8.6-r1', 'merge') (hard)
('ebuild', '/', 'x11-libs/libXft-2.1.13', 'merge') (hard)
('ebuild', '/', 'media-libs/fontconfig-2.6.0-r2', 'merge') (hard)
('ebuild', '/', 'gnome-base/libbonobo-2.24.0', 'merge') depends on
('ebuild', '/', 'dev-libs/dbus-glib-0.76', 'merge') (hard)
('ebuild', '/', 'sys-apps/dbus-1.2.3-r1', 'merge') (hard)
('ebuild', '/', 'sys-apps/hal-0.5.11-r8', 'merge') depends on
('ebuild', '/', 'dev-libs/dbus-glib-0.76', 'merge') (hard)
('ebuild', '/', 'gnome-base/libgnomecanvas-2.20.1.1', 'merge') depends on
('ebuild', '/', 'gnome-base/gail-1000', 'merge') (hard)
('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', 'merge') (hard)
('ebuild', '/', 'gnome-base/libglade-2.6.3', 'merge') (hard)
('ebuild', '/', 'x11-base/xorg-server-1.5.3-r5', 'merge') (hard)
('ebuild', '/', 'x11-libs/pango-1.22.4', 'merge') (hard)
('ebuild', '/', 'app-text/poppler-0.10.4', 'merge') depends on
('ebuild', '/', 'media-libs/fontconfig-2.6.0-r2', 'merge') (hard)
('ebuild', '/', 'gnome-base/libgnome-2.24.1', 'merge') depends on
('ebuild', '/', 'gnome-base/libbonobo-2.24.0', 'merge') (hard)
('ebuild', '/', 'media-sound/esound-0.2.41', 'merge') (hard)
('ebuild', '/', 'gnome-base/gconf-2.24.0', 'merge') (hard)
('ebuild', '/', 'gnome-base/gnome-vfs-2.24.0', 'merge') (hard)
('ebuild', '/', 'gnome-base/gail-1000', 'merge') depends on
('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', 'merge') (medium)
('ebuild', '/', 'media-sound/esound-0.2.41', 'merge') depends on
('ebuild', '/', 'media-libs/alsa-lib-1.0.18', 'merge') (hard)
('ebuild', '/', 'gnome-base/libgnomeui-2.24.0', 'merge') depends on
('ebuild', '/', 'gnome-base/libbonoboui-2.24.0', 'merge') (hard)
('ebuild', '/', 'gnome-base/gnome-keyring-2.22.3-r1', 'merge') (hard)
('ebuild', '/', 'gnome-base/gconf-2.24.0', 'merge') (hard)
('ebuild', '/', 'gnome-base/gnome-vfs-2.24.0', 'merge') (hard)
('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', 'merge') (hard)
('ebuild', '/', 'gnome-base/libglade-2.6.3', 'merge') (hard)
('ebuild', '/', 'x11-libs/pango-1.22.4', 'merge') (hard)
('ebuild', '/', 'gnome-base/libgnomecanvas-2.20.1.1', 'merge') (hard)
('ebuild', '/', 'gnome-base/libgnome-2.24.1', 'merge') (hard)
('ebuild', '/', 'dev-texlive/texlive-basic-2008', 'merge') depends on
('ebuild', '/', 'app-text/texlive-core-2008-r4', 'merge') (hard)
('ebuild', '/', 'dev-texlive/texlive-documentation-base-2008', 'merge') (hard)
('ebuild', '/', 'gnome-base/gnome-keyring-2.22.3-r1', 'merge') depends on
('ebuild', '/', 'sys-apps/hal-0.5.11-r8', 'merge') (hard)
('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', 'merge') (hard)
('ebuild', '/', 'gnome-base/gconf-2.24.0', 'merge') (hard)
('ebuild', '/', 'sys-apps/dbus-1.2.3-r1', 'merge') (hard)
('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', 'merge') depends on
('ebuild', '/', 'x11-libs/cairo-1.8.6-r1', 'merge') (hard)
('ebuild', '/', 'media-libs/fontconfig-2.6.0-r2', 'merge') (hard)
('ebuild', '/', 'x11-libs/pango-1.22.4', 'merge') (hard)
('ebuild', '/', 'x11-base/xorg-server-1.5.3-r5', 'merge') (hard)
('ebuild', '/', 'gnome-base/libglade-2.6.3', 'merge') depends on
('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', 'merge') (hard)
('ebuild', '/', 'media-libs/fontconfig-2.6.0-r2', 'merge') depends on
('ebuild', '/', 'app-text/docbook-sgml-utils-0.6.14', 'merge') (hard)
('ebuild', '/', 'sys-apps/dbus-1.2.3-r1', 'merge') depends on
('ebuild', '/', 'app-doc/doxygen-1.5.4', 'merge') (hard)
('ebuild', '/', 'x11-libs/cairo-1.8.6-r1', 'merge') depends on
('ebuild', '/', 'x11-libs/libXft-2.1.13', 'merge') (hard)
('ebuild', '/', 'media-libs/fontconfig-2.6.0-r2', 'merge') (hard)
('ebuild', '/', 'media-libs/libsdl-1.2.13-r1', 'merge') depends on
('ebuild', '/', 'media-sound/esound-0.2.41', 'merge') (hard)
('ebuild', '/', 'media-libs/alsa-lib-1.0.18', 'merge') (hard)
('ebuild', '/', 'x11-libs/libXft-2.1.13', 'merge') depends on
('ebuild', '/', 'media-libs/fontconfig-2.6.0-r2', 'merge') (hard)
('ebuild', '/', 'dev-libs/dbus-glib-0.76', 'merge') depends on
('ebuild', '/', 'app-doc/doxygen-1.5.4', 'merge') (hard)
('ebuild', '/', 'sys-apps/dbus-1.2.3-r1', 'merge') (hard)
('ebuild', '/', 'gnome-base/gnome-vfs-2.24.0', 'merge') depends on
('ebuild', '/', 'sys-apps/hal-0.5.11-r8', 'merge') (hard)
('ebuild', '/', 'gnome-base/gconf-2.24.0', 'merge') (hard)
('ebuild', '/', 'dev-libs/dbus-glib-0.76', 'merge') (hard)
('ebuild', '/', 'gnome-base/libbonoboui-2.24.0', 'merge') depends on
('ebuild', '/', 'gnome-base/libbonobo-2.24.0', 'merge') (hard)
('ebuild', '/', 'gnome-base/gconf-2.24.0', 'merge') (hard)
('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', 'merge') (hard)
('ebuild', '/', 'gnome-base/libglade-2.6.3', 'merge') (hard)
('ebuild', '/', 'gnome-base/libgnomecanvas-2.20.1.1', 'merge') (hard)
('ebuild', '/', 'x11-base/xorg-server-1.5.3-r5', 'merge') (hard)
('ebuild', '/', 'gnome-base/libgnome-2.24.1', 'merge') (hard)
('ebuild', '/', 'dev-texlive/texlive-fontsrecommended-2008', 'merge') depends on
('ebuild', '/', 'dev-texlive/texlive-basic-2008', 'merge') (hard)
('ebuild', '/', 'app-text/texlive-core-2008-r4', 'merge') (hard)
('ebuild', '/', 'dev-texlive/texlive-latex-2008-r1', 'merge') depends on
('ebuild', '/', 'dev-texlive/texlive-basic-2008', 'merge') (hard)
('ebuild', '/', 'app-text/texlive-core-2008-r4', 'merge') (hard)
('ebuild', '/', 'dev-tex/luatex-0.30.3', 'merge') (hard)
('ebuild', '/', 'dev-texlive/texlive-latexrecommended-2008-r2', 'merge') depends on
('ebuild', '/', 'app-text/texlive-core-2008-r4', 'merge') (hard)
('ebuild', '/', 'dev-texlive/texlive-latex-2008-r1', 'merge') (hard)
('ebuild', '/', 'media-gfx/graphviz-2.20.3', 'merge') depends on
('ebuild', '/', 'gnome-base/libgnomeui-2.24.0', 'merge') (hard)
('ebuild', '/', 'x11-libs/cairo-1.8.6-r1', 'merge') (hard)
('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', 'merge') (hard)
('ebuild', '/', 'media-libs/fontconfig-2.6.0-r2', 'merge') (hard)
('ebuild', '/', 'x11-libs/pango-1.22.4', 'merge') (hard)
('ebuild', '/', 'x11-base/xorg-server-1.5.3-r5', 'merge') depends on
('ebuild', '/', 'x11-apps/xinit-1.0.8-r4', 'merge') (hard)
('ebuild', '/', 'sys-apps/hal-0.5.11-r8', 'merge') (hard)
('ebuild', '/', 'media-fonts/font-adobe-75dpi-1.0.0', 'merge') (hard)
('ebuild', '/', 'virtual/poppler-0.10.4', 'merge') depends on
('ebuild', '/', 'app-text/poppler-0.10.4', 'merge') (hard)
('ebuild', '/', 'app-text/texlive-core-2008-r4', 'merge') depends on
('ebuild', '/', 'dev-tex/luatex-0.30.3', 'merge') (medium-soft)
('ebuild', '/', 'media-libs/fontconfig-2.6.0-r2', 'merge') (hard)
('ebuild', '/', 'app-text/jadetex-3.13-r2', 'merge') depends on
('ebuild', '/', 'dev-texlive/texlive-latexrecommended-2008-r2', 'merge') (hard)
('ebuild', '/', 'virtual/latex-base-1.0', 'merge') (hard)
('ebuild', '/', 'dev-texlive/texlive-fontsrecommended-2008', 'merge') (hard)
('ebuild', '/', 'dev-texlive/texlive-documentation-base-2008', 'merge') depends on
('ebuild', '/', 'app-text/texlive-core-2008-r4', 'merge') (hard)
('ebuild', '/', 'app-text/docbook-sgml-utils-0.6.14', 'merge') depends on
('ebuild', '/', 'app-text/jadetex-3.13-r2', 'merge') (hard)
('ebuild', '/', 'gnome-base/gconf-2.24.0', 'merge') depends on
('ebuild', '/', 'dev-libs/dbus-glib-0.76', 'merge') (hard)
('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', 'merge') (hard)
('ebuild', '/', 'sys-apps/dbus-1.2.3-r1', 'merge') (hard)
('ebuild', '/', 'dev-libs/zziplib-0.13.49-r1', 'merge') depends on
('ebuild', '/', 'media-libs/libsdl-1.2.13-r1', 'merge') (hard)

* Note that circular dependencies can often be avoided by temporarily
* disabling USE flags that trigger optional dependencies.


Christoph
--
Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss für nur 17,95 Euro/mtl.!* http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a
Re: gentoo installation -> emerge problem [ In reply to ]
-------- Original-Nachricht --------
> Datum: Wed, 15 Apr 2009 21:19:37 +0300
> Von: "Arttu V." <arttuv69@gmail.com>
> An: gentoo-user@lists.gentoo.org
> Betreff: Re: [gentoo-user] gentoo installation -> emerge problem

> On 4/15/09, Christoph Schrauth <Schrauth-Christoph@gmx.de> wrote:
> > Hi all,
> >
> > I'm installing a new gentoo system.
> > After installing the minimal system I tried to emerge applications like
> kde,
> > samba, cups or something like that, but everytime I get the following
> > message:
> >
> > emerge -av kde-meta
> >
> > These are the packages that would be merged, in order:
> > Calculating dependencies... done!
> >
> > emerge: there are no ebuilds built with USE flags to satisfy
> > "app-text/docbook-sgml-utils[jadetex]".
> > !!! One of the following packages is required to complete your request:
> > - app-text/docbook-sgml-utils-0.6.14 (Change USE: +jadetex)
> > (dependency required by "media-libs/fontconfig-2.6.0-r2" [ebuild])
>
> Could you relax your USE-flags, i.e., drop USE="doc"?
>
> Fontconfig's ebuild only needs the sgml stuff for extraneous docs and
> I doubt whether you really need the pdf documents created by that USE
> flag -- especially given that you're apparently still on the command
> line where viewing them might req ...
>
> --
> Arttu V.


Thanks Arttu,

I set USE="-doc" and now I can emerge gtk+.


Christoph Schrauth
--
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01
Re: gentoo installation -> emerge problem [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Christoph Schrauth wrote:
> Hi all,
>
> I'm installing a new gentoo system.
> After installing the minimal system I tried to emerge applications like kde, samba, cups or something like that, but everytime I get the following message:
>
> emerge -av kde-meta
>
> These are the packages that would be merged, in order:
> Calculating dependencies... done!
>
> emerge: there are no ebuilds built with USE flags to satisfy "app-text/docbook-sgml-utils[jadetex]".
> !!! One of the following packages is required to complete your request:
> - app-text/docbook-sgml-utils-0.6.14 (Change USE: +jadetex)
> (dependency required by "media-libs/fontconfig-2.6.0-r2" [ebuild])
> (dependency required by "app-text/ghostscript-gpl-8.64-r2" [ebuild])
> (dependency required by "net-print/foomatic-filters-3.0.20080507" [ebuild])
> (dependency required by "net-print/foomatic-filters-ppds-20070501" [ebuild])
> (dependency required by "net-print/cups-1.3.9-r1" [ebuild])
> (dependency required by "net-fs/samba-3.0.33" [ebuild])
>
>
>
>
> app-text/docbook-sgml-utils is emerged without the jadetex USE flag.
> If I try to emerge docbook-sgml-utils with jadetex USE flag I get the following error message:
> ...
> ...
> ('ebuild', '/', 'dev-libs/dbus-glib-0.76', 'merge') (hard)
> ('ebuild', '/', 'dev-libs/gtk+-2.14.7-r2', 'merge') (hard)
> ('ebuild', '/', 'sys-apps/dbus-1.2.3-r1', 'merge') (hard)
> * Note that circular dependencies can often be avoided by temporarily
> * disabling USE flags what trigger optional dependencies.
>
> Has someone any idea?
>
> Best regards,
> Christoph Schrauth
>

You didn't send the important part of the error message, but my guess
would be a circular dependency between a few components - if you try
emerging x11-libs/gtk+ with USE='-cups', you might get a little further
(and can rebuild x11-libs/gtk+ with USE='cups' later, if desired).

- --
ABCD
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknmGoUACgkQOypDUo0oQOq63gCgjYAZQAsgPL4yp2o4nUf+iq6k
gmAAniSYgGciTztUV798h6AUUWBVnw/D
=1V5u
-----END PGP SIGNATURE-----
Re: Re: gentoo installation -> emerge problem [ In reply to ]
On Wednesday 15 April 2009 21:07:56 Christoph Schrauth wrote:

> > You didn't send the important part of the error message, but my guess
> > would be a circular dependency between a few components - if you try
> > emerging x11-libs/gtk+ with USE='-cups', you might get a little further
> > (and can rebuild x11-libs/gtk+ with USE='cups' later, if desired).
> >
> > - --
> > ABCD
>
> sorry, here is the complete message after USE="-cups" emerge -av gtk+:

[snip huge tome of emerge output ...]

Wow, that's a huge list. You must be starting from a very old stage. And you
have the upgrade to xorg-1.5.3 issue to deal with too.

I have no idea what stage you started with, but if it's very old, it would be
much better to just download a more recent one and start over.

Failing that, you have to take that list and break it up into manageable
chunks. I see at least three to start with: xorg, qt, gnome. Run these
commands:

emerge -avuND world
emerge -av1 xorg-x11
emerge -av1 gnome

Deal with blockers etc in small chunks and let all the various bits shake
themselves out as things progress. You should emerge world *first* to get your
current stuff up to date, then add major sections as the next step. Those
emerge commands won't put the named packages into world - don't worry about
that, it will all be fixed with the first --depclean.

If you run into issues with each step and can't figure it out, post back here
individually

--
alan dot mckinnon at gmail dot com
Re: Re: gentoo installation -> emerge problem [ In reply to ]
-------- Original-Nachricht --------
> Datum: Wed, 15 Apr 2009 21:24:03 +0200
> Von: Alan McKinnon <alan.mckinnon@gmail.com>
> An: gentoo-user@lists.gentoo.org
> Betreff: Re: [gentoo-user] Re: gentoo installation -> emerge problem

> On Wednesday 15 April 2009 21:07:56 Christoph Schrauth wrote:
>
> > > You didn't send the important part of the error message, but my guess
> > > would be a circular dependency between a few components - if you try
> > > emerging x11-libs/gtk+ with USE='-cups', you might get a little
> further
> > > (and can rebuild x11-libs/gtk+ with USE='cups' later, if desired).
> > >
> > > - --
> > > ABCD
> >
> > sorry, here is the complete message after USE="-cups" emerge -av gtk+:
>
> [snip huge tome of emerge output ...]
>
> Wow, that's a huge list. You must be starting from a very old stage. And
> you
> have the upgrade to xorg-1.5.3 issue to deal with too.
>
> I have no idea what stage you started with, but if it's very old, it would
> be
> much better to just download a more recent one and start over.
>
> Failing that, you have to take that list and break it up into manageable
> chunks. I see at least three to start with: xorg, qt, gnome. Run these
> commands:
>
> emerge -avuND world
> emerge -av1 xorg-x11
> emerge -av1 gnome
>
> Deal with blockers etc in small chunks and let all the various bits shake
> themselves out as things progress. You should emerge world *first* to get
> your
> current stuff up to date, then add major sections as the next step. Those
> emerge commands won't put the named packages into world - don't worry
> about
> that, it will all be fixed with the first --depclean.
>
> If you run into issues with each step and can't figure it out, post back
> here
> individually
>
> --
> alan dot mckinnon at gmail dot com


I started from a stage3_amd64_2008 from 2009/04/13.
After removing the "doc" USE flag I emerge I emerged xorg-1.5.3.

I removed the "doc" USE flag as Arttur said and now I can emerge everything.

Thanks for your help.

Christoph
--
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01
Re: Re: gentoo installation -> emerge problem [ In reply to ]
On Wednesday 15 April 2009 23:07:37 Christoph Schrauth wrote:
> I started from a stage3_amd64_2008 from 2009/04/13.
> After removing the "doc" USE flag I emerge I emerged xorg-1.5.3.
>
> I removed the "doc" USE flag as Arttur said and now I can emerge
> everything.

That's a relief :-)

Sometimes the solution is really simple, like in this case

--
alan dot mckinnon at gmail dot com
Re: gentoo installation -> emerge problem [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Christoph Schrauth wrote:
> -------- Original-Nachricht --------
>> Datum: Wed, 15 Apr 2009 13:33:58 -0400
>> Von: ABCD <en.ABCD@gmail.com>
>> An: gentoo-user@lists.gentoo.org
>> Betreff: [gentoo-user] Re: gentoo installation -> emerge problem
>

>> Christoph Schrauth wrote:
>>> Hi all,
>>>
>>> I'm installing a new gentoo system.
>>> After installing the minimal system I tried to emerge applications like
>> kde, samba, cups or something like that, but everytime I get the following
>> message:
>>> emerge -av kde-meta
>>>
>>> These are the packages that would be merged, in order:
>>> Calculating dependencies... done!
>>>
>>> emerge: there are no ebuilds built with USE flags to satisfy
>> "app-text/docbook-sgml-utils[jadetex]".
>>> !!! One of the following packages is required to complete your request:
>>> - app-text/docbook-sgml-utils-0.6.14 (Change USE: +jadetex)
>>> (dependency required by "media-libs/fontconfig-2.6.0-r2" [ebuild])
>>> (dependency required by "app-text/ghostscript-gpl-8.64-r2" [ebuild])
>>> (dependency required by "net-print/foomatic-filters-3.0.20080507"
>> [ebuild])
>>> (dependency required by "net-print/foomatic-filters-ppds-20070501"
>> [ebuild])
>>> (dependency required by "net-print/cups-1.3.9-r1" [ebuild])
>>> (dependency required by "net-fs/samba-3.0.33" [ebuild])
>>>
>>>
>>>
>>>
>>> app-text/docbook-sgml-utils is emerged without the jadetex USE flag.
>>> If I try to emerge docbook-sgml-utils with jadetex USE flag I get the
>> following error message:
>>> ...
>>> ...
>>> ('ebuild', '/', 'dev-libs/dbus-glib-0.76', 'merge') (hard)
>>> ('ebuild', '/', 'dev-libs/gtk+-2.14.7-r2', 'merge') (hard)
>>> ('ebuild', '/', 'sys-apps/dbus-1.2.3-r1', 'merge') (hard)
>>> * Note that circular dependencies can often be avoided by temporarily
>>> * disabling USE flags what trigger optional dependencies.
>>>
>>> Has someone any idea?
>>>
>>> Best regards,
>>> Christoph Schrauth
>>>
>> You didn't send the important part of the error message, but my guess
>> would be a circular dependency between a few components - if you try
>> emerging x11-libs/gtk+ with USE='-cups', you might get a little further
>> (and can rebuild x11-libs/gtk+ with USE='cups' later, if desired).
>>
> sorry, here is the complete message after USE="-cups" emerge -av gtk+:
>
[snip]
>
>
> Christoph

Try doing that with USE='-doc' as well, USE=doc can cause lots of
circular deps.

- --
ABCD
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknmPIcACgkQOypDUo0oQOpHowCfVR78dYYAVhXXo7SOVP4ppzvv
IIEAoLCJDZs6KL6nG6sTSLOVgz77pAV9
=XLFv
-----END PGP SIGNATURE-----