From owner-freebsd-ports@FreeBSD.ORG Thu May 14 13:55:58 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E946DA30 for ; Thu, 14 May 2015 13:55:58 +0000 (UTC) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B39EB1D44 for ; Thu, 14 May 2015 13:55:58 +0000 (UTC) Received: by igbhj9 with SMTP id hj9so73339736igb.1 for ; Thu, 14 May 2015 06:55:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=1FE3+qpu5MEKsIZb6cE1noaZroh4gbqMGaLdrbM538c=; b=ujavxryXu8ibltBfjvd9289jzqeasMnj3OvdL8bXAghxjmRkwHqFmXHfQQuOOS7GNb CjcVS8QZLdcHUbN+0JAFmlHvQDkuoSn5pqnSVVmZ4FTkLN5GyawfMmsCk0rGuHOZk/kt Mkw3F3ZNQ234Tduov2/Na06xTPYh9fznE077uiK0xODAcBYdi2GctKHpio6/yai7kd5S J+pvEu2rCccGxJfC+andcNjwlriJUsrshyUcMHqjERRnH1tbEe1MGudZJfyD2cyAYPI5 4DPjPvhHvP5nnGDLDlcw8ruGrXLM5lpu2Dux1sHvYNdPSZvk9e8WRIWqUaJKXiwFSakV euOw== X-Received: by 10.50.43.196 with SMTP id y4mr17539847igl.14.1431611758103; Thu, 14 May 2015 06:55:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.121.1 with HTTP; Thu, 14 May 2015 06:55:37 -0700 (PDT) In-Reply-To: References: From: Avinash Sonawane Date: Thu, 14 May 2015 19:25:37 +0530 Message-ID: Subject: Re: FreeBSD make install in graphics/graphviz : "Compilation failed unexpectedly" To: Ben Woods Cc: FreeBSD ports Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 13:55:59 -0000 On Wed, May 13, 2015 at 5:38 PM, Ben Woods wrote: > Hi Avinash, > > I am able to compile graphics/graphviz fine on my FreeBSD 10.1 amd64 computer. > > Can you please let us know what options you had selected, and the > contents of your make.conf file? The problem was, as the maintainer of graphviz suggested, that I had selected PHP bindings in `make config` which was failing the compilation. But even after unselecting the PHP bindings in `make config` the `make install` was giving the same error. Interestingly the error continued even after `make rmconfig`. The cause was the previously generated configure scripts using old make configuration. So I had to do `make clean` and then `make rmconfig` (default configuration) and then `make install`. - #freebsd on Freenode -- Avinash Sonawane (RootKea) PICT, Pune http://rootkea.wordpress.com