Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problemas na instalação do KDE
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Portuguese
View previous topic :: View next topic  
Author Message
flaviomlopes
n00b
n00b


Joined: 22 Jan 2004
Posts: 18
Location: Rio de Janeiro / Brasil

PostPosted: Thu Jan 22, 2004 12:11 am    Post subject: Problemas na instalação do KDE Reply with quote

:( Estou batalhando na instalação do Gentoo a partir do CD que veio na revista do Linux.
Minha conexão é velox e exige autenticação no provedor. Como não consegui fazê-la, optei por instalar o genkernel e persolnalizar depois aos poucos.
Assim fiz e, tendo conseguido um script perl para autenticar no velox, resolvi instalar o kde mas, após horas de download e compilação, deu erro na compilação.
Imagino que seja por conta da minha placa de vídeo (sis 305), que no boot pelo CD foi identificada apenas cono sis e com mensagem a respeito.
Alguém sabe como configurar corretamente o X e como fazer para tentar nova instalação?
Basta dar clean e fazer um novo emerge?
Obrigado.
Back to top
View user's profile Send private message
Festrati
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jan 2003
Posts: 105
Location: Brasil

PostPosted: Thu Jan 22, 2004 12:17 am    Post subject: Reply with quote

Execute o
Code:
xf86cfg

ele costuma detectar tudo

a ele vai colocar no teu home
Code:

/root


um arquivo XF86Config.algumacoisa

veja se ta tudo ok dae coloque ele no /etc/X11/XF86Config
Back to top
View user's profile Send private message
nafre
Guru
Guru


Joined: 27 Dec 2003
Posts: 388

PostPosted: Thu Jan 22, 2004 1:00 am    Post subject: Reply with quote

se eu fosse você faria:

Code:
emerge -C kde


depois

Code:

x86cfg

mv XF86Config.algumacoisa /etc/X11/XF86config


para ai sim emergir o kde

Code:
USE="gtk gtk2 kde e mais as outras" emerge kde


Abracos!

Poste o fim disso aqui[/code]
_________________
Nome- Felipe
Nick- Nafre
Idade- 25
Salvador - Bahia - Brasil
Back to top
View user's profile Send private message
alexandre_parente
n00b
n00b


Joined: 29 Jun 2003
Posts: 37

PostPosted: Thu Jan 22, 2004 5:14 am    Post subject: Reply with quote

Agumas perguntas.

que versao do kde voce esta instalando?
Qual foi o erro durante a compilacao.


Se o erro foi durante a compilacao em nada tem a haver com a configuracao do X. a compilacao independe do X estar ou nao estar configurado. seria sim se voce tivesse compilado o kde e nao conseguisse iniciar o kde.

Eu estalei a pouco o gentoo em um pc, tive muitos problemas instalando kde. acho que esse problema comecou com essa qt 3.2 que esta na arvore como sendo estavel. compilar o kde 3.1 com a qt 3.2 parece que nao esta dando muito certo, mas nao tenho certeza.

instale um fluxbox da vida para que voce tenha ja um X rodando no menor espaco de tempo. e em seguida poste aqui os erros de compilacao. que acredito eu estao ocorrendo no kdelibs ou kdebase.

o kde 3.2 beta2 ou rc1 sao bem estaveis. no entanto os sua estalacao no gentoo (pelo menos aqui da algum trabalho)

entao talveis se voce retitar a qt 3.2
#emerge --unmerge qt.
e instalar a qt 3.1**** resolva.
#cd /usr/portage/x11-libs/qt
#ls
#emerge qt-3.1(de um tab)

Mas o importante eh voce responder as duas primeiras perguntas. isto antes nao acontecia na instacao do kde , como eu ja disse passei a ter estes problemas quando a qt 3.2 apareceu como estavel.
Back to top
View user's profile Send private message
To
Veteran
Veteran


Joined: 12 Apr 2003
Posts: 1145
Location: Coimbra, Portugal

PostPosted: Thu Jan 22, 2004 9:38 am    Post subject: Reply with quote

Eu não acho que percises de fazer um -C ao KDE. Passa-se alguma confusão neste topic.
O X funciona sem gestor de janelas. Logo podes ter X só com o X ( esta frase não foi muito feliz ).
No meu caso, vê o que tenho no meu /etc/rc.conf
Code:

# NOTE:  1) this behaviour is overridden when a ~/.xinitrc exists, and startx
#           is called.
#        2) even if a ~/.xsession exist, if XSESSION can be resolved, it will
#           be executed rather than ~/.xsession, else KDM breaks ...
#
# Defaults depending on what you install currently include:
#
# Gnome - will start gnome-session
# kde-<version> - will start startkde (ex: kde-3.0.2)
# Xsession - will start a terminal and a few other nice apps

XSESSION="Gnome"

Basicamente percisas de configurar o X para funcionar correctamente, como já foi dito podes fazer isso com o xf86config.
Depois de já teres X podes meter o gestor que quiseres, agora se ele falhar no merge é erro de outra coisa e nessa altura tens de dizer qual é o package que falha e qual é o erro.


_________________

------------------------------------------------
Linux Gandalf 3.2.35-grsec
Gentoo Base System version 2.2
------------------------------------------------
Back to top
View user's profile Send private message
domus-br
Apprentice
Apprentice


Joined: 27 May 2003
Posts: 292
Location: Niterói-RJ,Brasil

PostPosted: Thu Jan 22, 2004 11:51 am    Post subject: Reply with quote

estou tentando compilar o kde 3.1.5 recebo este erro no arts

Code:
configure: error: "no known STL type found - did you forget to install libstdc++-devel ?"

!!! ERROR: kde-base/arts-1.1.5 failed.
!!! Function kde_src_compile, Line 117, Exitcode 1
!!! died running ./configure, kde_src_compile:configure

[/quote]
_________________
http://www.mozilla.org.br

"Este site só funciona com browser IE 5 ou superior"
O Mozilla é superior!!
:=:=:=:=:=:
Forumgdh
LinuxBsd
Back to top
View user's profile Send private message
fernandotcl
Veteran
Veteran


Joined: 20 Nov 2003
Posts: 1396
Location: Sao Paulo, Brazil

PostPosted: Thu Jan 22, 2004 2:21 pm    Post subject: Reply with quote

Flávio, antes de mais nada, já que o X já está instalado, apenas digite "startx" sem mexer em nada antes e veja se o X funcionou. Se sim, não é sua placa de vídeo.

EDIT: Para sair do TWM (o que vai aparecer na tela com o startx), digite Ctrl + Alt + Backspace.
Back to top
View user's profile Send private message
fernandotcl
Veteran
Veteran


Joined: 20 Nov 2003
Posts: 1396
Location: Sao Paulo, Brazil

PostPosted: Thu Jan 22, 2004 2:23 pm    Post subject: Reply with quote

domus-br wrote:
estou tentando compilar o kde 3.1.5 recebo este erro no arts

Code:
configure: error: "no known STL type found - did you forget to install libstdc++-devel ?"

!!! ERROR: kde-base/arts-1.1.5 failed.
!!! Function kde_src_compile, Line 117, Exitcode 1
!!! died running ./configure, kde_src_compile:configure



Domus, tenta fazer um "emerge -s libstdc" e veja se a tal libstdc++ está instalada.
Back to top
View user's profile Send private message
alexandre_parente
n00b
n00b


Joined: 29 Jun 2003
Posts: 37

PostPosted: Fri Jan 23, 2004 4:24 am    Post subject: Reply with quote

se der copia o maximo de linhas possiveis do erro.

Bem... um chute no escuro seria usar.
#ACCEPT_KEYWORDS=~x86 emerge -o arts
depois
#emerge arts
Back to top
View user's profile Send private message
domus-br
Apprentice
Apprentice


Joined: 27 May 2003
Posts: 292
Location: Niterói-RJ,Brasil

PostPosted: Fri Jan 23, 2004 12:07 pm    Post subject: Reply with quote

fernandotcl wrote:
domus-br wrote:
estou tentando compilar o kde 3.1.5 recebo este erro no arts

Code:
configure: error: "no known STL type found - did you forget to install libstdc++-devel ?"

!!! ERROR: kde-base/arts-1.1.5 failed.
!!! Function kde_src_compile, Line 117, Exitcode 1
!!! died running ./configure, kde_src_compile:configure



Domus, tenta fazer um "emerge -s libstdc" e veja se a tal libstdc++ está instalada.


essa lib nao existe no portage
_________________
http://www.mozilla.org.br

"Este site só funciona com browser IE 5 ou superior"
O Mozilla é superior!!
:=:=:=:=:=:
Forumgdh
LinuxBsd
Back to top
View user's profile Send private message
domus-br
Apprentice
Apprentice


Joined: 27 May 2003
Posts: 292
Location: Niterói-RJ,Brasil

PostPosted: Fri Jan 23, 2004 12:14 pm    Post subject: Reply with quote

alexandre_parente wrote:
se der copia o maximo de linhas possiveis do erro.

Bem... um chute no escuro seria usar.
#ACCEPT_KEYWORDS=~x86 emerge -o arts
depois
#emerge arts



bom, eu colei a parte apenas onde havia dado o erro, ai está todo o procedimento

Code:
otavio root # emerge kde
Calculating dependencies ...done!
>>> emerge (1 of 15) kde-base/arts-1.1.5 to /
>>> md5 src_uri ;-) arts-1.1.5.tar.bz2
>>> Unpacking source...
>>> Unpacking arts-1.1.5.tar.bz2 to /var/tmp/portage/arts-1.1.5/work
patching file flow/gsl/configure.in.in
Running sed on Makefile.am
Running sed on Makefile.in
patching file detect-autoconf.sh
>>> Source unpacked.
*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating configure.in
*** Creating aclocal.m4
*** Creating configure
*** Creating config.h template
*** Creating Makefile templates
*** Postprocessing Makefile templates
*** Creating date/time stamp
*** Finished
    Don't forget to run ./configure
    If you haven't done so in a while, run ./configure --help
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for a BSD-compatible install... /bin/install -c -p
checking for style of include used by make... GNU
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for i686-pc-linux-gnu-g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wnon-virtual-dtor... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -frepo... yes
not using lib directory suffix
checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking for a sed that does not truncate output...
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse nm output from gcc object... ok
checking for objdir... .libs
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-linux-gnu-strip... strip
checking if gcc static flag  works... no
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "GCJ" to libtool
checking if gcj supports -fno-rtti -fno-exceptions... (cached) no
checking for gcj option to produce PIC... -fPIC
checking if gcj PIC flag -fPIC works... no
checking if gcj supports -c -o file.o... no
checking whether the gcj linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking which extension is used for shared libraries... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for objdir... .libs
checking command to parse nm output... yes
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for dlopen in -ldl... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for dlerror... yes
checking for _ prefix in compiled symbols... (cached) no
checking whether deplibs are loaded by dlopen... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for dlfcn.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for strcmp... yes
checking for extra includes... no
checking for extra libs... no
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for poll in -lpoll... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking if res_init needs -lresolv... yes
checking if res_init is available... yes
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for char... yes
checking size of char... 1
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for vsnprintf... yes
checking for snprintf... yes
checking if Qt compiles without flags... no
checking if STL implementation is SGI like... no
checking if STL implementation is HP like... no
configure: error: "no known STL type found - did you forget to install libstdc++-devel ?"

!!! ERROR: kde-base/arts-1.1.5 failed.
!!! Function kde_src_compile, Line 117, Exitcode 1
!!! died running ./configure, kde_src_compile:configure

otavio root #

_________________
http://www.mozilla.org.br

"Este site só funciona com browser IE 5 ou superior"
O Mozilla é superior!!
:=:=:=:=:=:
Forumgdh
LinuxBsd
Back to top
View user's profile Send private message
flaviomlopes
n00b
n00b


Joined: 22 Jan 2004
Posts: 18
Location: Rio de Janeiro / Brasil

PostPosted: Sat Jan 24, 2004 11:44 pm    Post subject: Reply with quote

A todos que responderam agradeço.
O problema era erro de segmentação na compilação do gcc 3.2.3 (que o emerge, automaticamente baixou e tentou compilar).
Nesse meio tempo, fiz uma barbeiragem com o nodepth que parou quase tudo de funcionar, até o "ls".
Assim, estou tendo que recomeçar do zero.
Quando houver novidades eu aviso.
Back to top
View user's profile Send private message
nafre
Guru
Guru


Joined: 27 Dec 2003
Posts: 388

PostPosted: Sun Jan 25, 2004 5:02 am    Post subject: Reply with quote

OK

Theard encerrada!

desculpe ignorância o que venha a ser nodepth
_________________
Nome- Felipe
Nick- Nafre
Idade- 25
Salvador - Bahia - Brasil
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portuguese All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum