From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Qt-5 in core-updates Date: Tue, 2 Feb 2016 17:47:54 +0100 Message-ID: <20160202164754.GA9184@debian.eduroam.u-bordeaux.fr> References: <20160124191925.GA4264@debian> <87twm2ctfq.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQe7Z-0005XU-D6 for guix-devel@gnu.org; Tue, 02 Feb 2016 11:48:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQe7W-00051p-8F for guix-devel@gnu.org; Tue, 02 Feb 2016 11:48:05 -0500 Received: from mailrelay2.public.one.com ([91.198.169.125]:64097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQe7V-00051d-SW for guix-devel@gnu.org; Tue, 02 Feb 2016 11:48:02 -0500 Content-Disposition: inline In-Reply-To: <87twm2ctfq.fsf@member.fsf.org> 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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org Hello, now that core-updates is merged, could you maybe investigate about this matter: On Mon, Jan 25, 2016 at 09:57:13AM +0800, 宋文武 wrote: > This seems like a parallel build issue after I find that, > Writing a pyc file is not atomic in python: > > It was fixed in Python 3.3+, but not in Python 2.7.x (the one for > building WebKit). > I think we can try: > - Patch our python-2.7.x like Ubuntu does. > It would be good to revert to parallel builds of qt. Actually, there is a version 2.7.11 of python. Should we update first? Will this solve our problems? Andreas