[Openchrome-users] RE RE: openchrome installation problems

Kimmo Tuhkala tehomylly
Thu May 22 02:39:22 PDT 2008


Are you able to compile any other driver than openchrome ? --------------------YES
What does autogen.sh from openchrome output ?

root:/sources/blfs/xc/openchrome/trunk# ./autogen.sh --prefix=/usr CPPFLAGS="-I/usr/include/xorg"                  
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
libtoolize: `config.guess' exists: use `--force' to overwrite
libtoolize: `config.sub' exists: use `--force' to overwrite
libtoolize: `ltmain.sh' exists: use `--force' to overwrite
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for 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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
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 static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
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 for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/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++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking if RANDR is defined... yes
checking if RENDER is defined... yes
checking if XV is defined... yes
checking if XF86DRI is defined... yes
checking if DPMSExtension is defined... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XORG... yes
checking for ANSI C header files... (cached) yes
checking for xf86Modes.h... no
checking whether XSERVER_LIBPCIACCESS is declared... no
checking for /usr/include/xorg/dri.h... yes
checking for /usr/include/xorg/sarea.h... yes
checking for /usr/include/xorg/dristruct.h... yes
checking whether to include DRI support... yes
checking for DRI... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking whether to build XvMC driver support... yes
checking for /usr/include/xorg/xf86Module.h... yes
checking whether to use old Xv ABI... no.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libxvmc/Makefile
config.status: creating man/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands



what does make output if autogen succeed ?




root:/sources/blfs/xc/openchrome/trunk# make
make  all-recursive
make[1]: Siirryt??n hakemistoon "/sources/blfs/xc/openchrome/trunk"
Making all in src
make[2]: Siirryt??n hakemistoon "/sources/blfs/xc/openchrome/trunk/src"
make  all-am
make[3]: Siirryt??n hakemistoon "/sources/blfs/xc/openchrome/trunk/src"
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_3d.lo -MD -MP -MF .deps/via_3d.Tpo -c -o via_3d.lo via_3d.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_3d.lo -MD -MP -MF .deps/via_3d.Tpo -c via_3d.c  -fPIC -DPIC -o .libs/via_3d.o
mv -f .deps/via_3d.Tpo .deps/via_3d.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_accel.lo -MD -MP -MF .deps/via_accel.Tpo -c -o via_accel.lo via_accel.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_accel.lo -MD -MP -MF .deps/via_accel.Tpo -c via_accel.c  -fPIC -DPIC -o .libs/via_accel.o
mv -f .deps/via_accel.Tpo .deps/via_accel.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_bandwidth.lo -MD -MP -MF .deps/via_bandwidth.Tpo -c -o via_bandwidth.lo via_bandwidth.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_bandwidth.lo -MD -MP -MF .deps/via_bandwidth.Tpo -c via_bandwidth.c  -fPIC -DPIC -o .libs/via_bandwidth.o
mv -f .deps/via_bandwidth.Tpo .deps/via_bandwidth.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_ch7xxx.lo -MD -MP -MF .deps/via_ch7xxx.Tpo -c -o via_ch7xxx.lo via_ch7xxx.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_ch7xxx.lo -MD -MP -MF .deps/via_ch7xxx.Tpo -c via_ch7xxx.c  -fPIC -DPIC -o .libs/via_ch7xxx.o
mv -f .deps/via_ch7xxx.Tpo .deps/via_ch7xxx.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_cursor.lo -MD -MP -MF .deps/via_cursor.Tpo -c -o via_cursor.lo via_cursor.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_cursor.lo -MD -MP -MF .deps/via_cursor.Tpo -c via_cursor.c  -fPIC -DPIC -o .libs/via_cursor.o
mv -f .deps/via_cursor.Tpo .deps/via_cursor.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_dga.lo -MD -MP -MF .deps/via_dga.Tpo -c -o via_dga.lo via_dga.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_dga.lo -MD -MP -MF .deps/via_dga.Tpo -c via_dga.c  -fPIC -DPIC -o .libs/via_dga.o
mv -f .deps/via_dga.Tpo .deps/via_dga.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_driver.lo -MD -MP -MF .deps/via_driver.Tpo -c -o via_driver.lo via_driver.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_driver.lo -MD -MP -MF .deps/via_driver.Tpo -c via_driver.c  -fPIC -DPIC -o .libs/via_driver.o
mv -f .deps/via_driver.Tpo .deps/via_driver.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_i2c.lo -MD -MP -MF .deps/via_i2c.Tpo -c -o via_i2c.lo via_i2c.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_i2c.lo -MD -MP -MF .deps/via_i2c.Tpo -c via_i2c.c  -fPIC -DPIC -o .libs/via_i2c.o
mv -f .deps/via_i2c.Tpo .deps/via_i2c.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_id.lo -MD -MP -MF .deps/via_id.Tpo -c -o via_id.lo via_id.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_id.lo -MD -MP -MF .deps/via_id.Tpo -c via_id.c  -fPIC -DPIC -o .libs/via_id.o
mv -f .deps/via_id.Tpo .deps/via_id.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_memcpy.lo -MD -MP -MF .deps/via_memcpy.Tpo -c -o via_memcpy.lo via_memcpy.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_memcpy.lo -MD -MP -MF .deps/via_memcpy.Tpo -c via_memcpy.c  -fPIC -DPIC -o .libs/via_memcpy.o
mv -f .deps/via_memcpy.Tpo .deps/via_memcpy.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_memory.lo -MD -MP -MF .deps/via_memory.Tpo -c -o via_memory.lo via_memory.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_memory.lo -MD -MP -MF .deps/via_memory.Tpo -c via_memory.c  -fPIC -DPIC -o .libs/via_memory.o
mv -f .deps/via_memory.Tpo .deps/via_memory.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_mode.lo -MD -MP -MF .deps/via_mode.Tpo -c -o via_mode.lo via_mode.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_mode.lo -MD -MP -MF .deps/via_mode.Tpo -c via_mode.c  -fPIC -DPIC -o .libs/via_mode.o
mv -f .deps/via_mode.Tpo .deps/via_mode.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_shadow.lo -MD -MP -MF .deps/via_shadow.Tpo -c -o via_shadow.lo via_shadow.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_shadow.lo -MD -MP -MF .deps/via_shadow.Tpo -c via_shadow.c  -fPIC -DPIC -o .libs/via_shadow.o
mv -f .deps/via_shadow.Tpo .deps/via_shadow.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_swov.lo -MD -MP -MF .deps/via_swov.Tpo -c -o via_swov.lo via_swov.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_swov.lo -MD -MP -MF .deps/via_swov.Tpo -c via_swov.c  -fPIC -DPIC -o .libs/via_swov.o
mv -f .deps/via_swov.Tpo .deps/via_swov.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_vbe.lo -MD -MP -MF .deps/via_vbe.Tpo -c -o via_vbe.lo via_vbe.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_vbe.lo -MD -MP -MF .deps/via_vbe.Tpo -c via_vbe.c  -fPIC -DPIC -o .libs/via_vbe.o
mv -f .deps/via_vbe.Tpo .deps/via_vbe.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_vgahw.lo -MD -MP -MF .deps/via_vgahw.Tpo -c -o via_vgahw.lo via_vgahw.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_vgahw.lo -MD -MP -MF .deps/via_vgahw.Tpo -c via_vgahw.c  -fPIC -DPIC -o .libs/via_vgahw.o
mv -f .deps/via_vgahw.Tpo .deps/via_vgahw.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_video.lo -MD -MP -MF .deps/via_video.Tpo -c -o via_video.lo via_video.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_video.lo -MD -MP -MF .deps/via_video.Tpo -c via_video.c  -fPIC -DPIC -o .libs/via_video.o
mv -f .deps/via_video.Tpo .deps/via_video.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_vt162x.lo -MD -MP -MF .deps/via_vt162x.Tpo -c -o via_vt162x.lo via_vt162x.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_vt162x.lo -MD -MP -MF .deps/via_vt162x.Tpo -c via_vt162x.c  -fPIC -DPIC -o .libs/via_vt162x.o
mv -f .deps/via_vt162x.Tpo .deps/via_vt162x.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_dri.lo -MD -MP -MF .deps/via_dri.Tpo -c -o via_dri.lo via_dri.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_dri.lo -MD -MP -MF .deps/via_dri.Tpo -c via_dri.c  -fPIC -DPIC -o .libs/via_dri.o
mv -f .deps/via_dri.Tpo .deps/via_dri.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -MT via_xvmc.lo -MD -MP -MF .deps/via_xvmc.Tpo -c -o via_xvmc.lo via_xvmc.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -g -O2 -MT via_xvmc.lo -MD -MP -MF .deps/via_xvmc.Tpo -c via_xvmc.c  -fPIC -DPIC -o .libs/via_xvmc.o
mv -f .deps/via_xvmc.Tpo .deps/via_xvmc.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -g -O2 -module -avoid-version  -o openchrome_drv.la -rpath /usr/lib/xorg/modules/drivers via_3d.lo via_accel.lo via_bandwidth.lo via_ch7xxx.lo via_cursor.lo via_dga.lo via_driver.lo via_i2c.lo via_id.lo via_memcpy.lo via_memory.lo via_mode.lo via_shadow.lo via_swov.lo via_vbe.lo via_vgahw.lo via_video.lo via_vt162x.lo via_dri.lo via_xvmc.lo  
gcc -shared  .libs/via_3d.o .libs/via_accel.o .libs/via_bandwidth.o .libs/via_ch7xxx.o .libs/via_cursor.o .libs/via_dga.o .libs/via_driver.o .libs/via_i2c.o .libs/via_id.o .libs/via_memcpy.o .libs/via_memory.o .libs/via_mode.o .libs/via_shadow.o .libs/via_swov.o .libs/via_vbe.o .libs/via_vgahw.o .libs/via_video.o .libs/via_vt162x.o .libs/via_dri.o .libs/via_xvmc.o   -Wl,-soname -Wl,openchrome_drv.so -o .libs/openchrome_drv.so
creating openchrome_drv.la
(cd .libs && rm -f openchrome_drv.la && ln -s ../openchrome_drv.la openchrome_drv.la)
make[3]: Poistutaan hakemistosta "/sources/blfs/xc/openchrome/trunk/src"
make[2]: Poistutaan hakemistosta "/sources/blfs/xc/openchrome/trunk/src"
Making all in man
make[2]: Siirryt??n hakemistoon "/sources/blfs/xc/openchrome/trunk/man"
sed -e 's|__vendorversion__|"xf86-video-openchrome 0.2.902" "X Version 11"|' -e 's|__xorgversion__|"xf86-video-openchrome 0.2.902" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__appmansuffix__||g' -e 's|__drivermansuffix__|4|g' -e 's|__adminmansuffix__||g' -e 's|__miscmansuffix__||g' -e 's|__filemansuffix__||g' < openchrome.man> openchrome.4
make[2]: Poistutaan hakemistosta "/sources/blfs/xc/openchrome/trunk/man"
Making all in libxvmc
make[2]: Siirryt??n hakemistoon "/sources/blfs/xc/openchrome/trunk/libxvmc"
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMC_la-viaLowLevel.lo -MD -MP -MF .deps/libchromeXvMC_la-viaLowLevel.Tpo -c -o libchromeXvMC_la-viaLowLevel.lo `test -f 'viaLowLevel.c' || echo './'`viaLowLevel.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMC_la-viaLowLevel.lo -MD -MP -MF .deps/libchromeXvMC_la-viaLowLevel.Tpo -c viaLowLevel.c  -fPIC -DPIC -o .libs/libchromeXvMC_la-viaLowLevel.o
mv -f .deps/libchromeXvMC_la-viaLowLevel.Tpo .deps/libchromeXvMC_la-viaLowLevel.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMC_la-driDrawable.lo -MD -MP -MF .deps/libchromeXvMC_la-driDrawable.Tpo -c -o libchromeXvMC_la-driDrawable.lo `test -f 'driDrawable.c' || echo './'`driDrawable.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMC_la-driDrawable.lo -MD -MP -MF .deps/libchromeXvMC_la-driDrawable.Tpo -c driDrawable.c  -fPIC -DPIC -o .libs/libchromeXvMC_la-driDrawable.o
mv -f .deps/libchromeXvMC_la-driDrawable.Tpo .deps/libchromeXvMC_la-driDrawable.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMC_la-viaXvMC.lo -MD -MP -MF .deps/libchromeXvMC_la-viaXvMC.Tpo -c -o libchromeXvMC_la-viaXvMC.lo `test -f 'viaXvMC.c' || echo './'`viaXvMC.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMC_la-viaXvMC.lo -MD -MP -MF .deps/libchromeXvMC_la-viaXvMC.Tpo -c viaXvMC.c  -fPIC -DPIC -o .libs/libchromeXvMC_la-viaXvMC.o
mv -f .deps/libchromeXvMC_la-viaXvMC.Tpo .deps/libchromeXvMC_la-viaXvMC.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMC_la-xf86dri.lo -MD -MP -MF .deps/libchromeXvMC_la-xf86dri.Tpo -c -o libchromeXvMC_la-xf86dri.lo `test -f 'xf86dri.c' || echo './'`xf86dri.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMC_la-xf86dri.lo -MD -MP -MF .deps/libchromeXvMC_la-xf86dri.Tpo -c xf86dri.c  -fPIC -DPIC -o .libs/libchromeXvMC_la-xf86dri.o
mv -f .deps/libchromeXvMC_la-xf86dri.Tpo .deps/libchromeXvMC_la-xf86dri.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -version-number 1:0:0  -o libchromeXvMC.la -rpath /usr/lib libchromeXvMC_la-viaLowLevel.lo libchromeXvMC_la-driDrawable.lo libchromeXvMC_la-viaXvMC.lo libchromeXvMC_la-xf86dri.lo -ldrm   
gcc -shared  .libs/libchromeXvMC_la-viaLowLevel.o .libs/libchromeXvMC_la-driDrawable.o .libs/libchromeXvMC_la-viaXvMC.o .libs/libchromeXvMC_la-xf86dri.o  /usr/lib/libdrm.so  -Wl,-soname -Wl,libchromeXvMC.so.1 -o .libs/libchromeXvMC.so.1.0.0
(cd .libs && rm -f libchromeXvMC.so.1 && ln -s libchromeXvMC.so.1.0.0 libchromeXvMC.so.1)
(cd .libs && rm -f libchromeXvMC.so && ln -s libchromeXvMC.so.1.0.0 libchromeXvMC.so)
creating libchromeXvMC.la
(cd .libs && rm -f libchromeXvMC.la && ln -s ../libchromeXvMC.la libchromeXvMC.la)
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMCPro_la-viaLowLevelPro.lo -MD -MP -MF .deps/libchromeXvMCPro_la-viaLowLevelPro.Tpo -c -o libchromeXvMCPro_la-viaLowLevelPro.lo `test -f 'viaLowLevelPro.c' || echo './'`viaLowLevelPro.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMCPro_la-viaLowLevelPro.lo -MD -MP -MF .deps/libchromeXvMCPro_la-viaLowLevelPro.Tpo -c viaLowLevelPro.c  -fPIC -DPIC -o .libs/libchromeXvMCPro_la-viaLowLevelPro.o
mv -f .deps/libchromeXvMCPro_la-viaLowLevelPro.Tpo .deps/libchromeXvMCPro_la-viaLowLevelPro.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMCPro_la-driDrawable.lo -MD -MP -MF .deps/libchromeXvMCPro_la-driDrawable.Tpo -c -o libchromeXvMCPro_la-driDrawable.lo `test -f 'driDrawable.c' || echo './'`driDrawable.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMCPro_la-driDrawable.lo -MD -MP -MF .deps/libchromeXvMCPro_la-driDrawable.Tpo -c driDrawable.c  -fPIC -DPIC -o .libs/libchromeXvMCPro_la-driDrawable.o
mv -f .deps/libchromeXvMCPro_la-driDrawable.Tpo .deps/libchromeXvMCPro_la-driDrawable.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMCPro_la-viaXvMC.lo -MD -MP -MF .deps/libchromeXvMCPro_la-viaXvMC.Tpo -c -o libchromeXvMCPro_la-viaXvMC.lo `test -f 'viaXvMC.c' || echo './'`viaXvMC.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMCPro_la-viaXvMC.lo -MD -MP -MF .deps/libchromeXvMCPro_la-viaXvMC.Tpo -c viaXvMC.c  -fPIC -DPIC -o .libs/libchromeXvMCPro_la-viaXvMC.o
mv -f .deps/libchromeXvMCPro_la-viaXvMC.Tpo .deps/libchromeXvMCPro_la-viaXvMC.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMCPro_la-xf86dri.lo -MD -MP -MF .deps/libchromeXvMCPro_la-xf86dri.Tpo -c -o libchromeXvMCPro_la-xf86dri.lo `test -f 'xf86dri.c' || echo './'`xf86dri.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm -I/usr/include/drm -I/usr/include/X11/dri -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -MT libchromeXvMCPro_la-xf86dri.lo -MD -MP -MF .deps/libchromeXvMCPro_la-xf86dri.Tpo -c xf86dri.c  -fPIC -DPIC -o .libs/libchromeXvMCPro_la-xf86dri.o
mv -f .deps/libchromeXvMCPro_la-xf86dri.Tpo .deps/libchromeXvMCPro_la-xf86dri.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm -I/usr/include/X11/dri   -I../src -I../libxvmc -DTRUE=1 -DFALSE=0 -g -O2 -version-number 1:0:0  -o libchromeXvMCPro.la -rpath /usr/lib libchromeXvMCPro_la-viaLowLevelPro.lo libchromeXvMCPro_la-driDrawable.lo libchromeXvMCPro_la-viaXvMC.lo libchromeXvMCPro_la-xf86dri.lo -ldrm   
gcc -shared  .libs/libchromeXvMCPro_la-viaLowLevelPro.o .libs/libchromeXvMCPro_la-driDrawable.o .libs/libchromeXvMCPro_la-viaXvMC.o .libs/libchromeXvMCPro_la-xf86dri.o  /usr/lib/libdrm.so  -Wl,-soname -Wl,libchromeXvMCPro.so.1 -o .libs/libchromeXvMCPro.so.1.0.0
(cd .libs && rm -f libchromeXvMCPro.so.1 && ln -s libchromeXvMCPro.so.1.0.0 libchromeXvMCPro.so.1)
(cd .libs && rm -f libchromeXvMCPro.so && ln -s libchromeXvMCPro.so.1.0.0 libchromeXvMCPro.so)
creating libchromeXvMCPro.la
(cd .libs && rm -f libchromeXvMCPro.la && ln -s ../libchromeXvMCPro.la libchromeXvMCPro.la)
make[2]: Poistutaan hakemistosta "/sources/blfs/xc/openchrome/trunk/libxvmc"
make[2]: Siirryt??n hakemistoon "/sources/blfs/xc/openchrome/trunk"
make[2]: Poistutaan hakemistosta "/sources/blfs/xc/openchrome/trunk"
make[1]: Poistutaan hakemistosta "/sources/blfs/xc/openchrome/trunk"
root:/sources/blfs/xc/openchrome/trunk# 








----------------------------------------
> Date: Thu, 22 May 2008 11:12:32 +0200
> From: xavier at bachelot.org
> To: tehomylly at hotmail.com
> CC: openchrome-users at openchrome.org
> Subject: Re: [Openchrome-users] openchrome installation problems
> 
> Kimmo Tuhkala wrote:
>> root:/sources/blfs/xc/openchrome/trunk# cat config.log | grep error
>> conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
>> conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
>> conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
>> conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
>> configure:20645: $PKG_CONFIG --exists --print-errors "xorg-server xproto xvmc fontsproto libdrm $REQUIRED_MODULES"
>> configure:20663: $PKG_CONFIG --exists --print-errors "xorg-server xproto xvmc fontsproto libdrm $REQUIRED_MODULES"
>> conftest.c:22:25: error: xorg-server.h: No such file or directory
>> conftest.c:24:23: error: xf86Modes.h: No such file or directory
> 
> The 2 files above comes from xorg-server, so I believe something is 
> wrong with your xorg-server installation.
> 
>> conftest.c:28: error: 'XSERVER_LIBPCIACCESS' undeclared (first use in this function)
>> conftest.c:28: error: (Each undeclared identifier is reported only once
>> conftest.c:28: error: for each function it appears in.)
>> configure:21261: $PKG_CONFIG --exists --print-errors "libdrm xf86driproto"
>> configure:21279: $PKG_CONFIG --exists --print-errors "libdrm xf86driproto"
>> 
>> 
>> i am using linux from scratch, kernel is 2.6.22.5, i have have no idea what is wrong, packages are in pkg-config list and installed, 
>> i have no idea why configure complains about those packages, 
>> 
>> if i need development packages, tell me where to download source files
>>
> Are you able to compile any other driver than openchrome ?
> What does autogen.sh from openchrome output ?
> what does make output if autogen succeed ?
> 
> Regards,
> Xavier
> 
> 

_________________________________________________________________
On aika liitty? perheeseen! Ota k?ytt??n uuden sukupolven ilmaiset Windows Live palvelut! 
http://get.live.com



More information about the Openchrome-users mailing list