[gentoo-user] Failed to emerge dev-python/pytables-3.0.0

2014-10-13 Thread Valmor de Almeida
Hello, On a recent portage update, I tried to emerge pytables-3.0.0 and the error: * python3_3: running distutils-r1_run_phase distutils-r1_python_compile * python2_7: running distutils-r1_run_phase distutils-r1_python_compile /usr/bin/python3.3 setup.py build /usr/bin/python2.7 setup.py build *

Re: [gentoo-user] has anyone tried KDE5?

2014-10-13 Thread J. Roeleveld
On Wednesday, October 08, 2014 08:32:53 PM Daniel Frey wrote: > On 10/07/2014 09:42 PM, J. Roeleveld wrote: > > Are you talking about the behaviour when you actually click on the > > foldername, instead of the " > " ? > > > > If yes, then that is as designed. > > No, I'm clicking on the " > ". So

Re: [gentoo-user] [systemd] Is this a NetworkManager bug?

2014-10-13 Thread Canek Peláez Valdés
On Mon, Oct 13, 2014 at 6:39 PM, walt wrote: > I just switched my home LAN from wired to all wifi and I'm having trouble > with NetworkManager at boot time. > > I have systemd start NetworkManager at boot because I need the internet > for ntpdate and to start the nfs server for the LAN. Before I

[gentoo-user] [systemd] Is this a NetworkManager bug?

2014-10-13 Thread walt
I just switched my home LAN from wired to all wifi and I'm having trouble with NetworkManager at boot time. I have systemd start NetworkManager at boot because I need the internet for ntpdate and to start the nfs server for the LAN. Before I switched to all-wireless this method worked perfectly,

Re: [gentoo-user] sys-apps/man-db depends to app-text/po4a

2014-10-13 Thread hogren
Le Mon, 13 Oct 2014 13:15:43 -0400, Mike Gilbert a écrit : > On Mon, Oct 13, 2014 at 11:14 AM, hogren wrote: > > Le Sat, 11 Oct 2014 16:22:04 +0200, > > Hinnerk van Bruinehsen a écrit : > > > >> On Sat, Oct 11, 2014 at 07:37:14AM +0100, Stroller wrote: > >> > > >> > On Sat, 11 October 2014, at

Re: [gentoo-user] sys-apps/man-db depends to app-text/po4a

2014-10-13 Thread Mike Gilbert
On Mon, Oct 13, 2014 at 11:14 AM, hogren wrote: > Le Sat, 11 Oct 2014 16:22:04 +0200, > Hinnerk van Bruinehsen a écrit : > >> On Sat, Oct 11, 2014 at 07:37:14AM +0100, Stroller wrote: >> > >> > On Sat, 11 October 2014, at 7:17 am, hogren >> > wrote: >> > >> > > … >> > > Emerge try to compile sys

Re: [gentoo-user] sys-apps/man-db depends to app-text/po4a

2014-10-13 Thread hogren
Le Sat, 11 Oct 2014 16:22:04 +0200, Hinnerk van Bruinehsen a écrit : > On Sat, Oct 11, 2014 at 07:37:14AM +0100, Stroller wrote: > > > > On Sat, 11 October 2014, at 7:17 am, hogren > > wrote: > > > > > … > > > Emerge try to compile sys-apps/man-db-2.6.6 and fails. > > > When I watched the bui

Re: [gentoo-user] Writing to tty01 (serial port) in simple straight forward way...?!?

2014-10-13 Thread thegeezer
On 13/10/14 10:08, Christian Groessler wrote: > On 10/13/14 11:06, Neil Bothwick wrote: >> On Sun, 12 Oct 2014 22:36:55 -0300, Francisco Ares wrote: >> >>> By using this approach, you might be able to send a command, but most >>> probably (never tried) will not be able to receive the device's reply

Re: [gentoo-user] Writing to tty01 (serial port) in simple straight forward way...?!?

2014-10-13 Thread Christian Groessler
On 10/13/14 11:06, Neil Bothwick wrote: On Sun, 12 Oct 2014 22:36:55 -0300, Francisco Ares wrote: By using this approach, you might be able to send a command, but most probably (never tried) will not be able to receive the device's reply. Try minicom, a simple text serial console. Or write th

Re: [gentoo-user] Writing to tty01 (serial port) in simple straight forward way...?!?

2014-10-13 Thread Neil Bothwick
On Sun, 12 Oct 2014 22:36:55 -0300, Francisco Ares wrote: > By using this approach, you might be able to send a command, but most > probably (never tried) will not be able to receive the device's reply. > > Try minicom, a simple text serial console. Or write the script in Python and use pyserial