<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Missing futimes() on Solaris"
   href="http://llvm.org/bugs/show_bug.cgi?id=16442">16442</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Missing futimes() on Solaris
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Solaris
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>release blocker
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Support Libraries
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>pashev.igor@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>There is no futimes() function on Soalris:

if  g++ -I/home/pashev/build/include -I/home/pashev/build/lib/Support
-I/home/pashev/llvm/include -I/home/pashev/llvm/lib/Support  -D_DEBUG -include
llvm/Support/Solaris.h -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer
-fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC
-Woverloaded-virtual -Wcast-qual    -Wall -W -Wno-unused-parameter
-Wwrite-strings -Wno-uninitialized -Wno-missing-field-initializers -c -MMD -MP
-MF "/home/pashev/build/lib/Support/Release+Asserts/PathV2.d.tmp" -MT
"/home/pashev/build/lib/Support/Release+Asserts/PathV2.o" -MT
"/home/pashev/build/lib/Support/Release+Asserts/PathV2.d"
/home/pashev/llvm/lib/Support/PathV2.cpp -o
/home/pashev/build/lib/Support/Release+Asserts/PathV2.o ; \
        then /usr/bin/mv -f
"/home/pashev/build/lib/Support/Release+Asserts/PathV2.d.tmp"
"/home/pashev/build/lib/Support/Release+Asserts/PathV2.d"; else /usr/bin/rm
"/home/pashev/build/lib/Support/Release+Asserts/PathV2.d.tmp"; exit 1; fi
In file included from /home/pashev/llvm/lib/Support/PathV2.cpp:965:0:
/home/pashev/llvm/lib/Support/Unix/PathV2.inc: In function ‘llvm::error_code
llvm::sys::fs::setLastModificationAndAccessTime(int, llvm::sys::TimeValue)’:
/home/pashev/llvm/lib/Support/Unix/PathV2.inc:452:7: error: ‘::futimes’ has not
been declared
rm: /home/pashev/build/lib/Support/Release+Asserts/PathV2.d.tmp: No such file
or directory
gmake[1]: *** [/home/pashev/build/lib/Support/Release+Asserts/PathV2.o] Error 1
gmake[1]: Leaving directory `/home/pashev/build/lib/Support'


# ggrep -rnHw futimes /usr/include/
/usr/include/proftpd/fsio.h:135:  int (*futimes)(pr_fh_t *, int, struct timeval
*);
/usr/include/proftpd/config.h:280:/* Define if you have the futimes function. 
*/

LLVM SVN revision: r184853</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>