[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Failed self tests attr and getfattr
From: |
Kamil Dudka |
Subject: |
Re: Failed self tests attr and getfattr |
Date: |
Thu, 19 Nov 2020 14:54:11 +0100 |
On Thursday, November 19, 2020 2:51:05 AM CET Jeffrey Walton wrote:
> On Wed, Nov 18, 2020 at 8:48 PM Jeffrey Walton <noloader@gmail.com> wrote:
> > I'm building libattr 2.4.48 from sources. Make check is failing:
> >
> > $ cat test/attr.log
> > Unescaped left brace in regex is illegal here in regex; marked by <--
> > HERE in m/%{ <-- HERE (\w+)}/ at ./test/run line 109.
> > FAIL test/attr.test (exit status: 255)
> >
> > $ cat test/root/getfattr.log
> > Unescaped left brace in regex is illegal here in regex; marked by <--
> > HERE in m/%{ <-- HERE (\w+)}/ at ./test/run line 109.
> > FAIL test/root/getfattr.test (exit status: 255)
>
> And here are the relevant log files.
>
> Jeff
I believe this has already been fixed with the following upstream commit:
http://git.savannah.nongnu.org/cgit/attr.git/commit/?id=v2.4.48-1-g406eab7
Kamil