Opened 7 years ago

Closed 7 years ago

#4128 closed task (fixed)

acl tests fail with perl-5.26, can be fixed.

Reported by: ken@… Owned by: ken@…
Priority: normal Milestone: 8.2
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

As I reported in http://lists.linuxfromscratch.org/pipermail/lfs-dev/2017-August/07 { make[1]: Entering directory '/building/acl-2.2.52/test'

* malformed-restore.test * Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/%{ <-- HERE (\w+)}/ at run line 73. make[1]: * [Makefile:39: malformed-restore.test] Error 255 make[1]: Leaving directory '/building/acl-2.2.52/test' make: * [Makefile:115: tests] Error 2

}

And I now confirm this can be fixed with yet another sed: { sed -i 's/{(/
{(/' test/run }

Change History (3)

comment:1 by bdubbs@…, 7 years ago

Ken, why don't you go ahead and make the change in -dev. It will get picked up for the final release.

comment:2 by ken@…, 7 years ago

Owner: changed from lfs-book@… to ken@…
Status: newassigned

OK

comment:3 by ken@…, 7 years ago

Resolution: fixed
Status: assignedclosed

Wow, those curly braces sure screwed-up trac, and I don't think I can edit them to reformat it.

Done at r11290.

I'm not sure about the two 16th August entries in the changelog, maybe one should be 18th ?

Note: See TracTickets for help on using tickets.