Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2007 18:37:21 +0400
From:      Yuri Pankov <yuri.pankov@gmail.com>
To:        Attos <attos.janus@gmail.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Cannot install x11/xfindproxy after upgrading to Xorg 7.2
Message-ID:  <20070530143721.GA43831@darklight.abyss>
In-Reply-To: <5297d6fd0705300640n2bac57bfsd14a18487fd7b5d6@mail.gmail.com>
References:  <5297d6fd0705300640n2bac57bfsd14a18487fd7b5d6@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070530143721.GA43831>