From owner-freebsd-x11@FreeBSD.ORG Fri Jun 22 20:15:59 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 22F9016A400 for ; Fri, 22 Jun 2007 20:15:59 +0000 (UTC) (envelope-from ml-vic@de-martino.it) Received: from smtp3.aruba.it (smtpd4.aruba.it [62.149.128.209]) by mx1.freebsd.org (Postfix) with SMTP id 86D8913C4AD for ; Fri, 22 Jun 2007 20:15:58 +0000 (UTC) (envelope-from ml-vic@de-martino.it) Received: (qmail 10897 invoked by uid 89); 22 Jun 2007 20:15:55 -0000 Received: by simscan 1.1.0 ppid: 10886, pid: 10894, t: 0.1391s scanners: clamav: 0.88.4/m:40/d:1722 Received: from unknown (HELO ?10.155.100.8?) (ml-vic@de-martino.it@87.20.229.155) by smtp3.aruba.it with SMTP; 22 Jun 2007 20:15:55 -0000 From: ml-vic To: freebsd-x11@freebsd.org Date: Fri, 22 Jun 2007 22:16:00 +0000 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706222216.00825.ml-vic@de-martino.it> X-Spam-Rating: smtp3.aruba.it 1.6.2 0/1000/N Subject: xorg-apps 7.2 fails compilation because of xfindproxy 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: Fri, 22 Jun 2007 20:15:59 -0000 I upgraded a perfectly working xorg 6.9 to 7.2 following the instructions in UPDATING word by word. portupgrade-devel compiles all like a charm with the exception of xorg-apps (and by consequence the meta-port xorg) which fails (see for details http://www.de-martino.it/FreeBSD-logs/xorg-apps-log.html for the portupgrade log and http://www.de-martino.it/FreeBSD-logs/context.html for the context) ================================================= ===> Building for xfindproxy-1.0.1 make all-am if cc -DHAVE_CONFIG_H -I. -I. -I. -D_THREAD_SAFE -I/usr/local/include -O2 -fno-strict-aliasing -pipe -march=prescott -MT xfindproxy-xfindproxy.o -MD -MP -MF ".deps/xfindproxy-xfindproxy.Tpo" -c -o xfindproxy-xfindproxy.o `test -f 'xfindproxy.c' || echo './'`xfindproxy.c; then mv -f ".deps/xfindproxy-xfindproxy.Tpo" ".deps/xfindproxy-xfindproxy.Po"; else rm -f ".deps/xfindproxy-xfindproxy.Tpo"; exit 1; fi xfindproxy.c:40:23: X11/PM/PM.h: No such file or directory xfindproxy.c:41:28: X11/PM/PMproto.h: No such file or directory xfindproxy.c:61: error: `PM_MAJOR_VERSION' undeclared here (not in a function) xfindproxy.c:61: error: initializer element is not constant xfindproxy.c:61: error: (near initialization for `PMversions[0].major_version') xfindproxy.c:61: error: `PM_MINOR_VERSION' undeclared here (not in a function) ............. xfindproxy.c:379: error: `sz_pmGetProxyAddrReplyMsg' undeclared (first use in this function) xfindproxy.c:379: error: syntax error before ')' token *** Error code 1 Stop in /usr/ports/x11/xfindproxy/work/xfindproxy-1.0.1. *** Error code 1 Stop in /usr/ports/x11/xfindproxy/work/xfindproxy-1.0.1. *** Error code 1 Stop in /usr/ports/x11/xfindproxy. *** Error code 1 Stop in /usr/ports/x11/xfindproxy. *** Error code 1 Stop in /usr/ports/x11/xorg-apps. *** Error code 1 Stop in /usr/ports/x11/xorg-apps. =========================================== I reinstalled the PM stuff which seems to cause the problem to no avail. Please help Vittorio