Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 578006 - net-wireless/gnuradio-3.7.9 fails in src_configure: an't open file '/var/tmp/portage/net-wireless/gnuradio-3.7. 9/work/gnuradio-3.7.9/gen/volk_compile_utils.py': No such file or dire ctory
Summary: net-wireless/gnuradio-3.7.9 fails in src_configure: an't open file '/var/tmp/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Radio project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-22 17:30 UTC by William Tan
Modified: 2016-10-07 20:54 UTC (History)
2 users (show)

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


Attachments
build and emerge logs (logs.zip,18.97 KB, application/zip)
2016-03-22 17:30 UTC, William Tan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description William Tan 2016-03-22 17:30:18 UTC
Created attachment 428776 [details]
build and emerge logs

Hi,

I'm having trouble compiling gnuradio-3.7.9. I have attached the build logs to the bug report. If you need anything else, please let me know.

Thanks
Comment 1 Rafał Mużyło 2016-03-25 15:54:34 UTC
First of all: my personal pet peeve - don't use zip: that format sucks.

Now, the log is a bit confusing, but the relevant part seems to be:

CMake Error at volk/lib/CMakeLists.txt:129 (list):
  list sub-command REMOVE_ITEM requires list to be present.
Call Stack (most recent call first):
  volk/lib/CMakeLists.txt:253 (OVERRULE_ARCH)

A bit earlier there's:
/usr/bin/python2.7: can't open file '/var/tmp/portage/net-wireless/gnuradio-3.7.
9/work/gnuradio-3.7.9/gen/volk_compile_utils.py': [Errno 2] No such file or dire
ctory

So it seems to be an ebuild bug.
Comment 2 William Tan 2016-03-31 15:08:37 UTC
Seems to be a problem with cmake 3.5.0+. The bug is fixed upstream in volk (https://github.com/gnuradio/volk/commit/9aa0f07693053d44aaaad8e54dd5250909705c02) and the submodule in gnuradio has been updated in the main repository. Building gnuradio-9999 works fine now.
Comment 3 Rick Farina (Zero_Chaos) gentoo-dev 2016-04-18 15:37:34 UTC
hopefully 3.7.9.2 works properly, please reopen if this is still an issue.