Date: Fri, 22 Jun 2007 22:16:00 +0000 From: ml-vic <ml-vic@de-martino.it> To: freebsd-x11@freebsd.org Subject: xorg-apps 7.2 fails compilation because of xfindproxy Message-ID: <200706222216.00825.ml-vic@de-martino.it>
next in thread | raw e-mail | index | archive | help
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) ================================================= <SNIP - Extract from the log> ===> 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. </SNIP> =========================================== I reinstalled the PM stuff which seems to cause the problem to no avail. Please help Vittorio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706222216.00825.ml-vic>