j'essaye d'installer aqsis depuis AUR mais la compilation échoue avec la sortie suivante.
Code : Tout sélectionner
==> Compilation et installation du paquetage
==> Création du paquet aqsis 1.4.2-2 i686 (mar mai 26 16:58:33 CEST 2009)
==> Vérification des dépendances...
==> Vérification des dépendances pour la compilation...
==> Récupération des sources...
-> aqsis-1.4.2.tar.gz trouvé dans le répertoire de compilation
==> Validation des fichiers sources avec md5sums...
aqsis-1.4.2.tar.gz ... Réussite
==> Extraction des sources...
-> bsdtar -x -f aqsis-1.4.2.tar.gz
==> Suppression du répertoire pkg/ existant...
==> Entre dans l'environnement fakeroot...
==> Début de la compilation...
CMake Warning (dev) at CMakeLists.txt:172 (ADD_DEFINITIONS):
Policy CMP0005 is not set: Preprocessor definition values are now escaped
automatically. Run "cmake --help-policy CMP0005" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/platform/linux.cmake:44 (ADD_DEFINITIONS):
Policy CMP0005 is not set: Preprocessor definition values are now escaped
automatically. Run "cmake --help-policy CMP0005" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
CMakeLists.txt:189 (INCLUDE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at shadercompiler/aqsltell/CMakeLists.txt:11 (ADD_DEFINITIONS):
Policy CMP0005 is not set: Preprocessor definition values are now escaped
automatically. Run "cmake --help-policy CMP0005" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
CMake Warning (dev) at texturing/texlib/CMakeLists.txt:106 (ADD_LIBRARY):
Policy CMP0003 should be set before this line. Add code such as
if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
endif(COMMAND cmake_policy)
as early as possible but after the most recent call to
cmake_minimum_required or cmake_policy(VERSION). This warning appears
because target "aqsistex" links to some libraries for which the linker must
search:
dl
and other libraries with known full path:
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-build/lib/libaqsistypes.so.1.4
CMake is adding directories in the second list to the linker search path in
case they are needed to find libraries from the first list (for backwards
compatibility with CMake 2.4). Set policy CMP0003 to OLD or NEW to enable
or disable this behavior explicitly. Run "cmake --help-policy CMP0003" for
more information.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done
-- Build files have been written to: /tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-build
make[2]: Dépendance circulaire CMakeFiles/aqsisrc <- aqsisrc abandonnée.
[ 0%] Built target aqsisrc
[ 0%] Built target aqsisargparse
[ 0%] Built target apicache
[ 1%] Built target apidebug
[ 1%] Built target apiheader
[ 2%] Built target apivalidate
[ 2%] Building CXX object aqsistypes/CMakeFiles/aqsistypes.dir/logging.o
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp: In member function ‘virtual int Aqsis::tag_buf::overflow(int)’:
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp:113: erreur: ‘EOF’ was not declared in this scope
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp:122: erreur: ‘EOF’ was not declared in this scope
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp: In member function ‘virtual int Aqsis::timestamp_buf::overflow(int)’:
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp:156: erreur: ‘EOF’ was not declared in this scope
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp:18: erreur: ‘EOF’ was not declared in this scope
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp: n member function ‘virtual int Aqsis::show_level_buf::overflow(int)’:
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp:24: erreur: ‘EOF’ was not declared in this scope
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp:22: erreur: ‘EOF’ was not declared in this scope
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp: n member function ‘virtual int Aqsis::color_level_buf::overflow(int)’:
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp:28: erreur: ‘EOF’ was not declared in this scope
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp:29: erreur: ‘EOF’ was not declared in this scope
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp:39: erreur: ‘EOF’ was not declared in this scope
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp: n member function ‘virtual int Aqsis::fold_duplicates_buf::overflow(int)’:
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp:48: erreur: ‘EOF’ was not declared in this scope
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp:42: erreur: ‘EOF’ was not declared in this scope
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp:45: erreur: ‘EOF’ was not declared in this scope
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp: n member function ‘virtual int Aqsis::syslog_buf::overflow(int)’:
/tmp/yaourt-tmp-xavier/aur-aqsis/aqsis/src/aqsis-1.4.2/aqsistypes/logging.cpp:45: erreur: ‘EOF’ was not declared in this scope
make[2]: *** [aqsistypes/CMakeFiles/aqsistypes.dir/logging.o] Erreur 1
make[1]: *** [aqsistypes/CMakeFiles/aqsistypes.dir/all] Erreur 2
make: *** [all] Erreur 2
==> ERREUR: La compilation a échoué.
Abandon...
Error: Makepkg n'a pas pu construire le paquetage aqsis.
Merci de votre aide.