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: Unable to build guile Date: Wed, 05 Nov 2008 10:10:29 +0100 Message-ID: <87tzamy1ve.fsf@gnu.org> References: <490CC562.9070501@aceweb.com> <87bpwx98f7.fsf@gnu.org> <490E7842.9040903@aceweb.com> <87d4hdmbw8.fsf@gnu.org> <490F78C1.9020703@aceweb.com> <87ljw01lm1.fsf@gnu.org> <490FB08F.7030903@aceweb.com> <87prlbwxth.fsf@gnu.org> <4910B219.9000301@aceweb.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225876262 28153 80.91.229.12 (5 Nov 2008 09:11:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Nov 2008 09:11:02 +0000 (UTC) Cc: Dwight To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Nov 05 10:12:04 2008 connect(): Connection refused Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KxeQm-0007nS-6s for guile-bugs@m.gmane.org; Wed, 05 Nov 2008 10:12:04 +0100 Original-Received: from localhost ([127.0.0.1]:41401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxePf-0004HY-4H for guile-bugs@m.gmane.org; Wed, 05 Nov 2008 04:10:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KxePZ-0004Gr-8b for bug-guile@gnu.org; Wed, 05 Nov 2008 04:10:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KxePV-0004GE-GO for bug-guile@gnu.org; Wed, 05 Nov 2008 04:10:48 -0500 Original-Received: from [199.232.76.173] (port=44121 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxePV-0004GB-Be for bug-guile@gnu.org; Wed, 05 Nov 2008 04:10:45 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:33074 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KxePV-00080A-0U for bug-guile@gnu.org; Wed, 05 Nov 2008 04:10:45 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KxePN-00011S-GT for bug-guile@gnu.org; Wed, 05 Nov 2008 09:10:38 +0000 Original-Received: from 193.50.110.60 ([193.50.110.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Nov 2008 09:10:37 +0000 Original-Received: from ludo by 193.50.110.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Nov 2008 09:10:37 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 34 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 193.50.110.60 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 15 Brumaire an 217 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: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: i686-pc-linux-gnu User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) Cancel-Lock: sha1:iss2RSZtBgEzN11N0VrgGZia4Hc= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4077 Archived-At: Hello, Dwight writes: > (gdb) bt full > #0 0xd004a864 in pthread_mutexattr_init () from /usr/lib/libpthreads.a(shr_xpg5.o) > No symbol table info available. > #1 0xd6dd0bac in scm_threads_prehistory (base=0x2ff21e48) at threads.c:1656 > No locals. > #2 0xd6e38b40 in scm_i_init_guile (base=0x0) at init.c:421 It looks like `get_thread_stack_base ()' doesn't work. Can you run "grep -i pthread_attr_getstack config.h" and "grep -i pthread_get_stackaddr config.h" from the build directory? > numbers.c: In function 'guile_ieee_init': > numbers.c:622: warning: dereferencing type-punned pointer will break strict-aliasing rules > numbers.c:645: warning: dereferencing type-punned pointer will break strict-aliasing rules It's surprising that `DINFINITY' and `DQNAN' are declared as ints. Can you "rgrep '\(DINFINITY\|DQNAN\)' /usr/include"? Our code appears to be based on that of Octave (http://hg.savannah.gnu.org/hgweb/octave/file/ec969f3b8955/liboctave/lo-ieee.cc), which (erroneously) assumes that these variables are only used on OSF. > net_db.c: In function 'scm_resolv_error': > net_db.c:112: warning: implicit declaration of function 'hstrerror' Can you also "rgrep hstrerror /usr/include"? Thanks in advance, Ludovic.