Uploaded image for project: 'vtn'
  1. vtn
  2. VTN-150

VTN Coordinator cannot be built on Fedora 25.

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • unspecified
    • None
    • Core
    • None
    • Operating System: All
      Platform: All

    • 7360

    Description

      I tries to build VTN Coordinator on Fedora 25, but it failed due to the following compiler warning.

      rmpath.c: In function 'dir_cleanup':
      rmpath.c:262:2: error: 'readdir_r' is deprecated [-Werror=deprecated-declarations]
      while ((err = readdir_r(dirp, buf, &dp)) == 0) {
      ^~~~~
      In file included from rmpath.c:17:0:
      /usr/include/dirent.h:183:12: note: declared here
      extern int readdir_r (DIR *__restrict __dirp,

      readdir_r() is marked as deprecated as of glibc-2.24. But I think we should ignore that warning because no suitable substitute is provided.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            yasuda Shigeru Yasuda
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: