From owner-freebsd-x11@FreeBSD.ORG Mon May 28 23:38:28 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C6C216A49C for ; Mon, 28 May 2007 23:38:28 +0000 (UTC) (envelope-from nakaji@heimat.jp) Received: from www.heimat.gr.jp (www.heimat.gr.jp [60.32.13.194]) by mx1.freebsd.org (Postfix) with ESMTP id A8CF013C45A for ; Mon, 28 May 2007 23:38:27 +0000 (UTC) (envelope-from nakaji@heimat.jp) Received: from ra333.heimat.gr.jp.kankyo-u.ac.jp ([IPv6:2001:3e0:a84:0:200:4cff:fe17:573c]) by www.heimat.gr.jp (8.14.1/8.14.1) with ESMTP id l4SNcMd2037745 for ; Tue, 29 May 2007 08:38:22 +0900 (JST) (envelope-from nakaji@heimat.jp) From: NAKAJI Hiroyuki To: freebsd-x11@freebsd.org References: <86abvprmeu.fsf@ra333.heimat.gr.jp> Date: Tue, 29 May 2007 08:38:21 +0900 In-Reply-To: <86abvprmeu.fsf@ra333.heimat.gr.jp> (NAKAJI Hiroyuki's message of "Tue, 29 May 2007 00:35:37 +0900") Message-ID: <86ejl0r02a.fsf@ra333.heimat.gr.jp> User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new Subject: Re: upgrade failure on FreeBSD/pc98: x11/xrx error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 23:38:28 -0000 Solved. Thanks. After "portupgrade -f xtrans libXtrans" again, xrx built successfully. But I'm not sure if Xtranssock.c is changed or not. >>>>> In <86abvprmeu.fsf@ra333.heimat.gr.jp> >>>>> NAKAJI Hiroyuki wrote: > The typescript has an information about the error of xorg-apps, that is, > x11/xrx cannot build. > === error of x11/xrx === > if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../rx -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/X11/Xtrans -O2 -fno-strict-aliasing -pipe -MT httptransport.o -MD -MP -MF ".deps/httptransport.Tpo" -c -o httptransport.o `test -f 'httptransport.c' || echo './'`httptransport.c; then mv -f ".deps/httptransport.Tpo" ".deps/httptransport.Po"; else rm -f ".deps/httptransport.Tpo"; exit 1; fi > In file included from /usr/local/include/X11/Xtrans/transport.c:80, > from httptransport.c:29: > /usr/local/include/X11/Xtrans/Xtranssock.c: In function `_HttpTransSocketUNIXConnect': > /usr/local/include/X11/Xtrans/Xtranssock.c:1873: error: `UNIX_PATH' undeclared (first use in this function) > /usr/local/include/X11/Xtrans/Xtranssock.c:1873: error: (Each undeclared identifier is reported only once > /usr/local/include/X11/Xtrans/Xtranssock.c:1873: error: for each function it appears in.) > *** Error code 1 > Stop in /usr/ports/x11/xrx/work/xrx-1.0.1/helper. > *** Error code 1 > Stop in /usr/ports/x11/xrx/work/xrx-1.0.1. > *** Error code 1 > Stop in /usr/ports/x11/xrx/work/xrx-1.0.1. > *** Error code 1 > Stop in /usr/ports/x11/xrx. > === error of x11/xrx === -- NAKAJI Hiroyuki