Bug 185477

Summary: audio/fluidsynth fails to build with distcc
Product: Ports & Packages Reporter: Radim Kolar <hsn>
Component: Individual Port(s)Assignee: freebsd-multimedia (Nobody) <multimedia>
Status: Closed Not Accepted    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Radim Kolar 2014-01-04 23:20:00 UTC
===>  Configuring for fluidsynth-1.1.6
===>   FreeBSD 10 autotools fix applied to /usr/ports/audio/fluidsynth/work/fluidsynth-1.1.6/configure
===>   FreeBSD 10 autotools fix applied to /usr/ports/audio/fluidsynth/work/fluidsynth-1.1.6/acinclude.m4
===>   FreeBSD 10 autotools fix applied to /usr/ports/audio/fluidsynth/work/fluidsynth-1.1.6/aclocal.m4
===>  Performing in-source build
/bin/mkdir -p /usr/ports/audio/fluidsynth/work/fluidsynth-1.1.6
-- The C compiler identification is unknown
-- Check for working C compiler: distcc cc
CMake Error: your C compiler: "distcc cc" was not found.   Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Check for working C compiler: distcc cc -- broken
CMake Error at /usr/local/share/cmake/Modules/CMakeTestCCompiler.cmake:61 (message):
  The C compiler "distcc cc" is not able to compile a simple test program.

  It fails with the following output:

   

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:22 (project)


CMake Error: your C compiler: "distcc cc" was not found.   Please set CMAKE_C_COMPILER to a valid compiler path or name.
-- Configuring incomplete, errors occurred!

How-To-Repeat: hsn@acer:~ % cat /etc/make.conf 
CC=distcc cc
CXX=distcc c++
MAKE_JOBS_NUMBER=6
hsn@acer:~ %
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-04 23:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Radim Kolar 2014-09-07 20:10:21 UTC
all cmake builds suffers from this problem.