From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 26 02:22:54 2011 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FB13106566C; Thu, 26 May 2011 02:22:54 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 3AA6E8FC13; Thu, 26 May 2011 02:22:54 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id EC6184DD; Thu, 26 May 2011 10:06:57 +0800 (CST) Date: Thu, 26 May 2011 10:06:57 +0800 From: Sunpoet Po-Chuan Hsieh To: wen@FreeBSD.org Message-ID: <20110526020657.GA82864@bonjour.sunpoet.net> References: <201105260117.p4Q1HbAn037887@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201105260117.p4Q1HbAn037887@freefall.freebsd.org> Organization: The FreeBSD Project User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports-bugs@FreeBSD.org, dead_gardens_@hotmail.com Subject: Re: ports/157309: tmux upgrade error from tmux-1.4_4 to tmux-1.4_5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2011 02:22:54 -0000 On Thu, May 26, 2011 at 01:17:37AM +0000, wen@FreeBSD.org wrote: > Synopsis: tmux upgrade error from tmux-1.4_4 to tmux-1.4_5 > > State-Changed-From-To: open->closed > State-Changed-By: wen > State-Changed-When: Thu May 26 01:17:36 UTC 2011 > State-Changed-Why: > Problem resolved. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=157309 Hi wen, The build still fails if CFLAGS is defined in /etc/make.conf. Regards, sunpoet % grep CFLAGS /etc/make.conf CFLAGS=-O2 -pipe -march=nocona % make ===> Building for tmux-1.4_5 gcc -iquote. -O2 -pipe -march=nocona -march=nocona -DBUILD="\"1.4\"" -c attributes.c -o attributes.o In file included from attributes.c:23: tmux.h:30:19: error: event.h: No such file or directory In file included from attributes.c:23: tmux.h:830: error: field 'name_timer' has incomplete type tmux.h:1032: error: field 'key_timer' has incomplete type tmux.h:1093: error: field 'event' has incomplete type tmux.h:1117: error: field 'repeat_timer' has incomplete type tmux.h:1139: error: field 'identify_timer' has incomplete type tmux.h:1142: error: field 'message_timer' has incomplete type *** Error code 1