Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-1104

Build problem on solaris

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.1.3
    • Core
    • None

    Description

      Reported and fixed by Igor Brezac

      --- Store.cc.orig       2012-02-06 10:11:26.365180262 -0500
      +++ Store.cc    2012-02-06 10:11:56.035330329 -0500
      @@ -629,7 +629,7 @@
         blocks = size / STORE_BLOCK_SIZE;
         file_pathname = !((s.st_mode & S_IFMT) == S_IFDIR);
      
      -  Debug("cache_init", "Span::init - %s hw_sector_size = %d  size = %"
      PRId64 ", blocks = %" PRId64 ", disk_id = %d, file_pathname = %d",
      filename, hw_sector_size, size, blocks, disk_id, file_pathname);
      +  Debug("cache_init", "Span::init - %s hw_sector_size = %" PRId64 ",
      size = %" PRId64 ", blocks = %" PRId64 ", disk_id = %d, file_pathname
      = %d", filename, hw_sector_size, size, blocks, disk_id,
      file_pathname);
      
       Lfail:
         socketManager.close(fd);
      

      Attachments

        Activity

          People

            zwoop Leif Hedstrom
            zwoop Leif Hedstrom
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: