From owner-freebsd-questions@FreeBSD.ORG Sat Jun 23 12:18:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E90716A41F for ; Sat, 23 Jun 2007 12:18:11 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id 3098713C455 for ; Sat, 23 Jun 2007 12:18:10 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id h28so953283wxd for ; Sat, 23 Jun 2007 05:18:10 -0700 (PDT) Received: by 10.70.96.3 with SMTP id t3mr2174193wxb.1182601090027; Sat, 23 Jun 2007 05:18:10 -0700 (PDT) Received: from ?192.168.0.4? ( [67.189.184.224]) by mx.google.com with ESMTP id 35sm4774678wra.2007.06.23.05.18.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 23 Jun 2007 05:18:08 -0700 (PDT) Date: Sat, 23 Jun 2007 08:18:23 -0400 From: Gerard To: freebsd-questions@freebsd.org Organization: Seibercom.NET X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070623064931.3DB1.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.31 [en] Subject: "xfce-4.4.1_1" incomplete build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2007 12:18:11 -0000 FreeBSD-6.2 Xorg-7.2 When attempting to build 'xfce-4.4.1_1' using portupgrade, there are three ports that will not build. This is on an older Compaq machine that I wanted to experiment on. 1) x11/xrx 2) x11/xfindproxy 3) x11/xfwp I have include the log file from the build attempt of 'x11/xfindproxy' below. However, they are all similar and all contain the same error message: xfindproxy.c:40:23: X11/PM/PM.h: No such file or directory All of the logs refer to an X11/PM/PM.h file not being available. I am at a lose to figure out how to proceed. Script started on Sat Jun 23 06:14:53 2007 ===> Extracting for xfindproxy-1.0.1 => MD5 Checksum OK for xorg/app/xfindproxy-1.0.1.tar.bz2. => SHA256 Checksum OK for xorg/app/xfindproxy-1.0.1.tar.bz2. ===> Patching for xfindproxy-1.0.1 ===> xfindproxy-1.0.1 depends on file: /usr/local/libdata/pkgconfig/xproxymngproto.pc - found ===> xfindproxy-1.0.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xfindproxy-1.0.1 depends on file: /usr/local/libdata/pkgconfig/ice.pc - found ===> xfindproxy-1.0.1 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> xfindproxy-1.0.1 depends on executable in : pkg-config - found ===> Configuring for xfindproxy-1.0.1 configure: WARNING: you should use --build, --host, --target checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for i386-portbld-freebsd6.2-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for i386-portbld-freebsd6.2-pkg-config... no checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for DEP... yes checking build system type... i386-portbld-freebsd6.2 checking host system type... i386-portbld-freebsd6.2 configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands ===> 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=pentium2 -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:61: error: initializer element is not constant xfindproxy.c:61: error: (near initialization for `PMversions[0].minor_version') xfindproxy.c:61: error: initializer element is not constant xfindproxy.c:61: error: (near initialization for `PMversions[0]') xfindproxy.c: In function `main': xfindproxy.c:127: error: `pmGetProxyAddrMsg' undeclared (first use in this function) xfindproxy.c:127: error: (Each undeclared identifier is reported only once xfindproxy.c:127: error: for each function it appears in.) xfindproxy.c:127: error: `pMsg' undeclared (first use in this function) xfindproxy.c:203: error: `PM_PROTOCOL_NAME' undeclared (first use in this function) xfindproxy.c:290: error: `sz_pmGetProxyAddrMsg' undeclared (first use in this function) xfindproxy.c:290: error: syntax error before ')' token xfindproxy.c:290: error: `PM_GetProxyAddr' undeclared (first use in this function) xfindproxy.c:328: error: `PM_Success' undeclared (first use in this function) xfindproxy.c: In function `PMprocessMessages': xfindproxy.c:357: error: `PM_GetProxyAddrReply' undeclared (first use in this function) xfindproxy.c:360: error: `PM_GetProxyAddr' undeclared (first use in this function) xfindproxy.c:369: error: `pmGetProxyAddrReplyMsg' undeclared (first use in this function) xfindproxy.c:369: error: `pMsg' undeclared (first use in this 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. Script done on Sat Jun 23 06:15:02 2007 < End Log> Thanks! -- Gerard