Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2014 23:10:59 GMT
From:      Radim Kolar <hsn@sendmail.cz>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/185477: audio/fluidsynth fails to build with distcc
Message-ID:  <201401042310.s04NAxvr036447@oldred.freebsd.org>
Resent-Message-ID: <201401042320.s04NK0pc003080@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185477
>Category:       ports
>Synopsis:       audio/fluidsynth fails to build with distcc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 04 23:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar
>Release:        10.0rc3
>Organization:
>Environment:
>Description:
===>  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:~ % 

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401042310.s04NAxvr036447>