You are not logged in.

#1 2016-10-13 22:03:22

trooper1991
Member
Registered: 2015-08-06
Posts: 18

issues with seafile-client because of qt5

hey there,
since some days i have problems to upgrade/ install seafile-client.
it s and AUR package and gives following error:

qt5 version: 5.7.0
CMake Error at /usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake:27 (message):
  The imported target "Qt5::Core" references the file

     "/usr/lib/qt/bin/qmake"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

     "/usr/lib64/cmake/Qt5Core/Qt5CoreConfigExtras.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib64/cmake/Qt5Core/Qt5CoreConfigExtras.cmake:6 (_qt5_Core_check_file_exists)
  /usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake:158 (include)
  /usr/lib64/cmake/Qt5/Qt5Config.cmake:26 (find_package)
  CMakeLists.txt:151 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!
See also "/tmp/yaourt-tmp-trooper/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeOutput.log".
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Makepkg was unable to build seafile-client.

i checked qt and tried to fix
     "/usr/lib/qt/bin/qmake"

  but this file does not exist.  Possible reasons include:

with the help of syslinks and environment vars but nothing helped. is this package bugged?
(seafile-client worked till last week and dependencies are installed)

Offline

#2 2016-10-13 22:31:54

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,919

Re: issues with seafile-client because of qt5

that file doesn't exist in AL, but /usr/lib/qt4/bin/qmake does.

Recently qt5-base 5.7.0-3 was released and changed some things .

You may have to rebuild all aur packages that seafile-client needs and use qt5 .
Start with rebuilding seafile-shared using makepkg .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2016-10-13 22:32:49

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,858
Website

Re: issues with seafile-client because of qt5

Is your system up-to-date? qtchooser was removed from the repositories, so /usr/lib/qt/bin/qmake no longer exists. You should use /usr/bin/qmake for qt5 builds now.

Post the content of CMakeOutput.log, as well as the output of

pacman -Qkk qt5-base

Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2016-10-13 22:57:29

trooper1991
Member
Registered: 2015-08-06
Posts: 18

Re: issues with seafile-client because of qt5

Lone_Wolf wrote:

that file doesn't exist in AL, but /usr/lib/qt4/bin/qmake does.

Recently qt5-base 5.7.0-3 was released and changed some things .

You may have to rebuild all aur packages that seafile-client needs and use qt5 .
Start with rebuilding seafile-shared using makepkg .

i did this using "yaourt -R" with all seafile dependencies and then reinstalled them.

WorMzy wrote:

Is your system up-to-date? qtchooser was removed from the repositories, so /usr/lib/qt/bin/qmake no longer exists. You should use /usr/bin/qmake for qt5 builds now.

Post the content of CMakeOutput.log, as well as the output of

pacman -Qkk qt5-base

system is up to date

pacman -Qkk qt5-base:
qt5-base: 3316 total files, 0 altered files


CMakeOutput.log:

The system is: Linux - 4.7.6-1-ARCH - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc 
Build flags: -march=x86-64;-mtune=generic;-O2;-pipe;-fstack-protector-strong
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 "/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/3.6.2/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++ 
Build flags: -march=x86-64;-mtune=generic;-O2;-pipe;-fstack-protector-strong
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 "/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/3.6.2/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ee716/fast"
/usr/bin/make -f CMakeFiles/cmTC_ee716.dir/build.make CMakeFiles/cmTC_ee716.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ee716.dir/testCCompiler.c.o
/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -o CMakeFiles/cmTC_ee716.dir/testCCompiler.c.o   -c /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_ee716
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ee716.dir/link.txt --verbose=1
/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_ee716.dir/testCCompiler.c.o  -o cmTC_ee716 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp'


Detecting C compiler ABI info compiled with the following output:
Change Dir: /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b06af/fast"
/usr/bin/make -f CMakeFiles/cmTC_b06af.dir/build.make CMakeFiles/cmTC_b06af.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b06af.dir/CMakeCCompilerABI.c.o
/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -o CMakeFiles/cmTC_b06af.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.6/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_b06af
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b06af.dir/link.txt --verbose=1
/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -Wl,-O1,--sort-common,--as-needed,-z,relro -v CMakeFiles/cmTC_b06af.dir/CMakeCCompilerABI.c.o  -o cmTC_b06af -rdynamic  
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.2.1 20160830 (GCC) 
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-v' '-o' 'cmTC_b06af' '-rdynamic'
 /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc4P4x1q.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 --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_b06af /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../.. -O1 --sort-common --as-needed -z relro CMakeFiles/cmTC_b06af.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/6.2.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-v' '-o' 'cmTC_b06af' '-rdynamic'
make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp'


Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/make" "cmTC_b06af/fast"]
  ignore line: [/usr/bin/make -f CMakeFiles/cmTC_b06af.dir/build.make CMakeFiles/cmTC_b06af.dir/build]
  ignore line: [make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp']
  ignore line: [Building C object CMakeFiles/cmTC_b06af.dir/CMakeCCompilerABI.c.o]
  ignore line: [/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -o CMakeFiles/cmTC_b06af.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.6/Modules/CMakeCCompilerABI.c]
  ignore line: [Linking C executable cmTC_b06af]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b06af.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -Wl,-O1,--sort-common,--as-needed,-z,relro -v CMakeFiles/cmTC_b06af.dir/CMakeCCompilerABI.c.o  -o cmTC_b06af -rdynamic  ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/cc]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper]
  ignore line: [Target: x86_64-pc-linux-gnu]
  ignore line: [Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 6.2.1 20160830 (GCC) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-v' '-o' 'cmTC_b06af' '-rdynamic']
  link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc4P4x1q.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 --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_b06af /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../.. -O1 --sort-common --as-needed -z relro CMakeFiles/cmTC_b06af.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/6.2.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crtn.o]
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/cc4P4x1q.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 [--build-id] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [--hash-style=gnu] ==> 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_b06af] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtbegin.o] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1]
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../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/6.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../..]
    arg [-O1] ==> ignore
    arg [--sort-common] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-zrelro] ==> ignore
    arg [CMakeFiles/cmTC_b06af.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/6.2.1/crtend.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crtn.o] ==> ignore
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1]
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../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/6.2.1/../../..] ==> [/usr/lib]
  implicit libs: [c]
  implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1;/usr/lib;/lib]
  implicit fwks: []




Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_68864/fast"
/usr/bin/make -f CMakeFiles/cmTC_68864.dir/build.make CMakeFiles/cmTC_68864.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_68864.dir/feature_tests.c.o
/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -std=c11 -o CMakeFiles/cmTC_68864.dir/feature_tests.c.o   -c /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/feature_tests.c
Linking C executable cmTC_68864
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_68864.dir/link.txt --verbose=1
/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_68864.dir/feature_tests.c.o  -o cmTC_68864 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/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: /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_89f39/fast"
/usr/bin/make -f CMakeFiles/cmTC_89f39.dir/build.make CMakeFiles/cmTC_89f39.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_89f39.dir/feature_tests.c.o
/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -std=c99 -o CMakeFiles/cmTC_89f39.dir/feature_tests.c.o   -c /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/feature_tests.c
Linking C executable cmTC_89f39
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_89f39.dir/link.txt --verbose=1
/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_89f39.dir/feature_tests.c.o  -o cmTC_89f39 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/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: /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e12bd/fast"
/usr/bin/make -f CMakeFiles/cmTC_e12bd.dir/build.make CMakeFiles/cmTC_e12bd.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e12bd.dir/feature_tests.c.o
/usr/bin/cc    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -std=c90 -o CMakeFiles/cmTC_e12bd.dir/feature_tests.c.o   -c /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/feature_tests.c
Linking C executable cmTC_e12bd
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e12bd.dir/link.txt --verbose=1
/usr/bin/cc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_e12bd.dir/feature_tests.c.o  -o cmTC_e12bd -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/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: /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_dbe00/fast"
/usr/bin/make -f CMakeFiles/cmTC_dbe00.dir/build.make CMakeFiles/cmTC_dbe00.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_dbe00.dir/testCXXCompiler.cxx.o
/usr/bin/c++     -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -o CMakeFiles/cmTC_dbe00.dir/testCXXCompiler.cxx.o -c /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_dbe00
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dbe00.dir/link.txt --verbose=1
/usr/bin/c++   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_dbe00.dir/testCXXCompiler.cxx.o  -o cmTC_dbe00 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp'


Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_dcbcd/fast"
/usr/bin/make -f CMakeFiles/cmTC_dcbcd.dir/build.make CMakeFiles/cmTC_dcbcd.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_dcbcd.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++     -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -o CMakeFiles/cmTC_dcbcd.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.6/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_dcbcd
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dcbcd.dir/link.txt --verbose=1
/usr/bin/c++   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -Wl,-O1,--sort-common,--as-needed,-z,relro -v CMakeFiles/cmTC_dcbcd.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_dcbcd -rdynamic  
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.2.1 20160830 (GCC) 
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-v' '-o' 'cmTC_dcbcd' '-rdynamic' '-shared-libgcc'
 /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccGuVyBL.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 --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_dcbcd /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../.. -O1 --sort-common --as-needed -z relro CMakeFiles/cmTC_dcbcd.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-v' '-o' 'cmTC_dcbcd' '-rdynamic' '-shared-libgcc'
make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp'


Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/make" "cmTC_dcbcd/fast"]
  ignore line: [/usr/bin/make -f CMakeFiles/cmTC_dcbcd.dir/build.make CMakeFiles/cmTC_dcbcd.dir/build]
  ignore line: [make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp']
  ignore line: [Building CXX object CMakeFiles/cmTC_dcbcd.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [/usr/bin/c++     -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -o CMakeFiles/cmTC_dcbcd.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.6/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Linking CXX executable cmTC_dcbcd]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dcbcd.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/c++   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -Wl,-O1,--sort-common,--as-needed,-z,relro -v CMakeFiles/cmTC_dcbcd.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_dcbcd -rdynamic  ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/c++]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper]
  ignore line: [Target: x86_64-pc-linux-gnu]
  ignore line: [Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 6.2.1 20160830 (GCC) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-march=x86-64' '-mtune=generic' '-O2' '-pipe' '-fstack-protector-strong' '-v' '-o' 'cmTC_dcbcd' '-rdynamic' '-shared-libgcc']
  link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccGuVyBL.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 --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_dcbcd /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../.. -O1 --sort-common --as-needed -z relro CMakeFiles/cmTC_dcbcd.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crtn.o]
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/ccGuVyBL.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 [--build-id] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [--hash-style=gnu] ==> 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_dcbcd] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/crtbegin.o] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1]
    arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../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/6.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../..]
    arg [-O1] ==> ignore
    arg [--sort-common] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-zrelro] ==> ignore
    arg [CMakeFiles/cmTC_dcbcd.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/6.2.1/crtend.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crtn.o] ==> ignore
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1]
  collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../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/6.2.1/../../..] ==> [/usr/lib]
  implicit libs: [stdc++;m;c]
  implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1;/usr/lib;/lib]
  implicit fwks: []




Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6724a/fast"
/usr/bin/make -f CMakeFiles/cmTC_6724a.dir/build.make CMakeFiles/cmTC_6724a.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_6724a.dir/feature_tests.cxx.o
/usr/bin/c++     -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -std=c++14 -o CMakeFiles/cmTC_6724a.dir/feature_tests.cxx.o -c /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_6724a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6724a.dir/link.txt --verbose=1
/usr/bin/c++   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_6724a.dir/feature_tests.cxx.o  -o cmTC_6724a -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/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: /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a87fa/fast"
/usr/bin/make -f CMakeFiles/cmTC_a87fa.dir/build.make CMakeFiles/cmTC_a87fa.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a87fa.dir/feature_tests.cxx.o
/usr/bin/c++     -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -std=c++11 -o CMakeFiles/cmTC_a87fa.dir/feature_tests.cxx.o -c /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_a87fa
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a87fa.dir/link.txt --verbose=1
/usr/bin/c++   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_a87fa.dir/feature_tests.cxx.o  -o cmTC_a87fa -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/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: /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_89790/fast"
/usr/bin/make -f CMakeFiles/cmTC_89790.dir/build.make CMakeFiles/cmTC_89790.dir/build
make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_89790.dir/feature_tests.cxx.o
/usr/bin/c++     -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -std=c++98 -o CMakeFiles/cmTC_89790.dir/feature_tests.cxx.o -c /tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_89790
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_89790.dir/link.txt --verbose=1
/usr/bin/c++   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong     -Wl,-O1,--sort-common,--as-needed,-z,relro  CMakeFiles/cmTC_89790.dir/feature_tests.cxx.o  -o cmTC_89790 -rdynamic 
make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-seafile-client/src/seafile-client-5.1.4/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

Offline

#5 2016-10-14 09:54:48

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,858
Website

Re: issues with seafile-client because of qt5

Are you sure that was the file referenced above? It seems to suggest there were no problems, and doesn't have any reference to qmake at all.

Make sure you don't have a qmake script or symlink in /usr/local/bin, and check you don't have any aliases or functions set in your shell that might be tripping things up. You may also want to try compiling without yaourt and see if that helps. Also check the seafile-shared dependency and see if it references /usr/lib/qt/bin/qmake anywhere (if it does, you'll need to recompile it, and possibly its AUR dependencies, etc.).


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#6 2016-10-14 10:10:24

trooper1991
Member
Registered: 2015-08-06
Posts: 18

Re: issues with seafile-client because of qt5

yes it s the correct file.
i never made a qmake script or symlink, never used qt for anything expect the dependencies.
seafile-shared doesnt need any qmake


on my desktop everything works fine (updated today)... there i have kde running beside of i3
but on my notebook i still have these problem, here is i3 and xfce

Last edited by trooper1991 (2016-10-15 00:56:59)

Offline

Board footer

Powered by FluxBB