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=sbcglobal.net; s=s2048; t=1474933181; bh=DZura0V/I9/Ia3d6J0o9sb6p4y3XGmX8+fRdKmDB+uk=; h=Subject:To:References:From:Date:In-Reply-To:From:Subject; b=Ha0L03asRnM1WY7j9jsA2OikSwk4XCguNWmRzcSGUQFmOuWwckgSm+EaAd9cpSJS8Wr6UWIYcDX4rrqsQo6ZoWr8Pm05QZ4preOUQZprfII0y4CwT9BflyQCdK5iV5USTo1QqdSSoSF4eyDGO2ZMAThNcF5T1Jj8r2sLGuqlYecFPCh5bA4ONcKCuqSmHomM4gcEPe+18LGUfdLbfmRrDCpGEXiWkATksm+BEff88x6zLVDbQujgKhoGghWPxoSQTc1uuZ7EFQ4BmQNsVgDmcd3xRriAL9hiS0T7D9aXTkVv130C4DvTQmGHuFjocSR27ZMXBVlcVhQBHHPlwtn0Kw== X-Yahoo-Newman-Id: 376304 DOT 14131 DOT bm AT smtp117 DOT sbc DOT mail DOT gq1 DOT yahoo DOT com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 2AhYz4MVM1lUyTxd7pNUDad7qyn0ponWDRvQbzoE.ahgzhD iMn2QAv3R2X1XQc44HORp_EScGxK7j8T8LVwHdstcJS8WWnoTVL3cagvA66P TJRO_2fXsihPQb02_t33yA0ohAWkg7Fo3xQC57l.0D07DQgJijer_tXEZJu_ 1fe9YfnfW8jch69vaHb_k_wagukaCRt2.E3Vr7IqTCXnE0RIUYvz4_6ZJSQ. cO7DZLq8L4eBBoqz9XS9phpsTzaaaxopkaaoFGzYZTEvGhe2E.U61XwyFMnH kh_vUYoFRpk3qPV10HEV87cqFyNp6ZPx7VVIof1z2P6bEnDAGrXP96JbhHXB 7rwJCIwNjn53QJjDZP85ZjlqPOaPp9AKIrePaMq_DqkDhJYm0iKuZ.TfaA2F 3yhTCslF3QbIoJk_aT_zHh_BjOphvUKq72AhuTfE6AbU8vJXmBJXwd9Lq_hq mcqCv89Donq40i3XbK3Bq5bIq5H844t_fY_Zl1822QMc4x4pWIGHl6OTvB6J 2KnCF7dDPa5XpbEpQunut_xvD7bi73abvbY90m8I1TXl8xXxXV2vH6R6UvrF w X-Yahoo-SMTP: xaem6kSswBCHwCBMr0jlCBIQdXYGmRxsm8OX6ACyP7Ho9Sk- Subject: Re: [geda-user] Newest gnetlist doesn't work for me :( To: geda-user AT delorie DOT com References: From: "Girvin R. Herr (gherr375 AT sbcglobal DOT net) [via geda-user AT delorie DOT com]" Message-ID: Date: Mon, 26 Sep 2016 16:35:08 -0700 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/alternative; boundary="------------04A9A64577626AAD5DFA56D2" 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. --------------04A9A64577626AAD5DFA56D2 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 09/26/2016 11:17 AM, Hannu Vuolasaho (vuokko AT msn DOT com) [via geda-user AT delorie DOT com] wrote: > > Hello! > > > I just updated geda-gaf-git package on arch linux and noticed some > bugs. Or my system is badly configured but I can't tell the difference. > > > The build function is: > > build () > { > cd "${srcdir}/${_gitname}" > > ./autogen.sh > ./configure --prefix=/usr --disable-update-xdg-database > > make > } > > First gnetlist2 wants to use /usr/bin/python while being ancient > dialect it can't. Right environment is /usr/bin/python2. Maybe > configure should put the first line right so that distributions don't > need to use sed to fix every binary. maybe env python2 would be even > better. > > > > Best regards, > > Hannu Vuolasaho > Greetings. My Slackware 14.1 system has a /usr/bin/python simlink which points to the same /usr/bin/python2.7 that the /usr/bin/python2 simlink points to. You might try creating a /usr/bin/python simlink to your python2.x. That would save a lot of editing. HTH. Girvin Herr --------------04A9A64577626AAD5DFA56D2 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 8bit



On 09/26/2016 11:17 AM, Hannu Vuolasaho (vuokko AT msn DOT com) [via geda-user AT delorie DOT com] wrote:

Hello!


I just updated geda-gaf-git package on arch linux and noticed some bugs. Or my system is badly configured but I can't tell the difference.


The build function is:

build ()
{
  cd "${srcdir}/${_gitname}"

  ./autogen.sh
  ./configure --prefix=/usr --disable-update-xdg-database

  make
}

First gnetlist2 wants to use /usr/bin/python while being ancient dialect it can't. Right environment is /usr/bin/python2. Maybe configure should put the first line right so that distributions don't need to use sed to fix every binary. maybe env python2 would be even better.

<snip>


Best regards,

Hannu Vuolasaho

Greetings.
My Slackware 14.1 system has a /usr/bin/python simlink which points to the same /usr/bin/python2.7 that the /usr/bin/python2 simlink points to.  You might try creating a /usr/bin/python simlink to your python2.x.  That would save a lot of editing.
HTH.
Girvin Herr

--------------04A9A64577626AAD5DFA56D2--