From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile 2.0.9 build failure. Date: Fri, 26 Jul 2013 17:14:02 -0400 Message-ID: <87zjt981np.fsf@tines.lan> References: <877ggg1dkg.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1374873288 30486 80.91.229.3 (26 Jul 2013 21:14:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Jul 2013 21:14:48 +0000 (UTC) Cc: guile-devel To: Dmitry Bogatov Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Jul 26 23:14:49 2013 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 1V2pLc-00070H-Hb for guile-devel@m.gmane.org; Fri, 26 Jul 2013 23:14:48 +0200 Original-Received: from localhost ([::1]:59290 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2pLb-0004bP-US for guile-devel@m.gmane.org; Fri, 26 Jul 2013 17:14:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2pLY-0004YL-WD for guile-devel@gnu.org; Fri, 26 Jul 2013 17:14:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2pLW-0003Fs-Nr for guile-devel@gnu.org; Fri, 26 Jul 2013 17:14:44 -0400 Original-Received: from world.peace.net ([96.39.62.75]:38105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2pLW-0003Cd-Js; Fri, 26 Jul 2013 17:14:42 -0400 Original-Received: from turntable.mit.edu ([18.160.0.29] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1V2pLF-0007Lf-Os; Fri, 26 Jul 2013 17:14:25 -0400 In-Reply-To: <877ggg1dkg.fsf@gnu.org> (Dmitry Bogatov's message of "Wed, 24 Jul 2013 14:01:51 +0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 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:16541 Archived-At: Dmitry Bogatov writes: > Hello! I am expiriencing strange build errors with Guile-2.0.9 tarball and > git-master. Obvilously, it is my fault (paludis just compiled it), but > can you point me to my mistake? > > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by GNU Guile configure 2.1.0.107-78ff7, which was > generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure > [...] > configure:5266: checking whether the C compiler works > configure:5288: gcc -Wall -Wextra -pedantic -Wconversion -g -pg -O0 conftest.c >&5 I suspect the problem has to do with "-pedantic", which I guess was taken from one of your environment variables (CFLAGS?). It's possible that some of those other warning flags are causing problems as well. Also, did you really intend to compile with -O0 and -pg? Regards, Mark