Re: [gentoo-user] About dig command and others

2006-09-25 Thread Stephen Liu
Hi Thomas,

 $ equery belongs `which dig`
 [ Searching for file(s) /usr/bin/dig in *... ]
 net-dns/bind-tools-9.3.2-r3 (/usr/bin/dig)

Noted with tks.

B.R.
SL



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] About dig command and others

2006-09-25 Thread Stephen Liu
Hi Ryan,

  $ sudo emerge -av bind-tools

I have dig installed.  Tks

B.R.
SL




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DRI lost after modular X and gcc-4.1.1

2006-09-25 Thread Sergio Polini
Jerry:
 Which kernel?

2.6.12-r10

(2.6.18 is masked ;-)

 Here, running 2.6.18, I compile the kernel drm, 
 agpgart and ati-agp. I then emerge x11-drm. In
 /etc/modules.autoload.d/kernel-2.6 I add; agpgart, ati-agp, drm
 then radeon. In that specific order. Also, run eselect opengl and
 be sure xorg-x11 is selected.

I can't comile agpgart as a module, nor get ati-agp compiled.
When I make menuconfig:

--- /dev/agpgart (AGP Support)  [I can't select it]
M   Intel 440LX/BX/GX, I8xx and E7x05 chipset support
M Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
M   ATI Radeon

after make, in /usr/src/linux/drivers/char/drm:
[root] ls -l ati*
-rw-r--r-- 1 root root 14061 25 feb  2006 ati-agp.c
[root] ls -l *.o
-rw-r--r-- 1 root root 49283 25 set 08:36 agpgart.o
-rw-r--r-- 1 root root 15728 25 set 08:36 amd64-agp.o
-rw-r--r-- 1 root root 12039 25 set 08:36 backend.o
-rw-r--r-- 1 root root 62203 25 set 08:36 built-in.o
-rw-r--r-- 1 root root 10944 25 set 08:36 frontend.o
-rw-r--r-- 1 root root 26452 25 set 08:36 generic.o
-rw-r--r-- 1 root root  7816 25 set 08:42 intel-agp.mod.o
-rw-r--r-- 1 root root 39056 25 set 08:36 intel-agp.o
-rw-r--r-- 1 root root  5704 25 set 08:36 isoch.o

How did you compile ati-agp?
Thanks
Sergio
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] baselayout-1.12.5 sucks

2006-09-25 Thread Noack, Sebastian
Hi,

at the weekend I upgraded to baselayout-1.12.5. And this is the worse
version of baselayout since I'm using Gentoo.

The first reason therefore is, that the kernel log is spamming to your
console all the time, because of the loglevel doesn't become set to 1
anymore.

The workaround is to hack /etc/init.d/checkroot to call `dmesg -n 1` on
startup, even though in /etc/conf.d/rc is a variable RC_DMESG_LOGLEVEL
which is set to 1 by default, but it doesn't affect anything.


The other reason is, that independent from which net.*-scripts are
attached to a runlevel, at least one net.*-script besides net.lo becomes
started according to RC_NET_STRICT_CHECKING=no [1] in /etc/conf.d/rc.
Such behaviour shouldn't be the default. If I want a distro where
anything happens automatically, I would use Ubunto or Suse. Furthermore
it isn't even possible to stop this behaviour by setting
RC_NET_STRICT_CHECKING to none or lo [1].

The workaround therefore is to set RC_PLUG_SERVICES=!net.* in
/etc/conf.d/rc.


But however, the best workaround would be the following I guess. :)

echo ~sys-apps/baselayout-1.12.5  /etc/portage/package.mask


If I just misunderstood the new configurations of baselayout-1.12.5,
feel free to answer, before other people apply my bad workarounds. ;)


[1]
# RC_NET_STRICT_CHECKING allows some flexibility with the 'net' service.
# The following values are allowed:
#  none  - The 'net' service is always considered up.
#  no- This basically means that at least one net.* service besides
net.lo
#  must be up.  This can be used by notebook users that have a
wifi and
#  a static nic, and only wants one up at any given time to have
the
#  'net' service seen as up.
#  lo- This is the same as the 'no' option, but net.lo is also
counted.
#  This should be useful to people that do not care about any
specific
#  interface being up at boot.
#  yes   - For this ALL network interfaces MUST be up for the 'net'
service to
#  be considered up.


Regards
Sebastian Noack

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hooks for Portage 2.1?

2006-09-25 Thread Neil Bothwick
On Mon, 25 Sep 2006 01:48:14 +0200, Bo Ørsted Andresen wrote:

 If you wanted something completely different then 
 please elaborate...

Or post the script so we can try to see where it goes wrong.


-- 
Neil Bothwick

Old hitchhikers never die-they just throw in the towel.


signature.asc
Description: PGP signature


Re: [gentoo-user] baselayout-1.12.5 sucks

2006-09-25 Thread Neil Bothwick
On Mon, 25 Sep 2006 09:35:38 +0200, Noack, Sebastian wrote:

 The other reason is, that independent from which net.*-scripts are
 attached to a runlevel, at least one net.*-script besides net.lo becomes
 started according to RC_NET_STRICT_CHECKING=no [1] in /etc/conf.d/rc.
 Such behaviour shouldn't be the default. If I want a distro where
 anything happens automatically, I would use Ubunto or Suse. Furthermore
 it isn't even possible to stop this behaviour by setting
 RC_NET_STRICT_CHECKING to none or lo [1].

This is nothing to do with the init scripts. There are two ways an
interface can be started, through the init scripts or through hotplug.
The RC_NET_STRICT_CHECKING deals with how others services, that require a
network connection, work.

 The workaround therefore is to set RC_PLUG_SERVICES=!net.* in
 /etc/conf.d/rc.

This isn't a workaround, it is the correct solution. If you don't want
your network interfaces, or anything else, started by hotplug, this
is the correct place to disable it.

A package offering more flexible configuration options doesn't make it
suck, IMO. you complain about Ubuntu and SUSE doing things automatically,
then complain about Gentoo increasing your choices.


-- 
Neil Bothwick




signature.asc
Description: PGP signature


[gentoo-user] Adjust date and time.

2006-09-25 Thread Stephen Liu
Hi folks,

Gentoo-amd64
gnome-light

Hi folks,

I tried to adjust date and time of the OS.  Right click on the date and time 
gnome panel widget I can't find adjust date  time item.  Please advise 
whether I need to install additional package.  TIA

B.R.
satimis


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] elog saves messages in wrong folder

2006-09-25 Thread Marc Blumentritt
Hi,

on one of my machines elog saves messages in /var/log/portage instead of
/var/log/portage/elog ? The funny thing is, that it worked first.

I'm using a self-made profile. Could this be a problem?


Cheers
Marc



emerge --info
Portage 2.1.1 (!../usr/portage/profiles/epios/2005.01.smp, gcc-4.1.1,
glibc-2.4-r3, 2.6.15-epios-r100 i686)
=
System uname: 2.6.15-epios-r100 i686 VIA Nehemiah
Gentoo Base System version 1.12.5
Last Sync: Sun, 24 Sep 2006 11:20:02 +
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.2.11-r1
dev-lang/python: 2.3.5, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=c3-2 -Os -fomit-frame-pointer -pipe -msse -mmmx -mfpmath=sse
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/
CONFIG_PROTECT_MASK=/etc/env.d /etc/gconf /etc/revdep-rebuild
/etc/terminfo
CXXFLAGS=-march=c3-2 -Os -fomit-frame-pointer -pipe -msse -mmmx
-mfpmath=sse
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig ccache distlocks metadata-transfer parallel-fetch
sandbox sfperms strict userpriv
GENTOO_MIRRORS=ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
http://distfiles.gentoo.org 
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
LINGUAS=de us
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude='/distfiles' --exclude='/local'
--exclude='/packages'
PORTAGE_TMPDIR=/var/tmp/portage
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage/my_ebuilds /usr/local/portage/epios
/usr/portage/local/layman/gentoo-de
SYNC=rsync://rsync.de.gentoo.org/gentoo-portage
USE=x86 16bit X a52 aac accessibility acpi alsa apm audiofile avi
bash-completion berkdb bitmap-fonts browserplugin bzip2 bzlib caps cddb
cdio cdparanoia cdr cjk cle266 cli crypt curl dbus dga directfb
divx4linux dlloader dri dts dv dvb dvd dvdr dvdread dxr3 elibc_glibc
emboss encode expat ext-doc ext-dvi ext-lyx ext-man ext-openoffice
ext-pdf ext-ppt ext-ps ext-rtf ext-tex ext-xls fbcon ffmpeg flac fortran
gd gdbm gif gnutls gphoto2 gstreamer hal ieee1394 imagemagick imlib
input_devices_keyboard input_devices_mouse isdnlog java javascript
joystick jpeg kernel_linux lcd lcms libcaca libg++ libwww linguas_de
linguas_us lirc lirc_devices_imon live lm_sensors logitech-mouse mad
matroska mikmod mmx mng motif mp3 mpeg mplayer musepack musicbrainz
mysql mysqli mythtv ncurses nls nocd nptl nptlonly nsplugin ogg
oggvorbis opengl pam pcre pdflib perl php png pppd python qt qt3 qt4
quicktime readline real reflection sdl session skey slang smp sndfile
snmp speex spell spl sse ssl streamzap subversion svg tcltk tcpd tetex
theora threads tidy tiff transcode truetype truetype-fonts type1-fonts
udev unichrome unichromepro unicode usb userland_GNU userlocales v4l
v4l2 vcd vdr verbose video_cards_via vidix vlm vorbis wifi win32codecs
wmf xanim xattr xcomposite xine xinerama xml xorg xv xvid xvmc zeroconf
zlib
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Adjust date and time.

2006-09-25 Thread Dirk Heinrichs
Am Montag, 25. September 2006 10:41 schrieb ext Stephen Liu:

 I tried to adjust date and time of the OS.  Right click on the date and
 time gnome panel widget I can't find adjust date  time item.  Please
 advise whether I need to install additional package.  TIA

man date

HTH...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpmiNeEf1Eif.pgp
Description: PGP signature


Re: [gentoo-user] elog saves messages in wrong folder

2006-09-25 Thread Neil Bothwick
On Mon, 25 Sep 2006 10:47:36 +0200, Marc Blumentritt wrote:

 on one of my machines elog saves messages in /var/log/portage instead of
 /var/log/portage/elog ? The funny thing is, that it worked first.

Does var/log/portage/elog exist? Is it writable by portage?

$ ls -ld /var/log/portage/elog/
drwxrws--- 2 portage portage 106616 2006-09-25 00:44 /var/log/portage/elog/


-- 
Neil Bothwick

Give me Liberty, fries, and two cokes to go! *CUT!*


signature.asc
Description: PGP signature


[gentoo-user] Re: elog saves messages in wrong folder

2006-09-25 Thread Marc Blumentritt
Neil Bothwick schrieb:
 On Mon, 25 Sep 2006 10:47:36 +0200, Marc Blumentritt wrote:
 
 on one of my machines elog saves messages in /var/log/portage instead of
 /var/log/portage/elog ? The funny thing is, that it worked first.
 
 Does var/log/portage/elog exist? Is it writable by portage?
 
 $ ls -ld /var/log/portage/elog/
 drwxrws--- 2 portage portage 106616 2006-09-25 00:44 /var/log/portage/elog/

Yes:

ls -ld /var/log/portage/elog/
drwxrws--- 2 portage portage 8192 2006-09-25 09:18 var/log/portage/elog/

Marc




-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: baselayout-1.12.5 sucks

2006-09-25 Thread Remy Blank
Noack, Sebastian wrote:
 The workaround is to hack /etc/init.d/checkroot to call `dmesg -n 1` on
 startup, even though in /etc/conf.d/rc is a variable RC_DMESG_LOGLEVEL
 which is set to 1 by default, but it doesn't affect anything.

There is a typo in /etc/conf.d/rc, the variable should be called
RC_DMESG_LEVEL (the comment in the file is correct).

Now for the rest of your comments, I wouldn't say that two small
problems, of which one is actually an error and the other is a feature
easily noticed during an etc-update make this the worst baselayout
version of all times. But that's only IMHO.

-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Adjust date and time.

2006-09-25 Thread Stephen Liu
Hi Dirk,

 man date

I got it done.  Tks

# date 092517312006

-s is not necessary.

B.R.
SL


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ALSA and Toshiba sound card

2006-09-25 Thread Matthew R. Lee
I'm going to buy a new laptop, one of the ones I'm looking at is the Toshiba 
Satellite A100-761, but I'm worried about the sound card:

Toshiba Bass Enhanced Sound System with SRS® TruSurround XT™ System and SRS® 
WOW 
I've looked on the ALSA page and it's not listed.  Does anyone know if this 
worjs with ALSA or not.  I can't live with a mute laptop 
Thanks
Matt
-- 
%%%
Dr. Matthew R. Lee.
CASEB  ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago,
CP 6513677
CHILE.

[EMAIL PROTECTED]
[EMAIL PROTECTED]

URL: meiochile.matthewlee.org
%%%

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] mozilla-thunderbird-bin-1.5.0.7 missing

2006-09-25 Thread Sigi Schwartz
Hi,

ever since Thunderbird-1.5.0.7 came out I've been waiting for the binary
package (thunderbird-bin) to find its way to portage.

See, after building Thunderbird-1.5.0.5 from source I had problems
getting the Enigmail plugin to work properly. Someone obviously came up
with the idea to put the Enigmail PLUGIN into portage and create a
dependency between both packages. To me it means I have to rely on
what's in portage again. Alright, no big deal.

If I remember correctly the Enigmail plugin was not shown in the plugin
list in Thunderbird. OK, no big deal again. Configuring would be done
via menu.

Not getting the plugin to work properly... is a big deal! I can't read
certain encrypted messages anymore, which is unacceptable. I think some
more testing is needed before such solutions go stable. Anyway,
unmerging both packages, emerging thunderbird-bin instead, and
installing the plugin manually works just fine. I would like to keep it
that way, but the lack of new thunderbird-bin versions is just not
satisfying.

So, my questions would be:
- When do new thunderbird-bin versions arrive? OR
- How can I help creating an appropriate ebuild for that package? Is
there some howto? Maybe the necessary changes are just marginal. OR
- What was my mistake with the Thunderbird from source story?

Any help would be appreciated.

Cheers,
Sigi
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Package specific USE flags

2006-09-25 Thread sdoma
Hi,

probably I got something wrong. I have put

dev-lang/tcldoc
dev-lang/tk doc
dev-lang/tclx   doc

into /etc/portage/package.keywords and then re-emerged tcl, tk and tclx

``equery uses tcl'', ``equery uses tclx'' and ``equery uses tk'' doesn't
show that these packages uses the doc USE flag.

What am I doing wrong?

Thanks in advance
Frank


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Package specific USE flags

2006-09-25 Thread Etaoin Shrdlu
On Sunday 24 September 2006 13:50, sdoma wrote:

 Hi,

 probably I got something wrong. I have put

 dev-lang/tcldoc
 dev-lang/tk doc
 dev-lang/tclx   doc

 into /etc/portage/package.keywords

Put them into package.use

HTH
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DRI lost after modular X and gcc-4.1.1

2006-09-25 Thread Jerry McBride
On Monday 25 September 2006 02:59, Sergio Polini wrote:
 Jerry:
  Which kernel?

 2.6.12-r10

 (2.6.18 is masked ;-)

  Here, running 2.6.18, I compile the kernel drm,
  agpgart and ati-agp. I then emerge x11-drm. In
  /etc/modules.autoload.d/kernel-2.6 I add; agpgart, ati-agp, drm
  then radeon. In that specific order. Also, run eselect opengl and
  be sure xorg-x11 is selected.

 I can't comile agpgart as a module, nor get ati-agp compiled.
 When I make menuconfig:

 --- /dev/agpgart (AGP Support)  [I can't select it]
 M   Intel 440LX/BX/GX, I8xx and E7x05 chipset support
 M Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
 M   ATI Radeon

 after make, in /usr/src/linux/drivers/char/drm:
 [root] ls -l ati*
 -rw-r--r-- 1 root root 14061 25 feb  2006 ati-agp.c
 [root] ls -l *.o
 -rw-r--r-- 1 root root 49283 25 set 08:36 agpgart.o
 -rw-r--r-- 1 root root 15728 25 set 08:36 amd64-agp.o
 -rw-r--r-- 1 root root 12039 25 set 08:36 backend.o
 -rw-r--r-- 1 root root 62203 25 set 08:36 built-in.o
 -rw-r--r-- 1 root root 10944 25 set 08:36 frontend.o
 -rw-r--r-- 1 root root 26452 25 set 08:36 generic.o
 -rw-r--r-- 1 root root  7816 25 set 08:42 intel-agp.mod.o
 -rw-r--r-- 1 root root 39056 25 set 08:36 intel-agp.o
 -rw-r--r-- 1 root root  5704 25 set 08:36 isoch.o

 How did you compile ati-agp?


I selected it and then compiled them with make modules.

Jerry
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] RTC, is it needed?

2006-09-25 Thread Mick
Hi All,

Not sure if I need RTC built in my kernel.  This is the error I get when I 
boot up:
===
# dmesg | grep -i RTC
Using IPI Shortcut mode
drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
===

This is what I have in the kernel:
===
# cat /usr/src/linux/.config | grep RTC
CONFIG_HPET_EMULATE_RTC=y
CONFIG_RTC=y
CONFIG_SND_RTCTIMER=m
CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE=rtc0
# RTC interfaces
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# RTC drivers
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_TEST is not set
===

How should I change it?  What's the point (from a laptop user's point of 
view)?
-- 
Regards,
Mick


pgps27UXYzN78.pgp
Description: PGP signature


Re: [gentoo-user] Re: baselayout-1.12.5 sucks

2006-09-25 Thread David Relson
On Mon, 25 Sep 2006 09:58:46 +0200
Remy Blank wrote:

 Noack, Sebastian wrote:
  The workaround is to hack /etc/init.d/checkroot to call `dmesg -n
  1` on startup, even though in /etc/conf.d/rc is a variable
  RC_DMESG_LOGLEVEL which is set to 1 by default, but it doesn't
  affect anything.
 
 There is a typo in /etc/conf.d/rc, the variable should be called
 RC_DMESG_LEVEL (the comment in the file is correct).

Shouldn't a typo with conspicuous side effects be fixed by a
new release???

David

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] how to get vi!?

2006-09-25 Thread Patric Douhane



Hi Im using 2006.1 and it seems that vi isn't 
included.how do I install it? Tried emerge vi but it's not 
found




Re: [gentoo-user] Package specific USE flags

2006-09-25 Thread Neil Bothwick
On Sun, 24 Sep 2006 13:50:41 +0200, sdoma wrote:

 dev-lang/tcldoc
 dev-lang/tk doc
 dev-lang/tclx   doc

That should be dev-tcltk/tclx.
 
 into /etc/portage/package.keywords and then re-emerged tcl, tk and tclx

USE flag settings go in /etc/portage/package.use

 ``equery uses tcl'', ``equery uses tclx'' and ``equery uses tk'' doesn't
 show that these packages uses the doc USE flag.

None of these packages respect the doc USE flag. You cannot change the
behaviour of an ebuild with USE flags, only flip switches defined in the
ebuild.


-- 
Neil Bothwick

Bother, said Pooh, as someone flamed him for no reason.


signature.asc
Description: PGP signature


Re: [gentoo-user] About dig command and others

2006-09-25 Thread Bo Ørsted Andresen
On Monday 25 September 2006 06:40, Stephen Liu wrote:
 # emerge --search dig
[SNIP]
 Is there another method to check/verify my suspicion.  TIA

http://www.rommel.stw.uni-erlangen.de/~fejf/cgi-bin/pfs-web.pl?filter=%2Fusr%2Fbin%2Fdigaction=search_filelimit=500

-- 
Bo Andresen


pgpueR2GYYjJh.pgp
Description: PGP signature


RE: [gentoo-user] how to get vi!?

2006-09-25 Thread Öhler , Alessandro



try vim, and you will get it.

* app-editors/vim 
Latest version available: 7.0.17 Latest 
version installed: 6.4 Size of downloaded 
files: 17,991 kB Homepage: 
http://www.vim.org/ 
Description: Vim, an improved vi-style text 
editor License: 
vim
Ciao
 AOE


From: Patric Douhane [mailto:[EMAIL PROTECTED] 
Sent: Montag, 25. September 2006 13:17To: 
gentoo-user@lists.gentoo.orgSubject: [gentoo-user] how to get 
vi!?

Hi Im using 2006.1 and it seems that vi isn't 
included.how do I install it? Tried emerge vi but it's not 
found

This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.


[gentoo-user] gnome-panel-2.14.2 ACCESS VIOLATION

2006-09-25 Thread Helmut Jarausch
Hi,

I've found a strange thing.

During an emerge --update --deep --newuse world
I've got

Leaving directory `/var/tmp/portage/gnome-panel-2.14.2/work/gnome-panel-2.14.2'
 Source compiled.
--- ACCESS VIOLATION SUMMARY ---
LOG FILE = /var/log/sandbox/sandbox-gnome-base_-_gnome-panel-2.14.2-13019.log

This file contains

unlink:/usr/share/xml2po/docbook.pyc

An ad hoc work around was to chmod /usr/share/xml2po to be 
world writeable
which isn't the right solution.
Since this emerge was running as root the installation process seems
to drop priviledges temporarily.

Am I missing something or is it a bug?

Many thanks for a hint,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gdm.conf edit

2006-09-25 Thread S. M. Ibrahim (Lavlu)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

i need to edit the gdm.conf to start gdm on tty9 
which one i will edit

shanazsoft / # whereis gdm.conf
gdm: /usr/bin/gdm /usr/sbin/gdm /usr/X11R6/bin/gdm /usr/share/gdm 
/usr/share/man/man1/gdm.1.gz
shanazsoft / #

- -- 
S. M. Ibrahim (Lavlu)
Home page: http://lavluda.tripod.com
Blog: http://lavluda.tk
Yahoo!! ID: lavluda MSN ID: lavluda Skype : lavluda
gpg key: A9910F9E
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFF8KVzpD0S6mRD54RApQZAJ4lvmeNPNhoo6Y8gAs4sxM1lShiYwCgw8x9
i7bT66cclN4iBhSho44T+og=
=XOYe
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gnome-panel-2.14.2 ACCESS VIOLATION

2006-09-25 Thread Bo Ørsted Andresen
On Monday 25 September 2006 13:22, Helmut Jarausch wrote:
 I've found a strange thing.

 During an emerge --update --deep --newuse world
 I've got

 Leaving directory
 `/var/tmp/portage/gnome-panel-2.14.2/work/gnome-panel-2.14.2'

  Source compiled.

 --- ACCESS VIOLATION SUMMARY
 --- LOG FILE =
 /var/log/sandbox/sandbox-gnome-base_-_gnome-panel-2.14.2-13019.log

 This file contains

 unlink:/usr/share/xml2po/docbook.pyc

 An ad hoc work around was to chmod /usr/share/xml2po to be
 world writeable
 which isn't the right solution.

You can say that again!

 Since this emerge was running as root the installation process seems
 to drop priviledges temporarily.

Not quite. [1] explains it better that I could... If you really wanted to 
ignore a sandbox violation you should run:

# FEATURES=-sandbox emerge --oneshot gnome-panel

I wouldn't do that though...

 Am I missing something or is it a bug?

You are definitely missing something. Apparantly this is some kind of 
regression of bug #104088 [2]. I guess the fix is in comment #8.

[1] http://bugday.gentoo.org/sandbox.html
[2] http://bugs.gentoo.org/show_bug.cgi?id=104088

-- 
Bo Andresen


pgpPz61npyfVx.pgp
Description: PGP signature


[gentoo-user] klaptopdaemon

2006-09-25 Thread Stefán István
Hello!
I would like to use the program metioned in the subject. I installed the 
package, but I don't know how to start the program itself.
The acpid is running, the battery kernel module is loaded, and 
in /proc/acpi/battery there is the battery.
# cat /proc/acpi/battery/BAT0/state
present: yes
capacity state:  ok
charging state:  charged
present rate:unknown
remaining capacity:  4258 mAh
present voltage: 14800 mV

But how can I start the monitor program in Kde?

Thanks,
Istvan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mozilla-thunderbird-bin-1.5.0.7 missing

2006-09-25 Thread Bo Ørsted Andresen
On Monday 25 September 2006 12:13, Sigi Schwartz wrote:
 ever since Thunderbird-1.5.0.7 came out I've been waiting for the binary
 package (thunderbird-bin) to find its way to portage.
[SNIP]
 So, my questions would be:
 - When do new thunderbird-bin versions arrive? OR

You really should search bugzilla before asking such questions...

https://bugs.gentoo.org/show_bug.cgi?id=147653

-- 
Bo Andresen


pgp4R6CFVzCYG.pgp
Description: PGP signature


Re: [gentoo-user] klaptopdaemon

2006-09-25 Thread Bo Ørsted Andresen
On Monday 25 September 2006 14:42, Stefán István wrote:
 I would like to use the program metioned in the subject. I installed the
 package, but I don't know how to start the program itself.
 The acpid is running, the battery kernel module is loaded, and
 in /proc/acpi/battery there is the battery.
[SNIP]
 But how can I start the monitor program in Kde?

$ kcontrol

Power Control - Laptop Battery - Show battery monitor ?

-- 
Bo Andresen


pgpjGGyVUcJhb.pgp
Description: PGP signature


Re: [gentoo-user] klaptopdaemon

2006-09-25 Thread Stefán István
hétfő 25 szeptember 2006 14.49 dátummal Bo Ørsted Andresen ezt írta:
 On Monday 25 September 2006 14:42, Stefán István wrote:
  I would like to use the program metioned in the subject. I installed the
  package, but I don't know how to start the program itself.
  The acpid is running, the battery kernel module is loaded, and
  in /proc/acpi/battery there is the battery.
 [SNIP]
  But how can I start the monitor program in Kde?
 
 $ kcontrol
 
 Power Control - Laptop Battery - Show battery monitor ?
 
Oh, I didn't see this in kcontrol. Thanks a lot :)

István

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] custom ebuilds

2006-09-25 Thread ellotheth rimmwen

On 9/16/06, David Relson [EMAIL PROTECTED] wrote:


What's the best way to get this patch included in the official ebuild?


File a bug (after making sure none currently exist): https://bugs.gentoo.org.

--
ellotheth rimmwen
* monjoy *
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] recompiing kernel quesiton

2006-09-25 Thread Stephen Liu
Hi Pawel Kraszewski,

Tks for your advice.


 First of all - you may try the installation CD of Gentoo - boot it and 
 give 'halt -p' at command prompt. If it switches off, that means error in 
 your config. If it doesn't, this might be the hardware fault.

I made following 2 tests
1)
Booted Gentoo install-amd64-minimal-2006-1
Ran
# shutdown -h now (also tried poweroff)

System halted but not poweroff

2)
Booted Knoppix 5
Ran
# shutdown -h now

System halted and poweroff immediately.

I think it is the problem of Gentoo not hardware.


 Put some light and describe your hardware. Especially - which motherboard 
 model, drop your 'lspci' output.

CPU - Athlon 64 3000+ socket 939
Motherboard - Asus A8N-VM, onboard graphic card, sound card and LAN
Graphic card - Gigabyte - GV-NX66256DP2 DDR2 RAN 256bit, nVidia G-Force 6600
RAM -1G

# lspci
00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
00:02.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:04.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a2)
00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a2)
00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a2)
00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a2)
00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev a1)
00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev a1)
00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a1)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address 
Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM 
Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Miscellaneous Control
03:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6600] (rev 
a2)
* end *


Contents of '/var/log/dmesg' might also be 
 helpful. The latter might be too big for this mailing list, so don't hesitate 
 to drop it gzipped directly to my address. 

Yes, I'll email dmesg.tar.gz to your private address Pawel Kraszewski [EMAIL 
PROTECTED] later.  Tks.


 By the way - did you inspect your BIOS settings for ACPI/power management 
 misconfiguration? 

Yes
on power management:-
Suspend mode [Auto]
ACPI 2.0 support [Enabled]
ACPI APIC Support [Enabled]

APM Configuration:
Power button mode [On/Off]
Power on by PMEx [Disabled]
Power on by Ring [Disabled]
Power on by Lan (MAC) [Disabled]
Power on by RTC Alarm [Disabled]
Power on by PS/2 Keyboard [Disabled]
Power on by PS/2 mouse [Disabled]

Restore on AC Power Loss [Last State]


 If you want, I may drop you my kernel configuration (AMD64, Nforce3 based 
 mainboard) - due to my work it covers all usable filesystems and most IPv4 
 toys. It does switch off without problem - you may use it as a starting point 
 for experiments.

Yes please for my reference.  Tks.


B.R.
SL





-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mozilla-thunderbird-bin-1.5.0.7 missing

2006-09-25 Thread Sigi Schwartz
Bo Ørsted Andresen wrote:
 You really should search bugzilla before asking such questions...
 https://bugs.gentoo.org/show_bug.cgi?id=147653
Your're right, I'm sorry.

Now I know, they're looking for new ebuilds in bugzilla, too. Great
news, but I don't like to keep on waiting for a new binary-ebuild. It's
just taking too long, especially since there are security fixes in the
new version.

So, I would like to update an old one or somethink like that, but I
don't even know how to make portage aware of a new (selfwritten) ebuild.
Surely there are some pitfalls updating an ebuild that I'm not aware. I
was looking for help in that direction, too.

Thx4help in advance.

Cheers,
Sigi

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] unmasking a cvs-version - a mystery ?

2006-09-25 Thread Helmut Jarausch
Hi

how can I unmask a cvs version of a package

I'd like to build
x11-wm/enlightenment-0.16.

I believe I've read all documentation.
I've tried to add

x11-wm/enlightenment   or
x11-wm/enlightenment-0.16.*or
x11-wm/enlightenment-* or
x11-wm/enlightenment-0.16. or
=x11-wm/enlightenment-0.16.or
=x11-wm/enlightenment-0.16.   or

to /etc/portage/package.unmask

as well as

x11-wm/enlightenment   _* ~* or
x11-wm/enlightenment-0.16.*_* ~* or
x11-wm/enlightenment-* _* ~* or
x11-wm/enlightenment-0.16. _* ~* or
=x11-wm/enlightenment-0.16._* ~* or
=x11-wm/enlightenment-0.16.   _* ~* or

to /etc/portage/package.keywords

but in any case 
emerge =x11-wm/enlightenment-0.16.

gives
x11-wm/enlightenment-0.16. (masked by: missing keyword)


This drives me nuts, please help!

Many thanks,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mozilla-thunderbird-bin-1.5.0.7 missing

2006-09-25 Thread Bo Ørsted Andresen
On Monday 25 September 2006 15:57, Sigi Schwartz wrote:
 Now I know, they're looking for new ebuilds in bugzilla, too. Great
 news, but I don't like to keep on waiting for a new binary-ebuild. It's
 just taking too long, especially since there are security fixes in the
 new version.

Did you try to emerge mozilla-thunderbird-1.0.7 with the crypt use flag 
enabled?

-- 
Bo Andresen


pgpROsyHMlKp3.pgp
Description: PGP signature


Re: [gentoo-user] unmasking a cvs-version - a mystery ?

2006-09-25 Thread Bo Ørsted Andresen
On Monday 25 September 2006 16:26, Helmut Jarausch wrote:
 how can I unmask a cvs version of a package

 I'd like to build
 x11-wm/enlightenment-0.16.

 I believe I've read all documentation.
 I've tried to add

 x11-wm/enlightenment   or
fine
 x11-wm/enlightenment-0.16.*or
false
 x11-wm/enlightenment-* or
false
 x11-wm/enlightenment-0.16. or
false
 =x11-wm/enlightenment-0.16.or
fine
 =x11-wm/enlightenment-0.16.   or
fine
 to /etc/portage/package.unmask

 as well as

[SNIP]
 =x11-wm/enlightenment-0.16.   _* ~* or

_* should have been -* (a dash rather than an underscore).

 to /etc/portage/package.keywords
[SNIP]

-- 
Bo Andresen


pgpDr7OLCXtUn.pgp
Description: PGP signature


[gentoo-user] files emerge will download

2006-09-25 Thread Matias Grana
hi,
Is it possible to get a list of the files an emerge command would
download?
I have a dial-up connection at home, so I can't download large files.
However, I can download them at work, put them on my usb-stick, bring
them home and put them on my /usr/portage/distfiles/, so I can emerge
the packages I want. But (there's always a but) sometimes an emerge
command downloads more than one file for each ebuild. So I would like to
have a way to know exactly which files the emerge would need, would I do
something like
% emerge x

Hope I made myself clear. Thanks in advance,
Matías
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mozilla-thunderbird-bin-1.5.0.7 missing

2006-09-25 Thread Sigi Schwartz
Bo Ørsted Andresen wrote:
 Did you try to emerge mozilla-thunderbird-1.0.7 with the crypt use flag 
 enabled?
You mean version 1.5.0.7 -- no, I didn't. I tried all kinds of stuff
with version 1.5.0.5 and it didn't work:
- with crypt
- without crypt and manually adding the Enigmail plugin
- always the same result: the plugin can't use gnupg properly and
reports an error (don't know what it said anymore). You understand that
I'm not that willing to try it all again. Takes just too long to compile.

But going through all new mails on this mailinglist I just now saw one
with subject custom ebuilds including a link to
http://gentoo-wiki.com/HOWTO_Create_an_Updated_Ebuild. Shame on me.

Cheers,
Sigi
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] files emerge will download

2006-09-25 Thread Etaoin Shrdlu
On Monday 25 September 2006 17:28, Matias Grana wrote:

 hi,
 Is it possible to get a list of the files an emerge command would
 download?
 I have a dial-up connection at home, so I can't download large files.
 However, I can download them at work, put them on my usb-stick, bring
 them home and put them on my /usr/portage/distfiles/, so I can emerge
 the packages I want. But (there's always a but) sometimes an emerge
 command downloads more than one file for each ebuild. So I would like
 to have a way to know exactly which files the emerge would need, would
 I do something like
 % emerge x

I think you want emerge -f (or -F).
man emerge for the details.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] files emerge will download

2006-09-25 Thread Neil Bothwick
On Mon, 25 Sep 2006 12:28:52 -0300, Matias Grana wrote:

 Is it possible to get a list of the files an emerge command would
 download?

emerge -pf packagelist...


-- 
Neil Bothwick

CAUTION: Do not install prior to installation.


signature.asc
Description: PGP signature


Re: [gentoo-user] nfs and samba doesn't mount at boot

2006-09-25 Thread Pawel K
 Can you post the output of rc-update show.
 Snowballs chance but I
 have an idea.

Thanx Drew. Below is my rc-update show:

bootmisc | boot   
  
 checkfs | boot   
  
   checkroot | boot   
  
   clock | boot   
  
 consolefont | boot   
  
 gpm |  default   offline 
  
hostname | boot   
  
 keymaps | boot   
  
   local |  default nonetwork offline 
  
  localmount | boot   
  
 metalog |  default   offline 
  
 modules | boot   
  
net.eth0 |  default   
  
  net.lo | boot   
  
netmount |  default   
  
nfsmount |  default   
  
 portmap |  default   
  
   rmnologin | boot   
  
  serial | boot   
  
sshd |  default   
  
 urandom | boot   
  
  vixie-cron |  default   offline 
  
  vmware |  default   offline 
  
 xdm |  default   offline 
  

-pk

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how to get vi!?

2006-09-25 Thread Timo Boettcher
Hi!

* Dirk Heinrichs [EMAIL PROTECTED] wrote:
 Am Montag, 25. September 2006 13:16 schrieb ext Patric Douhane:
  Tried emerge vi but it's not found
 You lost an m, it's vim.

Even though I am sure the OP meant vim, vim is NOT vi. 
vim is vi improved.
If you want to know the differences, try to get in one of
Sven Guckes famous texttools presentations.
We have seen him at lugmoe (www.lugmoe.de) and will try to
get him again *g*.

Timo
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] files emerge will download

2006-09-25 Thread Matias Grana
On Mon, Sep 25, 2006 at 04:48:03PM +0100, Neil Bothwick wrote:
 On Mon, 25 Sep 2006 12:28:52 -0300, Matias Grana wrote:
 
  Is it possible to get a list of the files an emerge command would
  download?
 
 emerge -pf packagelist...
 
 
 -- 
 Neil Bothwick
 
 CAUTION: Do not install prior to installation.

Thanks!
don't know why I didn't think of that combination -pf (maybe just
dumbness :) ).
Matias
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Failed raid

2006-09-25 Thread Jesper Fruergaard Andersen
On Sunday 24 September 2006 03:56, Richard Fish wrote:
 Take a look at one of the good superblocks with mdadm --examine.  That
 should give you an idea of what options to give to create.  You'll
 want to make sure you use the same layout, chunksize, etc...

Luckely I wrote down the exact command I used to create the array so that 
part should be easy.

 You should then be able to recreate the array with mdadm --create
 --assume-clean, and get access to your filesystem and data.

I didn't pay attention to that option before. But now I tried it. The data 
on that array is not that important, most have been backed up elsewhere.
It seemed to work. After recreating the array I ran fsck. The filesystem 
is ext3. It recovered the journal and cleared 5 orphaned inode and the 
filesystem seemed fine. I could mount it and access the data. The array 
synchronized again.
For safety though I might copy the data elsewhere and recreate the 
filesystem from scratch.

-- 
Jesper
 01:17:47 up 17:42, 18 users,  load average: 0.14, 0.19, 0.25
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] mozilla-thunderbird and local mail [maildir]

2006-09-25 Thread Stuart Howard

Hi folks

Does anyone know if Thunderbird can be configured to read /home/user/.maildir ?

I have a qmail setup that delivers directly to /home/user/.maildir and
is reliable etc. so I do not wish to change this.
Now mutt will read this fine which is what I use when away from home
but for home use I prefer a X app. I have used Evoultion and kmail
both of which are fine but have a few niggles which mean I am looking
for an alternative.
Thunderbird would be the next client but I can only get it to setup
for POP or IMAP neither of which I want to use. I just want it to read
a maildir.

Regards
   Stuart


--
There are 10 types of people in this world: those who understand
binary, those who don't

--Unknown
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mozilla-thunderbird and local mail [maildir]

2006-09-25 Thread Thomas T. Veldhouse

Stuart Howard wrote:

Hi folks

Does anyone know if Thunderbird can be configured to read 
/home/user/.maildir ?
Not to my knowledge, but you could setup an IMAP client on your box 
(wu-imapd, courier-imap, etc) that can [obviously] read this directory 
and then have Thunderbird make an IMAP connection to this service.  A 
decent IMAP server has an additional advantage of handling multiple 
access to the same files (eg. having two Thunderbird instances running 
at the same time).


Tom Veldhouse

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: [gentoo-dev] baselayout-1.12.5 sucks

2006-09-25 Thread David Grant
Try:RC_HOTPLUG=noRC_COLPLUG=noRC_NET_STRICT_CHECKING=nodoing that I think will give you what you want.DaveOn 9/25/06, 
Noack, Sebastian [EMAIL PROTECTED] wrote:
Hi,at the weekend I upgraded to baselayout-1.12.5. And this is the worseversion of baselayout since I'm using Gentoo.The first reason therefore is, that the kernel log is spamming to yourconsole all the time, because of the loglevel doesn't become set to 1
anymore.The workaround is to hack /etc/init.d/checkroot to call `dmesg -n 1` onstartup, even though in /etc/conf.d/rc is a variable RC_DMESG_LOGLEVELwhich is set to 1 by default, but it doesn't affect anything.
The other reason is, that independent from which net.*-scripts areattached to a runlevel, at least one net.*-script besides net.lo becomesstarted according to RC_NET_STRICT_CHECKING=no [1] in /etc/conf.d/rc.
Such behaviour shouldn't be the default. If I want a distro whereanything happens automatically, I would use Ubunto or Suse. Furthermoreit isn't even possible to stop this behaviour by settingRC_NET_STRICT_CHECKING to none or lo [1].
The workaround therefore is to set RC_PLUG_SERVICES=!net.* in/etc/conf.d/rc.But however, the best workaround would be the following I guess. :)echo ~sys-apps/baselayout-1.12.5
  /etc/portage/package.maskIf I just misunderstood the new configurations of baselayout-1.12.5,feel free to answer, before other people apply my bad workarounds. ;)[1]# RC_NET_STRICT_CHECKING allows some flexibility with the 'net' service.
# The following values are allowed:#none- The 'net' service is always considered up.#no- This basically means that at least one net.* service besidesnet.lo#must be up.This can be used by notebook users that have a
wifi and#a static nic, and only wants one up at any given time to havethe#'net' service seen as up.#lo- This is the same as the 'no' option, but net.lo is alsocounted.
#This should be useful to people that do not care about anyspecific#interface being up at boot.#yes - For this ALL network interfaces MUST be up for the 'net'service to#be considered up.
RegardsSebastian Noack--gentoo-dev@gentoo.org mailing list-- David Grant
http://www.davidgrant.ca


Re: [gentoo-user] Accidentally reformatted my EVMS root partition. Any hope of recovering data?

2006-09-25 Thread Robert Persson
On Mon, 2006-25-09 at 10:44 +0930, Iain Buchanan wrote:
 so long as it created the partition without mkfs-ing it!

To paraphrase the immortal Captain Haddock, [EMAIL PROTECTED]@!!!

;-) Robert

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how to get vi!?

2006-09-25 Thread Mick
On Monday 25 September 2006 16:53, Timo Boettcher wrote:

 * Dirk Heinrichs [EMAIL PROTECTED] wrote:
  Am Montag, 25. September 2006 13:16 schrieb ext Patric Douhane:
   Tried emerge vi but it's not found
 
  You lost an m, it's vim.

 Even though I am sure the OP meant vim, vim is NOT vi.
 vim is vi improved.

Indeed.  How does one get Vi?  I thought that it comes with any vanilla Linux 
installation.
-- 
Regards,
Mick


pgpdxXmYnoXjJ.pgp
Description: PGP signature


Re: [gentoo-user] DRI lost after modular X and gcc-4.1.1

2006-09-25 Thread Benno Schulenberg
Sergio Polini wrote:
 I've switched to modular X and gcc-4.1.1,

Better take such big upgrade steps one at a time.  :)

 Kernel 2.6.12-r10
 x11-base/x11--drm 20060608

Do these two go together?  Better upgrade to a newer kernel, at 
least version 2.6.16.

 Any hints?

When you have the new kernel up, look at 'dmesg | egrep agp|drm' 
to see whether the modules loaded correctly.  You may need to set 
AGP_AMD64 as a module, as it should probably load after the drm.

Benno
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how to get vi!?

2006-09-25 Thread Bo Ørsted Andresen
On Monday 25 September 2006 21:50, Mick wrote:
 Indeed.  How does one get Vi?  I thought that it comes with any vanilla
 Linux installation.

A bunch of packages including app-editors/vim provide vi (as well as vim in 
that case)... And the kernel doesn't provide any editors. Don't really get 
why anyone would want vi over vim. Vi really lacks some important features...

-- 
Bo Andresen


pgp6ZZPSJNSB7.pgp
Description: PGP signature


Re: [gentoo-user] DRI lost after modular X and gcc-4.1.1

2006-09-25 Thread Sergio Polini
Sorry, I can't understand...

Richard Fish:
 If you want DRI, you have two choices:

 1. the open source radeon driver, with the in-kernel DRM driver. 
 For this you need to turn on CONFIG_DRM and CONFIG_DRM_RADEON in
 your kernel configuration.  This doesn't work for all chips yet
 AFAIK.

 2. the proprietary ATI drivers.  For this you don't change the
 kernel configuration, but add fglrx to VIDEO_CARDS, and change
 your xorg.conf driver from radeon to fglrx.

But:
i) as to http://gentoo-wiki.com/HOWTO_DRI_with_ATi_Open-Source_Drivers 
there is a third choise: CONFIG_DRM=n and emerge x11-drm;
ii) in http://www.ati.com/products/catalyst/linux.html:
Q7: What X-Windows versions are supported in this driver?
A7: Driver packages are available for XFree86 versions 4.1, 4.2, and 
4.3, as well as X.Org 6.8.
So they shouldn't work with Xorg 7.* (actually I had DRI working with 
Xorg 6.8)

Jerry McBride:
 I compile the kernel drm, agpgart and 
 ati-agp. I then emerge x11-drm.

But the kernel drm and x11-drm look as they are not to work together.

  me:
  How did you compile ati-agp?

 I selected it and then compiled them with make modules.

But I just can select ATI radeon if I select kernel drm:

M Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
M   ATI Radeon

I do net get ati-agp compiled, and ... make modules should not be 
needed for kernels 2.6.* ;-)

I'm a bit confused.

Sergio
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Video cataloging software

2006-09-25 Thread Dotan Cohen

On 24/09/06, Grant [EMAIL PROTECTED] wrote:

Does anyone know of software that will catalog videos like banshee or
rhythmbox catalogs music?  Preferrably something that can launch
mplayer for playback.  Does this exist?

- Grant


For short home clips, like those taken with a digital camera, or for
store-bought movies on DVD?

Dotan Cohen
http://what-is-what.com
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how to get vi!?

2006-09-25 Thread Philip Webb
060925 Mick wrote:
 On Monday 25 September 2006 16:53, Timo Boettcher wrote:
 Even though I am sure the OP meant vim, vim is NOT vi.
 How does one get Vi?
 I thought that it comes with any vanilla Linux installation.

More likely a BSD or IRIX.  If you really want olde worlde Vi,
Vim has a setting to make it so, but why would anyone want that ?

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Corrupt xD card with photos

2006-09-25 Thread Matthias Bethke
Hi Mick,
on Monday, 2006-09-11 at 22:50:01, you wrote:
 Thanks Matthias,
 
 How do I install it manually?  install tells me:
 
 # install
 install: missing file operand

Ow, sorry, I missed your reply before!
Well, simple, you don't :) This is a very primitive program and the
Makefile is just there so you don't have to set any CFLAGS (such as
-D_LARGEFILE64_SOURCE) by hand. You run make, it compiles the single
source file and leaves an executable there which you can move whereever
you want it. Or run it directly, as hopefully you won't need it too
often.

cheers!
Matthias
-- 
I prefer encrypted and signed messages. KeyID: FAC37665
Fingerprint: 8C16 3F0A A6FC DF0D 19B0  8DEF 48D9 1700 FAC3 7665


pgpMbbcBM1aax.pgp
Description: PGP signature


[gentoo-user] Odd OOo behaviour when loading docs

2006-09-25 Thread Mick
I am trying to open some documents on a USB CF.  When I click on the document 
name in Konqueror OOo launches with its splash screen and progress bar, and 
then nothing else happens.  Once the progress bar completes, there's nothing 
more happening.

To troubleshoot this problem I started the application from a terminal.  Then 
I noticed that the document name had spaces in it, which I enclosed in single 
quotes.  OOo writer launched without any problem and loaded the document. 

Why is it that through Konqueror OOo trips over itself, but loading it through 
the CLI works fine?  How does Konqueror call OOo and how does it treat file 
names with spaces in them?
-- 
Regards,
Mick


pgpJ7R1MOwuNv.pgp
Description: PGP signature


Re: [gentoo-user] how to get vi!?

2006-09-25 Thread Mick
On Monday 25 September 2006 21:52, Philip Webb wrote:
 060925 Mick wrote:
  On Monday 25 September 2006 16:53, Timo Boettcher wrote:
  Even though I am sure the OP meant vim, vim is NOT vi.
 
  How does one get Vi?
  I thought that it comes with any vanilla Linux installation.

 More likely a BSD or IRIX.  If you really want olde worlde Vi,
 Vim has a setting to make it so, but why would anyone want that ?

All I can think is that Vim is larger than Vi and on tiny little systems it 
could make a difference.  I am not sure why the OP is looking for Vi.
-- 
Regards,
Mick


pgphBEGorId5X.pgp
Description: PGP signature


Re: [gentoo-user] Corrupt xD card with photos

2006-09-25 Thread Mick
On Monday 25 September 2006 22:09, Matthias Bethke wrote:

 on Monday, 2006-09-11 at 22:50:01, you wrote:

  How do I install it manually?  install tells me:
 
  # install
  install: missing file operand

 Ow, sorry, I missed your reply before!
 Well, simple, you don't :) This is a very primitive program and the
 Makefile is just there so you don't have to set any CFLAGS (such as
 -D_LARGEFILE64_SOURCE) by hand. You run make, it compiles the single
 source file and leaves an executable there which you can move whereever
 you want it. Or run it directly, as hopefully you won't need it too
 often.

Thanks again Matthias,

I must be doing something wrong:

$ ./recoverpics
./recoverpics: line 1: /bin: is a directory
./recoverpics: line 2: /bin: is a directory
./recoverpics: line 3: syntax error near unexpected token `('
./recoverpics: line 3: ` * Copyright (C) 2004 Matthias Bethke 
[EMAIL PROTECTED]'


Is that the expected output?
-- 
Regards,
Mick


pgp9ZJk7YNIqq.pgp
Description: PGP signature


Re: [gentoo-user] {OT} Video cataloging software

2006-09-25 Thread Grant

 Does anyone know of software that will catalog videos like banshee or
 rhythmbox catalogs music?  Preferrably something that can launch
 mplayer for playback.  Does this exist?

 - Grant

For short home clips, like those taken with a digital camera, or for
store-bought movies on DVD?


I'm looking for something to organize store-bought movies on DVD which
are backed up on my hard drive.  MythTV does a good job, I believe,
but I don't want that entire interface.

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how to get vi!?

2006-09-25 Thread Peter Wu
On Mon, 25 Sep 2006 13:20:11 +0200, Patric Douhane wrote:

 Hi Im using 2006.1 and it seems that vi isn't included.how do I
 install it? Tried emerge vi but it's not found

#emerge nvi


-- 
Peter Wu
Powered by Gentoo GNU/Linux 2.6.17
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} Video cataloging software

2006-09-25 Thread Grant

I had found a very interesting little application called rage by
Rasterman, the developer of enlightenment.  It was intensely
interesting, but it was just a little utility he wrote.  My system is
in disarray, but while it worked, it automatically thumbnailed all
videos in a directory tree, and played them on demand.


I'm pretty sure this is the way Man was meant to play movies.  It's
worth the download:

http://www.rasterman.com/files/rage2.avi

It doesn't seem to be available in any way though.  I don't especially
need the nice fullscreen interface, but the thumbnails and
fast-forward/rewind functionality is amazing.

- Grant
--
gentoo-user@gentoo.org mailing list



[gentoo-user] sys-apps/pam-login blocking sys-apps/shadow

2006-09-25 Thread Lord Sauron
Ultra-quick question:

By unmerging pam-login will I be breaking anything?

It's preventing a emerge --newuse system (and later a emerge --newuse 
world) that's I'm preparing to do over the weekend (and to see if I can 
get distcc working between my server and workstation to support my poor 
laptop in the task!  Wish me luck!)

-- 
http://lordsauronthegreat.googlepages.com/


pgp1yiWDmNF8z.pgp
Description: PGP signature


Re: [gentoo-user] sys-apps/pam-login blocking sys-apps/shadow

2006-09-25 Thread Hemmann, Volker Armin
On Tuesday 26 September 2006 02:23, Lord Sauron wrote:
 Ultra-quick question:

 By unmerging pam-login will I be breaking anything?


you must not log out between unmergin pam-login and emerging shadow.

And that has been written douzends of time.

Maybe you search the archives next time?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sys-apps/pam-login blocking sys-apps/shadow

2006-09-25 Thread Peter Wu
On Tue, 26 Sep 2006 02:30:12 +0200, Lord Sauron wrote:

 Ultra-quick question:

 By unmerging pam-login will I be breaking anything?

http://farragut.flameeyes.is-a-geek.org/articles/2006/06/01/refreshing-the-pam-login-and-shadow-problem


-- 
Peter Wu
Powered by Gentoo GNU/Linux 2.6.17
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sys-apps/pam-login blocking sys-apps/shadow

2006-09-25 Thread Lord Sauron
On Monday 25 September 2006 17:29, Hemmann, Volker Armin wrote:
 On Tuesday 26 September 2006 02:23, Lord Sauron wrote:
  Ultra-quick question:
 
  By unmerging pam-login will I be breaking anything?

 you must not log out between unmergin pam-login and emerging shadow.

 And that has been written douzends of time.

 Maybe you search the archives next time?

 [EMAIL PROTECTED]:~/.kde/share/apps/kmail/mail/Archival$ 
 grep -rn pam-login ./cur 
 [EMAIL PROTECTED]:~/.kde/share/apps/kmail/mail/inbox$
 grep -rn pam-login ./cur 

Hint: you got both the command and the output.  Unless I'm doing 
something wrong, that should be an answer enough for you.  (If I am 
doing something wrong - please tell me!  I don't think I'm wrong 
because the same command for the search the reveals a lot of stuff).

And thanks for the tip.  I thought that trying to log in after making 
the switch might be a bad idea, however, I wasn't sure so I asked.

-- 
http://lordsauronthegreat.googlepages.com/


pgptp4m7q1SqP.pgp
Description: PGP signature


Re: [gentoo-user] DRI lost after modular X and gcc-4.1.1

2006-09-25 Thread Richard Fish

On 9/25/06, Sergio Polini [EMAIL PROTECTED] wrote:

i) as to http://gentoo-wiki.com/HOWTO_DRI_with_ATi_Open-Source_Drivers
there is a third choise: CONFIG_DRM=n and emerge x11-drm;


Yes, that is also an option, although I generally prefer the in-kernel
drivers if they support my hardware and there is no compelling reason
to use the out-of-tree versions.


ii) in http://www.ati.com/products/catalyst/linux.html:
Q7: What X-Windows versions are supported in this driver?
A7: Driver packages are available for XFree86 versions 4.1, 4.2, and
4.3, as well as X.Org 6.8.


The FAQ is out of date.  Check the release notes for the current release:

https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/linux_8.29.6.html#172686


I do net get ati-agp compiled, and ... make modules should not be
needed for kernels 2.6.* ;-)


You might want to try a more recent kernel than 2.6.12.  Since you
have a PCIe card/system, and probably have no AGP bridge to begin
with, you really don't need AGP support at all.  A 2.6.18 kernel will
allow you to build the necessary DRM drivers without requiring AGP
support.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] elog saves messages in wrong folder

2006-09-25 Thread Richard Fish

On 9/25/06, Marc Blumentritt [EMAIL PROTECTED] wrote:

Hi,

on one of my machines elog saves messages in /var/log/portage instead of
/var/log/portage/elog ? The funny thing is, that it worked first.


What does grep PORT_LOGDIR /etc/make.conf* report?

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] About dig command and others

2006-09-25 Thread Stephen Liu
Hi Bo,

 Is there another method to check/verify my suspicion.  TIA

http://www.rommel.stw.uni-erlangen.de/~fejf/cgi-bin/pfs-web.pl?filter=%2Fusr%2Fbin%2Fdigaction=search_filelimit=500

Tks for your link.  I have dig' installed and running here.

I can't recall which of the following commands is correct ?

$ dig ISP_URL Website_URL
Website_IP_address displayed.


$ dig Website_URL ISP_URL
Website_IP_address not displayed

Please shed me some light.  TIA.


But I can't browse Website_URL or Website_IP_address, only directed to an empty 
page with Done at the bottome


B.R.
SL



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] elog saves messages in wrong folder

2006-09-25 Thread Philip Webb
060925 Richard Fish wrote:
 On 9/25/06, Marc Blumentritt [EMAIL PROTECTED] wrote:
 on one of my machines elog saves messages in /var/log/portage instead of
 /var/log/portage/elog ? The funny thing is, that it worked first.
 What does grep PORT_LOGDIR /etc/make.conf* report?

there are  2  logging procedures in the latest  make.conf.example :

  # PORT_LOGDIR is the location where portage will store all the logs it
  # creates from each individual merge. They are stored as -$PF.log
  # in the directory specified. This is disabled until you enable it by
  # providing a directory. Permissions will be modified as needed IF the
  # directory exists, otherwise logging will be disabled.  is the
  # increment at the time the log is created. Logs are thus sequential.
  #PORT_LOGDIR=/var/log/portage

and (both are edited to shorten lines)

  # PORTAGE_ELOG_CLASSES: selects msgs to be logged, possible values are:
  #   info, warn, error, log
  #   Warning: commenting this will disable elog
  PORTAGE_ELOG_CLASSES=warn error log

  # PORTAGE_ELOG_SYSTEM: selects the module(s) to process the log messages.
  #   Modules included in portage are (empty means logging is disabled):
  #save (saves one log per package in $PORT_LOGDIR/elog,
  #  /var/log/portage/elog if $PORT_LOGDIR is unset)
  #custom (passes all messages to $PORTAGE_ELOG_COMMAND)
  #syslog (sends all messages to syslog)
  #mail (send all messages to the mailserver defined
  #  in $PORTAGE_ELOG_MAILURI)
  #To use elog you should enable at least one module
  #PORTAGE_ELOG_SYSTEM=save mail

'logdir' used to be populated with lines like

  4332-portage-2.1.1.log
  4333-portage-2.1-r2.log
  4333-portage-2.1.1.log

but since those for update to Portage 2.1.1 , no more have appeared.

'elog' creates lines like

  app-admin:gkrellm-2.2.9-r1:20060923-012928.log
  app-arch:gzip-1.3.5-r8:20060923-011035.log
  app-arch:gzip-1.3.5-r9:20060923-011012.log
  app-arch:zip-2.31-r1:20060923-04.log

which used to be dropped in a subdir 'elog', but now appear in $PORT_LOGDIR .

Yes, I do still have the appropriate lines in my working  make.conf .

This looks like a bug in the new version of Portage.
Perhaps someone should report it: it's not a high priority for me.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] RTC, is it needed?

2006-09-25 Thread Richard Fish

On 9/25/06, Mick [EMAIL PROTECTED] wrote:

Hi All,

Not sure if I need RTC built in my kernel.  This is the error I get when I
boot up:


The PC rtc is used by some applications (fex: vmware) to provide a
timer interval greater than the system timer interval.  If your system
has an rtc, it is generally a good idea to enable it...


===
# dmesg | grep -i RTC
Using IPI Shortcut mode
drivers/rtc/hctosys.c: unable to open rtc device (rtc0)


Hmm, looks like you enabled RTC class and the Set system time from
RTC on startup options.  This you almost certainly do not need, as it
is really for external real-time clocks that plug inso unless you
are running a stratum 1 timeserver, you don't need this.


CONFIG_HPET_EMULATE_RTC=y
CONFIG_RTC=y
CONFIG_SND_RTCTIMER=m
CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y


All ok...


CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE=rtc0


But these are not needed.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] elog saves messages in wrong folder

2006-09-25 Thread Richard Fish

On 9/25/06, Philip Webb [EMAIL PROTECTED] wrote:

This looks like a bug in the new version of Portage.
Perhaps someone should report it: it's not a high priority for me.


I'm on portage 2.1.2_pre1-r1, and logs are still appearing in
/v/l/portage/elog/ for me.  So I'm really thinking this behavior will
only show up with particular make.conf settings.  Can either of you
post your make.conf please?

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] I have 146,000 files in lost+found. How do I sort them?

2006-09-25 Thread Richard Fish

On 9/25/06, Robert Persson [EMAIL PROTECTED] wrote:

If I can, how can I best sift through them? Is there a utility, or
something I could drop into a simple bash script, that would look at the
first few bytes of the file and, say, identify it as a jpeg or an xml
file, so that it could be given an appropriate file extension, deleted
or moved? Or is there one that could distinguish a text file from a
binary?


sys-apps/file will give you the 'file' command, which does exactly this.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] elog saves messages in wrong folder

2006-09-25 Thread Philip Webb
060925 Richard Fish wrote:
 On 9/25/06, Philip Webb [EMAIL PROTECTED] wrote:
 Can either of you post your make.conf please?

You asked (smile):

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-src/portage/cnf/make.conf.x86,v 1.5 2004/10/10 
23:27:28 carpaski Exp $
# Contains local system settings for Portage system

# Please review 'man make.conf' for more information.

# PP 031116

CLEAN_DELAY=10

# Build-time functionality
# 
#
# The USE variable is used to enable optional build-time functionality. For
# example, quite a few packages have optional X, gtk or GNOME functionality
# that can only be enabled or disabled at compile-time. Gentoo Linux has a
# very extensive set of USE variables described in our USE variable HOWTO at
# http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2chap=1
#
# The available list of use flags with descriptions is in your portage tree.
# Use 'less' to view them:  -- less /usr/portage/profiles/use.desc --
#
# 'ufed' is an ncurses/dialog interface available in portage to make handling
# useflags for you. 'emerge app-portage/ufed'
#
# Example:
#USE=X gtk gnome -alsa

# PP 041110 : suppress dft use flags fr  /etc/make.profile/make.defaults :
#  sound (alsa arts avi encode esd mad mikmod oggvorbis oss quicktime xmms)
#  sql (berkdb libg++ mysql postgres) f77 nls
# PP 050501 : '-alsa' added for Gnomelib
# PP 050831 : '-vorbis' added for Mplayer
# PP 050905 : 'usb' added for scanner
# PP 050906 : '-flac -mp3 -ogg -sox' added to remove further sound
# PP 050910 : 'nvidia' added for Nvidia
# PP 051119 : 'pop' added for Mutt
# PP 051204 : '-gnome' added for efficiency
# PP 060320 : 'fam' added for Gamin

#USE=fam nvidia pop usb -alsa -arts -avi -berkdb -encode -esd -flac -f77
# -gnome -libg++ -mad -mikmod -mp3 -mysql -nls -ogg -oss -postgres
# -quicktime -sox -vorbis -xmms

# PP 060507 : reorg'd using 2006.0  -*
# PP 060603 : drop 'pam'
# PP 060701 : add 'nptl nptlonly' for glibc-2.4
# PP 060702 : chg 'qt' - 'qt3' ('qt' ~ longer valid)
# PP 060705 : drop 'mozilla'
USE=-* apm bitmap-fonts bonobo bzip2 cdr crypt cups dri foomaticdb
 gdbm gif gnutls gpm gtk gtk2 imagemagick imlib java javascript jpeg kde
 libwww lm_sensors mime motif mpeg ncurses nptl nptlonly
 nsplugin nvidia opengl pcre pdf perl plotutils png pop python
 qt3 readline scanner session slang ssl
 tiff truetype truetype-fonts type1-fonts unicode usb X xml xv zlib

# PP 060915 : add 2 lines for mod-X
INPUT_DEVICES=keyboard mouse
VIDEO_CARDS=nv nvidia vesa

# Host Setting
# 
#
# Change this line as appropriate (i686, i586, i486 or i386).
# All modern systems (even Athlons) should use i686-pc-linux-gnu.
# All K6's are i586.
CHOST=i686-pc-linux-gnu

# Host and optimization settings
# ==
#
# For optimal performance, enable a CFLAGS setting appropriate for your CPU.
#
# Please note that if you experience strange issues with a package, it may be
# due to gcc's optimizations interacting in a strange way. Please test the
# package (and in some cases the libraries it uses) at default optimizations
# before reporting errors to developers.
#
# -mcpu=cpu-type means optimize code for the particular type of CPU without
# breaking compatibility with other CPUs.
#
# -march=cpu-type means to take full advantage of the ABI and instructions
# for the particular CPU; this will break compatibility with older CPUs (for
# example, -march=athlon-xp code will not run on a regular Athlon, and
# -march=i686 code will not run on a Pentium Classic.
#
# CPU types supported in gcc-3.2 and higher: athlon-xp, athlon-mp,
# athlon-tbird, athlon, k6, k6-2, k6-3, i386, i486, i586 (Pentium), i686
# (PentiumPro), pentium, pentium-mmx, pentiumpro, pentium2 (Celeron),
# pentium3, and pentium4.
#
# Note that Gentoo Linux 1.4 and higher include at least gcc-3.2.
#
# CPU types supported in gcc-2.95*: k6, i386, i486, i586 (Pentium), i686
# (Pentium Pro), pentium, pentiumpro Gentoo Linux 1.2 and below use gcc-2.95*
#
# CRITICAL WARNINGS: ** #
# K6 markings are deceptive. Avoid setting -march for them. See Bug #24379. #
# Pentium-M CPU's should not enable sse2 until at least gcc-3.4. Bug 50616. #
# * #
#
# Decent examples:
#
#CFLAGS=-march=pentium3 -O3 -pipe
#CFLAGS=-mcpu=athlon-xp -O3 -pipe
CFLAGS=-O2 -march=athlon-xp -pipe # PP 031008

# If you set a CFLAGS above, then this line will set your default C++ flags to
# the same settings.
CXXFLAGS=${CFLAGS}

# Advanced Masking
# 
#
# Gentoo is using a new masking system to allow for easier stability testing
# on packages. KEYWORDS are used in ebuilds to mask and unmask packages based
# on the platform they are set for. A special form has been added that
# indicates packages and revisions that are