X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=z0wUJalBl1zb6eEDPk3efHcZCSWacTbgp3Rhm+8lMFI=; b=lBFQV3P7NY7rEO5JKWliqPbxGWRkChuQA9FaaQlfkHCfESz0sCumSh0owUjM001qGH NX4BGIQwkTBG4+awzo0CJsuALb5Rblo8p/qs2VK2nVwUt8ZLPcVgQdjSFnmQr72JInww xjcFAZwx1rITtS5BYMWOulKAD4FSg/5JEWi7WQktQe08xI4GZ3dLX0M+0qWcTw86YZc+ tcA84rJtphGr7sc24Jrh8RMoqzBjMgq94bplUx6bFWtFxM9JR2lVSsv1jlXbpQpK/DoB +NB4kuLCH1LIKizIzMUf3cz8sS1guApgjaT3EVa+rFXSbNfhatCv4mx6SiCjc6T4BNpO R/DA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=z0wUJalBl1zb6eEDPk3efHcZCSWacTbgp3Rhm+8lMFI=; b=LM2XocdFCLQLkCXhh9IcS/KwFPVW27rvQiUI+75s42OOzRRkvXmynEJn76/oHJL9IB jGS6FuyXIPV4RGAwee81wPiSzhxuKk6W7ap0nk9KrqL8bTPw/lHJ8VtzyI/VwA10pKMY CKpPflOzOi/N3OpY5T0/kP17GsJtjeM31DMZ/LHTlUlUZFg1bCT3XOMYXUKXGZvPtP8M F5tH6CLMLg90qdGAvShv/IpAhXVEDMw7QTmjtqX56S/C5+E0jSncPtYqJ7j+NEi1Kg9T XyYGehMhqM6rmZcYG/ijA4rz55THjwAopBOVlzK50spSl+PyL3lYgiUSJ0pY/l3wxZ0v L7zg== X-Gm-Message-State: AJcUukeaGkE0ZDczQU8UH2YDOf5f5wIKx8L5czm1bY0QMxesjFiePYVF Ba0obvqbvSZRj1RQMoCZB88LFOl3 X-Google-Smtp-Source: ALg8bN7bX4FaUW1csK3E9bY82kvjPCdeSKQfHjuCphwjYYOySAG5daL0h3rOP62wa1xdhDyj5q9Y8Q== X-Received: by 2002:a19:be16:: with SMTP id o22mr17957665lff.22.1548701420780; Mon, 28 Jan 2019 10:50:20 -0800 (PST) Date: Mon, 28 Jan 2019 21:50:18 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Geda-gaf and guile 2.2 Message-ID: <20190128185018.73ayps5nhhev3owa@newvzh.lokolhoz> Mail-Followup-To: geda-user AT delorie DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, Jan 28, 2019 at 04:12:05PM +0100, Wojciech Kazubski (wk AT ire DOT pw DOT edu DOT pl) [via geda-user AT delorie DOT com] wrote: > Hello! > Recently geda-gaf (version 1.8.2) stopped building for openSUSE Tumbleweed due > to upgrade from guile 2.0 to guile 2.2. The same is for development version > 1.9.2. > > Is any patch available to fix this? Wojciech, Marcel, I've just added a PR for lepton-eda (a fork of geda-gaf) with the fix [1]. Hopefully, it could fix the issue for geda-gaf, too. Though the code base has changed significantly in lepton since geda-gaf 1.9.2, this part may apply _as is_. The reason I wrote those patches is moving towards guile-2.2 even in Debian, the most conservative and stable linux distribution (which I use for many years). Any feedback is appreciated, as always :-) Roland, Please feel free to adopt the patches for geda-gaf. [1] https://github.com/lepton-eda/lepton-eda/pull/326 -- Vladimir