discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] 3.7 build failure ICE_ICESTORM-NOTFOUND etc.


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] 3.7 build failure ICE_ICESTORM-NOTFOUND etc.
Date: Thu, 18 Jul 2013 10:19:59 -0400

On Wed, Jul 17, 2013 at 12:49 PM, Barry Jackson <address@hidden> wrote:
> Anyone know how to resolve this build failure in Mageia ?
> With no ice packages installed the build completes but without gr-ctrlport
> enabled. With ice and ice-devel installed the output is as below.
> Our ice binaries install to /usr/bin and includes are in /usr/include/Ice,
> usr/include/IceStorm etc.
>
> ----------------snip-----------------
> -- Configuring gnuradio-runtime support...
> --   Dependency Boost_FOUND = 1
> --   Dependency ENABLE_VOLK = ON
> --   Dependency PYTHONINTERP_FOUND = TRUE
> --   Enabling gnuradio-runtime support.
> --   Override with -DENABLE_GNURADIO_RUNTIME=ON/OFF
> -- checking for module 'Ice-3.4'
> --   package 'Ice-3.4' not found
> -- Found ICE:
> ICE_ICESTORM-NOTFOUND;ICE_ICE-NOTFOUND;ICE_ICEGRID-NOTFOUND;ICE_ICEUTIL-NOTFOUND;ICE_GLACIER2-NOTFOUND;/usr/lib64/libpthread.so
> -----------------snip-------------------
> -- ######################################################
> -- # Gnuradio enabled components
> -- ######################################################
> --   * python-support
> --   * testing-support
> --   * volk
> --   * doxygen
> --   * sphinx
> --   * gnuradio-runtime
> --   * gr-ctrlport
> --   * gr-blocks
> --   * gnuradio-companion
> --   * gr-fec
> --   * gr-fft
> --   * gr-filter
> --   * gr-analog
> --   * gr-digital
> --   * gr-atsc
> --   * gr-audio
> --   * gr-channels
> --   * gr-noaa
> --   * gr-pager
> --   * gr-qtgui
> --   * gr-trellis
> --   * gr-uhd
> --   * gr-utils
> --   * gr-video-sdl
> --   * gr-vocoder
> --   * gr-fcd
> --   * gr-wavelet
> --   * gr-wxgui
> --
> -- ######################################################
> -- # Gnuradio disabled components
> -- ######################################################
> --   * gr-comedi
> --
> -- Using install prefix: /usr
> -- Building for version: v3.7.x-xxx-xunknown / 3.7.1git
> CMake Error: The following variables are used in this project, but they are
> set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the CMake
> files:
> ICE_GLACIER2
>     linked by target "gnuradio-runtime" in directory
> /home/baz/BLD_Mga4/gnuradio-3.7.0/BUILD/gnuradio-3.7.0head/gnuradio-runtime/lib
>     linked by target "_runtime_swig" in directory
> /home/baz/BLD_Mga4/gnuradio-3.7.0/BUILD/gnuradio-3.7.0head/gnuradio-runtime/swig
> ICE_ICE
>     linked by target "gnuradio-runtime" in directory
> /home/baz/BLD_Mga4/gnuradio-3.7.0/BUILD/gnuradio-3.7.0head/gnuradio-runtime/lib
>     linked by target "_runtime_swig" in directory
> /home/baz/BLD_Mga4/gnuradio-3.7.0/BUILD/gnuradio-3.7.0head/gnuradio-runtime/swig
> ICE_ICEGRID
>     linked by target "gnuradio-runtime" in directory
> /home/baz/BLD_Mga4/gnuradio-3.7.0/BUILD/gnuradio-3.7.0head/gnuradio-runtime/lib
>     linked by target "_runtime_swig" in directory
> /home/baz/BLD_Mga4/gnuradio-3.7.0/BUILD/gnuradio-3.7.0head/gnuradio-runtime/swig
> ICE_ICESTORM
>     linked by target "gnuradio-runtime" in directory
> /home/baz/BLD_Mga4/gnuradio-3.7.0/BUILD/gnuradio-3.7.0head/gnuradio-runtime/lib
>     linked by target "_runtime_swig" in directory
> /home/baz/BLD_Mga4/gnuradio-3.7.0/BUILD/gnuradio-3.7.0head/gnuradio-runtime/swig
> ICE_ICEUTIL
>     linked by target "gnuradio-runtime" in directory
> /home/baz/BLD_Mga4/gnuradio-3.7.0/BUILD/gnuradio-3.7.0head/gnuradio-runtime/lib
>     linked by target "_runtime_swig" in directory
> /home/baz/BLD_Mga4/gnuradio-3.7.0/BUILD/gnuradio-3.7.0head/gnuradio-runtime/swig
>
> -- Configuring incomplete, errors occurred!
> error: Bad exit status from
> /home/baz/BLD_Mga4/gnuradio-3.7.0/BUILDROOT/rpm-tmp.1ZNliO (%build)


Do you know what version of ICE is installed on your system? GNU Radio
explicitly looks for version 3.4, so if you're using 3.5 it won't work
by default. I've tested and compiled against 3.5, though, so it's only
the cmake FindICE script that's the problem.

Also, ticket #564 is about faulty ICE detection, so this could also be
a problem with your system. I hope to work on this soon to resolve
that issue and make it easier to use either 3.4 or 3.5.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]