CMake 3.1.3 in the current BLFS SVN lists libarchive as a recommended package to
install along with CMake. However, lack of this package should result in CMake
resorting to using its supplied libarchive and continuing on, but instead 
results
in this


-- Could NOT find LibArchive (missing:  LibArchive_LIBRARY 
LibArchive_INCLUDE_DIR) 
CMake Error at CMakeLists.txt:327 (message):
  CMAKE_USE_SYSTEM_LIBARCHIVE is ON but LibArchive is not found!
Call Stack (most recent call first):
  CMakeLists.txt:488 (CMAKE_BUILD_UTILITIES)


-- Configuring incomplete, errors occurred!
See also 
"/home/krendoshazin/src/packages/cmake-3.1.3/CMakeFiles/CMakeOutput.log".
See also 
"/home/krendoshazin/src/packages/cmake-3.1.3/CMakeFiles/CMakeError.log".
---------------------------------------------
Error when bootstrapping CMake:
Problem while running initial CMake
--------------------------------------------


A note should be made that not using the recommended libarchive package will 
mean
that the user will have to supply --no-system-libarchive to the bootstrap 
process
in order to get this to work.

Once this is specified then the bootstrap process goes through as normal.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to