Bug 185477 - audio/fluidsynth fails to build with distcc
Summary: audio/fluidsynth fails to build with distcc
Status: Closed Not Accepted
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-04 23:20 UTC by Radim Kolar
Modified: 2014-09-07 20:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.