Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] Major problems with libpcre / UTF8
Date: Fri, 16 Dec 2022 16:53:15
Message-Id: Y5yid22cx8mrfib6@waltdnes.org
1 Apologies to those who've already seen this or had their replies
2 bounce. The mail host I use was down yesterday (the big storm?) so I
3 haven't seen any responses to this post. Here's a second try...
4
5 I just finished solving my babl problems, but more stuff shows up in
6 libpcre. First, here are my USE flags. I don't see "utf8" anywhere.
7
8 Calculating dependencies... done!
9 [ebuild R ] dev-libs/libpcre-8.45-r1:3::gentoo USE="bzip2 cxx jit readline
10 +(split-usr) (unicode) zlib -libedit -pcre16 -pcre32 -static-libs" 0 KiB
11
12 Can someone give me their output from "emerge -pv1 dev-libs/libpcre"
13
14 mc (Midnight Commander) spews out a lot of...
15
16 (mc:5796): GLib-CRITICAL **: 15:19:15.617: PCRE library is compiled without UTF8
17 +support
18
19 Application windows have every second character missing in the window
20 title; e.g. "xterm" shows as "xem". I have a spreasheet that tracks my
21 Presto card usage. The title has gone from "presto.gnumeric-Gnumeric" to
22 "pet.nmrc-Guei'. Various PCRE-based searches fail in vaious apps. HELP!
23
24 BTW, here's what I get when opening a complex spreadsheet in
25 gnumeric...
26
27 ** (gnumeric:6043): WARNING **: 15:48:22.501: Failed to compile rx
28 +"^((January)|(February)|(March)|(April)|(May)|(June)|(July)|(August)|(September
29 +)|(October)|(November)|(December)|(Jan)|(Feb)|(Mar)|(Apr)|(May)|(Jun)|(Jul)|(Au
30 +g)|(Sep)|(Oct)|(Nov)|(Dec))(-|/|\s)(\d+)((,?\s+|-|/)(\d+))?\b": Invalid
31 +pattern.
32
33
34 ** (gnumeric:6043): WARNING **: 15:48:22.501: Failed to compile rx
35 +"^(\d+)(-|/|\.?\s*)((January)|(February)|(March)|(April)|(May)|(June)|(July)|(A
36 +ugust)|(September)|(October)|(November)|(December)|(Jan)|(Feb)|(Mar)|(Apr)|(May
37 +)|(Jun)|(Jul)|(Aug)|(Sep)|(Oct)|(Nov)|(Dec))((,?\s*|-|/)(\d+))?\b": Invalid
38 +pattern.
39
40
41 ** (gnumeric:6043): WARNING **: 15:48:22.501: Failed to compile rx
42 +"^(\d\d\d\d)(\d\d)(\d\d)(:\d\d\d\d\d\d(\.\d*)?)?\s*$": Invalid pattern.
43
44 ** (gnumeric:6043): WARNING **: 15:48:22.501: Failed to compile rx
45 +"^(\d\d\d\d)(-?)(\d\d)\2(\d\d)T\d+(:?)\d+(\5\d+(\.\d*)?)?(Z)\s*$": Invalid
46 +pattern.
47
48
49 ** (gnumeric:6043): WARNING **: 15:48:22.501: Failed to compile rx
50 +"^(\d\d\d\d)[-/.](\d+)[-/.](\d+)\b": Invalid pattern.
51
52
53 ** (gnumeric:6043): WARNING **: 15:48:22.501: Failed to compile rx
54 +"^(\d\d\d\d)[-/.]((Jan)|(Feb)|(Mar)|(Apr)|(May)|(Jun)|(Jul)|(Aug)|(Sep)|(Oct)|(
55 +Nov)|(Dec))[-/.](\d+)\b": Invalid pattern.
56
57
58 ** (gnumeric:6043): WARNING **: 15:48:22.501: Failed to compile rx
59 +"^(\d+)[-/.](\d+)[-/.](\d+)\b": Invalid pattern.
60
61
62 ** (gnumeric:6043): WARNING **: 15:48:22.501: Failed to compile rx
63 +"^(\d+)([-/.])(\d+)\b": Invalid pattern.
64
65
66 ** (gnumeric:6043): WARNING **: 15:48:22.501: Failed to compile rx
67 +"^(((\d+):)?(\d+):)?(\d+\.\d*)\s*$": Invalid pattern.
68
69
70 ** (gnumeric:6043): WARNING **: 15:48:22.501: Failed to compile rx
71 +"^(\d+):(\d+)(:(\d+))?\s*$": Invalid pattern.
72
73
74 ** (gnumeric:6043): WARNING **: 15:48:22.501: Failed to compile rx
75 +"^(\d\d)(\d\d)(\d\d)?(\.\d*)?\s*$": Invalid pattern.
76
77
78 ** (gnumeric:6043): WARNING **: 15:48:22.501: Failed to compile rx
79 +"^(\d+)(:(\d+)(:(\d+(\.\d*)?))?)?\s*((am)|(pm))\s*$": Invalid pattern.
80
81
82 --
83 I've seen things, you people wouldn't believe; Gopher, Netscape with
84 frames, the first Browser Wars. Searching for pages with AltaVista,
85 pop-up windows self-replicating, trying to uninstall RealPlayer. All
86 those moments, will be lost in time like tears in rain... time to die.

Replies

Subject Author
Re: [gentoo-user] Major problems with libpcre / UTF8 Matt Connell <matt@×××××××.tech>
[gentoo-user] Re: Major problems with libpcre / UTF8 Nuno Silva <nunojsilva@×××××××.pt>