Re: [gentoo-user] Re: Kernel 3.14.14 build failure at DEPMOD stage

2014-08-14 Thread Walter Dnes
On Wed, Aug 13, 2014 at 05:58:44PM -0700, walt wrote On 08/13/2014 03:51 PM, Walter Dnes wrote: Going from 3.12.13 to 3.14.14 using make old config and then the standard build (64 bit). At the DEPMOD stage near the very end I get... DEPMOD 3.14.14-gentoo

Re: [gentoo-user] Re: Kernel 3.14.14 build failure at DEPMOD stage

2014-08-14 Thread Neil Bothwick
On Thu, 14 Aug 2014 04:24:35 -0400, Walter Dnes wrote: I still have the problem. Is there a way to manually run depmod? depmod -a 3.x.y -- Neil Bothwick If you use envelopes, why not encryption ? signature.asc Description: PGP signature

Re: [gentoo-user] Re: distfiles contains extra files?

2014-08-14 Thread Peter Humphrey
On Wednesday 13 August 2014 21:27:47 James wrote: Volker Armin Hemmann volkerarmin at googlemail.com writes: Any other idiotic ideas? Hey, JUST GO FUCK OFF! If you cannot respondd in a cilized form, then PLEASE Just ingnore the post ASSHOLE! There's no excuse for language like

Re: [gentoo-user] python-updater constantly rebuilds one same package

2014-08-14 Thread Alan McKinnon
On 14/08/2014 13:38, Сергей wrote: http://pastebin.com/L3qxu460 Is it the way how python-updater should work? Seems a bit strange Please don't use pastebin. People here hate the bloody things. Just paste the relevant output into your mail. This list is archived so one week from now

Re: [gentoo-user] Re: distfiles contains extra files?

2014-08-14 Thread Rich Freeman
On Thu, Aug 14, 2014 at 6:35 AM, Peter Humphrey pe...@prh.myzen.co.uk wrote: On Wednesday 13 August 2014 21:27:47 James wrote: Volker Armin Hemmann volkerarmin at googlemail.com writes: Any other idiotic ideas? Hey, JUST GO FUCK OFF! If you cannot respondd in a cilized form, then PLEASE

Re: [gentoo-user] python-updater constantly rebuilds one same package

2014-08-14 Thread Alan McKinnon
On 14/08/2014 14:58, Сергей wrote: Sorry. Here is what I wanted to paste: sudo python-updater * Starting Python Updater... * Main active version of Python:3.3 * Active version of Python 2: 2.7 * Active version of Python 3: 3.3 * Globally supported Python ABIs in

Re: [gentoo-user] python-updater constantly rebuilds one same package

2014-08-14 Thread Alan McKinnon
On 14/08/2014 16:35, Сергей wrote: kdelibs and glib depend on virtual/fam provided by gamin, so I don't think removing them all is a good idea. revdep-rebuild didn't help. Maaagic ~~ I see. OK, lets try identify why python-updater thinks libgamin needs updating: python--updater -p -v

[gentoo-user] 32-bit gdk fail: trying to load 64-bit libpixbufloader-xpm.so

2014-08-14 Thread Grant Edwards
I've got a 32-bit application that ran fine until a couple weeks ago. But, now when I try to run it I get this failure: (msb_serv:9939): GdkPixbuf-WARNING **: Error loading XPM image loader: Unable to load image-loading module: /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so:

Re: [gentoo-user] python-updater constantly rebuilds one same package

2014-08-14 Thread Mike Gilbert
On Thu, Aug 14, 2014 at 11:57 AM, Сергей protsero...@gmail.com wrote: I have looked at dev-libs/libgamin-0.1.10-r4 and dev-libs/libgamin-0.1.10-r5 ebuilds and compared them. dev-libs/libgamin-0.1.10-r5 has PYTHON_TARGETS=python2_7 (r4 had no PYTHON_TARGETS) and now python-updater doesn't

Re: [gentoo-user] python-updater constantly rebuilds one same package

2014-08-14 Thread Alec Ten Harmsel
On Thu 14 Aug 2014 11:57:53 AM EDT, Сергей wrote: I have looked at dev-libs/libgamin-0.1.10-r4 and dev-libs/libgamin-0.1.10-r5 ebuilds and compared them. dev-libs/libgamin-0.1.10-r5 has PYTHON_TARGETS=python2_7 (r4 had no PYTHON_TARGETS) and now python-updater doesn't rebuild libgamin. Seems

[gentoo-user] Re: 32-bit gdk fail: trying to load 64-bit libpixbufloader-xpm.so

2014-08-14 Thread Grant Edwards
On 2014-08-14, Grant Edwards grant.b.edwa...@gmail.com wrote: I've got a 32-bit application that ran fine until a couple weeks ago. But, now when I try to run it I get this failure: (msb_serv:9939): GdkPixbuf-WARNING **: Error loading XPM image loader: Unable to load image-loading module:

Re: [gentoo-user] Re: Kernel 3.14.14 build failure at DEPMOD stage

2014-08-14 Thread Walter Dnes
On Thu, Aug 14, 2014 at 10:31:47AM +0100, Neil Bothwick wrote On Thu, 14 Aug 2014 04:24:35 -0400, Walter Dnes wrote: I still have the problem. Is there a way to manually run depmod? depmod -a 3.x.y [thimk][root][/usr/src/linux] depmod -a 3.14.14 depmod: QM_MODULES: Function not

Re: [gentoo-user] python-updater constantly rebuilds one same package

2014-08-14 Thread Alan McKinnon
On 14/08/2014 18:09, Mike Gilbert wrote: On Thu, Aug 14, 2014 at 11:57 AM, Сергей protsero...@gmail.com wrote: I have looked at dev-libs/libgamin-0.1.10-r4 and dev-libs/libgamin-0.1.10-r5 ebuilds and compared them. dev-libs/libgamin-0.1.10-r5 has PYTHON_TARGETS=python2_7 (r4 had no

Re: [gentoo-user] Re: Kernel 3.14.14 build failure at DEPMOD stage

2014-08-14 Thread Neil Bothwick
On Thu, 14 Aug 2014 12:29:13 -0400, Walter Dnes wrote: depmod -a 3.x.y [thimk][root][/usr/src/linux] depmod -a 3.14.14 depmod: QM_MODULES: Function not implemented Now what? Anyhow, I tried lilo -R Experimental and rebooted. It seems to work OK. I run a monolithic kernel, so

Re: [gentoo-user] python-updater constantly rebuilds one same package

2014-08-14 Thread Mike Gilbert
On Thu, Aug 14, 2014 at 2:26 PM, Alan McKinnon alan.mckin...@gmail.com wrote: On 14/08/2014 18:09, Mike Gilbert wrote: On Thu, Aug 14, 2014 at 11:57 AM, Сергей protsero...@gmail.com wrote: I have looked at dev-libs/libgamin-0.1.10-r4 and dev-libs/libgamin-0.1.10-r5 ebuilds and compared them.

Re: [gentoo-user] python-updater constantly rebuilds one same package

2014-08-14 Thread Alan McKinnon
On 14/08/2014 23:23, Mike Gilbert wrote: On Thu, Aug 14, 2014 at 2:26 PM, Alan McKinnon alan.mckin...@gmail.com wrote: On 14/08/2014 18:09, Mike Gilbert wrote: On Thu, Aug 14, 2014 at 11:57 AM, Сергей protsero...@gmail.com wrote: I have looked at dev-libs/libgamin-0.1.10-r4 and