From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 00:03:53 2014 Return-Path: Delivered-To: FreeBSD-questions@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 1F16CEF2 for ; Thu, 18 Sep 2014 00:03:53 +0000 (UTC) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 994A9C22 for ; Thu, 18 Sep 2014 00:03:48 +0000 (UTC) Received: from kw.news4all.se (localhost [127.0.0.1]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id s8I03c2B034635 for ; Thu, 18 Sep 2014 02:03:38 +0200 (CEST) (envelope-from bah@bananmonarki.se) Message-ID: <541A215A.3070900@bananmonarki.se> Date: Thu, 18 Sep 2014 02:03:38 +0200 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: "free >> questions FreeBSD" Subject: Problem building port Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 00:03:53 -0000 Hello list! I'm trying to build brlcad from ports on FreeBSD 9.3-PRERELEASE #1 r266465 I get as far as this [ 96%] Building C object src/libtclcad/CMakeFiles/libtclcad.dir/tclcad.c.o In file included from /usr/ports/cad/brlcad/work/brlcad-7.24.0/src/libtclcad/tclcad.c:32: /usr/local/include/tk8.6/tk.h:21:3: error: #error Tk 8.6 must be compiled with tcl.h from Tcl 8.6 or better *** [src/libtclcad/CMakeFiles/libtclcad.dir/tclcad.c.o] Error code 1 1 error *** [src/libtclcad/CMakeFiles/libtclcad.dir/all] Error code 2 Linking C executable ../../bin/rttherm [ 96%] Built target rttherm 1 error *** [all] Error code 2 1 error ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** [do-build] Error code 1 Stop in /usr/ports/cad/brlcad. I've deinstalled tcl and tk and rebuilt them but all the same, build stops at the same place. How to proceed?