Discussion:
[blfs-support] Error during the configuration of breeze-5.13.4 "Package type "Plasma/LookAndFeel" "
Oleh Malyi via blfs-support
2018-10-01 20:48:20 UTC
Permalink
Hello,
who can help me with configuration of breeze-5.13.4?

(lfs chroot) root:/sources/breeze-5.13.4/build# cmake
-DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-Wno-dev ..
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_DATE_TIME
-- Performing Test HAVE_DATE_TIME - Success
-- Found KF5CoreAddons:
/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version
"5.49.0")
-- Found KF5GuiAddons: /usr/lib/cmake/KF5GuiAddons/KF5GuiAddonsConfig.cmake
(found version "5.49.0")
-- Found KF5ConfigWidgets:
/usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake (found version
"5.49.0")
-- Found KF5WindowSystem:
/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake (found version
"5.49.0")
-- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1")
-- Found KF5I18n: /usr/lib/cmake/KF5I18n/KF5I18nConfig.cmake (found version
"5.49.0")
-- Found KF5: success (found version "5.49.0") found components:
CoreAddons GuiAddons ConfigWidgets WindowSystem I18n
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
-- Found XCB_XCB: /usr/lib/libxcb.so (found version "1.13")
-- Found XCB: /usr/lib/libxcb.so (found version "1.13") found components:
XCB
-- Found KF5Config: /usr/lib/cmake/KF5Config/KF5ConfigConfig.cmake (found
version "5.49.0")
-- Found KF5: success (found version "5.49.0") found components: I18n
Config GuiAddons ConfigWidgets WindowSystem
-- Found KF5: success (found version "5.49.0") found components:
CoreAddons Config
CMake Warning at /usr/lib/cmake/KF5Package/KF5PackageMacros.cmake:71
(message):
warnings during generation of metainfo for org.kde.breezedark.desktop:
Package type "Plasma/LookAndFeel" not found

Call Stack (most recent call first):
CMakeLists.txt:39 (kpackage_install_package)


CMake Error at /usr/share/ECM/modules/ECMPackageConfigHelpers.cmake:108
(file):
file RELATIVE_PATH must be passed a full path to the file:
Call Stack (most recent call first):
CMakeLists.txt:53 (ecm_configure_package_config_file)


-- The following OPTIONAL packages have been found:

* KF5Auth (required version >= 5.49.0)
* KF5FrameworkIntegration, KF5 Framework Integration, <
https://projects.kde.org/projects/frameworks/frameworkintegration>
Required to use KStyle convenience functionalities in style
* PkgConfig
* XCB, X protocol C-language Binding, <http://xcb.freedesktop.org>
Required to pass style properties to native Windows on X11 Platform
Required to pass style properties to native Windows on X11 Platform
* KF5Wayland
* KF5KCMUtils, KF5 KCM utils Framework, <
https://projects.kde.org/projects/frameworks/kcmutils>
Required for breeze-settings5 application to build
* Qt5Core

-- The following REQUIRED packages have been found:

* KDecoration2
* Qt5DBus
* Qt5Network (required version >= 5.11.2)
* Qt5Qml (required version >= 5.11.2)
* Qt5Quick
* KF5GuiAddons
* KF5ConfigWidgets
* KF5WindowSystem
* Qt5X11Extras
* Qt5Widgets
* Qt5
* KF5Config
* KF5
* KF5CoreAddons (required version >= 5.49.0)
* ECM (required version >= 1.6.0)
* KF5Package
* Gettext
* KF5I18n

-- Configuring incomplete, errors occurred!
See also "/sources/breeze-5.13.4/build/CMakeFiles/CMakeOutput.log".
(lfs chroot) root:/sources/breeze-5.13.4/build#
--
With best regards,
Oleh Malyi
Albufeira
PORTUGAL
Ken Moffat via blfs-support
2018-10-01 22:59:37 UTC
Permalink
Post by Oleh Malyi via blfs-support
Hello,
who can help me with configuration of breeze-5.13.4?
Not me, I rarely build kde. But I can offer a comment on this.
Post by Oleh Malyi via blfs-support
(lfs chroot) root:/sources/breeze-5.13.4/build# cmake
-DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-Wno-dev ..
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
[...]
Post by Oleh Malyi via blfs-support
CMake Warning at /usr/lib/cmake/KF5Package/KF5PackageMacros.cmake:71
Package type "Plasma/LookAndFeel" not found
CMakeLists.txt:39 (kpackage_install_package)
That part is normal (I had it in 5.12).
Post by Oleh Malyi via blfs-support
CMake Error at /usr/share/ECM/modules/ECMPackageConfigHelpers.cmake:108
CMakeLists.txt:53 (ecm_configure_package_config_file)
This looks like a problem with your install of extra-cmake-modules.

In BLFS they are installed in /usr, but kde is typically built in
/opt.

The page before KF5 (Pre-Installation Configuration) includes
/etc/profile.d/kf5.sh for installing in /opt.

I will make a guess that your PKG_CONFIG_PATH is not right. But you
will need to look at that cmake file, and any detailed output which
cmake has produced, to see what exactly it is looking for and what
it (maybe) tells you was passed to it.
Post by Oleh Malyi via blfs-support
-- Configuring incomplete, errors occurred!
See also "/sources/breeze-5.13.4/build/CMakeFiles/CMakeOutput.log".
(lfs chroot) root:/sources/breeze-5.13.4/build#
That looks like the file to look at to see what was passed to cmake.

But I have to say that I hope you have booted the new system (to
test it works) before getting this far into BLFS in chroot.

ĸen
--
Well grubbed , old mole!
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs
Oleh Malyi via blfs-support
2018-10-02 00:13:31 UTC
Permalink
Hello Ken,

this is CMakeOutput.log :

The system is: Linux - 4.15.0-34-generic - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c"
succeeded.
Compiler: /usr/bin/cc
Build flags:
Id flags:

The output was:
0


Compilation of the C compiler identification source "CMakeCCompilerId.c"
produced "a.out"

The C compiler identification is GNU, found in
"/sources/breeze-5.13.4/build/CMakeFiles/3.12.2/CompilerIdC/a.out"

Compiling the CXX compiler identification source file
"CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++
Build flags:
Id flags:

The output was:
0


Compilation of the CXX compiler identification source
"CMakeCXXCompilerId.cpp" produced "a.out"

The CXX compiler identification is GNU, found in
"/sources/breeze-5.13.4/build/CMakeFiles/3.12.2/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a5bb7/fast"
/usr/bin/make -f CMakeFiles/cmTC_a5bb7.dir/build.make
CMakeFiles/cmTC_a5bb7.dir/build
make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a5bb7.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTC_a5bb7.dir/testCCompiler.c.o -c
/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_a5bb7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5bb7.dir/link.txt
--verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_a5bb7.dir/testCCompiler.c.o -o
cmTC_a5bb7
make[1]: Leaving directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'


Detecting C compiler ABI info compiled with the following output:
Change Dir: /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_cb334/fast"
/usr/bin/make -f CMakeFiles/cmTC_cb334.dir/build.make
CMakeFiles/cmTC_cb334.dir/build
make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_cb334.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -o CMakeFiles/cmTC_cb334.dir/CMakeCCompilerABI.c.o -c
/usr/share/cmake-3.12/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_cb334
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cb334.dir/link.txt
--verbose=1
/usr/bin/cc -v -rdynamic
CMakeFiles/cmTC_cb334.dir/CMakeCCompilerABI.c.o -o cmTC_cb334
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure --prefix=/usr
--enable-languages=c,c++,fortran,go,objc,obj-c++ --disable-multilib
--disable-bootstrap --disable-libmpx --with-system-zlib
Thread model: posix
gcc version 8.2.0 (GCC)
COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_cb334' '-mtune=generic'
'-march=x86-64'
/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/collect2 -plugin
/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/liblto_plugin.so
-plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper
-plugin-opt=-fresolution=/tmp/ccR9BI0k.res -plugin-opt=-pass-through=-lgcc
-plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc
-plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s
--eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker
/lib64/ld-linux-x86-64.so.2 -o cmTC_cb334
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crt1.o
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crti.o
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/crtbegin.o
-L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0
-L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib -L/lib/../lib
-L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../..
CMakeFiles/cmTC_cb334.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s
--no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/crtend.o
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_cb334' '-mtune=generic'
'-march=x86-64'
make[1]: Leaving directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'


Parsed C implicit link information from above output:
link line regex: [^(
*|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*(
|$)]
ignore line: [Change Dir:
/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_cb334/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_cb334.dir/build.make
CMakeFiles/cmTC_cb334.dir/build]
ignore line: [make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp']
ignore line: [Building C object
CMakeFiles/cmTC_cb334.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -o
CMakeFiles/cmTC_cb334.dir/CMakeCCompilerABI.c.o -c
/usr/share/cmake-3.12/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_cb334]
ignore line: [/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTC_cb334.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -v -rdynamic
CMakeFiles/cmTC_cb334.dir/CMakeCCompilerABI.c.o -o cmTC_cb334 ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line:
[COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper]
ignore line: [Target: x86_64-pc-linux-gnu]
ignore line: [Configured with: ../configure --prefix=/usr
--enable-languages=c,c++,fortran,go,objc,obj-c++ --disable-multilib
--disable-bootstrap --disable-libmpx --with-system-zlib]
ignore line: [Thread model: posix]
ignore line: [gcc version 8.2.0 (GCC) ]
ignore line:
[COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
ignore line:
[LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_cb334'
'-mtune=generic' '-march=x86-64']
link line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/collect2 -plugin
/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/liblto_plugin.so
-plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper
-plugin-opt=-fresolution=/tmp/ccR9BI0k.res -plugin-opt=-pass-through=-lgcc
-plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc
-plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s
--eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker
/lib64/ld-linux-x86-64.so.2 -o cmTC_cb334
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crt1.o
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crti.o
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/crtbegin.o
-L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0
-L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib -L/lib/../lib
-L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../..
CMakeFiles/cmTC_cb334.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s
--no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/crtend.o
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crtn.o]
arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/liblto_plugin.so] ==>
ignore
arg
[-plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper] ==>
ignore
arg [-plugin-opt=-fresolution=/tmp/ccR9BI0k.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-o] ==> ignore
arg [cmTC_cb334] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crt1.o] ==>
ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crti.o] ==>
ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0] ==> dir
[/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib] ==> dir
[/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../..] ==> dir
[/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../..]
arg [CMakeFiles/cmTC_cb334.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [-lc] ==> lib [c]
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/crtend.o] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crtn.o] ==>
ignore
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0] ==>
[/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0]
collapse library dir
[/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../..]
==> [/usr/lib]
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0;/usr/lib;/lib]
implicit fwks: []




Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_1353a/fast"
/usr/bin/make -f CMakeFiles/cmTC_1353a.dir/build.make
CMakeFiles/cmTC_1353a.dir/build
make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1353a.dir/feature_tests.c.o
/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_1353a.dir/feature_tests.c.o -c
/sources/breeze-5.13.4/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_1353a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1353a.dir/link.txt
--verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_1353a.dir/feature_tests.c.o -o
cmTC_1353a
make[1]: Leaving directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'


Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:1c_static_assert
Feature record: C_FEATURE:1c_variadic_macros


Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_dd6c2/fast"
/usr/bin/make -f CMakeFiles/cmTC_dd6c2.dir/build.make
CMakeFiles/cmTC_dd6c2.dir/build
make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_dd6c2.dir/feature_tests.c.o
/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_dd6c2.dir/feature_tests.c.o -c
/sources/breeze-5.13.4/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_dd6c2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dd6c2.dir/link.txt
--verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_dd6c2.dir/feature_tests.c.o -o
cmTC_dd6c2
make[1]: Leaving directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'


Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:1c_variadic_macros


Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ce6e7/fast"
/usr/bin/make -f CMakeFiles/cmTC_ce6e7.dir/build.make
CMakeFiles/cmTC_ce6e7.dir/build
make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ce6e7.dir/feature_tests.c.o
/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_ce6e7.dir/feature_tests.c.o -c
/sources/breeze-5.13.4/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_ce6e7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ce6e7.dir/link.txt
--verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_ce6e7.dir/feature_tests.c.o -o
cmTC_ce6e7
make[1]: Leaving directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'


Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:0c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_7671e/fast"
/usr/bin/make -f CMakeFiles/cmTC_7671e.dir/build.make
CMakeFiles/cmTC_7671e.dir/build
make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_7671e.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_7671e.dir/testCXXCompiler.cxx.o -c
/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_7671e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7671e.dir/link.txt
--verbose=1
/usr/bin/c++ -rdynamic
CMakeFiles/cmTC_7671e.dir/testCXXCompiler.cxx.o -o cmTC_7671e
make[1]: Leaving directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'


Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_2a760/fast"
/usr/bin/make -f CMakeFiles/cmTC_2a760.dir/build.make
CMakeFiles/cmTC_2a760.dir/build
make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_2a760.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTC_2a760.dir/CMakeCXXCompilerABI.cpp.o -c
/usr/share/cmake-3.12/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_2a760
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2a760.dir/link.txt
--verbose=1
/usr/bin/c++ -v -rdynamic
CMakeFiles/cmTC_2a760.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_2a760
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure --prefix=/usr
--enable-languages=c,c++,fortran,go,objc,obj-c++ --disable-multilib
--disable-bootstrap --disable-libmpx --with-system-zlib
Thread model: posix
gcc version 8.2.0 (GCC)
COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_2a760' '-shared-libgcc'
'-mtune=generic' '-march=x86-64'
/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/collect2 -plugin
/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/liblto_plugin.so
-plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper
-plugin-opt=-fresolution=/tmp/ccNDnKGg.res
-plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
-plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s
-plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64
-export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_2a760
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crt1.o
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crti.o
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/crtbegin.o
-L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0
-L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib -L/lib/../lib
-L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../..
CMakeFiles/cmTC_2a760.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s
-lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/crtend.o
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_2a760' '-shared-libgcc'
'-mtune=generic' '-march=x86-64'
make[1]: Leaving directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'


Parsed CXX implicit link information from above output:
link line regex: [^(
*|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*(
|$)]
ignore line: [Change Dir:
/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_2a760/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_2a760.dir/build.make
CMakeFiles/cmTC_2a760.dir/build]
ignore line: [make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object
CMakeFiles/cmTC_2a760.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o
CMakeFiles/cmTC_2a760.dir/CMakeCXXCompilerABI.cpp.o -c
/usr/share/cmake-3.12/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_2a760]
ignore line: [/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTC_2a760.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v -rdynamic
CMakeFiles/cmTC_2a760.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_2a760 ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line:
[COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper]
ignore line: [Target: x86_64-pc-linux-gnu]
ignore line: [Configured with: ../configure --prefix=/usr
--enable-languages=c,c++,fortran,go,objc,obj-c++ --disable-multilib
--disable-bootstrap --disable-libmpx --with-system-zlib]
ignore line: [Thread model: posix]
ignore line: [gcc version 8.2.0 (GCC) ]
ignore line:
[COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
ignore line:
[LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_2a760'
'-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/collect2 -plugin
/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/liblto_plugin.so
-plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper
-plugin-opt=-fresolution=/tmp/ccNDnKGg.res
-plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
-plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s
-plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64
-export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_2a760
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crt1.o
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crti.o
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/crtbegin.o
-L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0
-L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib -L/lib/../lib
-L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../..
CMakeFiles/cmTC_2a760.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s
-lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/crtend.o
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crtn.o]
arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/liblto_plugin.so] ==>
ignore
arg
[-plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper] ==>
ignore
arg [-plugin-opt=-fresolution=/tmp/ccNDnKGg.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-o] ==> ignore
arg [cmTC_2a760] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crt1.o] ==>
ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crti.o] ==>
ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0] ==> dir
[/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib] ==> dir
[/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../..] ==> dir
[/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../..]
arg [CMakeFiles/cmTC_2a760.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/crtend.o] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib/crtn.o] ==>
ignore
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0] ==>
[/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0]
collapse library dir
[/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../..]
==> [/usr/lib]
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0;/usr/lib;/lib]
implicit fwks: []




Detecting CXX [-std=c++2a] compiler features compiled with the following
output:
Change Dir: /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_13a8f/fast"
/usr/bin/make -f CMakeFiles/cmTC_13a8f.dir/build.make
CMakeFiles/cmTC_13a8f.dir/build
make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_13a8f.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++2a -o CMakeFiles/cmTC_13a8f.dir/feature_tests.cxx.o
-c /sources/breeze-5.13.4/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_13a8f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_13a8f.dir/link.txt
--verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_13a8f.dir/feature_tests.cxx.o
-o cmTC_13a8f
make[1]: Leaving directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'


Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++17] compiler features compiled with the following
output:
Change Dir: /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f2705/fast"
/usr/bin/make -f CMakeFiles/cmTC_f2705.dir/build.make
CMakeFiles/cmTC_f2705.dir/build
make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f2705.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++17 -o CMakeFiles/cmTC_f2705.dir/feature_tests.cxx.o
-c /sources/breeze-5.13.4/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_f2705
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f2705.dir/link.txt
--verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_f2705.dir/feature_tests.cxx.o
-o cmTC_f2705
make[1]: Leaving directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'


Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++14] compiler features compiled with the following
output:
Change Dir: /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_93a3f/fast"
/usr/bin/make -f CMakeFiles/cmTC_93a3f.dir/build.make
CMakeFiles/cmTC_93a3f.dir/build
make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_93a3f.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_93a3f.dir/feature_tests.cxx.o
-c /sources/breeze-5.13.4/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_93a3f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_93a3f.dir/link.txt
--verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_93a3f.dir/feature_tests.cxx.o
-o cmTC_93a3f
make[1]: Leaving directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'


Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++11] compiler features compiled with the following
output:
Change Dir: /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_2ec9e/fast"
/usr/bin/make -f CMakeFiles/cmTC_2ec9e.dir/build.make
CMakeFiles/cmTC_2ec9e.dir/build
make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_2ec9e.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_2ec9e.dir/feature_tests.cxx.o
-c /sources/breeze-5.13.4/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_2ec9e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2ec9e.dir/link.txt
--verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_2ec9e.dir/feature_tests.cxx.o
-o cmTC_2ec9e
make[1]: Leaving directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'


Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++98] compiler features compiled with the following
output:
Change Dir: /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_507cf/fast"
/usr/bin/make -f CMakeFiles/cmTC_507cf.dir/build.make
CMakeFiles/cmTC_507cf.dir/build
make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_507cf.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_507cf.dir/feature_tests.cxx.o
-c /sources/breeze-5.13.4/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_507cf
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_507cf.dir/link.txt
--verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_507cf.dir/feature_tests.cxx.o
-o cmTC_507cf
make[1]: Leaving directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'


Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:0cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:0cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:0cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:0cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:0cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:0cxx_default_function_template_args
Feature record: CXX_FEATURE:0cxx_defaulted_functions
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:0cxx_delegating_constructors
Feature record: CXX_FEATURE:0cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
Feature record: CXX_FEATURE:0cxx_explicit_conversions
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
Feature record: CXX_FEATURE:0cxx_extern_templates
Feature record: CXX_FEATURE:0cxx_final
Feature record: CXX_FEATURE:0cxx_func_identifier
Feature record: CXX_FEATURE:0cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
Feature record: CXX_FEATURE:0cxx_inline_namespaces
Feature record: CXX_FEATURE:0cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:0cxx_local_type_template_args
Feature record: CXX_FEATURE:0cxx_long_long_type
Feature record: CXX_FEATURE:0cxx_noexcept
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
Feature record: CXX_FEATURE:0cxx_nullptr
Feature record: CXX_FEATURE:0cxx_override
Feature record: CXX_FEATURE:0cxx_range_for
Feature record: CXX_FEATURE:0cxx_raw_string_literals
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
Feature record: CXX_FEATURE:0cxx_rvalue_references
Feature record: CXX_FEATURE:0cxx_sizeof_member
Feature record: CXX_FEATURE:0cxx_static_assert
Feature record: CXX_FEATURE:0cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:0cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:0cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:0cxx_variadic_macros
Feature record: CXX_FEATURE:0cxx_variadic_templates
Determining if the __GLIBC__ exist passed with the following output:
Change Dir: /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_5bed9/fast"
/usr/bin/make -f CMakeFiles/cmTC_5bed9.dir/build.make
CMakeFiles/cmTC_5bed9.dir/build
make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5bed9.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_5bed9.dir/CheckSymbolExists.c.o -c
/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_5bed9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5bed9.dir/link.txt
--verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_5bed9.dir/CheckSymbolExists.c.o
-o cmTC_5bed9
make[1]: Leaving directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'

File /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>

int main(int argc, char** argv)
{
(void)argv;
#ifndef __GLIBC__
return ((int*)(&__GLIBC__))[argc];
#else
(void)argc;
return 0;
#endif
}

Performing C++ SOURCE FILE Test _OFFT_IS_64BIT succeeded with the following
output:
Change Dir: /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4318a/fast"
/usr/bin/make -f CMakeFiles/cmTC_4318a.dir/build.make
CMakeFiles/cmTC_4318a.dir/build
make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_4318a.dir/src.cxx.o
/usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_OFFT_IS_64BIT -o
CMakeFiles/cmTC_4318a.dir/src.cxx.o -c
/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_4318a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4318a.dir/link.txt
--verbose=1
/usr/bin/c++ -D_OFFT_IS_64BIT -rdynamic
CMakeFiles/cmTC_4318a.dir/src.cxx.o -o cmTC_4318a
make[1]: Leaving directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'

Source file was:

#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T %
2147483647 == 1) ? 1 : -1];
int main() { return 0; }

Performing C++ SOURCE FILE Test HAVE_DATE_TIME succeeded with the following
output:
Change Dir: /sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f2b41/fast"
/usr/bin/make -f CMakeFiles/cmTC_f2b41.dir/build.make
CMakeFiles/cmTC_f2b41.dir/build
make[1]: Entering directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f2b41.dir/src.cxx.o
/usr/bin/c++ -std=c++0x -fno-operator-names -fno-exceptions -Wall
-Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long
-Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual
-Werror=return-type -Wvla -DHAVE_DATE_TIME -Wdate-time -o
CMakeFiles/cmTC_f2b41.dir/src.cxx.o -c
/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_f2b41
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f2b41.dir/link.txt
--verbose=1
/usr/bin/c++ -std=c++0x -fno-operator-names -fno-exceptions -Wall -Wextra
-Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long
-Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual
-Werror=return-type -Wvla -DHAVE_DATE_TIME -rdynamic
CMakeFiles/cmTC_f2b41.dir/src.cxx.o -o cmTC_f2b41
make[1]: Leaving directory
'/sources/breeze-5.13.4/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }

вт, 2 жПвт. 2018 П 00:27 Ken Moffat via blfs-support <
Post by Ken Moffat via blfs-support
Post by Oleh Malyi via blfs-support
Hello,
who can help me with configuration of breeze-5.13.4?
Not me, I rarely build kde. But I can offer a comment on this.
Post by Oleh Malyi via blfs-support
(lfs chroot) root:/sources/breeze-5.13.4/build# cmake
-DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-Wno-dev ..
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
[...]
Post by Oleh Malyi via blfs-support
CMake Warning at /usr/lib/cmake/KF5Package/KF5PackageMacros.cmake:71
Package type "Plasma/LookAndFeel" not found
CMakeLists.txt:39 (kpackage_install_package)
That part is normal (I had it in 5.12).
Post by Oleh Malyi via blfs-support
CMake Error at /usr/share/ECM/modules/ECMPackageConfigHelpers.cmake:108
CMakeLists.txt:53 (ecm_configure_package_config_file)
This looks like a problem with your install of extra-cmake-modules.
In BLFS they are installed in /usr, but kde is typically built in
/opt.
The page before KF5 (Pre-Installation Configuration) includes
/etc/profile.d/kf5.sh for installing in /opt.
I will make a guess that your PKG_CONFIG_PATH is not right. But you
will need to look at that cmake file, and any detailed output which
cmake has produced, to see what exactly it is looking for and what
it (maybe) tells you was passed to it.
Post by Oleh Malyi via blfs-support
-- Configuring incomplete, errors occurred!
See also "/sources/breeze-5.13.4/build/CMakeFiles/CMakeOutput.log".
(lfs chroot) root:/sources/breeze-5.13.4/build#
That looks like the file to look at to see what was passed to cmake.
But I have to say that I hope you have booted the new system (to
test it works) before getting this far into BLFS in chroot.
Äžen
--
Well grubbed , old mole!
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
--
With best regards,
Oleh Malyi
Albufeira
PORTUGAL
Ken Moffat via blfs-support
2018-10-02 02:02:52 UTC
Permalink
Post by Oleh Malyi via blfs-support
Hello Ken,
First, please do not top-post.

Second, posting over 900 lines of the log does no good to anybody.
Post by Oleh Malyi via blfs-support
Post by Ken Moffat via blfs-support
Post by Oleh Malyi via blfs-support
CMake Error at /usr/share/ECM/modules/ECMPackageConfigHelpers.cmake:108
CMakeLists.txt:53 (ecm_configure_package_config_file)
And I do not see anything related to that in this log, so maybe the
details are elsewhere.
Post by Oleh Malyi via blfs-support
Post by Ken Moffat via blfs-support
The page before KF5 (Pre-Installation Configuration) includes
/etc/profile.d/kf5.sh for installing in /opt.
I will make a guess that your PKG_CONFIG_PATH is not right. But you
will need to look at that cmake file, and any detailed output which
cmake has produced, to see what exactly it is looking for and what
it (maybe) tells you was passed to it.
Beyond that, I do have extra-cmake-modules installed on this
machine, and line 108 of that file reads:

file(RELATIVE_PATH PACKAGE_RELATIVE_PATH "${absInstallDir}" "${CMAKE_INSTALL_PREFIX}" )

But I have no idea what caused the error, unless you typo'd
the -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX item when trying to build it.

This is fairly early in plasma: Did you install KF5 ?

ĸen
--
Well grubbed , old mole!
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscrib
Loading...