Re: [gentoo-user] What's wrong with my locales?

2005-06-16 Thread Rafael Fernández López
Maybe you're missing /etc/env.d/02locale, where you must set your LANG,
LANGUAGE and LC_ALL.

Bye.

El mié, 15-06-2005 a las 16:21 +0200, Holly Bostick escribió:
> I've been trying to get my locales straightened out. I want to use
> [EMAIL PROTECTED] (ISO8859-15) as my default encoding. I originally followed
> the Gentoo Localization Guide and defined the following locales in
> /etc/locales/build:
> 
> en_us/ISO-8859-1
> en_US.ISO-8859-15/ISO-8859-15
> en_US.UTF-8/UTF-8
> nl_NL/ISO-8859-1
> [EMAIL PROTECTED]/ISO-8859-15
> nl_NL.UTF-8/UTF-8
> 
> rebuilt glibc (again) and everything was kinda OK, except that
> 
> 1) GDM was displaying in English, so clearly some global setting prior
> to loading the user desktop was set to English;
> 
> 2) "random" programs, usually when run from a su - terminal, reported
> that the locale was not recognized, and were defaulting to C. This
> continued to occur even after I put
> 
> export LANG="[EMAIL PROTECTED]"
> 
> in root's .bashrc (it had originally been set to en_US something, as an
> additional check against remembering that any given program was being
> run as root and to be careful).
> 
> Then I found a how-to on the Wiki:
> http://gentoo-wiki.com/HOWTO_Create_an_UTF-8_enabled_system .
> 
> Of course, I didn't so much want UTF8 as I did ISO8859-15 (I've not
> found UTF, which I used previously, all it's cracked up to be, frankly,
> as the relative lack of applications that support it as opposed to the
> ISO8859 encodings seemed to cause the stated benefits to evaporate).
> 
> But what I did find in the wiki article was this new (to me) information:
> 
> "Now you should create /etc/env.d/02locale file, specifying the locales
> to use. You can add one or two different values usually, but for
> european countries with euro currency you need to add a third.
> 
>  LANG=it_IT.UTF-8
>  LC_ALL=it_IT.UTF-8"
> 
> I didn't have an /etc/env.d/02locale file, so I created one:
> 
> LANG=nl_NL.ISO-8859-15
> LC_ALL=nl_NL.ISO-8859-15
> 
> So now, GDM says "Welkom bij &(hostname)" instead of "Welcome to
> $(hostname)", and the buttons on the side say things like "Taal" instead
> of "Language". So I've done something right. But I've also done
> something wrong:
> 
> emerge -av splashutils splash-themes-livecd splash-themes-gentoo
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
>   LANGUAGE = (unset),
>   LC_ALL = "nl_NL.ISO-8859-15",
>   LANG = "[EMAIL PROTECTED]"
> are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").
> 
> 
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
>   LANGUAGE = (unset),
>   LC_ALL = "nl_NL.ISO-8859-15",
>   LANG = "nl_NL.ISO-8859-15"
> are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
>   LANGUAGE = (unset),
>   LC_ALL = "nl_NL.ISO-8859-15",
>   LANG = "nl_NL.ISO-8859-15"
> are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").
> 
> $LANGUAGE ? Where am I supposed to set that? And what's the syntax? Perl
> seems to be the only one upset by this; why? And where do I set the
> actual locale, since none of all of these settings seem to be what the
> system (or Perl) is looking for?
> 
> It's not a crisis (everything seems to be working nonetheless), but I
> would like to straighten this out (even if it means going to UTF8).
> 
> Thanks for any help,
> 
> Holly

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ATI radeon drivers/config

2005-06-16 Thread Rafael Fernández López
Check some things:

* fglrx is loaded in the kenrel (lsmod).
* fglrx is loaded as the xserver driver.
* Run # opengl-update ati
* BE CAREFUL: You must not have COMPOSITE EXTENSION enabled in the
xorg.conf or your fglrx module will not direct render.

Bye.

El jue, 16-06-2005 a las 17:56 +0300, Martins escribió:
> hi,
> 
> did a lot of googling, read a lot of howtos, but still strugling to get  
> ATI work perfect. could someone send me working conf files for xorg and  
> kernel and  /etc/modules.autoload.d/kernel-2.6 to row by row check
> 
> thanx in advance
> 
> Martins
> 
> my pci:
> # lspci
> :00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge  
> [K8T800/K8T890 South]
> :01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AP  
> [Radeon 9600]
> :01:00.1 Display controller: ATI Technologies Inc RV350 AP [Radeon  
> 9600] (Secondary)
> 
> # glxinfo | grep -i "direct rendering"
> direct rendering: No
> 
> # fglrxinfo
> display: :0.0  screen: 0
> OpenGL vendor string: Mesa project: www.mesa3d.org
> OpenGL renderer string: Mesa GLX Indirect
> OpenGL version string: 1.2 (1.5 Mesa 6.2.1)
> 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ATI radeon drivers/config

2005-06-16 Thread Rafael Fernández López
Maybe you have a previous version of the ati-drivers, and you have a
2.6.11 or like kernel. If you are not using the last ati-drivers, you
need 2.6.10 in order to make them work succesfully.

Bye.

El jue, 16-06-2005 a las 18:38 +0300, Martins escribió:
> fglrx failing to load
> 
> mar log # modprobe -l fglrx
> /lib/modules/2.6.11-gentoo-r11/video/fglrx.ko
> 
> and here some interesting parts
> 
> mar log # cat dmesg | grep fglrx
> fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies,  
> Starnberg, GERMANY' taints kernel.
> fglrx: Unknown symbol agp_bind_memory
> fglrx: Unknown symbol agp_enable
> fglrx: Unknown symbol agp_backend_acquire
> fglrx: Unknown symbol agp_free_memory
> fglrx: Unknown symbol agp_allocate_memory
> fglrx: Unknown symbol agp_unbind_memory
> fglrx: Unknown symbol agp_copy_info
> fglrx: Unknown symbol agp_backend_release
> 
> mar log # cat dmesg | grep radeon
> radeon: Unknown symbol remap_page_range
> 
> 
> 
> 
> On Thu, 16 Jun 2005 18:00:07 +0300, Rafael Fernández López  
> <[EMAIL PROTECTED]> wrote:
> 
> > Check some things:
> >
> > * fglrx is loaded in the kenrel (lsmod).
> > * fglrx is loaded as the xserver driver.
> > * Run # opengl-update ati
> > * BE CAREFUL: You must not have COMPOSITE EXTENSION enabled in the
> > xorg.conf or your fglrx module will not direct render.
> >

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] I can't save Mixer config

2005-06-19 Thread Rafael Fernández López
Hi !

I do use gnome and alsa for my sound. Everytime that I boot I've to set
up mixer properties and volumes, because it doesn't save them as
default. I don't know how to do it, but I don't like to set up it
everytime that I boot.

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



Re: [gentoo-user] I can't save Mixer config

2005-06-19 Thread Rafael Fernández López
Daniel Drake wrote:

>Rafael Fernández López wrote:
>  
>
>>I do use gnome and alsa for my sound. Everytime that I boot I've to set
>>up mixer properties and volumes, because it doesn't save them as
>>default. I don't know how to do it, but I don't like to set up it
>>everytime that I boot.
>>
>>
>
>The ALSA guide can probably help you out
>
>http://www.gentoo.org/doc/en/alsa-guide.xml
>
>Daniel
>  
>
Fixed. Thanks.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fglrx error messages

2005-06-19 Thread Rafael Fernández López
Mark Knecht wrote:

>I'm seeing the following after booting a new machine. Any ideas what I
>might have messed up when building it? (If anything) The machine seems
>to be working fine. MythTV is all it runs and it's running fine so
>far. ati-drivers was emerged after building the kernel. Kernel config
>issue? the hardware is a Pundit-R which uses an ATI chipset.
>
>
>Linux agpgart interface v0.100 (c) Dave Jones
>fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies,
>Starnberg, GERMANY' taints kernel.
>[fglrx] Maximum main memory to use for locked dma buffers: 144 MBytes.
>ACPI: PCI interrupt :01:05.0[A] -> GSI 16 (level, low) -> IRQ 16
>[fglrx] module loaded - fglrx 8.12.10 [Apr  4 2005] on minor 0
>[fglrx] AGP detected, AgpState   = 0x (hardware caps of chipset)
>[fglrx:firegl_unlock] *ERROR* Process 5756 using kernel context 0
>myth12 ~ #
>
>
>Thanks,
>Mark
>
>  
>
What kernel version are you using ?

Have your kernel support for DRI ? If it has, recompile your kernel
without it.

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



Re: [gentoo-user] handling folders with spaces

2005-06-20 Thread Rafael Fernández López
Zac Medico wrote:

>timothy johnson wrote:
>  
>
>>trying to play starcraft, got it installed but it installed it to
>>Program Files, now I have to get the the exe in a term but I cant seem
>>to cd to Program Files cause of the space. Any ideas on how to get
>>around this???
>>
>>
>>
>
>You could quote the space or escape it.
>
>cd "Program Files"
>
>or
>
>cd Program\ Files
>
>Zac
>  
>
There is another way of getting to that folder without problems, and
getting to folders much more fast. You can do:

cd Program*

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



[gentoo-user] i18n issue

2005-06-20 Thread Rafael Fernández López
Hi!

This is an issue for talking about i18n, I think that in general it's
not well-built in Linux in general. These are main reasons:

* I do use [EMAIL PROTECTED] and ISO-8859-15 encoding. I'm forced to use this,
because if I used UTF-8, some special characters make us mad, and they
don't work as they should. Another main reason, is that if I've
everything compiled for ISO-8859-15 in locales.build, I'm NOT GOING to
recompile all my system for making it UTF-8.

* UTF-8 is an effort for making an universal encoding, but as I said
before, It doesn't work perfectly for spanish users (I talk from my
point of view, because is the thing that I know).

* Without UTF-8, some apps like Totem creates problems in my system,
this is a bug that I posted in gentoo and it's unconfirmed yet, but I
would like you to think about it:

http://bugs.gnome.org/show_bug.cgi?id=307617

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



Re: [gentoo-user] handling folders with spaces

2005-06-20 Thread Rafael Fernández López
Zac Medico wrote:

>Rafael Fernández López wrote:
>  
>
>>Zac Medico wrote:
>>
>>
>>
>>
>>>timothy johnson wrote:
>>>
>>>
>>>
>>>  
>>>
>>>>trying to play starcraft, got it installed but it installed it to
>>>>Program Files, now I have to get the the exe in a term but I cant seem
>>>>to cd to Program Files cause of the space. Any ideas on how to get
>>>>around this???
>>>>
>>>>  
>>>>
>>>>
>>>>
>>>You could quote the space or escape it.
>>>
>>>cd "Program Files"
>>>
>>>or
>>>
>>>cd Program\ Files
>>>
>>>Zac
>>>
>>>
>>>  
>>>
>>There is another way of getting to that folder without problems, and
>>getting to folders much more fast. You can do:
>>
>>cd Program*
>>
>>Bye.
>>
>>
>
>Have you tried bash tab completion yet?  You can type "cd P" and press tab for 
>autocompletion.  
>
>Zac
>  
>
Another way too...
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Custom Icons

2005-06-20 Thread Rafael Fernández López
sIbOk wrote:

>maybe it's implemented, in kde it can be enabled with:
>view->directory icons reflect its content
>look for something similar under gnome.i'm bnot a gnoem user, sorry and luck :)
>
>2005/6/18, timothy johnson <[EMAIL PROTECTED]>:
>  
>
>>I was wondering if there was any scripts out there that would make a
>>custom icon for a folder in gnome, based off of a photo in that
>>folder, kinda like windows does when it stores photos in a folder.
>>
>>--
>>gentoo-user@gentoo.org mailing list
>>
>>
>>
>>
>
>
>  
>
It's not what he wanted.

Yes, in Gnome you can right-click on your icon, and at the bottom of the
properties dialog there is a button for customizing that icon.

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



[gentoo-user] Interface issue

2005-06-20 Thread Rafael Fernández López
Hi,

Continuing my "issues", I'd like to talk about another thing that should
change in Linux.

Well, we have to take in count that we're all Linux users, and that we
all know that firefox navigates the internet, and thunderbird reads your
email.

Now, what I want to suggest is to change some apps' name, I mean: It's
true that nowadays linux is going straight to the desktop, but think
about telling a friend (that doesn't know what Linux is, I'm sure you've
got such friend) and to install it. Will he know that firefox is for
surfing the Internet? and Thunderbird for reading his emails? I think
that the response is "No".

We must do some things to make linux even better, and easier for that users.

"Internet Navigator" instead of "Firefox", "My E-Mail" instead of
"Thunderbird"... you know... such things.

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



Re: [gentoo-user] Interface issue

2005-06-20 Thread Rafael Fernández López
Neil Bothwick wrote:

>On Mon, 20 Jun 2005 16:36:50 +0200, Rafael Fernández López wrote:
>
>  
>
>>Now, what I want to suggest is to change some apps' name, I mean: It's
>>true that nowadays linux is going straight to the desktop, but think
>>about telling a friend (that doesn't know what Linux is, I'm sure you've
>>got such friend) and to install it. Will he know that firefox is for
>>surfing the Internet? and Thunderbird for reading his emails? I think
>>that the response is "No".
>>
>>
>
>That's a desktop environment issue. For example, the KDE menu has items
>like "Web browser (Konqueror)", making the name of the program irrelevant.
>
>  
>
>>We must do some things to make linux even better, and easier for that
>>users.
>>
>>"Internet Navigator" instead of "Firefox", "My E-Mail" instead of
>>"Thunderbird"... you know... such things.
>>
>>
>
>mail-client contains 38 packages, which one becomes "My E-Mail"? 
>
>What do you do about programs that don't fit into a single category, like
>Mozilla or Konqueror? Creating suitably named desktop menu or icon
>entries makes a lot more sense.
>
>
>  
>
Well... that's the most important point that I mean.

There are lots of email clients, so Gnome or KDE could be configured (is
in some way possible right now) to be one as default, and always that
you clicked "My Email" would open the one that was set as default.

For people that doesn't care about all those things and doesn't want to
know more (MOST OF WINDOWS USERS), they DON'T WANT TO KNOW THAT THERE
ARE 254 email clients, that only will confuse them, and THINK THAT LINUX
IS PRETTY HARD.

So Linux could come with some defaults settings, that the people (like
us) would change to make it more personal or better. But most of people
(if we want linux to be in the desktop as windows is now), won't take
care of.

I think that my father wouldn't like to know that there are X email
clients, and the features of each one. He only wants to click on "MY
EMAIL" and read his new email. That's the point.

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



Re: [gentoo-user] Interface issue

2005-06-20 Thread Rafael Fernández López
Hi,

Ok, let's stop discussing this because it makes no sense.

Gentoo fits my needs perfectly, and from my point of view, is the best
distro that I've used ever in this no-dual-boot 3 years using Linux.

I just wanted to know what did think other users about opening Linux to
people that only want to use the computer for writing letters, checking
email and surfing the Internet.

Sorry if I was wrong in some way.

Bye.

> Rafael Fernández López schreef:
>> I think that my father wouldn't like to know that there are X email
>> clients, and the features of each one. He only wants to click on "MY
>> EMAIL" and read his new email. That's the point.
>>
>
> And so your father can use SuSE, or Lindows, or one of the many other
> distributions (probably including Mandriva, Ubuntu, Libranet, and
> Xandros), which do this by default, in the name of "user-friendliness".
>
> I don't know what is the point of saying "Linux should do" as if
> "Linux" is just one thing. Well, OK it is (the kernel), but an installed
> OS is naturally more than just the kernel (under Windows as well). The
> entire point of distributions is to cater to certain preferences, and if
> X distribution does not cater to yours, then try Y distribution.
>
> In any case, I certainly don't know what the point of "discussing" some
> non-existant monolithic Linux here might be (even if it did exist, what
> exactly are the interested subscribers to the gentoo-users list supposed
> to do about it).
>
> Holly
>
>
> --
> gentoo-user@gentoo.org mailing list
>
>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kde path is missing

2005-06-28 Thread Rafael Fernández López
Jan Callewaert wrote:

>Hi,
>
>I was recompiling kde today, but now the path isn't set anymore. If I run 
>env-update, the bin directory of kde isn't added to the path (of course after 
>executing source /etc/profile).
>
>My kde-env looks like this:
>
># cat /etc/env.d/99kde-env
>KDEDIRS=/usr
>CONFIG_PROTECT=/usr/share/config
>KDE_MALLOC=1
>#KDE_IS_PRELINKED=1
>
>which is like you'd expect from the ebuild kde-env. I find it strange that 
>there is no PATH variable in it for kde.
>
>I can manually add "ROOTPATH=/usr/kde/3.4/bin" to the env file, and 
>then /etc/profile.env gets updated, and also the path. But I wonder what's 
>the correct way to do this is, since I'll have to update it each time I 
>install a new kde.
>
>Regards,
>
>Jan
>
>
>  
>
Wow man... that's true. It happens to me too.

Maybe we can change it to /usr/kde/3.4, right?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] revdep-rebuild questions...

2005-06-29 Thread Rafael Fernández López
El Miércoles 29 Junio 2005 14:32, Dave Nebinger escribió:
> I updated world yesterday which gave me a new com_err release.  Saw the
> notice about running revdep-rebuild fly by when I did it but ignored it
> because I've never really needed to do this before.
>
> Soon thereafter I could not ssh to the box because of the missing
> libcom_err.so.3 file and realized that I had ignored the message at my own
> peril...
>
> So revdep-rebuild is currently running on the box but I'm wondering how
> often the revdep-rebuild needs to be run...
>
> Any suggestions from you folks out there in gentoo land?
>
> I'm thinking about building a cron script to run early in the morning and,
> if a recent emerge has taken place, run revdep-rebuild automatically.  Does
> this sound like a good idea or not?
>
> Does revdep-rebuild rebuild the same version of the packages that are
> currently installed or will it do a package update from the portage tree?

Theorically revdep-rebuild should be run every update that changes some linked 
libraries. All apps that are depending on them maybe won't find them, and 
they'll crash or not work correctly, for that reason, revdep-rebuid, looks 
for all linked libraries needs on apps, and checks if they do exist.

It's pretty useful.

Bye.
-- 
"You know you're brilliant, but maybe you'd like to understand what you did 2 
weeks from now." - Linus Torvalds

Gentoo GNU/Linux.


pgp9yXNJCRbfn.pgp
Description: PGP signature


Re: [gentoo-user] Ati Linux Proprietary Driver

2005-06-29 Thread Rafael Fernández López
El Jueves 30 Junio 2005 00:20, XXOmega21XX escribió:
> --- Benjamin Fritzsche <[EMAIL PROTECTED]> wrote:
> > On Friday 28 January 2005 03:19, Rui Silva wrote:
> > > hello ppl
> > >
> > > i'm thinking on buying a new notebook computer.
> > >
> > > the model i'm interested has a ATI 9700 128Mb
> >
> > graphic card. R300 based
> >
> > > How are the drivers for this graphic card??
> > >
> > > Is ATI LInux driver good enough?? i'm not going to
> >
> > play games. just
> >
> > > the aplications commonly used.
> > >
> > > What about video out?? does it work??
> > >
> > > the instalation is smooth or not??
> > >
> > > share your experiences please, help me decide
> >
> > For Desktop Use you´ll be perfectly happy with Xorg
> > radeon drivers. They work
> > perfectly here on an Inspiron 8600 (Radeon 9600 Pro
> > Turbo, which is the same
> > chip with a lower frequency AFAIK).
> >
> > You´ll get: Video-Out support (Including Clone,
> > Xinerama and ext. only),
> > Dynamic Clock frequency, Working Hibernate/Suspend
> > to Ram (With
> > hibernate-script and vbetool).
> >
> > Basically everything works except DRI and TV-Out.
> > (Which work with the
> > ATI-Drivers).
> >
> > Feel free to contact me if you run into troubles.
> > I´ll happily share my
> > xorg.conf.
> >
> > Benny
> >
> >
> >
> > --
> > gentoo-user@gentoo.org mailing list
>
> Hi. I have a similar question.
> My Laptop (Toshiba Satellite A70)
> does have SVideo Out, and I really need that to work.
> I saw on the ATI site that their propriatary Linux
> drivers were not for notebooks. Is that true, and
> is there an extra package (open source) I could
> emerge for Open Source support on SVideo?
> For the record, its an ATI Mobility Radeon 9000.
>
> Thanks!!!
>
>
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com

Well, I do own a Fujitsu-Siemens AMILO with ATI RADEON 9700 and IT DOES WORK 
PERFECTLY with ati-drivers, so I think that it works with laptops...

Bye.

-- 
"You know you're brilliant, but maybe you'd like to understand what you did 2 
weeks from now." - Linus Torvalds

Gentoo GNU/Linux.


pgpiHLIf2OuDV.pgp
Description: PGP signature


Re: [gentoo-user] Ati Linux Proprietary Driver

2005-06-30 Thread Rafael Fernández López
Well, I cannot turn on composite extension. Right. I'm sure that very early 
ATI will improve linux's graphical drivers, as they're doing right now.

They're developing better drivers, so there's no reason about thinking that 
composite won't be enabled for ATI graphics card.

Well, I liked TOO MUCH this laptop specifications and it was INCREDIBLY CHEAP, 
and a 128mb graphics card for a laptop is a HUGE graphics card... so I 
couldn't resist... I see that from time to time, ati is improving ati 
drivers.

Bye.

El Viernes 01 Julio 2005 01:49, Justin Hart escribió:
> I, humbly, must disagree.
>
> ATI's drivers have been far behind.  The Radeon drivers, rather than
> the fglrx ones, fall short on many fronts.  The ATI fglrx drivers,
> have been behind since I got this card.  You still can't run composite
> and dri together.
>
> Buying an ATI card for a Linux box is not a good decision.  Go with
> nVidia, at least their drivers work.  I've thought of buying an nVidia
> card for this notebook for months because, frankly, ATI hasn't been
> taking care of the matter, and won't in the forseeable future.
>
> Justin
>
> On 6/29/05, Rafael Fernández López <[EMAIL PROTECTED]> wrote:
> > El Jueves 30 Junio 2005 00:20, XXOmega21XX escribió:
> > > --- Benjamin Fritzsche <[EMAIL PROTECTED]> wrote:
> > > > On Friday 28 January 2005 03:19, Rui Silva wrote:
> > > > > hello ppl
> > > > >
> > > > > i'm thinking on buying a new notebook computer.
> > > > >
> > > > > the model i'm interested has a ATI 9700 128Mb
> > > >
> > > > graphic card. R300 based
> > > >
> > > > > How are the drivers for this graphic card??
> > > > >
> > > > > Is ATI LInux driver good enough?? i'm not going to
> > > >
> > > > play games. just
> > > >
> > > > > the aplications commonly used.
> > > > >
> > > > > What about video out?? does it work??
> > > > >
> > > > > the instalation is smooth or not??
> > > > >
> > > > > share your experiences please, help me decide
> > > >
> > > > For Desktop Use you´ll be perfectly happy with Xorg
> > > > radeon drivers. They work
> > > > perfectly here on an Inspiron 8600 (Radeon 9600 Pro
> > > > Turbo, which is the same
> > > > chip with a lower frequency AFAIK).
> > > >
> > > > You´ll get: Video-Out support (Including Clone,
> > > > Xinerama and ext. only),
> > > > Dynamic Clock frequency, Working Hibernate/Suspend
> > > > to Ram (With
> > > > hibernate-script and vbetool).
> > > >
> > > > Basically everything works except DRI and TV-Out.
> > > > (Which work with the
> > > > ATI-Drivers).
> > > >
> > > > Feel free to contact me if you run into troubles.
> > > > I´ll happily share my
> > > > xorg.conf.
> > > >
> > > > Benny
> > > >
> > > >
> > > >
> > > > --
> > > > gentoo-user@gentoo.org mailing list
> > >
> > > Hi. I have a similar question.
> > > My Laptop (Toshiba Satellite A70)
> > > does have SVideo Out, and I really need that to work.
> > > I saw on the ATI site that their propriatary Linux
> > > drivers were not for notebooks. Is that true, and
> > > is there an extra package (open source) I could
> > > emerge for Open Source support on SVideo?
> > > For the record, its an ATI Mobility Radeon 9000.
> > >
> > > Thanks!!!
> > >
> > >
> > > __
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam protection around
> > > http://mail.yahoo.com
> >
> > Well, I do own a Fujitsu-Siemens AMILO with ATI RADEON 9700 and IT DOES
> > WORK PERFECTLY with ati-drivers, so I think that it works with laptops...
> >
> > Bye.
> >
> > --
> > "You know you're brilliant, but maybe you'd like to understand what you
> > did 2 weeks from now." - Linus Torvalds
> >
> > Gentoo GNU/Linux.
>
> --
> Justin W. Hart

-- 
"You know you're brilliant, but maybe you'd like to understand what you did 2 
weeks from now." - Linus Torvalds

Gentoo GNU/Linux.


pgpGRGrWaXetu.pgp
Description: PGP signature


Re: [gentoo-user] ati-drivers can work with 2.6.15!

2006-01-07 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Iain Buchanan wrote:
> Hi all,
> 
> Instead of a question this time, I have an answer!
> 
> If you're trying to get ati-drivers (fglrx) to load with ernet parche de 
> Microsoft linux-2.6.15
> its simple!  (Given the error you get is "undefined symbol: pm_register"
> or something similar).
> 
> The solution is to simply:  when configuring your kernel, under "Power
> management options (ACPI, APM)" turn on "Legacy Power Management API
> (PM_LEGACY)".  Then recompile the kernel (recompiling modules should not
> be necessary) and re-boot to this new kernel.
> 
> Now, for me at least, ati-drivers-8.20.8 loads fine!
> 
> HTH,

But they still don't run with xcompmgr, right ?

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDv8oS9RRlaicc3IERAt+yAKCfZApbZeIdqMLesB50JIJjyjvYZgCfS89h
izjxBdTcyhcZDDcKAIR0MJY=
=e3cI
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Petr Kocmid wrote:
> On Tuesday 10 January 2006 04:40, Mark Stewart wrote:
> 
>>Hello fellow Linux Users!
>>We here at SaviourLinux.com desire to create a united universal way.
>>Please visit the website for more information, but here is the purpose:
> 
> 
> You missed the target audience. Here at gentoo there are mostly hardcore 
> linux 
> geeks, and we already have "universal way". You do not make a fortune here 
> with a scam like this.
> 

I'm really impressed how such a spam message can take so long and lots
of replies... hahaha, but it is pretty funny to hear all your comments.

Well, in sf it doesn't seem to be anything... THEY HAVE WORKED TOO HARD
TILL NOW... hahaha.

I'm gonna install that thing instead of my  loved Gentoo
distro. :P

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDxCUj9RRlaicc3IERAk7KAKCVNVLF9o+zQQN+giDtUPg0AECmyACgqD+Q
TuUi87H06L5zin1s3hMmzWU=
=RsWd
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New Macs

2006-01-12 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark wrote:
> I got an email from Apple this morning announcing the new Intel-based
> Macs. I was wondering if anyone knew whether one of the Gentoo Intel
> flavors would run on those systems or whether that would be a whole
> different build
> --
> Mark
> [unwieldy legal disclaimer would go here - feel free to type your own]
> 

- From my point of view... they should have chosen amd instead of intel...
We all know that amd at this last time is making better processors than
intel. They will reply (I hope).

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDxtaS9RRlaicc3IERAgCfAJ48Z/ZxIUGVVIBs2F2H6vfzij+WIwCgrL90
0n/lvtQsnEiUBonh0l7Giic=
=hpAj
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strangeness with KDE 3.4

2006-01-12 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Holly Bostick wrote:
> Shawn Singh schreef:
> 
>>Thanks Holly. The user can login from the console. The user's icon doesn't
>>show in the list of users. Come to think of it, neither does my user show in
>>the list. I can key in my username and password to authenticate, so I
>>suspect (that since the other user can login from the console) she'll be
>>able to do likewise
>>
>>I guess the correct question to have asked is why won't my user's show up in
>>the list of users?
>>
> 
> Have you looked in
> 
> 
>>On 1/12/06, Holly Bostick <[EMAIL PROTECTED]> wrote:
>>
>>
>>>the KDE Control Center=> System Administration=> Login
>>>Manager=> Administrator Mode=> Users tab 
> 
> 
> ?

Run `kuser` and look what UID has the user that is not getting visible
into logging window. Typically when you create another user it will get
a lower UID. (You'll later understand).

Go to `kcontrol`, `System admin` (or something similar, I've got it in
Spanish), and `Access admin`.

Go to tab `Users`. See in `System UIDs` if your user UID is UNDER or
GREATER that those numbers, it won't be shown on login window.

Just change those numbers and you're set.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDxurl9RRlaicc3IERAi7kAJ9/8BkJnS5vDYMzrrpGR6G4CHTQIgCfQhLH
5OYc+0QAiQTeAK/4LfBeCA0=
=IIxg
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strangeness with KDE 3.4

2006-01-13 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Uwe Thiem wrote:
> On 12 January 2006 19:28, Shawn Singh wrote:
> 
>>Thanks Holly. The user can login from the console. The user's icon doesn't
>>show in the list of users. Come to think of it, neither does my user show
>>in the list. I can key in my username and password to authenticate, so I
>>suspect (that since the other user can login from the console) she'll be
>>able to do likewise
>>
>>I guess the correct question to have asked is why won't my user's show up
>>in the list of users?
> 
> 
> Check /usr/kde/3.4/share/config/kdm/kdmrc. Search for "HiddenUsers", 
> "MinShowUID" and "MaxShowUID". 
> 
> Uwe
> 

That's the same solution I proposed... He said users were on range.

Bye !!
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDyENk9RRlaicc3IERAmC5AJ9aJE2i/Xc9M4zLI53Je82yALiRdACfXyq6
VuelfL1bulaIBu/MqHEu+do=
=VPds
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw2200 dmesg error

2006-01-15 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Marco Calviani wrote:
> Hi list,
>   i'm running gentoo on a laptop with a ipw2200 wireless card. I'm
> running the current ipw2200 stable version, that is ipw2200-1.0.8-r1.
> It is running well but when used i'm seeing in the kernel messages the
> following messages:
> 
> ipw2200: Firmware error detected.  Restarting.
> ipw2200: Sysfs 'error' log captured.
> ipw2200: Firmware error detected.  Restarting.
> ipw2200: Sysfs 'error' log already exists.
> ipw2200: Firmware error detected.  Restarting.
> ipw2200: Sysfs 'error' log already exists.
> ipw2200: Firmware error detected.  Restarting.
> ipw2200: Sysfs 'error' log already exists.
> ipw2200: Firmware error detected.  Restarting.
> ipw2200: Sysfs 'error' log already exists.
> ipw2200: Firmware error detected.  Restarting.
> ipw2200: Sysfs 'error' log already exists.
> ipw2200: Firmware error detected.  Restarting.
> ipw2200: Sysfs 'error' log already exists.
> ipw2200: Firmware error detected.  Restarting.
> ipw2200: Sysfs 'error' log already exists.
> ipw2200: Firmware error detected.  Restarting.
> ipw2200: Sysfs 'error' log already exists.
> ipw2200: Firmware error detected.  Restarting.
> ipw2200: Sysfs 'error' log already exists.
> 
> Is this a known issue of these drivers?
> 
> Thanks in advance,
> MC
> 

I haven't seen that. I do use ipw2200 and ipw2200-firmware and at least
this driver works and I've not seen such a message like that.

I'm using linux-2.6.14-gentoo-r4.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDym2q9RRlaicc3IERAvKzAKCKMEjeSaVE8EIEUnYf5Yr7aJVsGQCfRowi
nDAfBtVNCTF8TgdpFGPC2oE=
=P1Xo
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw2200 dmesg error

2006-01-15 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rafael Fernández López wrote:
> Marco Calviani wrote:
> 
>>>Hi list,
>>>  i'm running gentoo on a laptop with a ipw2200 wireless card. I'm
>>>running the current ipw2200 stable version, that is ipw2200-1.0.8-r1.
>>>It is running well but when used i'm seeing in the kernel messages the
>>>following messages:
>>>
>>>ipw2200: Firmware error detected.  Restarting.
>>>ipw2200: Sysfs 'error' log captured.
>>>ipw2200: Firmware error detected.  Restarting.
>>>ipw2200: Sysfs 'error' log already exists.
>>>ipw2200: Firmware error detected.  Restarting.
>>>ipw2200: Sysfs 'error' log already exists.
>>>ipw2200: Firmware error detected.  Restarting.
>>>ipw2200: Sysfs 'error' log already exists.
>>>ipw2200: Firmware error detected.  Restarting.
>>>ipw2200: Sysfs 'error' log already exists.
>>>ipw2200: Firmware error detected.  Restarting.
>>>ipw2200: Sysfs 'error' log already exists.
>>>ipw2200: Firmware error detected.  Restarting.
>>>ipw2200: Sysfs 'error' log already exists.
>>>ipw2200: Firmware error detected.  Restarting.
>>>ipw2200: Sysfs 'error' log already exists.
>>>ipw2200: Firmware error detected.  Restarting.
>>>ipw2200: Sysfs 'error' log already exists.
>>>ipw2200: Firmware error detected.  Restarting.
>>>ipw2200: Sysfs 'error' log already exists.
>>>
>>>Is this a known issue of these drivers?
>>>
>>>Thanks in advance,
>>>MC
>>>
> 
> 
> I haven't seen that. I do use ipw2200 and ipw2200-firmware and at least
> this driver works and I've not seen such a message like that.
> 
> I'm using linux-2.6.14-gentoo-r4.
> 
> Bye,
> Rafael Fernández López.

Sorry I did a dmesg and that message shows for me too... but less times

[EMAIL PROTECTED] ~ $ dmesg | grep ipw2200
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.10
ipw2200: Copyright(c) 2003-2005 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Unknown notification: subtype=40,flags=0xa0,size=40
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log captured.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDym4Z9RRlaicc3IERAgbMAJ9S51jy2vaLEbBQxDMzKGdjt3IW3wCdGsUa
wEE2TtbdVgLdzsGODQn8+bc=
=zzro
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw2200 dmesg error

2006-01-15 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Matthias Bethke wrote:
> Hi Rafael,
> on Sunday, 2006-01-15 at 16:45:29, you wrote:
> 
>>Sorry I did a dmesg and that message shows for me too... but less times
>>
>>[EMAIL PROTECTED] ~ $ dmesg | grep ipw2200
>>ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.10
>>ipw2200: Copyright(c) 2003-2005 Intel Corporation
>>ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
>>ipw2200: Unknown notification: subtype=40,flags=0xa0,size=40
>>ipw2200: Firmware error detected.  Restarting.
> 
> 
> I have the same, though I never even noticed. The card works just fine.
> 
> BTW, Rafael, if you uploaded your key to the keyserver network, signing
> your mail would even make sense :)
> 
> regards
>   Matthias
> 
> 
> 
>>ipw2200: Sysfs 'error' log captured.
>>ipw2200: Firmware error detected.  Restarting.
>>ipw2200: Sysfs 'error' log already exists.
>>
>>Bye,
>>Rafael Fernández López.
>>-- 
>>gentoo-user@gentoo.org mailing list
>>
> 
> 

The server I've tried to upload returned always error 500. Now it is
uploaded. Sorry I absolutely have forgotten to re-upload.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDyrde9RRlaicc3IERAj+hAJ9XtM8AMIAzrojsubUJoDjZB6uM0QCeKndo
1/SwELOSr5ItaF0TZnKZ3ys=
=IPW3
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Marco Calviani wrote:
> Hi list.
>   i think this is a general issue of the ipw2200 drivers since i've
> found this site http://www.bughost.org/bugzilla/ and lots of people
> seems to have the very same problem.
> Let's hope the future release will deal with this.
> 
> Regards,
> MC
> 

I don't consider this trouble critical. My wireless connection works
perfectly, indeed I haven't noticed that trouble until Marco started
this thread.

I think we shouldn't worry about it too much.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDyryD9RRlaicc3IERAjg/AJ0WaHUk84D8mK9q4LRg7FOFF65aOgCgqBty
i1OvLyz52q/ISkOdY53BpZw=
=908w
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How many people use KDE?

2006-01-20 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Linux Java wrote:
> I wanna to know KDE and Gnome which is more popular.
> 

I love KDE. It is fully customizable and its code is simply perfect.
One thing that I love from KDE (that makes it less "fast") is that is
written in C++, that has lots of advantages, for example for code
mantaining and so on...

I use KDE as user and I like to develop for KDE and QT (3 or 4, but 4
better ;) ). C++ code is so cute and polished... KDE project is one of
the best things I've seen ever (well take a look at another amazing
projects like eclipse or openoffice).

What I don't like from Gnome is that it is like a block. You maybe
won't customize it too much.

Talking as developer, programming for Gnome is simply terrible. C code
emulating C++ is just a bad path for creating big things (well...  for
example in linux kernel we have to use C because we need it to be really
fast but for a window manager... I think that we could use C++ and it
will run pretty fast).

I can't notice what speed difference exists between Gnome and KDE.
Computers of nowadays can deal with KDE with no problems.

If you have an old computer the worst thing is that KDE won't work as
you'd maybe like to, but maybe Gnome won't too !! And you'll have to
install something like blackbox or something similar...

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD0av+9RRlaicc3IERAvv6AJ41Lu74v5pzS4VqXsl/vpRFaYt16wCbBlJY
d9bBf4waZ5XfNeWICW1Lm3c=
=tOLW
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] joomla

2006-01-24 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Uwe Thiem wrote:
> Hi folks,
> 
> any joomla or mambo experts here?
> 
> I have got joomla-1.0.7 and php-5.1.1.
> 
> When I try to log into the site as admin after configuring it, I get this:
> Fatal error: Call to undefined function session_name() 
> in /var/www/localhost/htdocs/joomla/administrator/index.php on line 83
> 
> I just synced and pretended to emerge joomla but it would not emerge a newer 
> version.
> 
> What am I doing wrong? :-(
> 
> Uwe
> 

You've to emerge php with "session" USE enabled.

# USE="session" emerge -v dev-lang/php

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD1o089RRlaicc3IERAoMNAJ408TuqnQ1lHXO+lG24gtLgLWvmHQCfWw5b
2/p6nzX1hQEt52NT1OD1Xao=
=Wqv3
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] joomla

2006-01-24 Thread Rafael Fernández López
It was only a quick replying... of course if you want to upgrade php
you'll have to add for example "session" to your make.conf USE variable.

Bye,
Rafael Fernández López.

> Arrghhh Bad Habits...
> Add:
>
> dev-lang/php session
>
> to your package.use file
>
> :- )
>
> On 1/24/06, Uwe Thiem <[EMAIL PROTECTED]> wrote:
>> On 24 January 2006 22:25, Rafael Fernández López wrote:
>> > Uwe Thiem wrote:
>> > > Hi folks,
>> > >
>> > > any joomla or mambo experts here?
>> > >
>> > > I have got joomla-1.0.7 and php-5.1.1.
>> > >
>> > > When I try to log into the site as admin after configuring it, I get
>> > > this: Fatal error: Call to undefined function session_name()
>> > > in /var/www/localhost/htdocs/joomla/administrator/index.php on line
>> 83
>> > >
>> > > I just synced and pretended to emerge joomla but it would not emerge
>> a
>> > > newer version.
>> > >
>> > > What am I doing wrong? :-(
>> > >
>> > > Uwe
>> >
>> > You've to emerge php with "session" USE enabled.
>> >
>> > # USE="session" emerge -v dev-lang/php
>>
>> Thanks! That did it. :-)
>>
>> Uwe
>>
>> --
>> Unix is sexy:
>> who | grep -i blonde | date
>> cd ~; unzip; touch; strip; finger
>> mount; gasp; yes; uptime; umount
>> sleep
>>
>> --
>> gentoo-user@gentoo.org mailing list
>>
>>
>
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc version used for build?

2006-01-27 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Phil Sexton wrote:
> Ernie Schroder wrote:
> 
>> On Friday 27 January 2006 10:41, a tiny voice compelled Phil Sexton to
>> write:
>>
>>> Ernie Schroder wrote:
>>>
>>>> I used to know this but I can't find info today. How do I tell which
>>>> version of gcc was used to compile my kernel?
>>>
>>>
>>> This should do it:
>>> gcc -v
>>>
>>
>>
>> Maybe I wasn't clear enough Phil, I suspected that my kernel was built
>> with an old gcc and my nvidia modules with my current version
>> (gcc-3.4.4-r1).
>> Andres' suggestion (cat /proc/version) was what I needed.
>>
>> $ cat /proc/version
>> 
>> (gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)) #1 Fri
>> Dec 9 15:39:27 EST 2005
> 
> 
> I most likely don't fully understand the difference between the
> two/three commands and I was going by a vague memory from a couple of
> years back.
> 
> Could someone expound on these 3 commands?  I don't really understand
> the man and info pages on these.
> 
> gcc -v
> gcc --version
> (I thought the previous two were the same.)
> cat /proc/version
> 
> Does one or more show the currently being used gcc and another show a
> previous version used for some other earlier compile(s)?
> 
> TIA
> 

Well, you can have upgraded GCC and have compiled your RUNNING kernel
with your old gcc version.

If you run `gcc -v` you only will get your NEW gcc version, but he
wanted to know with which version did he compile his kernel, and is not
with `gcc -v`. You can check it out with `cat /proc/version`.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD2mUZ9RRlaicc3IERAviSAJ4qEinUJ/Ymwe+ZCQdw2DRcLaWA3gCfe5wE
r2HLnubJjueN7v3cyY0/4b4=
=Qqt5
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] So O.K.

2006-02-04 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Well man... if you don't like Gentoo because of it's privileges
(etc-update for example?) LFS IS FOR YOU, I'M PRETTY SURE.

Anyway, if you don't like Gentoo (or you don't know how to use it
), don't tell us  Gentoo is. Post that thing in
Microsoft's forums, maybe they get you for working with them.

Where can we find some dudes as this one? I want to buy a circus...

Bye,
Rafael Fernández López.

- --
Un saludo,
Rafael Fernández López.

``A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds

``The explanation for 'free software' is simple--a person who has
grasped the idea of 'free speech, not free beer' will not get it wrong
again" - Richard Stallman
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD5RUM9RRlaicc3IERAqiKAJ9AtUXw+X3vnSCLq5EeYFQtGlXbhwCdHDjm
OVloxt9ufX/2DhfhfAs3VFI=
=N13y
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Using java-config with manually installed JDKs

2006-02-05 Thread Rafael Fernández López

> Hi,
>
> I've manually instaled the sun-jdk, but i wish i could add it to the
> java-config. is it possible?


One question... why did you install manually sun-jdk? All available
versions are on portage...


-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Too many failures in update world

2006-02-05 Thread Rafael Fernández López
Hi,

I don't use doxygen and I haven't got it installed neither. Well it seems
that there is a bug on that code. Check bugzilla and see if that's only
yours or if it happened to someone else.

You could add this version of doxygen to package.mask and try to emerge a
previous version (or don't add it to package.mask and go emerging a
previous one with emerge =what-ever/whatever-ver.sion).

Bye,
Rafael Fernández López.


-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]

2006-02-05 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jarry wrote:
>>>unsubscribe
>>
>>please try [EMAIL PROTECTED] instead.
> 
> 
> In my welcome-mail there is:
> 
> To unsubscribe send a mail to:
> [EMAIL PROTECTED]
> 
> Maybe it would not increase traffic too much if there were such
> a foot-note in every mail, automaticly included by ezmlm...
> 
> Jarry
> 

I think that is useless. The only thing you have to do for unsubscribing
is visit www.gentoo.org if you can't remember how, go to Lists and read,
that's not so hard.

There are lots of people unsubscribing and subscribing, only a few ones
write here for unsubscribing, we cannot do anything against that.

But I'm against adding that to EVERY MAIL posted, that would increase
size, and that's not a power reason for increasing size that way.

Bye,
Rafael Fernández López.

- --
Un saludo,
Rafael Fernández López.

``A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds

``The explanation for 'free software' is simple--a person who has
grasped the idea of 'free speech, not free beer' will not get it wrong
again" - Richard Stallman
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD5mKt9RRlaicc3IERAtgaAJ9D7AaLEDmA6TfV2OpX1SupZAJ+TACgg0u8
ZFF6+f78/ti5aRmFUunEpyM=
=5QGz
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]

2006-02-05 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Well my signature is there because I want it to be there. But I don't
want a comment from the list how I HAVE TO UNSUBSCRIBE. One thing is the
signature, and another thing is the information messages from mailing
system.

- --
Un saludo,
Rafael Fernández López.

``A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds

``The explanation for 'free software' is simple--a person who has
grasped the idea of 'free speech, not free beer' will not get it wrong
again" - Richard Stallman
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD5oAR9RRlaicc3IERAqUcAJ9cjxOHshnK2OYQsSYU5wZUhySL+wCaA2Vu
UIBx75yrXkEBV0fxfuZuOPc=
=E2Zo
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]

2006-02-06 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Since my objective is not to argue about stupid things like this, I'll
strip out my sig. I wouldn't like to know that someone kill himself
because of my sig... so I'll get it out.

If you felt offended by my sig, sorry. But from my point of view that
is *NOT* a reason for being felt offended.

Answering to Bo Andresen, I personally like the second option. Filter
the messages that only contains "unsubscribe" is a good point. But
anyway, we receive one each long time, I mean, unsubscribing messages to
gentoo-user is not very high, so I don't feel *offended* by them. (Maybe
someone does... :p).

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD580u9RRlaicc3IERAqKzAKCqFbK5AHcSakHzkCdGy3YLRWXCYQCgoATF
z/cYd13vRFd8sgQ0yocIq4E=
=Oakq
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New Tagline (Was "")

2006-02-06 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I saw worst things like the brand new Linux that didn't exist at all...
xD, but yes, you are right...

- --
Un saludo,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD589m9RRlaicc3IERArkEAJwKftlpS7UWT2aZLiYE6LK8Za6RagCfRqmz
zgjQgTkJzouuzuiydSdl08Y=
=9nbW
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Por qué eres tan maravilloso Gentoo

2006-02-11 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Buenas,

Pues esta vez no escribo porque tenga ninguna duda, ni porque tenga
algún problema relacionado con mi sistema. Sencillamente, escribo porque
quiero mostrar mi agradecimiento a todas las personas que hacen posible
un sistema como es Gentoo GNU/Linux, que brindan su esfuerzo y tiempo
libres en poder permitir que todos seamos iguales y que lo que nos
diferencie no sea el dinero, sino las ganas de conocer y de aprender,
una curva maravillosa.

Desde hace tiempo vengo defendiendo muy fuertemente todo el pensamiento
GPL así como las licencias CC (Creative Commons). ¿Por qué puedo tener
yo un libro que valga 80 euros [y tener acceso a ese conocimiento] y
alguien que no tenga esos 80 euros no pueda tener acceso nunca a esa
información? El conocimiento es un bien común, que interesa se expanda,
y que se debe compartir, sin apartar a nadie del acceso al mismo.
Dejemos que el conocimiento se expanda y nos inunde a todos, es algo que
nos beneficia de lejos.

El tiempo nos ha dado la razón. Un sistema privativo no es más seguro
por el hecho de tener el código oculto [de hecho se ha comprobado
experimentalmente xD]. Se han podido desarrollar sistemas como Samba o
Wine, que sin saber nada a priori [sobre el código] se ha permitido
emular, otro punto a favor de las mentes abiertas.

En definitiva quiero agradecer a todas las personas que se toman un
minuto para ayudar a otros con su conocimiento, por escaso que sea.
Quiero agradecer a todos los developers que se preocupan de que lo que
tienen entre manos sea de una calidad como lo que todos nosotros tenemos
instalados en nuestro disco duro, y también quiero agradecer cómo no al
maestro Robbins su genial idea de un sistema tan particular como Gentoo.

Como última nota, es como un sentimiento que tengo acerca de Gentoo, no
se si lo compartiréis. Me ocurre con Gentoo y LFS (Linux From Scratch).
¿Por qué Gentoo y no Debian u otra distro? Porque para mí es como ir a
un restaurante y que me sirvan el vino en la mesa, que lo abran delante
mía. Es una cuestión de educación. Prefiero que mi sistema se baje el
código, aplique parches (según directivas que YO controle, y nadie más),
y me cree la aplicación a <>. Para mí un sistema de paquetes
binarios es como que abran la botella de vino <>.

Un saludo y muchísimas gracias,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD7lRP9RRlaicc3IERAi3KAKCDHI0mGE3e0m7zRMyFFSY3NS7iVgCZAeuq
l4wCS2gQePZQvRj+r5cBa2g=
=GJoU
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Por qué eres tan maravillos o Gentoo

2006-02-11 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sorry, my mind was gone... this was for gentoo-user-es. It only talks
about gentoo, and how good it is !! ;)

Bye folks,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD7lc89RRlaicc3IERAimeAJ4iPOvxL2Nu1DU6zMYHLy83gGe1rACgjzlw
zukBNpMz0bEvaix6IeE2QKw=
=ig6Z
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Por qué eres tan maravillos o Gentoo

2006-02-11 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jarry wrote:
> Rafael Fernández López wrote:
> 
> 
>>Buenas,
> 
> 
> No comprendo...
> Could someone translate it?  :-)
> 
> Jarry
> 

Means "Hi" more or less.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD7lhP9RRlaicc3IERArZEAKCfDJqg9Bbd3NcHm0/9OYF4gcFBVQCeMFS0
Htv8gxdEMe69RxWrwBh8GXc=
=L6Cb
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] [REPOST] WAS Por qué eres tan maravilloso Ge ntoo BECOMES why are you so wonderful Gentoo

2006-02-11 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

This time I'm not writing to the list because I have a trouble, or
because I've some questions that need to be answered. This time, I do
write simply because I want to THANK all people that makes possible a
system like Gentoo GNU/Linux, that brings their effort and free time to
make us equally (in rights).

There have past time since I defend GPL and CC licences. Why can I have
access to a book that costs 80 dollars and someone that hasn't got that
money can't have access to it? I think that knowledge is something that
everybody should have free access to. Is a good (and a right) that
should be expanded, and nothing best than this kind of licenses. This is
good for everybody.

Time agreed with us (with those that defended free knowledge).
Privative software is not safer because of hidden source code [it has
been tested experimentally xD]. It has been possible to develop apps
like Samba or Wine, without knowing any Windows source code, only
testing and "hearing", this is a point for free minds.

So I want to thank all the people that takes a minute helping others
with their knowledge, doesn't matter how much it is. I want to thank all
developers that takes care of their packages, and making them as good as
we have installed right now (excellent quality). And I'd like to thank
master Robbins his idea of a particular system like Gentoo.

I'd like to say something that is like a "feeling", I don't know if
you'll agree with me. This happens me with Gentoo and LFS (Linux from
scratch). Why Gentoo and not Debian or other distro? Because for me is
like going to a restaurant, and they serve wine on your table, opening
it in front of you. Is a matter of education. I prefer my system to
download source code, apply patches (with diretives that I can control,
and no one more), and make for me the app. For me a binary packages
system is like if in the restaurant they open the wine bottle in the
kitchen, instead of in front of you.


Thank you all guys,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD7mDG9RRlaicc3IERAmqLAJ0SU6aGICClb9NQugC8+fbh/0ZuvwCfVULS
52YQzJS7Dhp1AlcPMKg8rdk=
=OeRX
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] WARNING! : Newbie ahead -- EMERGEncy problems

2006-02-12 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Meino Christian Cramer wrote:
> Hi,

Hi

>  I """installed""" Gentoo 2005.1.r1 the first time on a hd.
>  I used a stage 3 downloaded from teh internet.
>  
> 
>  But I fear, I haven't understand a certain aspect of emerge
>  not correctly.
> 
>  The problems arised as I tried to update the installed gcc-3.4.3
>  to gcc-4.02.

Since you are a newbie I don't recommend you to install latest GCC
version. If something breaks later, you'll be *ucked. I would install
all STABLE versions. But if you want to install a certain version of an
app, your syntax may be:

emerge =category/what-ever-package-1.5.6

You can use your own tar.gz and your own tar.bz2 but that needs a
portage overlay (and you should create your own ebuilds) and that should
need an "ebuild
/usr/local/portage/category/whatever/whatever-0.5.3.ebuild digest". If
you're a newbie I don't recommend a portage overlay right now neither.
You should get convinced with portage, and when you understand it pretty
well... go with your overlay.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD7vit9RRlaicc3IERAtglAJ9SmQ/KH0IFAA4XVbXOaAtaFw+7xACgmJz3
jDTmdEDKNfmL7i8rExzFPL8=
=zRZH
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Por qué eres tan maravilloso Gentoo

2006-02-16 Thread Rafael Fernández López
Great !!

Thx,
Rafael Fernández López.


pgpCt7WgJJcoM.pgp
Description: PGP signature


[gentoo-user] [OT] What about a new file system subtree?

2006-02-18 Thread Rafael Fernández López
Hi,

Since I have started a project that needs to be redistributed (it'll be 
GPL) 
I've started to deeply read Autoconf and Automake manuals.

Well, I had read some of FHS too, to know what I should do and what I 
should 
not do with my file hierarchy.

But, what came to my mind (maybe it's possible today) is that we could 
make a 
new "file system" subtree in every ~. For example, a user will be able to do 
a "./configure ; make" but if the system is well-administrated a user won't 
be able to run a "make install", since it can cause problems to the system. 
(I know we, Gentoo users, don't care about that). But what I wanted to say is 
that if we are not root (typical case) we could do a "./configure ; make ; 
make install" (in an app called 'whatever') and it could create for example 
"/home/me/bin/whatever" and "/home/me/share/doc/whatever" or 
"/home/me/doc/whatever", and so on.

That would be great since a normal user won't infect any root 
filesystem, and 
an administrator can fix any tricky problem deleting "/home/me".

Bye and thanks !,
Rafael Fernández López.


pgpRwJ2sfiSTW.pgp
Description: PGP signature


Re: [gentoo-user] [OT] What about a new file system subtree?

2006-02-18 Thread Rafael Fernández López
El Sábado, 18 de Febrero de 2006 16:44, Zac Slade escribió:
> On Saturday 18 February 2006 09:52, Rafael Fernández López wrote:
> > "./configure ; make ; make install" (in an app called 'whatever') and it
> > could create for example "/home/me/bin/whatever" and
> > "/home/me/share/doc/whatever" or
> > "/home/me/doc/whatever", and so on.
>
> This is what --prefix is for.
> ./configure --prefix=~/
> make && make install
> This puts it into /home/user/ where /home/user is considered to be /
> --
> Zac Slade

What I meant is that it could be selected as default option. My idea is 
to 
make easier new users to install apps that don't have, and that would like 
to, without having to read man configure.

Thx,
Rafael Fernández López.


pgpz73nPG6CMd.pgp
Description: PGP signature


Re: [gentoo-user] [OT] What about a new file system subtree?

2006-02-18 Thread Rafael Fernández López
Is [OT] marked because it has nothing to do with Gentoo. I mean when no 
ebuild is provided, someone is a new user (doesn't know what --prefix is), 
and by default with one shot "./configure ; make ; make install" it could be 
installed in home.

Bye,
Rafael Fernández López.


pgp0aG0b1s49S.pgp
Description: PGP signature


Re: [gentoo-user] 3d rendering with dri radeon

2006-02-18 Thread Rafael Fernández López
As I've read in http://gentoo-wiki.com/HOWTO_DRI_with_ATi_Open-Source_Drivers 
there's no way to make it work for a Radeon above 9100. Oh !! mine is 
Mobility Radeon 9700, if I want DRI through open source drivers, I've no way 
to do it?

Bye,
Rafael Fernández López.


pgp9zokH8act6.pgp
Description: PGP signature


[gentoo-user] [OT] AUTOTOOLS

2006-02-19 Thread Rafael Fernández López
Hi,

I'm downloading some KDE apps source code to know how Makefiles.am are 
pointed. I've become surprised because I've seen that for example, amaroK has 
been developed under KDevelop.

I have been searching a bit and I can't find any QT app that use 
METASOURCES 
= AUTO, and with its Makefile hand-written (no IDE). I'd like to know if 
there is a way for creating 'acinclude.m4' and Makefile.am automatically by 
console (no KDevelop) if we know that that app will use QT (or KDE libs).

I have seen that all KDE apps include acinclude.m4 that starts with 
something 
like "This file is part of the KDE libraries/packages"... But what I could 
see too is that if we create a simple KDE project under KDevelop, my 
configure.in will be VERY SIMILAR to amaroK's configure.in, so I'd like to 
know what console command does KDevelop run to generate it (because I tried 
to search it for, but no results).

It was strange for me to read this:

# Original Author was [EMAIL PROTECTED]
# I lifted it in some mater. (Stephan Kulow)
# I used much code from Janos Farkas

in my configure.in self-generated by KDevelop. Why an automated script 
that 
generates configure.in is going to add to every package this kind of 
comments?

Well, that was my question... is there a way (a console command) to 
auto-generate acinclude.m4 and configure.in? (I suppose that acinclude.m4 
won't change, and I can copy that), but in that case, how can I generate 
configure.in?

Bye and thanks,
Rafael Fernández López.


pgpqGNcoCJk4N.pgp
Description: PGP signature


Re: [gentoo-user] [OT] AUTOTOOLS

2006-02-19 Thread Rafael Fernández López
Oh, another thing that I didn't tell you:

I'm an order maniac. When I start a project, my src directory has lots 
of 
subdirectories like 'base', 'gui'... and so on. I've seen that is almost a 
MUST to keep ALL *.UI FILES (from QT) in 'src' (at least KDevelop wants it).

That is one of the reasons because I would like to write my own 
Makefile.am. 
But lots of questions came to my mind, like if I have something like:

myproject
src
gui
base
sounds
[...]

And my objective is only an executable (no .so...) is it necessary to 
go on 
creating *.la files for each directory (and portion of code) to get them 
linked at the end of the build process?

I had some vtable errors from GCC that I had never had before (because 
before 
I used to write my own Makefiles) [no autotools].

Bye and thanks again,
Rafael Fernández López.


pgp3oR6as6vqD.pgp
Description: PGP signature


Re: [gentoo-user] [OT] AUTOTOOLS

2006-02-20 Thread Rafael Fernández López
Sorry but my english got worst (you know, 'if you don't use it, you 
lose 
it').

I'll start again and maybe you'll understand me better: My problem is 
that 
I've been downloading some QT apps (KDE apps) to know how autotools code is 
written (I read the manual, but I need some practising or reading code). All 
'big' apps that could have some strange structure (like amaroK) that I've 
downloaded have been written through KDevelop help, and I don't want an 
automatic Makefile. I'll use IDE's when I know how to write it by my own.

So, as I've seen, KDevelop copies all files (*.cpp, *.h and *.ui) to 
src 
path. Well, I'm pretty organized, and I like to have src/gui for *.ui files 
for example. All Makefile.am that I've seen suppose that all sources and *.ui 
files are in src, so they have something like:

bin_PROGRAMS = amarokapp

SUBDIRS = \
amarokcore \
$(SQLITE_SUBDIR) \
analyzers \
[...]


INCLUDES = \
-I$(top_builddir)/amarok/src/amarokcore \
[...]

amarokapp_SOURCES = \
Options1.ui \
Options2.ui \
Options4.ui \
Options5.ui \
Options7.ui \
Options8.ui \
actionclasses.cpp \
app.cpp \
[...]

METASOURCES = \
AUTO

Well, in this case it's pretty easy, because all necessary files for 
building 
amaroK are on src.

My question is: If I have a path like src, and inside it I have another 
directory called gui. (src/gui), then Makefile.am inside src/gui should be 
like this?

noinst_LTLIBRARIES = \
whatever.la

noinst_HEADERS = \
header1.h \
header2.h

whatever_la_SOURCES = \
main.cpp \

METASOURCES = \
AUTO

With noinst, because my objective is an unique executable file, and no 
libraries. Would that be correct?

My problem is that it seems that there is no trouble in compiling 
process, 
but it seems that when it is going to link it fails, and it throws me some 
vtable failures (if you want I can write them here, but I've got some and 
different, because I've been changing my test code depending on what errors I 
have been getting).

Thank you very much,
Rafael Fernández López.


pgpryEfZ0sLGq.pgp
Description: PGP signature


[gentoo-user] Autotools

2006-02-20 Thread Rafael Fernández López
Hi,

Since my question about Autotools was pretty bad explained, I'll sum up 
it 
into a question: I'm searching for a manual (not autotools manual from gnu, 
because I had already read it and it is not enough) that explains how to use 
autotools with QT apps (METASOURCES = AUTO), and so on...

I wouldn't like to use any IDE's, just nano and terminal.

Thanks,
Rafael Fernández López.


pgpYKOYgkUa26.pgp
Description: PGP signature


[gentoo-user] What happens to samba?

2006-02-26 Thread Rafael Fernández López
In every bootup I've to press Ctrl+C to kill samba startup. It won't start. I 
don't know what happens to it. Is this happening to someone else?

Bye,
Rafael Fernández López.


pgpj8ya9vcedH.pgp
Description: PGP signature


Re: [gentoo-user] What happens to samba?

2006-02-26 Thread Rafael Fernández López
ok, it was ldap related.

Thx !!,
Rafael Fernández López.


pgpw5W8ukzcs9.pgp
Description: PGP signature


[gentoo-user] Black background on OpenOffice and wine icons

2005-08-29 Thread Rafael Fernández López
Hi !!

I'm compiling with CFLAGS "-mtune=pentium-m -O3 -pipe
-fomit-frame-pointers", and what I want I've done is recompiled all my
system with an "emerge -ve world". Now everything has been recompiled
with those CFLAGS. What I've noticed since that "update" is that my
icons (on dialogs, menus, toolbars...) are black backgrounded instead
of transparent on openoffice (1.1.4-r1) and wine (20050725-r1).

But everything works perfectly, I'm using KDE 3.4.2, Gimp, Firefox,
Amsn... everything works perfectly and their icons with
transparency...

Thank you very much.

-- 
Saludos,
Rafael Fernández López.

"A la vista de suficientes ojos todos los errores resultan evidentes"
- Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Black background on OpenOffice and wine icons

2005-08-30 Thread Rafael Fernández López
Just when I finished writing my question I found it at bugzilla.

Thanks anyway !!

El Martes 30 Agosto 2005 01:35, William Kenworthy escribió:
> The problem is not OO but xorg (upstream).  Mask the current version and
> downgrade to 11-base/xorg-x11-6.8.2-r1.
>
> There's a bug in bugzilla about it.
>
> BillK
>
> On Mon, 2005-08-29 at 18:46 +0200, Rafael Fernández López wrote:
> > Hi !!
> >
> > I'm compiling with CFLAGS "-mtune=pentium-m -O3 -pipe
> > -fomit-frame-pointers", and what I want I've done is recompiled all my
> > system with an "emerge -ve world". Now everything has been recompiled
> > with those CFLAGS. What I've noticed since that "update" is that my
> > icons (on dialogs, menus, toolbars...) are black backgrounded instead
> > of transparent on openoffice (1.1.4-r1) and wine (20050725-r1).
> >
> > But everything works perfectly, I'm using KDE 3.4.2, Gimp, Firefox,
> > Amsn... everything works perfectly and their icons with
> > transparency...
> >
> > Thank you very much.
> >
> > --
> > Saludos,
> > Rafael Fernández López.
> >
> > "A la vista de suficientes ojos todos los errores resultan evidentes"
> > - Linus Torvalds
>
> --
> William Kenworthy <[EMAIL PROTECTED]>
> Home!

-- 
"You know you're brilliant, but maybe you'd like to understand what you did 2 
weeks from now." - Linus Torvalds

Gentoo GNU/Linux.


pgpDAAZXPHg9P.pgp
Description: PGP signature


[gentoo-user] What's going on with scons

2005-09-04 Thread Rafael Fernández López
Hi,

I'm doing right now an "emerge -vuD world". Now portage wants to UPDATE scons. 
If I do another "emerge -vuD world" (not necessary to run "emerge sync") 
portage wants to DOWNGRADE scons.

Always that I do an "emerge sync" and later an "emerge -vuD world", it updates 
my system, but scons depends on the last time, if it was updated, portage 
will downgrade it and if was downgraded, portage will try to update it...

What's going on with scons?

Thanks.
-- 
"You know you're brilliant, but maybe you'd like to understand what you did 2 
weeks from now." - Linus Torvalds

Gentoo GNU/Linux.


pgpUfF0y6npil.pgp
Description: PGP signature


[gentoo-user] Ati drivers for X.org

2005-09-13 Thread Rafael Fernández López
Hi,

I'm not updating ati-drivers from long time ago. I'd like to know if
that driver supports damage extension from X.org today (if anyone
knows).

Thanks.
-- 
Saludos,
Rafael Fernández López.

"A la vista de suficientes ojos todos los errores resultan evidentes"
- Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ati-drivers: bad md5 sum

2005-09-14 Thread Rafael Fernández López
Hi !!

I'm trying to do an "emerge -vuD world", but I just can't. For my
surprise someone put into portage a bad MD5 sum for ati-drivers.
Portage just tells that sizes don't match... so I can't update it...
damn. Is the first time that this happens to me... I hope some of you
have this problem and I'm all right, and not doing anything wrong.

Bye.
-- 
Saludos,
Rafael Fernández López.

"A la vista de suficientes ojos todos los errores resultan evidentes"
- Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge php fails

2005-09-14 Thread Rafael Fernández López
Hi,

emerge php fails if xml2 is not deactivated by USE="-xml2". Does it
happen to you too ?. It seems that there is a double declaration in
php and xml code.

Thanks.
-- 
Saludos,
Rafael Fernández López.

"A la vista de suficientes ojos todos los errores resultan evidentes"
- Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ati-drivers: bad md5 sum

2005-09-14 Thread Rafael Fernández López
I supposed right now. I've been looking at last modification date, and
they are from AUGUST !!!

Thanks.

2005/9/14, Volker Armin Hemmann <[EMAIL PROTECTED]>:
> On Wednesday 14 September 2005 22:16, Rafael Fernández López wrote:
> > Hi !!
> >
> > I'm trying to do an "emerge -vuD world", but I just can't. For my
> > surprise someone put into portage a bad MD5 sum for ati-drivers.
> > Portage just tells that sizes don't match... so I can't update it...
> > damn. Is the first time that this happens to me... I hope some of you
> > have this problem and I'm all right, and not doing anything wrong.
> >
> > Bye.
> 
> this may not be portages fault!
> 
> Some mirrors have sometimes defective packages in their distfiles directory -
> sometimes the download has hiccups and the file is altered.
> Have you tried to download the package from the original site?
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Saludos,
Rafael Fernández López.

"A la vista de suficientes ojos todos los errores resultan evidentes"
- Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ati-drivers: bad md5 sum

2005-09-14 Thread Rafael Fernández López
Holly has replied for me. xDD

2005/9/14, Holly Bostick <[EMAIL PROTECTED]>:
> Michael Crute schreef:
> > On 9/14/05, Holly Bostick <[EMAIL PROTECTED]> wrote:
> >
> >> There's a bug on b.g.o about it. It looks like something wrong with
> >>  the manifest (bad copy and paste or something; or in any case, the
> >>  md5 is the same as all the others when it's not supposed to be or
> >> vice versa).
> >>
> >
> >
> > Not to state the obvious, but here goes. Why not just regenerate the
> > digest? If the package is OK and its just a messed up Manifest file
> > then you should be able to use ebuild to generate a new digest and
> > all is happy, right? At least that's how I understand things to work.
> >  -Mike
> >
> 
> Yes, 'theoretically' one could, but it's my policy not to do that for
> 'real' Portage packages (as opposed to overlay packages, where you of
> course have to digest manually).  It would mean
> that I would have to investigate whether the package was right (and the
> digest wrong), or the digest was right (and the package wrong). I could,
> but that's what Portage (or in any case the herd responsible for these
> packages) is supposed to do for me, so if it gets broke in
> a way such as this, I let Portage get itself fixed by the experts.
> 
> Yes, sometimes I do claim 'pure user' privilege. Certainly where the ATI
> drivers are involved. I do *not* want to get mixed up in development or
> development management issues there.
> 
> Can you imagine the ridicule if I re-digested the package myself, it
> didn't work, and then I submitted a bug? I'd rather not :) .
> 
> 
> Holly
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Saludos,
Rafael Fernández López.

"A la vista de suficientes ojos todos los errores resultan evidentes"
- Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge php fails

2005-09-14 Thread Rafael Fernández López
I was using dev-php/php and dev-php/mod_php. I've just emerged
perfectly dev-lang/php (which is PHP5). It was a dev-php issue.

Thanks.

2005/9/14, Bastian Balthazar Bux <[EMAIL PROTECTED]>:
> Rafael Fernández López wrote:
> > Hi,
> >
> > emerge php fails if xml2 is not deactivated by USE="-xml2". Does it
> > happen to you too ?. It seems that there is a double declaration in
> > php and xml code.
> >
> > Thanks.
> 
> here is working. php-5.0.4 should work too (and have a lot less problems).
> If you can lay down the problem fill a bug specifing the version you
> tryed to emerge
> 
> breakall # emerge -pv dev-libs/libxml2 dev-lang/php
> 
> These are the packages that I would merge, in order:
> 
> Calculating dependencies ...done!
> [ebuild   R   ] dev-libs/libxml2-2.6.21  -debug -doc +ipv6 -python
> +readline -static 0 kB
> [ebuild   R   ] dev-lang/php-5.0.5  -adabas -apache +apache2 -bcmath
> -berkdb -birdstep +bzip2 -calendar -cdb -cgi +cli +crypt -ctype +curl
> +curlwrappers -db2 -dba -dbase -dbm -dbmaker -debug -discard-path -doc
> -empress -empress-bcs -esoob +exif -fdftk -filepro -firebird -flatfile
> -force-cgi-redirect -frontbase +ftp +gd -gd-external -gdbm +gmp
> -hardenedphp -hyperwave-api +iconv -imap -informix -inifile -interbase
> -iodbc +ipv6 -java-external +jpeg -kerberos -ldap -libedit -mcve
> -memlimit +mhash -ming -msql -mssql +mysql +mysqli +ncurses +nls -oci8
> +odbc -oracle7 -ovrimos +pcntl +pcre -pdo-external -pear -pfpro +png
> +posix -postgres -qdbm +readline -recode -sapdb -sasl +session
> -sharedext -sharedmem -simplexml -snmp -soap +sockets -solid -spell +spl
> +sqlite +ssl -sybase -sybase-ct +sysvipc -threads -tidy +tiff -tokenizer
> +truetype -wddx +xml2 -xmlrpc -xpm +xsl -yaz -zip +zlib 0 kB
> 
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Saludos,
Rafael Fernández López.

"A la vista de suficientes ojos todos los errores resultan evidentes"
- Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Opinions?

2005-09-14 Thread Rafael Fernández López
Love portage AS IS. Is a cool front-end, but I love so much that
verbose output...

Bye.

2005/9/14, Christoph Eckert <[EMAIL PROTECTED]>:
> 
> > Has anyone heard of this? Any
> > opinions?
> 
> There's also KGentooConf:
> 
> http://www.kde-apps.org/content/show.php?content=26601
> 
> I'd appcreciate it if both apps could help me to understand better the
> system and to use more of its features.
> 
> 
> Best regards
> 
> 
> ce
> 
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Saludos,
Rafael Fernández López.

"A la vista de suficientes ojos todos los errores resultan evidentes"
- Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ati-drivers: bad md5 sum

2005-09-15 Thread Rafael Fernández López
I wonder why I bought a computer with an ATI graphics card. I know, it
was really cheap. Next time I'll bought another with an nVidia, but I
can't understand why X.org drivers cannot handle damage extensions and
so on with ati cards...

Bye.


Re: [gentoo-user] Blocking packages?

2005-09-21 Thread Rafael Fernández López
Well, dev-php is not compatible with dev-lang/php. You have to emerge
dev-php/php and dev-php/mod_php for apache support. If you emerge
dev-lang/php, you'll have both of them, and it will have support for
apache too.

I recommend you to emerge dev-lang/php instead of dev-php/php and
dev-php/mod_php.

Regards,
Rafael Fernández López.

2005/9/20, Bruno Lustosa <[EMAIL PROTECTED]>:
> I'm a bit confused. If Itry to emerge -Dup world, it spits out this:
>
> Calculating world dependencies ...done!
> [blocks B ] dev-php/mod_php (is blocking dev-lang/php-5.0.5-r1)
> [blocks B ] dev-php/php (is blocking dev-lang/php-5.0.5-r1)
> [blocks B ] dev-php/mod_php (is blocking dev-php/PEAR-PEAR-1.3.6)
> [blocks B ] dev-php/php (is blocking dev-php/PEAR-PEAR-1.3.6)
> [ebuild U ] sys-apps/sandbox-1.2.13 [1.2.12]
> [ebuild U ] sys-devel/autoconf-wrapper-3.2 [3.1]
> (...)
>
> So, it seems dev-php/mod_php and dev-php/php are blocking some packages.
> However, I have unmerged both of them already. Why are they still blocking?
>
> # emerge -C dev-php/php dev-php/mod_php
>
> --- Couldn't find dev-php/php to unmerge.
>
> --- Couldn't find dev-php/mod_php to unmerge.
>
> >>> unmerge: No packages selected for removal.
>
> Anyone know what might be causing this?
> Thanks
>
> --
> Bruno Lustosa, aka Lofofora  | Email: [EMAIL PROTECTED]
> Network Administrator/Web Programmer | ICQ: 1406477
> Rio de Janeiro - Brazil  |


--
Saludos,
Rafael Fernández López.

"A la vista de suficientes ojos todos los errores resultan evidentes"
- Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problems with font-color and fbsplash

2005-10-06 Thread Rafael Fernández López

Hi,

	I'm using fbsplash for cool booting. I'm working on my own themes, 
but 	I've noticed that it doesn't matter what I put on the variable 
fgcolor or bgcolor, because it will do nothing.


	Always console color will be GRAY, it doesn't matter if I set on my 
1024x768.cfg (for example) fgcolor=8 (white).


Thanks,
Rafael Fernández.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] About ATI drivers in X.org 7

2005-10-06 Thread Rafael Fernández López

Hi,

	I've read something somewhere that have amazed me... Is X.org 
developing new ATI drivers, better far from ATI.com ?


	If that's affirmative... We will be able to use Damage extension (and 
Composite extension) with ati rendering ?


And when is X.org going to be able on portage ?

Thanks,
Rafael Fernández López.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with font-color and fbsplash

2005-10-07 Thread Rafael Fernández López

Rafael Fernández López wrote:

Hi,

I'm using fbsplash for cool booting. I'm working on my own themes, 
but I've noticed that it doesn't matter what I put on the variable 
fgcolor or bgcolor, because it will do nothing.


Always console color will be GRAY, it doesn't matter if I set on my 
1024x768.cfg (for example) fgcolor=8 (white).


Thanks,
Rafael Fernández.


I don't think is a kernel issue, because emerge and so on can show 
colors (green, red, and so on...).


Thanks,
Rafael Fernández López.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] About ATI drivers in X.org 7

2005-10-07 Thread Rafael Fernández López
Well, my opinion was (and is) to wait. You aren't losing anything and
you're winning stability. Sorry, I meant X.org 7 instead of X.org.
Obviously, I knew that X.org is in portage !! ;)

Bye and thanks !!

2005/10/7, Holly Bostick <[EMAIL PROTECTED]>:
> Rafael Fernández López schreef:
> > Hi,
> >
> > I've read something somewhere that have amazed me... Is X.org
> > developing new ATI drivers, better far from ATI.com ?
>
> Yes and no... I think what you're talking about is most likely the open
> source r300 drivers (similar in effect to the open source 'radeon'
> kernel drivers that are available for the 9500 and below).
>
> More information can be found on these drivers here:
>
> http://r300.sourceforge.net/R300.php
>
> As far as I know, although the r300 project's code is available to X.org
> (and in fact has been accepted into the CVS tree), the project itself is not
> associated with, or rather is separate from, the X.org project itself.
>
> >
> > If that's affirmative... We will be able to use Damage extension (and
> >  Composite extension) with ati rendering ?
>
> No idea, since I don't know what the Damage extension is/does, and afaik
> the Composite extension is not yet complete or stable, so it doesn't
> 'matter' whether it works atm-- ATI themselves don't want to 'waste'
> resources on supporting Composite until it's done, so I can't imagine
> that the Open Source project is going to focus on it yet either (having
> less resources and information than ATI themselves).
>
> >
> > And when is X.org going to be able on portage ?
>
> As noted on the r300 site, 'The latest source code is available directly
> from Xorg, Mesa and DRM CVS trees.'
>
> I would assume that 'the Xorg, Mesa and DRM CVS trees' are the
> development trees for modular X.org (X.org 7, is that?).
>
> Ebuilds for these are available in Portage, they're just hard-masked.
> Myself, I'm not prepared to touch them with a 20-foot/metre pole, but
> perhaps you are.
>
> If not, then it would be better to wait until upstream stabilizes a
> release, and the ebuilds stabilize to at least ~arch. Perhaps the Xorg
> site has a target date for the next release; I haven't looked. I would
> at least imagine that their development mailing list would give a better
> idea as to how close to release they might be.
>
> I'm happy to wait, but that's just my opinion, and it's your choice what
> you decide to do.
>
> HTH,
> Holly
> --
> gentoo-user@gentoo.org mailing list
>
>


--
Saludos,
Rafael Fernández López.

"A la vista de suficientes ojos todos los errores resultan evidentes"
- Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with font-color and fbsplash

2005-10-08 Thread Rafael Fernández López

Holly Bostick wrote:

Rafael Fernández López schreef:


Rafael Fernández López wrote:



Hi,

I'm using fbsplash for cool booting. I'm working on my own themes, 
but I've noticed that it doesn't matter what I put on the

variable fgcolor or bgcolor, because it will do nothing.

Always console color will be GRAY, it doesn't matter if I set on my
1024x768.cfg (for example) fgcolor=8 (white).

Thanks, Rafael Fernández.



I don't think is a kernel issue, because emerge and so on can show 
colors (green, red, and so on...).





What I'm wondering is just exactly where is "white" set to equal "8"?

I suspect that splash doesn't know what "8" means, so it's using the
default color (which is probably gray).

What you're talking about sounds much more like terminal settings
(~/.Xresources settings) rather than splash configuration (from looking
at a random config file in /etc/splash).

What configuration file are you using, and what does it say?

Holly


Well, you only have to go to http://www.bootsplash.org, in the section 
"Config files", because I'm editing "1024x768.cfg" of a theme... and 
you'll see what means 0,1,2,3,4,5,6,7,8... in fgcolor and bgcolor variables.


Thanks,
Rafael Fernández.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with font-color and fbsplash

2005-10-09 Thread Rafael Fernández López
libertine wrote:
> but,i want know how to produce my own gentoo splash theme
> using some tools?
> 
> 2005/10/9, Rafael Fernández López <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>>:
> 
>     Holly Bostick wrote:
>  > Rafael Fernández López schreef:
>  >
>  >>Rafael Fernández López wrote:
>  >>
>  >>
>  >>>Hi,
>  >>>
>  >>>I'm using fbsplash for cool booting. I'm working on my own themes,
>  >>>but I've noticed that it doesn't matter what I put on the
>  >>>variable fgcolor or bgcolor, because it will do nothing.
>  >>>
>  >>>Always console color will be GRAY, it doesn't matter if I set on my
>  >>>1024x768.cfg (for example) fgcolor=8 (white).
>  >>>
>  >>>Thanks, Rafael Fernández.
>  >>
>  >>
>  >>I don't think is a kernel issue, because emerge and so on can show
>  >>colors (green, red, and so on...).
>  >>
>  >
>  >
>  > What I'm wondering is just exactly where is "white" set to equal "8"?
>  >
>  > I suspect that splash doesn't know what "8" means, so it's using the
>  > default color (which is probably gray).
>  >
>  > What you're talking about sounds much more like terminal settings
>  > (~/.Xresources settings) rather than splash configuration (from
> looking
>  > at a random config file in /etc/splash).
>  >
>  > What configuration file are you using, and what does it say?
>  >
>  > Holly
> 
> Well, you only have to go to http://www.bootsplash.org, in the section
> "Config files", because I'm editing "1024x768.cfg" of a theme... and
> you'll see what means 0,1,2,3,4,5,6,7,8... in fgcolor and bgcolor
> variables.
> 
> Thanks,
> Rafael Fernández.
> --
> gentoo-user@gentoo.org <mailto:gentoo-user@gentoo.org> mailing list
> 
> 
> 
> 
> -- 
> 看看我的blog
> http://debian.ful.cn

There's no need to have any tool. You have to make a picture for your
verbose mode and / or silent mode, and then study the resolution.cfg
syntax (http://www.bootsplash.org) and create one for your theme... when
everything is done, you only have to recompile your kernel with the new
theme or create a new initramfs, the one that you want to use.

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



Re: [gentoo-user] locale in gnome

2005-10-12 Thread Rafael Fernández López

David Eduardo Gómez Noguera wrote:

Hi.
I have a problem where gnome is using POSIX locale in my user.
I start gnome from entrance, and gnome-terminal gives me, when I run
locale, 


LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=

even after:
$ export LC_ALL=en_US.utf8 LANG=en_US.utf8 
$ gnome-terminal


I can't type any latin characters or use im-ja either

I also run WindowMaker, and subsequently I run gnome-settings-daemon,
when I do this I have no problem.


Anyone can give me a hand here? 
I am clueless as to what is going on.




[EMAIL PROTECTED] ~ $ cat /etc/env.d/02locale
LC_ALL="[EMAIL PROTECTED]"
LANGUAGE="[EMAIL PROTECTED]"
LANG="[EMAIL PROTECTED]"

Create 02locale in /etc/env.d and set your config for LC_ALL, LANGUAGE 
AND LANG.


Bye,
Rafael Fernández López.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PANIC !!!!

2005-10-21 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hemmann, Volker Armin wrote:
> On Friday 21 October 2005 21:11, Allan Spagnol Comar wrote:
> 
>>My hole linux box has crashed 
>>I made a system update yesterday with emerge -Du world
>>
>>it update my apache, mantis, nagios, bind, mysql. today my hole
>>system is against me
>>I think in reinstall the full system  has any one got a better
>>idea, my backups are unavailable now 
> 
> 
> what do you mean 'crashed'?
> 
> does revdep-rebuilt still works?
> 
> but at least now you know why you should not use --deep.

Deep is almost imprescindible when upgrading. You have to upgrade
dependencies too, or maybe your new and fresh app is built onto old
libraries that can make it crash, or just going slower.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDWYnftPAXaALiLsARAvjiAJ0QLoUEgd8DiAFdUDiNijq8d7dntQCffjME
bF351S8CYZ5KsuojEsWAbIk=
=rp7/
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Uploading ebuilds

2005-10-24 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've created an ebuild for tkgate (http://www.tkgate.org). It is very
frustrating because I cannot see how to upload it or whatever. I'm not a
developer user in CVS so I cannot upload. If I fill in a bug for
uploading ebuilds (is the right way) I've created a patch file, so what
I've to do !!! THE EBUILD IS DONE !!! WHY CANNOT GENTOO USERS BENEFIT
FROM IT ??

Thanks,
Rafael Fernández López.

- -
Fight for your rights, Fight for GPL.
- -
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDXBEttPAXaALiLsARAhcYAKCNu82X2ehkHXerQgGZkEjDBNVV0ACfZdor
M5DKQSt/QnPc+/P8ZHpwM2E=
=SlAn
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Uploading ebuilds

2005-10-24 Thread Rafael Fernández López
Hi again,

I filled it in, and it is uploaded. I'm gonna work with wxmaxima too, and
create a new ebuild for it (http://wxmaxima.sf.net). I'd like to know if
there is any posibility of becoming a Gentoo Dev, I'm offering as a
developer, and I'd like to know what I've to know or study before it.

I think that when I had some time I'll submit to gentoo-dev mailing list
and ask if anyone can mentor me and help me for becoming a developer.

Thanks for all your replies, Gentoo community is the best,
Rafael Fernández López.


> On Mon, 2005-10-24 at 00:39 +0200, Rafael Fernández López wrote:
>> I've created an ebuild for tkgate (http://www.tkgate.org). It is very
>> frustrating because I cannot see how to upload it or whatever. I'm not a
>> developer user in CVS so I cannot upload. If I fill in a bug for
>> uploading ebuilds (is the right way) I've created a patch file, so what
>> I've to do !!!
>
> You file a bug about a missing ebuild for tkgate nad attach you ebuild
> to it. The developers will have a look at it when they have time and
> also users can find it there if they want to test it.
>
>> THE EBUILD IS DONE !!! WHY CANNOT GENTOO USERS BENEFIT
>> FROM IT ??
>
> Well, I guess it's because most people prefer a tested distribution with
> some quality control.
>
> --
> Janne
>
> --
> gentoo-user@gentoo.org mailing list
>
>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] CFLAGS setting for Intel(R) Pentium(R) M processor 1.73GHZ stepping 08

2005-10-24 Thread Rafael Fernández López
> On 01:31 Sun 23 Oct , Richard Watson wrote:
>> I've just got a new laptop I'm installing Gentoo on and was wondering if
>> anyone could advise on the CFLAG setting I'm using. The CPU is a
>> Intel(R) Pentium(R) M processor 1.73GHZ stepping 08. Currently I've set
>> CFLAGS="-02 -mcpu=pentium -pipe"
>> --
>> Thanks, Richard
>>
>> --
>> gentoo-user@gentoo.org mailing list
>>
> I have:
>
> CFLAGS="-02 -march=pentium4"
>
> Seems to work nicely on my M processor.
>
> Bill Roberts
>

I have CFLAGS="-O3 -mtune=pentium-m"

This boosts the computer at the maximum level !!

Bye,
Rafael Fernández López.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] nvu, mozilla designer: why such behaviour ?

2005-10-30 Thread Rafael Fernández López
Hi,

I'd like to develop an entire web site. It'll use LAMP (Apache+MySQL
+PHP). Well, the tool that I'd like to use is nvu for example, I
consider it a powerful application for designing web sites.

Before, I had used NVU for designing *.html web pages, and I see now
that when I save my *.php web page, then when I open the "OPEN DIALOG"
and select it, NVU tells me that "WHERE I WANT TO SAVE IT", instead of
opening it for editing.

There's no such behaviour if the ext. is *.html or *.htm, but my pages
are *.php.

Thanks,
Rafael Fernández López.
-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ext3: 10% non-contiguous

2005-10-31 Thread Rafael Fernández López
Hi,

Each 20 times that my hard disk is mounted, my ext3 partition (is the
only one that I have) gets checked for inconsistencies.

On the last times that that task has been runned, it tells me that ~
(more or less) the 10% of the filesystem is non-contiguous. I suppose
that the problem is that I've saved and then deleted some files really
big, and there's a hole.

Well, I'd like to recover those holes (that 10% of the disk) and how to
do it, because I've tried with e2fsck with different options and read
"man e2fsck" with no possitive results.

Thanks,
Rafael Fernández López.

-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE 3.5

2005-12-01 Thread Rafael Fernández López
Hi !!

I'm just finishing emerging lots of updates and KDE of course. I'll tell
you. I've seen that KDE 3.5 is slotted, and I'd like to uninstall 3.4
version, but I've got installed non-monolithic package, so there are lots
of dependencies and apps that are not on kde-base, and I'd like to know
how to uninstall it succesffully.

for x in `ls /usr/portage/kde-base`; do
  if [ "$x" != "CVS" ]; then
echo -n "=kde-base/$x-3.2* "
  fi
done |xargs emerge -Cv



Thanks,
Rafael Fernández López.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gentoo-sources

2005-12-04 Thread Rafael Fernández López
Hi,

An idea came to my mind. I'm a proud Gentoo User, and I see day by day 
how 
portage gets clever and how my Gentoo distro does work better everyday.

I'm gonna make a very little proposal (maybe it's now developed, but 
I've no 
idea how to make it work).

Since Linux Kernel has become so big (almost 300MB) I'd like to suggest 
something. I don't want to download newer versions of Linux kernel, because 
my computer does work perfectly with the current one (maybe I'll install a 
very later one, but I'm not going to change my 2.6.11 with a 2.6.14). I don't 
want portage to download them, nor install them, because always that portage 
downloads and installs them, I've to do an "emerge unmerge", it's a lot of 
space disk, and I need it.

If I set gentoo-sources in package.mask, the apps, libraries that 
depends on 
it won't install, and an "emerge -vuD world" will fail, and won't update 
other packages. Well, if it's a critical dependance I'll have to install new 
kernel version, but If it is not, why?.

Thanks,
Rafael Fernández López.
-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpnScYSaIY0x.pgp
Description: PGP signature


[gentoo-user] X.org 7, when is it gonna be unmasked ??

2005-12-06 Thread Rafael Fernández López
I'm following X.org 7. I have an ATI MOBILITY RADEON 9700, and it is 
said 
that X.org 7 will have a magical driver, free (as in free speech...), and It 
will work better than ati-drivers. I don't like to install masked packages 
because of security... reasons, when will be it unmasked ??

It will be possible to enable direct rendering (for xcompmgr usage).

But I want to say something... from my point of view... why it is 
needed 
direct acceleration from the video card for an app such as xcompmgr ?? I 
mean, translucency, shadows... that's not Quake 4. I can't understand how my 
processor cannot handle it, and why X.org needs DRI for this reason.

Thanks,
Rafael Ferńandez López.
-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpZERGeqO9fI.pgp
Description: PGP signature


Re: [gentoo-user] Help with world update

2005-12-06 Thread Rafael Fernández López
> Hello, I am running a emerge -u world and there is a package
> (realplayer) that keeps failing the build due to an error in package
> retrieval.

Well, give realplayer a try, and see if it is installed in any way:

# equery list -p realplayer

You'll see in a list if any version is installed.

> My first question is why is portage trying to emerge this package as I
> do not have it installed in the first place ( I had it once a while ago,
> then it was unmerged) and my second is how tell portage not to emerge
> the package.

Just edit /etc/portage/package.mask (as root) and add this line:

media-video/realplayer

Save the changes and that's it.

Bye,
Rafael Fernández López.

-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpCB8YO1iIe8.pgp
Description: PGP signature


Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Rafael Fernández López
/dev/input/mice works perfectly for me.

Bye,
Rafael Fernández López.

El Miércoles, 7 de Diciembre de 2005 00:40, Raphael Melo de Oliveira Bastos 
Sales escribió:
> I had legacy /dev/psaux on. Besides, it doesn't explain why the lights
> go off even outside X. Perhaps I could try to disable this option and
> let /dev/input/mice be the sole device node for the mouse...
>
> 2005/12/6, Steven Susbauer <[EMAIL PROTECTED]>:
> > The mouse device should be pointing to /dev/input/mice - that's just the
> > first thing I saw in a quick overview.
> >
> >
> > On 12/6/05, Raphael Melo de Oliveira Bastos Sales
> > <[EMAIL PROTECTED]>
> >
> > wrote:
> > > How do you switch xorg.conf files between kernels? Here are the file
> > >
> > > The kernel configuration:
> > >
> > > CONFIG_X86=y
> > > CONFIG_SEMAPHORE_SLEEPERS=y
> > > CONFIG_MMU=y
> > > CONFIG_UID16=y
> > > CONFIG_GENERIC_ISA_DMA=y
> > > CONFIG_GENERIC_IOMAP=y
> > > CONFIG_ARCH_MAY_HAVE_PC_FDC=y
> > > CONFIG_EXPERIMENTAL=y
> > > CONFIG_CLEAN_COMPILE=y
> > > CONFIG_BROKEN_ON_SMP=y
> > > CONFIG_LOCK_KERNEL=y
> > > CONFIG_LOCALVERSION_AUTO=y
> > > CONFIG_SWAP=y
> > > CONFIG_SYSVIPC=y
> > > CONFIG_POSIX_MQUEUE=y
> > > CONFIG_BSD_PROCESS_ACCT=y
> > > CONFIG_SYSCTL=y
> > > CONFIG_HOTPLUG=y
> > > CONFIG_KOBJECT_UEVENT=y
> > > CONFIG_IKCONFIG=y
> > > CONFIG_IKCONFIG_PROC=y
> > > CONFIG_KALLSYMS=y
> > > CONFIG_PRINTK=y
> > > CONFIG_BUG=y
> > > CONFIG_BASE_FULL=y
> > > CONFIG_FUTEX=y
> > > CONFIG_EPOLL=y
> > > CONFIG_SHMEM=y
> > > CONFIG_MODULES=y
> > > CONFIG_MODULE_UNLOAD=y
> > > CONFIG_MODULE_FORCE_UNLOAD=y
> > > CONFIG_OBSOLETE_MODPARM=y
> > > CONFIG_MODVERSIONS=y
> > > CONFIG_KMOD=y
> > > CONFIG_X86_PC=y
> > > CONFIG_MK7=y
> > > CONFIG_X86_CMPXCHG=y
> > > CONFIG_X86_XADD=y
> > > CONFIG_RWSEM_XCHGADD_ALGORITHM=y
> > > CONFIG_GENERIC_CALIBRATE_DELAY=y
> > > CONFIG_X86_WP_WORKS_OK=y
> > > CONFIG_X86_INVLPG=y
> > > CONFIG_X86_BSWAP=y
> > > CONFIG_X86_POPAD_OK=y
> > > CONFIG_X86_GOOD_APIC=y
> > > CONFIG_X86_INTEL_USERCOPY=y
> > > CONFIG_X86_USE_PPRO_CHECKSUM=y
> > > CONFIG_X86_USE_3DNOW=y
> > > CONFIG_HPET_TIMER=y
> > > CONFIG_HPET_EMULATE_RTC=y
> > > CONFIG_PREEMPT=y
> > > CONFIG_PREEMPT_BKL=y
> > > CONFIG_X86_UP_APIC=y
> > > CONFIG_X86_UP_IOAPIC=y
> > > CONFIG_X86_LOCAL_APIC=y
> > > CONFIG_X86_IO_APIC=y
> > > CONFIG_X86_TSC=y
> > > CONFIG_X86_REBOOTFIXUPS=y
> > > CONFIG_X86_MSR=y
> > > CONFIG_X86_CPUID=y
> > > CONFIG_DCDBAS=m
> > > CONFIG_HIGHMEM4G=y
> > > CONFIG_HIGHMEM=y
> > > CONFIG_SELECT_MEMORY_MODEL=y
> > > CONFIG_FLATMEM_MANUAL=y
> > > CONFIG_FLATMEM=y
> > > CONFIG_FLAT_NODE_MEM_MAP=y
> > > CONFIG_MTRR=y
> > > CONFIG_SECCOMP=y
> > > CONFIG_HZ_1000=y
> > > CONFIG_PM=y
> > > CONFIG_ACPI=y
> > > CONFIG_ACPI_SLEEP=y
> > > CONFIG_ACPI_SLEEP_PROC_FS=y
> > > CONFIG_ACPI_AC=m
> > > CONFIG_ACPI_BATTERY=m
> > > CONFIG_ACPI_BUTTON=m
> > > CONFIG_ACPI_VIDEO=m
> > > CONFIG_ACPI_FAN=m
> > > CONFIG_ACPI_PROCESSOR=m
> > > CONFIG_ACPI_THERMAL=m
> > > CONFIG_ACPI_ASUS=m
> > > CONFIG_ACPI_IBM=m
> > > CONFIG_ACPI_TOSHIBA=m
> > > CONFIG_ACPI_EC=y
> > > CONFIG_ACPI_POWER=y
> > > CONFIG_ACPI_SYSTEM=y
> > > CONFIG_X86_PM_TIMER=y
> > > CONFIG_ACPI_CONTAINER=m
> > > CONFIG_APM=m
> > > CONFIG_APM_DO_ENABLE=y
> > > CONFIG_APM_CPU_IDLE=y
> > > CONFIG_APM_RTC_IS_GMT=y
> > > CONFIG_APM_ALLOW_INTS=y
> > > CONFIG_APM_REAL_MODE_POWER_OFF=y
> > > CONFIG_PCI=y
> > > CONFIG_PCI_GOANY=y
> > > CONFIG_PCI_BIOS=y
> > > CONFIG_PCI_DIRECT=y
> > > CONFIG_PCI_MMCONFIG=y
> > > CONFIG_PCIEPORTBUS=y
> > > CONFIG_PCI_MSI=y
> > > CONFIG_PCI_LEGACY_PROC=y
> > > CONFIG_ISA_DMA_API=y
> > > CONFIG_BINFMT_ELF=y
> > > CONFIG_BINFMT_AOUT=y
> > > CONFIG_BINFMT_MISC=y
> > > CONFIG_NET=y
> > > CONFIG_PACKET=y
> > > CONFIG_UNIX=y
> > > CONFIG_INET=y
> > > CONFIG_IP_FIB_HASH=y
> > > CONFIG_INET_DIAG=y
> > > CONFIG_INET_TCP_DIAG=y
> > > CONFIG_TCP_CONG_BIC=y
> > > CONFIG

Re: [gentoo-user] Help with world update

2005-12-06 Thread Rafael Fernández López
Ouch !! Another thing... I suggest you to use "emerge -vuD world" or 
"emerge 
-uD world" instead of "emerge -u world".

If you only use -u as parameter, and not tell portage DEEP... it will 
bring 
you troubles someday.

Bye,
Rafael Fernández López.

-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpTFjtFYfcrQ.pgp
Description: PGP signature


Re: [gentoo-user] gnome/gdm logout problem

2005-12-08 Thread Rafael Fernández López
What driver are you using ?? If it is fglrx, there is a bug I think.

Bye,
Rafael Fernández López.

El Viernes, 9 de Diciembre de 2005 01:35, Ryan Sims escribió:
> Having an odd problem with gnome (or perhaps gdm).  Whenever a user
> logs out, instead of going back to the greeter, I get an
> (unresponsive) grey screen with a white rectangle where the username
> input box goes.  It seems to be only the themed greeter that has this
> problem.  The box is still responsive as a whole, so I've poked
> through logs via an ssh session, and things seem ok...except for this
> from Xorg.0.log:
>
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 5, (OK)
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 5, (OK)
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 5, (OK)
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 5, (OK)
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 5, (OK)
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 5, (OK)
> drmOpenDevice: node name is /dev/dri/card1
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenDevice: node name is /dev/dri/card2
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
>
> which goes on through /dev/dri/card14 with failures and then back to 0
> again for a couple times.  I'm skeptical that it's a drm thing, since
> the GTK+ greeter is quite happy.
>
> Like I said, that's the only log output that seems odd, if there's
> other information that would apropos, let me know.
>
> --
> Ryan W Sims
>
> ()  ascii ribbon
> /\  campaign
> - against html mail
> - against proprietary attachments

-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpBOwGaRTMTh.pgp
Description: PGP signature


[gentoo-user] X.org can't get up

2005-12-09 Thread Rafael Fernández López
Hi,

I've done an "emerge -vuD world", and udev was updated to 077-r3. Now my
computer can't get up X.org, and cannot recognize devices.

Is this a bug ?? Everything worked perfectly until I rebooted with this
new udev version. I have lots of kernel versions, but none of them will
work (the last one that I've installed is
gentoo-sources-2.6.14-gentoo-r4).

Bye,
Rafael Fernández López.

-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Building a Kernel -- anybody wanna help????

2005-12-10 Thread Rafael Fernández López
Best thing to know about Gentoo (and Linux in general).

Try, don't work, retry, still doesn't work, retry, still doesn't work. Did you 
try until you have a pretty hard headache ?? Well, then is time to write some 
mailing list.

Read manuals, use your best friend, "man", try, and retry. If someone just 
tells what you've to do, you'll say "OKAY", and next time you're gonna 
recompile your kernel you'll say yourself (FROM WHERE I HAD TO START?).

If you try, and retry, and retry... you'll understand better Linux and Gentoo.

Bye,
Rafael Fernández López.

El Sábado, 10 de Diciembre de 2005 17:40, Timothy A. Holmes escribió:
> (I am not sure if this is an inappropriate request, if so, someone
> please let me know and it will be quickly withdrawn)
>
> Hi folks:
>
> Im fairly new to the gentoo environment, and im getting ready to try
> again to build a working kernel for my laptop.  Since im new to it, I
> would love to have someone to be able to bounce questions off of as I go
> through the process (I am NOT looking for someone to do it for me, I
> need to learn how to do this myself)
>
> It is now 11:30am EST on Saturday, December 10, 2005, If someone is
> around and would like to answer some questions as I go, please contact
> me via one of the routes below.
>
> If no one is available, or no one wants to, thanks anyway, I appreciate
> all the help you folks have provided me already.
>
> Contact methods:
>
> E-Mail -- [EMAIL PROTECTED]
> YahooIM - w8tah
> AOLIM - w8tahham
> MSNIM - [EMAIL PROTECTED]
> ICQ - 223635031
> IRC -- I am currently Tim___ in #gentoo on irc.freenode.net
> Gtalk / jabber -- [EMAIL PROTECTED]
>
> Thanks again folks
>
>
>
> Timothy A. Holmes
> IT Manager / Network Admin / Web Master / Computer Teacher
>
> Medina Christian Academy
> A Higher Standard...
>
> Jeremiah 33:3
> Jeremiah 29:11
> Esther 4:14

-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpjH5AfbzCPt.pgp
Description: PGP signature


Re: [gentoo-user] cannot find -lncurses

2005-12-10 Thread Rafael Fernández López
Try # ls -l /lib/libncurses.so. Is this pointing somewhere valid ??

Bye,
Rafael Fernández López.

El Sábado, 10 de Diciembre de 2005 21:04, Michael Sullivan escribió:
> I'm trying to build mysql in my cross-compilation environment for my
> slow server box.  One of the dependencies for mysql is procps.  When I
> try to emerge procps I get this error:
>
> /usr/lib/gcc/i586-pc-linux-gnu/3.4.4/../../../../i586-pc-linux-gnu/bin/ld:
> cannot find -lncurses
>
> I have ncurses installed on my i686 machine - I even have it installed
> in the cross-compilation environment (for i586-pc-linux-gnu).  Why is it
> telling me that it can't link against ncurses?

-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgp8lqA0TvWIp.pgp
Description: PGP signature


[gentoo-user] All my rc-init-scripts broke up - updated to bash-3.1

2005-12-10 Thread Rafael Fernández López
Hi !!,

I've upgraded to bash-3.1. Now all my rc-init scripts do break at boot time, 
if I try to init any of them by using "/etc/init.d/net.eth1 start" they will 
tell me same thing: "parse error"

I had no Internet because eth0 nor eth1 couldn't get up, so I had to copy from 
another Computer in a USB-stick bash-3.0 and all necessary 
to /usr/portage/distfiles, and downgrade bash to the latest version before 
bash-3.1.

Tell me if you have similar issues please.

Bye,
Rafael Fernández López.
-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpBrRPQ5zA4Q.pgp
Description: PGP signature


Re: [gentoo-user] bad interpreter

2005-12-11 Thread Rafael Fernández López
Have you read Building steps ??

http://live.gnome.org/Luminocity

Requirements: a Mar 25, 2005 or newer jhbuild (see the "Getting jhbuild"
below if you have not already used jhbuild); glib 2.6 or add glib (this
requires you have docbook-style-xsl installed) before xserver in the
jhbuild build command below.

Run: jhbuild build xserver luminocity

There are some issues with "DAMAGE" in the xserver module. You need to
apply a small patch that hacks around some issues, and rebuild the xserver
module. You can get the patch from
http://www.gnome.org/~seth/xserver.patch . If you do not apply this patch,
wobbly windows will probably run very slowly.

Run: patch -p0 < xserver.patch from inside the xserver source directory

Run: jhbuild buildone -n xserver to rebuild the xserver with the patch
included

Bye,
Rafael Fernández López.

> tryng to install various aplications that wore not in portage found the
> folowing error: bad interpreter: Permission denied
> As I remeber i got this error tring to install luminocity and now e17
> modules; concrete: trying moon from e17 tar xfvz and then ./autogen.sh
> gives me: bash: ./autogen.sh: /bin/sh: bad interpreter: Permision denied
> i'm doing sh ./autogen.sh and then
>  sh ./autogen.sh
> Running aclocal...
> Running autoheader...
> Running autoconf...
> Running libtoolize...
> Running automake...
> ./autogen.sh: ./configure: /bin/sh: bad interpreter: Permission denied
> Again same thing doing it as root so what to do?
>
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] libusb build error

2005-12-11 Thread Rafael Fernández López
OH God !!!

Haven't updated Gentoo in a year ?? Wow... I think first thing you
should do is to update portage.

Bye,
Rafael Fernández López.
>
> Hi,
>
>
> me again :) . I'm trying to update my machine. I have never done so
> since I installed Gentoo last year, so I'm a bit unexperienced and
> ignorant about portage and emerge usage.
>
> I have updated most of the packages manually to avoid a broken system,
> and most are done ("only" 98 left :) .
>
> Some packages don't install properly, this time it is libusb. I have
> installed libusb-0.1.8 and try to install libusb-0.1.10a, but I get the
> error message attached.
>
> Anyone a clue where I can start searching for a solution? Wrong automake
> version? A missing variable?
>
>
> Thx & best regards
>
>
> ce
>
>
>
> emerge libusb
> Calculating dependencies ...done!
>>>> emerge (1 of 1) dev-libs/libusb-0.1.10a to /
>>>> md5 files   ;-) libusb-0.1.7-r1.ebuild
>>>> md5 files   ;-) libusb-0.1.8.ebuild
>>>> md5 files   ;-) libusb-0.1.10a.ebuild
>>>> md5 files   ;-) files/digest-libusb-0.1.7-r1
>>>> md5 files   ;-) files/0.1.10a-fbsd.patch
>>>> md5 files   ;-) files/digest-libusb-0.1.8
>>>> md5 files   ;-) files/libusb-0.1.8-amd64-fPIC.patch
>>>> md5 files   ;-) files/digest-libusb-0.1.10a
>>>> md5 src_uri ;-) libusb-0.1.10a.tar.gz
>>>> Unpacking source...
>>>> Unpacking libusb-0.1.10a.tar.gz
> to /var/tmp/portage/libusb-0.1.10a/work
>  * Applying 0.1.10a-fbsd.patch ...
> [ ok ]
>  * Running eautoreconf in
> '/var/tmp/portage/libusb-0.1.10a/work/libusb-0.1.10a' ...
>  * Running aclocal...
> [ ok ]
>  * Running libtoolize --copy --force --automake...
> [ ok ]
>  * Running aclocal...
> [ ok ]
>  * Running autoconf...
> [ ok ]
>  * Running autoheader...
> [ ok ]
>  * Running automake --add-missing --copy --foreign...
> [ !! ]
>
>
>  * Failed Running automake !
>  *
>  * Include in your bugreport the contents of:
>  *
>  *   /var/tmp/portage/libusb-0.1.10a/temp/automake-5879.out
>
>
> !!! ERROR: dev-libs/libusb-0.1.10a failed.
> !!! Function autotools_run_tool, Line 179, Exitcode 0
> !!! Failed Running automake !
> !!! If you need support, post the topmost build error, NOT this status
> message.
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] libusb build error

2005-12-11 Thread Rafael Fernández López
Oh !! Another thing... I suggest you to use an "automatic" update, like
"emerge -vuDp world", see what will happen, and if everything is okay, try
"emerge -vuD world".

If you do one by one, then you'll may have packages broken, because you
don't know dependency tree by heart, so you should portage work for you.

I'd do:
   [*] emerge -vu portage
   [*] emerge -vuDp world
  [*] if everything went OK: emerge -vuD world
   [*] revdep-rebuild --pretend
   [*] revdep-rebuild

Bye,
Rafael Fernández López.

>
> Hi,
>
>
> me again :) . I'm trying to update my machine. I have never done so
> since I installed Gentoo last year, so I'm a bit unexperienced and
> ignorant about portage and emerge usage.
>
> I have updated most of the packages manually to avoid a broken system,
> and most are done ("only" 98 left :) .
>
> Some packages don't install properly, this time it is libusb. I have
> installed libusb-0.1.8 and try to install libusb-0.1.10a, but I get the
> error message attached.
>
> Anyone a clue where I can start searching for a solution? Wrong automake
> version? A missing variable?
>
>
> Thx & best regards
>
>
> ce
>
>
>
> emerge libusb
> Calculating dependencies ...done!
>>>> emerge (1 of 1) dev-libs/libusb-0.1.10a to /
>>>> md5 files   ;-) libusb-0.1.7-r1.ebuild
>>>> md5 files   ;-) libusb-0.1.8.ebuild
>>>> md5 files   ;-) libusb-0.1.10a.ebuild
>>>> md5 files   ;-) files/digest-libusb-0.1.7-r1
>>>> md5 files   ;-) files/0.1.10a-fbsd.patch
>>>> md5 files   ;-) files/digest-libusb-0.1.8
>>>> md5 files   ;-) files/libusb-0.1.8-amd64-fPIC.patch
>>>> md5 files   ;-) files/digest-libusb-0.1.10a
>>>> md5 src_uri ;-) libusb-0.1.10a.tar.gz
>>>> Unpacking source...
>>>> Unpacking libusb-0.1.10a.tar.gz
> to /var/tmp/portage/libusb-0.1.10a/work
>  * Applying 0.1.10a-fbsd.patch ...
> [ ok ]
>  * Running eautoreconf in
> '/var/tmp/portage/libusb-0.1.10a/work/libusb-0.1.10a' ...
>  * Running aclocal...
> [ ok ]
>  * Running libtoolize --copy --force --automake...
> [ ok ]
>  * Running aclocal...
> [ ok ]
>  * Running autoconf...
> [ ok ]
>  * Running autoheader...
> [ ok ]
>  * Running automake --add-missing --copy --foreign...
> [ !! ]
>
>
>  * Failed Running automake !
>  *
>  * Include in your bugreport the contents of:
>  *
>  *   /var/tmp/portage/libusb-0.1.10a/temp/automake-5879.out
>
>
> !!! ERROR: dev-libs/libusb-0.1.10a failed.
> !!! Function autotools_run_tool, Line 179, Exitcode 0
> !!! Failed Running automake !
> !!! If you need support, post the topmost build error, NOT this status
> message.
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Laptop Install Issue

2005-12-11 Thread Rafael Fernández López
I can't find any sense at that issue: I can't understand what's the reason 
that make your computer turn off in a compilation.

Well... I'm afraid of temperature. I hope that's not the reason, but is the 
first thing that came to my mind. Maybe in your laptop (I've an Amilo Fujitsu 
Siemens, and when compiling OO or KDE it is really hot), when it reachs some 
temperature it turns off because of security reasons.

I cannot find any other reason.

Bye,
Rafael Fernández López.

El Domingo, 11 de Diciembre de 2005 11:42, C. Beamer escribió:
> Hi all,
>
> I've become so enamoured with Gentoo that I've decided to install on my
> laptop.  However, I'm having a bit of a problem.
>
> I'm at the point where I can boot the system and I've been trying to
> install xorg-x11.  However, the laptop keeps powering off on me.
>
> This wasn't a problem until I build the kernel where I built acpi
> support into it.  However, I *didn't* read the ACPI Guide and obviously,
> should have.  That's no big problem, I'll just recompile the kernel and
> follow what the Guide says.
>
> My issue is this:  The computer powered off in the middle of the install
> of xorg-x11.  This has happened a couple of times.  I haven't been
> having problems with the laptop, so I'm pretty sure the issue has
> something to do with power management since I built power management
> into the kernel, but didn't emerge acpid.  Anyway, since the emerge of
> xorg-x11 has bombed a couple of times, is there anything that I should
> do in the way of clean up before trying to emerge it again?
>
> Regards,
>
> Colleen

-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpg5yE4DHL4a.pgp
Description: PGP signature


Re: [gentoo-user] KDE version

2006-03-23 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Boyd Stephen Smith Jr. wrote:
> On Tuesday 21 March 2006 16:40, "Hemmann, Volker Armin" 
> <[EMAIL PROTECTED]> wrote about 'Re: [gentoo-user] KDE 
> version':
>> On Tuesday 21 March 2006 22:12, Thierry de Coulon wrote:
>>> On Tuesday 21 March 2006 21.13, [EMAIL PROTECTED] wrote:
>>>> To-day I installed kdebase using "emerge kdebase".
>>>> But the installed version was 3.4.3.
>>>> Is it right? Did not KDE reach 3.5 version?
>>> I did not sync recently but (on my amd64 machine) emerge --pretend
>>> =kde-3.5.0 shows the package are still masked with keyword.
>> which is quite sad - KDE 3.5.1 is out for ages!
> 
> The KDE team is a bunch of weenies. :P
> 
> Seriously, I think they hold package releases (even point releases) in 
> package.mask and ~ARCH too long.  HOWEVER, they are provide (IIRC) both 
> split and monolithic ebuilds, which is quite a bit of work to get 
> completely right.
> 
>> But the times, that gentoo was pretty actual in the stable tree are
>> over.
> 
> You do realize the above sentence makes no freakin' sense, right?
> 
>> Is this so bad with gnome too?
> 
> 
> What's gnome?
> 
> 

Just a note: KDE dev don't decide whenever it becomes to ARCH instead
of ~ARCH, that is an ARCH gentoo maintainers. They are supposed to be
the ARCH specialists. When they think some app is stable in their ARCH,
it will be moved to ARCH from ~ARCH.

But if you wanna have the latest packages, just ACCEPT_KEYWORDS="~ARCH"
where ARCH is your computers' architecture. Maybe your system will be a
little more unstable, but from my point of view, it is still stable
using ~x86 (mine haven't broken yet).

Bye !!
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEI1Qc9RRlaicc3IERAt6vAJ4wk9jf6jFgzHTb9ZS1dXSLxxiWsQCcDVLJ
NGm98P+IE3BgyRIIP1JWjK0=
=SL08
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] X.org 7 rules?

2006-03-24 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've updated my X.org to X.org 7. I have a laptop with an ATI RADEON
MOBILITY 9700 (r300 chip), and I've haeard before of NEW X.ORG DRIVERS,
and how they'd pretty empower radeon cards. Well, I have no direct
rendering yet. I wonder if someone with a Radeon with r300 chip has make
X.org 7 work with direct rendering and compositing extension (transset...).

I'd like to see those amazing X.org visual effects on my Ati card !!
(and have direct rendering to see them pretty fast).

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEJCVB9RRlaicc3IERAmV4AJ4q4g5Tr/0hK5CszOtW3TG/7U8ASQCff5+n
wYtEWc83/qBolQL8j8rYNOo=
=ecK1
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] .wmv files

2006-05-05 Thread Rafael Fernández López
Try adding USE variable (make.conf) "win32codecs" and do a "emerge -vuD 
--newuse world" and see if they work...


Bye !!
Rafael Fernández López.

WillieDaPimp escribió:
There are alot of web pages that I've tried to watch video clips on 
but i can't watch them due to the files being in .wmv format. Is there 
a plugin that I can emerge to view these files or maybe even a app 
that converts .wmv to some other linux friendly video file??


D. Tigue

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] update failed

2006-05-14 Thread Rafael Fernández López

Alexander Skwar escribió:

Fabrice Delliaux wrote:

dirk dil a écrit :



emerge --update --deep world
--- Invalid atom in /etc/portage/package.use: 
dev-lang/php-5.1.2


Check your package.use file : no need to specify the atom's version :


Well, how do you know, that there's no "need to" do specify the version?

You can most certainly specify the version of the package for which
the line is. But you've got to do it right, of course!



Not :

dev-lang/php-5.1.2 the use flags


But :


dev-lang/php the use flags


Nope. Right:


Well, they're both right:

=dev-lang/php-5.1.2


and

dev-lang/php

If you want to specify a version, you have to set a "=" before the 
package, and if you want to avoid *any* version of the package, you must 
only write category/package, with no "=" before the package name.


The other problem, try what Fabrice told you, add --newuse to your 
emerge options.


Bye,
Rafael Fernández López.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Loading programs at X startup

2006-05-23 Thread Rafael Fernández López
Hi,

I've two questions related, but not the same.

1st question: I'd like to know how to run at X.org startup some apps, like
(~/.bashrc) at bash login. I'd like to run, for example, xcompmgr -c at
X.org startup always, or other programs, and I'd like to know if there is
kind of file where the programs to be runned at startup can be introduced.

2nd question: I'd like to know if there is some way of executing a window
at X.org startup (for logging in, AND IS NOT xdm, gdm or kdm). There is a
server with user accounts, if it logs in with "local_user" via xdm, gdm or
kdm it should open up a dialog where the user must log in (it will check
that databse) to access her/his system. In the case that the log in
failed, it should reload xdm, gdm or kdm (say /etc/init.d/xdm restart).

Thank you,
Rafael Fernández López.


-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Loading programs at X startup

2006-05-23 Thread Rafael Fernández López
Hi,

I've two questions related, but not the same.

1st question: I'd like to know how to run at X.org startup some apps, like
(~/.bashrc) at bash login. I'd like to run, for example, xcompmgr -c at
X.org startup always, or other programs, and I'd like to know if there is
kind of file where the programs to be runned at startup can be introduced.

2nd question: I'd like to know if there is some way of executing a window
at X.org startup (for logging in, AND IS NOT xdm, gdm or kdm). There is a
server with user accounts, if it logs in with "local_user" via xdm, gdm or
kdm it should open up a dialog where the user must log in (it will check
that databse) to access her/his system. In the case that the log in
failed, it should reload xdm, gdm or kdm (say /etc/init.d/xdm restart).

Thank you,
Rafael Fernández López.


-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds




-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Launching X.org through ssh

2006-05-25 Thread Rafael Fernández López
Hi,

I'm connecting from a computer (remote computer) to a server (sshd, it is
running apache2 too, but it doesn't matter right now), and I can connect
through ssh to it, and run every command all right, but launching X.org.

If I try a "startx" command, it will start X.org in the local computer,
and I'd like to run it into the remote computer, as you would do with RDP
for example.

Thank you,
Rafael Fernandez Lopez.


-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



  1   2   >