pcp
[Top] [All Lists]

Re: [performancecopilot/pcp] INSTALL: add notes about Makepkgs and qa/ad

To: performancecopilot/pcp <pcp@xxxxxxxxxxxxxxxxxx>
Subject: Re: [performancecopilot/pcp] INSTALL: add notes about Makepkgs and qa/admin/check-vm (e852abb)
From: thirumalrao <notifications@xxxxxxxxxx>
Date: Tue, 29 Mar 2016 15:21:40 -0700
Delivered-to: pcp@xxxxxxxxxxx
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1459290100; bh=qS+zxPlVWbofKdV4yR5pktR73laR058EIf8McrWd0XQ=; h=From:Reply-To:To:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VEvysBB74P2qKhSCqPPNbUBA4z1y4SYR690LPSNLvtT7TW8/26ckq6H2e6rXok6ax GOlEjdYiMhbPF+5+UrBFI/SYR7EZImtDN+2GlU+phxz7uDnN7Ug/1/RZTrOGQlaxT+ PFaumbJx9nabHvIMSznVyMHXT6op+U4po/ZFP1No=
In-reply-to: <performancecopilot/pcp/commit/e852abbcbea3f8246ffde35045a8beed1529b208@xxxxxxxxxx>
List-archive: https://github.com/performancecopilot/pcp
List-id: performancecopilot/pcp <pcp.performancecopilot.github.com>
List-post: <mailto:reply+00bd08b696ee35a9fa9a8954dcc74a400d3ddceb1fa62e5d92cf000000011312c1f492a163ce0101ab60@reply.github.com>
List-unsubscribe: <mailto:unsub+00bd08b696ee35a9fa9a8954dcc74a400d3ddceb1fa62e5d92cf000000011312c1f492a163ce0101ab60@reply.github.com>, <https://github.com/notifications/unsubscribe/AL0Itus18tnPXQzUy7FXMq1dlG31ndOYks5pyaX0gaJpZM4H2k9C>
References: <performancecopilot/pcp/commit/e852abbcbea3f8246ffde35045a8beed1529b208@xxxxxxxxxx>
Reply-to: performancecopilot/pcp <reply+00bd08b696ee35a9fa9a8954dcc74a400d3ddceb1fa62e5d92cf000000011312c1f492a163ce0101ab60@xxxxxxxxxxxxxxxx>
Thanks for the response.

I tried building from source on my mac machine. Executed the following
commands

$ git clone git://git.pcp.io/pcp
$ cd pcp
$ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
$ make

Got the following error.

.=== libpcp ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then
/bin/echo === $d ===;
/Applications/Xcode.app/Contents/Developer/usr/bin/make
--no-print-directory -C $d default || exit $?; fi; done
=== src =""> ./check-statics
derive.o: s fmt : Error: additional symbol
secureserver.o: Info: security object file skipped, not configured
secureconnect.o: Info: security object file skipped, not configured
make[3]: *** [check.done] Error 1
make[2]: *** [default] Error 2
make[1]: *** [default_pcp] Error 2
make: *** [default_pcp] Error 2

I am running Mac OS X 10.11 and Xcode is available.

Thanks
Thirumal

On Sun, Mar 27, 2016 at 3:36 PM, Ken McDonell <notifications@xxxxxxxxxx>
wrote:

> @thirumalrao <https://github.com/thirumalrao> ... if the packaging was
> working correctly, the Python pieces (like everything else) would get
> installed in the correct place.
> Unfortunately, the Mac OS X packaging for Python is broken at the moment.
> So the best workaround I have is ... install the source and setup a build
> environment, then
>
> $ qa/admin/myconfigure
> $ cd src/python
> $ python setup.py build
> $ sudo python setup.py install
>
> and on my iMac this puts the required Python bits in
> /Library/Python/2.6/site-packages/pcp/ and then things "just work" (tm)
>
> â
> You are receiving this because you were mentioned.
> Reply to this email directly or view it on GitHub
> <https://github.com/performancecopilot/pcp/commit/e852abbcbea3f8246ffde35045a8beed1529b208#commitcomment-16859036>
>



--
"Peace cannot be kept by force. It can only be achieved by understanding."

http://www.raoathisbest.blogspot.com


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [performancecopilot/pcp] INSTALL: add notes about Makepkgs and qa/admin/check-vm (e852abb), thirumalrao <=