Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/external/mit/xorg/server/drivers/xf86-video-chips



In article <14621.1485263502%splode.eterna.com.au@localhost>,
matthew green  <mrg%eterna.com.au@localhost> wrote:
>Joerg Sonnenberger writes:
>> On Thu, Jan 19, 2017 at 11:51:16PM +0000, Michael Lorenz wrote:
>> > Module Name:	src
>> > Committed By:	macallan
>> > Date:		Thu Jan 19 23:51:16 UTC 2017
>> > 
>> > Modified Files:
>> > 	src/external/mit/xorg/server/drivers/xf86-video-chips: Makefile
>> > 
>> > Log Message:
>> > build EXA support
>> 
>> https://releng.netbsd.org/builds/HEAD-llvm/201701231020Z/i386.build.failed
>
>please post actual logs -- this URL won't last long.

/home/source/ab/HEAD-llvm/xsrc/external/mit/xf86-video-chips/dist/src/ct_exa.c:195:12: error: initializing 'char *' with an expression of type 'unsigned char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign]
    char  *dst        = cPtr->FbBase + exaGetPixmapOffset(pDst);
           ^            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/source/ab/HEAD-llvm/xsrc/external/mit/xf86-video-chips/dist/src/ct_exa.c:224:12: error: initializing 'char *' with an expression of type 'unsigned char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign]
    char  *src        = cPtr->FbBase + exaGetPixmapOffset(pSrc);
           ^            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.



Home | Main Index | Thread Index | Old Index