From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 9 05:02:43 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5D41106566B; Tue, 9 Mar 2010 05:02:43 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id 8C5A28FC1C; Tue, 9 Mar 2010 05:02:43 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id ECE8E2EC004; Tue, 9 Mar 2010 14:02:41 +0900 (JST) Received: from POLYMER5.scphys.kyoto-u.ac.jp (wd187.BFL38.vectant.ne.jp [210.131.171.187]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id 8B5B12EC001; Tue, 9 Mar 2010 14:02:41 +0900 (JST) Message-Id: <201003090502.AA01247@POLYMER5.scphys.kyoto-u.ac.jp> From: Tsurutani Naoki Date: Tue, 09 Mar 2010 14:02:40 +0900 To: "Jeremy Messenger" In-Reply-To: References: MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.13 Content-Type: text/plain; charset=us-ascii Cc: gnome@freebsd.org, bug-followup@freebsd.org, mezz@freebsd.org Subject: Re: ports/144139: failure in building x11/xscreensaver-gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2010 05:02:43 -0000 "Jeremy Messenger" wrote: > In your comment, you said that you were using -O1. But after looked at the > error log and looks like you are using -O. Anyway, looks like it's GCC > bug? You can try the patch over at > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34215 .. If it fixes for you > then I can ask kan@ or/and someone to see if they can commit fix for GCC. > Don't know if patch is GPLv3 or not. I do not know about this problem, but it could avoid the trouble. After application of the following change to RELENG_8 src, and rebuild gcc again, then x11/xscreensaver-gnome can be built, even with "CFLAGS= -O -pipe". http://gcc.gnu.org/viewcvs?view=revision&revision=130439 I confirmed using lang/gcc42 can also avoid this problem. Would you please tell someone apply above change ? Sincerely,