From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.devel Subject: Build failure on master Date: Sun, 12 Jul 2009 08:21:33 -0700 Message-ID: <1247412093.30108.4.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1247412120 11977 80.91.229.12 (12 Jul 2009 15:22:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jul 2009 15:22:00 +0000 (UTC) To: Guile Devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jul 12 17:21:53 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MQ0sD-0005Vq-4x for guile-devel@m.gmane.org; Sun, 12 Jul 2009 17:21:53 +0200 Original-Received: from localhost ([127.0.0.1]:51741 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQ0sC-0008Hh-2M for guile-devel@m.gmane.org; Sun, 12 Jul 2009 11:21:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQ0s5-0008Fw-7o for guile-devel@gnu.org; Sun, 12 Jul 2009 11:21:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQ0s4-0008FI-Kl for guile-devel@gnu.org; Sun, 12 Jul 2009 11:21:44 -0400 Original-Received: from [199.232.76.173] (port=55861 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQ0s4-0008FC-Gn for guile-devel@gnu.org; Sun, 12 Jul 2009 11:21:44 -0400 Original-Received: from smtp103.prem.mail.sp1.yahoo.com ([98.136.44.58]:37258) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MQ0s4-0000Ya-12 for guile-devel@gnu.org; Sun, 12 Jul 2009 11:21:44 -0400 Original-Received: (qmail 99413 invoked from network); 12 Jul 2009 15:21:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=EEiDGGc8qLZ+j2TDU9NyNvem+Wbe9xu5d1H60Ylw/dM0I8xhd7bzcKIdOkspjpvatplnoNKC+RnMjM3ZDJ+awld4Lq7uaXBsN+OVDZHfRbXr6IjIvNjOoMq3VsGDWj+VJD+kZtbX5BhFqdLwBd8pOmNJbcFvdF3O7vpSDTzPk8A= ; Original-Received: from ppp-71-140-144-249.dsl.irvnca.pacbell.net (spk121@71.140.144.249 with plain) by smtp103.prem.mail.sp1.yahoo.com with SMTP; 12 Jul 2009 08:21:39 -0700 PDT X-Yahoo-SMTP: FzNaA9iswBDuBl1BmgaIRDaP9Q-- X-YMail-OSG: 6xZwtBQVM1mStEZgIerQCNQR3bT_IGICs9s0MK3.SQmrBQ3e66qVzna74RZ0JMiJ.L2CqWKLk9Q4yojd4EfOYBrjHAD15P3XSRQ7mo8cy8XkzRZYO169.g7mYtHiJ5KW3BcSalDYQ0V6WDNwJPhOaMulXP7dOLxoUi_jRYlMfosgi5Ep0q_7yRaqBzsLOE3su9RLkkvcqxfroc57gJqOZuwRyo7.Fs.D0S8z5A11h7VCVVpe8wV27EptTZbMmz37J9PC68xm7xSsSsNEM4T3P68wX79_W8CNzpyyPqgYrK6YyK1x_6dZZgfKm3k1IcGm5h6SvA-- X-Yahoo-Newman-Property: ymail-3 X-Mailer: Evolution 2.24.5 (2.24.5-1.fc10) X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8860 Archived-At: I'm finding that master fails to build with the following terminating error: --- GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools compile -o "ice-9/lineio.go" "ice-9/lineio.scm" ERROR: In procedure make_objcode_by_mmap: ERROR: bad header on object file: "GOOF-0.5" make[2]: *** [ice-9/lineio.go] Error 1 make[2]: Leaving directory `/home/mike/Documents/guile/module' ---