From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Brett Hoerner Newsgroups: gmane.lisp.guile.bugs Subject: Re: Error when trying to compile Guile 2.0 on OS X 10.6 using homebrew Date: Wed, 4 May 2011 15:44:59 -0500 Message-ID: References: <26C9C2CE-E104-4A80-8ADF-8E321DAE4EF7@telia.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1304541939 27779 80.91.229.12 (4 May 2011 20:45:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 May 2011 20:45:39 +0000 (UTC) Cc: bug-guile@gnu.org To: Hans Aberg Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed May 04 22:45:34 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QHiwo-0005QG-Q3 for guile-bugs@m.gmane.org; Wed, 04 May 2011 22:45:26 +0200 Original-Received: from localhost ([::1]:35198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHiwo-0007hm-4j for guile-bugs@m.gmane.org; Wed, 04 May 2011 16:45:26 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHiwl-0007hg-A4 for bug-guile@gnu.org; Wed, 04 May 2011 16:45:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHiwj-00043i-TW for bug-guile@gnu.org; Wed, 04 May 2011 16:45:23 -0400 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:48667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHiwj-00043d-RA for bug-guile@gnu.org; Wed, 04 May 2011 16:45:21 -0400 Original-Received: by qwa26 with SMTP id 26so1398737qwa.0 for ; Wed, 04 May 2011 13:45:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=1bPPHm6eyh3xC89NxWxovdFS7mPPjAEHh9rnKTAtH1w=; b=qGkg8Gnc8zzdhiPngFIIAOB6N6TXuTEU8GkA4QfJMJwxOfGi0yseNaf5qk63XOOgN8 5ORlVfH/6cOfs1bR5eCPxqVENFqKq3isdGbM156LVtrobcWGGVhCaM7mWd4Xe1ePVuJ4 vHeRxnVRQKto2bTNMXNedLwsEXXBxfmkwmdWg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=fbsi0rEFwjVL1cZoAWa9VyXgo1CU2QO9d8GU9qbrvd/vCr1qWqttwlZhi/hlRrz1Ai nAMI4Y5a9kiI9fxDWdnQhz2Hu/LWYFvLb/zqVUz6Gx982kmyP+S3C0bngrfHASJ/yalK 8lAErsNCkFJ/UnkfiW+HAcaKcHYHQmbPFczSA= Original-Received: by 10.52.108.194 with SMTP id hm2mr1857449vdb.233.1304541919443; Wed, 04 May 2011 13:45:19 -0700 (PDT) Original-Received: by 10.52.160.136 with HTTP; Wed, 4 May 2011 13:44:59 -0700 (PDT) In-Reply-To: <26C9C2CE-E104-4A80-8ADF-8E321DAE4EF7@telia.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.41 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5555 Archived-At: For what it's worth, 2.0.1 seems to compile fine using XCode 4's GCC chain. I opened a bug with Apple but have since closed it. On Wed, Apr 27, 2011 at 4:06 AM, Hans Aberg wrote: > On 27 Apr 2011, at 02:58, Brett Hoerner wrote: > >> Thanks for your quick reply. For future Google searches, the bug is >> only in the GCC included with XCode 4. Downgrading to XCode 3 did the >> trick for now. I'm going to report the bug to Apple shortly. > > Xcode 4 doesn't use a GCC derivation, but is based on LLVM/Clang. > >> On Tue, Apr 26, 2011 at 3:52 PM, Andy Wingo wrote: >>> On Tue 26 Apr 2011 19:35, Brett Hoerner writes= : >>> >>>> cc1(94600) malloc: *** error for object 0x14089b9f8: incorrect >>>> checksum for freed object - object was probably modified after being >>>> freed. >>>> *** set a breakpoint in malloc_error_break to debug >>>> vm-engine.c: In function 'vm_debug_engine': >>>> vm-engine.c:38: internal compiler error: Abort trap >>>> Please submit a full bug report, >>>> with preprocessed source if appropriate. >>>> See for instructions. >>> >>> This is an Apple compiler bug. =C2=A0Please take it up with them. =C2= =A0I am sorry >>> that we cannot be of more assistance here; perhaps another Apple user >>> has a workaround. > > This bug is though similar to the one I mentioned here and reported to Ap= ple for some Guile 1.9 version. > > Hans > > >