[Bug 218131] [patch] x11-toolkits/pango needs to specify USES=c++11-lang feature

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 16 14:54:43 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218131

Mark Millard <marklmi26-fbsd at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marklmi26-fbsd at yahoo.com

--- Comment #3 from Mark Millard <marklmi26-fbsd at yahoo.com> ---
(In reply to Tobias Kortkamp from comment #2)

The log that was attached also shows syntax error reports, such as:

/usr/include/dirent.h:109: syntax error, unexpected '^' in '     int (^)(const
struct dirent *),' at '^'
/usr/include/dirent.h:109: syntax error, unexpected ')', expecting identifier
or '(' in '     int (^)(const struct dirent *),' at ')'
/usr/include/dirent.h:110: syntax error, unexpected ',', expecting identifier
or '(' in '     int (^)(const struct dirent **, const struct dirent **));' at
','
/usr/include/dirent.h:110: syntax error, unexpected ')', expecting identifier
or '(' in '     int (^)(const struct dirent **, const struct dirent **));' at
')'

and:

/usr/include/dirent.h:109: syntax error, unexpected '^' in '     int (^)(const
struct dirent *),' at '^'
/usr/include/dirent.h:109: syntax error, unexpected ')', expecting identifier
or '(' in '     int (^)(const struct dirent *),' at ')'
/usr/include/dirent.h:110: syntax error, unexpected ',', expecting identifier
or '(' in '     int (^)(const struct dirent **, const struct dirent **));' at
','
/usr/include/dirent.h:110: syntax error, unexpected ')', expecting identifier
or '(' in '     int (^)(const struct dirent **, const struct dirent **));' at
')'
/usr/include/stdlib.h:261: syntax error, unexpected '^' in 'int atexit_b(void
(^ )(void));' at '^'
/usr/include/stdlib.h:263: syntax error, unexpected '^' in '     size_t, int (^
)(const void *, const void *));' at '^'
/usr/include/stdlib.h:263: syntax error, unexpected ',', expecting identifier
or '(' in '     size_t, int (^ )(const void *, const void *));' at ','
/usr/include/stdlib.h:263: syntax error, unexpected ')', expecting identifier
or '(' in '     size_t, int (^ )(const void *, const void *));' at ')'
/usr/include/stdlib.h:291: syntax error, unexpected '^' in '     int (^ )(const
void *, const void *));' at '^'
/usr/include/stdlib.h:291: syntax error, unexpected ',', expecting identifier
or '(' in '     int (^ )(const void *, const void *));' at ','
/usr/include/stdlib.h:291: syntax error, unexpected ')', expecting identifier
or '(' in '     int (^ )(const void *, const void *));' at ')'
/usr/include/stdlib.h:293: syntax error, unexpected '^' in '     int (^ )(const
void *, const void *));' at '^'
/usr/include/stdlib.h:293: syntax error, unexpected ',', expecting identifier
or '(' in '     int (^ )(const void *, const void *));' at ','
/usr/include/stdlib.h:293: syntax error, unexpected ')', expecting identifier
or '(' in '     int (^ )(const void *, const void *));' at ')'
/usr/include/stdlib.h:298: syntax error, unexpected '^' in 'int
mergesort_b(void *, size_t, size_t, int (^)(const void *, const void *));' at
'^'
/usr/include/stdlib.h:298: syntax error, unexpected ',', expecting identifier
or '(' in 'int mergesort_b(void *, size_t, size_t, int (^)(const void *, const
void *));' at ','
/usr/include/stdlib.h:298: syntax error, unexpected ')', expecting identifier
or '(' in 'int mergesort_b(void *, size_t, size_t, int (^)(const void *, const
void *));' at ')'

They did not seem to stop the build.

This seems odd but I'm not familiar with the context.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ppc mailing list