Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

sed - getting latest gnulib?

4 views
Skip to first unread message

arn...@skeeve.com

unread,
Jan 30, 2013, 10:37:24 AM1/30/13
to bug...@gnu.org
Hi. When I clone the sed repo and run ./bootstrap, it brings in a version
of gnulib that is not the head of the gnulib master.

As a result, Range Interpretation isn't rational (even with LC_ALL=C !!!).

What's the right way to move to a later gnulib? Can someone do that?

Thanks,

Arnold

Jose E. Marchesi

unread,
Jan 30, 2013, 11:44:32 AM1/30/13
to arn...@skeeve.com, bug...@gnu.org

Hi Arnold. Thanks for reporting :)

Hi. When I clone the sed repo and run ./bootstrap, it brings in a version
of gnulib that is not the head of the gnulib master.

Yep. The sed repo has a git submodule in gnulib/. This means that when
you clone the sed repository and init/update the gnulib submodule (via
the bootstrap script) you get a concrete commit of gnulib, not the head.

As a result, Range Interpretation isn't rational (even with LC_ALL=C !!!).

What's the right way to move to a later gnulib? Can someone do that?

I will update the submodule reference (i.e. to pull upstream changes to
the submodule) after making sure that all the tests still pass.

--
Jose E. Marchesi http://www.jemarch.net
GNU Project http://www.gnu.org

Paolo Bonzini

unread,
Jan 30, 2013, 11:45:18 AM1/30/13
to arn...@skeeve.com, bug...@gnu.org
Il 30/01/2013 16:37, arn...@skeeve.com ha scritto:
> Hi. When I clone the sed repo and run ./bootstrap, it brings in a version
> of gnulib that is not the head of the gnulib master.

Yes, it brings one that's tested. :)

> As a result, Range Interpretation isn't rational (even with LC_ALL=C !!!).

I suppose that's --with-included-regex.

> What's the right way to move to a later gnulib? Can someone do that?

Jose already answered---thanks!

Paolo

Jose E. Marchesi

unread,
Feb 2, 2013, 5:27:51 AM2/2/13
to arn...@skeeve.com, bug...@gnu.org

What's the right way to move to a later gnulib? Can someone do that?

I will update the submodule reference (i.e. to pull upstream changes to
the submodule) after making sure that all the tests still pass.

FYI, I updated the gnulib git submodule this weekend.

Jose E. Marchesi

unread,
Feb 7, 2013, 11:42:21 AM2/7/13
to Aharon Robbins, bug...@gnu.org

> FYI, I updated the gnulib git submodule this weekend.

Much thanks. I pulled this morning and built and Range Interpretation
is Rational, which is really great. It even passes 'make check'.

Glad to hear that. Thanks to you for reporting.

Aharon Robbins

unread,
Feb 7, 2013, 11:21:06 AM2/7/13
to jem...@gnu.org, bug...@gnu.org
Hi.

> From: jem...@gnu.org (Jose E. Marchesi)
> To: arn...@skeeve.com
> Cc: bug...@gnu.org
> Subject: Re: sed - getting latest gnulib?
> Date: Sat, 02 Feb 2013 11:27:51 +0100
>
> What's the right way to move to a later gnulib? Can someone do that?
>
> I will update the submodule reference (i.e. to pull upstream changes to
> the submodule) after making sure that all the tests still pass.
>
> FYI, I updated the gnulib git submodule this weekend.

Much thanks. I pulled this morning and built and Range Interpretation
is Rational, which is really great. It even passes 'make check'.

Much thanks!

Arnold

0 new messages