From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile-2.0.0 fails to build without threads Date: Fri, 06 May 2011 11:52:23 +0200 Message-ID: <874o58kvfs.fsf@gnu.org> References: <4D9DCE98.5080808@gentoo.org> <4DA3FEA2.7060205@gentoo.org> <4DA5A8DA.6030707@gentoo.org> <4DA5B2C7.8010009@gentoo.org> <4DA6F5D9.8080905@gentoo.org> <87pqo68qw8.fsf@gnu.org> <87k4ee8lad.fsf@gnu.org> <4DC01809.1090704@gentoo.org> <87ei4er73u.fsf@gnu.org> <4DC25A0E.8060107@gentoo.org> <87liyl9wpl.fsf@gnu.org> <4DC2AD26.9040002@gentoo.org> <87bozh443f.fsf@gnu.org> <4DC3AE73.4050204@gentoo.org> 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 1304675556 6942 80.91.229.12 (6 May 2011 09:52:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 May 2011 09:52:36 +0000 (UTC) Cc: bug-guile@gnu.org To: Marijn Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri May 06 11:52:33 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 1QIHi4-00041c-Jx for guile-bugs@m.gmane.org; Fri, 06 May 2011 11:52:32 +0200 Original-Received: from localhost ([::1]:46172 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIHi4-0003my-5C for guile-bugs@m.gmane.org; Fri, 06 May 2011 05:52:32 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIHi0-0003mi-SI for bug-guile@gnu.org; Fri, 06 May 2011 05:52:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QIHi0-0000T8-2y for bug-guile@gnu.org; Fri, 06 May 2011 05:52:28 -0400 Original-Received: from solo.fdn.fr ([80.67.169.19]:44926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIHhz-0000T4-Uq for bug-guile@gnu.org; Fri, 06 May 2011 05:52:28 -0400 Original-Received: from nixey (unknown [193.50.110.208]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: lcourtes) by smtp.fdn.fr (Postfix) with ESMTPSA id 94EE0442B2; Fri, 6 May 2011 11:52:26 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 =?iso-8859-1?Q?Flor=E9al?= an 219 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <4DC3AE73.4050204@gentoo.org> (Marijn's message of "Fri, 06 May 2011 10:16:51 +0200") User-Agent: Gnus/5.110017 (No Gnus v0.17) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 80.67.169.19 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:5563 Archived-At: Hello, Marijn writes: > On 05/05/11 16:25, Ludovic Court=C3=A8s wrote: >> Hello, >> >> Marijn writes: >> >>> On 05/05/11 14:08, Ludovic Court=C3=A8s wrote: >> >> [...] >> >>>>>> How was libgc compiled? Does its =E2=80=98make check=E2=80=99 pass? >>>>> >>>>> libgc was compiled from a gentoo ebuild and its sanity tests pass. >>>> >>>> Which configure flags, make flags, patches, etc.? >>> >>> ./configure --prefix=3D/usr --build=3Dx86_64-pc-linux-gnu >>> --host=3Dx86_64-pc-linux-gnu --mandir=3D/usr/share/man >>> --infodir=3D/usr/share/info --datadir=3D/usr/share --sysconfdir=3D/etc >>> --localstatedir=3D/var/lib --libdir=3D/usr/lib64 --with-libatomic-ops= =3Dyes >>> --enable-cplusplus --disable-threads I think I=E2=80=99ve always tested with BDW-GC --enable-threads, even when = Guile is --without-threads. I agree that what you=E2=80=99re doing should work, = but can you try BDW-GC --enable-threads? Thanks, Ludo=E2=80=99.