From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer?=) Newsgroups: gmane.lisp.guile.devel Subject: 2.0.11 on OS X 10.9 / Xcode 5.1 Date: Thu, 03 Apr 2014 21:35:24 +0200 Message-ID: <87vbuq435v.fsf@taylan.uni.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1396553755 12324 80.91.229.3 (3 Apr 2014 19:35:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2014 19:35:55 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Apr 03 21:35:49 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WVnQS-0002nZ-Rv for guile-devel@m.gmane.org; Thu, 03 Apr 2014 21:35:48 +0200 Original-Received: from localhost ([::1]:45977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVnQS-0002KN-FX for guile-devel@m.gmane.org; Thu, 03 Apr 2014 15:35:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVnQB-0001uR-3K for guile-devel@gnu.org; Thu, 03 Apr 2014 15:35:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVnQ2-0004n1-I0 for guile-devel@gnu.org; Thu, 03 Apr 2014 15:35:30 -0400 Original-Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:49642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVnQ2-0004mQ-Ae for guile-devel@gnu.org; Thu, 03 Apr 2014 15:35:22 -0400 Original-Received: by mail-wg0-f50.google.com with SMTP id x13so2457169wgg.9 for ; Thu, 03 Apr 2014 12:35:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=YGHTEaElThzzR2w/ukNDROeNm1yIlQbPxNas4DptN6Q=; b=bl7bW/Omgr8Viasn5jfyjhN23BrXkT5CbCe26O4fJ0tbrEFdbGl+gK09aOn10VzORh xpl1LuR/7HlIoOx8mwmYqnOKF7KWUdUKYF+eIqWzaEFaC5gEhuXRCp//CaBSqn9cP5wc sp5praIT4VQ3f0WTDGcfWhazbPZ7sR7icU+vZzhCXhCG2CUh6IXIMu81U7NwUeXIInAe /w5OZ8xWtYs+SFoPkbN1zqy6rGDjaxYcQb9mL2ni9/yrXvWPnMUBPHCYYreZmAK0CQOc EBK96rlbRPflwKChqu0F5k0knwRcaxleZPN5RRHvW8P1qL/P+3yRFn6wpjP8yjPoJW4F a8vw== X-Received: by 10.181.13.11 with SMTP id eu11mr40525636wid.30.1396553720049; Thu, 03 Apr 2014 12:35:20 -0700 (PDT) Original-Received: from taylan.uni.cx (p5B15D603.dip0.t-ipconnect.de. [91.21.214.3]) by mx.google.com with ESMTPSA id m42sm14153312eex.21.2014.04.03.12.35.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Apr 2014 12:35:19 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::232 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17037 Archived-At: Hi, On OS X 10.9 with Xcode 5.1, make fails unless -O0 is used; the output of ./configure && make during the failure is here: http://sprunge.us/PLGI After a successful build with -O0, there are two failures during make check: FAIL: srfi-18.test: thread-terminate!: termination destroys non-started thread FAIL: srfi-18.test: thread-terminate!: termination destroys started thread Ask away for any additional information I can provide! Taylan