X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Tue, 24 Sep 2019 23:22:25 +0200 (CEST) From: Roland Lutz To: "Thomas D. Dean (tomdean AT wavecable DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] Is gEDA no Longer Maintained In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="8323329-666744274-1569360145=:1856" 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 message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-666744274-1569360145=:1856 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT On Tue, 24 Sep 2019, Thomas D. Dean (tomdean AT wavecable DOT com) [via geda-user AT delorie DOT com] wrote: > Does this mean gEDA is no longer maintained? gEDA is actively maintained - the last push to the repository was on Monday. There just hasn't been a release for a long time. Here's an overview of what changed since the last release: https://github.com/rlutz/geda-gaf/blob/master/NEWS This has last been updated in July; many more recent changes are missing from the NEWS file. I will make it a priority to update it and roll a new release in the next week or so; it's long overdue… > 1. Building from sources fails. I am up-to-date with git. build fails > in examples/gTAG. Could you please post the messages with which building examples/gTAG failed? There has been an error in the build system, but I thought I had fixed it in February. Maybe I missed something, or maybe your build system was out of sync. (If you didn't make any changes to the repository which you care about losing, you can reset the build system with "git clean -xdf && ./autogen.sh" and then run configure and make again.) > 2. gnetlist --list-backends fails. > I think the key is: > ERROR: no code for module (geda core smob) This error occurs if you run gnetlist on a fresh install without having run gschem before. (Maybe gschem should just be silently loaded once as part of the install target?) --8323329-666744274-1569360145=:1856--