From owner-freebsd-ports@FreeBSD.ORG Wed May 13 12:08:41 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 68AC8F5E for ; Wed, 13 May 2015 12:08:41 +0000 (UTC) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (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 33BD61E09 for ; Wed, 13 May 2015 12:08:41 +0000 (UTC) Received: by igbsb11 with SMTP id sb11so42562954igb.0 for ; Wed, 13 May 2015 05:08:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RObByw043P6bEmrGTLPz3TK8Of/oBHhktTfd2Fr7JNs=; b=OwfawgO5AKcDP/auRkoBAS+n9r/FmqmG8mL3mF6lSUjtb6XzPfACfeN+kmesvpZ1yu ZdL3eEfb9GfA46UoWMDSb/t8RgjbuAwY2n7Et/Vu/OQoXPGO9DrcSVjcnIxoPtdL76Ax 49/El3ADfI48Wqkl32mt0U83X9vb4EJKZSVLPVKDskE63OKjcgcG8pJbScClyn1YkOlq C6XvH0meszKtAZLdgRL6EccPy71xUjprAJcVXX2tzn30Q6PMMTq4KThMHqzxtc2OZZs+ M/UYVtOUJXYGKZt2kx2TAcVEETnlls73i41PNO4Uyd6fkgoxB1kpPIoR0wi6+tVoeilr vDYw== MIME-Version: 1.0 X-Received: by 10.43.63.76 with SMTP id xd12mr8721846icb.11.1431518920602; Wed, 13 May 2015 05:08:40 -0700 (PDT) Received: by 10.64.236.10 with HTTP; Wed, 13 May 2015 05:08:40 -0700 (PDT) In-Reply-To: References: Date: Wed, 13 May 2015 20:08:40 +0800 Message-ID: Subject: Re: FreeBSD make install in graphics/graphviz : "Compilation failed unexpectedly" From: Ben Woods To: Avinash Sonawane 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: Wed, 13 May 2015 12:08:41 -0000 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? Regards, Ben -- From: Benjamin Woods woodsb02@gmail.com On 13 May 2015 at 19:31, Avinash Sonawane wrote: > # 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 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"