por Askazy » 06 Dez 2013, 16:57 • MS 7
então eu acabei de instalar o manjaro com openbox, será que é alguma coisa que eu preciso instalar?
- Código: Selecionar todos
[[email protected] ~]$ sudo yaourt -S thermald --noconfirm
==> Fazendo download do PKGBUILD de thermald do AUR...
x PKGBUILD
x modules-load-msr.conf
Comment by aaditya (2013-10-04 05:43)
Thanks wallnuss :)
Comment by kicka (2013-10-04 06:01)
It doesn't compile... I needed to change the sourcedir from
cd $_srcdir
to
cd $srcdir/thermal_daemon-$pkgver
Both under build() [line24] and package() [line 32] section. After that everything works as expected and the package is buildable
Comment by wallnuss (2013-10-04 07:16)
@kicka sorry for that. Fixed it now, it seems like I tried to debug something and didn't revert the PKGBUILD
Comment by zappafrank (2013-11-08 18:58)
it doesn't compile:
./autogen.sh: line 3: autoreconf: command not found
there is no autoreconf command in my path and no pacman pkgs...
where is the problem?
thanx
Comment by zappafrank (2013-11-08 20:53)
oops...sorry...
i read now the README.txt in src folder, now compile correctly... :)
thermald 1.04_01-2 (Ter Jul 2 18:21:51 BRT 2013)
( Pacote sem suporte: Potencialmente perigoso ! )
==> Dependências de thermald:
- dbus-glib>=0.94 (já instalado)
- libxml2>=2.4 (já instalado)
- git (já instalado)
==> Continuar a compilação de thermald ? [S/n]
==> ------------------------------------------
==>
==> Compilando e instalando pacote
==> AVISO: Compilar pacotes como root é perigoso.
Por favor execute yaourt como um usuário não privilegiado.
==> ERRO: Não foi possível encontrar o executável strip necessário para remoção símbolos de objetos.
==> ERRO: Makepkg não conseguiu compilar thermald.
==> Reiniciar a compilação de thermald ? [s/N]
==> ------------------------------------------
==>
[[email protected] ~]$ yaourt -S thermald --noconfirm
==> Fazendo download do PKGBUILD de thermald do AUR...
x PKGBUILD
x modules-load-msr.conf
Comment by aaditya (2013-10-04 05:43)
Thanks wallnuss :)
Comment by kicka (2013-10-04 06:01)
It doesn't compile... I needed to change the sourcedir from
cd $_srcdir
to
cd $srcdir/thermal_daemon-$pkgver
Both under build() [line24] and package() [line 32] section. After that everything works as expected and the package is buildable
Comment by wallnuss (2013-10-04 07:16)
@kicka sorry for that. Fixed it now, it seems like I tried to debug something and didn't revert the PKGBUILD
Comment by zappafrank (2013-11-08 18:58)
it doesn't compile:
./autogen.sh: line 3: autoreconf: command not found
there is no autoreconf command in my path and no pacman pkgs...
where is the problem?
thanx
Comment by zappafrank (2013-11-08 20:53)
oops...sorry...
i read now the README.txt in src folder, now compile correctly... :)
thermald 1.04_01-2 (Ter Jul 2 18:21:51 BRT 2013)
( Pacote sem suporte: Potencialmente perigoso ! )
==> Dependências de thermald:
- dbus-glib>=0.94 (já instalado)
- libxml2>=2.4 (já instalado)
- git (já instalado)
==> Continuar a compilação de thermald ? [S/n]
==> ------------------------------------------
==>
==> Compilando e instalando pacote
==> ERRO: Não foi possível encontrar o executável fakeroot necessário para compilação como usuário não-root.
==> ERRO: Não foi possível encontrar o executável strip necessário para remoção símbolos de objetos.
==> ERRO: Makepkg não conseguiu compilar thermald.
==> Reiniciar a compilação de thermald ? [s/N]
==> ------------------------------------------
==>
Editado pela última vez por
Askazy em 06 Dez 2013, 16:59, em um total de 1 vez.
Razão: esqueci