www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2016/09/24/22:49:52

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=20120113;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to;
bh=JT4vCgOxOZ/jL3RJmDE+UUQrqviDl4oCDx9xrE4vPlo=;
b=eMfd5FAvh2d2LuYHlW6NhnMswvBl4VfZvgSlzfcvpeqzMlLYMT9syJn6PFO8wO+7k+
nSnjD5xUh0cX6CET1SpJz+zoqUw8kJSUpKEilg6Dzke4rUqtehQ6bGvTXkxgWk4X/VBB
hOs8TFFO+TjstNLBHxtaQUtUvFBaVOE0GljL8Snl9x1Zqa9RVDe65VbWMX01YIcJr6ZR
XyWwHGSRGZbkaFuE3j6EcWoQnpLlzuJhlcCdZgjgZuspWSKR66qgUwd5WzVgwFhg21sf
Ug1SOe+xbMW4k4HjuvRjxqLuvWyDT+VS9tgsoG9h57aHG15GwsaRRk/5kN68TegDDxq2
9qZw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20130820;
h=x-gm-message-state:mime-version:in-reply-to:references:from:date
:message-id:subject:to;
bh=JT4vCgOxOZ/jL3RJmDE+UUQrqviDl4oCDx9xrE4vPlo=;
b=IXsg6IYYd58RrA7dg8zv+83FtVvJ48k5uYiv0iYiQ+jgfv6pkmBaooDMaToRhNZHFT
NhvdUMPDIN4ek35Ehnp1/GtjevEj31Qp0i1gFTDtRnNlTD33W4RjRFKnBPZSuhBjLLYO
CRhHWOBM1UQFxr7kG2mXi8ESdnH4W6z+SRVJeSjBFE3BlD9wldDX4q7hTTnEPKyAjYuy
7OT7FKwy/WSt9UK36r90EhV+QOGQK/P906LGNzRdWOmYBT0i4Jcwsbvm80ymmjddWy+b
f64mbOmhps6t+EErhOdefb2GHrBy8gr62PBQvS7qocwuEC/zAykCSAPQ5Zn/RvP88708
N4Cg==
X-Gm-Message-State: AE9vXwPpngS6dAEvfmCbwAF5PwWYlbqCUTPT17kS41YCKKYCOFcxcP1vKljph8Xwjv1WTeQFtaxWUb09+s+X9g==
X-Received: by 10.13.234.8 with SMTP id t8mr13037966ywe.170.1474771546254;
Sat, 24 Sep 2016 19:45:46 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <alpine.DEB.2.11.1609211347330.1597@nimbus>
References: <alpine DOT DEB DOT 2 DOT 11 DOT 1609192251560 DOT 30591 AT nimbus> <CAAKZVJk5eK+Jpo1vZ1-8rZGOKV239TAiTan3ysPVthf=b07cRw AT mail DOT gmail DOT com>
<alpine DOT DEB DOT 2 DOT 11 DOT 1609201310470 DOT 17116 AT nimbus> <CAAKZVJ=XtoyEZD7+x_9hxN5Sm0qLZNwKGe9TwdgZLH6XM-9nhA AT mail DOT gmail DOT com>
<alpine DOT DEB DOT 2 DOT 11 DOT 1609211347330 DOT 1597 AT nimbus>
From: "dmn (graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
Date: Sun, 25 Sep 2016 05:45:45 +0300
Message-ID: <CAAKZVJnY8afrs8EK+j6qeDOn4U6NAtr_0nJh+y=gO4JhGiKL0w@mail.gmail.com>
Subject: Re: [geda-user] Default gnetlist frontend changed
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

On Wed, 21 Sep 2016 14:14:41 +0200 (CEST)
Roland Lutz <rlutz AT hedmen DOT org> wrote:

> On Tue, 20 Sep 2016, dmn (graahnul DOT grom AT gmail DOT com) [via
> geda-user AT delorie DOT com] wrote:

> >>> - non-portable C++ code in key_iterator.h
> Is there a
> reason why you didn't replace the notation in the last
> function, as well?

Just forgot that. Should be replaced, too.

> Would you be ok with including this rationale in the
> commit message of your patch?

OK.

> I believe this is an error in GNU gettext.  As a test,
> you could try building GNU Hello on you system--if this
> fails, too, it's not a bug in Xorn.  As a simple fix, I
> have removed the generated locales `en AT quot' and
> `en AT boldquot'.

Have no problem building GNU Hello on my system.

> The backend expects a file name as an argument, but the
> temporary output file has already been opened at this
> point in time.

Why is it so? Is it your design decision?

> I have assembled a series of five patches which should
> resolve all of the portability issues you reported,
> including the dependence on GNU sed:

> http://hedmen.org/xorn/freebsd-patches.tar.bz2>

Tried them. Now geda-gaf compiles without errors.

> In addition, Don Kuenz reported an error in
> xorn/src/cpython/Makefile.am; the variable `$^'
> apparently doesn't work on FreeBSD.  Did you encounter
> this, too?

Did not. But $^ is a GNU extension, indeed.


Dmitry.

- Raw text -


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