View previous topic :: View next topic |
Author |
Message |
Baix Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 19 Feb 2005 Posts: 77
|
Posted: Tue Jul 25, 2006 2:34 am Post subject: Error emerging x11-drm |
|
|
Hey all, I get the following error when i try to emerge x11-drm.
Code: | make -C //usr/src/linux SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[1]: Entering directory `/usr/src/linux-2.6.16-gentoo-r13'
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_auth.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_bufs.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_context.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_dma.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_drawable.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_drv.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_fops.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_ioctl.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_irq.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_lock.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_memory.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_proc.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_stub.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_vm.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_sysfs.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_pci.o
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_pci.c:57:5: warning: "
DRM_DEBUG_MEMORY" is not defined
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_pci.c:88:5: warning: "
DRM_DEBUG_MEMORY" is not defined
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_pci.c:136:5: warning:
"DRM_DEBUG_MEMORY" is not defined
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_pci.c:143:5: warning:
"DRM_DEBUG_MEMORY" is not defined
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_pci.c:159:5: warning:
"DRM_DEBUG_MEMORY" is not defined
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_agpsupport.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_scatter.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_memory_debug
.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/ati_pcigart.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/radeon_drv.o
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/radeon_drv.c: In function
`postinit':
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/radeon_drv.c:42: warning:
implicit declaration of function `pci_pretty_name'
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/radeon_drv.c:42: warning:
format argument is not a pointer (arg 8)
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/radeon_cp.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/radeon_state.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/radeon_mem.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/radeon_irq.o
CC [M] /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/radeon_i2c.o
]/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/radeon_i2c.c:91: error: (Each undeclared identifier is reported only once
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/radeon_i2c.c:91: error: for each function it appears in.)
make[2]: *** [/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/radeon_i2c.o] Error 1
make[1]: *** [_module_/var/tmp/portage/x11-drm-20050502/work/drm/linux-core] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.16-gentoo-r13'
make: *** [modules] Error 2
* Portage could not build the DRM modules. If you see an ACCESS DENIED error,
* this could mean that you were using an unsupported kernel build system. All
* 2.4 kernels are supported, but only 2.6 kernels at least as new as 2.6.6
* are supported.
!!! ERROR: x11-base/x11-drm-20050502 failed.
Call stack:
ebuild.sh, line 1539: Called dyn_compile
ebuild.sh, line 939: Called src_compile
x11-drm-20050502.ebuild, line 94: Called die_error
x11-drm-20050502.ebuild, line 211: Called die
|
I'm at a lose as to what to try next. I'm using kernel 2.6.16 with an ATI Redeon x300SE (PCI-Express) Graphics Card. I'm using VIDEO_CARDS="radeon" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
webdawg n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Jul 2006 Posts: 34
|
Posted: Fri Aug 11, 2006 9:14 pm Post subject: Im having the same problem too |
|
|
DRM_DEBUG_MEMORY same problem. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
frog-o n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/113098922444e1ca612c5e5.gif)
Joined: 25 Feb 2006 Posts: 41
|
Posted: Sat Aug 12, 2006 9:17 pm Post subject: |
|
|
Hi I had the same problem but made the mistake of giting rid of gentoo but it occured to me that there mite be a way to fix this.
I think you could probly try emerge X11-drm with the -getbin(or what ever option it is. Go open a concole and type "man emerge" to see a list) to tell emerge to get the binnary form.
I would give you the correct opttion but as I said i got rid of gentoo. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|