From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Re: Error when trying to compile Guile 2.0 on OS X 10.6 using homebrew Date: Thu, 5 May 2011 00:37:59 +0200 Message-ID: <4750B78F-E916-4895-8736-7FECBD3B51CA@telia.com> References: <26C9C2CE-E104-4A80-8ADF-8E321DAE4EF7@telia.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1304548698 897 80.91.229.12 (4 May 2011 22:38:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 May 2011 22:38:18 +0000 (UTC) Cc: bug-guile bug To: Brett Hoerner Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu May 05 00:38:13 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 1QHkht-000337-AV for guile-bugs@m.gmane.org; Thu, 05 May 2011 00:38:09 +0200 Original-Received: from localhost ([::1]:40737 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHkhs-0005Uq-RM for guile-bugs@m.gmane.org; Wed, 04 May 2011 18:38:08 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:49918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHkhp-0005SQ-Qz for bug-guile@gnu.org; Wed, 04 May 2011 18:38:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHkho-0005k4-Ew for bug-guile@gnu.org; Wed, 04 May 2011 18:38:05 -0400 Original-Received: from smtp-out11.han.skanova.net ([195.67.226.200]:45290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHkho-0005jX-6b for bug-guile@gnu.org; Wed, 04 May 2011 18:38:04 -0400 Original-Received: from [10.0.1.2] (217.210.127.13) by smtp-out11.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D6512CA01B563E2; Thu, 5 May 2011 00:38:01 +0200 In-Reply-To: X-Mailer: Apple Mail (2.1084) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.67.226.200 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:5556 Archived-At: On 4 May 2011, at 22:44, Brett Hoerner wrote: > For what it's worth, 2.0.1 seems to compile fine using XCode 4's GCC = chain. It comes and goes with the version. > I opened a bug with Apple but have since closed it. So you should not have closed... >=20 > On Wed, Apr 27, 2011 at 4:06 AM, Hans Aberg = wrote: >> On 27 Apr 2011, at 02:58, Brett Hoerner wrote: >>=20 >>> 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. >>=20 >> Xcode 4 doesn't use a GCC derivation, but is based on LLVM/Clang. >>=20 >>> On Tue, Apr 26, 2011 at 3:52 PM, Andy Wingo wrote: >>>> On Tue 26 Apr 2011 19:35, Brett Hoerner = writes: >>>>=20 >>>>> 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. >>>>=20 >>>> This is an Apple compiler bug. Please take it up with them. I am = sorry >>>> that we cannot be of more assistance here; perhaps another Apple = user >>>> has a workaround. >>=20 >> This bug is though similar to the one I mentioned here and reported = to Apple for some Guile 1.9 version. ...as you can see, it is an Apple compiler bug. It must be fixed, by = them. Hans