From owner-freebsd-questions@FreeBSD.ORG Sat May 9 13:26:36 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20A471FE for ; Sat, 9 May 2015 13:26:36 +0000 (UTC) Received: from mail-ie0-x229.google.com (mail-ie0-x229.google.com [IPv6:2607:f8b0:4001:c03::229]) (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 E31611651 for ; Sat, 9 May 2015 13:26:35 +0000 (UTC) Received: by iecmd7 with SMTP id md7so3988799iec.3 for ; Sat, 09 May 2015 06:26:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=KX1Bh2caO18HZkLYse8PZ7NG9wgdGHKTZrRwOE/4eCU=; b=YjII/A7aXQUbEdo+ejACIRbizmdtottWomBcfBEsSK7SNHMrQAkYWm4sAt4TxbYmvE clGmyQt5tnX5LeI1CjWw4450VBsa1K2GpD3iRuSAgzFKf8oBYKM7i4nIZ1zyb2hB6GrE ei7Yop0wnKgmnqTKyKSe23nCMlsl4vG5Kv4/zqMtlxDxXNl4DW0xyT1QLZS6t0vL/CM0 K32b12954askjwfmqwWred7qS0CdwzJg2bQu2EZmKYFTAWb0XEryR85lzCngzDA9Gf48 3vF3ffq5lwiQab88d+xk7WrWGbPaFk52mFkzhEDhrIMv16b9hW71DnOych/OGjvRlvA3 bpvA== X-Received: by 10.107.164.6 with SMTP id n6mr3331693ioe.54.1431177995349; Sat, 09 May 2015 06:26:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.121.1 with HTTP; Sat, 9 May 2015 06:26:15 -0700 (PDT) From: Avinash Sonawane Date: Sat, 9 May 2015 18:56:15 +0530 Message-ID: Subject: FreeBSD make install in graphics/graphviz : "Compilation failed unexpectedly" To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2015 13:26:36 -0000 # uname -a FreeBSD titanic.rootkea.me 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 root@releng1.nyi.freebsd.org:/ usr/obj/usr/src/sys/GENERIC amd64 Hello! When I say `make install` in graphics/graphviz it says "Makefile:2022: recipe for target 'libgv_php_la-gv_php_init.lo' failed . . . ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer." Here is the complete log : http://pastebin.com/iLpd0wJg Then I added "MAKE_JOBS_UNSAFE= YES" in graphics/graphviz/Makefile but then it again said the same. i.e. "Makefile:2022: recipe for target 'libgv_php_la-gv_php_init.lo' failed" Here is the complete log after doing MAKE_JOBS_UNSAFE= YES http://pastebin.com/6bvMCF0X Now since x11/gnome3 depends on graphviz I'm not able to compile to gnome3 because of this bug in graphviz. Any pointers? -- Avinash Sonawane (RootKea) PICT, Pune http://rootkea.wordpress.com