Changes between Initial Version and Version 1 of Ticket #39885


Ignore:
Timestamp:
Jul 28, 2013, 4:05:11 PM (11 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

The syntax errors in stdlib headers are caused by gobject-introspection trying to analyze the headers. These errors are not critical and do not cause a failure.

Please attach the main.log of a clean build.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39885 – Description

    initial v1  
    55In particular, first reports are from /usr/lib/clang/4.2/incldue/stddef.h at 31 & 33
    66
     7{{{
    78  :info:build /usr/lib/clang/4.2/include/stddef.h:31: syntax error, unexpected '(' in 'typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t;' at '('
    89  :info:build /usr/lib/clang/4.2/include/stddef.h:35: syntax error, unexpected SIZEOF in 'typedef __typeof__(sizeof(int)) size_t;' at 'sizeof'
    9 
     10}}}
    1011and then from /usr/include/time.h at 131
    11 
     12{{{
    1213  :info:build /usr/include/time.h:131: syntax error, unexpected identifier in 'size_t strftime(char * restrict  , size_t, const char * restrict, const struct tm * restrict) __asm("_" "strftime" );' at 'size_t'
    1314  :info:build /usr/include/time.h:131: syntax error, unexpected ',', expecting identifier or '(' in 'size_t strftime(char * restrict, size_t, const char * restrict, const struct tm * restrict) __asm("_" "strftime" );' at ','
    1415  :info:build /usr/include/time.h:131: syntax error, unexpected ',', expecting identifier or '(' in 'size_t strftime(char * restrict, size_t, const char * restrict, const struct tm * restrict) __asm("_" "strftime" );' at ','
    1516  :info:build /usr/include/time.h:131: syntax error, unexpected ')', expecting identifier or '(' in 'size_t strftime(char * restrict, size_t, const char * restrict, const struct tm * restrict) __asm("_" "strftime" );' at ')'
    16 
     17}}}
    1718and then there's multiple reports in /usr/incldue/pthread.h , unistd.h, stdio.h
    1819