Instalando openchrome [RESOLVIDO]

1. Instalando openchrome [RESOLVIDO]

gabriel
darkfull

(usa Slackware)

Enviado em 02/10/2008 - 22:44h

Fiz da seguinte maneira


mkdir openchrome
cd openchrome
svn co http://svn.openchrome.org/svn/trunk
cd trunk
./autogen.sh
make
make install

****ERRO APÓS O MAKE INSTALL

Making install in src
make[1]: Entering directory `/home/Plasma/openchrome/trunk/src'
make install-am
make[2]: Entering directory `/home/Plasma/openchrome/trunk/src'
make[3]: Entering directory `/home/Plasma/openchrome/trunk/src'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/xorg/modules/drivers" || mkdir -p -- "/usr/local/lib/xorg/modules/drivers"
/bin/sh ../libtool --mode=install /bin/ginstall -c 'openchrome_drv.la' '/usr/local/lib/xorg/modules/drivers/openchrome_drv.la'
/bin/ginstall -c .libs/openchrome_drv.so /usr/local/lib/xorg/modules/drivers/openchrome_drv.so
/bin/ginstall -c .libs/openchrome_drv.lai /usr/local/lib/xorg/modules/drivers/openchrome_drv.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/xorg/modules/drivers
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/xorg/modules/drivers

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/Plasma/openchrome/trunk/src'
make[2]: Leaving directory `/home/Plasma/openchrome/trunk/src'
make[1]: Leaving directory `/home/Plasma/openchrome/trunk/src'
Making install in man
make[1]: Entering directory `/home/Plasma/openchrome/trunk/man'
make[2]: Entering directory `/home/Plasma/openchrome/trunk/man'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man4" || mkdir -p -- "/usr/local/share/man/man4"
/bin/ginstall -c -m 644 'openchrome.4' '/usr/local/share/man/man4/openchrome.4'
make[2]: Leaving directory `/home/Plasma/openchrome/trunk/man'
make[1]: Leaving directory `/home/Plasma/openchrome/trunk/man'
Making install in libxvmc
make[1]: Entering directory `/home/Plasma/openchrome/trunk/libxvmc'
make[2]: Entering directory `/home/Plasma/openchrome/trunk/libxvmc'
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
/bin/sh ../libtool --mode=install /bin/ginstall -c 'libchromeXvMC.la' '/usr/local/lib/libchromeXvMC.la'
/bin/ginstall -c .libs/libchromeXvMC.so.1.0.0 /usr/local/lib/libchromeXvMC.so.1.0.0
(cd /usr/local/lib && { ln -s -f libchromeXvMC.so.1.0.0 libchromeXvMC.so.1 || { rm -f libchromeXvMC.so.1 && ln -s libchromeXvMC.so.1.0.0 libchromeXvMC.so.1; }; })
(cd /usr/local/lib && { ln -s -f libchromeXvMC.so.1.0.0 libchromeXvMC.so || { rm -f libchromeXvMC.so && ln -s libchromeXvMC.so.1.0.0 libchromeXvMC.so; }; })
/bin/ginstall -c .libs/libchromeXvMC.lai /usr/local/lib/libchromeXvMC.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../libtool --mode=install /bin/ginstall -c 'libchromeXvMCPro.la' '/usr/local/lib/libchromeXvMCPro.la'
/bin/ginstall -c .libs/libchromeXvMCPro.so.1.0.0 /usr/local/lib/libchromeXvMCPro.so.1.0.0
(cd /usr/local/lib && { ln -s -f libchromeXvMCPro.so.1.0.0 libchromeXvMCPro.so.1 || { rm -f libchromeXvMCPro.so.1 && ln -s libchromeXvMCPro.so.1.0.0 libchromeXvMCPro.so.1; }; })
(cd /usr/local/lib && { ln -s -f libchromeXvMCPro.so.1.0.0 libchromeXvMCPro.so || { rm -f libchromeXvMCPro.so && ln -s libchromeXvMCPro.so.1.0.0 libchromeXvMCPro.so; }; })
/bin/ginstall -c .libs/libchromeXvMCPro.lai /usr/local/lib/libchromeXvMCPro.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/Plasma/openchrome/trunk/libxvmc'
make[1]: Leaving directory `/home/Plasma/openchrome/trunk/libxvmc'
make[1]: Entering directory `/home/Plasma/openchrome/trunk'
make[2]: Entering directory `/home/Plasma/openchrome/trunk'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/Plasma/openchrome/trunk'
make[1]: Leaving directory `/home/Plasma/openchrome/trunk'


Gostaria de saber oque está acontecendo?



git-clone git://anongit.freedesktop.org/git/mesa/drm
cd drm
./autogen.sh
make
make install


Eu já instalei varias vezes o driver, mais dessa vez está dando esse erro.
fonte de onde estou seguindo instruções.
http://www.slackbr.org/forum/viewtopic.php?f=201&t=16011


Obrigado


  


2. Re: Instalando openchrome [RESOLVIDO]

gabriel
darkfull

(usa Slackware)

Enviado em 02/10/2008 - 22:48h

Pessoal estáva vendo aqui, de uma olhada, tem uma linha comentada "Libraries have been installed in:
/usr/local/lib/xorg/modules/drivers"
sera que o driver já esta instalado?


3. Re: Instalando openchrome [RESOLVIDO]

gabriel
darkfull

(usa Slackware)

Enviado em 03/10/2008 - 11:03h

Pessoal isso mesmo.
na atualização que tinha feito no slackware ele instalo o driver.
ai eu substitui lá no xorg.conf
driver: vesa
para
driver: openchrome
vlw






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts