www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2019/11/10/22:44:29

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=mime-version:in-reply-to:references:from:date:message-id:subject:to;
bh=tAZ2Zf9Oma7laRdEwo9K0ox5Xw91Y/oAqy0AbPvxCCg=;
b=GM6mfMYKXIHt5o4K3IINOyNzqH2mVQWOy+TEIBR+k4qEWL+goC0lXTuHz9Q0ST/Uwm
YQXH8ntGqVuECY7LiKC/UeDROufFHTLtIm6MeSltExZi2qHrHXGfxXqQ8rpM+OEnFhop
QJWQwl2BmH/+iA2YcanEaDx23rIylSaJOJnC5g0u6dQ9zmHBxkNV0Pc3D3SGaOqWjco+
V04NJgAd1EZs5Cz5q0UxuM6ZxjYqkdF2DxL4nlu0VX/kG8/KYHaAJb8RxMv6CQ5InQMJ
1d1L/JG84dvdngof7ow325TuBcJUwLMVhEYfywBjHi1dWZhh7jAsXtHIWrX2Mbenh2hF
mQAw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:mime-version:in-reply-to:references:from:date
:message-id:subject:to;
bh=tAZ2Zf9Oma7laRdEwo9K0ox5Xw91Y/oAqy0AbPvxCCg=;
b=lsTkWSJw8o7PUyFuUM3VU2siWX3YrGlLxnXpXDwVj06jWSZOrrthtcjq96hd+svEMd
84aIB95RiJBTjMVCB6QjBWPWGWsWwHAElNlwPAWpYeA272Mpc10K/QMhnaG9Ha7BQl6d
yeHhPrJTo5VdGo4kMWnGR7DDTecR1FScqtwOjhfpBngpLR7xXYZVB5oqD9W3c+iANnmY
6QjXw2TdAyW7xb3aqq7/uifx1M2eBItcUTv2KTPXtK3M7SitbjUjNkRx86cqfejnbTZA
0DKix+kS9V2SkFRo164m3g1U5V2OgcBz+pTmLMGQwuRFil0FB7vwTI+Pe620+OeVz7RS
VlWg==
X-Gm-Message-State: APjAAAUE60QoZ+1jPi4aQlENd+l2ACpKwBWNaBIcKWZwtZBMrZZpPXsV
eHiPdx6CoqtQMy2qiNyyfSGH+PUUcMVGrR3mPQG7iQ==
X-Google-Smtp-Source: APXvYqzQTGGVqtiwFhGW7j073jLZ3aLEuSdjIsNbyG9U1CFRFbWM/5aZkplu0H+4GhtM7l09yylV+AR9yLkA4HuuP3o=
X-Received: by 2002:adf:f192:: with SMTP id h18mr8911072wro.148.1573442542888;
Sun, 10 Nov 2019 19:22:22 -0800 (PST)
MIME-Version: 1.0
In-Reply-To: <CAGBFkM2Z4u290oXAx9LGz6Kp1qviaNX-w-W35MFxKLfgu=7hLw@mail.gmail.com>
References: <CAGBFkM3HyN2HHiYFbGPqucG6-1BsZm_au+cYQx1x=PHk7po4YQ AT mail DOT gmail DOT com>
<CAOh3dDZuEQm7b_uQXULz4axoAY7M5Hx_1q1s+p35FaoAaBx_1w AT mail DOT gmail DOT com>
<CAGBFkM0w0ik25nU9Bo+5ZhMXAhJdkw91FCu3=9-OX9NPGwehQg AT mail DOT gmail DOT com>
<CAOh3dDZJM-U=U4Kak4XNz18kQkJZOH0vwt=YSNM-WVfXyhWyAA AT mail DOT gmail DOT com>
<CAOh3dDb3zNpkgK1ud8QLFiJSTkcC5v_B3KO8FSzw6hWxpzxgug AT mail DOT gmail DOT com> <CAGBFkM2Z4u290oXAx9LGz6Kp1qviaNX-w-W35MFxKLfgu=7hLw AT mail DOT gmail DOT com>
From: "Alan Corey (alan01346 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
Date: Sun, 10 Nov 2019 22:22:22 -0500
Message-ID: <CAOh3dDa_N7a2RJhkTWEnp_yPqCZwuTSsngR2ZigPJ+ZBe9uPNg@mail.gmail.com>
Subject: Re: [geda-user] Trouble building gschem 1.10.0
To: geda-user AT delorie DOT com
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

No, I see 1:1.8.2-11 actually, I was looking at it on my laptop.

Building from git is different, even this mentions the autogen.sh:
http://wiki.geda-project.org/geda:gaf_building_git_version

Copied and pasted:
$ ./autogen.sh
$ ./configure --prefix=$HOME/geda --enable-silent-rules
$ make
$ make install

I wonder if one of the dependencies changed to a new version.  I don't
remember what Slackware packages are like.  OpenBSD has packages which
are compiled binaries, and they also have ports which are the tarball
of source code as distributed by the author with a set of patches to
make it work under OpenBSD.  Debian has compiled binaries but you can
get the source.

Just trying it from the git.  Gettext contains something called
autopoint, that's what it actually looks for.

I gave up.  I had to install half a dozen things that the configure
didn't tell me about, then finally the make failed looking for olib.c.
I find an old olib from 1996
http://efsa.sourceforge.net/archive/sieber/olib11.htm but that doesn't
seem likely.  I spend an hour or so on it.

I think somebody should run ldd on the current gschem and look at the
libraries it's using.  I'm sort of used to getting errors and fixing
them.  But this is sort of a dead end, and I don't actually need to
build it right now.

On 11/10/19, gene glick (geneglick AT optonline DOT net) [via
geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:
> On Sun, Nov 10, 2019 at 10:25 AM Alan Corey (alan01346 AT gmail DOT com) [via
> geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:
>
>> 1.10.0 isn't the latest anyway, even Debian knows about 1.18.2.
>>
>
> Are you sure about that?  According to
> http://wiki.geda-project.org/geda:download
> the recent version is 1.10.0-20191008
> I've downloaded the compressed file and tried to build it. I've also tried
> cloning the git repository, checked out most recent as well as branch
> 1.10-stable and neither builds correctly for me.
>
> My distribution is slackware, and I don't see any recent packaged versions
> of gschem.newer than 1.8.2. I've always built from source here, and not had
> any problems. This is the first time. In fact, I can still rebuilt 1.9 and
> 1.8 without issue.
>


-- 
-------------
No, I won't  call it "climate change", do you have a "reality problem"? - AB1JX
Cities are cages built to contain excess people and keep them from
cluttering up nature.
Impeach  Impeach  Impeach  Impeach  Impeach  Impeach  Impeach  Impeach

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019