Vejo falar muito sobre o AUR não ser seguro para ficar instalando aplicativos -e não estou aqui para discutir se é ou não- então por isso e a vontade que tenho de aprender a instalar na unha, gostaria do auxilio de vocês para me ajudarem a instalar o qBittorrent.
Baixei o .tar do site oficial e descompactei, depois dei um ./configure, só que deu uma mensagem de erro.
- Código: Selecionar todos
./configure
Configuring qbittorrent ...
Verifying Qt 4 build environment ... fail
Reason: There was an error compiling 'conf'. See conf.log for details.
Be sure you have a proper Qt 4.0 build environment set up. This means not
just Qt, but also a C++ compiler, a make tool, and any other packages
necessary for compiling C++ programs.
If you are certain everything is installed, then it could be that Qt 4 is not
being recognized or that a different version of Qt is being detected by
mistake (for example, this could happen if $QTDIR is pointing to a Qt 3
installation). At least one of the following conditions must be satisfied:
1) --qtdir is set to the location of Qt
2) $QTDIR is set to the location of Qt
3) QtCore is in the pkg-config database
4) qmake is in the $PATH
This script will use the first one it finds to be true, checked in the above
order. #3 and #4 are the recommended options. #1 and #2 are mainly for
overriding the system configuration.
Conferi e estão todas as dependências satisfeitas...
Aqui a saída do conf.log:
- Código: Selecionar todos
/usr/lib/qt4/bin/moc -DHAVE_MODULES -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. conf4.cpp -o conf4.moc
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -DHAVE_MODULES -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -o conf4.o conf4.cpp
In file included from conf4.cpp:703:0:
libboost.qcm:8:29: fatal error: boost/version.hpp: Arquivo ou diretório não encontrado
compilation terminated.
Makefile:216: recipe for target 'conf4.o' failed
make: *** [conf4.o] Error 1
== Editado em 10 Dez 2013, 18:08 ==
Resolvido, o erro ocorria por falta do pacote boost.