[gentoo-user] Question about selecting ebuilds from local overlay

2010-10-14 Thread Walter Dnes
I can't rename the ebuild, or give it a weird build number, because the ebuild filename is used to select files to download. I'm tweaking Firefox ebuild and eclass internals, but keeping the same filenames. The emerge default seems to be to prefer the local overlay, which is what I want right no

Re: [gentoo-user] Something in PHP has killed Apache2

2010-10-14 Thread Jason Carson
> I ran revdep-rebuild -library=mysql.so but this returned with no > problems :( Try running revdep-rebuild without -library=mysql.so I had problem a few weeks ago when I updated PHP and running revdep-rebuild without any options fixed it.

[gentoo-user] Something in PHP has killed Apache2

2010-10-14 Thread Rod
Hi I just did a emerge -vnuD system and I think a build was done on mysql (seems this is the origin of the problems) I'm getting a PHP Warning as follows, and Apache2 doesn't start up :( PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/lib/extensions/no-debug

Re: [gentoo-user] Printer not working after world update

2010-10-14 Thread Vincent Launchbury
On 10/14/10 13:45, Mick wrote: > Have you tried unmasking and using cups-1.4.4-r2 ? Thanks! It didn't fix things, but it did lead me to the solution. Apparently cups 1.4 has much more verbose logging, which pointed me to an issue with the min12xxw driver. Cups 1.4 doesn't seem to detect USB printe

Re: [gentoo-user] USB Disk failure - Buffer I/O error on device sda2, logical block 1289 lost page write due to I/O error on sda2

2010-10-14 Thread Daniel da Veiga
On Tue, Oct 12, 2010 at 13:41, Paul Hartman wrote: > 2010/10/9 Fatih Tümen : >> Hi, >> >> When I ran eix hdf command, all of a sudden my usb drive started >> making weird noises. I only have ccache, distfiles and packaes >> directories on sda2, the usb disk partition. I don't know why eix >> waked

[gentoo-user] sun-jdk upgrade problem

2010-10-14 Thread Zhu Sha Zang
Since sun-jdk-1.6.0.21 i have this installation problem: >>> Emerging (6 of 19) dev-java/sun-jdk-1.6.0.22 * jdk-6u22-dlj-linux-i586.bin RMD160 SHA1 SHA256 size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;

Re: [gentoo-user] Printer not working after world update

2010-10-14 Thread Mick
On Thursday 14 October 2010 14:15:12 Vincent Launchbury wrote: > Hi list, > > I've been using my printer problem free for years, but a recent world > update seems to have broken something. Now whenever I print I get: > >(/usr/libexec/cups/filter/foomatic-rip) stopped with status 1! >[Job

Re: [gentoo-user] emerge --unmerge fails

2010-10-14 Thread Paul Hartman
On Thu, Oct 14, 2010 at 2:38 AM, Dean Matzkov wrote: > Well, if you were running portage-2-2_rc67, that's already pretty much > bleeding edge =P Except there have been about 30 update releases since that one. Only the Changelog knows how many things have been fixed in that time. :)

Re: [gentoo-user] emerge --unmerge fails

2010-10-14 Thread Hilco Wijbenga
On 14 October 2010 01:36, Neil Bothwick wrote: > On Wed, 13 Oct 2010 18:52:14 -0700, Hilco Wijbenga wrote: >> > Have you tried upgrading to the latest version of Portage 2.2? The >> > newest version in the tree is currently portage-2.2_rc95, while you're >> > still using portage-2.2_rc67. Perhaps

Re: [gentoo-user] emerge --unmerge fails

2010-10-14 Thread Hilco Wijbenga
On 14 October 2010 00:38, Dean Matzkov wrote: > Well, if you were running portage-2-2_rc67, that's already pretty much > bleeding edge =P Yeah, I was wondering if someone would notice that. :-) > But just out of curiosity, though, is there any particular reason > you're not running a more-stable

Re: [gentoo-user] Re: firefox-bin optimizations?

2010-10-14 Thread Paul Hartman
On Wed, Oct 13, 2010 at 11:12 PM, Walter Dnes wrote: > On Sat, Oct 09, 2010 at 06:53:04PM +0300, Arttu V. wrote > >> Thus equipped, I copied both mozconfig-3.eclass and >> mozcoreconf-2.eclass over to a local overlay, modified their hardcoded >> --enable-pango statements into --disable-pango's, re

[gentoo-user] Printer not working after world update

2010-10-14 Thread Vincent Launchbury
Hi list, I've been using my printer problem free for years, but a recent world update seems to have broken something. Now whenever I print I get: (/usr/libexec/cups/filter/foomatic-rip) stopped with status 1! [Job 129] Job stopped due to filter errors. and the job eventually vanishes from

Re: DNS Issues [Was: [gentoo-user] Re: Slow Login, Sudo, etc.]

2010-10-14 Thread Mick
On 13 October 2010 20:00, Paul Hartman wrote: > On Wed, Oct 13, 2010 at 12:30 PM, Willie Wong > wrote: >> On Wed, Oct 13, 2010 at 12:17:02PM -0500, Paul Hartman wrote: >>> On Wed, Oct 13, 2010 at 11:40 AM, Neil Bothwick wrote: >>> > On Wed, 13 Oct 2010 16:59:25 +0200, Alan McKinnon wrote: >>> >

Re: [gentoo-user] Re: Trying to configure Radeon card

2010-10-14 Thread Alex Schuster
Jeff Cranmer writes: > Regarding eselect, I used eselect opengl xorg-xll to select the open > source driver instead of ati. I think this is correct? Sounds right. > The kernel options are configured as follows > > Device Drivers -> > Generic Driver Options -> > <*> Userspace firmware loadi

Re: [gentoo-user] distcc and USE flags

2010-10-14 Thread Neil Bothwick
On Thu, 14 Oct 2010 07:57:25 +0200, Coert Waagmeester wrote: > If I want to set up an x86 distcc solution, do the USE flags need to be > the same on all machines? No. the USE flags determine options passed to the build system, so the host's flags are interpreted before anything is sent to any di

Re: [gentoo-user] emerge --unmerge fails

2010-10-14 Thread Neil Bothwick
On Wed, 13 Oct 2010 18:52:14 -0700, Hilco Wijbenga wrote: > > Have you tried upgrading to the latest version of Portage 2.2? The > > newest version in the tree is currently portage-2.2_rc95, while you're > > still using portage-2.2_rc67. Perhaps there's a bug causing this that > > was fixed in sub

Re: [gentoo-user] emerge --unmerge fails

2010-10-14 Thread Dean Matzkov
Well, if you were running portage-2-2_rc67, that's already pretty much bleeding edge =P But just out of curiosity, though, is there any particular reason you're not running a more-stable version of Portage, such as v2.1.8.3 or v2.1.9.17? The 2.2 release-candidates are hard-masked for a reason - wh

[gentoo-user] Re: Trying to configure Radeon card

2010-10-14 Thread Nikos Chantziaras
On 10/14/2010 04:23 AM, Jeff Cranmer wrote: On Wed, 2010-10-13 at 17:06 +0300, Nikos Chantziaras wrote: Forgot one last thing. After you do what I described in my other post, make sure to execute: eselect opengl set ati Hi Nikos, Thanks for the advice. I think that the instructions that