Re: [gentoo-user] linux make modules fails

2006-05-19 Thread Richard Fish

On 5/18/06, Justin Findlay [EMAIL PROTECTED] wrote:

is this a single command?  Mine only prints out:

make -rR -f /usr/src/linux-2.6.17-rc4/scripts/Makefile.modpost
  scripts/mod/modpost -m -a -o
/usr/src/linux-2.6.17-rc4/Module.symvers   vmlinux


Yep, that is a single command that includes all of the module .o files
to process.


and that's it.  I've been looking at scripts/mod/modpost.c and I guess
it wants the object files on the command line, and they aren't being
supplied.


I think the failing is in scripts/Makefile.modpost.  However this
makefile is quite convoluted, and beyond my understanding with only a
5-minute investement.  I know that somewhere in there is supposed to
expand a full list of modules to call modpost with.  And for some
reason, you are getting an empty list of modules here...

What version of gcc are you using?  I know 3.4.x works, not so sure
about later versions...

Again, emerge --info might provide some more insight...

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Looking for help with Shorewall

2006-05-19 Thread Uwe Thiem
On 18 May 2006 17:38, Jerry wrote:

 Shorewall has detected the following iptables/netfilter capabilities:
NAT: Not available
Packet Mangling: Available
Multi-port Match: Not available
Connection Tracking Match: Not available
Packet Type Match: Not available
Policy Match: Not available
Physdev Match: Not available
IP range Match: Not available
Recent Match: Not available
Owner Match: Not available
Ipset Match: Not available
CONNMARK Target: Not available
Connmark Match: Not available
Raw Table: Available
CLASSIFY Target: Not available

 What am I doing wrong? Any advice appreciated.

You haven't configured your kernel for firewalling.

Uwe

-- 
Mark Twain: I rather decline two drinks than a German adjective.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Question on my USE choiche

2006-05-19 Thread Leonardo
Hi all,
my first post to Gentoo lists!
I already installed Gentoo some time ago, and want to restart
now from zero, to see how much I've learnt in the meantime.
My biggest doubt has always been which USE flags to use.
I do a lot of home work with multimedia stuff (audio, video...)
and need also a lot of scientific and programming stuff.
Tiny spare time is used to study networking and such.
So I put together a list of flags, that at first sight looks
huge; here it is:

USE= cups eds emboss  foomaticdb gdbm  gnome gpm gstreamer
imlib  libg++ libwww mad  mpeg -nptl  pdflib  spell 
truetype-fonts type1-fonts  X xml aac aalibaccessibility acpi
alsa arts avi bitmap-fonts bidi bluetooth bonobo bzip2
cdparanoia cdr crypt cups dbus dga dio directfb dv dvb dvd dvdr
dvdread emacs emboss encode esd examples ffmpeg fftw flash
fortran ftp gb gcj gif ginac gphoto2 gps gstreamer gtk gtk2
guile hal hardened icq idn iee1394 imagemagick imap inifile
jabber jack java javascript joistick jpeg jpeg2k kde
kdeenablefinal kdexdeltas libcaca lirc lm_sensors matroska
mikmod mime ming mng mmx motif mozilla mp3 msn mysql mysqli nas
ncurses offensive ogg openal opengl osc oss pcmcia pdf perl php
png prelude python qt quicktime readline ruby samba scanner sdl
slang sockets socks5 sox speex spell sse sse2 ssl svg tcltk tiff
usb truetype unicode v4l vcd vorbis wifi win32codecs wmf
wxwindows xine xinerama xml xml2 xmms xosd xpm xprint xv xvid
yahoo zlib

First question: is it a good starting point or is it
excessive/unneccessary?

If I avoid putting things in does it mean that if I add them in
a second moment probably some of the installed stuff needs to be
recompiled?

Thanks, Leo

__
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] Question on my USE choiche

2006-05-19 Thread Jonathan Chocron
Le Vendredi 19 Mai 2006 09:56, Leonardo a écrit :
 Hi all,
 my first post to Gentoo lists!
 I already installed Gentoo some time ago, and want to restart
 now from zero, to see how much I've learnt in the meantime.
 My biggest doubt has always been which USE flags to use.
 I do a lot of home work with multimedia stuff (audio, video...)
 and need also a lot of scientific and programming stuff.
 Tiny spare time is used to study networking and such.
 So I put together a list of flags, that at first sight looks
 huge; here it is:

 USE= cups eds emboss  foomaticdb gdbm  gnome gpm gstreamer
 imlib  libg++ libwww mad  mpeg -nptl  pdflib  spell
 truetype-fonts type1-fonts  X xml aac aalibaccessibility acpi
 alsa arts avi bitmap-fonts bidi bluetooth bonobo bzip2
 cdparanoia cdr crypt cups dbus dga dio directfb dv dvb dvd dvdr
 dvdread emacs emboss encode esd examples ffmpeg fftw flash
 fortran ftp gb gcj gif ginac gphoto2 gps gstreamer gtk gtk2
 guile hal hardened icq idn iee1394 imagemagick imap inifile
 jabber jack java javascript joistick jpeg jpeg2k kde
 kdeenablefinal kdexdeltas libcaca lirc lm_sensors matroska
 mikmod mime ming mng mmx motif mozilla mp3 msn mysql mysqli nas
 ncurses offensive ogg openal opengl osc oss pcmcia pdf perl php
 png prelude python qt quicktime readline ruby samba scanner sdl
 slang sockets socks5 sox speex spell sse sse2 ssl svg tcltk tiff
 usb truetype unicode v4l vcd vorbis wifi win32codecs wmf
 wxwindows xine xinerama xml xml2 xmms xosd xpm xprint xv xvid
 yahoo zlib


 First question: is it a good starting point or is it
 excessive/unneccessary?

That's a little excessive. For example, you have cups twice.

The thing is, useflags are now cascading, and you don't seem to use that 
feature very much. For example, truetype-fonts, type1-fonts are included in 
your make.default. Hence, they are already present opn your system, there is 
no need to specify them twice.

Moreover, some of the usflags you specify are definitely local useflags. For 
example, libg++ affects only postgresql. It should not be in your make.conf, 
since it makes it very hard to read. (Moreover, libg++ is enabled by default 
in the make.defaults).

You have a typo : aalibaccessibility .

You might want to avoid putting arts in your useflags, since arts is 
definitely the worst thing that can happen to your sound system (No flamewar 
intended, even the kde devs have decided to take it out of KDE4). However, 
you'll need kdelibs to be compiled against it if you want to hear sounds in 
kde (and I mean sounds generated by kde, not sounds from amarok...)

So, to sum up, what I would do is :
1) Put USE= and do an emerge --info to see which useflags are enabled by 
default.
2) Ask myself the question : Do I really want *any* application running on my 
computer to have feature foo.  If the answer is no, the useflag should be 
in /et/portage/package.use
3) Organise the useflags in make.conf by theme : For example

## System
USE=alsa mmx sse sse2
## Desktop environment :
USE=${USE} gnome kde kdeenablefinal
...

I find this more readable than a long USE=... list.

 If I avoid putting things in does it mean that if I add them in
 a second moment probably some of the installed stuff needs to be
 recompiled?

If you add a useflag, there should not be any problem. However, the app will 
make use of the new feature only if it has been recompiled.

If you remove a useflag, from a library for example, the apps linked to that 
library can break. You'll need to recompile the apps.

Anyway, if you change your useflag one way or the other, you should :
1) emerge --newuse --ask --verbose world
2) revdep-rebuild

 Thanks, Leo

Beware of automatic useflags :
- Portage  2.1 (stable)
Beware that those versions of portage have automatic useflags enabled. For 
example, if you emerge mysql, the mysql uselfag will be turned on globally. 
If you unmerge it, the useflag will be turned off (except if it is mentionned 
in any of the config files).

- Portage  2.1 (unstable, but really, works very well) does not have that 
kind of behaviour.

I hope this was clear enough,

-- Jonathan

P.S : You seem to have forgotten nsplugins ;)
 __
 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] lvm2 emerge problem[solved?]

2006-05-19 Thread Leopold Gouverneur
On Wed, May 17, 2006 at 02:29:26PM -0700, Richard Fish wrote:
 On 5/17/06, Leopold Gouverneur [EMAIL PROTECTED] wrote:
 [ebuild  N] sys-fs/lvm2-2.02.05  USE=nolvm1 nolvmstatic nosnapshots
 readline -clvm -cman -gulm -nomirrors
 
 Anyway i think that without a previous declaration of dm_pool the
 compilation should abort.But since i seem to be the only one
 encountering that error the problem is surely with me but where???
 
 Well it is definitely a bug in the code...the declaration *should* be
 dm_pool.  But for some reason I don't get a fatal error from this.
 Even using the same USE flags, I don't seem to have an issue with
 this...
 
 Maybe it is CFLAGS or gcc version?  I am using:
 
 carcharias rjf # emerge --info
 Portage 2.1_rc1-r2 (default-linux/x86/2005.1, gcc-3.4.6, glibc-2.4-r3,
 2.6.16-suspend2-r5 i686)
 =
 
 -Richard

~# emerge --info
Portage 2.1_rc1-r2 (default-linux/x86/2005.1, gcc-3.4.6, glibc-2.4-r3,
2.6.17-rc4-mm1 i686) 

There is my problem.I installed gcc-4-02 whithout emerge thinking that
under /usr/local it was in a safe place (not in root PATH).
Now when i untar and compile  LVM2.2.02.05.tgz as root it uses gcc-3.4.6
and everything is OK but as user it uses gcc-4.0.2 and it fails!
Although emerge --info says gcc-3.4.6 , it fails because it uses
gcc-4.0.2 ( the error messages are exactly the same ).
Now, why it says one thing and does another and why 4.0.2 fails where
3.4.6 succeeds is another question.I noticed the presence of a file
libdevmapper.h under /usr/local/lib/gcc that was quite different from
/usr/include/libdevmapper.h. I replacing it with a symlink and the
emerge succeeded. But is that safe? Anyway,for me the lesson is clear:be
carefull before installing something outside portage control!

Thankx!

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Question on my USE choiche

2006-05-19 Thread Leonardo
Merci Jonathan,
much more clear now.
Leo

--- Jonathan Chocron [EMAIL PROTECTED] wrote:

 That's a little excessive. For example, you have cups twice.
 
 The thing is, useflags are now cascading, and you don't seem
...

__
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] Question on my USE choiche

2006-05-19 Thread Bo Ørsted Andresen
On Friday 19 May 2006 09:56, Leonardo wrote:
 I already installed Gentoo some time ago, and want to restart
 now from zero, to see how much I've learnt in the meantime.

If by restart from zero mean reinstall then that would be pretty pointless. 
There are easier ways to get to the same result.

 My biggest doubt has always been which USE flags to use.
 I do a lot of home work with multimedia stuff (audio, video...)
 and need also a lot of scientific and programming stuff.
 Tiny spare time is used to study networking and such.
 So I put together a list of flags, that at first sight looks
 huge; here it is:

First of all it should be noted that use flags are for optional stuff only. If 
you put -X in your use flags apps that depend on X will still depend on X. 
Only apps that have optional dependency on X will stop depending on X (e.g. 
links).

Further it should be noted that use flags really are your choice. Noone else 
can really you what you need. Still a (few) comments:

 USE= 
[...]
 imlib  libg++ libwww mad  mpeg -nptl  pdflib  spell

pdflib has been removed in favor of pdf.

 truetype-fonts type1-fonts  X xml aac aalibaccessibility acpi

s/libacc/lib acc/

 guile hal hardened icq idn iee1394 imagemagick imap inifile

s/iee1394/ieee1394/

 jabber jack java javascript joistick jpeg jpeg2k kde

s/joistick/joystick/

 wxwindows xine xinerama xml xml2 xmms xosd xpm xprint xv xvid

xml2 is deprecated in favor of xml.

[...]
 First question: is it a good starting point or is it
 excessive/unneccessary?
A bit excessive, yes. :)

You have both alsa and oss in your use flags. OSS is deprecated in favor of 
ALSA and hence if you have alsa enabled in your kernel you really shouldn't 
need optional oss.
Also you have both arts and esd in your use flags both of which serve the same 
purpose (arts is for kde/esd is for gnome). They are sound daemons that allow 
several apps to use the sound device even if the sound driver allows only one 
app at the same time. Yet modern alsa drivers do allow multiple apps to use 
the sound device at the same time. So IMHO sound daemons are an unnecessary 
overhead. Therefore I would recommend alsa -arts -esd -oss.

Is there a reason why you have -nptl in your use flags?? If not and if you 
do use a 2.6 kernel I recommend you enable it. It is the replacement of 
linuxthreads and it does perform better.. I actually have nptl nptlonly in 
mine..

Other than this I don't intend to comment any further on this. You really are 
the only one who can say what you need. You do have a lot of use flags 
enabled and some would say that it makes your system bloated.. But it really 
is up to you.

 If I avoid putting things in does it mean that if I add them in
 a second moment probably some of the installed stuff needs to be
 recompiled?

Yes. Run 'emerge --newuse --deep --verbose --pretend' to see what use flags 
changed. It the changed flags with a * and a different color if they changed.

-- 
Bo Andresen


pgpQ2ClhhXi0B.pgp
Description: PGP signature


[gentoo-user] [OT] Hardwarespec

2006-05-19 Thread Nagatoro
Hi,

I found to my horror that my main workstation is no more...
So before I spend way to much money on a new one I would like to know
what you think of this:

Case:   Antec Sonata II 450W
Board:  Gigabyte GA-K8NF-9
CPU:AMD S939 4200+ Dual Core
Memory: 2GB DDR400
HD: 200GB SATA-II (Maxtor Plus10)
Graphics:   MSI PCIE 7800GT 256MB

Anything that I should avoid/change?

Thanks in advance!
-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Hardwarespec

2006-05-19 Thread jarry
Nagatoro [EMAIL PROTECTED]

 Case:   Antec Sonata II 450W
 Board:  Gigabyte GA-K8NF-9
 CPU:AMD S939 4200+ Dual Core
 Memory: 2GB DDR400
 HD: 200GB SATA-II (Maxtor Plus10)
 Graphics:   MSI PCIE 7800GT 256MB

Just 2 remarks:
- be carefull with nForce4-based mobo, and sata-II disks!
If possible, test it somewhere else before. Some nF4 chipset
revisions have big problems with certain sata-II disk...

- If I were you, I'd probaby go with AM2 socket.
S-939 is slowly dying, and today you can buy nforce5-based
motherboards and cpu, both for AM2-socket for the same price
(MSI, or Asus). It sure has better future, then s-939...

Jarry

-- 


Bis zu 70% Ihrer Onlinekosten sparen: GMX SmartSurfer!
  Kostenlos downloaden: http://www.gmx.net/de/go/smartsurfer

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How do I mount a compact flash?

2006-05-19 Thread Neil Bothwick
On Thu, 04 May 2006 22:27:30 -0300, Francisco J. A. Ares wrote:

 on my system it is /dev/uba1, just don't ask me why ;)

Because you have CONFIG_BLK_DEV_UB enabled in your kernel. The setting is
at

 - Device Drivers
- Block devices
   - Low Performance USB Block driver


-- 
Neil Bothwick

Several errant electrons jumped when they shouldn't have at a place they
shouldn't have, resulting in what shouldn't have. In short, a short.


signature.asc
Description: PGP signature


Re: [gentoo-user] national keyboard in open office

2006-05-19 Thread Pawel K
 In your ~/.bashrc add:
 [ $DISPLAY !=  ]  xmodmap ~/xmodmap.txt

thx, but I mean another think:
I print user's table into file
$ xmodmap -pke  xmodmap.txt

I'd expect that xmodmap.txt is a mandatory map for the
user so: Why after applying it to the same user the
behaviour of the keyboard changes ???

$ xmodmap xmodmap.txt

do You know why ?


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



[gentoo-user] thanks and farewell

2006-05-19 Thread Antoine

Hi,
I have just finished moving the last of my boxes over to fedora, and
am saying goodbye (for now at least) to the list. I would like to
thank all for their great help - I know there are many things I will
miss not running gentoo but I am now at a stage where I want my
systems to be a little less on the edge. We are going to standardise
on fedora/redhat at work and I am pleased enough with it to run it at
home now too...
To the devs - keep up the great work providing a distro for those who
want/need true control over their systems. Without your great work the
linux platform would be much the worse.
Have a great summer to all those in the north, and don't get too cold
for those of you in South (and for those of you in the UK, where the
weather always sucks! ;-))
Cheers
Antoine
ps. you will have to cc me if I am to read any replies...
--
This is where I should put some witty comment.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] dev-lang/php-5.1.4 emerge failing

2006-05-19 Thread Jason Ausmus
Okay, here's another one:

I can't emerge dev-lang/php-5.1.4.  It fails like this:

-

checking for mSQL support... no
checking for MSSQL support via FreeTDS... yes
checking for dnet_addr in -ldnet_stub... no
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket...
/var/run/mysqld/mysqld.sock
checking for MySQL UNIX socket location... /var/run/mysqld/mysqld.sock
configure: error: Cannot find MySQL header files under /usr/lib/mysql.
Note that the MySQL client library is not bundled anymore!

!!! ERROR: dev-lang/php-5.1.4 failed.
Call stack:
  ebuild.sh, line 1527:   Called dyn_compile
  ebuild.sh, line 931:   Called src_compile
  php-5.1.4.ebuild, line 107:   Called src_compile_normal
  php-5.1.4.ebuild, line 213:   Called php5_1-sapi_src_compile
  php5_1-sapi.eclass, line 573:   Called die

!!! configure failed
!!! If you need support, post the topmost build error, and the call
stack if relevant.

h0486tux / #

-

There are several other packages that fail with the same symptoms.

Emerge --info:

-

h0486tux / # emerge --info
Portage 2.1_rc1-r3 (default-linux/x86/2005.0, gcc-3.4.6, glibc-2.4-r3,
2.6.11-gentoo-r7 i686)
=
System uname: 2.6.11-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 1.80GHz
Gentoo Base System version 1.12.0_pre19
dev-lang/python: 2.3.5, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
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-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS=x86 ~x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=pentium4 -O3 -pipe -funroll-loops -fomit-frame-pointer
-fprefetch-loop-arrays
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /opt/openjms/config /usr/kde/2/share/config
/usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown
/usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/X11/xkb /usr/share/config /var/qmail/control
CONFIG_PROTECT_MASK=/etc/eselect/compiler /etc/gconf /etc/terminfo
/etc/texmf/web2c /etc/env.d
CXXFLAGS=-march=pentium4 -O3 -pipe -funroll-loops -fomit-frame-pointer
-fprefetch-loop-arrays
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks metadata-transfer sandbox sfperms strict
GENTOO_MIRRORS=http://gentoo.osuosl.org/;
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
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage /usr/local/portage-steev
SYNC=rsync://ssvsdev.hlyw.pvt/portage
USE=X Xaw3d a52 aac aalib acl aclpi acpi adns aim alsa apache2 apm arts
artworkextra atlas audiofile avalon avi bash-completion bcmath berkdb
bitmap-fonts bl bonobo browserplugin bzip2 bzlib cairo calendar cdb cddb
cdr chroot cli cluster cpdflib crypt cscope ctype cups curl curlwrappers
dba dbase dbm dbus dbx dedicated dga dio directfb divx4linux dmacs dri
dts dv dvb dvd dvdr dvdread dynagraph edl eds emacs-w3 emboss encode esd
ethereal evo examples exif extraengine fam fastcgi fbcon fdftk ffmpeg
fftw filepro firebird firefox flac flash flatfile font-server foomaticdb
fortran fpx freetds ftp gb gcj gd gdbm geometry ggi gif gimpprint ginac
glitz glut gmp gnome gnomedb gnustep gnutls gphoto2 gpm graphviz
gstreamer gtk gtk2 gtkhtml guile hal icq imagemagick imap imlib inifile
innodb insecure-savers isdnlog ithreads jabber jack java javamail
javascript jbig jikes jms jmx jpeg jpeg2k junit jython kerberos krb4
ladcca lcms ldap leim libcaca libg++ libgda libwrap libwww live mad
maildir mailwrapper mcal mdb memlimit mhash mikmod milter mime ming mmap
mmx mmxext mng mono motif mozcalendar mozdevelop mozilla mozsvg
mozxmlterm mp3 mpeg mpi msn mssql mysql mysqli nas ncurses netcdf
nethack network new-login nis nls nntp nocd nodrm nptl nptlonly objc
oci8 odbc ofc offensive ogg oggvorbis openal opengl oracle oscar oss pam
pascal pcntl pcre pda pdflib perl perlsuid php plotutils png portaudio
posix postgres ppds pppd python qdbm qt quicktime raid readline real
recode reflection rhino rplay ruby samba sasl sdk sdl server session
shared sharedmem silc silverxp simplexml slang slp sndfile snmp soap
sockets socks5 source sox speex spell spl sql sqlite sse sse2 ssl stroke
subversion svg svga sysvipc szip tcltk tcpd tetex tga theora threads
tidy tiff tokenizer toolbar truetype truetype-fonts type1-fonts unicode
usb v4l v4l2 vcd vhosts video_cards_rage128 videos vorbis wddx
win32codecs winbind wmf wxwindows x86 xanim xface xine xinerama xml xml2
xmlrpc xmms xorg 

Re: [gentoo-user] dev-lang/php-5.1.4 emerge failing

2006-05-19 Thread kashani

Jason Ausmus wrote:

Okay, here's another one:

I can't emerge dev-lang/php-5.1.4.  It fails like this:

-

checking for mSQL support... no
checking for MSSQL support via FreeTDS... yes
checking for dnet_addr in -ldnet_stub... no
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket...
/var/run/mysqld/mysqld.sock
checking for MySQL UNIX socket location... /var/run/mysqld/mysqld.sock
configure: error: Cannot find MySQL header files under /usr/lib/mysql.
Note that the MySQL client library is not bundled anymore!

!!! ERROR: dev-lang/php-5.1.4 failed.


	I see that you're updating from 5.1.1 which was released several month 
ago, maybe Dec/Jan? Around that time slotted Mysql was active. It is 
possible that you Mysql libs are installed into /usr/lib/mysql-500 or 
something similar? Assuming you do I'd update Mysql first to a non 
slotted build and then try to install PHP again.


BTW if you're messing with Mysql 5.0 there was a default charset change 
from latin1 to utf8 around that time as well so watch your my.conf file. 
 Bugzilla was very unhappy when its charsets suddenly changed.


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



Re: [gentoo-user] thanks and farewell

2006-05-19 Thread Ron Bickers
On Fri May 19 2006 13:09, Antoine wrote:

 I have just finished moving the last of my boxes over to fedora, and
 am saying goodbye (for now at least) to the list. I would like to
 thank all for their great help - I know there are many things I will
 miss not running gentoo but I am now at a stage where I want my
 systems to be a little less on the edge.

That's interesting.  I just finished a year-long move of seven machines from 
Fedora to Gentoo because I was tired of being on the edge. :-)

I'd used RedHat/Fedora since RH6.0.  I like keeping reasonably up to date 
software, but Fedora's six-month release cycle and two version support was 
just getting too fast.  Fedora Legacy wasn't much help, either.  They had 
been disappointingly slow (don't know about now) at keeping up with older 
version security fixes.

That said, when I wasn't dealing with upgrading, I had few problems.  Enjoy.

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



Re: [gentoo-user] getting somewhere -- was about a bug

2006-05-19 Thread maxim wexler


--- Richard Fish [EMAIL PROTECTED] wrote:

 On 5/18/06, maxim wexler [EMAIL PROTECTED] wrote:
  Just one little problem left. From the boot
 console:
 
  udevd-event[3787]: udev_make_node:
 mknod(/dev/ttyS0,
  020660, 4, 64)
  failed: File exists
 
 Hmm, odd.  What do ls -l /dev/ttyS* and grep ttyS
 /etc/udev/rules.d/* produce?

This is weird. As root using the --color option the
links are displayed in normal turquoise. But as user
the links are flashing white on red, indicating
missing links(?). 

ls -l /dev/ttyS*:

lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS0 -
tts/0
lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS1 -
tts/1
lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS2 -
tts/2
lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS3 -
tts/3
lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS4 -
tts/4
lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS5 -
tts/5
lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS6 -
tts/6
lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS7 -
tts/7

grep ttyS
/etc/udev/rules.d/*:

/etc/udev/rules.d/50-udev.rules:KERNEL==ttyS[0-9]*,
NAME=%k, SYMLINK=tts/%n, GROUP=tty


More weirdness: seems my provider file is wiped out
every time I reboot. Have to re-run pppconfig over and
over.

But it still won't dial-out as root or user, error is:

/usr/sbin/pppd: Couldn't stat /dev/ttyS0: Too many
levels of symbolic links. 

Over to you Richard.

-Maxim

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



__
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] multiple emerge --sync on the same day?

2006-05-19 Thread de Almeida, Valmor F.
 -Original Message-
 From: Daniel da Veiga [mailto:[EMAIL PROTECTED]
 Sent: Monday, May 15, 2006 3:47 PM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] multiple emerge --sync on the same day?
 
 On 5/15/06, de Almeida, Valmor F. [EMAIL PROTECTED] wrote:
 
  Hello list,
 
  I've been installing gentoo on 16, almost identical PC's. I wanted
to do
  a manual install once and clone the rest but I am having problems
with
  rebooting a gentoo box with the same livecd I used to install gentoo
in
  the first place (I've also tried with a fresh livecd). Booting with
the
  livecd would allow me to get an image of the hard drive to use for
  cloning. I don't know an alternative way.
 
  I am planning to get a few machines going on a manual installation
while
  I troubleshoot the livecd problem. These machines are behind a
router
  and there will be multiple emerge --sync requests coming from the
same
  IP. Is this a problem? I read somewhere that the same machine should
not
  be doing more than one emerge --sync per day.
 
 
 If all  your computers have the same configurantion (or, as you said,
 very similar), you could build ONE box, set it to be a BINHOST, use a
 network shared dir for distfiles, set distcc, set ccache (all while
 installing) and use it as a local RSYNC server, this would give you:
 
 1) Super fast install at the other machines.
 2) Less stress on your backbone.
 4) Fast compiles at the host with all the machines as distcc servers.
 3) No compile time at all BINHOST clients.
 

Obrigado for the suggestion. This will be a project for a future gentoo
cluster install expansion.

--
Valmor

 --
 Daniel da Veiga
 Computer Operator - RS - Brazil
 -BEGIN GEEK CODE BLOCK-
 Version: 3.1
 GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
 PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
 --END GEEK CODE BLOCK--
 
 --
 gentoo-user@gentoo.org mailing list


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge error with sys-apps/apmd

2006-05-19 Thread JimD
I am getting this error when trying to update apmd.

[EMAIL PROTECTED] $ sudo emerge -vb sys-apps/apmd
Calculating dependencies... done!
 Emerging (1 of 1) sys-apps/apmd-3.2.2_p5 to /
 checking ebuild checksums ;-)
 checking auxfile checksums ;-)
 checking miscfile checksums ;-)
 checking apmd_3.2.2.orig.tar.gz ;-)
 checking apmd_3.2.2-5.diff.gz ;-)
 Unpacking source...
 Unpacking apmd_3.2.2.orig.tar.gz to /var/tmp/portage/apmd-3.2.2_p5/work
 Unpacking apmd_3.2.2-5.diff.gz to /var/tmp/portage/apmd-3.2.2_p5/work
 * Applying apmd_3.2.2-5.diff ...


...

i686-pc-linux-gnu-g++:
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../crti.o: No such file or
directory

...

The weird thing is that I have gcc 3.4.5 installed, not 3.4.4.  Is there
some system file that is telling libtool to use 3.4.4?

Jim
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
There's no place like 127.0.0.1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
JimD
Central FL, USA, Earth, Sol
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge error with sys-apps/apmd

2006-05-19 Thread JimD
JimD wrote:

snip

 The weird thing is that I have gcc 3.4.5 installed, not 3.4.4.  Is there
 some system file that is telling libtool to use 3.4.4?
 
 Jim

FYI, I fixed this by re-emerging libtool.  How in the world did libtool
get out of whack?

Jim
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
There's no place like 127.0.0.1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
JimD
Central FL, USA, Earth, Sol
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge error with sys-apps/apmd

2006-05-19 Thread Alan
re-emerge libtool and this should go away.  

If not a google search or in forums.gentoo.org has some more info.  

On Fri, May 19, 2006 at 06:48:52PM -0400, JimD wrote:
 I am getting this error when trying to update apmd.
 
 [EMAIL PROTECTED] $ sudo emerge -vb sys-apps/apmd
 Calculating dependencies... done!
  Emerging (1 of 1) sys-apps/apmd-3.2.2_p5 to /
  checking ebuild checksums ;-)
  checking auxfile checksums ;-)
  checking miscfile checksums ;-)
  checking apmd_3.2.2.orig.tar.gz ;-)
  checking apmd_3.2.2-5.diff.gz ;-)
  Unpacking source...
  Unpacking apmd_3.2.2.orig.tar.gz to /var/tmp/portage/apmd-3.2.2_p5/work
  Unpacking apmd_3.2.2-5.diff.gz to /var/tmp/portage/apmd-3.2.2_p5/work
  * Applying apmd_3.2.2-5.diff ...
 
 
 ...
 
 i686-pc-linux-gnu-g++:
 /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../crti.o: No such file or
 directory
 
 ...
 
 The weird thing is that I have gcc 3.4.5 installed, not 3.4.4.  Is there
 some system file that is telling libtool to use 3.4.4?
 
 Jim
 -- 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 There's no place like 127.0.0.1
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 JimD
 Central FL, USA, Earth, Sol
 -- 
 gentoo-user@gentoo.org mailing list

-- 
Alan [EMAIL PROTECTED] - http://arcterex.net

Backups are for people who don't pray. -- big Mike
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge error with sys-apps/apmd

2006-05-19 Thread Allan Gottlieb
At Fri, 19 May 2006 18:48:52 -0400 JimD [EMAIL PROTECTED] wrote:

 I am getting this error when trying to update apmd.

 [EMAIL PROTECTED] $ sudo emerge -vb sys-apps/apmd
 Calculating dependencies... done!
 Emerging (1 of 1) sys-apps/apmd-3.2.2_p5 to /
 checking ebuild checksums ;-)
 checking auxfile checksums ;-)
 checking miscfile checksums ;-)
 checking apmd_3.2.2.orig.tar.gz ;-)
 checking apmd_3.2.2-5.diff.gz ;-)
 Unpacking source...
 Unpacking apmd_3.2.2.orig.tar.gz to /var/tmp/portage/apmd-3.2.2_p5/work
 Unpacking apmd_3.2.2-5.diff.gz to /var/tmp/portage/apmd-3.2.2_p5/work
  * Applying apmd_3.2.2-5.diff ...


 ...

 i686-pc-linux-gnu-g++:
 /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../crti.o: No such file or
 directory

 ...

 The weird thing is that I have gcc 3.4.5 installed, not 3.4.4.  Is there
 some system file that is telling libtool to use 3.4.4?

I think you need to re-emerge libtool
and then run

fix_libtool_files.sh 3.4.4

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



[gentoo-user] how to have this

2006-05-19 Thread Rakotomandimby Mihamina
Hi,

http://gensid.altervista.org/screenshot/fvwm15.png

I would like to use fvwm and have these features.
My hardware is an AMD Sempron 3000+ 32bits, an ATI Xpress 200M
I really would like to install all needed thing through portage, even
the ATI drivers. Would you have some links you would recommend. I
already tried google, but may be have you some unindexed resources...

Thanks in advance.

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how to have this

2006-05-19 Thread Ryan Tandy

Rakotomandimby Mihamina wrote:

Hi,

http://gensid.altervista.org/screenshot/fvwm15.png


Looks very suspiciously like XGl - if that's what it is, then there's a 
thread in the Forums somewhere (under Desktop Environments).


HTH

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



Re: [gentoo-user] emerge error with sys-apps/apmd

2006-05-19 Thread Jim
On Fri, 2006-05-19 at 19:31 -0400, Allan Gottlieb wrote:

 I think you need to re-emerge libtool
 and then run
 
 fix_libtool_files.sh 3.4.4
 
 allan

Ahh, thanks for the tip.  I never knew about fix_libtool_files.sh.

Jim
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
There's no place like 127.0.0.1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
JimD
Central FL, USA, Earth, Sol

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New USE Flags, Emerge -e world -- Broken systems -- PLEASE HELP

2006-05-19 Thread Walter Dnes
On Wed, May 17, 2006 at 11:29:47AM -0400, Timothy A. Holmes wrote

 If anyone can suggest a good set of minimal use flags, I would be most
 thankful

  Here's mine.  Note that some flags (mmx, sse, and sse2) are
cpu-specific.  My machine is a general-purpose desktop.

USE=-* 3dnow X a52 aac alsa bzip2 cdr dga dio divx4linux dri dvd dvdr dvdread 
encode exif ffmpeg flac fortran gb gif gtk2 imlib jpeg maildir mikmod mime mmap 
mmx mng mp3 mpeg ncurses nptl nptlonly nsplugin offensive ogg opengl plotutils 
png posix quicktime readline sdl sharedmem slang sockets sse sse2 theora 
threads tiff truetype vcd vorbis win32codecs wmf xpm xv zlib

  In addition, here's my /etc/portage/package.use

# If you don't specify motif here or in USE, the xpdf ebuild only
# installs the libraries, but not the /usr/bin/xpdf executable!!!
app-text/xpdf motif
media-gfx/gimp doc
media-gfx/imagemagick doc
media-libs/win32codecs real
media-video/mplayer custom-cflags i8x0 real 3dnowext mmxext
net-misc/wget ssl
net-nntp/slrn uudeview
sys-libs/glibc userlocales
www-client/w3m -X -imlib

x11-base/xorg-x11 bitmap-fonts font-server truetype-fonts type1-fonts

# If it's going to be a rescue package, it better work standalone
# when libraries get broken.
sys-apps/busybox static

-- 
Walter Dnes [EMAIL PROTECTED] In linux /sbin/init is Job #1
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list