Gentoo Archives: gentoo-user

From: ralfconn <mentadent47@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Major problems with libpcre / UTF8
Date: Thu, 15 Dec 2022 21:01:33
Message-Id: 4cf210bf-dd1a-ea77-00da-c9a54e1f115f@yahoo.com
In Reply to: [gentoo-user] Major problems with libpcre / UTF8 by Walter Dnes
1 On 12/15/22 21:52, Walter Dnes wrote:
2 >    I just finished solving my babl problems, but more stuff shows up in
3 > libpcre.  First, here are my USE flags.  I don't see "utf8" anywhere.
4 >
5 > Calculating dependencies... done!
6 > [ebuild   R    ] dev-libs/libpcre-8.45-r1:3::gentoo USE="bzip2 cxx
7 jit readline (split-usr) (unicode) zlib -libedit -pcre16 -pcre32
8 -static-libs" 0 KiB
9 >
10 >    Can someone give me their output from "emerge -pv1 dev-libs/libpcre"
11 >
12 > mc (Midnight Commander) spews out a lot of...
13 >
14 > (mc:5796): GLib-CRITICAL **: 15:19:15.617: PCRE library is compiled
15 without UTF8 support
16 >
17 >    Application windows have every second character missing in the window
18 > title; e.g. "xterm" shows as "xem".  I have a spreasheet that tracks my
19 > Presto card usage.  The title has gone from "presto.gnumeric-Gnumeric" to
20 > "pet.nmrc-Guei'.  Various PCRE-based searches fail in vaious apps.  HELP!
21
22
23 # emerge -pv1 dev-libs/libpcre
24
25 These are the packages that would be merged, in order:
26
27 Calculating dependencies... done!
28 [ebuild   R    ] dev-libs/libpcre-8.45-r1:3::gentoo  USE="bzip2 cxx jit
29 readline (split-usr) (unicode) zlib -libedit -pcre16 -pcre32
30 -static-libs" ABI_X86="(64) -32 (-x32)" 1,542 KiB
31
32 # cat /etc/locale.gen
33 en_US ISO-8859-1
34 en_US.UTF-8 UTF-8
35 it_IT ISO-8859-1
36 it_IT.UTF-8 UTF-8

Replies

Subject Author
Re: [gentoo-user] Major problems with libpcre / UTF8 David Rosenbaum <rosenbaumd181@×××××.com>