Re: [Discuss-gnuradio] gnuradio-companion-3.7.7.1 debian package

2015-06-22 Thread Murray Thomson
Hi Marcus, I used a new installation of 12.04. I got the sources for 3.7.7.1 instead of 3.7.7 this time. The generated debian package works fine. My previous environment could have been wrong or maybe it was something in 3.7.7. In any case, thanks a lot for your help. Cheers, Murray 2015-06-19 1

Re: [Discuss-gnuradio] gnuradio-companion-3.7.7.1 debian package

2015-06-19 Thread Marcus Müller
Hi Murray, that's strange: > ImportError: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory contradicts > libboost_system.so.1.48.0 => /usr/lib/libboost_system.so.1.48.0 > (0xb71d8000) There's something seriously wrong about this situation. If not gnuradio-con

Re: [Discuss-gnuradio] gnuradio-companion-3.7.7.1 debian package

2015-06-19 Thread Murray Thomson
Hello again 2015-06-19 14:35 GMT+01:00 Marcus Müller : > Hi! > > user@pc:~$ gnuradio-config-info > ImportError: libboost_system.so.1.58.0: cannot open shared object file: > No such file or directory > > > This means that the gnuradio-config-info was definitely built with another > version of bo

Re: [Discuss-gnuradio] gnuradio-companion-3.7.7.1 debian package

2015-06-19 Thread Marcus Müller
Hi! > user@pc:~$ gnuradio-config-info > ImportError: libboost_system.so.1.58.0: cannot open shared object > file: No such file or directory This means that the gnuradio-config-info was definitely built with another version of boost (1.58) than what is found at the moment you start it. The point ab

Re: [Discuss-gnuradio] gnuradio-companion-3.7.7.1 debian package

2015-06-19 Thread Murray Thomson
Thanks for that Marcus, I got around that first step. My computer runs Ubuntu 12.04 with libboost 1.48 and it has a working gnuradio installation v3.7.7.1-120-g67463e74 from the script in the web. I used that computer to create the debian package based on https://github.com/gnuradio/gnuradio.git t

Re: [Discuss-gnuradio] gnuradio-companion-3.7.7.1 debian package

2015-06-19 Thread Marcus Müller
Hi Murray, you'd typically do something like: cmake -DCMAKE_INSTALL_PREFIX=/usr .. to match what debian expects. Then, instead of simply installing stuff there, you install into your fake root directory using make make install DESTDIR=/home/murray/fake_root/whatever That will only bend around t

[Discuss-gnuradio] gnuradio-companion-3.7.7.1 debian package

2015-06-19 Thread Murray Thomson
Hi, I need a GnuRadio debian package for version 3.7.7.1 to be installed in many different computers. I've tried creating it myself but I run into many difficulties. For example the command gnuradio-config-info --prefix --prefsdir --sysconfdir was pointing to the folder where I created the debian.