From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: New python build system merged Date: Wed, 30 Nov 2016 13:40:36 +0100 Message-ID: <871sxtm98b.fsf@gnu.org> References: <58383346.5090608@crazy-compilers.com> <20161126044853.GB15256@jasmine> <583BF716.2060009@crazy-compilers.com> <87d1hfd8p8.fsf@gnu.org> <583D503D.6050209@crazy-compilers.com> <87k2bm745d.fsf@gnu.org> <583DC457.6060200@crazy-compilers.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]:34222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cC4Bm-0003z7-RY for guix-devel@gnu.org; Wed, 30 Nov 2016 07:40:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cC4Bk-0002Dc-7F for guix-devel@gnu.org; Wed, 30 Nov 2016 07:40:42 -0500 In-Reply-To: <583DC457.6060200@crazy-compilers.com> (Hartmut Goebel's message of "Tue, 29 Nov 2016 19:09:27 +0100") 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" To: Hartmut Goebel Cc: guix-devel Hartmut Goebel skribis: > Am 29.11.2016 um 15:27 schrieb Ludovic Court=C3=A8s: >> Good. When you fix it (and other failures, if any), we can start a new >> evaluation or merge directly in master (the sooner the better!). > > Done. > > I'm very glad the new python build system is now in master. Thanks to > everybody who helped finishing this! Woow, that was fast. I was expecting a signal from you before we trigger the merge button. > However, Hartmut, I think that Build 1637640 is not even done building al= l the packages yet (1853 packages are pending; and some "python-" packages = are in the queue), so it's anyone's guess which packages are affected. > > As for the Python-requiring packages (which do or don't have "python" in = the name), the failing ones I can spot are: > - borg (can't import borg)=20 > - calibre ("list index out of range" in setup.py) > - kicad (because of python2-wxpython failure "option --single-version-ext= ernally-managed not recognized") > - python2-wxpython ("option --single-version-externally-managed not recog= nized") > - python-sympy (testing fails because some tests that were supposed to fa= il passed instead) > - python-ipython (Can't find "docs/build/texinfo/ipython.info") > - python2-beautifulsoup4 (Tries to use "python3" in convert-py3k - why? A= fter all it's supposed to use Python 2) > > There are others. Hartmut, can you look into these now? I see Leo already fixed Borg and hopefully the remaining issues are relatively easy to address. Thanks! Ludo=E2=80=99.