Gr-pager build issue

Hey all -

When building the most recent pull of the GNURadio tree on Ubuntu,
gr-pager fails to build with the following error:

make[5]: *** No rule to make target /../lib/libgnuradio-pager.la', needed by_pager_swig.la’. Stop.
make[5]: Leaving directory
/users/bhilburn/code/gnuradio.git/gnuradio-3.3git-575-g75429993/_build/gr-pager/swig' make[4]: *** [all] Error 2 make[4]: Leaving directory/users/bhilburn/code/gnuradio.git/gnuradio-3.3git-575-g75429993/_build/gr-pager/swig’
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/users/bhilburn/code/gnuradio.git/gnuradio-3.3git-575-g75429993/_build/gr-pager’
make[2]: *** [all-recursive] Error 1

The Ubuntu system has swig 1.3 installed, and I get the same results
when using ‘make distcheck’. However, I tested the build on another
machine running Archlinux, and could not reproduce the problem.

I’m not sure if it is a system configuration issue or a compatibility
issue, but I wanted to give the list a heads-up in case it pops up
again later. I don’t have time now, but I’ll dig through it and
locate the problem when I find some free time.

Cheers,
Ben

Ben H. wrote:

make[4]: Leaving directory

I’m not sure if it is a system configuration issue or a compatibility
issue, but I wanted to give the list a heads-up in case it pops up
again later. I don’t have time now, but I’ll dig through it and
locate the problem when I find some free time.

Cheers,
Ben

This seems like a configure-time error. Did you try a make distclean
then a bootstrap && configure to rebuild all of the Makefiles?

Tom

Yup - I tried all of the ‘dumb mistake’ things I could think of. Like
I said, I couldn’t reproduce the error on another system. I’ll dig
through things once I find time and see if I can’t get to the source
of the issue.

I just wanted to mention it in case it comes up again in the near
future from another user.

Cheers,
Ben

On Fri, Jan 15, 2010 at 17:44, Veljko P. [email protected]
wrote:

I got the same error:

make[4]: *** No rule to make target /../lib/libgnuradio-pager.la', needed by _pager_swig.la’. Stop.

Did anyone find out what is the source of this error is?

I just did a from-scratch rebuild of the current git revision on
Ubuntu 9.10, no issues. I suspect this may have to do with a build
tree left over from a prior compile. Did you just upgrade from 9.04
to 9.10 perhaps? In any case, the complete
nuke-it-all-to-pristine-state command in git is:

$ git clean -d -x -f

Then you can bootstrap, configure, make, etc.

Johnathan

Hi,

I got the same error:

make[4]: *** No rule to make target /../lib/libgnuradio-pager.la', needed by _pager_swig.la’. Stop.
make[4]: Leaving directory
/home/moment/Documents/gnuradio-veljkop/trunk/gnuradio/gr-pager/swig' make[3]: *** [all] Error 2 make[3]: Leaving directory /home/moment/Documents/gnuradio-veljkop/trunk/gnuradio/gr-pager/swig’
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
/home/moment/Documents/gnuradio-veljkop/trunk/gnuradio/gr-pager' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory /home/moment/Documents/gnuradio-veljkop/trunk/gnuradio’
make: *** [all] Error 2

on Ubuntu 9.10 when trying to build the most recent gnuradio source
code. The latest release (3.2.2) builds fine.

Did anyone find out what is the source of this error is?

Cheers,

Veljko

2009/12/21 Ben H. [email protected]:

Unfortunately, I never got around to tracking down the problem - I
just disabled the build.

Sorry I have nothing helpful to add =(

Cheers,
Ben

On Sat, Jan 16, 2010 at 1:54 AM, Johnathan C.

Whenever this comes up, I need to do

sudo make uninstall

for whatever reason. Something that is in /usr/local/lib/gnuradio …
etc. gets in the way of the build. It is just too easy to do the
uninstall for me to take time to figure it out.

Bob

On 1/15/2010 8:54 PM, Johnathan C. wrote:

Ubuntu 9.10, no issues. I suspect this may have to do with a build


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


(Co)Author: DttSP, Quiktrak, PowerSDR, GnuRadio
Member: ARRL, AMSAT, AMSAT-DL, TAPR, Packrats,
NJQRP, QRP ARCI, QCWA, FRC.
“the only people for me are the mad ones,
the ones who are mad to live, mad to talk,
mad to be saved, desirous of everything at
the same time, the ones who never yawn or
say a commonplace thing, but burn, burn, burn
like fabulous yellow roman candles” Kerouac
Twitter:rwmcgwier
Active: Facebook,Myspace,LinkedIn

Hi,
I have installed GNU radio in ubantu9.1 (karmic), but while i am running
any
python program i use to get error “import error no gnuradio module” i
searched over internet but there is no fruitful result, I performed
every
step as per mentioned over website on gnuradio ubantu installation,
while
when I checked my computer I found that python2.6/ site-packages is not
having gnuradio module but when i typed python on command line it is
showing
that python and its property. I am unable to configure or give address
to
python of gnuradio module, every installation is in default manner.
Kindly
help me to get out of this problem.

Im not sure what this has to do with gr pager…

Did you follow the build guide? Your PYTHONPATH is probably not set. See
http://gnuradio.org/redmine/wiki/gnuradio/ReportingErrors

-Josh