Re: [gentoo-user] xmms alternative

2006-10-26 Thread Hemmann, Volker Armin
On Friday 27 October 2006 07:03, Mark Knecht wrote: > It hasn't been supported for a long time. That said there is a new > maintainer who just took it over last week so don't give up totally on > alsaplayer. It was good for its day. it was great for testing dmix and hardware mixing - having 8 ins

Re: [gentoo-user] xmms alternative

2006-10-26 Thread Daniel Barkalow
On Fri, 27 Oct 2006, Walter Dnes wrote: > > > f) it has no good alternative :-( > > > > > > > it has. amarok, alsaplayer, xine > > [m3000][root][~] emerge --ask alsaplayer > > These are the packages that would be merged, in order: > > Calculating dependencies > emerge: there are no ebuilds

[gentoo-user] ALSA packages out of sync

2006-10-26 Thread Daniel Barkalow
It seems like the current x86 versions are: alsa-lib: 1.0.13 alsa-headers: 1.0.13 alsa-driver: 1.0.12 alsa-driver wants alsa-headers to match it; alsa-lib also wants alsa-headers to match it (or be ahead of it). Is there something messed up? This has stayed the same with syncs over a day apar

Re: [gentoo-user] xmms alternative

2006-10-26 Thread Mark Knecht
On 10/26/06, Hemmann, Volker Armin <[EMAIL PROTECTED]> wrote: On Friday 27 October 2006 06:00, Walter Dnes wrote: > > > f) it has no good alternative :-( > > > > it has. amarok, alsaplayer, xine > > [m3000][root][~] emerge --ask alsaplayer > > These are the packages that would be merged, in o

Re: [gentoo-user] xmms alternative

2006-10-26 Thread Hemmann, Volker Armin
On Friday 27 October 2006 06:00, Walter Dnes wrote: > > > f) it has no good alternative :-( > > > > it has. amarok, alsaplayer, xine > > [m3000][root][~] emerge --ask alsaplayer > > These are the packages that would be merged, in order: > > Calculating dependencies > emerge: there are no ebuild

Re: [gentoo-user] xmms alternative

2006-10-26 Thread Walter Dnes
> > f) it has no good alternative :-( > > > > it has. amarok, alsaplayer, xine [m3000][root][~] emerge --ask alsaplayer These are the packages that would be merged, in order: Calculating dependencies emerge: there are no ebuilds to satisfy "alsaplayer". OK guys, where is alsaplayer hidin

Re: [gentoo-user] Cairo UD; Why?

2006-10-26 Thread Bo Ørsted Andresen
On Friday 27 October 2006 02:41, Michael Sullivan wrote: > I removed xmms from my systems a couple of days ago and have been in the > process of rebuilding everything without it. x11-libs/cairo keeps > switching between 1.2.4 and 1.0.4 and I can't figure out why. How do I > stop this from happeni

[gentoo-user] Cairo UD; Why?

2006-10-26 Thread Michael Sullivan
I removed xmms from my systems a couple of days ago and have been in the process of rebuilding everything without it. x11-libs/cairo keeps switching between 1.2.4 and 1.0.4 and I can't figure out why. How do I stop this from happening? Here's my output: camille ~ # emerge -pvNDt world >>> --new

Re: [gentoo-user] Emerge Tomcat Problem

2006-10-26 Thread Bo Ørsted Andresen
On Thursday 26 October 2006 17:12, Rafael Barrera Oro wrote: > >>and i checked and yes, nss is installed in /usr/lib64/nss, should i make > >>a symlink (/usr/lib/nss -> /usr/lib64/nss) ? > >[SNIP] > > > > That will solve the immediate issue, yes. The bigger issue, however, is > > that on that profi

Re: [gentoo-user] Incomplete Merge

2006-10-26 Thread Richard Fish
On 10/26/06, Willie Wong <[EMAIL PROTECTED]> wrote: (See below) How do I get rid of that message? Can I just delete that file? e-nibbles ~ # emerge --pretend --verbose --newuse --update --deep world These are the packages that would be merged, in order: Calculating world dependencies... done!

Re: [gentoo-user] modules.conf - alias for eth devices - can't set the correct interface number

2006-10-26 Thread Richard Fish
On 10/26/06, Claudinei Matos <[EMAIL PROTECTED]> wrote: Well, now I know that in some way udev add these links automatically I do thing that I can just change the mac address putting the right one, letting the file appear like below: # PCI Device: (via-rhine) SUBSYSTEM=="net", DRIVERS=="?*", AT

Re: [gentoo-user] I want to RTFM more about lib-compat etc

2006-10-26 Thread Richard Fish
On 10/26/06, Alan McKinnon <[EMAIL PROTECTED]> wrote: Anyone got any good/suitable links to share? Hi Alan, Sorry I don't have any mid-level guides on this stuff. One trick to share though. If you absolutely want to know all the libraries that a program loads (including those that it dlopen'

Re: [gentoo-user] modules.conf - alias for eth devices - can't set the correct interface number

2006-10-26 Thread Daniel da Veiga
On 10/26/06, Claudinei Matos <[EMAIL PROTECTED]> wrote: Looking at /etc/udev/rules.d/ I'd found 70-persistent-net.rules with the lines below: # PCI Device: 0x10ec:0x8029 (ne2k-pci) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:c0:df:ea:d6:49", NAME="eth1" # PCI Device: 0x10b7:0x9200 (3c59

Re: [gentoo-user] modules.conf - alias for eth devices - can't set the correct interface number

2006-10-26 Thread Claudinei Matos
Looking at /etc/udev/rules.d/ I'd found 70-persistent-net.rules with the lines below: # PCI Device: 0x10ec:0x8029 (ne2k-pci) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:c0:df:ea:d6:49", NAME="eth1" # PCI Device: 0x10b7:0x9200 (3c59x) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:0

[gentoo-user] Incomplete Merge

2006-10-26 Thread Willie Wong
I ran into a broken ebuild the other day in my overlay that, after compiling and installing, wouldn't merge the files into their proper directories (emerge would just hang after saying that it is merging the package). The problem has since been solved (with an updated ebuild), but emerge still tell

Re: [gentoo-user] Emerge Tomcat Problem

2006-10-26 Thread Rafael Barrera Oro
Bo Ørsted Andresen wrote: On Thursday 26 October 2006 15:24, Rafael Barrera Oro wrote: As a matter of fact, i did not, and i dont get it, since is not a common thing for me to miss mails. Anyway, i apologize if i disrespected your effort to help me :P Heh, it seems to happen quite oft

Re: [gentoo-user] I want to RTFM more about lib-compat etc

2006-10-26 Thread kashani
Alan McKinnon wrote: Hi, I thought I had a fairly good understanding of how shared libs and lib seelction works in Linux - good enough to know what compile options to use, etc. But it seems that was a wrong assumption. I'm trying to get a third party binary app (Sybase database ASE-15) to r

[gentoo-user] I want to RTFM more about lib-compat etc

2006-10-26 Thread Alan McKinnon
Hi, I thought I had a fairly good understanding of how shared libs and lib seelction works in Linux - good enough to know what compile options to use, etc. But it seems that was a wrong assumption. I'm trying to get a third party binary app (Sybase database ASE-15) to run on Gentoo and it's pr

Re: [gentoo-user] ipw2200 + Intel Pro Wireless 2915 a/b/g: "ipw2200: Firmware error detected. Restarting."

2006-10-26 Thread Ovidiu Bivolaru
I did. Thanks. You can find newer version here: http://thinkwiki.org/wiki/Talk:Code/ibm-acpi-0.12a-2.6.17-fan.patch Regards, Ovidiu fire-eyes wrote: > Ovidiu Bivolaru wrote: > >> I'm interested in IFC patch. Where did you get it ? Thanks. >> > > Well, it's IBM Fan Control patch, not Inte

Re: [gentoo-user] Problems compiling cyrus-sasl

2006-10-26 Thread Leandro Melo de Sales
Sorry for my answer in portuguese. It is a private message to Felipe. []s Leandro. 2006/10/26, Leandro Melo de Sales <[EMAIL PROTECTED]>: Felipe, Eu mandei uma resposta ontem comentando o seu problema. Caso ainda não tenha resolvido leia os seguintes links: Pleas

Re: [gentoo-user] Problems compiling cyrus-sasl

2006-10-26 Thread Leandro Melo de Sales
Felipe, Eu mandei uma resposta ontem comentando o seu problema. Caso ainda não tenha resolvido leia os seguintes links: Please, for those one that has this same problem go to: http://bugs.gentoo.org/show_bug.cgi?id=152544 http://bugs.gentoo.org/show_bug.cgi?id=152665

Re: [gentoo-user] Emerge Tomcat Problem

2006-10-26 Thread Bo Ørsted Andresen
On Thursday 26 October 2006 15:24, Rafael Barrera Oro wrote: > As a matter of fact, i did not, and i dont get it, since is not a common > thing for me to miss mails. Anyway, i apologize if i disrespected your > effort to help me :P Heh, it seems to happen quite often.. [SNIP] > Current make.profi

Re: [gentoo-user] ipw2200 + Intel Pro Wireless 2915 a/b/g: "ipw2200: Firmware error detected. Restarting."

2006-10-26 Thread fire-eyes
Ovidiu Bivolaru wrote: > I'm interested in IFC patch. Where did you get it ? Thanks. Well, it's IBM Fan Control patch, not Intel Fan Control, so I was wrong. not sure if it will work outside of an IBM Thinkpad. I looked and looked, but I can't seem to find this patch. So I'll just post the source

Re: [gentoo-user] modules.conf - alias for eth devices - can't set the correct interface number

2006-10-26 Thread Daniel da Veiga
On 10/26/06, Claudinei Matos <[EMAIL PROTECTED]> wrote: Hi guys, I'm changing my third network card (a 3c905cx) with a 3c905B one. Well, the drivers are the same and the slot used is also the same. My machine has other two NICs, one onboard (via-rhine) and a old realtek 8029 10/10 (ne2k-pci). On

Re: [gentoo-user] Emerge Tomcat Problem

2006-10-26 Thread Rafael Barrera Oro
As a matter of fact, i did not, and i dont get it, since is not a common thing for me to miss mails. Anyway, i apologize if i disrespected your effort to help me :P the output of #eselect profile show is Current make.profile symlink: /usr/portage/profiles/default-linux/amd64/2006.0 and i c

Re: [gentoo-user] Emerge Tomcat Problem

2006-10-26 Thread Bo Ørsted Andresen
On Thursday 26 October 2006 14:34, Rafael Barrera Oro wrote: > Any ideas laides and gentlemen? :D Didn't you receive my last mail on this topic? http://article.gmane.org/gmane.linux.gentoo.user/172898 -- Bo Andresen pgpu6OgJBm682.pgp Description: PGP signature

Re: [gentoo-user] ipw2200 + Intel Pro Wireless 2915 a/b/g: "ipw2200: Firmware error detected. Restarting."

2006-10-26 Thread Ovidiu Bivolaru
I'm interested in IFC patch. Where did you get it ? Thanks. Regards, Ovidiu fire-eyes wrote: > I am having a very irritating problem with the wireless driver and > card above. Sometimes, but not all the times, it gets into this phase > where the wireless drops, comes back, drops, comes back (etc)

[gentoo-user] Re: Blockage problem

2006-10-26 Thread Harm Geerts
On Thursday 26 October 2006 14:11, Rafael Barrera Oro wrote: > I tried to install Crossover-Office-Pro-Bin and i got the following > blockage message: > > Calculating dependencies... done! > [blocks B ] <=x11-base/xorg-x11-6.9 (is blocking > x11-libs/libXau-1.0.2, x11-libs/libXext-1.0.2, x11-li

Re: [gentoo-user] Emerge Tomcat Problem

2006-10-26 Thread Rafael Barrera Oro
Rafael Barrera Oro wrote: Rafael Barrera Oro wrote: Bo Ørsted Andresen wrote: On Tuesday 24 October 2006 17:19, Rafael Barrera Oro wrote: -L/usr/lib/nspr -L/usr/lib/nss [SNIP] ld: cannot find -lnss3 What is the output of: # ls -ld /usr/lib # ls -l /usr/lib/nss Also do

Re: [gentoo-user] Blockage problem

2006-10-26 Thread Chris Walters
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rafael Barrera Oro wrote: > I tried to install Crossover-Office-Pro-Bin and i got the following > blockage message: > > Calculating dependencies... done! > [blocks B ] <=x11-base/xorg-x11-6.9 (is blocking > x11-libs/libXau-1.0.2, x11-libs/libXex

[gentoo-user] Blockage problem

2006-10-26 Thread Rafael Barrera Oro
I tried to install Crossover-Office-Pro-Bin and i got the following blockage message: Calculating dependencies... done! [blocks B ] <=x11-base/xorg-x11-6.9 (is blocking x11-libs/libXau-1.0.2, x11-libs/libXext-1.0.2, x11-libs/xtrans-1.0.2, x11-proto/xproto-7.0.8, x11-proto/inputproto-1.3.2,

[gentoo-user] modules.conf - alias for eth devices - can't set the correct interface number

2006-10-26 Thread Claudinei Matos
Hi guys,I'm changing my third network card (a 3c905cx) with a 3c905B one. Well, the drivers are the same and the slot used is also the same.My machine has other two NICs, one onboard (via-rhine) and a old realtek 8029 10/10 (ne2k-pci). On my /etc/modules.d/aliases I have the 3 lines below:alias eth

[gentoo-user] Re: How to discover what is the package of a given file?

2006-10-26 Thread Harm Geerts
On Thursday 26 October 2006 03:03, Neil Hodges wrote: > On 16:35 Wed 25 Oct , Justin Findlay wrote: > > On AD 2006 October 26 Thursday 03:44:29 AM +0530, Vikas Kumar wrote: > > > # equery belongs > > > > > > equery comes with gentoolkit. > > > > > > # emerge gentoolkit > > > > You can alternat

[gentoo-user] CUPS can't print pdf - setpagedevice error

2006-10-26 Thread Helmut Jarausch
Hi, on my (new) GenToo system I cannot print a pdf file directly, like lpr -Pmyprinter test.pdf The printer says configurationerror OFFENDING COMMAND: setpagedevice It's no problem to print a postscript file. Furthermore I don't have any problems printing the same file from a different worksta

Re: [gentoo-user] ATI drivers

2006-10-26 Thread David Relson
On Wed, 25 Oct 2006 07:34:14 -0400 Daniel D Jones wrote: > On Wednesday 25 October 2006 02:58, Mick wrote: > r> On Wednesday 25 October 2006 01:55, Daniel D Jones wrote: > > > Option "MerdgedFB" "true" > > > > Not sure, but could this have something to do with it? > > I believe it may have

Re: [gentoo-user] [OT] Amorok and getting started.

2006-10-26 Thread Dale
Dirk Heinrichs wrote: > Am Donnerstag, 26. Oktober 2006 10:56 schrieb ext Dale: > >> Dirk Heinrichs wrote: >>> It does. And if you have such things like home on NFS you need to use a >>> real RDBMS anyway. Since you already have postgresql installed, just >>> use it. >> Thanks for the info. Just

Re: [gentoo-user] [OT] Amorok and getting started.

2006-10-26 Thread Dirk Heinrichs
Am Donnerstag, 26. Oktober 2006 10:56 schrieb ext Dale: > Dirk Heinrichs wrote: > > It does. And if you have such things like home on NFS you need to use a > > real RDBMS anyway. Since you already have postgresql installed, just > > use it. > > Thanks for the info. Just what, and how, does it use

Re: [gentoo-user] [OT] Amorok and getting started.

2006-10-26 Thread Dale
Dirk Heinrichs wrote: > > It does. And if you have such things like home on NFS you need to use a real > RDBMS anyway. Since you already have postgresql installed, just use it. > > Bye... > > Dirk Thanks for the info. Just what, and how, does it use postgresql anyway? Keep in mind I'm