Hi,
building gnuradio HEAD, bbddd082607a8632322d7774ae8ad54e7e84f6de with
script -c ‘export PKG_CONFIG_PATH=/opt/uhd/lib/pkgconfig; cmake
-DCMAKE_INSTALL_PREFIX=/opt/gnuradio … && make -j6 && make install’
/opt/gnuradio/build.log
failed today with
Could not create output directory
/home/lindi/scm/gnuradio/build/gnuradio-core/src/lib/swig/runtime_swig_doc_swig_docs/xml
on an ubuntu lucid system. I’ve attached full build log (gzipped, 15
kB). I’m building against uhd HEAD,
7e296167f384a904e2eb0a17d872ad91d012ca09, in case that matters.
On Mon, Mar 19, 2012 at 12:06 PM, Timo Juhani Lindfors
<[email protected]
wrote:
Could not create output directory
/home/lindi/scm/gnuradio/build/gnuradio-core/src/lib/swig/runtime_swig_doc_swig_docs/xml
on an ubuntu lucid system. I’ve attached full build log (gzipped, 15
kB). I’m building against uhd HEAD,
7e296167f384a904e2eb0a17d872ad91d012ca09, in case that matters.
Have you just tried to go in and compile it by hand?
Do you have any directory permission issues? This can often happen by
building as root, so new files/directories are owned by root.
Tom
Tom R. [email protected] writes:
Have you just tried to go in and compile it by hand?
Yes. This failure seems to still occur sometimes but not very often.
Do you have any directory permission issues? This can often happen by
building as root, so new files/directories are owned by root.
I’m working as non-root. My home directory is on NFS, maybe this
triggers some issue when I build with “make -j6”?
On Tue, Mar 20, 2012 at 1:41 PM, Timo Juhani Lindfors
[email protected]wrote:
That’s possible. It’s been a long time since I’ve done stuff like that
over
NFS, though, so I can’t claim much expertise there. If it only happens
on
occasion, it possible that that’s the problem.
Tom