delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2019/10/09/04:38:46

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; t=1570609004;
s=strato-dkim-0002; d=q40.de;
h=In-Reply-To:Date:Message-ID:From:References:To:Subject:
X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender;
bh=3zhrkJEZq7vv58KUAgTaF1dhdhn8qhXyTsIw34BhU0o=;
b=WLj3Sao77Q3KaMuxBwh9tLCeiBOaH/vnLsac3K5Jv3kgsCjItm3FgGOeeTtNWJS028
+1CjFZDiTIMMo7QgnEj47xE9F+7pYIzCEa4il7XaXZjvlu7IAaDg86pmpkfpSg0dIqPj
GyfklU2jnx6FD/0P9zoQsnNDvyPmddEhezp523Z7N2bB0mRwsmbW5oxqpB0WA7HRyus0
js630otcedI5KTlZdbFlE/FcKGLuqaLoLjc1mfVmHByh2cPW8I6hjatJerRWcbf1HmtA
O5K0Byplo9Ske3D1YDOJnApyA+Jc+ZSkrzvrANNK7Vbts5HN1d55P9eX9XImmnAolUhu
UByw==
X-RZG-AUTH: ":KGkWcEuIaqvXDP/lM1VHWdKIkA3Ju5YmsfNOVu4RNhF4KSfc3vbqa34OhHVE"
X-RZG-CLASS-ID: mo00
Subject: Re: [geda-user] [ANNOUNCE] geda-gaf 1.10.0 released
To: geda-user AT delorie DOT com
References: <alpine DOT DEB DOT 2 DOT 20 DOT 1910082201450 DOT 30295 AT nimbus>
From: "Derek Stewart (derek AT q40 DOT de) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
Message-ID: <eba691b1-1d48-1a97-fd3a-a52fd70318a4@q40.de>
Date: Wed, 9 Oct 2019 09:16:41 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
Thunderbird/60.9.0
MIME-Version: 1.0
In-Reply-To: <alpine.DEB.2.20.1910082201450.30295@nimbus>
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

Hi,

I have downloaded the source code and configure gives this error:

checking for a Python interpreter with version >= 2.7... python2
checking for python2... /usr/bin/python2
checking for python2 version... 2.7
checking for python2 platform... linux2
checking for python2 script directory... 
${prefix}/lib/python2.7/dist-packages
checking for python2 extension module directory... 
${exec_prefix}/lib/python2.7/dist-packages
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PYTHON... no
configure: error: Package requirements (python2 >= 2.7) were not met:

No package 'python2' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PYTHON_CFLAGS
and PYTHON_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
configure: error: ./configure failed for xorn


---

I am using Ubuntu 19.04, gschem 18.02 is currently installed, do I need 
to update that first?

Regards,

Derek

On 08/10/2019 21:12, Roland Lutz wrote:
> We are pleased to announce a new stable release of the 'gschem and 
> Friends' Electronic Design Suite, part of the GPL Electronic Design 
> Automation project.  The gEDA/gaf suite (this package) provides 
> schematic capture, netlisting, bill of materials generation, and many 
> other features.
> 
> Download
> ========
> 
> Source code:
> https://launchpad.net/geda/stable-1.10/1.10/+download/geda-gaf-1.10.0.tar.gz 
> 
> 
> SHA256 checksum:
> 9379d5a3116d45225f513fc5ac899a1599220726d5a507870402e20b236977a8
> 
> README:
> https://launchpad.net/geda/stable-1.10/1.10/+download/README
> 
> NEWS (release notes):
> https://launchpad.net/geda/stable-1.10/1.10/+download/NEWS
> 
> Release Highlights
> ==================
> 
> * Tool windows in gschem can now be docked to the main window, and
>    toolbar and context menu can be configured.  The main menus have
>    been completely revamped and new tools added.
> 
> * New symbol semantics have been introduced: power symbols can use a
>    netname=NET attribute instead of net=NET:1; I/O port symbols can use
>    portname=PORT instead of a refdes=PORT; and subschematic components
>    can define variables via `param=NAME=VALUE' which can be accessed as
>    `$(NAME)' from within the subschematic.
> 
> * gnetlist has been completely refactored and shows warnings and
>    errors in many cases where it used to silently create a bad netlist.
>    Backends can now be written in Python as well as Scheme.  If invoked
>    with the new option `--report-gui' or via PCB, gnetlist shows the
>    messages in a GUI dialog instead of stderr.
> 
> * The new library "xornstorage", the Python package "gaf", and the
>    accompanying command-line tool "xorn" have been added.  These are
>    intended to give a (currently quite minimal) way to access gEDA/gaf
>    functionality from outside of gschem.
> 
> * The command-line option "--control-fd=stdin|FD" has been added which
>    allows remote-controlling gschem via a plain-text protocol.
> 
> * gschem supports back-annotation from pcb-rnd.
> 
> * gschem can optionally use FAM or Gamin to display a notification if
>    a file has changed on disk.  Support for mouse gestures is now built
>    into gschem, the dependency on libstroke has been dropped.
> 
> For a more detailed overview, see:
> https://launchpad.net/geda/stable-1.10/1.10/+download/NEWS
> 
> Contributors
> ============
> 
> Sergey Alyoshin
> Peter TB Brett
> dmn (@graahnul-grom)
> Ahmed El-Mahmoudy
> Sergey Fukanchik
> Sebastian Gieltjes
> Edward Hennessy
> Roland Lutz
> Tibor 'Igor2' Palinkas
> Sergey Stepanov
> Hannu Vuolasaho
> Vladimir Zhbanov
> 
> Reporting bugs
> ==============
> 
> If you have found a bug, please report it to
> <http://bugs.launchpad.net/geda>.
> 
> 

- Raw text -


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