Re: [gentoo-user] Gentoo Elite not discrimination

2005-05-18 Thread Julien Cayzac
I don't think I'm an elite. I regard sys admins running RedHat with great respect, since this distro is mush more difficult to maintain than Gentoo :-) They must be some king of gurus :p On 5/18/05, rob3 <[EMAIL PROTECTED]> wrote: > We are a special breed. Much like FreeBSD, but on Torvalds side

[gentoo-user] -fvisibility=hidden

2005-05-21 Thread Julien Cayzac
Is anyone here running Gentoo with "-fvisibility=hidden" in his CFLAGS ? Never experienced any problem? Thanks, Julien -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] -fvisibility=hidden

2005-05-21 Thread Julien Cayzac
On 5/21/05, David Morgan <[EMAIL PROTECTED]> wrote: > It does cause problems with kde stuff, and with wxGTK stuff though Thanks for the answer, I won't put it in my make.conf yet... Have some bugreports been raised for the problems you described yet? If not, it might be worth it to add them to Bug

Re: [gentoo-user] -fvisibility=hidden

2005-05-21 Thread Julien Cayzac
On 5/21/05, Jason Stubbs <[EMAIL PROTECTED]> wrote: > You miss the point. Adding that flag to CFLAGS (or CXXFLAGS) is faulty in and > of itself. It is not a general optimization flag. It is something that each > package's codebase needs to be updated to support. When upstream updates > their packag

[gentoo-user] kde 3.3 monolothic to kde 3.4 splitted helper script?

2005-05-22 Thread Julien Cayzac
Hi, Has anybody already written a script which looks at the contents of a kde 3.3 install (and kde apps that relies on it) and outputs a listing of the splitted ebuilds required to get the same install with kde 3.4 ? Julien. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] kde 3.3 monolothic to kde 3.4 splitted helper script?

2005-05-23 Thread Julien Cayzac
On 5/23/05, Robert G. Siebeck <[EMAIL PROTECTED]> wrote: > Maybe http://forums.gentoo.org/viewtopic-t-314633.html helps you. It's > not a script but some useful hints. I think the hardway should be to build a "full" kde 3.4 into a chroot'ed jail, then perform a qpkg -l on each composant and see wh

Re: [gentoo-user] CFLAGS CPU optimization question.

2005-05-23 Thread Julien Cayzac
On 5/24/05, Richard Fish <[EMAIL PROTECTED]> wrote: > [ recommandations about performance cflags ] While we're at optimizing stuff, here are my CFLAGS (athlon-xp mobile, barton core): CFLAGS="-O2 -march=athlon-xp -msse -mfpmath=sse -pipe -finline-functions -fsched2-use-superblocks -fsched2-use-tr

Re: [gentoo-user] Re: CFLAGS CPU optimization question.

2005-05-23 Thread Julien Cayzac
On 5/24/05, Thomas Kirchner <[EMAIL PROTECTED]> wrote: > And for goodness sake, don't use the ridiculous CFLAGS suggested by some > others. You'll have so many problems down the road you won't know what > to do with your system. Good ole "-O2 -march=whatever > -fomit-frame-pointer" produces fast,

Re: [gentoo-user] portage v. yum with regards to java

2005-05-24 Thread Julien Cayzac
> On Mon, 2005-05-23 at 12:12 +0100, THUFIR HAWAT wrote: > > Sun doesn't follow the LFS, which create a problem for RPM's, which > > irritates me, sparking my interest in gentoo. then, it turns out that > > gentoo, in turn, violates the LFS. this is poignantly contrary to > > what was expected, h

Re: [gentoo-user] Re: CFLAGS CPU optimization question.

2005-05-24 Thread Julien Cayzac
On 5/24/05, Robert Crawford <[EMAIL PROTECTED]> wrote: > For what it's worth, according to man gcc, -O2 turns on -funit-at-a-time. Yup. Too bad every single Makefile in the world compiles c/c++ source files one by one :-/ Julien. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Re: CFLAGS CPU optimization question.

2005-05-26 Thread Julien Cayzac
On 5/26/05, Walter Dnes <[EMAIL PROTECTED]> wrote: > One thing I haven't seen mentioned in this discussion is cpu-specific > flags. Try doing a "cat /proc/cpuinfo" and see which of the flags are > allowed in gcc. mmx, mmx2, sse, sse2, sse3 and various other stuff will > speed things up. If you

Re: [gentoo-user] gcc upgrade

2005-05-26 Thread Julien Cayzac
On 5/26/05, C R. Little <[EMAIL PROTECTED]> wrote: > when upgrading to a new version of gcc is all you have to do is emerge the > newer version and it works? the package has a S beside it so how does the > system know which version to use? # emerge -u gcc # gcc-config -l # gcc-config and then,

[gentoo-user] maemo and scratchbox

2005-05-26 Thread Julien Cayzac
Is anyone interested in maemo (www.maemo.org) and (scratchbox.org/) ? I'm just asking to see if it's worth spending my week-end writing those two new ebuilds... Julien. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] gcc upgrade

2005-05-26 Thread Julien Cayzac
On 5/26/05, C R. Little <[EMAIL PROTECTED]> wrote: > if you have a pentium-m processor is it better to upgrade to the newer > version of gcc or stick with the stable release using the pentium-3 cflag? What do you mean by "newer"? If it's gcc 3.4, it's not new, and it the best you can use. If it's

Re: [gentoo-user] maemo and scratchbox

2005-05-27 Thread Julien Cayzac
On 5/27/05, Christoph Gysin <[EMAIL PROTECTED]> wrote: > Yes. Please open a bug for each of these. Post the bug id here, so I can add > myself on CC. 94211. I hope I get enough free time to work on these this week-end. Julien -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] C compiler cannot create executables

2005-05-27 Thread Julien Cayzac
On 5/27/05, Colin <[EMAIL PROTECTED]> wrote: > No, I found it. I changed -fstack_protector to -fstack-protector and > now it's compiling. It bugs me how some CFLAGS use underscores, others > dashes, and some use both. That underscore is a Darwin specific thing. Darwin gcc maintainers are not con

Re: [gentoo-user] CFLAGS CPU optimization question.

2005-05-28 Thread Julien Cayzac
On 5/28/05, Ryan Lynch <[EMAIL PROTECTED]> wrote: > Optimization level 9 (-O9)? Thats a laugh. Read the GCC man page, the > optimization levels are just groupings of other optimization flags (-O1, -O2, > -O3, -O0, -Os), with optimization level 3 (-O3) containing the most > optimization flags.

Re: [gentoo-user] maemo and scratchbox

2005-05-29 Thread Julien Cayzac
On 5/27/05, Christoph Gysin <[EMAIL PROTECTED]> wrote: > This would be great. I'd really like to test/review your ebuilds. Well, I've look at the source, and I think this is huge. It can't be done in a week-end, more likely in a week or two. It's got to be a bit longer than expected :) I think th

Re: [gentoo-user] CFLAGS CPU optimization question.

2005-05-29 Thread Julien Cayzac
On 5/29/05, Digby Tarvin <[EMAIL PROTECTED]> wrote: > how do I determine which of the stage3 installation files: > stage3-athlon-xp-2005.0.tar.bz2 > stage3-i686-2005.0.tar.bz2 > stage3-pentium3-2005.0.tar.bz2 > stage3-pentium4-2005.0.tar.bz2 > stage3-x86-2005

Re: [gentoo-user] kde 3.4.1?

2005-05-30 Thread Julien Cayzac
On 5/30/05, Jan Meier <[EMAIL PROTECTED]> wrote: > There is actually no release announcement at kde.org. > Strange that there is a ebuild for that. According to what I've read on bugzilla, this is a patch for kde 3.4.0 which hopefully fixes the -fvisibility=hidden mess with gcc 3.4. This is not kd

Re: [gentoo-user] (Was:KDE 3.4.1 released) Removing arts

2005-06-04 Thread Julien Cayzac
On 6/2/05, Andreas Karlsson <[EMAIL PROTECTED]> wrote: > I don´t want to start a flamewar here but I don´t see the reason why KDE > insists on using arts. Why not just route all sounds through alsa? Or has it > to do with some cards limitations for harwaremixing? Well, since OSS is gone and ALSA r

[gentoo-user] kde themes

2005-06-04 Thread Julien Cayzac
Hi, I just emerged lots of kde themes, but they do not appear in the control panel even after starting a new session. So I suspect a manual step must be done, but which one? Thanks, Julien -- gentoo-user@gentoo.org mailing list

[gentoo-user] kde dock and transparency

2005-06-05 Thread Julien Cayzac
Hi, I've just enabled transparency and shadow in KDE, but know the dock is transparent (since it's not always focused). How can I prevent that? Thanks, Julien -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] blog software recommendation for gentoo?

2005-06-28 Thread Julien Cayzac
I like snipsnap. You configure it from itself and running it is just ( cd /opt/snipsnap && ./run.sh ) On 6/22/05, Bill Carlson <[EMAIL PROTECTED]> wrote: > On Sat, 18 Jun 2005, Dmitri Vassilenko wrote: > > > On Friday June 17 2005 22:08, A. Khattri wrote: > > > On Fri, 17 Jun 2005, Dmitri Vassile

Re: [gentoo-user] Mail system recommendations

2006-11-15 Thread Julien Cayzac
On 11/8/06, Raymond Lewis Rebbeck <[EMAIL PROTECTED]> wrote: postfix is supposed to be pretty good.gmail is even better :)with all the amount of spam hits my smtp server has received before I removed it, there is no way I will declare a MX record in my dns ever again... jc

Re: [gentoo-user] USB Mass Storage Device with Gentoo Kernel 2.6.11

2005-04-28 Thread Julien Cayzac
On 4/28/05, Daniel Röder <[EMAIL PROTECTED]> wrote: > I try to get my external USB2.0 HDD working with my Gentoo-System with > Kernel 2.6.11-r6. Mine works out of the box on a 2.6.10-r6 system. $ dmesg ... usb 1-1: new high speed USB device using ehci_hcd and address 3 scsi2 : SCSI emulation for U

Re: [gentoo-user] gcc-4.0.0?

2005-04-29 Thread Julien Cayzac
My whole system (desktop one, with kde and usual multimedia things) is compiled with this version and normal CFLAGS. I never had a problem with gcc 3.4. Julien On 4/24/05, Willie Wong <[EMAIL PROTECTED]> wrote: > Well... modulo tweaking USE flags to disable some things and changing > my CFLAGS, ev

Re: [gentoo-user] how to japanese intput

2005-05-07 Thread Julien Cayzac
On 5/7/05, askar ... <[EMAIL PROTECTED]> wrote: > Hello! > > I'm using Gentoo 2005.0, KDE and Fluxbox. > I want to be able writing in japanese. > Is there step-by-step setup guide for this. > I looked at internet there some information, but each site has its own > differences. > I dont want to jap

Re: [gentoo-user] how to japanese intput

2005-05-07 Thread Julien Cayzac
On 5/8/05, Julien Cayzac <[EMAIL PROTECTED]> wrote: > On 5/7/05, askar ... <[EMAIL PROTECTED]> wrote: > > Hello! > > > > I'm using Gentoo 2005.0, KDE and Fluxbox. > > I want to be able writing in japanese. > > Is there step-by-step setup g

Re: [gentoo-user] XML Editor

2005-05-11 Thread Julien Cayzac
My favorite one is Komodo, but you cannot speak about an XML editor anymore: it's more likely a XML IDE :-) It's shareware, but only cost about $20 -and damn, it's woth them! Check out ActiveState's website for more info ans a free trial. On 5/11/05, Steve [Gentoo] <[EMAIL PROTECTED]> wrote: > I