From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: java-swt and tuxguitar Date: Fri, 24 Jun 2016 17:00:50 +0200 Message-ID: <20160624150050.GA2414@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGSbT-0005be-7g for guix-devel@gnu.org; Fri, 24 Jun 2016 11:01:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGSbI-0008Dv-9n for guix-devel@gnu.org; Fri, 24 Jun 2016 11:01:07 -0400 Received: from mailrelay7.public.one.com ([91.198.169.215]:10953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGSbH-0008Cz-SK for guix-devel@gnu.org; Fri, 24 Jun 2016 11:00:56 -0400 Content-Disposition: inline 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" To: guix-devel@gnu.org Hello, after switching to GuixSD, I realised I need to do a little bit of android development, and tried to install the android sdk. Running the android script failed, since swt-pi-gtk-3550 could not be found. Something like this is provided by java-swt, but this package could not be built since its source has disappeared from the download location. So I updated from 4.5 to 4.6. Since the package provides libswt-pi-gtk-4623.so, I suppose I would have needed to downgrade to 3.5 instead... The upgrade broke the build of (the only dependent package) tuxguitar. The latter has seen a new release recently, but this does not build with the current recipe (the patched GNUmakefile does not exist any more). Ricardo, would you like to look into this, or should I simply revert the upgrade of java-swt and look for a location for its source? Andreas