Date: Thu, 10 Mar 2016 13:31:07 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207879] sysutils/freefilesync: unbreak on 10.x Message-ID: <bug-207879-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207879 Bug ID: 207879 Summary: sysutils/freefilesync: unbreak on 10.x Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: needs-qa, patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kevlo@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: danfe@FreeBSD.org, kevlo@FreeBSD.org Attachment #167963 maintainer-approval?(kevlo@FreeBSD.org) Flags: CC: kevlo@FreeBSD.org Flags: maintainer-feedback?(kevlo@FreeBSD.org) Assignee: kevlo@FreeBSD.org Created attachment 167963 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167963&action= =3Dedit v0 clang34 (in base) on 10.x systems doesn't support C++14. error: invalid value 'c++14' in '-std=3Dc++14' http://beefy5.nyi.freebsd.org/data/101i386-default/410738/logs/errors/freef= ilesync-7.9.log futimens/utimensat have only been MFC'd to 10.3 in base r293474. ../../zen/file_access.cpp:893:15: error: no member named 'futimens' in the global namespace if (::futimens(fdFile, newTimes) !=3D 0) ~~^ ../../zen/file_access.cpp:898:15: error: no member named 'utimensat' in t= he global namespace if (::utimensat(AT_FDCWD, filePath.c_str(), newTimes, AT_SYMLINK_NOFOLLOW) !=3D 0) ~~^ 2 errors generated. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207879-13>