Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnome emerge, no Xorg dependency?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
kaldek
n00b
n00b


Joined: 20 Apr 2005
Posts: 25
Location: Melbourne, Australia

PostPosted: Wed Oct 01, 2008 1:47 am    Post subject: Gnome emerge, no Xorg dependency? Reply with quote

Hi folks,

I'm a long time Linux user but only in the realm of "headless" servers so I've never really bothered with X.

Anyway, I decided it's time to use Gentoo on my laptop and am in the midst of doing an emerge of Gnome. However, the list of packages to install does not include Xorg.
Is this right? I would have assumed that Xorg would be a dependency to run Gnome!

I therefore have two questions:

1. I obviously need to emerge x11-xorg, right?
2. Is the system going to nuke itself by me emerging gnome BEFORE Xorg?

Thx in advance, as always.

Kaldek
_________________
Experience is something you get just after you need it.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Oct 01, 2008 1:57 am    Post subject: Reply with quote

Hi, can you post this :

Code:

# emerge --info
# emerge -pv gnome-light


Are you sure that you use the desktop profile ?
Back to top
View user's profile Send private message
poly_poly-man
Advocate
Advocate


Joined: 06 Dec 2006
Posts: 2477
Location: RIT, NY, US

PostPosted: Wed Oct 01, 2008 1:59 am    Post subject: Reply with quote

you'rte probably missing a USE flag.

give it a go.. tell us what happens if you get gnome up without x...
_________________
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see topic 838248. Potentially still a WiP.
Back to top
View user's profile Send private message
jonnevers
Veteran
Veteran


Joined: 02 Jan 2003
Posts: 1594
Location: Gentoo64 land

PostPosted: Wed Oct 01, 2008 2:17 am    Post subject: Reply with quote

poly_poly-man wrote:
you'rte probably missing a USE flag.

give it a go.. tell us what happens if you get gnome up without x...

unpossible, afaik there aren't any alternatives (could be wrong i guess but i doubt it).

OP: gnome's gtk+ dependency should be bringing down stuff like libX11, perhaps modular xorg is pulled down w/o needing the xorg-x11 meta-package.
Code:
user host ~ $ equery depends xorg-x11
[ Searching for packages depending on xorg-x11... ]
user host ~ $ e xorg-x11 xorg-server

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

Calculating dependencies... done!
[ebuild   R   ] x11-base/xorg-server-1.5.1  USE="<snip/>" 0 kB
[ebuild   R   ] x11-base/xorg-x11-7.4  0 kB

Total: 2 packages (2 reinstalls), Size of downloads: 0 kB
Back to top
View user's profile Send private message
kaldek
n00b
n00b


Joined: 20 Apr 2005
Posts: 25
Location: Melbourne, Australia

PostPosted: Wed Oct 01, 2008 2:21 am    Post subject: Reply with quote

d2_racing wrote:
Hi, can you post this :

Code:

# emerge --info
# emerge -pv gnome-light


I would, but I'm actually using the same laptop (running Vista - blegh) right now, I'm in the office, and the other hard disk is at home. My next statement may make this request unnecessary though...

d2_racing wrote:
Are you sure that you use the desktop profile ?

Ah. No. I did a Stage 3 tarball install and didn't muck with that. I actually was naughty and skipped over it.

Checking the "desktop" profile settings (/usr/portage/profiles/targets/desktop) I can see that there are a few USE flags I didn't include. I'm actually having some self doubt now about whether I even included "X"! Surely I did; I went through the entire use.desc file and picked the pieces I figured I needed.

I'll add in the USE flags from the desktop profile (minus the KDE stuff since this is a Gnome-only build), do an emerge -e world before trying to install gnome again. And if that decides to add so many packages I get confused, I might just start again with the right USE flags. It shouldn't be a problem, because compiling stuff on this system (Core 2 Duo T7300) is ridiculously fast.
_________________
Experience is something you get just after you need it.
Back to top
View user's profile Send private message
kaldek
n00b
n00b


Joined: 20 Apr 2005
Posts: 25
Location: Melbourne, Australia

PostPosted: Wed Oct 01, 2008 2:24 am    Post subject: Reply with quote

jonnevers wrote:
OP: gnome's gtk+ dependency should be bringing down stuff like libX11, perhaps modular xorg is pulled down w/o needing the xorg-x11 meta-package.


Hmm, that sounds a lot like my original thoughts. libX11 is indeed being installed as part of the gnome emerge, so you could be on to something. If it turns out I've got all the right USE flags (mainly considering the ancillary ones I'll want if indeed I'm not missing anything critical), I'll just emerge x11-xorg before gnome.

I'm a big fan of a nice tidy world file, which explains why I tried to emerge gnome by itself in the first place, but I've got no problems with having both xorg and gnome listed in it.
_________________
Experience is something you get just after you need it.


Last edited by kaldek on Wed Oct 01, 2008 2:28 am; edited 1 time in total
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Oct 01, 2008 2:26 am    Post subject: Reply with quote

Are you using a 64 bits installation ?
Back to top
View user's profile Send private message
kaldek
n00b
n00b


Joined: 20 Apr 2005
Posts: 25
Location: Melbourne, Australia

PostPosted: Wed Oct 01, 2008 2:29 am    Post subject: Reply with quote

d2_racing wrote:
Are you using a 64 bits installation ?

Why yes, I am - AMD64 in particular, built from 2008.0-r1 LiveCD and the AMD64 Stage3 tarball.

Does that change things? You're going to tell me I need to unmask a bunch of stuff, aren't you...
_________________
Experience is something you get just after you need it.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Oct 01, 2008 2:44 am    Post subject: Reply with quote

No, it will compile like hell :P
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Oct 01, 2008 2:45 am    Post subject: Reply with quote

Just make sure that you use theses CFLAG :

Code:

CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


Joined: 11 Mar 2008
Posts: 2228
Location: 45N 73W

PostPosted: Wed Oct 01, 2008 2:56 am    Post subject: Reply with quote

and please post emerge --info
Back to top
View user's profile Send private message
catchmeraghav
n00b
n00b


Joined: 20 Aug 2008
Posts: 26

PostPosted: Wed Oct 01, 2008 3:07 am    Post subject: Reply with quote

Hi

maybe this helps

https://forums.gentoo.org/viewtopic-t-708414-highlight-.html

i am using a amd64 system and have installed gnome.

i had trouble at two place, which made me go mad then have solved it(!)
Back to top
View user's profile Send private message
kaldek
n00b
n00b


Joined: 20 Apr 2005
Posts: 25
Location: Melbourne, Australia

PostPosted: Wed Oct 01, 2008 3:10 am    Post subject: Reply with quote

notHerbert wrote:
and please post emerge --info

Yes, willdo when I get home tonight (5+ hours from now).

I will also be a good netizen and post the resolution.
_________________
Experience is something you get just after you need it.
Back to top
View user's profile Send private message
kaldek
n00b
n00b


Joined: 20 Apr 2005
Posts: 25
Location: Melbourne, Australia

PostPosted: Wed Oct 01, 2008 3:13 am    Post subject: Reply with quote

d2_racing wrote:
Just make sure that you use theses CFLAG :

Code:

CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"


Right there with you - I have those flags already set. And yeah, it compiles like hell! Zooom!

It makes me laugh because my main server at home is a Celeron 1.7ghz (from way back in 2002) and when I compile stuff on that box I usually get the chance to read the compiler commands as they scroll past. On the T7300 CPU, with -j3 and x86_64, all I see is a big white blur. Geeks love speed.
_________________
Experience is something you get just after you need it.
Back to top
View user's profile Send private message
kaldek
n00b
n00b


Joined: 20 Apr 2005
Posts: 25
Location: Melbourne, Australia

PostPosted: Wed Oct 01, 2008 10:59 am    Post subject: Reply with quote

OK here is the result of emerge --info

Code:

calcifer / # emerge --info
Portage 2.1.4.4 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.25-gentoo-r7 x86_64 Intel(R) Core(TM)2 Duo CPU T7300 @ 2.00GHz
Timestamp of tree: Wed, 01 Oct 2008 08:20:01 +0000
app-shells/bash:     3.2_p33
dev-lang/python:     2.4.4-r13, 2.5.2-r7
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r2
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
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.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
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/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=nocona -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp.swin.edu.au/gentoo http://ftp.swin.edu.au/gentoo "
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
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.au.gentoo.org/gentoo-portage"
USE="X acl acpi alsa amd64 berkdb branding bzip2 cairo cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread eds emboss encode esd evo fam firefox fortran gdbm gif gnome gpm gstreamer gtk hal iconv ipv6 isdnlog jpeg kerberos ldap libnotify mad midi mikmod mmx mp3 mpeg mudflap multilib ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf perl png ppds pppd python quicktime readline reflection sdl session spell spl sse sse2 ssl svg sysfs tcpd tiff truetype unicode usb vorbis xml xorg xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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_host 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 evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint i810 mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY



And here is the result of emerge -pv gnome-light:

Code:

calcifer / # emerge -pv gnome-light

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

Calculating dependencies... done!
[ebuild  N    ] x11-libs/libXrender-0.9.2  USE="-debug" 241 kB
[ebuild  N    ] media-libs/freetype-2.3.7  USE="X -bindist -debug -doc -utils" 1,280 kB
[ebuild  N    ] x11-apps/xhost-1.0.2  USE="ipv6 -debug" 96 kB
[ebuild  N    ] x11-libs/startup-notification-0.9  221 kB
[ebuild  N    ] x11-libs/libxkbfile-1.0.4  USE="-debug" 268 kB
[ebuild  N    ] sys-apps/dbus-1.1.20  USE="X -debug -doc (-selinux)" 1,370 kB
[ebuild  N    ] x11-libs/libXi-1.1.3  USE="-debug" 243 kB
[ebuild  N    ] app-text/scrollkeeper-9999-r1  0 kB
[ebuild  N    ] app-text/gnome-doc-utils-0.12.2-r1  USE="-debug" 340 kB
[ebuild  N    ] x11-libs/libXfixes-4.0.3  USE="-debug" 210 kB
[ebuild  N    ] x11-libs/libXxf86misc-1.0.1  USE="-debug" 218 kB
[ebuild  N    ] x11-apps/xrdb-1.0.4  USE="-debug" 99 kB
[ebuild  N    ] x11-libs/libXv-1.0.3  USE="-debug" 227 kB
[ebuild  N    ] media-libs/alsa-lib-1.0.16  USE="midi -alisp -debug -doc" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" 764 kB
[ebuild  N    ] x11-libs/libXxf86vm-1.0.1  USE="-debug" 223 kB
[ebuild  N    ] media-libs/libogg-1.1.3  395 kB
[ebuild  N    ] x11-libs/libXpm-3.5.7  USE="-debug" 350 kB
[ebuild  N    ] x11-libs/libXtst-1.0.3  USE="-debug" 220 kB
[ebuild  N    ] x11-libs/libXres-1.0.3  USE="-debug" 214 kB
[ebuild  N    ] net-libs/libsoup-2.4.1  USE="ssl -debug -doc" 614 kB
[ebuild  N    ] x11-apps/iceauth-1.0.2  USE="-debug" 95 kB
[ebuild  N    ] x11-apps/luit-1.0.2  USE="-debug" 97 kB
[ebuild  N    ] x11-wm/twm-1.0.3  USE="-debug" 233 kB
[ebuild  N    ] x11-apps/xprop-1.0.3  USE="-debug" 105 kB
[ebuild  N    ] net-print/foomatic-db-ppds-3.0.20060720  12,056 kB
[ebuild  N    ] app-admin/eselect-esd-20060719  2 kB
[ebuild  N    ] dev-perl/XML-Simple-2.18  70 kB
[ebuild  N    ] app-arch/cabextract-1.2  190 kB
[ebuild  N    ] x11-libs/libXp-1.0.0  USE="-debug" 239 kB
[ebuild  N    ] x11-apps/xmodmap-1.0.3  USE="-debug" 101 kB
[ebuild  N    ] x11-libs/libXScrnSaver-1.1.2  USE="-debug" 215 kB
[ebuild  N    ] media-plugins/gst-plugins-x-0.10.20  0 kB
[ebuild  N    ] media-libs/libid3tag-0.15.1b-r2  USE="-debug" 331 kB
[ebuild  N    ] media-libs/libmad-0.15.1b-r2  USE="-debug" 491 kB
[ebuild  N    ] dev-libs/dbus-glib-0.74  USE="-debug -doc (-selinux)" 640 kB
[ebuild  N    ] gnome-base/libbonobo-2.22.0  USE="-debug -doc" 1,412 kB
[ebuild  N    ] x11-apps/mkfontscale-1.0.3  USE="-debug" 93 kB
[ebuild  N    ] x11-libs/libXaw-1.0.4  USE="-debug -xprint" 506 kB
[ebuild  N    ] media-libs/mesa-6.5.2-r1  USE="nptl -debug -doc -motif -pic -xcb" VIDEO_CARDS="i810 mach64 mga r128 radeon savage sis tdfx trident via -none -s3virge (-sunffb)" 3,218 kB
[ebuild  N    ] media-sound/esound-0.2.38-r1  USE="alsa ipv6 tcpd -debug -doc" 385 kB
[ebuild  N    ] x11-libs/libXrandr-1.2.2  USE="-debug" 220 kB
[ebuild  N    ] x11-libs/libXcursor-1.1.9  USE="-debug" 230 kB
[ebuild  N    ] x11-libs/libXfont-1.3.1-r1  USE="ipv6 -debug" 552 kB
[ebuild  N    ] x11-apps/xkbcomp-1.0.3  USE="-debug" 186 kB
[ebuild  N    ] x11-libs/libXvMC-1.0.4  USE="-debug" 220 kB
[ebuild  N    ] x11-libs/libXcomposite-0.4.0  USE="-debug" 213 kB
[ebuild  N    ] x11-misc/icon-naming-utils-0.8.6  68 kB
[ebuild  N    ] x11-apps/xdpyinfo-1.0.2  USE="-debug -dga -dmx -xinerama" 98 kB
[ebuild  N    ] x11-libs/libXdamage-1.1.1  USE="-debug" 197 kB
[ebuild  N    ] x11-libs/libxkbui-1.0.2  USE="-debug" 217 kB
[ebuild  N    ] x11-misc/xdg-utils-1.0.2-r1  USE="-doc" 276 kB
[ebuild  N    ] media-plugins/gst-plugins-xvideo-0.10.20  0 kB
[ebuild  N    ] media-plugins/gst-plugins-alsa-0.10.20  0 kB
[ebuild  N    ] media-plugins/gst-plugins-mad-0.10.8  0 kB
[ebuild  N    ] media-plugins/gst-plugins-ogg-0.10.20  0 kB
[ebuild  N    ] media-libs/libvorbis-1.2.1_rc1  USE="-doc" 1,148 kB
[ebuild  N    ] media-fonts/encodings-1.0.2  USE="-debug" 559 kB
[ebuild  N    ] x11-apps/mkfontdir-1.0.3  USE="-debug" 62 kB
[ebuild  N    ] x11-apps/bdftopcf-1.0.0  USE="-debug" 74 kB
[ebuild  N    ] media-fonts/font-alias-1.0.1  USE="-debug" 42 kB
[ebuild  N    ] x11-themes/gnome-icon-theme-2.22.0  USE="-debug" 3,581 kB
[ebuild  N    ] x11-misc/xkeyboard-config-1.1  529 kB
[ebuild  N    ] virtual/glu-7.0  0 kB
[ebuild  N    ] virtual/opengl-7.0  0 kB
[ebuild  N    ] sys-auth/consolekit-0.2.3  USE="pam -debug" 458 kB
[ebuild  N    ] x11-apps/xmessage-1.0.2  USE="-debug -xprint" 93 kB
[ebuild  N    ] x11-apps/xsm-1.0.1  USE="-debug -xprint" 115 kB
[ebuild  N    ] www-client/mozilla-launcher-1.58  7 kB
[ebuild  N    ] media-plugins/gst-plugins-esd-0.10.8  0 kB
[ebuild  N    ] media-plugins/gst-plugins-vorbis-0.10.20  0 kB
[ebuild  N    ] x11-libs/libxklavier-3.6  USE="-doc" 452 kB
[ebuild  N    ] media-libs/libsdl-1.2.13  USE="X alsa esd opengl xv -aalib -arts -custom-cflags -dga -directfb -fbcon -ggi -libcaca -nas -noaudio -nojoystick -novideo -oss -pulseaudio (-svga) -xinerama" 3,295 kB
[ebuild  N    ] media-libs/libmpeg2-0.4.1  USE="X sdl" 483 kB
[ebuild  N    ] media-plugins/gst-plugins-mpeg2dec-0.10.8  0 kB
[ebuild  N    ] media-plugins/gst-plugins-meta-0.10-r2  USE="X alsa dvd esd mad mpeg ogg vorbis xv -a52 -dvb -ffmpeg -flac -mythtv -oss -theora" 0 kB
[ebuild  N    ] media-libs/fontconfig-2.6.0-r2  USE="-doc" 1,371 kB
[ebuild  N    ] app-admin/eselect-fontconfig-1.0  0 kB
[ebuild  N    ] x11-libs/libXft-2.1.12  USE="-debug" 255 kB
[ebuild  N    ] media-fonts/font-adobe-75dpi-1.0.0  USE="X nls" 827 kB
[ebuild  N    ] media-fonts/font-misc-misc-1.0.0  USE="X nls" 1,813 kB
[ebuild  N    ] media-fonts/font-cursor-misc-1.0.0  USE="X nls" 42 kB
[ebuild  N    ] app-text/poppler-0.6.3-r1  USE="jpeg zlib -cjk" 1,263 kB
[ebuild  N    ] media-fonts/corefonts-1-r4  USE="X" 3,843 kB
[ebuild  N    ] virtual/xft-7.0  0 kB
[ebuild  N    ] x11-terms/xterm-235  USE="truetype unicode -Xaw3d -paste64 -toolbar" 838 kB
[ebuild  N    ] x11-apps/xclock-1.0.3  USE="-debug -xprint" 112 kB
[ebuild  N    ] x11-libs/cairo-1.6.4-r1  USE="X opengl svg -debug -directfb -doc -glitz -test -xcb" 4,925 kB
[ebuild  N    ] x11-apps/xinit-1.0.5-r1  USE="hal pam -debug -minimal" 105 kB
[ebuild  N    ] x11-libs/pango-1.20.5  USE="X -debug -doc" 1,388 kB
[ebuild  N    ] dev-python/pycairo-1.4.12  USE="-examples" 479 kB
[ebuild  N    ] x11-base/xorg-server-1.3.0.0-r6  USE="dri ipv6 nptl sdl xorg (-3dfx) -debug -dmx -kdrive -minimal -xprint" INPUT_DEVICES="evdev keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom" VIDEO_CARDS="fbdev glint i810 mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo -apm -ark -chips -cirrus -cyrix -dummy -epson -fglrx -i128 (-i740) (-impact) (-imstt) (-newport) (-nsc) -nvidia -rendition -s3 -s3virge -siliconmotion -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tga -tseng -v4l" 5,829 kB
[ebuild  N    ] x11-drivers/xf86-video-tdfx-1.3.0  USE="dri -debug" 256 kB
[ebuild  N    ] x11-drivers/xf86-video-i810-2.1.1  USE="dri -debug" 572 kB
[ebuild  N    ] x11-drivers/xf86-video-vmware-10.15.0  USE="-debug" 256 kB
[ebuild  N    ] x11-drivers/xf86-video-neomagic-1.1.1  USE="-debug" 258 kB
[ebuild  N    ] x11-drivers/xf86-video-glint-1.1.1  USE="dri -debug" 340 kB
[ebuild  N    ] x11-drivers/xf86-input-mouse-1.2.3  USE="-debug" 267 kB
[ebuild  N    ] x11-drivers/xf86-video-ati-6.6.3  USE="dri -debug" 707 kB
[ebuild  N    ] x11-drivers/xf86-video-savage-2.1.2-r1  USE="dri -debug" 297 kB
[ebuild  N    ] x11-drivers/xf86-input-evdev-1.1.5-r2  USE="-debug" 237 kB
[ebuild  N    ] x11-drivers/xf86-video-voodoo-1.1.1  USE="-debug" 243 kB
[ebuild  N    ] x11-drivers/xf86-video-nv-2.1.12  USE="-debug" 380 kB
[ebuild  N    ] x11-drivers/xf86-video-sis-0.9.3  USE="dri -debug" 604 kB
[ebuild  N    ] x11-drivers/xf86-video-vesa-1.3.0  USE="-debug" 233 kB
[ebuild  N    ] x11-drivers/xf86-video-mga-1.4.6.1  USE="dri -debug" 368 kB
[ebuild  N    ] x11-drivers/xf86-video-trident-1.2.3  USE="-debug" 282 kB
[ebuild  N    ] x11-drivers/xf86-video-openchrome-0.2.902  USE="dri -debug" 425 kB
[ebuild  N    ] x11-drivers/xf86-video-fbdev-0.3.1  USE="-debug" 213 kB
[ebuild  N    ] x11-drivers/xf86-video-vga-4.1.0  USE="-debug" 229 kB
[ebuild  N    ] x11-drivers/xf86-input-keyboard-1.1.1-r1  USE="-debug" 230 kB
[ebuild  N    ] dev-python/pygobject-2.14.2  USE="X -debug -doc -examples -libffi" 359 kB
[ebuild  N    ] dev-python/pyxf86config-0.3.34-r1  248 kB
[ebuild  N    ] sys-apps/hal-0.5.11-r1  USE="X acpi crypt -apm -debug -dell -disk-partition -doc -laptop (-selinux)" 1,256 kB
[ebuild  N    ] app-misc/hal-info-20080508  198 kB
[ebuild  N    ] net-print/cups-1.3.8-r1  USE="X acl dbus jpeg kerberos ldap pam perl png ppds python ssl tiff -avahi -gnutls -java -php -samba -slp -static -xinetd -zeroconf" LINGUAS="-de -en -es -et -fr -he -id -it -ja -pl -sv -zh_TW" 3,886 kB
[ebuild  N    ] x11-libs/gtk+-2.12.11  USE="X cups jpeg tiff -debug -doc -vim-syntax -xinerama" 15,852 kB
[ebuild  N    ] app-text/ghostscript-gpl-8.62  USE="X cups gtk -bindist -cjk -djvu -jpeg2k" 14,715 kB
[ebuild  N    ] virtual/ghostscript-0  0 kB
[ebuild  N    ] net-print/foomatic-filters-3.0.20080507  USE="cups" 167 kB
[ebuild  N    ] net-print/foomatic-filters-ppds-20070501  12,144 kB
[ebuild  N    ] gnome-base/gconf-2.22.0  USE="ldap -debug -doc" 1,384 kB
[ebuild  N    ] gnome-base/libglade-2.6.3  USE="-debug -doc" 351 kB
[ebuild  N    ] x11-libs/libwnck-2.22.3  USE="-debug -doc" 672 kB
[ebuild  N    ] gnome-base/gail-1.22.3  USE="-debug -doc" 659 kB
[ebuild  N    ] x11-libs/libsexy-0.1.11  USE="-debug -doc" 262 kB
[ebuild  N    ] x11-themes/gtk-engines-2.14.3  USE="X -accessibility -debug -static" 659 kB
[ebuild  N    ] gnome-base/gnome-keyring-2.22.3  USE="hal pam -debug -doc -test" 874 kB
[ebuild  N    ] gnome-base/libgnomecanvas-2.20.1.1  USE="X -debug -doc" 570 kB
[ebuild  N    ] dev-python/pygtk-2.12.1-r2  USE="X -doc -examples" 2,125 kB
[ebuild  N    ] x11-wm/metacity-2.22.0  USE="-debug -xinerama" 2,024 kB
[ebuild  N    ] gnome-base/gvfs-0.2.5  USE="gnome hal -avahi -cdda -debug -doc -fuse -gnome-keyring -gphoto2 -samba" 808 kB
[ebuild  N    ] x11-misc/notification-daemon-0.3.7  USE="-debug" 403 kB
[ebuild  N    ] x11-themes/gnome-themes-2.22.2  USE="-accessibility -debug" 1,464 kB
[ebuild  N    ] media-plugins/gst-plugins-gconf-0.10.8-r1  0 kB
[ebuild  N    ] x11-libs/libnotify-0.4.4  USE="-doc" 387 kB
[ebuild  N    ] gnome-base/gnome-menus-2.22.2  USE="python -debug" 455 kB
[ebuild  N    ] x11-libs/vte-0.16.14  USE="opengl python -debug -doc" 1,095 kB
[ebuild  N    ] gnome-base/gnome-vfs-2.22.0  USE="acl fam hal ipv6 kerberos ssl -avahi -debug -doc -gnutls -samba" 1,895 kB
[ebuild  N    ] gnome-base/libgnome-2.22.0  USE="esd -debug -doc" 1,375 kB
[ebuild  N    ] dev-libs/libgweather-2.22.3  USE="-debug" 6,123 kB
[ebuild  N    ] gnome-base/libbonoboui-2.22.0  USE="X -debug -doc" 983 kB
[ebuild  N    ] gnome-base/libgnomeui-2.22.1  USE="jpeg -debug -doc" 1,417 kB
[ebuild  N    ] gnome-base/gnome-desktop-2.22.3  USE="-debug -doc" 1,411 kB
[ebuild  N    ] gnome-extra/evolution-data-server-2.22.3  USE="ipv6 kerberos ldap ssl -debug -doc -gnome-keyring -krb4" 7,443 kB
[ebuild  N    ] gnome-base/libgnomekbd-2.22.0  USE="-debug" 397 kB
[ebuild  N    ] x11-terms/gnome-terminal-2.22.3-r1  USE="-debug" 1,761 kB
[ebuild  N    ] www-client/mozilla-firefox-2.0.0.17  USE="gnome ipv6 -bindist -debug -filepicker -iceweasel -java -mozdevelop -moznopango -restrict-javascript -xforms -xinerama -xprint" LINGUAS="-af -ar -be -bg -ca -cs -da -de -el -en -en_GB -en_US -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv -sv_SE -tr -uk -zh -zh_CN -zh_TW" 39,381 kB
[ebuild  N    ] gnome-base/eel-2.22.2  USE="X -debug" 584 kB
[ebuild  N    ] gnome-base/gnome-settings-daemon-2.22.2.1  USE="alsa esd gstreamer -debug" 1,113 kB
[ebuild  N    ] gnome-extra/yelp-2.22.1-r2  USE="-beagle -debug -lzma -xulrunner" 973 kB
[ebuild  N    ] gnome-base/gnome-session-2.22.3  USE="branding ipv6 tcpd -debug" 832 kB
[ebuild  N    ] gnome-extra/libgsf-1.14.7  USE="bzip2 gnome python -debug -doc" 573 kB
[ebuild  N    ] gnome-base/librsvg-2.22.2  USE="zlib -debug -doc" 454 kB
[ebuild  N    ] media-gfx/imagemagick-6.4.0.6  USE="X bzip2 jpeg perl png svg tiff truetype xml zlib -djvu -doc -fontconfig -fpx -graphviz -gs -hdri -jbig -jpeg2k -lcms -nocxx -openexr -q32 -q8 -wmf" 8,620 kB
[ebuild  N    ] gnome-base/nautilus-2.22.5.1  USE="X gnome -beagle -debug" 4,900 kB
[ebuild  N    ] gnome-base/gnome-panel-2.22.2  USE="eds -debug -doc -networkmanager" 3,179 kB
[ebuild  N    ] gnome-base/gnome-mount-0.6  USE="gnome -debug" 456 kB
[ebuild  N    ] gnome-base/gnome-control-center-2.22.2.1  USE="eds esd hal -debug" 2,061 kB
[ebuild  N    ] gnome-base/gnome-light-2.20.3  0 kB

Total: 159 packages (159 new), Size of downloads: 219,807 kB


Looks like it's installing xorg-server. Not sure what that means, really.
_________________
Experience is something you get just after you need it.
Back to top
View user's profile Send private message
kaldek
n00b
n00b


Joined: 20 Apr 2005
Posts: 25
Location: Melbourne, Australia

PostPosted: Wed Oct 01, 2008 11:15 am    Post subject: Reply with quote

OK, I think what's happening is that the installation of Gnome only includes xorg-server, because it is trying not to assume that you are planning on viewing apps running on the local system. By installing xorg-server only, does this mean that it only supports connecting to a remote system running X?
_________________
Experience is something you get just after you need it.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Oct 01, 2008 11:30 am    Post subject: Reply with quote

Hi, you are using this :

Code:

calcifer / # emerge --info
Portage 2.1.4.4 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r7 x86_64)


so the default 2008.0 and you use some custom use flag.

So, maybe you should use the 2008.0/desktop and retry your emerge command.

I saw that you have the X flag already.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Oct 01, 2008 11:32 am    Post subject: Reply with quote

By the way, can you post this :

Code:

# lspci
# cat /etc/make.conf


I don't like to see that :

Code:

[ebuild  N    ] x11-drivers/xf86-video-tdfx-1.3.0  USE="dri -debug" 256 kB
[ebuild  N    ] x11-drivers/xf86-video-i810-2.1.1  USE="dri -debug" 572 kB
[ebuild  N    ] x11-drivers/xf86-video-vmware-10.15.0  USE="-debug" 256 kB
[ebuild  N    ] x11-drivers/xf86-video-neomagic-1.1.1  USE="-debug" 258 kB
[ebuild  N    ] x11-drivers/xf86-video-glint-1.1.1  USE="dri -debug" 340 kB
[ebuild  N    ] x11-drivers/xf86-input-mouse-1.2.3  USE="-debug" 267 kB
[ebuild  N    ] x11-drivers/xf86-video-ati-6.6.3  USE="dri -debug" 707 kB
[ebuild  N    ] x11-drivers/xf86-video-savage-2.1.2-r1  USE="dri -debug" 297 kB
[ebuild  N    ] x11-drivers/xf86-input-evdev-1.1.5-r2  USE="-debug" 237 kB
[ebuild  N    ] x11-drivers/xf86-video-voodoo-1.1.1  USE="-debug" 243 kB
[ebuild  N    ] x11-drivers/xf86-video-nv-2.1.12  USE="-debug" 380 kB
[ebuild  N    ] x11-drivers/xf86-video-sis-0.9.3  USE="dri -debug" 604 kB
[ebuild  N    ] x11-drivers/xf86-video-vesa-1.3.0  USE="-debug" 233 kB
[ebuild  N    ] x11-drivers/xf86-video-mga-1.4.6.1  USE="dri -debug" 368 kB
[ebuild  N    ] x11-drivers/xf86-video-trident-1.2.3  USE="-debug" 282 kB
[ebuild  N    ] x11-drivers/xf86-video-openchrome-0.2.902  USE="dri -debug" 425 kB
[ebuild  N    ] x11-drivers/xf86-video-fbdev-0.3.1  USE="-debug" 213 kB
[ebuild  N    ] x11-drivers/xf86-video-vga-4.1.0  USE="-debug" 229 kB


Your VIDEO_CARDS is not set properly I think.


Last edited by d2_racing on Thu Oct 02, 2008 11:04 am; edited 1 time in total
Back to top
View user's profile Send private message
kaldek
n00b
n00b


Joined: 20 Apr 2005
Posts: 25
Location: Melbourne, Australia

PostPosted: Thu Oct 02, 2008 12:05 am    Post subject: Reply with quote

d2_racing wrote:

Your VIDEO_CARDS is not set properly I think.


Yeah, I fixed that up after I posted my emerge results.

Everything compiled fine in the end and I have the default window manager running.

I've hit another snag though, in that gnome-extra/deskbar-applet won't compile due to errors in the files it is pulling down from www.oasis-open.org. I think I'll log that as a bug, because it's consistent.

Will it ever end? :-)
_________________
Experience is something you get just after you need it.
Back to top
View user's profile Send private message
kaldek
n00b
n00b


Joined: 20 Apr 2005
Posts: 25
Location: Melbourne, Australia

PostPosted: Thu Oct 02, 2008 12:51 am    Post subject: Reply with quote

Problem solved. I unmasked app-text/docbook-xml-dtd-4.5 and installed that, which allowed gnome-extra/deskbar-applet to finish compiling.

Effectively, this thread is done as the original "problem" (if you can call it that) was resolved just by emerging xorg-x11, and then emerging gnome.
_________________
Experience is something you get just after you need it.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum