Opened 5 years ago

Closed 3 years ago

#58517 closed defect (fixed)

gnuradio-next @20190520-c7780bb2: Target ... links to target "Volk::volk" but the target was not found

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: gnuradio-next

Description

Build fails:

CMake Error at cmake/Modules/GrTest.cmake:153 (add_executable):
  Target "pmt_unv" links to target "Volk::volk" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?
Call Stack (most recent call first):
  gnuradio-runtime/lib/CMakeLists.txt:335 (gr_add_cpp_test)


CMake Error at cmake/Modules/GrTest.cmake:153 (add_executable):
  Target "math_qa_fast_atan2f.cc" links to target "Volk::volk" but the target
  was not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
Call Stack (most recent call first):
  gnuradio-runtime/lib/CMakeLists.txt:325 (gr_add_cpp_test)


CMake Error at cmake/Modules/GrTest.cmake:153 (add_executable):
  Target "pmt_prims" links to target "Volk::volk" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  gnuradio-runtime/lib/CMakeLists.txt:334 (gr_add_cpp_test)

[snip]

Change History (4)

comment:1 Changed 5 years ago by michaelld (Michael Dickens)

Awwwww ... crap. Let me look through the logfile, but I bet it's using "port:volk", not "port:volk-devel" ... hmmm ... I thought I needed to fixup various GR anyway by backporting recent changes ... now it's official!

comment:2 Changed 5 years ago by michaelld (Michael Dickens)

Yup that's what it is ... and ... it's fixin' time!

comment:3 Changed 3 years ago by michaelld (Michael Dickens)

Is this ticket still an issue for folks?

comment:4 Changed 3 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: assignedclosed

With gnuradio-next at 20200419-03d92ac1_6 I'm guessing this is no longer an issue, so I'm closing this as fixed. If this is still an issue please reopen and post relevant info.

Note: See TracTickets for help on using tickets.