In article <14621.1485263...@splode.eterna.com.au>,
matthew green  <m...@eterna.com.au> 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.

Reply via email to