Re: [gentoo-user] Python TK

2012-07-27 Thread Silvio Siefke
Hello, On Fri, 27 Jul 2012 00:27:59 +0100 Peter Humphrey pe...@humphrey.ukfsn.org wrote: /etc/init.d/atom attached. It ought also to include a command to extract the useful bits of /etc/mtab and copy those to the chroot; otherwise eclean complains that it can't read the table of mounts.

[gentoo-user] Python TK

2012-07-26 Thread Silvio Siefke
Hello, on my Netbook i use Sabayon, because all compile from source need much time and it was not so really run. Can i ask here a question, because i has problems with emerge. I has Install the Game PySolFC, a python solitaire Game. It want not run, because it miss imagingtk. So i try to

Re: [gentoo-user] Python TK

2012-07-26 Thread Alex Schuster
Silvio Siefke writes: on my Netbook i use Sabayon, because all compile from source need much time and it was not so really run. Can i ask here a question, because i has problems with emerge. Sure, and there doesn't even seem to be a Sabayon mailing list anyway. I has Install the Game

Re: [gentoo-user] Python TK

2012-07-26 Thread Neil Bothwick
On Thu, 26 Jul 2012 12:50:09 +0200, Silvio Siefke wrote: on my Netbook i use Sabayon, because all compile from source need much time and it was not so really run. Can i ask here a question, because i has problems with emerge. You could build packages in a chroot on a faster machine, that's

Re: [gentoo-user] Python TK

2012-07-26 Thread Alex Schuster
Neil Bothwick writes: On Thu, 26 Jul 2012 12:50:09 +0200, Silvio Siefke wrote: gentoo-mobile siefke # emerge --newuse --update =dev-lang/python-2.7.2-r3 Calculating dependencies... done! Auto-cleaning packages... No outdated packages were found on your system. gentoo-mobile

Re: [gentoo-user] Python TK

2012-07-26 Thread Ed LaBonte
On Thu, 26 Jul 2012 12:50:09 +0200 Silvio Siefke siefke_lis...@web.de wrote: Hello, on my Netbook i use Sabayon, because all compile from source need much time and it was not so really run. I installed gentoo on an acer one. It took 3 days. I had the time and didn't need to use it.

Re: [gentoo-user] Python TK

2012-07-26 Thread Silvio Siefke
On Thu, 26 Jul 2012 10:51:34 -0400 Ed LaBonte ewlabo...@riseup.net wrote: I installed gentoo on an acer one. It took 3 days. I had the time and didn't need to use it. I have installed Gentoo from Source it need 3 days too. But the configuration was little hard. And then my disk was boke. So

Re: [gentoo-user] Python TK

2012-07-26 Thread Silvio Siefke
On Thu, 26 Jul 2012 14:04:37 +0100 Neil Bothwick n...@digimed.co.uk wrote: You could build packages in a chroot on a faster machine, that's what I do to run Gentoo on lower-popwered devices. Really that goes? With diffrent CPUs, Graphics and so? Because in Desktop is Core 2 Duo with ATI

Re: [gentoo-user] Python TK

2012-07-26 Thread Silvio Siefke
On Thu, 26 Jul 2012 13:23:54 +0200 Alex Schuster wo...@wonkology.org wrote: Sure, and there doesn't even seem to be a Sabayon mailing list anyway. No, on website is only found for Developers a list. Did you put tk in your USE flags for python? Like, having dev-lang/python tk

Re: [gentoo-user] Python TK

2012-07-26 Thread Michael Mol
On Thu, Jul 26, 2012 at 12:25 PM, Silvio Siefke siefke_lis...@web.de wrote: On Thu, 26 Jul 2012 14:04:37 +0100 Neil Bothwick n...@digimed.co.uk wrote: You could build packages in a chroot on a faster machine, that's what I do to run Gentoo on lower-popwered devices. Really that goes? With

Re: [gentoo-user] Python TK

2012-07-26 Thread Neil Bothwick
On Thu, 26 Jul 2012 12:36:37 -0400, Michael Mol wrote: You could build packages in a chroot on a faster machine, that's what I do to run Gentoo on lower-popwered devices. Really that goes? With diffrent CPUs, Graphics and so? Because in Desktop is Core 2 Duo with ATI Graphic and the

Re: [gentoo-user] Python TK

2012-07-26 Thread Peter Humphrey
On Thursday 26 July 2012 17:36:37 Michael Mol wrote: On Thu, Jul 26, 2012 at 12:25 PM, Silvio Siefke siefke_lis...@web.de wrote: On Thu, 26 Jul 2012 14:04:37 +0100 Neil Bothwick n...@digimed.co.uk wrote: You could build packages in a chroot on a faster machine, that's what I do to run

Re: [gentoo-user] Python TK

2012-07-26 Thread Silvio Siefke
On Thu, 26 Jul 2012 18:09:26 +0100 Peter Humphrey pe...@humphrey.ukfsn.org wrote: Let me know if you'd like the mounting script. The way sounds intresting. The Script were nice, and if u have so a howto can send me the link. Thanks Silvio

Re: [gentoo-user] Python TK

2012-07-26 Thread Silvio Siefke
On Thu, 26 Jul 2012 12:36:37 -0400 Michael Mol mike...@gmail.com wrote: Just don't use -march=native when cross-compiling. :) Now i use native. Is there a problem, i know from FreeBSD, there on ML have say me i should use. Regards Silvio

Re: [gentoo-user] Python TK

2012-07-26 Thread Neil Bothwick
On Thu, 26 Jul 2012 18:09:26 +0100, Peter Humphrey wrote: Just to expand that, I followed Neil's advice when setting my boxes up. I have an atom box as LAN server and an i5 workstation. I have a script which I run on the workstation to mount all the necessary directories on the chroot,

RE: [gentoo-user] Python TK

2012-07-26 Thread Mike Edenfield
From: Silvio Siefke [mailto:siefke_lis...@web.de] On Thu, 26 Jul 2012 12:36:37 -0400 Michael Mol mike...@gmail.com wrote: Just don't use -march=native when cross-compiling. :) Now i use native. Is there a problem, i know from FreeBSD, there on ML have say me i should use. Using

Re: [gentoo-user] Python TK

2012-07-26 Thread Peter Humphrey
On Thursday 26 July 2012 20:21:16 Silvio Siefke wrote: The way sounds intresting. The Script were nice, and if u have so a howto can send me the link. /etc/init.d/atom attached. It ought also to include a command to extract the useful bits of /etc/mtab and copy those to the chroot; otherwise