From owner-freebsd-x11@FreeBSD.ORG Tue Jan 21 16:04:17 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40704F5 for ; Tue, 21 Jan 2014 16:04:17 +0000 (UTC) Received: from smtp.smtpout.orange.fr (smtp08.smtpout.orange.fr [80.12.242.130]) by mx1.freebsd.org (Postfix) with ESMTP id C9A661D06 for ; Tue, 21 Jan 2014 16:04:15 +0000 (UTC) Received: from localhost ([92.136.19.78]) by mwinf5d31 with ME id Gg4C1n00L1h4Mvg03g4Caa; Tue, 21 Jan 2014 17:04:14 +0100 Message-ID: <52DE9A7C.2030503@orange.fr> Date: Tue, 21 Jan 2014 17:04:12 +0100 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130921 Thunderbird/17.0.9 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: build of libGL-9.1.7 fails: "/lib/cpp" fails sanity check Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 16:04:17 -0000 Hello building graphics/libGL on FreeBSD watson 10.0-STABLE FreeBSD 10.0-STABLE #1 r260579M: Fri Jan 17 17:26:38 CET 2014 toor@watson:/home/obj/home/src/sys/WATSON10X amd64 built whithout gcc with a ports tree at r340357 WITH_NEWXORG the build fails at the configure stage: .. checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking how to run the C preprocessor... cpp checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking for gcc... no checking for cc... cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking how to run the C preprocessor... cc -E checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for g++... g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... /lib/cpp configure: error: in `/home/ports/graphics/libGL/work/Mesa-9.1.7': configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/home/ports/graphics/libGL/work/Mesa-9.1.7/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /home/ports/graphics/libGL config.log is attached (so clang is supposed to be gcc3 ..) Thanks for your help Claude Buisson