[Webkit-unassigned] [Bug 129972] New: Build failure on OpenBSD in gtest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 8 11:22:15 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=129972

           Summary: Build failure on OpenBSD in gtest
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: landry at openbsd.org
                CC: ajacoutot at gnome.org


CXX      Source/ThirdParty/gtest/src/Libraries_libgtest_la-gtest-all.lo
In file included from /src/WebKit/Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h:40:0,
                 from /src/WebKit/Source/ThirdParty/gtest/include/gtest/gtest.h:57,
                 from ../../../src/WebKit/Source/ThirdParty/gtest/src/gtest-all.cc:39:
/src/WebKit/Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: In function 'int testing::internal::posix::IsATTY(int)':
/src/WebKit/Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:1349:45: error: 'isatty' was not declared in this scope
 inline int IsATTY(int fd) { return isatty(fd); }
                                             ^
/src/WebKit/Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: In function 'int testing::internal::posix::RmDir(const char*)':
/src/WebKit/Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:1355:53: error: 'rmdir' was not declared in this scope
 inline int RmDir(const char* dir) { return rmdir(dir); }
                                                     ^
/src/WebKit/Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: In function 'int testing::internal::posix::ChDir(const char*)':
/src/WebKit/Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:1377:53: error: 'chdir' was not declared in this scope
 inline int ChDir(const char* dir) { return chdir(dir); }
                                                     ^
/src/WebKit/Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: In function 'int testing::internal::posix::Read(int, void*, unsigned int)':
/src/WebKit/Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:1391:46: error: 'read' was not declared in this scope
   return static_cast<int>(read(fd, buf, count));
                                              ^
/src/WebKit/Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: In function 'int testing::internal::posix::Write(int, const void*, unsigned int)':
/src/WebKit/Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:1394:47: error: 'write' was not declared in this scope
   return static_cast<int>(write(fd, buf, count));
                                               ^
/src/WebKit/Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: In function 'int testing::internal::posix::Close(int)':
/src/WebKit/Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h:1396:43: error: 'close' was not declared in this scope
 inline int Close(int fd) { return close(fd); }

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list