Bug 173987

Summary: Compiled by default without utf-8 support
Product: [Fedora] Fedora Reporter: Jon Lowell <reflous>
Component: pcreAssignee: Than Ngo <than>
Status: CLOSED NOTABUG QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: sundaram
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-11-29 11:21:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jon Lowell 2005-11-23 14:10:00 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051111 Firefox/1.5

Description of problem:
compiled by default without utf-8 support

# pcretest -C
PCRE version 5.0 13-Sep-2004
Compiled with
  No UTF-8 support
  No Unicode properties support
  Newline character is LF
  Internal link size = 2
  POSIX malloc threshold = 10
  Default match limit = 10000000
  Match recursion uses stack


Version-Release number of selected component (if applicable):
pcre-5.0-4.1.fc4

How reproducible:
Always

Steps to Reproduce:
1.
2.
3.
  

Additional info:

Comment 1 Than Ngo 2005-11-23 17:31:53 UTC
strange, pcre-5.0-4.1.fc4 has been built with utf8 support.
With pcretest -C, i got this.

pcretest -C
PCRE version 5.0 13-Sep-2004
Compiled with
  UTF-8 support
  No Unicode properties support
  Newline character is LF
  Internal link size = 2
  POSIX malloc threshold = 10
  Default match limit = 10000000
  Match recursion uses stack


Could you please check if you have installed another pcre version on your machine?

Comment 2 Jon Lowell 2005-11-29 05:13:06 UTC
Odd, I can't find another version of pcre lurking around my box.  This computer
has been upgraded from rh9 to fc4 though, not a clean install to say the least.
 I just tried reinstalling pcre from
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/i386/pcre-5.0-4.1.fc4.i386.rpm
and I'm still getting no utf8 support.

# rpm -qa | grep pcre
pcre-5.0-4.1.fc4
pcre-devel-5.0-4.1.fc4

I tore apart the SRPMS and can't see a problem.  Looks like this is an oddity
with my machine rather than a pcre bug, sorry about that!