On Wed, May 29, 2013 at 06:02:54AM -0700, Johnathan Corgan wrote: > Ok, somehow the CMake configuration is messing up the calculation of > sysconfdir. The line at: > > http://gnuradio.org/cgit/gnuradio.git/tree/CMakeLists.txt#n128 > > ...should be appending 'etc' to the install prefix, which as shown above is > correct. But instead it is getting appended to '/usr/local', which is the > default value if you don't specify a custom one when running cmake. I'm not > sure what to make of this yet, but it is definitely a bug.
I'm pretty sure this doesn't happen if you start with a clean build dir. If you run cmake with -DCMAKE_INSTALL_PREFIX, all paths will be correct. Only if you re-run cmake with a new -DCMAKE_INSTALL_PREFIX, it will only update the install path, not the config path. If you're doing that, you must explicitly set SYSCONFDIR as well. MB -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Dipl.-Ing. Martin Braun Research Associate Kaiserstraße 12 Building 05.01 76131 Karlsruhe Phone: +49 721 608-43790 Fax: +49 721 608-46071 www.cel.kit.edu KIT -- University of the State of Baden-Württemberg and National Laboratory of the Helmholtz Association
pgpz2Eqq3dWJI.pgp
Description: PGP signature
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
