| View previous topic :: View next topic |
| Author |
Message |
Gotterdammerung l33t


Joined: 11 Feb 2004 Posts: 627 Location: Rio de Janeiro, Brazil
|
Posted: Mon Mar 01, 2004 2:32 am Post subject: problemas instalando o Baghira |
|
|
Estou tendo problemas com a instalação do Baghira. Eu segui passo-a-passo as instruções dadas pelo desenvolvedor, e nada:
- criei o path /usr/local/portage/x11-themes/baghira, contendo o ebuild
- inclui esse path no make.conf (variável PORTDIR_OVERLAY)
E quando faço emerge baghira, recebo o seguinte erro:
Calculating dependencies
!!! all ebuilds that could satisfy "baghira" have been masked.
!!! possible candidates are:
- x11-themes/baghira-0.3.1n-r1 (masked by: ~keyword)
!!! Error calculating dependencies. Please correct.
Eu já tentei as keywords "x86", "digest" e "keyword".
Alguma idéia? |
|
| Back to top |
|
 |
fernandotcl Veteran


Joined: 20 Nov 2003 Posts: 1396 Location: Sao Paulo, Brazil
|
Posted: Mon Mar 01, 2004 2:40 am Post subject: |
|
|
Se eu entendi, você está tentando instalar um pacote que não está na árvore do Portage. Tente:
| Code: | | ACCEPT_KEYWORDS="~x86" emerge --digest baghira |
Como nunca instalei um pacote assim, pode não dar certo. No caso, tente especificar o caminho completo do ebuild. |
|
| Back to top |
|
 |
Gotterdammerung l33t


Joined: 11 Feb 2004 Posts: 627 Location: Rio de Janeiro, Brazil
|
Posted: Mon Mar 01, 2004 2:41 am Post subject: |
|
|
consegui passar essa primeira parte, mas acabei encarando outro erro:
checking for KDE... libraries /usr/kde/3.2/lib, headers /usr/kde/3.2/include
checking if UIC has KDE plugins available... configure: error: not found - you need to install kdelibs first.
cd . && make -f admin/Makefile.common configure.in ;
make[1]: Entering directory `/var/tmp/portage/baghira-0.3.1n-r1/work/baghira'
make[1]: Leaving directory `/var/tmp/portage/baghira-0.3.1n-r1/work/baghira'
cd . && /bin/sh /home/thomas/Desktop/mosfet-new/kcmbaghira/admin/missing --run aclocal-1.6
/home/thomas/Desktop/mosfet-new/kcmbaghira/admin/missing: /home/thomas/Desktop/mosfet-new/kcmbaghira/admin/missing: No such file or directory
make: *** [aclocal.m4] Error 127
>>> Install baghira-0.3.1n-r1 into /var/tmp/portage/baghira-0.3.1n-r1/image/ category x11-themes
cd . && /bin/sh /home/thomas/Desktop/mosfet-new/kcmbaghira/admin/missing --run aclocal-1.6
/home/thomas/Desktop/mosfet-new/kcmbaghira/admin/missing: /home/thomas/Desktop/mosfet-new/kcmbaghira/admin/missing: No such file or directory
make: *** [aclocal.m4] Error 127
!!! ERROR: x11-themes/baghira-0.3.1n-r1 failed.
!!! Function kde_src_install, Line 153, Exitcode 2
!!! died running make install, kde_src_install:make
E quando eu faço "emerge -s kdelibs", eu recebo o seguinte resultado:
* kde-base/kdelibs
Latest version available: 3.2.0
Latest version installed: 3.2.0
Size of downloaded files: 12,161 kB
Homepage: http//www.kde.org/
Description: KDE libraries needed by all kde programs
License: GPL-2 LGPL-2
O que fazer? E que path louco é esse /home/thomas???? |
|
| Back to top |
|
 |
Gotterdammerung l33t


Joined: 11 Feb 2004 Posts: 627 Location: Rio de Janeiro, Brazil
|
Posted: Mon Mar 01, 2004 2:44 am Post subject: |
|
|
| fernandotcl wrote: | Se eu entendi, você está tentando instalar um pacote que não está na árvore do Portage. Tente:
| Code: | | ACCEPT_KEYWORDS="~x86" emerge --digest baghira |
Como nunca instalei um pacote assim, pode não dar certo. No caso, tente especificar o caminho completo do ebuild. |
não funcionou... deu no mesmo erro que acima... |
|
| Back to top |
|
 |
EliasP Guru


Joined: 06 Dec 2002 Posts: 317 Location: South-West Germany
|
Posted: Mon Mar 01, 2004 1:51 pm Post subject: |
|
|
Sorry for writing in English, I don't speak Portuguese....
Looks like you upgraded your QT to 3.3 ?? So re-emerge kdelibs and retry to emerge baghira.
Greetings
Elias P. |
|
| Back to top |
|
 |
Gotterdammerung l33t


Joined: 11 Feb 2004 Posts: 627 Location: Rio de Janeiro, Brazil
|
Posted: Mon Mar 01, 2004 2:03 pm Post subject: |
|
|
| EliasP wrote: | Sorry for writing in English, I don't speak Portuguese....
Looks like you upgraded your QT to 3.3 ?? So re-emerge kdelibs and retry to emerge baghira.
Greetings
Elias P. |
Thanks, Elias! It worked!!! |
|
| Back to top |
|
 |
|