[Bug 207879] sysutils/freefilesync: unbreak on 10.x

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 10 13:31:08 UTC 2016


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

            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 at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
                CC: danfe at FreeBSD.org, kevlo at FreeBSD.org
 Attachment #167963 maintainer-approval?(kevlo at FreeBSD.org)
             Flags:
                CC: kevlo at FreeBSD.org
             Flags: maintainer-feedback?(kevlo at FreeBSD.org)
          Assignee: kevlo at FreeBSD.org

Created attachment 167963
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167963&action=edit
v0

clang34 (in base) on 10.x systems doesn't support C++14.

    error: invalid value 'c++14' in '-std=c++14'

http://beefy5.nyi.freebsd.org/data/101i386-default/410738/logs/errors/freefilesync-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) != 0)
              ~~^
  ../../zen/file_access.cpp:898:15: error: no member named 'utimensat' in the
global namespace
          if (::utimensat(AT_FDCWD, filePath.c_str(), newTimes,
AT_SYMLINK_NOFOLLOW) != 0)
              ~~^
  2 errors generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list