From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 20 17:39:59 2015 Return-Path: Delivered-To: freebsd-gnome@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 3AE50CEF for ; Fri, 20 Feb 2015 17:39:59 +0000 (UTC) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::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 C2404D53 for ; Fri, 20 Feb 2015 17:39:58 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id b13so14524878wgh.0 for ; Fri, 20 Feb 2015 09:39:57 -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=Lapd+dAmsgces7g5cWaCr4IOuBt0kRp7lpkOwd2i0D0=; b=PRLJltVhtbloonT6Brbcx2tvwK4LGZxjBxyDMP0LDSzQXlcK4TKDjJ6ZlFfJhfc10X vDCQ0Q5tPYGSgWJB5zjm/GzQjImoK8cQjwCT8O0F+e4cOWCuryxdyMOFz9KInfvs/U9a 2/mTPCCZ5FgkykCDWpzjPE9uwr1UvRkcyIgEDCDN9ZUQirZMlAQQHbG6XUzLQ8N/CDMj lyNerHOzGrZVB28g2XSl7JYD3CZa9Q7b410UQC/sq0oQmmWVnyqOUCLygT6q23Rduwcg RhiqvRXMbJLpzmOpwimeIcXVTMA88DlXvFeTIONop6lSm2C7zenUE0luGiJhRqIhq5VS vl6Q== MIME-Version: 1.0 X-Received: by 10.194.110.69 with SMTP id hy5mr21332366wjb.121.1424453997276; Fri, 20 Feb 2015 09:39:57 -0800 (PST) Received: by 10.180.80.170 with HTTP; Fri, 20 Feb 2015 09:39:57 -0800 (PST) Date: Fri, 20 Feb 2015 18:39:57 +0100 Message-ID: Subject: Issues with Graphviz when installing Gimp on Freebsd 10 From: Hakim Benoudjit To: freebsd-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:39:59 -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