[oe-commits] [Bug 5347] New: xorg-server-1.4.0.90/hw/kdrive/vesa/vm86.c:225: error: 'IF_MASK' undeclared

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Wed Dec 9 19:37:12 UTC 2009


http://bugs.openembedded.org/show_bug.cgi?id=5347

           Summary: xorg-server-1.4.0.90/hw/kdrive/vesa/vm86.c:225: error:
                    'IF_MASK' undeclared
           Product: Openembedded
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Keywords: patch
          Severity: blocker
          Priority: P3
         Component: org.openembedded.dev
        AssignedTo: openembedded-commits at lists.openembedded.org
        ReportedBy: jay.snyder at tycoelectronics.com


Created an attachment (id=13969)
 --> (http://bugs.openembedded.org/attachment.cgi?id=13969)
patch for IF_MASK error in vm86.c

I get the following error when building any image using the xserver:

vm86.c: In function 'Vm86DoInterrupt':
vm86.c:213: warning: too few arguments for format
vm86.c:225: error: 'IF_MASK' undeclared (first use in this function)
vm86.c:225: error: (Each undeclared identifier is reported only once
vm86.c:225: error: for each function it appears in.)
vm86.c:225: error: 'IOPL_MASK' undeclared (first use in this function)
vm86.c: In function 'Vm86Debug':
vm86.c:746: warning: format '%04lX' expects type 'long unsigned int', but
argument 2 has type 'int'
vm86.c:746: warning: format '%04lX' expects type 'long unsigned int', but
argument 3 has type 'int'
vm86.c:746: warning: format '%04lX' expects type 'long unsigned int', but
argument 4 has type 'int'
vm86.c:746: warning: format '%04lX' expects type 'long unsigned int', but
argument 5 has type 'int'
vm86.c:746: warning: format '%04lX' expects type 'long unsigned int', but
argument 6 has type 'int'
make[3]: *** [vm86.o] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/vesa.Tpo .deps/vesa.Po
make[3]: Leaving directory
`/var/tmp/portage/x11-base/xorg-server-1.4.2/work/xorg-server-1.4.2/hw/kdrive/vesa'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/x11-base/xorg-server-1.4.2/work/xorg-server-1.4.2/hw/kdrive'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/x11-base/xorg-server-1.4.2/work/xorg-server-1.4.2/hw'

Please note that above text is from a forum posting of someone building a
slightly different version as what I'm using, but the error was the same (I've
already patched my code, and am currently finishing the OE build).

The attached file is a patch to fix this problem.   It goes in:
openembedded/recipes/xorg-xserver/xserver-kdrive-1.4.0.90/xserver_xorg-server-1.4.0.90-ifmask-fix.patch

I am working in the org.openembedded.dev branch,
last did a git pull this morning, 10am, 2009-dec-09.

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list