Bug 89255

Summary: GLUT library not found
Product: piglit Reporter: Vinson Lee <vlee>
Component: infrastructureAssignee: Piglit Mailing List <piglit>
Status: RESOLVED NOTABUG QA Contact: Piglit Mailing List <piglit>
Severity: blocker    
Priority: medium Keywords: regression
Version: unspecified   
Hardware: x86-64 (AMD64)   
OS: Mac OS X (All)   
Whiteboard:
i915 platform: i915 features:

Description Vinson Lee 2015-02-21 01:11:49 UTC
piglit: c07c8fdeef1c8781ed5eb957f5e48773af279836 (master)

$ cmake .
-- The C compiler identification is Clang
-- The CXX compiler identification is Clang
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE 
-- Found OpenGL: /System/Library/Frameworks/OpenGL.framework 
CMake Error at CMakeLists.txt:99 (message):
  GLUT library not found
Comment 1 Vinson Lee 2015-02-21 06:48:30 UTC
Upgraded CMake from 2.8.7 to 3.1.2 on Mac OS X and that fixed the issue.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.