Skip to Content.
Sympa Menu

sm-grimoire - Re: [SM-Grimoire]Xfree86 spell problem

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: Robin Cook <rcook AT wyrms.net>
  • To: Craig Dyke <grail AT enterprize.net.au>, sm-grimoire AT lists.ibiblio.org
  • Subject: Re: [SM-Grimoire]Xfree86 spell problem
  • Date: Sat, 31 Aug 2002 12:49:05 -0500

Make sure to turn off BuildDRM during the set up of host.def. Since the kernels used now have the 4.2 drms it is not needed. Also turn off PexExt as it will also cause a failure. These are both in the misc section.

Craig Dyke wrote:
Not sure if this is the right list to ask this question.
If not please let me know appropriate place to ask :)

Recently did an update and had gcc and kde upgraded to latest
releases. Problem I have is that upgrading kde required Xfree to be
recompiled and that doesn't appear to be working.

Listed below is point where compile ends::

make[9]: Entering directory
`/usr/src/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel'
=== KERNEL HEADERS IN /lib/modules/2.4.19-preempt-3/build/include
=== SMP=0 MODULES=1 MODVERSIONS=1 AGP=1
=== Compiling for machine i686
=== WARNING
=== WARNING Use 2.4.x kernels ONLY !
=== WARNING
cc -O2 -Wall -Wwrite-strings -Wpointer-arith -Wcast-align -Wstrict-prototype
s -Wnested-externs -Wpointer-arith -D__KERNEL__ -DMODULE -fomit-frame-pointe
r -DCONFIG_AGP -DCONFIG_AGP_MODULE -DCONFIG_DRM_SIS -DMODVERSIONS -include
/lib/modules/2.4.19-preempt-3/build/include/linux/modversions.h -I/lib/modul
es/2.4.19-preempt-3/build/include -c i810_dma.c -o i810_dma.o
i810_dma.c: In function `i810_print_status_page':
i810_dma.c:85: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_freelist_put':
i810_dma.c:129: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_map_buffer':
i810_dma.c:202: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_dma_get_buffer':
i810_dma.c:257: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_free_page':
i810_dma.c:298: structure has no member named `wait'
i810_dma.c: In function `i810_wait_ring':
i810_dma.c:355: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_dma_initialize':
i810_dma.c:426: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810EmitContextVerified':
i810_dma.c:555: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810EmitTexVerified':
i810_dma.c:588: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810EmitDestVerified':
i810_dma.c:622: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_dma_dispatch_clear':
i810_dma.c:715: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_dma_dispatch_swap':
i810_dma.c:767: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_dma_dispatch_vertex':
i810_dma.c:827: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_dma_emit_flush':
i810_dma.c:936: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_dma_quiescent_emit':
i810_dma.c:953: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_dma_quiescent':
i810_dma.c:983: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_flush_queue':
i810_dma.c:1017: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_reclaim_buffers':
i810_dma.c:1068: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_flush_ioctl':
i810_dma.c:1081: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_dma_vertex':
i810_dma.c:1108: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_clear_bufs':
i810_dma.c:1142: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_swap_bufs':
i810_dma.c:1163: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_getbuf':
i810_dma.c:1200: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_copybuf':
i810_dma.c:1238: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_dma_dispatch_mc':
i810_dma.c:1283: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_dma_mc':
i810_dma.c:1347: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_fstatus':
i810_dma.c:1394: warning: concatenation of string literals with __FUNCTION__
is deprecated
i810_dma.c: In function `i810_ov0_flip':
i810_dma.c:1408: warning: concatenation of string literals with __FUNCTION__
is deprecated
make[9]: *** [i810_dma.o] Error 1
make[9]: Leaving directory
`/usr/src/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel'
make[8]: *** [all] Error 2
make[8]: Leaving directory
`/usr/src/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel'
make[7]: *** [all] Error 2
make[7]: Leaving directory
`/usr/src/xc/programs/Xserver/hw/xfree86/os-support/linux/drm'
make[6]: *** [all] Error 2
make[6]: Leaving directory
`/usr/src/xc/programs/Xserver/hw/xfree86/os-support/linux'
make[5]: *** [linux] Error 2
make[5]: Leaving directory
`/usr/src/xc/programs/Xserver/hw/xfree86/os-support'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/usr/src/xc/programs/Xserver/hw/xfree86'
make[3]: *** [hw/xfree86] Error 2
make[3]: Leaving directory `/usr/src/xc/programs/Xserver'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/usr/src/xc/programs'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/src/xc'
make: *** [install] Error 2


Any help would be greatly appreciated :)

I am also running kernel-2.4.19 and pre-empt patch

Craig


_______________________________________________
SM-Grimoire mailing list
SM-Grimoire AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/sm-grimoire







Archive powered by MHonArc 2.6.24.

Top of Page