make[4]: Entering directory `/usr/src/linux/drivers/video/riva'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=athlon
-DKBUILD_BASENAME=fbdev -c -o fbdev.o fbdev.c
fbdev.c: In function `riva_set_fbinfo':
fbdev.c:1814: incompatible types in assignment
make[4]: *** [fbdev.o] Error 1
make[4]: Leaving directory `/usr/src/linux/drivers/video/riva'
CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FB_RIVA=y
CONFIG_VIDEO_SELECT=y
CONFIG_FBCON_CFB8=y
CONFIG_FBCON_CFB16=y
CONFIG_FBCON_CFB32=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Miles Lane wrote:
>
> make[4]: Entering directory `/usr/src/linux/drivers/video/riva'
> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
> -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
> -pipe -mpreferred-stack-boundary=2 -march=athlon
> -DKBUILD_BASENAME=fbdev -c -o fbdev.o fbdev.c
> fbdev.c: In function `riva_set_fbinfo':
> fbdev.c:1814: incompatible types in assignment
> make[4]: *** [fbdev.o] Error 1
> make[4]: Leaving directory `/usr/src/linux/drivers/video/riva'
Change the '-1' on line 1814 of drivers/video/riva/fbdev.c to 'NODEV'
- --
Skip ID: 0x7EDDDB0A
-----BEGIN PGP SIGNATURE-----
iEYEARECAAYFAjxmCXEACgkQBMKxVH7d2wqOrQCfataAK2V5R4UYpHZ3EHliRjsf
DCkAoO3ekxgZeKCggLYrC0NPvVQzw7RI
=ywV/
-----END PGP SIGNATURE-----
Can someone apply this in the "dead simple obvious fixes"
maintainer tree?
Thanks,
Miles
On Sat, 2002-02-09 at 21:47, Skip Ford wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Miles Lane wrote:
> >
> > make[4]: Entering directory `/usr/src/linux/drivers/video/riva'
> > gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
> > -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
> > -pipe -mpreferred-stack-boundary=2 -march=athlon
> > -DKBUILD_BASENAME=fbdev -c -o fbdev.o fbdev.c
> > fbdev.c: In function `riva_set_fbinfo':
> > fbdev.c:1814: incompatible types in assignment
> > make[4]: *** [fbdev.o] Error 1
> > make[4]: Leaving directory `/usr/src/linux/drivers/video/riva'
>
> Change the '-1' on line 1814 of drivers/video/riva/fbdev.c to 'NODEV'
>
> - --
> Skip ID: 0x7EDDDB0A
> -----BEGIN PGP SIGNATURE-----
>
> iEYEARECAAYFAjxmCXEACgkQBMKxVH7d2wqOrQCfataAK2V5R4UYpHZ3EHliRjsf
> DCkAoO3ekxgZeKCggLYrC0NPvVQzw7RI
> =ywV/
> -----END PGP SIGNATURE-----
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/