From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Patterson Subject: bug#32769: Packaging Next browser (Common Lisp) [work in progress] Date: Thu, 11 Oct 2018 03:16:49 -0400 Message-ID: <20181011031649.5863f9a8@mailservices.uwaterloo.ca> References: <87va6a7x9l.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAVEW-0005NH-67 for bug-guix@gnu.org; Thu, 11 Oct 2018 03:18:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAVEQ-0000Z0-ML for bug-guix@gnu.org; Thu, 11 Oct 2018 03:18:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39842) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gAVEQ-0000Yp-G2 for bug-guix@gnu.org; Thu, 11 Oct 2018 03:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gAVEQ-0005t0-5X for bug-guix@gnu.org; Thu, 11 Oct 2018 03:18:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87va6a7x9l.fsf@ambrevar.xyz> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Pierre Neidhardt Cc: 32769@debbugs.gnu.org Hi, On Wed, 10 Oct 2018 15:21:26 +0200 Pierre Neidhardt wrote: > The good news: all Next browser dependencies are now packaged under > the branch wip-nextbrowser. > > The bad news: Next browser fails to build. > > [...] > > Andy, any clue on this? It's probably the > ; caught WARNING: > ; Duplicate definition for SET-URL-NEW-BUFFER found in one file. since sbcl (at least on guix?) treats some warnings as errors for some reason. Hoping that helps, -- Andy