From owner-freebsd-ports@FreeBSD.ORG Wed May 30 14:38:57 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 615F316A46E for ; Wed, 30 May 2007 14:38:57 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.225]) by mx1.freebsd.org (Postfix) with ESMTP id D363313C487 for ; Wed, 30 May 2007 14:38:56 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so263023hub for ; Wed, 30 May 2007 07:38:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:x-authentication-warning:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=BB1T5PeLbZQQJ2h9ebPmv+rpn9JzZ0m84jrPxeOTNY+pbJ8fvS1H9nYaSo3XaEbtY0cKAVJWFy+687DZgx5J1ckMDpv4FNpad46iz8kvYDsmYNjIg2m8cj+gXSY5c+G8G1kLYzHM0A+F7WZm7MbQpCe1Ias2MyVoOga0JOu7vsk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:x-authentication-warning:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=dNdKljeBTxUceMUjrQd67740n4r1r2Ak2jVsFANmQrfGrAhOVMyKQQNnwr7mvU5pry/sevQkfyTudlST9iwcLJyyknMTTi/g68RqLJdZmWieoYxxtBt1j/W5YJYS+c2ophVDxDgdnvPx4J2DkIirFX6aUEzB8jhF+lm4ySAC1Bs= Received: by 10.66.242.20 with SMTP id p20mr597662ugh.1180535935420; Wed, 30 May 2007 07:38:55 -0700 (PDT) Received: from darklight.abyss ( [83.239.5.254]) by mx.google.com with ESMTP id g1sm36259505muf.2007.05.30.07.38.51; Wed, 30 May 2007 07:38:54 -0700 (PDT) Received: from darklight.abyss (localhost [127.0.0.1]) by darklight.abyss (8.14.1/8.14.1) with ESMTP id l4UEcRQf094732; Wed, 30 May 2007 18:38:31 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.abyss (8.14.1/8.14.1/Submit) id l4UEbXkN094719; Wed, 30 May 2007 18:37:33 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.abyss: yuri set sender to yuri.pankov@gmail.com using -f Date: Wed, 30 May 2007 18:37:21 +0400 From: Yuri Pankov To: Attos Message-ID: <20070530143721.GA43831@darklight.abyss> References: <5297d6fd0705300640n2bac57bfsd14a18487fd7b5d6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5297d6fd0705300640n2bac57bfsd14a18487fd7b5d6@mail.gmail.com> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: freebsd-ports@freebsd.org Subject: Re: Cannot install x11/xfindproxy after upgrading to Xorg 7.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 14:38:57 -0000 On Wed, May 30, 2007 at 09:40:30AM -0400, Attos wrote: > Hi all, > I cannot install xfindproxy after upgrading to Xorg 7.2 > It seems that I'm missing a dependency. My system doesn't have the > /usr/local/include/X11/PM/PM.h file. To which port/package this file > belongs? > > This is the output of make install: > ------------------------------------- > # make install > ===> 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 -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. > # > ------------------------------------- > > TIA, > -- > Attos Janus > pkg_info -W /usr/local/include/X11/PM/PM.h /usr/local/include/X11/PM/PM.h was installed by package xproxymanagementprotocol-1.0.2 And you can grep through pkg-plist files in /usr/ports to find which port installs needed files. HTH, Yuri