Bug 91157 - xserver (git version) build failure
Summary: xserver (git version) build failure
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: high major
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-30 09:40 UTC by Jos van Wolput
Modified: 2015-07-07 10:12 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Jos van Wolput 2015-06-30 09:40:54 UTC
make latest git version of xserver shows the following build error:
-----
drmmode_display.c: In function 'drmmode_bo_for_pixmap':
drmmode_display.c:162:10: warning: implicit declaration of function 'glamor_fd_from_pixmap' [-Wimplicit-function-declaration]
     fd = glamor_fd_from_pixmap(screen, pixmap, &pitch, &size);
          ^
drmmode_display.c:162:5: warning: nested extern declaration of 'glamor_fd_from_pixmap' [-Wnested-externs]
     fd = glamor_fd_from_pixmap(screen, pixmap, &pitch, &size);
     ^
  CC       dumb_bo.lo
  CC       present.lo
present.c:644:19: error: 'ms_present_check_flip' undeclared here (not in a function)
     .check_flip = ms_present_check_flip,
                   ^
Makefile:715: recipe for target 'present.lo' failed
make[5]: *** [present.lo] Error 1
make[5]: Leaving directory '/home/jos/src/xorg/git/xserver/hw/xfree86/drivers/modesetting'
Makefile:574: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/home/jos/src/xorg/git/xserver/hw/xfree86/drivers'
Makefile:831: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/jos/src/xorg/git/xserver/hw/xfree86'
Makefile:645: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/jos/src/xorg/git/xserver/hw/xfree86'
Makefile:590: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jos/src/xorg/git/xserver/hw'
Makefile:758: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
-----


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.