Munir Contractor wrote:
Hello,

I was rebuilding LFS and in attr-2, there is an error while running tests
with Perl 5.26

make[1]: Entering directory '/root/attr-2.4.47/test'
*** attr.test ***
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE
in m/%{ <-- HERE (\w+)}/ at run line 87.
make[1]: *** [Makefile:40: attr.test] Error 255
make[1]: Leaving directory '/root/attr-2.4.47/test'
make: *** [Makefile:116: tests] Error 2


This can be fixed easily with this sed: sed -i '87s/{/\\{/' test/run
Hope this can be added to the book.

I've created a ticket for this so we will not forget. Thanks you for the report.

  -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to