From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] fix python Date: Fri, 04 Apr 2014 21:36:14 +0200 Message-ID: <8738hs99ap.fsf@gnu.org> References: <87r45d85t7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WW9ua-00074L-0G for guix-devel@gnu.org; Fri, 04 Apr 2014 15:36:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WW9uT-0001gb-5v for guix-devel@gnu.org; Fri, 04 Apr 2014 15:36:23 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:60858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WW9uS-0001fA-Oj for guix-devel@gnu.org; Fri, 04 Apr 2014 15:36:17 -0400 In-Reply-To: <87r45d85t7.fsf@gmail.com> (Eric Bavier's message of "Fri, 04 Apr 2014 10:36:52 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Eric Bavier Cc: guix-devel@gnu.org, =?utf-8?Q?Al=C3=ADrio?= Eyng Eric Bavier skribis: > Al=C3=ADrio Eyng writes: > >> This fixes 'OSError: out of pty devices' with '# >> CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set' > > This does not fix the error it claims to fix on my machine. Yeah, as discussed in the other thread, there=E2=80=99s no obvious way to f= ix that on systems with CONFIG_DEVPTS_MULTIPLE_INSTANCES=3Dn (but we do have a fix for other systems.) > The errors I get from building python-3.3.3 are: > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > FAIL: test_wait_result (test.test_multiprocessing.WithProcessesTestCondit= ion) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/tmp/nix-build-python-3.3.3.drv-11/Python-3.3.3/Lib/test/test_mul= tiprocessing.py", line 1035, in test_wait_result > self.assertRaises(KeyboardInterrupt, c.wait, 10) > AssertionError: KeyboardInterrupt not raised by wait Same here. Ludo=E2=80=99.