Opened 7 years ago

Closed 7 years ago

#9716 closed enhancement (invalid)

syntax-highlighting-5.37.0 (kf5) fails to build with pcre2

Reported by: ken@… Owned by: blfs-book@…
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Patch from upstream committed to patches.

The error is when processing code to deal with restructured text,so perhaps this only affects builds where Sphinx is present.

Pcre2-10.30 is a recommended dependency for Qt5 in BLFS-8.1, so this is a candidate for the 8.1 Errata.

Change History (2)

comment:1 by bdubbs@…, 7 years ago

Summary: syntax-highlighting-5.37.0 fails to build with pcre2syntax-highlighting-5.37.0 (kf5) fails to build with pcre2

There is already a fix in BLFS-8.1:

case $packagedir in
        syntax-highlighting* )
          sed -i.orig 's|w-|w\\-|' data/syntax/rest.xml
        ;;

Is this not enough?

comment:2 by ken@…, 7 years ago

Resolution: invalid
Status: newclosed

OK, I didn't see that part (the page is long, and I don't want to use your automated build, I want to know exactly what *each* package installs, and more importantly which static libs they each need).

I've deleted the patch, closing as invalid.

Note: See TracTickets for help on using tickets.