From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 9 05:10:02 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D08291065670 for ; Tue, 9 Mar 2010 05:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BF7B08FC12 for ; Tue, 9 Mar 2010 05:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o295A2Ex008128 for ; Tue, 9 Mar 2010 05:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o295A2mG008110; Tue, 9 Mar 2010 05:10:02 GMT (envelope-from gnats) Date: Tue, 9 Mar 2010 05:10:02 GMT Message-Id: <201003090510.o295A2mG008110@freefall.freebsd.org> To: gnome@FreeBSD.org From: Tsurutani Naoki Cc: Subject: Re: ports/144139: failure in building x11/xscreensaver-gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tsurutani Naoki 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:10:02 -0000 The following reply was made to PR ports/144139; it has been noted by GNATS. From: Tsurutani Naoki To: "Jeremy Messenger" Cc: bug-followup@freebsd.org, mezz@freebsd.org, gnome@freebsd.org Subject: Re: ports/144139: failure in building x11/xscreensaver-gnome Date: Tue, 09 Mar 2010 14:02:40 +0900 "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,