From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 17:02:25 2015 Return-Path: Delivered-To: gnome@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 ABBED1ED for ; Fri, 20 Feb 2015 17:02:25 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (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 3F76596C for ; Fri, 20 Feb 2015 17:02:25 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id hi2so4304754wib.0 for ; Fri, 20 Feb 2015 09:02:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+AuIEnGl/l5dRk/QGLRgp+7DNaBtUEdDaW4nqZVl744=; b=iqJrYQ9gZ6InJngtg+Yoq4vxA6Qs4YvCl8rpUzNoGHLogvbi3HZqzkclIkaMTGHcKj I1rJTvFL5l/t+7yJB2ZkvpRoMXfpFFeL3w4yQ+XF7kdj6HV1nTBPEafFANWPaf8236mP S6AYsi/cv5WjL9m67nVXRTUDex1ybILS25QM9JSZ3/Ff0cQ+Vht0zZjk4kX48un+bhRJ L0Lq7pGiekGiEWmJJx20W+151ARPbLggoFDQk2TK1f3d0brg0QZXcrixzBxO8gUUPZ9T t+f11/qLg59K3AOPb0uJpfQ1/+6m6UnyLF7I7lwrNo8J3ARpPBtydmIHDKbwEC4GI3Yp 49WA== MIME-Version: 1.0 X-Received: by 10.194.61.51 with SMTP id m19mr20866725wjr.39.1424451743652; Fri, 20 Feb 2015 09:02:23 -0800 (PST) Received: by 10.180.80.170 with HTTP; Fri, 20 Feb 2015 09:02:23 -0800 (PST) Date: Fri, 20 Feb 2015 18:02:23 +0100 Message-ID: Subject: Issues with Graphviz when installing Gimp on Freebsd 10 From: Hakim Benoudjit To: gnome@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 17:02:25 -0000 Hi there, I'm using *Freebsd 10.0-RELEASE*, and I have issues installing *gimp* on *freebsd* using *pkg* command. When I do a `*pkg install gimp*`, it's stuck when trying to install *graphviz* with the following error: *Error: /usr/local/lib/graphviz/config6 is zero sized, or other read error.Warning: Could not load "*/usr/local/lib/graphviz/libgvplugin_gd.so.6*" - file not found* */usr/local/lib/graphviz/config6 *is in fact empty but */usr/local/lib/graphviz/libgvplugin_gd.so.6 *does exist and is a symbolic link to an existent file. Trying to install *graphviz* would throw the same error. Does anybody know a solution to this problem? -- Best regards, Hakim Benoudjit