Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672966 - net-wireless/gnuradio-9999 should depend on dev-libs/log4cpp - CMake Error at cmake/Modules/GrComponent.cmake:75 (message): user force-enabled gnuradio-runtime but configuration checked failed
Summary: net-wireless/gnuradio-9999 should depend on dev-libs/log4cpp - CMake Error at...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Radio project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-12 05:29 UTC by thephantom1492
Modified: 2020-09-21 19:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description thephantom1492 2018-12-12 05:29:42 UTC
Fail to compile with this error message:
(partial paste)
-- Configuring gnuradio-runtime support...
--   Dependency Boost_FOUND = 1
--   Dependency ENABLE_VOLK = ON
--   Dependency PYTHONINTERP_FOUND = TRUE
--   Dependency MPLIB_FOUND = TRUE
--   Dependency LOG4CPP_FOUND = FALSE
CMake Error at cmake/Modules/GrComponent.cmake:75 (message):
  user force-enabled gnuradio-runtime but configuration checked failed
Call Stack (most recent call first):
  gnuradio-runtime/CMakeLists.txt:38 (GR_REGISTER_COMPONENT)


Reproducible: Always

Steps to Reproduce:
1. emerge =net-wireless/gnuradio-9999
2. notice that it fail

Actual Results:  
compilation fail due to a missing dependency

Expected Results:  
pull the proper dependency and compile proprelly

emerge dev-libs/log4cpp
emerge =net-wireless/gnuradio-9999

and it proprelly compile
Comment 1 Rick Farina (Zero_Chaos) gentoo-dev 2020-09-21 19:21:11 UTC
Sorry, didn't catch this when it was opened but it was fixed along with the rest of the gnuradio 3.8 migration.