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= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:reply-to:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=ZfYqPcEJST8zgTiQqRJcaPmxXuM7LjUYnpnVgzegqx4=; b=axYFqz3/ 1y7KMqL/WUw/WCEjOzZLzm/4x+sSzgwaSifzv50rFSRSVUIlRfSjy+j1dI/Teg1a No+5+z80xyORLJ+oyR/9VvjRXuS4bY+JJdi+pmQmT+FJZc22T1npE5BXnOj/DaKX KEipmfG4VwJXrgbDmXMYZiIu1ZRlRHxOwBrssquQFZH8KVntFZK+4anJwMpJPrnb tRVjko2kiXN/odLO2FI38ADEQmJLeu6e+4LL/qUkg/g0R6CDvSelAhRatRvrQ8n5 JDjDfL8h4AIjPROTUtKRw1aIZhzxO75gIHSKf5ph9m/Ns+MwZbdBG+CnyXSprsg1 AerdetPclz5afQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrvddtvddgudegiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurheprhfuvfhfhffkffgfgggjtgesrg dtreertdefjeenucfhrhhomhepifhirhhvihhnucfjvghrrhcuoehghhgvrhhrlhesfhgr shhtmhgrihhlrdgtohhmqeenucggtffrrghtthgvrhhnpeelfedukefhtdeujeevgeektd etgffhveeiieehveekkefggfehledtueevgfffgfenucffohhmrghinhepghgvuggrqdhp rhhojhgvtghtrdhorhhgnecukfhppedutdekrddvudehrdduleehrddvtdehnecuvehluh hsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepghhhvghrrhhlsehf rghsthhmrghilhdrtghomh X-ME-Proxy: Subject: Re: [geda-user] Problem with Guile 2.2.4 dependency for gEDA 1.10.1. To: geda-user AT delorie DOT com References: <20201219180603 DOT 22277 DOT qmail AT stuge DOT se> <20201219205836 DOT 23919 DOT qmail AT stuge DOT se> <1277282c-52c2-6ab9-5e7b-ce4fdeb95b84 AT fastmail DOT com> From: "Girvin Herr (gherrl AT fastmail DOT com) [via geda-user AT delorie DOT com]" Message-ID: Date: Mon, 21 Dec 2020 12:47:31 -0800 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/alternative; boundary="------------22D85097602A6ABBADCE3234" Content-Language: en-US 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 This is a multi-part message in MIME format. --------------22D85097602A6ABBADCE3234 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit On 12/20/20 5:02 PM, Roland Lutz wrote: > On Sun, 20 Dec 2020, Girvin Herr (gherrl AT fastmail DOT com) [via > geda-user AT delorie DOT com] wrote: >> I am having problems with the html patch from your URL above. > > This isn't really intended for applying from the HTML version, it's > more of a concentient way to view Git commits from the web. In order > to create a plain text patch, use: > >   git clone git://git.geda-project.org/geda-gaf >   git format-patch 1.10.1-20201216..stable-1.10 > > Here's the patch, but beware of whitespace and/or line break errors: > > > Roland, Thanks much. Kaimartin informed me where to get the patch file from the web page link. I tried it and the patch seemed to run without error, but when configure ran, I got the same guile 2.2.4 requirement. Then I realized the patch changed configure.ac, not configure, so I ran autoreconf after the patch and that worked. However, now gEDA 1.10.1 wants Glib 2.58.3, and Slackware 14.2 has 2.46.2. So, that is the next hurdle. I seem to remember this requirement in an earlier posting in this thread, so I will need to go back and find that posting and see if there is anything there that will help. One thing is for sure - since glib is the core library for Linux, I am _not_ touching it and possibly turn my computer into the proverbial "brick". Thanks. Girvin --------------22D85097602A6ABBADCE3234 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit


On 12/20/20 5:02 PM, Roland Lutz wrote:
On Sun, 20 Dec 2020, Girvin Herr (gherrl AT fastmail DOT com) [via geda-user AT delorie DOT com] wrote:
I am having problems with the html patch from your URL above.

This isn't really intended for applying from the HTML version, it's more of a concentient way to view Git commits from the web.  In order to create a plain text patch, use:

  git clone git://git.geda-project.org/geda-gaf
  git format-patch 1.10.1-20201216..stable-1.10

Here's the patch, but beware of whitespace and/or line break errors:


<snip>

Roland,

Thanks much.

Kaimartin informed me where to get the patch file from the web page link. I tried it and the patch seemed to run without error, but when configure ran, I got the same guile 2.2.4 requirement. Then I realized the patch changed configure.ac, not configure, so I ran autoreconf after the patch and that worked. However, now gEDA 1.10.1 wants Glib 2.58.3, and Slackware 14.2 has 2.46.2. So, that is the next hurdle. I seem to remember this requirement in an earlier posting in this thread, so I will need to go back and find that posting and see if there is anything there that will help. One thing is for sure - since glib is the core library for Linux, I am not touching it and possibly turn my computer into the proverbial "brick".

Thanks.

Girvin


--------------22D85097602A6ABBADCE3234--