tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Failing x11/xf86-video-* driver compiles



    Date:        Tue, 9 Jun 2009 17:04:47 +0300
    From:        Hasso Tepper <hasso%NetBSD.org@localhost>
    Message-ID:  <200906091704.47912.hasso%netbsd.org@localhost>

  | And as I already said, all these are removed from most of systems already 
  | as deprecated drivers.

Even if they're not (yet) ready to be removed for whatever reason,
could the non-compiling drivers at least be removed from
meta-pkgs/modular-xorg-drivers so that one can build again?

At the minute, for me on NetBSD 4.0, I have them all compiled (obviously
not tested...) except for cyrix imstt nsc tdfx vga and via

Of those, cyrix imstt tdfx and via are all still expected to fail, right?
Those are the ones that should probably be removed from the meta package.

For the other two, the problem with vga is trivial - the module builds
fine, but make bombs out when it gets to the man page - I assume that's
some trivial oversight...

ranlib .libs/vga_drv.a
creating vga_drv.la
(cd .libs && rm -f vga_drv.la && ln -s ../vga_drv.la vga_drv.la)
Making all in man
make: don't know how to make vga.@DRIVER_MAN_SUFFIX@. Stop

make: stopped in 
/pkg_comp/obj/pkgsrc/x11/xf86-video-vga/4x/xf86-video-vga-4.1.0/man
*** Error code 1

The nsc driver problem is a little bigger, but probably not much more
serious to fix ...

/bin/sh ../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I..    
-I/usr/pkg/include -I/usr/pkg/include/xorg -I/usr/pkg/include/pixman-1 
-I/usr/pkg/include   -I../src/gfx -I../src/panel -O2 -I/usr/pkg/include -MT 
nsc_driver.lo -MD -MP -MF .deps/nsc_driver.Tpo -c -o nsc_driver.lo nsc_driver.c
 cc -DHAVE_CONFIG_H -I. -I.. 
-I/pkg_comp/obj/pkgsrc/x11/xf86-video-nsc/4x/.buildlink/include 
-I/pkg_comp/obj/pkgsrc/x11/xf86-video-nsc/4x/.buildlink/include/xorg 
-I/pkg_comp/obj/pkgsrc/x11/xf86-video-nsc/4x/.buildlink/include/pixman-1 
-I../src/gfx -I../src/panel -O2 -MT nsc_driver.lo -MD -MP -MF 
.deps/nsc_driver.Tpo -c nsc_driver.c  -fPIC -DPIC -o .libs/nsc_driver.o
nsc_driver.c:239: error: 'PACKAGE_VERSION_MAJOR' undeclared here (not in a 
function)
nsc_driver.c:239: error: 'PACKAGE_VERSION_MINOR' undeclared here (not in a 
function)
nsc_driver.c:239: error: 'PACKAGE_VERSION_PATCHLEVEL' undeclared here (not in a 
function)
*** Error code 1

Stop.
make: stopped in 
/pkg_comp/obj/pkgsrc/x11/xf86-video-nsc/4x/xf86-video-nsc-2.8.3/src
*** Error code 1

Stop.


kre



Home | Main Index | Thread Index | Old Index