From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: 80 new build failures for MIPS on the 'dbus-update' branch Date: Thu, 22 Oct 2015 14:56:48 +0200 Message-ID: <20151022125648.GA7856@debian> References: <87wpuflr2v.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpFQO-0006pt-4q for guix-devel@gnu.org; Thu, 22 Oct 2015 08:56:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpFQK-0007Mj-Vh for guix-devel@gnu.org; Thu, 22 Oct 2015 08:56:56 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:55912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpFQK-0007MW-Mn for guix-devel@gnu.org; Thu, 22 Oct 2015 08:56:52 -0400 Content-Disposition: inline In-Reply-To: <87wpuflr2v.fsf@netris.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: Mark H Weaver Cc: guix-devel@gnu.org On Wed, Oct 21, 2015 at 07:50:00PM -0400, Mark H Weaver wrote: > Among them are about 80 new dependency failures on MIPS, including key > packages like emacs, xfce, evince, and gnome-terminal. The reason is > that these packages now depend on 'p11-kit', which has never > successfully built on MIPS. Do you see where this comes in? The git commits in dbus-update do not mention p11-kit, and $ guix graph gnome-terminal | grep p11 returns nothing. Andreas