From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 03/06: gnu: Add python-django-allauth. Date: Sun, 09 Apr 2017 04:15:04 -0400 Message-ID: <87mvbqgfp3.fsf@netris.org> References: <20170408164140.25323.26426@vcs0.savannah.gnu.org> <20170408164141.BC255219E7@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cx80H-0005Jk-Oa for guix-devel@gnu.org; Sun, 09 Apr 2017 04:15:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cx80D-0001C9-Ps for guix-devel@gnu.org; Sun, 09 Apr 2017 04:15:21 -0400 Received: from world.peace.net ([50.252.239.5]:44387) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cx80D-0001C5-MJ for guix-devel@gnu.org; Sun, 09 Apr 2017 04:15:17 -0400 In-Reply-To: <20170408164141.BC255219E7@vcs0.savannah.gnu.org> (Kei Kebreau's message of "Sat, 8 Apr 2017 12:41:41 -0400 (EDT)") 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: ng0 , Kei Kebreau Cc: guix-devel@gnu.org kei@openmailbox.org (Kei Kebreau) writes: > kkebreau pushed a commit to branch master > in repository guix. > > commit e1f06e1192f57551bcb67d93411affb9d497e30c > Author: ng0 > Date: Wed Feb 15 10:09:24 2017 +0000 > > gnu: Add python-django-allauth. > > * gnu/packages/django.scm (python-django-allauth): New variable. > > Signed-off-by: Kei Kebreau Both variants of this package failed to build on Hydra. 'python-django-allauth' was a dependency failure, for failure to build the duplicate 'python-openid' package that you added. https://hydra.gnu.org/build/1974947 https://hydra.gnu.org/build/1974947/nixlog/1/raw 'python2-django-allauth' failed while apparently trying to download python-openid. https://hydra.gnu.org/build/1974907 I'm concerned at the number of problems in this batch of commits. Did these packages build successfully on your machine? Mark