From owner-freebsd-current@FreeBSD.ORG Tue Apr 26 09:50:14 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD28B106564A for ; Tue, 26 Apr 2011 09:50:14 +0000 (UTC) (envelope-from VaNs9@yandex.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [95.108.130.119]) by mx1.freebsd.org (Postfix) with ESMTP id 659408FC16 for ; Tue, 26 Apr 2011 09:50:14 +0000 (UTC) Received: from web156.yandex.ru (web156.yandex.ru [95.108.131.169]) by forward15.mail.yandex.net (Yandex) with ESMTP id DCA5F9E0CE4; Tue, 26 Apr 2011 13:32:27 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1303810347; bh=/WFBSg6yi90uksAfUldzpLZIbAux8zjcietX+aw1aL8=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=o7loOZ3z1WPKOMWBV9nBOhE4uXwd39nVDUKqG0rFGxjUh292hqahqDY779U58pXF2 NH6EeMfvMP9lwMyXrtC5J8StkkHhqLXnjldTjB13FesXkUJ+VsoRhuPnBZpINPqv65 HNkIBb88lB1E2ziY2NX78OUT7pvWQ63RE2jJIEzE= Received: from localhost (localhost.localdomain [127.0.0.1]) by web156.yandex.ru (Yandex) with ESMTP id C2BF44238006; Tue, 26 Apr 2011 13:32:27 +0400 (MSD) X-Yandex-Spam: 1 Received: from [83.102.175.242] ([83.102.175.242]) by mail.yandex.ru with HTTP; Tue, 26 Apr 2011 13:32:26 +0400 From: N V To: Matthias Apitz In-Reply-To: <20110426080424.GA12864@sh4-5.1blu.de> References: <20110426080424.GA12864@sh4-5.1blu.de> MIME-Version: 1.0 Message-Id: <500181303810347@web156.yandex.ru> Date: Tue, 26 Apr 2011 13:32:26 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r Cc: freebsd-current@freebsd.org, David Woodhouse Subject: Re: 9.0-CURRENT r220692 && cc1: internal compiler error: Segmentation fault: 11 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 09:50:15 -0000 Hello. Don't know is this related. I've got rather fresh 9.0-CURRENT (checked out few days ago) built with clang. And I use clang as the system compiler, but ruby fails to build with clang. So I've tried gcc. But with gcc I've got this: .. configure:3211: checking whether the C compiler works configure:3233: cc -I/usr/include -O2 -pipe -march=native -fno-strict-aliasing -I/usr/include -rpath=/usr/lib:/usr/local/lib -pthread conft est.c -L/usr/lib -rpath=/usr/lib:/usr/local/lib -pthread >&5 Segmentation fault (core dumped) configure:3237: $? = 139 configure:3275: result: no configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3280: error: in `/mnt/portworkdir/usr/ports/lang/ruby18/work/ruby-1.8.7-p302': configure:3283: error: C compiler cannot create executables .. As far as I remeber, all was ok when I had base gcc build by gcc not clang. But this could be unrelated. Regards. 26.04.2011, 12:04, "Matthias Apitz" : > Hello, > > I'm trying to compile /usr/ports/mail/evolution-exchange/ and the gcc > crashes with: > > [root@vm-9Current /usr/ports/mail/evolution-exchange]# šLANG=C make > ===> šBuilding for evolution-exchange-2.32.1_1 > gmake šall-recursive > gmake[1]: Entering directory > `/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.32.1' > Making all in server > gmake[2]: Entering directory > `/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.32.1/server' > Making all in xntlm > gmake[3]: Entering directory > `/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.32.1/server/xntlm' > ššCC ššššlibxntlm_la-xntlm.lo > cc1: internal compiler error: Segmentation fault: 11 > > Some notes about this: > - the system runs in a VMworkstation 7.x > - it has already compliled kernel, userland and ~1000 ports without any > ššcrash, i.e. it is *not* the typical hardware related crash; > - the above mentioned version evolution-exchange-2.32.1_1 is a fake, in > ššreal it is compiling the original evolution-exchange-2.32.3 sources; > - it is fully reproduceable > > What next? > (David, should it be posted to evolution@gnome.org as well?) > > ššššššššmatthias > > -- > Matthias Apitz > t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 > e ; - w http://www.unixarea.de/ > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"