salve,
ich hab mir das lightspark pkgbuild aus dem AUR geholt und wollt das paket bauem, und das pkgbuild ist zu abwechslung nicht schuld.
ich bekomme folgende fehlermeldung:
der stein des anstoßes
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x;
Id flags:
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
terminalausgabe:
Beginne build()...
-- The C compiler identification is unknown
-- The CXX compiler identification is GNU 4.9.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- broken
CMake Error at /usr/share/cmake-3.0/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "/usr/bin/cc" is not able to compile a simple test program.
It fails with the following output:
Change Dir: /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4213119576/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4213119576.dir/build.make
CMakeFiles/cmTryCompileExec4213119576.dir/build
make[1]: Entering directory
`/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec4213119576.dir/testCCompiler.c.o
/usr/bin/cc -march=native -mtune=native -O2 -pipe -fstack-protector
--param=ssp-buffer-size=4 -fomit-frame-pointer C++0x -o
CMakeFiles/cmTryCompileExec4213119576.dir/testCCompiler.c.o -c
/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp/testCCompiler.c
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
make[1]: *** [CMakeFiles/cmTryCompileExec4213119576.dir/testCCompiler.c.o]
Fehler 1
make[1]: Leaving directory
`/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec4213119576/fast] Fehler 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:25 (PROJECT)
-- Configuring incomplete, errors occurred!
See also "/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeOutput.log".
See also "/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeError.log".
das CMakeError.log sieht so aus
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x
Id flags:
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x
Id flags: -c
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x
Id flags: -Aa
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
cc: schwerwiegender Fehler: keine Eingabedateien
Kompilierung beendet.
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: /usr/bin/c++
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x
Id flags:
The output was:
1
c++: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: /usr/bin/c++
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x
Id flags: -c
The output was:
1
c++: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
c++: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
c++: schwerwiegender Fehler: keine Eingabedateien
Kompilierung beendet.
Determining if the C compiler works failed with the following output:
Change Dir: /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3587923162/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3587923162.dir/build.make CMakeFiles/cmTryCompileExec3587923162.dir/build
make[1]: Entering directory `/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3587923162.dir/testCCompiler.c.o
/usr/bin/cc -march=native -mtune=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer C++0x -o CMakeFiles/cmTryCompileExec3587923162.dir/testCCompiler.c.o -c /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp/testCCompiler.c
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
make[1]: *** [CMakeFiles/cmTryCompileExec3587923162.dir/testCCompiler.c.o] Fehler 1
make[1]: Leaving directory `/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec3587923162/fast] Fehler 2
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x;
Id flags:
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x;
Id flags: -c
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x;
Id flags: -Aa
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
cc: schwerwiegender Fehler: keine Eingabedateien
Kompilierung beendet.
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: /usr/bin/c++
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x
Id flags:
The output was:
1
c++: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: /usr/bin/c++
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x
Id flags: -c
The output was:
1
c++: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
c++: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
c++: schwerwiegender Fehler: keine Eingabedateien
Kompilierung beendet.
Determining if the C compiler works failed with the following output:
Change Dir: /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4169002726/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4169002726.dir/build.make CMakeFiles/cmTryCompileExec4169002726.dir/build
make[1]: Entering directory `/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4169002726.dir/testCCompiler.c.o
/usr/bin/cc -march=native -mtune=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer C++0x -o CMakeFiles/cmTryCompileExec4169002726.dir/testCCompiler.c.o -c /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp/testCCompiler.c
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
make[1]: *** [CMakeFiles/cmTryCompileExec4169002726.dir/testCCompiler.c.o] Fehler 1
make[1]: Leaving directory `/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec4169002726/fast] Fehler 2
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x;
Id flags:
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x;
Id flags: -c
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x;
Id flags: -Aa
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
cc: schwerwiegender Fehler: keine Eingabedateien
Kompilierung beendet.
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: /usr/bin/c++
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x
Id flags:
The output was:
1
c++: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: /usr/bin/c++
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x
Id flags: -c
The output was:
1
c++: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
c++: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
c++: schwerwiegender Fehler: keine Eingabedateien
Kompilierung beendet.
Determining if the C compiler works failed with the following output:
Change Dir: /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3407321968/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3407321968.dir/build.make CMakeFiles/cmTryCompileExec3407321968.dir/build
make[1]: Entering directory `/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3407321968.dir/testCCompiler.c.o
/usr/bin/cc -march=native -mtune=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer C++0x -o CMakeFiles/cmTryCompileExec3407321968.dir/testCCompiler.c.o -c /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp/testCCompiler.c
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
make[1]: *** [CMakeFiles/cmTryCompileExec3407321968.dir/testCCompiler.c.o] Fehler 1
make[1]: Leaving directory `/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec3407321968/fast] Fehler 2
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x;
Id flags:
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x;
Id flags: -c
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x;
Id flags: -Aa
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
cc: schwerwiegender Fehler: keine Eingabedateien
Kompilierung beendet.
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: /usr/bin/c++
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x
Id flags:
The output was:
1
c++: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: /usr/bin/c++
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x
Id flags: -c
The output was:
1
c++: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
c++: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
c++: schwerwiegender Fehler: keine Eingabedateien
Kompilierung beendet.
Determining if the C compiler works failed with the following output:
Change Dir: /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3394208555/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3394208555.dir/build.make CMakeFiles/cmTryCompileExec3394208555.dir/build
make[1]: Entering directory `/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3394208555.dir/testCCompiler.c.o
/usr/bin/cc -march=native -mtune=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer C++0x -o CMakeFiles/cmTryCompileExec3394208555.dir/testCCompiler.c.o -c /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp/testCCompiler.c
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
make[1]: *** [CMakeFiles/cmTryCompileExec3394208555.dir/testCCompiler.c.o] Fehler 1
make[1]: Leaving directory `/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec3394208555/fast] Fehler 2
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x;
Id flags:
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x;
Id flags: -c
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /usr/bin/cc
Build flags: -march=native;-mtune=native;-O2;-pipe;-fstack-protector;--param=ssp-buffer-size=4;-fomit-frame-pointer;C++0x;
Id flags: -Aa
The output was:
1
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
cc: schwerwiegender Fehler: keine Eingabedateien
Kompilierung beendet.
Determining if the C compiler works failed with the following output:
Change Dir: /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4213119576/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4213119576.dir/build.make CMakeFiles/cmTryCompileExec4213119576.dir/build
make[1]: Entering directory `/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4213119576.dir/testCCompiler.c.o
/usr/bin/cc -march=native -mtune=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer C++0x -o CMakeFiles/cmTryCompileExec4213119576.dir/testCCompiler.c.o -c /tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp/testCCompiler.c
cc: Fehler: C++0x: Datei oder Verzeichnis nicht gefunden
make[1]: *** [CMakeFiles/cmTryCompileExec4213119576.dir/testCCompiler.c.o] Fehler 1
make[1]: Leaving directory `/tmp/makepkg/lightspark-git/src/lightspark/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec4213119576/fast] Fehler 2
...natürlich ist base-devel installiert 🙂
kann mir jemand verraten wie sich das problem lösen lässt?