[gentoo-user]

2009-09-04 Thread Cinder Cinder
Wow! I made it! I'm in! Just installed my first Gentoo (Phew!). Its cool! I'm 
up to part 2 of the Gentoo Linux x86 Handbook Working With Gentoo and I've 
managed to install a few things, namely vim, links, and xorg-server (As per the 
Xorg server Configuration Guide) in addition the some essential tools mentioned 
in the Handbook. I tried to install xfce4-meta (Xfce Configuration Guide)

code:
# emerge -avt xfce4-meta

... and was informed that I need to add +jpeg to my USE flags. So I did (minus 
the plus sign:)
Then emerge said some packages are blocking each other. I tried unmerging the 
blocking packages as per the Handbook. but they don't seem to be installed yet, 
so that seems to rule out updating them. The Handbook says if two yet to be 
installed packages are blocking each other I should file a bug report. I don't 
understand bug reporting yet. I tried updating the system.

Code:
# emerge --update --deep world

... but I get the same meassage. Can anyone help? Heres my /etc/make.conf

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS=-O2 -march=i686 -pipe
CXXFLAGS=-O2 -march=i686 -pipe
# 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=i686-pc-linux-gnu
MAKEOPTS=-j2

GENTOO_MIRRORS=http://ftp.swin.edu.au/gentoo 

SYNC=rsync://rsync.au.gentoo.org/gentoo-portage

USE=
alsa 
branding 
cdr 
dbus 
debug 
dri 
dvd 
glibc 
-gnome
gtk 
hal 
jpeg 
-kde
-qt3
-qt4
Locales
lock 
svg 
session 
startup-notification 
thunar 
X 


VIDEO_CARDS=mga

INPUT_DEVICES=keyboard mouse

... and the output of 

Code:
# emerge -avt --info --verbose xfce4-meta

Portage 2.1.6.13 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 
2.6.30-gentoo-r4 i686)
=
System Settings
=
System uname: Linux-2.6.30-gentoo-r4-i686-Pentium_III_-Coppermine-with-glibc2.0
Timestamp of tree: Fri, 04 Sep 2009 09:15:01 +
app-shells/bash: 3.2_p17-r1
dev-lang/python: 2.4.4-r13, 2.5.4-r3
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.61-r1
sys-devel/automake:  1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS=x86
ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 
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
ARCH=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -pipe
CHOST=i686-pc-linux-gnu
CLEAN_DELAY=5
COLLISION_IGNORE=/lib/modules
CONFIG_PROTECT=/etc
CONFIG_PROTECT_MASK=/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/terminfo 
/etc/udev/rules.d
CVS_RSH=ssh
CXXFLAGS=-O2 -march=i686 -pipe
DISTDIR=/usr/portage/distfiles
EDITOR=/bin/nano
ELIBC=glibc
EMERGE_WARNING_DELAY=10
FEATURES=distlocks fixpackages parallel-fetch protect-owned sandbox sfperms 
strict unmerge-orphans userfetch
FETCHCOMMAND=/usr/bin/wget -t 5 -T 60 --passive-ftp -O ${DISTDIR}/${FILE} 
${URI}
GCC_SPECS=
GENTOO_MIRRORS=http://ftp.swin.edu.au/gentoo 
HOME=/root
HUSHLOGIN=FALSE
INFOPATH=/usr/share/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.18/info:/usr/share/gcc-data/i486-pc-linux-gnu/4.1.2/info:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/info
INPUT_DEVICES=keyboard mouse
KERNEL=linux
LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses 
text
LDFLAGS=-Wl,-O1
LESS=-R -M --shift 5
LESSOPEN=|lesspipe.sh %s
LOGNAME=root

[gentoo-user] Re: Blocked packages emerging xfce4-meta

2009-09-04 Thread Cinder Cinder
   Sorry Joost, but when I redirct the output of emerge to a file with  

Code:
# emerge -va --update --deep world  emerge-va-update-deep-world

... only two lines are written

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

Calculating dependencies ... done!

I tried putting this line in in /etc/make.conf and ran emerge again

Code: /etc/make.conf
PORT_LOGDIR=/var/log/portage

But I can't find anything that looks relevant in /var/log/portage.
How do I get all the other messages out so you can see them?

Thank you kindly.

_
Get your FREE, LinuxWaves.com Email Now! -- http://www.LinuxWaves.com
Join Linux Discussions! -- http://Community.LinuxWaves.com



Re: [gentoo-user] Re: Blocked packages emerging xfce4-meta

2009-09-04 Thread Cinder Cinder


--- alan.mckin...@gmail.com wrote:

From: Alan McKinnon alan.mckin...@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: Blocked packages emerging xfce4-meta
Date: Fri, 4 Sep 2009 22:51:02 +0200

On Friday 04 September 2009 16:42:40 Willie Wong wrote:
 On Fri, Sep 04, 2009 at 03:40:48PM +0200, Penguin Lover Alan McKinnon 
squawked:
  Copy paste from the screen into a mail
 
  or try with -pv instead of -av.
  -a waits for user input and can screw around with STDOUT
 
 Also, try adding 21 to your redirect to send STDERR to the file too.
 I'm not sure whether it is the case here, but oftentimes error messages
 are not printed on STDOUT.

In this case the poster is talking about emerge's normal output. While this 
may be many things, it will never ever be sent to STDERR so the inclusion of 
2 is certain to change nothing.


-- 
alan dot mckinnon at gmail dot com


--

Thanks for the feedback. 21 was what I needed. I forgot about stderr.
So here's the output of...

Code:
# emerge -pv --update --deep world


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

Calculating dependencies  ..... done!
[ebuild U ] sys-devel/gnuconfig-20080928 [20070724] 41 kB
[ebuild U ] dev-libs/expat-2.0.1-r2 [2.0.1] 436 kB
[ebuild U ] dev-libs/gmp-4.2.4 [4.2.2] USE=-nocxx (-doc%) 1,671 kB
[ebuild U ] sys-devel/gcc-config-1.4.1 [1.4.0-r4] 0 kB
[ebuild U ] sys-devel/autoconf-wrapper-6 [4-r3] 0 kB
[ebuild U ] sys-libs/timezone-data-2009j [2007k] USE=nls 361 kB
[ebuild U ] app-arch/bzip2-1.0.5-r1 [1.0.5] USE=-static 822 kB
[ebuild U ] app-arch/cpio-2.9-r2 [2.9-r1] USE=nls 741 kB
[ebuild U ] sys-kernel/linux-headers-2.6.27-r2 [2.6.23-r3] 3,509 kB
[ebuild U ] sys-devel/m4-1.4.12 [1.4.11] USE=-examples (-nls%*) 751 kB
[ebuild U ] sys-apps/sandbox-1.6-r2 [1.2.18.1-r2] 300 kB
[ebuild U ] dev-libs/mpfr-2.4.1_p1 [2.3.0_p4] 883 kB
[ebuild U ] net-misc/iputils-20071127 [20070202] USE=ipv6 -doc -static 99 
kB
[ebuild U ] app-shells/bash-3.2_p39 [3.2_p17-r1] USE=nls -afs -bashlogger 
-examples% -plugins -vanilla 2,582 kB
[ebuild U ] sys-libs/gpm-1.20.5 [1.20.1-r6] USE=(-selinux) 1,269 kB
[ebuild U ] sys-apps/less-429 [416] USE=unicode 492 kB
[ebuild U ] sys-libs/readline-5.2_p13 [5.2_p7] 2,023 kB
[ebuild  N] virtual/pager-0  0 kB
[ebuild U ] perl-core/Test-Harness-3.10 [2.64] 173 kB
[ebuild U ] app-admin/perl-cleaner-1.05 [1.04.3] 6 kB
[ebuild U ] dev-libs/openssl-0.9.8k [0.9.8g-r2] USE=zlib -bindist -gmp 
-kerberos -sse2 -test 3,762 kB
[ebuild U ] sys-apps/busybox-1.13.2 [1.8.2] USE=debug* pam -make-symlinks 
-savedconfig (-selinux) -static 1,999 kB
[ebuild  N] virtual/acl-0  0 kB
[ebuild U ] sys-apps/texinfo-4.13 [4.8-r5] USE=nls -static (-build%) 
1,528 kB
[ebuild U ] sys-devel/flex-2.5.35 [2.5.33-r3] USE=nls -static 1,228 kB
[ebuild U ] sys-apps/findutils-4.4.0 [4.3.11] USE=nls (-selinux) -static 
1,983 kB
[ebuild U ] sys-apps/grep-2.5.4-r1 [2.5.1a-r1] USE=nls pcre (-static%) 
707 kB
[ebuild U ] app-arch/gzip-1.3.12-r1 [1.3.12] USE=nls -pic -static 452 kB
[ebuild U ] sys-apps/gawk-3.1.6 [3.1.5-r5] USE=nls 1,818 kB
[ebuild U ] app-arch/tar-1.20 [1.19-r1] USE=nls -static 1,868 kB
[ebuild U ] net-misc/wget-1.11.4 [1.10.2] USE=debug* ipv6 nls ssl -static 
(-build%) (-socks5%) 933 kB
[ebuild U ] sys-apps/net-tools-1.60_p20071202044231-r1 [1.60-r13] USE=nls 
-static 180 kB
[ebuild U ] app-editors/nano-2.1.9 [2.0.7] USE=debug* ncurses nls unicode 
-justify -minimal -slang -spell 1,450 kB
[ebuild U ] sys-devel/autoconf-2.63-r1 [2.61-r1] USE=-emacs 1,527 kB
[ebuild U ] sys-apps/which-2.19 [2.16] 130 kB
[ebuild  N] sys-devel/bc-1.06.95  USE=readline -libedit -static 284 kB
[ebuild U ] sys-devel/automake-1.10.2 [1.10.1] 915 kB
[ebuild U ] sys-devel/binutils-2.18-r3 [2.18-r1] USE=nls -gold% -multislot 
-multitarget -test -vanilla 14,629 kB
[ebuild U ] sys-devel/libtool-1.5.26 [1.5.24] USE=-vanilla 2,893 kB
[ebuild  NS   ] sys-libs/db-4.6.21_p4 [4.3.29-r2, 4.5.20_p2] USE=-doc -java 
-nocxx -tcl -test 11,649 kB
[ebuild U ] sys-apps/attr-2.4.43 [2.4.39] USE=nls 115 kB
[ebuild U ] sys-process/psmisc-22.6 [22.5-r2] USE=X* ipv6 nls (-selinux) 
277 kB
[ebuild U ] sys-apps/acl-2.2.47 [2.2.45] USE=nls (-nfs) 152 kB
[ebuild U ] sys-apps/sed-4.2 [4.1.5] USE=acl%* nls -static 862 kB
[ebuild U ] sys-apps/coreutils-7.4 [6.10-r1] USE=acl nls -caps% -gmp% 
(-selinux) -static -vanilla -xattr 9,489 kB
[ebuild U ] net-misc/rsync-3.0.6 [2.6.9-r6] USE=acl iconv%* ipv6 -static 
-xattr% -xinetd 761 kB
[ebuild U ] sys-devel/libperl-5.8.8-r2 [5.8.8-r1] USE=berkdb debug* gdbm 
-ithreads 9,887 kB
[ebuild U ] app-misc/ca-certificates-20080809 [20070303-r1] 148 kB
[ebuild  NS   ] dev-lang/python-2.6.2-r1 [2.4.4-r13, 2.5.4-r3] USE=berkdb gdbm 
ipv6 ncurses readline ssl threads