← Back to team overview

ubuntu-hams-devel team mailing list archive

[Bug 1358173] Re: gnuradio-dev doesn't install liblog4cpp5-dev dependency

 

** Changed in: gnuradio (Ubuntu Trusty)
     Assignee: (unassigned) => FanJun Kong - ( BH1SCW ) (fjkong)

-- 
You received this bug notification because you are a member of Ubuntu
ham developers, which is subscribed to gnuradio in Ubuntu.
https://bugs.launchpad.net/bugs/1358173

Title:
  gnuradio-dev doesn't install liblog4cpp5-dev dependency

Status in gnuradio package in Ubuntu:
  Fix Released
Status in gnuradio source package in Trusty:
  Confirmed
Status in gnuradio package in Debian:
  Fix Released

Bug description:
  Missing  liblog4cpp5-dev package makes compilation of sources
  requiring gnuradio-dev to fail. Example: gr-osmosdr

  luis@ubuntu:~/SDR/gr-iqbal/build$ make
  Scanning dependencies of target gnuradio-iqbalance
  [  7%] Building CXX object lib/CMakeFiles/gnuradio-iqbalance.dir/fix_cc.cc.o
  In file included from /usr/include/gnuradio/block.h:29:0,
                   from /usr/include/gnuradio/sync_block.h:27,
                   from /home/luis/SDR/gr-iqbal/include/gnuradio/iqbalance/fix_cc.h:26,
                   from /home/luis/SDR/gr-iqbal/lib/fix_cc.cc:26:
  /usr/include/gnuradio/logger.h:116:31: fatal error: log4cpp/Category.hh: No such file or directory
   #include <log4cpp/Category.hh>
                                 ^
  compilation terminated.
  make[2]: *** [lib/CMakeFiles/gnuradio-iqbalance.dir/fix_cc.cc.o] Error 1
  make[1]: *** [lib/CMakeFiles/gnuradio-iqbalance.dir/all] Error 2
  make: *** [all] Error 2

  Doing sudo apt-get install liblog4cpp5-dev  fixes the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnuradio/+bug/1358173/+subscriptions


References