It seems opensuse runs an old rev of gsl. Here are the relevant file names and revs:
gsl 1.16-74 gsl-devel 2.3-9.1 libgsl19 2.3-9.1 libgslblas0 2.3-9.1 python-pygsl 0.9.5-2.30 python-pygsl-devel 0.9.5-2.30 Using the science repo, I can upgrade gsl to rev 2.3. Yast will have to deinstall a number of programs such as krita and more significant, inkscape. I can build what breaks from source if the rev of gsl is the problem. On Sun, 21 May 2017 18:08:36 -0700 li...@lazygranch.com wrote: > > "Latest commit 0e32fca 4 days ago." That comes right off of github. > https://github.com/gnuradio/gnuradio > > When I'm on that machine, I will research what I have for the gnu > scientific library. I have it, but don't know if it is up to date. > > > Original Message > From: Cinaed Simson > Sent: Sunday, May 21, 2017 5:52 PM > To: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] Building gnuradio master fails > > On 05/21/2017 01:27 AM, li...@lazygranch.com wrote: > > FWIW, I just compiled 0e32fca on opensuse. It builds just fine, but > > I'm failing all the polar tests. Yeah I have scipy installed. I'll > > start a new thread on that when I've totally given up debugging. But > > the code on that rev is buildable on my PC. > > I have no idea what 0e32fca is - looks like an arbitrary hex tag - but > if the tests in gr-fec are failing it's most likely because > development version of gsl wasn't installed - or it's the wrong > version. > > Can you simply install gsl and be on your merry way? Unlikely. > > -- Cinaed > > > > > > > > On Sun, 21 May 2017 08:13:28 +0200 > > "Ralph A. Schmid, dk5ras" <ra...@schmid.xxx> wrote: > > > >> This is also my experience, I made exactly this, deleting the build > >> dir, make a new one, fresh cmake, and so on. > >> > >> Ralph. > >> > >> > >>> -----Original Message----- > >>> From: li...@lazygranch.com [mailto:li...@lazygranch.com] > >>> Sent: Saturday, 20 May, 2017 20:50 > >>> To: Ralph A. Schmid, dk5ras; 'Kostis Triantafyllakis'; > >>> discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Building > >>> gnuradio master fails > >>> > >>> Be that as it may, I have noticed that the first "cmake../", that > >>> is a fresh directory, produces different output than a "make > >>> clean" followed by "cmake ../". I've made it a point to do a > >>> "rm -r build". > >>> > >>> By output, I means whatever is written to standard output. I don't > >>> know if a fresh directly effects the actual build or not. > >>> > >>> Original Message > >>> From: Ralph A. Schmid, dk5ras > >>> Sent: Saturday, May 20, 2017 11:32 AM > >>> To: 'Kostis Triantafyllakis'; discuss-gnuradio@gnu.org > >>> Subject: Re: [Discuss-gnuradio] Building gnuradio master fails > >>> > >>> Hi, > >>> > >>> Forgot to mention that of course I already did so - with no > >>> success... > >>> > >>> Ralph. > >>> > >>>> -----Original Message----- > >>>> From: Kostis Triantafyllakis [mailto:ctri...@csd.uoc.gr] > >>>> Sent: Saturday, 20 May, 2017 18:19 > >>>> To: Ralph A. Schmid, dk5ras; discuss-gnuradio@gnu.org > >>>> Subject: Re: [Discuss-gnuradio] Building gnuradio master fails > >>>> > >>>> Hello, > >>>> > >>>> Cleaning (or even deleting the whole build directory) before > >>>> rebuilding, had helped me in similar cases. > >>>> Maybe you could give it a try > >>>> > >>>> Best, > >>>> Kostis > >>>> > >>>> > >>>> On 05/20/2017 06:58 PM, Ralph A. Schmid, dk5ras wrote: > >>>>> Hi, > >>>>> > >>>>> on a Kubuntu 16.04 system building gnuradio from source fails. > >>>>> Branch is master, downloaded right now. > >>>>> > >>>>> UHD is also the latest version from right now. > >>>>> > >>>>> Any ideas what it could be? Here the output: > >>>>> > >>>>> > >>>>> [ 99%] Built target _trellis_swig1 > >>>>> [ 99%] Building CXX object > >>>>> gr-uhd/swig/CMakeFiles/_uhd_swig.dir/uhd_swigPYTHON_wrap.cxx.o > >>>>> > >>>>> [ 99%] Built target _trellis_swig0 > >>>>> [ 99%] Built target pygen_gr_uhd_swig_08777 > >>>>> [ 99%] Built target pygen_gr_video_sdl_swig_ce2c9 > >>>>> [ 99%] Built target pygen_gr_vocoder_swig_43253 > >>>>> [ 99%] Built target _video_sdl_swig > >>>>> [ 99%] Built target _vocoder_swig > >>>>> [ 99%] Built target pygen_gr_fcd_swig_c4332 > >>>>> [ 99%] Built target _fcd_swig > >>>>> [ 99%] Built target pygen_gr_wavelet_swig_89b19 > >>>>> [ 99%] Built target _wavelet_swig > >>>>> [ 99%] Built target pygen_gr_wxgui_swig_78659 > >>>>> [100%] Built target _wxgui_swig > >>>>> [100%] Built target pygen_gr_zeromq_swig_4d7be > >>>>> [100%] Built target _zeromq_swig > >>>>> /home/ras/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx: > >>>>> In > >>>> function > >>>>> ‘PyObject* _wrap_dboard_iface_set_gpio_debug(PyObject*, > >>>>> PyObject*, PyObject*)’: > >>>>> /home/ras/gnuradio/build/gr- > >>>> uhd/swig/uhd_swigPYTHON_wrap.cxx:27935:15: > >>>>> error: ‘class uhd::usrp::dboard_iface’ has no member named > >>> ‘set_gpio_debug’ > >>>>> (arg1)->set_gpio_debug(arg2,arg3); > >>>>> ^ > >>>>> /home/ras/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx: > >>>>> In > >>>> function > >>>>> ‘PyObject* _wrap_dboard_iface_sptr_set_gpio_debug(PyObject*, > >>> PyObject*, > >>>>> PyObject*)’: > >>>>> /home/ras/gnuradio/build/gr- > >>>> uhd/swig/uhd_swigPYTHON_wrap.cxx:29301:16: > >>>>> error: ‘class uhd::usrp::dboard_iface’ has no member named > >>> ‘set_gpio_debug’ > >>>>> (*arg1)->set_gpio_debug(arg2,arg3); > >>>>> ^ > >>>>> /home/ras/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx: > >>>>> In > >>>> function > >>>>> ‘void init_uhd_swig()’: > >>>>> /home/ras/gnuradio/build/gr- > >>>> uhd/swig/uhd_swigPYTHON_wrap.cxx:49517:91: > >>>>> error: ‘ATR_REG_IDLE’ is not a member of > >>>>> ‘uhd::usrp::dboard_iface’ ant(d, > >>>>> "dboard_iface_ATR_REG_IDLE",SWIG_From_int(static_cast< int > >>>>>> (uhd::usrp:: > >>>>> ^ > >>>>> /home/ras/gnuradio/build/gr- > >>>> uhd/swig/uhd_swigPYTHON_wrap.cxx:49518:94: > >>>>> error: ‘ATR_REG_TX_ONLY’ is not a member of > >>>>> ‘uhd::usrp::dboard_iface’ (d, > >>>>> "dboard_iface_ATR_REG_TX_ONLY",SWIG_From_int(static_cast< int > >>>>>> (uhd::usrp:: > >>>>> ^ > >>>>> /home/ras/gnuradio/build/gr- > >>>> uhd/swig/uhd_swigPYTHON_wrap.cxx:49519:94: > >>>>> error: ‘ATR_REG_RX_ONLY’ is not a member of > >>>>> ‘uhd::usrp::dboard_iface’ (d, > >>>>> "dboard_iface_ATR_REG_RX_ONLY",SWIG_From_int(static_cast< int > >>>>>> (uhd::usrp:: > >>>>> ^ > >>>>> /home/ras/gnuradio/build/gr- > >>>> uhd/swig/uhd_swigPYTHON_wrap.cxx:49520:98: > >>>>> error: ‘ATR_REG_FULL_DUPLEX’ is not a member of > >>> ‘uhd::usrp::dboard_iface’ > >>>>> "dboard_iface_ATR_REG_FULL_DUPLEX",SWIG_From_int(static_cast< > >>>>> int > >>>>>> (uhd::usrp:: > >>>>> ^ > >>>>> gr-uhd/swig/CMakeFiles/_uhd_swig.dir/build.make:70: recipe for > >>>>> target > >>>>> 'gr-uhd/swig/CMakeFiles/_uhd_swig.dir/uhd_swigPYTHON_wrap.cxx.o' > >>> failed > >>>>> make[2]: *** > >>>>> [gr-uhd/swig/CMakeFiles/_uhd_swig.dir/uhd_swigPYTHON_wrap.cxx.o] > >>> Error > >>>> 1 > >>>>> CMakeFiles/Makefile2:15016: recipe for target > >>>>> 'gr-uhd/swig/CMakeFiles/_uhd_swig.dir/all' failed > >>>>> make[1]: *** [gr-uhd/swig/CMakeFiles/_uhd_swig.dir/all] Error 2 > >>>>> Makefile:160: recipe for target 'all' failed > >>>>> > >>>>> > >>>>> > >>>>> -- > >>>>> > >>>>> Ralph A. Schmid > >>>>> Mondstr. 10 > >>>>> 90762 Fürth > >>>>> +49-171-3631223 > >>>>> ra...@schmid.xxx > >>>>> http://www.bclog.de/ > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> _______________________________________________ > >>>>> 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 > 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