Bug 30578

Summary: [regression] build-failure in drmmode_display.c
Product: xorg Reporter: David Ronis <David.Ronis>
Component: Driver/RadeonAssignee: xf86-video-ati maintainers <xorg-driver-ati>
Status: RESOLVED DUPLICATE QA Contact: Xorg Project Team <xorg-team>
Severity: blocker    
Priority: medium    
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description David Ronis 2010-10-02 21:13:16 UTC
I've just built/installed the git master of drm.  Trying to build the git master of xf86-video-ati dies with

libtool: link: ( cd ".libs" && rm -f "ati_drv.la" && ln -s "../ati_drv.la" "ati_drv.la" )
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./AtomBios/includes  -Wall -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/libdrm -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -march=native -msse2 -mfpmath=sse -O3 -ffast-math -funroll-loops -fomit-frame-pointer -floop-interchange -floop-strip-mine -floop-block -MT drmmode_display.lo -MD -MP -MF .deps/drmmode_display.Tpo -c -o drmmode_display.lo drmmode_display.c
libtool: compile:  /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./AtomBios/includes -Wall -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/libdrm -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -march=native -msse2 -mfpmath=sse -O3 -ffast-math -funroll-loops -fomit-frame-pointer -floop-interchange -floop-strip-mine -floop-block -MT drmmode_display.lo -MD -MP -MF .deps/drmmode_display.Tpo -c drmmode_display.c  -fPIC -DPIC -o .libs/drmmode_display.o
drmmode_display.c: In function 'drmmode_xf86crtc_resize':
drmmode_display.c:1148:6: error: 'struct _ScrnInfoRec' has no member named 'pixmapPrivate'
drmmode_display.c: In function 'drmmode_uevent_init':
drmmode_display.c:1445:2: warning: implicit declaration of function 'udev_monitor_filter_add_match_subsystem_devtype'
make[2]: *** [drmmode_display.lo] Error 1
Comment 1 Alex Deucher 2010-10-03 10:12:30 UTC

*** This bug has been marked as a duplicate of bug 30451 ***

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.