From owner-freebsd-ports@FreeBSD.ORG Wed May 13 11:32:06 2015 Return-Path: Delivered-To: freebsd-ports@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 593F6FD9 for ; Wed, 13 May 2015 11:32:06 +0000 (UTC) Received: from mail-ie0-x22f.google.com (mail-ie0-x22f.google.com [IPv6:2607:f8b0:4001:c03::22f]) (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 277E11990 for ; Wed, 13 May 2015 11:32:06 +0000 (UTC) Received: by iecmd7 with SMTP id md7so28826109iec.1 for ; Wed, 13 May 2015 04:32:05 -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=rkbgRZsJgiTGbni44woaYOBEaYqsnT58WsNtr5PnHtU=; b=j0PJ6YfcxzLzkiJVcKStnjnl03VGhpPnbigArw4NEbiGn51s+xzqWtIxZWnk5JY7MA YJ2IgUxHm+kYrUC7hiTQrOxtXVMiNgoodqPt1LMRKkyGH9YsCUhOGkWFmS1NZa3XZ9MS 8y7C/Y1kkYDibECOa3T8pGO389I+IpIc991k0LbZgElCjI16MnzfoAekLqiRWf7ySOoG ogE406mi+Sazz+T0zoAw7+0BedZy9cGY5LWCIX09K9aWsNfNnfj6/9Wy1uvRhzwGGZEz dIPwAyf3MKG33qvlj2/XsUJuiCxss2XJupsfDM3f95W9Q4xyHPkdtp5qW8NLkED5AN8T sGSQ== X-Received: by 10.107.164.6 with SMTP id n6mr13093352ioe.54.1431516725534; Wed, 13 May 2015 04:32:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.121.1 with HTTP; Wed, 13 May 2015 04:31:45 -0700 (PDT) From: Avinash Sonawane Date: Wed, 13 May 2015 17:01:45 +0530 Message-ID: Subject: FreeBSD make install in graphics/graphviz : "Compilation failed unexpectedly" To: freebsd-ports@freebsd.org 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: Wed, 13 May 2015 11:32:06 -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 will be really helpful? -- Avinash Sonawane (RootKea) PICT, Pune http://rootkea.wordpress.com