svn commit: r335753 - head/sbin/devd [ broke the ci.freebsd.org FreeBSD-head-{mips,mip64,powerpcpowerpc64,powerpcspe,sparc64}-build ]

Mark Millard marklmi26-fbsd at yahoo.com
Thu Jun 28 01:27:01 UTC 2018


These are the gcc/g++ 4.2.1 based targets.

For example . . .

https://ci.freebsd.org/job/FreeBSD-head-powerpc64-build/6261/consoleText

--- all_subdir_sbin/devd ---
/usr/src/sbin/devd/devd.cc: In member function 'std::string config::shell_quote(const std::string&)':
/usr/src/sbin/devd/devd.cc:652: error: a function-definition is not allowed here before ':' token
/usr/src/sbin/devd/devd.cc:1327: error: expected primary-expression at end of input
/usr/src/sbin/devd/devd.cc:1327: error: expected `;' at end of input
/usr/src/sbin/devd/devd.cc:1327: error: expected primary-expression at end of input
/usr/src/sbin/devd/devd.cc:1327: error: expected `)' at end of input
/usr/src/sbin/devd/devd.cc:1327: error: expected statement at end of input
/usr/src/sbin/devd/devd.cc:1327: error: expected `}' at end of input
--- all_subdir_kerberos5 ---


The following is modern C++ syntax that is being rejected:

. . .
	for (const char &c : s) {
. . .

(At least if I understand right.)

===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)



More information about the svn-src-head mailing list