Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-25 Thread Mike Gilmer
Guys,

The RAM came a day late (thanks USPS) and I installed it and ran the
script again Thursday and it finished this time with no errors. Now I
have to see if I actually ended up with a usable "GNU Radio"
installation.

Thanks for the help!

Mike

On Wed, Sep 23, 2015 at 9:58 AM, Mike Gilmer  wrote:
> LOL... good thing I already ordered some and am getting RAM in the mail today!
>
> Mike
>
> On Wed, Sep 23, 2015 at 9:53 AM, Marcus Müller  
> wrote:
>> "Killed" in almost all cases means "killed by the out-of-memory watchdog of
>> your operating system". You'll still need more RAM, need to reduce the
>> number of parallel compilation threads or at least swap storage to
>> successfully compile GNU radio. I recommend getting more RAM - that is
>> always a good thing to have, especially if planning to do some buffer
>> intense signal processing.
>>
>> Best regards,
>> Marcus
>>
>> Am 23. September 2015 15:48:37 MESZ, schrieb Mike Gilmer
>> :
>>>
>>> I worked my way up though the email chain and ran some of the
>>> "updates" suggested and reran the script
>>>
>>> It has gotten further along than before, but still fails...
>>>
>>>  Scanning dependencies of target volk_profile
>>>  [  5%]  [32mBuilding CXX object
>>> volk/apps/CMakeFiles/volk_profile.dir/volk_profile.cc.o
>>>  mc++: internal compiler error: Killed (program cc1plus)
>>> Please submit a full bug report,
>>> with preprocessed source if appropriate.
>>> See  for instructions.
>>> make[2]: *** [volk/apps/CMakeFiles/volk_profile.dir/volk_profile.cc.o]
>>> Error 4
>>> make[1]: *** [volk/apps/CMakeFiles/volk_profile.dir/all] Error 2
>>> make: *** [all] Error 2
>>> make failed
>>> Exiting Gnu Radio build/install
>>>
>>> The complete output is at http://pastebin.com/jpA005nP  <--
>>> sorry
>>> about the control chars- next time maybe!
>>>
>>> Mike
>>>
>>> 
>>>
>>> Discuss-gnuradio mailing list
>>> Discuss-gnuradio@gnu.org
>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>>
>> --
>> Sent from my Android device with K-9 Mail. Please excuse my brevity.

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-23 Thread Mike Gilmer
I worked my way up though the email chain and ran some of the
"updates" suggested and reran the script

It has gotten further along than before, but still fails...

Scanning dependencies of target volk_profile
[  5%] Building CXX object
volk/apps/CMakeFiles/volk_profile.dir/volk_profile.cc.o
mc++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
make[2]: *** [volk/apps/CMakeFiles/volk_profile.dir/volk_profile.cc.o] Error 4
make[1]: *** [volk/apps/CMakeFiles/volk_profile.dir/all] Error 2
make: *** [all] Error 2
make failed
Exiting Gnu Radio build/install

The complete output is at http://pastebin.com/jpA005nP  <-- sorry
about the control chars- next time maybe!

Mike

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-23 Thread Mike Gilmer
LOL... good thing I already ordered some and am getting RAM in the mail today!

Mike

On Wed, Sep 23, 2015 at 9:53 AM, Marcus Müller  wrote:
> "Killed" in almost all cases means "killed by the out-of-memory watchdog of
> your operating system". You'll still need more RAM, need to reduce the
> number of parallel compilation threads or at least swap storage to
> successfully compile GNU radio. I recommend getting more RAM - that is
> always a good thing to have, especially if planning to do some buffer
> intense signal processing.
>
> Best regards,
> Marcus
>
> Am 23. September 2015 15:48:37 MESZ, schrieb Mike Gilmer
> :
>>
>> I worked my way up though the email chain and ran some of the
>> "updates" suggested and reran the script
>>
>> It has gotten further along than before, but still fails...
>>
>>  Scanning dependencies of target volk_profile
>>  [  5%]  [32mBuilding CXX object
>> volk/apps/CMakeFiles/volk_profile.dir/volk_profile.cc.o
>>  mc++: internal compiler error: Killed (program cc1plus)
>> Please submit a full bug report,
>> with preprocessed source if appropriate.
>> See  for instructions.
>> make[2]: *** [volk/apps/CMakeFiles/volk_profile.dir/volk_profile.cc.o]
>> Error 4
>> make[1]: *** [volk/apps/CMakeFiles/volk_profile.dir/all] Error 2
>> make: *** [all] Error 2
>> make failed
>> Exiting Gnu Radio build/install
>>
>> The complete output is at http://pastebin.com/jpA005nP  <--
>> sorry
>> about the control chars- next time maybe!
>>
>> Mike
>>
>> 
>>
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
> --
> Sent from my Android device with K-9 Mail. Please excuse my brevity.

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-23 Thread Marcus Müller
"Killed" in almost all cases means "killed by the out-of-memory watchdog of 
your operating system". You'll still need more RAM, need to reduce the number 
of parallel compilation threads or at least swap storage to successfully 
compile GNU radio. I recommend getting more RAM - that is always a good thing 
to have, especially if planning to do some buffer intense signal processing.

Best regards,
Marcus

Am 23. September 2015 15:48:37 MESZ, schrieb Mike Gilmer 
:
>I worked my way up though the email chain and ran some of the
>"updates" suggested and reran the script
>
>It has gotten further along than before, but still fails...
>
>Scanning dependencies of target volk_profile
>[  5%] Building CXX object
>volk/apps/CMakeFiles/volk_profile.dir/volk_profile.cc.o
>mc++: internal compiler error: Killed (program cc1plus)
>Please submit a full bug report,
>with preprocessed source if appropriate.
>See  for instructions.
>make[2]: *** [volk/apps/CMakeFiles/volk_profile.dir/volk_profile.cc.o]
>Error 4
>make[1]: *** [volk/apps/CMakeFiles/volk_profile.dir/all] Error 2
>make: *** [all] Error 2
>make failed
>Exiting Gnu Radio build/install
>
>The complete output is at http://pastebin.com/jpA005nP  <-- sorry
>about the control chars- next time maybe!
>
>Mike
>
>___
>Discuss-gnuradio mailing list
>Discuss-gnuradio@gnu.org
>https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread Peter Mathys
Actually I just checked and it is in the build-gnuradio script now. It 
wasn't there at the end of July or beginning of August when I ran into 
the problem and it prevented the script from installing UHD and thus the 
actual GNU Radio installation.


-Peter-


On 9/22/2015 10:19 AM, mle...@ripnet.com wrote:


Hrrrm, I was pretty-sure that I'd made that update some time ago.

I'll have to check my master copy when I get home.

On 2015-09-22 11:08, Peter Mathys wrote:


As noted elsewhere the failure to find libzmq1-dev is expected (what is needed 
is libzmq-dev) and does not affect the outcome of the installation. However, 
the UHD installation most likely fails because of the switch from the cheetah 
to the mako template engine which has not (yet?) made its way into the 
build-gnuradio script. Install the mako template engine using

sudo apt-get install python-mako

Then run the build-gnuradio script again (perhaps with the -v option).

-Peter-


On 9/22/2015 6:25 AM, Mike Gilmer wrote:
I've gotten further along but it still failed. Here's the output 
+++ Failed to find package 
'libzmq1-dev' in known package repositories <-- I noted this in my 
previous post SOME THINGS MAY NOT BUILD AS A RESULT Checking for 
package libzmq Checking for package libzmq-dev Checking for package 
python-requests Done checking packages Checking for library libusb 
...Found library libusb Checking for library libboost ...Found 
library libboost Checking for library libcppunit ...Found library 
libcppunit Checking for library libfftw ...Found library libfftw 
Checking for library libgsl ...Found library libgsl Done This script 
will fetch Gnu Radio version 3.7/maint from the repositories, along 
with compatible extras. Is this OK?y Fetching various packages (Gnu 
Radio, UHD, gr-osmosdr, gr-iqbal, etc) via the Internet ===> 
THIS MAY TAKE QUITE SOME TIME <= Fetching Gnu Radio via 
GIT...Done Fetching UHD via GIT...Fetching rtl-sdr (rtl-sdr, 
gr-osmosdr, gr-iqbal, hackrf, bladeRF and airspy) via GIT Done 
Starting function uhd_build at: Tue Sep 22 00:10:59 EDT 2015 
Building UHD... => THIS WILL TAKE SOME TIME 
<= UHD build apparently failed Exiting UHD build 
++ Again, I appreciate the help! 
-Mike On Mon, Sep 21, 2015 at 11:48 PM, Mike Gilmer 
> wrote:
I'm running 14.04 and yes I have Internet access (that was part of 
the aforementioned "drama") I ran the update/upgrade and reran the 
script and now things are "different" This seems like it may take a 
while. I'll report back when it's done. Hmm.. so far one error - it 
couldn't find libzmq1-dev; I don't know what that'll mean Thanks! 
Mike On Mon, Sep 21, 2015 at 11:27 PM, James Humphries 
> wrote:
Hi Mike, Did you update your package manager? Usually helps when I 
get errors. sudo apt-get update && sudo apt-get upgrade Also, make 
sure build-essential is installed (Do this after update and 
upgrade). sudo apt-get install build-essential -Trip On Mon, Sep 
21, 2015 at 11:13 PM, Mike Gilmer > wrote:
All, I recently asked the list some questions about getting GNU 
Radio up and running on a Windows machine (using cygwin). It 
became obvious there would be a lot of hurdles, for which the 
community would not be able to offer much help. So... I have 
installed Ubuntu on a PC ( in a dual boot configuration with Win7 
) <-- this is its own drama LOL I tried to follow the "Installing 
GNU Radio step(s) outlined on 
https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23 
using the script via wget 
http://www.sbrac.org/files/build-gnuradio && chmod a+x 
./build-gnuradio && ./build-gnuradio and I get a bunch of errors 
: Checking for package libfontconfig1-dev Failed to find package 
'libfontconfig1-dev' in known package repositories SOME THINGS 
MAY NOT BUILD AS A RESULT Checking for package libxrender-dev 
Failed to find package 'libxrender-dev' in known package 
repositories SOME THINGS MAY NOT BUILD AS A RESULT However, the 
descruiption etc.. It appears that a major step is missing or 
broken. Can someone help me on this? Thanks! Mike 
___ Discuss-gnuradio 
mailing list Discuss-gnuradio@gnu.org 
 
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
___ Discuss-gnuradio 
mailing list Discuss-gnuradio@gnu.org 
 
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org 
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


___
Discuss-gnuradio mailing list

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread Mike Gilmer
I ran the mako template as suggested and the output indicated it was
already up-to-date.

I'm still looking back through this chain since it seem there are a lot of
options

Mike
On Sep 22, 2015 11:35 AM, "Peter Mathys"  wrote:

> As noted elsewhere the failure to find libzmq1-dev is expected (what is
> needed is libzmq-dev) and does not affect the outcome of the installation.
> However, the UHD installation most likely fails because of the switch from
> the cheetah to the mako template engine which has not (yet?) made its way
> into the build-gnuradio script. Install the mako template engine using
>
> sudo apt-get install python-mako
>
> Then run the build-gnuradio script again (perhaps with the -v option).
>
> -Peter-
>
>
> On 9/22/2015 6:25 AM, Mike Gilmer wrote:
>
>> I've gotten further along but it still failed.  Here's the output
>>
>> +++
>> Failed to find package 'libzmq1-dev' in known package repositories
>> <-- I noted this in my previous post
>> SOME THINGS MAY NOT BUILD AS A RESULT
>> Checking for package libzmq
>> Checking for package libzmq-dev
>> Checking for package python-requests
>> Done checking packages
>> Checking for library libusb ...Found library libusb
>> Checking for library libboost ...Found library libboost
>> Checking for library libcppunit ...Found library libcppunit
>> Checking for library libfftw ...Found library libfftw
>> Checking for library libgsl ...Found library libgsl
>> Done
>> This script will fetch Gnu Radio version 3.7/maint from the
>> repositories, along with compatible
>> extras.
>> Is this OK?y
>> Fetching various packages (Gnu Radio, UHD, gr-osmosdr, gr-iqbal, etc)
>> via the Internet
>> ===> THIS MAY TAKE QUITE SOME TIME <=
>> Fetching Gnu Radio via GIT...Done
>> Fetching UHD via GIT...Fetching rtl-sdr (rtl-sdr, gr-osmosdr,
>> gr-iqbal, hackrf, bladeRF and airspy) via GIT
>> Done
>> Starting function uhd_build at: Tue Sep 22 00:10:59 EDT 2015
>> Building UHD...
>> => THIS WILL TAKE SOME TIME <=
>>
>> UHD build apparently failed
>> Exiting UHD build
>> ++
>>
>> Again, I appreciate the help!
>>
>> -Mike
>>
>> On Mon, Sep 21, 2015 at 11:48 PM, Mike Gilmer 
>> wrote:
>>
>>> I'm running 14.04 and yes I have Internet access (that was part of the
>>> aforementioned "drama")
>>>
>>> I ran the update/upgrade and reran the script and now things are
>>> "different"
>>>
>>> This seems like it may take a while. I'll report back when it's done.
>>>
>>> Hmm.. so far one error - it couldn't find libzmq1-dev; I don't know
>>> what that'll mean
>>>
>>> Thanks!
>>>
>>> Mike
>>>
>>>
>>>
>>> On Mon, Sep 21, 2015 at 11:27 PM, James Humphries
>>>  wrote:
>>>
 Hi Mike,

 Did you update your package manager? Usually helps when I get errors.

 sudo apt-get update && sudo apt-get upgrade

 Also, make sure build-essential is installed (Do this after update and
 upgrade).

 sudo apt-get install build-essential

 -Trip

 On Mon, Sep 21, 2015 at 11:13 PM, Mike Gilmer 
 wrote:

> All,
> I recently asked the list some questions about getting GNU Radio up
> and running on a Windows machine (using cygwin). It became obvious
> there would be a lot of hurdles, for which the community would not be
> able to offer much help. So...
>
> I have installed Ubuntu on a PC ( in a dual boot configuration with
> Win7 ) <-- this is its own drama LOL
>
> I tried to follow the "Installing GNU Radio step(s) outlined on
> https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23
> using the script via
> wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
> ./build-gnuradio && ./build-gnuradio
>
> and I get a bunch of errors :
> Checking for package libfontconfig1-dev
> Failed to find package 'libfontconfig1-dev' in known package
> repositories
> SOME THINGS MAY NOT BUILD AS A RESULT
> Checking for package libxrender-dev
> Failed to find package 'libxrender-dev' in known package repositories
> SOME THINGS MAY NOT BUILD AS A RESULT However, the descruiption
>
> etc..
>
> It appears that a major step is missing or broken.  Can someone help
> me on
> this?
>
> Thanks!
>
> Mike
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>

 ___
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> 

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread mleech
 

Hrrrm, I was pretty-sure that I'd made that update some time ago. 

I'll have to check my master copy when I get home. 

On 2015-09-22 11:08, Peter Mathys wrote: 

> As noted elsewhere the failure to find libzmq1-dev is expected (what is 
> needed is libzmq-dev) and does not affect the outcome of the installation. 
> However, the UHD installation most likely fails because of the switch from 
> the cheetah to the mako template engine which has not (yet?) made its way 
> into the build-gnuradio script. Install the mako template engine using
> 
> sudo apt-get install python-mako
> 
> Then run the build-gnuradio script again (perhaps with the -v option).
> 
> -Peter-
> 
> On 9/22/2015 6:25 AM, Mike Gilmer wrote:
> I've gotten further along but it still failed. Here's the output 
> +++ Failed to find package 'libzmq1-dev' 
> in known package repositories <-- I noted this in my previous post SOME 
> THINGS MAY NOT BUILD AS A RESULT Checking for package libzmq Checking for 
> package libzmq-dev Checking for package python-requests Done checking 
> packages Checking for library libusb ...Found library libusb Checking for 
> library libboost ...Found library libboost Checking for library libcppunit 
> ...Found library libcppunit Checking for library libfftw ...Found library 
> libfftw Checking for library libgsl ...Found library libgsl Done This script 
> will fetch Gnu Radio version 3.7/maint from the repositories, along with 
> compatible extras. Is this OK?y Fetching various packages (Gnu Radio, UHD, 
> gr-osmosdr, gr-iqbal, etc) via the Internet ===> THIS MAY TAKE QUITE SOME 
> TIME <= Fetching Gnu Radio via GIT...Done Fetching UHD via 
> GIT...Fetching rtl-sdr (rtl-sdr, gr-osmosdr,
gr-iqbal, hackrf, bladeRF and airspy) via GIT Done Starting function uhd_build 
at: Tue Sep 22 00:10:59 EDT 2015 Building UHD... => THIS WILL TAKE 
SOME TIME <= UHD build apparently failed Exiting UHD build 
++ Again, I appreciate the help! -Mike On 
Mon, Sep 21, 2015 at 11:48 PM, Mike Gilmer  wrote: I'm 
running 14.04 and yes I have Internet access (that was part of the 
aforementioned "drama") I ran the update/upgrade and reran the script and now 
things are "different" This seems like it may take a while. I'll report back 
when it's done. Hmm.. so far one error - it couldn't find libzmq1-dev; I don't 
know what that'll mean Thanks! Mike On Mon, Sep 21, 2015 at 11:27 PM, James 
Humphries  wrote: Hi Mike, Did you update your 
package manager? Usually helps when I get errors. sudo apt-get update && sudo 
apt-get upgrade Also, make sure build-essential is installed (Do this after 
update
and upgrade). sudo apt-get install build-essential -Trip On Mon, Sep 21, 2015 
at 11:13 PM, Mike Gilmer  wrote: All, I recently asked 
the list some questions about getting GNU Radio up and running on a Windows 
machine (using cygwin). It became obvious there would be a lot of hurdles, for 
which the community would not be able to offer much help. So... I have 
installed Ubuntu on a PC ( in a dual boot configuration with Win7 ) <-- this is 
its own drama LOL I tried to follow the "Installing GNU Radio step(s) outlined 
on https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23 [1] 
using the script via wget http://www.sbrac.org/files/build-gnuradio [2] && 
chmod a+x ./build-gnuradio && ./build-gnuradio and I get a bunch of errors : 
Checking for package libfontconfig1-dev Failed to find package 
'libfontconfig1-dev' in known package repositories SOME THINGS MAY NOT BUILD AS 
A RESULT Checking for package libxrender-dev Failed to find package 
'libxrender-dev' in
known package repositories SOME THINGS MAY NOT BUILD AS A RESULT However, the 
descruiption etc.. It appears that a major step is missing or broken. Can 
someone help me on this? Thanks! Mike 
___ Discuss-gnuradio mailing list 
Discuss-gnuradio@gnu.org 
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio [3]
 ___ Discuss-gnuradio
mailing list Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio [3] 

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio [3]

 

Links:
--
[1] https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23
[2] http://www.sbrac.org/files/build-gnuradio
[3] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread James Humphries
You can try to run again as:

./build-gnuradio -v

That will output a bunch of extra info. Hopefully it will show error why
build failed.


As an alternative, you could try pybombs.

http://gnuradio.org/redmine/projects/pybombs/wiki/QuickStart

Just run these commands:

git clone git://github.com/pybombs/pybombs
cd pybombs
./pybombs install gnuradio

That will install uhd and gnuradio (among some other things) and it could
take a few hours. Just make sure you follow directions on the site to setup
the environment correctly after it (hopefully) completes.

-Trip

On Tue, Sep 22, 2015 at 8:25 AM, Mike Gilmer  wrote:

> I've gotten further along but it still failed.  Here's the output
>
> +++
> Failed to find package 'libzmq1-dev' in known package repositories
> <-- I noted this in my previous post
> SOME THINGS MAY NOT BUILD AS A RESULT
> Checking for package libzmq
> Checking for package libzmq-dev
> Checking for package python-requests
> Done checking packages
> Checking for library libusb ...Found library libusb
> Checking for library libboost ...Found library libboost
> Checking for library libcppunit ...Found library libcppunit
> Checking for library libfftw ...Found library libfftw
> Checking for library libgsl ...Found library libgsl
> Done
> This script will fetch Gnu Radio version 3.7/maint from the
> repositories, along with compatible
> extras.
> Is this OK?y
> Fetching various packages (Gnu Radio, UHD, gr-osmosdr, gr-iqbal, etc)
> via the Internet
> ===> THIS MAY TAKE QUITE SOME TIME <=
> Fetching Gnu Radio via GIT...Done
> Fetching UHD via GIT...Fetching rtl-sdr (rtl-sdr, gr-osmosdr,
> gr-iqbal, hackrf, bladeRF and airspy) via GIT
> Done
> Starting function uhd_build at: Tue Sep 22 00:10:59 EDT 2015
> Building UHD...
> => THIS WILL TAKE SOME TIME <=
>
> UHD build apparently failed
> Exiting UHD build
> ++
>
> Again, I appreciate the help!
>
> -Mike
>
> On Mon, Sep 21, 2015 at 11:48 PM, Mike Gilmer 
> wrote:
> > I'm running 14.04 and yes I have Internet access (that was part of the
> > aforementioned "drama")
> >
> > I ran the update/upgrade and reran the script and now things are
> "different"
> >
> > This seems like it may take a while. I'll report back when it's done.
> >
> > Hmm.. so far one error - it couldn't find libzmq1-dev; I don't know
> > what that'll mean
> >
> > Thanks!
> >
> > Mike
> >
> >
> >
> > On Mon, Sep 21, 2015 at 11:27 PM, James Humphries
> >  wrote:
> >> Hi Mike,
> >>
> >> Did you update your package manager? Usually helps when I get errors.
> >>
> >> sudo apt-get update && sudo apt-get upgrade
> >>
> >> Also, make sure build-essential is installed (Do this after update and
> >> upgrade).
> >>
> >> sudo apt-get install build-essential
> >>
> >> -Trip
> >>
> >> On Mon, Sep 21, 2015 at 11:13 PM, Mike Gilmer 
> wrote:
> >>>
> >>> All,
> >>> I recently asked the list some questions about getting GNU Radio up
> >>> and running on a Windows machine (using cygwin). It became obvious
> >>> there would be a lot of hurdles, for which the community would not be
> >>> able to offer much help. So...
> >>>
> >>> I have installed Ubuntu on a PC ( in a dual boot configuration with
> >>> Win7 ) <-- this is its own drama LOL
> >>>
> >>> I tried to follow the "Installing GNU Radio step(s) outlined on
> >>> https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23
> >>> using the script via
> >>> wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
> >>> ./build-gnuradio && ./build-gnuradio
> >>>
> >>> and I get a bunch of errors :
> >>> Checking for package libfontconfig1-dev
> >>> Failed to find package 'libfontconfig1-dev' in known package
> repositories
> >>> SOME THINGS MAY NOT BUILD AS A RESULT
> >>> Checking for package libxrender-dev
> >>> Failed to find package 'libxrender-dev' in known package repositories
> >>> SOME THINGS MAY NOT BUILD AS A RESULT However, the descruiption
> >>>
> >>> etc..
> >>>
> >>> It appears that a major step is missing or broken.  Can someone help
> me on
> >>> this?
> >>>
> >>> Thanks!
> >>>
> >>> Mike
> >>>
> >>> ___
> >>> Discuss-gnuradio mailing list
> >>> Discuss-gnuradio@gnu.org
> >>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> >>
> >>
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread mleech
 

Yes, although, that will get you a not-terribly-recent GR and UHD... 

On 2015-09-22 10:45, West, Nathan wrote: 

> On Mon, Sep 21, 2015 at 11:13 PM, Mike Gilmer  wrote:
> 
>> All,
>> I recently asked the list some questions about getting GNU Radio up
>> and running on a Windows machine (using cygwin). It became obvious
>> there would be a lot of hurdles, for which the community would not be
>> able to offer much help. So...
>> 
>> I have installed Ubuntu on a PC ( in a dual boot configuration with
>> Win7 ) <-- this is its own drama LOL
>> 
>> I tried to follow the "Installing GNU Radio step(s) outlined on
>> https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23 [1]
>> using the script via
>> wget http://www.sbrac.org/files/build-gnuradio [2] && chmod a+x
>> ./build-gnuradio && ./build-gnuradio
> 
> It's worth noting that you're looking at an old version of that page. In the 
> current version the #1 suggested way to install GNU Radio is through your 
> distribution's package manager. sudo apt-get install gnuradio will get you 
> running in a few minutes. 
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio [3]
 

Links:
--
[1] https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23
[2] http://www.sbrac.org/files/build-gnuradio
[3] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread Mike Gilmer
I've gotten further along but it still failed.  Here's the output

+++
Failed to find package 'libzmq1-dev' in known package repositories
<-- I noted this in my previous post
SOME THINGS MAY NOT BUILD AS A RESULT
Checking for package libzmq
Checking for package libzmq-dev
Checking for package python-requests
Done checking packages
Checking for library libusb ...Found library libusb
Checking for library libboost ...Found library libboost
Checking for library libcppunit ...Found library libcppunit
Checking for library libfftw ...Found library libfftw
Checking for library libgsl ...Found library libgsl
Done
This script will fetch Gnu Radio version 3.7/maint from the
repositories, along with compatible
extras.
Is this OK?y
Fetching various packages (Gnu Radio, UHD, gr-osmosdr, gr-iqbal, etc)
via the Internet
===> THIS MAY TAKE QUITE SOME TIME <=
Fetching Gnu Radio via GIT...Done
Fetching UHD via GIT...Fetching rtl-sdr (rtl-sdr, gr-osmosdr,
gr-iqbal, hackrf, bladeRF and airspy) via GIT
Done
Starting function uhd_build at: Tue Sep 22 00:10:59 EDT 2015
Building UHD...
=> THIS WILL TAKE SOME TIME <=

UHD build apparently failed
Exiting UHD build
++

Again, I appreciate the help!

-Mike

On Mon, Sep 21, 2015 at 11:48 PM, Mike Gilmer  wrote:
> I'm running 14.04 and yes I have Internet access (that was part of the
> aforementioned "drama")
>
> I ran the update/upgrade and reran the script and now things are "different"
>
> This seems like it may take a while. I'll report back when it's done.
>
> Hmm.. so far one error - it couldn't find libzmq1-dev; I don't know
> what that'll mean
>
> Thanks!
>
> Mike
>
>
>
> On Mon, Sep 21, 2015 at 11:27 PM, James Humphries
>  wrote:
>> Hi Mike,
>>
>> Did you update your package manager? Usually helps when I get errors.
>>
>> sudo apt-get update && sudo apt-get upgrade
>>
>> Also, make sure build-essential is installed (Do this after update and
>> upgrade).
>>
>> sudo apt-get install build-essential
>>
>> -Trip
>>
>> On Mon, Sep 21, 2015 at 11:13 PM, Mike Gilmer  wrote:
>>>
>>> All,
>>> I recently asked the list some questions about getting GNU Radio up
>>> and running on a Windows machine (using cygwin). It became obvious
>>> there would be a lot of hurdles, for which the community would not be
>>> able to offer much help. So...
>>>
>>> I have installed Ubuntu on a PC ( in a dual boot configuration with
>>> Win7 ) <-- this is its own drama LOL
>>>
>>> I tried to follow the "Installing GNU Radio step(s) outlined on
>>> https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23
>>> using the script via
>>> wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
>>> ./build-gnuradio && ./build-gnuradio
>>>
>>> and I get a bunch of errors :
>>> Checking for package libfontconfig1-dev
>>> Failed to find package 'libfontconfig1-dev' in known package repositories
>>> SOME THINGS MAY NOT BUILD AS A RESULT
>>> Checking for package libxrender-dev
>>> Failed to find package 'libxrender-dev' in known package repositories
>>> SOME THINGS MAY NOT BUILD AS A RESULT However, the descruiption
>>>
>>> etc..
>>>
>>> It appears that a major step is missing or broken.  Can someone help me on
>>> this?
>>>
>>> Thanks!
>>>
>>> Mike
>>>
>>> ___
>>> Discuss-gnuradio mailing list
>>> Discuss-gnuradio@gnu.org
>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>>

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread West, Nathan
On Mon, Sep 21, 2015 at 11:13 PM, Mike Gilmer  wrote:

> All,
> I recently asked the list some questions about getting GNU Radio up
> and running on a Windows machine (using cygwin). It became obvious
> there would be a lot of hurdles, for which the community would not be
> able to offer much help. So...
>
> I have installed Ubuntu on a PC ( in a dual boot configuration with
> Win7 ) <-- this is its own drama LOL
>
> I tried to follow the "Installing GNU Radio step(s) outlined on
> https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23
> using the script via
> wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
> ./build-gnuradio && ./build-gnuradio
>
>
>
It's worth noting that you're looking at an old version of that page. In
the current version the #1 suggested way to install GNU Radio is through
your distribution's package manager. sudo apt-get install gnuradio will get
you running in a few minutes.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread mleech
 

The failure in libzmq1 is expected--Ubuntu changed package names
mid-stream, so there's no way to tell which of two possible
package-names to use, so it tries for both. 

The UHD failure is unexpected, so running: 

build-gnuradio -v 

Will give more details about errors as it builds. 

On 2015-09-22 08:25, Mike Gilmer wrote: 

> I've gotten further along but it still failed. Here's the output
> 
> +++
> Failed to find package 'libzmq1-dev' in known package repositories
> <-- I noted this in my previous post
> SOME THINGS MAY NOT BUILD AS A RESULT
> Checking for package libzmq
> Checking for package libzmq-dev
> Checking for package python-requests
> Done checking packages
> Checking for library libusb ...Found library libusb
> Checking for library libboost ...Found library libboost
> Checking for library libcppunit ...Found library libcppunit
> Checking for library libfftw ...Found library libfftw
> Checking for library libgsl ...Found library libgsl
> Done
> This script will fetch Gnu Radio version 3.7/maint from the
> repositories, along with compatible
> extras.
> Is this OK?y
> Fetching various packages (Gnu Radio, UHD, gr-osmosdr, gr-iqbal, etc)
> via the Internet
> ===> THIS MAY TAKE QUITE SOME TIME <=
> Fetching Gnu Radio via GIT...Done
> Fetching UHD via GIT...Fetching rtl-sdr (rtl-sdr, gr-osmosdr,
> gr-iqbal, hackrf, bladeRF and airspy) via GIT
> Done
> Starting function uhd_build at: Tue Sep 22 00:10:59 EDT 2015
> Building UHD...
> => THIS WILL TAKE SOME TIME <=
> 
> UHD build apparently failed
> Exiting UHD build
> ++
> 
> Again, I appreciate the help!
> 
> -Mike
> 
> On Mon, Sep 21, 2015 at 11:48 PM, Mike Gilmer  wrote:
> I'm running 14.04 and yes I have Internet access (that was part of the 
> aforementioned "drama") I ran the update/upgrade and reran the script and now 
> things are "different" This seems like it may take a while. I'll report back 
> when it's done. Hmm.. so far one error - it couldn't find libzmq1-dev; I 
> don't know what that'll mean Thanks! Mike On Mon, Sep 21, 2015 at 11:27 PM, 
> James Humphries  wrote: Hi Mike, Did you update 
> your package manager? Usually helps when I get errors. sudo apt-get update && 
> sudo apt-get upgrade Also, make sure build-essential is installed (Do this 
> after update and upgrade). sudo apt-get install build-essential -Trip On Mon, 
> Sep 21, 2015 at 11:13 PM, Mike Gilmer  wrote: All, I 
> recently asked the list some questions about getting GNU Radio up and running 
> on a Windows machine (using cygwin). It became obvious there would be a lot 
> of hurdles, for which the community would not be able to offer much help. 
> So... I
have installed Ubuntu on a PC ( in a dual boot configuration with Win7 ) <-- 
this is its own drama LOL I tried to follow the "Installing GNU Radio step(s) 
outlined on https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23 
[1] using the script via wget http://www.sbrac.org/files/build-gnuradio [2] && 
chmod a+x ./build-gnuradio && ./build-gnuradio and I get a bunch of errors : 
Checking for package libfontconfig1-dev Failed to find package 
'libfontconfig1-dev' in known package repositories SOME THINGS MAY NOT BUILD AS 
A RESULT Checking for package libxrender-dev Failed to find package 
'libxrender-dev' in known package repositories SOME THINGS MAY NOT BUILD AS A 
RESULT However, the descruiption etc.. It appears that a major step is missing 
or broken. Can someone help me on this? Thanks! Mike 
___ Discuss-gnuradio mailing list 
Discuss-gnuradio@gnu.org 
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio [3]

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio [3]

 

Links:
--
[1] https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23
[2] http://www.sbrac.org/files/build-gnuradio
[3] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread Peter Mathys
As noted elsewhere the failure to find libzmq1-dev is expected (what is 
needed is libzmq-dev) and does not affect the outcome of the 
installation. However, the UHD installation most likely fails because of 
the switch from the cheetah to the mako template engine which has not 
(yet?) made its way into the build-gnuradio script. Install the mako 
template engine using


sudo apt-get install python-mako

Then run the build-gnuradio script again (perhaps with the -v option).

-Peter-


On 9/22/2015 6:25 AM, Mike Gilmer wrote:

I've gotten further along but it still failed.  Here's the output

+++
Failed to find package 'libzmq1-dev' in known package repositories
<-- I noted this in my previous post
SOME THINGS MAY NOT BUILD AS A RESULT
Checking for package libzmq
Checking for package libzmq-dev
Checking for package python-requests
Done checking packages
Checking for library libusb ...Found library libusb
Checking for library libboost ...Found library libboost
Checking for library libcppunit ...Found library libcppunit
Checking for library libfftw ...Found library libfftw
Checking for library libgsl ...Found library libgsl
Done
This script will fetch Gnu Radio version 3.7/maint from the
repositories, along with compatible
extras.
Is this OK?y
Fetching various packages (Gnu Radio, UHD, gr-osmosdr, gr-iqbal, etc)
via the Internet
===> THIS MAY TAKE QUITE SOME TIME <=
Fetching Gnu Radio via GIT...Done
Fetching UHD via GIT...Fetching rtl-sdr (rtl-sdr, gr-osmosdr,
gr-iqbal, hackrf, bladeRF and airspy) via GIT
Done
Starting function uhd_build at: Tue Sep 22 00:10:59 EDT 2015
Building UHD...
=> THIS WILL TAKE SOME TIME <=

UHD build apparently failed
Exiting UHD build
++

Again, I appreciate the help!

-Mike

On Mon, Sep 21, 2015 at 11:48 PM, Mike Gilmer  wrote:

I'm running 14.04 and yes I have Internet access (that was part of the
aforementioned "drama")

I ran the update/upgrade and reran the script and now things are "different"

This seems like it may take a while. I'll report back when it's done.

Hmm.. so far one error - it couldn't find libzmq1-dev; I don't know
what that'll mean

Thanks!

Mike



On Mon, Sep 21, 2015 at 11:27 PM, James Humphries
 wrote:

Hi Mike,

Did you update your package manager? Usually helps when I get errors.

sudo apt-get update && sudo apt-get upgrade

Also, make sure build-essential is installed (Do this after update and
upgrade).

sudo apt-get install build-essential

-Trip

On Mon, Sep 21, 2015 at 11:13 PM, Mike Gilmer  wrote:

All,
I recently asked the list some questions about getting GNU Radio up
and running on a Windows machine (using cygwin). It became obvious
there would be a lot of hurdles, for which the community would not be
able to offer much help. So...

I have installed Ubuntu on a PC ( in a dual boot configuration with
Win7 ) <-- this is its own drama LOL

I tried to follow the "Installing GNU Radio step(s) outlined on
https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23
using the script via
wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
./build-gnuradio && ./build-gnuradio

and I get a bunch of errors :
Checking for package libfontconfig1-dev
Failed to find package 'libfontconfig1-dev' in known package repositories
SOME THINGS MAY NOT BUILD AS A RESULT
Checking for package libxrender-dev
Failed to find package 'libxrender-dev' in known package repositories
SOME THINGS MAY NOT BUILD AS A RESULT However, the descruiption

etc..

It appears that a major step is missing or broken.  Can someone help me on
this?

Thanks!

Mike

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread West, Nathan
Ubuntu 14.04 has 3.7.2.1 + some extra patches. Newer versions of Ubuntu
have newer versions of GNU Radio...

Anyway, the easiest way to get all of the dependencies on a fresh
Ubuntu/Debian-based install is sudo apt-get build-dep gnuradio, then run
whatever install script you want if you *really* want a source build.

On Tue, Sep 22, 2015 at 10:50 AM,  wrote:

> Yes, although, that will get you a not-terribly-recent GR and UHD...
>
>
>
>
>
>
> On 2015-09-22 10:45, West, Nathan wrote:
>
> On Mon, Sep 21, 2015 at 11:13 PM, Mike Gilmer 
> wrote:
>
>> All,
>> I recently asked the list some questions about getting GNU Radio up
>> and running on a Windows machine (using cygwin). It became obvious
>> there would be a lot of hurdles, for which the community would not be
>> able to offer much help. So...
>>
>> I have installed Ubuntu on a PC ( in a dual boot configuration with
>> Win7 ) <-- this is its own drama LOL
>>
>> I tried to follow the "Installing GNU Radio step(s) outlined on
>> https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23
>> using the script via
>> wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
>> ./build-gnuradio && ./build-gnuradio
>>
>>
>>
> It's worth noting that you're looking at an old version of that page. In
> the current version the #1 suggested way to install GNU Radio is through
> your distribution's package manager. sudo apt-get install gnuradio will get
> you running in a few minutes.
>
> ___
> Discuss-gnuradio mailing 
> listDiscuss-gnuradio@gnu.orghttps://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-21 Thread James Humphries
Hi Mike,

Did you update your package manager? Usually helps when I get errors.

sudo apt-get update && sudo apt-get upgrade

Also, make sure build-essential is installed (Do this after update and
upgrade).

sudo apt-get install build-essential

-Trip

On Mon, Sep 21, 2015 at 11:13 PM, Mike Gilmer  wrote:

> All,
> I recently asked the list some questions about getting GNU Radio up
> and running on a Windows machine (using cygwin). It became obvious
> there would be a lot of hurdles, for which the community would not be
> able to offer much help. So...
>
> I have installed Ubuntu on a PC ( in a dual boot configuration with
> Win7 ) <-- this is its own drama LOL
>
> I tried to follow the "Installing GNU Radio step(s) outlined on
> https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23
> using the script via
> wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
> ./build-gnuradio && ./build-gnuradio
>
> and I get a bunch of errors :
> Checking for package libfontconfig1-dev
> Failed to find package 'libfontconfig1-dev' in known package repositories
> SOME THINGS MAY NOT BUILD AS A RESULT
> Checking for package libxrender-dev
> Failed to find package 'libxrender-dev' in known package repositories
> SOME THINGS MAY NOT BUILD AS A RESULT However, the descruiption
>
> etc..
>
> It appears that a major step is missing or broken.  Can someone help me on
> this?
>
> Thanks!
>
> Mike
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-21 Thread Marcus D. Leech

On 09/21/2015 11:13 PM, Mike Gilmer wrote:

All,
I recently asked the list some questions about getting GNU Radio up
and running on a Windows machine (using cygwin). It became obvious
there would be a lot of hurdles, for which the community would not be
able to offer much help. So...

I have installed Ubuntu on a PC ( in a dual boot configuration with
Win7 ) <-- this is its own drama LOL

I tried to follow the "Installing GNU Radio step(s) outlined on
https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23
using the script via
wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
./build-gnuradio && ./build-gnuradio

and I get a bunch of errors :
Checking for package libfontconfig1-dev
Failed to find package 'libfontconfig1-dev' in known package repositories
SOME THINGS MAY NOT BUILD AS A RESULT
Checking for package libxrender-dev
Failed to find package 'libxrender-dev' in known package repositories
SOME THINGS MAY NOT BUILD AS A RESULT However, the descruiption

etc..

It appears that a major step is missing or broken.  Can someone help me on this?

Thanks!

Mike

What version of Ubuntu?  A normal configuration?   Does it have internet 
access while it's doing this?





___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-21 Thread Mike Gilmer
I'm running 14.04 and yes I have Internet access (that was part of the
aforementioned "drama")

I ran the update/upgrade and reran the script and now things are "different"

This seems like it may take a while. I'll report back when it's done.

Hmm.. so far one error - it couldn't find libzmq1-dev; I don't know
what that'll mean

Thanks!

Mike



On Mon, Sep 21, 2015 at 11:27 PM, James Humphries
 wrote:
> Hi Mike,
>
> Did you update your package manager? Usually helps when I get errors.
>
> sudo apt-get update && sudo apt-get upgrade
>
> Also, make sure build-essential is installed (Do this after update and
> upgrade).
>
> sudo apt-get install build-essential
>
> -Trip
>
> On Mon, Sep 21, 2015 at 11:13 PM, Mike Gilmer  wrote:
>>
>> All,
>> I recently asked the list some questions about getting GNU Radio up
>> and running on a Windows machine (using cygwin). It became obvious
>> there would be a lot of hurdles, for which the community would not be
>> able to offer much help. So...
>>
>> I have installed Ubuntu on a PC ( in a dual boot configuration with
>> Win7 ) <-- this is its own drama LOL
>>
>> I tried to follow the "Installing GNU Radio step(s) outlined on
>> https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR/23
>> using the script via
>> wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
>> ./build-gnuradio && ./build-gnuradio
>>
>> and I get a bunch of errors :
>> Checking for package libfontconfig1-dev
>> Failed to find package 'libfontconfig1-dev' in known package repositories
>> SOME THINGS MAY NOT BUILD AS A RESULT
>> Checking for package libxrender-dev
>> Failed to find package 'libxrender-dev' in known package repositories
>> SOME THINGS MAY NOT BUILD AS A RESULT However, the descruiption
>>
>> etc..
>>
>> It appears that a major step is missing or broken.  Can someone help me on
>> this?
>>
>> Thanks!
>>
>> Mike
>>
>> ___
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio