Bug 96574 - cannot compile the driver: xf86InitFBManager undefined
Summary: cannot compile the driver: xf86InitFBManager undefined
Status: RESOLVED DUPLICATE of bug 96399
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/openchrome (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Openchrome development list
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-18 08:55 UTC by Benno Schulenberg
Modified: 2016-06-18 09:55 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
the output of ./configure (5.14 KB, text/plain)
2016-06-18 08:56 UTC, Benno Schulenberg
no flags Details

Description Benno Schulenberg 2016-06-18 08:55:00 UTC
To prevent warnings passing by unnoticed, I compile with -Werror in my CFLAGS.  Since some time this results in the following failure:

make[4]: Entering directory '/home/ben/Sources/openchrome/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -I/usr/include/libdrm  -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -I/usr/include/libdrm  -I/usr/include/libdrm -I/usr/include/X11/dri -g -O2 -Werror -MT via_ums.lo -MD -MP -MF .deps/via_ums.Tpo -c -o via_ums.lo via_ums.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -I/usr/include/libdrm -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -I/usr/include/libdrm -I/usr/include/libdrm -I/usr/include/X11/dri -g -O2 -Werror -MT via_ums.lo -MD -MP -MF .deps/via_ums.Tpo -c via_ums.c  -fPIC -DPIC -o .libs/via_ums.o
via_ums.c: In function ‘umsCreate’:
via_ums.c:745:11: error: implicit declaration of function ‘xf86InitFBManager’ [-Werror=implicit-function-declaration]
     ret = xf86InitFBManager(pScreen, &AvailFBArea);
           ^~~~~~~~~~~~~~~~~
via_ums.c:756:9: error: implicit declaration of function ‘xf86InitFBManagerLinear’ [-Werror=implicit-function-declaration]
         xf86InitFBManagerLinear(pScreen, offset, size);
         ^~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:593: recipe for target 'via_ums.lo' failed
make[4]: *** [via_ums.lo] Error 1

It seems that some header file, in which xf86InitFBManager() and xf86InitFBManagerLinear() are defined, has gone missing or are mistakenly not included.  But I have no idea where to look for the definition of these functions.  Googling doesn't make me any the wiser.
Comment 1 Benno Schulenberg 2016-06-18 08:56:12 UTC
Created attachment 124585 [details]
the output of ./configure
Comment 2 Xavier Bachelot 2016-06-18 09:55:56 UTC
Hi Benno,

I reported this a couple days ago. Closing as duplicate, feel free to comment on the other bug.

Regards,
Xavier

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


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.