From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Gtk+ 3 Date: Wed, 2 Oct 2013 12:39:36 +0200 Message-ID: <20131002103936.GA5856@debian> References: <20131001112428.GA7062@debian> <877gdxtcki.fsf@gnu.org> <20131001193515.GA22534@debian> <87d2no8wq0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRJqW-0000tj-IZ for guix-devel@gnu.org; Wed, 02 Oct 2013 06:40:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRJqP-00026x-9p for guix-devel@gnu.org; Wed, 02 Oct 2013 06:39:56 -0400 Content-Disposition: inline In-Reply-To: <87d2no8wq0.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Wed, Oct 02, 2013 at 12:14:47AM +0200, Ludovic Courtès wrote: > So that means GTK+ 3 actually works, right? That’s cool! This is a good question, since none of the packages I am interested in uses gtk+ so far. But I am working on packaging one ;-) I tried to use the slideshow binary from the racket package; it fails with ffi-lib: couldn't open "libgdk-x11-2.0.so.0" (libgdk-x11-2.0.so.0: cannot open shared object file: No such file or directory) context...: So it also requires gtk+-2; apparently an error in the configure script. I will also revert this back. xnee has only one binary, cnee, which fails for me with Error number: 6 Error: Wrong paramters Description: You have given invalid input to Xnee Argument: (NO ARG) At least, it does not look gtk+-related. On the other hand, "ldd cnee" does not show anything gtk+-related either, nor does "guix gc --references"; so maybe the input gtk+ is not actually used at all? So we should call for people to package gtk+-3 applications! Andreas