From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Qt-5 in core-updates Date: Thu, 17 Mar 2016 22:47:19 +0100 Message-ID: <20160317214719.GA5598@solar> References: <20160124191925.GA4264@debian> <87twm2ctfq.fsf@member.fsf.org> <20160202164754.GA9184@debian.eduroam.u-bordeaux.fr> 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]:33070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agflS-0007E6-8Z for guix-devel@gnu.org; Thu, 17 Mar 2016 17:47:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agflN-00084W-DK for guix-devel@gnu.org; Thu, 17 Mar 2016 17:47:30 -0400 Received: from mailrelay2.public.one.com ([91.198.169.125]:20559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agflN-00084Q-1m for guix-devel@gnu.org; Thu, 17 Mar 2016 17:47:25 -0400 Content-Disposition: inline In-Reply-To: <20160202164754.GA9184@debian.eduroam.u-bordeaux.fr> 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 On Tue, Feb 02, 2016 at 05:47:54PM +0100, Andreas Enge wrote: > 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? In fact, there is a very recent release of Qt 5.6, which removes webkit; so we could try an update. On the other hand, without webkit and the bundled chromium, there will be no webbrowsers left over... 5.6 is supposed to be a long term support version, with fixes promised over the next three years. So would it make sense to reenable chromium (=qtwebengine)? Andreas