Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0

2017-04-30 Thread Cinaed Simson
On 04/29/2017 11:18 PM, li...@lazygranch.com wrote: > On opensuse it is python-scipy. Those tests did work at one time, and I > do recall having to load python-scipy. > > zmq is the one I find confusing. You can find references to 0mq, zmq, > and zeromq in documentation. For packages, they stuck w

Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0

2017-04-29 Thread li...@lazygranch.com
On Sat, 29 Apr 2017 > > 19:01:34 -0700 Ron Economos wrote: > > > >> git checkout v3.7.11 > >> > >> But you're still going to have the same test failures. It's not > >> something new. > >> > >> Ron > >> > >> On

Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0

2017-04-29 Thread li...@lazygranch.com
On opensuse it is python-scipy. Those tests did work at one time, and I do recall having to load python-scipy. zmq is the one I find confusing. You can find references to 0mq, zmq, and zeromq in documentation. For packages, they stuck wit zmq: czmq czmq-devel libczmq3 libzmq5 python-pyzmq pythin-p

Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0

2017-04-29 Thread Cinaed Simson
On 04/29/2017 06:41 PM, Cinaed Simson wrote: > The test for polar uses python-scipy which requires scipy. Actually, I don't think this is true. In Debian and Ubuntu, just about all the libraries with the python hooks are named python-. On you system it may be called scipy. In fact, that's its p

Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0

2017-04-29 Thread Ron Economos
PM, li...@lazygranch.com wrote: How do I go back one rev on github? Original Message From: Cinaed Simson Sent: Saturday, April 29, 2017 6:42 PM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0 On 04/29/2017 05:52 PM, li...@lazygranc

Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0

2017-04-29 Thread li...@lazygranch.com
On 04/29/2017 06:57 PM, li...@lazygranch.com wrote: > > How do I go back one rev on github? > > > > > >Original Message > > From: Cinaed Simson > > Sent: Saturday, April 29, 2017 6:42 PM > > To: discuss-gnuradio@gnu.org > > Subject: Re: [Discuss-g

Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0

2017-04-29 Thread Ron Economos
riginal Message From: Ron Economos Sent: Saturday, April 29, 2017 7:03 PM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0 git checkout v3.7.11 But you're still going to have the same test failures. It's not something new. Ro

Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0

2017-04-29 Thread lists
d Simson > Sent: Saturday, April 29, 2017 6:42 PM > To: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] test and build errors on > 3.7.12git-101-g098dc3e0 > > On 04/29/2017 05:52 PM, li...@lazygranch.com wrote: >> I have ZMQ. Here is the cmake finding it: >>

Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0

2017-04-29 Thread Ron Economos
o: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0 On 04/29/2017 05:52 PM, li...@lazygranch.com wrote: I have ZMQ. Here is the cmake finding it: -- Configuring gr-wxgui support... -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_G

Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0

2017-04-29 Thread lists
How do I go back one rev on github?   Original Message   From: Cinaed Simson Sent: Saturday, April 29, 2017 6:42 PM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0 On 04/29/2017 05:52 PM, li...@lazygranch.com wrote: > I have

Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0

2017-04-29 Thread Cinaed Simson
On 04/29/2017 05:52 PM, li...@lazygranch.com wrote: > I have ZMQ. Here is the cmake finding it: > > -- Configuring gr-wxgui support... > -- Dependency ENABLE_GNURADIO_RUNTIME = ON > -- Dependency ENABLE_GR_FFT = ON > -- Dependency ENABLE_GR_FILTER = ON > -- Dependency ENABLE_GR_ANALOG = ON

Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0

2017-04-29 Thread Ron Economos
There are additional dependencies in the test that aren't checked for in the cmake. python-scipy and python-zmq are the ones that I know about. You can find the why the tests failed in the file: install_dir/build/Testing/Temporary/LastTest.log Ron On 04/29/2017 05:52 PM, li...@lazygranch.com

Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0

2017-04-29 Thread li...@lazygranch.com
I have ZMQ. Here is the cmake finding it: -- Configuring gr-wxgui support... -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_FFT = ON -- Dependency ENABLE_GR_FILTER = ON -- Dependency ENABLE_GR_ANALOG = ON -- Dependency ENABLE_PYTHON = ON -- Dependency NUMPY_FOUND =

Re: [Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0

2017-04-29 Thread Ron Economos
For the polar encoder/decoder and zeromq tests, you need the following dependencies. I'm not sure about the other failures. python-scipy python-zmq Ron On 04/29/2017 11:31 AM, li...@lazygranch.com wrote: Opensuse 42.2 uname -a Linux linux-0u81 4.4.57-18.3-default #1 SMP Thu Mar 30 06:39:47 U

[Discuss-gnuradio] test and build errors on 3.7.12git-101-g098dc3e0

2017-04-29 Thread li...@lazygranch.com
Opensuse 42.2 uname -a Linux linux-0u81 4.4.57-18.3-default #1 SMP Thu Mar 30 06:39:47 UTC 2017 (39c8557) x86_64 x86_64 x86_64 GNU/Linux --- Building for version: 3.7.12git-101-g098dc3e0 / 3.7.12git Entire cmake output at: https://pastebin.com/Gqa32538 -- Errors in the doxygen b