Date: Fri, 16 Nov 2018 14:54:41 +0000 From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 218131] [patch] x11-toolkits/pango needs to specify USES=c++11-lang feature Message-ID: <bug-218131-25139-Zmj68TxQdc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-218131-25139@https.bugs.freebsd.org/bugzilla/> References: <bug-218131-25139@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218131 Mark Millard <marklmi26-fbsd@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marklmi26-fbsd@yahoo.com --- Comment #3 from Mark Millard <marklmi26-fbsd@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 (^)(co= nst struct dirent *),' at '^' /usr/include/dirent.h:109: syntax error, unexpected ')', expecting identifi= er or '(' in ' int (^)(const struct dirent *),' at ')' /usr/include/dirent.h:110: syntax error, unexpected ',', expecting identifi= er or '(' in ' int (^)(const struct dirent **, const struct dirent **));' = at ',' /usr/include/dirent.h:110: syntax error, unexpected ')', expecting identifi= er or '(' in ' int (^)(const struct dirent **, const struct dirent **));' = at ')' and: /usr/include/dirent.h:109: syntax error, unexpected '^' in ' int (^)(co= nst struct dirent *),' at '^' /usr/include/dirent.h:109: syntax error, unexpected ')', expecting identifi= er or '(' in ' int (^)(const struct dirent *),' at ')' /usr/include/dirent.h:110: syntax error, unexpected ',', expecting identifi= er or '(' in ' int (^)(const struct dirent **, const struct dirent **));' = at ',' /usr/include/dirent.h:110: syntax error, unexpected ')', expecting identifi= er or '(' in ' int (^)(const struct dirent **, const struct dirent **));' = at ')' /usr/include/stdlib.h:261: syntax error, unexpected '^' in 'int atexit_b(vo= id (^ )(void));' at '^' /usr/include/stdlib.h:263: syntax error, unexpected '^' in ' size_t, in= t (^ )(const void *, const void *));' at '^' /usr/include/stdlib.h:263: syntax error, unexpected ',', expecting identifi= er or '(' in ' size_t, int (^ )(const void *, const void *));' at ',' /usr/include/stdlib.h:263: syntax error, unexpected ')', expecting identifi= er or '(' in ' size_t, int (^ )(const void *, const void *));' at ')' /usr/include/stdlib.h:291: syntax error, unexpected '^' in ' int (^ )(c= onst void *, const void *));' at '^' /usr/include/stdlib.h:291: syntax error, unexpected ',', expecting identifi= er or '(' in ' int (^ )(const void *, const void *));' at ',' /usr/include/stdlib.h:291: syntax error, unexpected ')', expecting identifi= er or '(' in ' int (^ )(const void *, const void *));' at ')' /usr/include/stdlib.h:293: syntax error, unexpected '^' in ' int (^ )(c= onst void *, const void *));' at '^' /usr/include/stdlib.h:293: syntax error, unexpected ',', expecting identifi= er or '(' in ' int (^ )(const void *, const void *));' at ',' /usr/include/stdlib.h:293: syntax error, unexpected ')', expecting identifi= er 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 identifi= er or '(' in 'int mergesort_b(void *, size_t, size_t, int (^)(const void *, co= nst void *));' at ',' /usr/include/stdlib.h:298: syntax error, unexpected ')', expecting identifi= er or '(' in 'int mergesort_b(void *, size_t, size_t, int (^)(const void *, co= nst void *));' at ')' They did not seem to stop the build. This seems odd but I'm not familiar with the context. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218131-25139-Zmj68TxQdc>