Your message dated Sun, 19 Jul 2009 12:30:02 +0200
with message-id <[email protected]>
and subject line Bug#531987: fixed in bugzilla 3.2.4.0-1
has caused the Debian Bug report #531987,
regarding bugzilla3: Bug search doesn't work when using Cyrillic product name 
and PostgreSQL DB
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
531987: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531987
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bugzilla3
Version: 3.0.4.1-2+lenny1
Severity: important
Tags: l10n

When using PostgreSQL as a backend database, Bugzilla search doesn't work
with product names containing cyrillic characters.

No error does occur, but the result of the search is always empty.

Steps to reproduce on a fresh Debian Lenny system:

1. dpkg-reconfigure locales
   - enable ru_RU.UTF-8 as default system locale

2. Install bugzilla3, apache2 and PostgreSQL:
   aptitude install bugzilla3 apache2 postgresql-8.3

3. Create PostgreSQL user and database:
   su - postgres
   createrole -P bugs
   createdb -O bugs bugs

4. Edit /etc/bugzilla3/dbconfig-params and /etc/bugzilla3/localconfig
   to use PostgreSQL instead of MySQL: set dbtype to pg, dbuser
   to bugs and password to the database user password.

5. Run dpkg-reconfigure bugzilla3, choose not to reconfigure DB
   (as we have already done that and debconf currently knows nothing
    about PostgreSQL with Bugzilla).

6. Configure apache for bugzilla access by adding stanzas from
   /usr/share/doc/bugzilla3/examples/basic.conf to
   /etc/apache2/sites-enabled/000-default

7. Open bugzilla in browser http://localhost/bugzilla3/.
   Enter administrative login and password.

8. Set parameter specific_search_allow_empty_words to ON
   at the configuration page.

9. Create new product with cyrillic letters in name.
   Create a single component in this new product.

10. Create a single bug for this product. Leave the new bug open.

11. Open default Bugzilla search page, choose the newly created
    product and try to find all open bugs. The search will not
    return the newly created bug from step 10, although it should.

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bugzilla3 depends on:
ii  apache2                2.2.9-10+lenny2   Apache HTTP Server metapackage
ii  apache2-mpm-worker [ht 2.2.9-10+lenny2   Apache HTTP Server - high speed th
ii  dbconfig-common        1.8.39            common framework for packaging dat
ii  debconf                1.5.24            Debian configuration management sy
ii  exim4                  4.69-9            metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [ma 4.69-9            lightweight Exim MTA (v4) daemon
ii  libappconfig-perl      1.56-2            Perl module for configuration file
ii  libcgi-pm-perl         3.38-2            Simple Common Gateway Interface Cl
ii  libdbd-mysql-perl      4.007-1           A Perl5 database interface to the 
ii  libdbd-pg-perl         2.8.7-1           Perl DBI driver for the PostgreSQL
ii  libemail-mime-modifier 1.442-3           Modify Email::MIME objects easily
ii  libemail-send-perl     2.192-3           Simply Sending Email
ii  libtemplate-perl       2.19-1.1lenny1.1  template processing system written
ii  libtimedate-perl       1.1600-9          Time and date functions for Perl
ii  mysql-client-5.0 [mysq 5.0.51a-24+lenny1 MySQL database client binaries
ii  patch                  2.5.9-5           Apply a diff file to an original
ii  perl-modules [libcgi-p 5.10.0-19         Core Perl modules
ii  postgresql-client-8.3  8.3.7-0lenny1     front-end programs for PostgreSQL 
ii  ucf                    3.0016            Update Configuration File: preserv

Versions of packages bugzilla3 recommends:
ii  libchart-perl   2.4.1-5                  Chart Library for Perl
ii  libxml-parser-p 2.36-1.1+b1              Perl module for parsing XML files
ii  mysql-server    5.0.51a-24+lenny1        MySQL database server (metapackage
ii  mysql-server-5. 5.0.51a-24+lenny1        MySQL database server binaries
ii  perlmagick      7:6.3.7.9.dfsg2-1~lenny1 Perl interface to the libMagick gr

Versions of packages bugzilla3 suggests:
pn  bugzilla3-doc                 <none>     (no description available)
ii  graphviz                      2.20.2-3   rich set of graph drawing tools
ii  libgd-gd2-perl                1:2.39-2   Perl module wrapper for libgd - gd
ii  libgd-graph-perl              1.44-3     Graph Plotting Module for Perl 5
ii  libgd-text-perl               0.86-5     Text utilities for use with GD
ii  libhtml-parser-perl           3.56-1+b1  A collection of modules that parse
ii  libhtml-scrubber-perl         0.08-4     Perl extension for scrubbing/sanit
ii  libmailtools-perl             2.03-1     Manipulate email in perl programs
ii  libmime-tools-perl            5.427-1    Perl5 modules for MIME-compliant m
pn  libnet-ldap-perl              <none>     (no description available)
ii  libsoap-lite-perl             0.710.08-1 Client and server side SOAP implem
ii  libwww-perl                   5.813-1    WWW client/server library for Perl
ii  libxml-twig-perl              1:3.32-1   Perl module for processing huge XM

-- debconf information:
  bugzilla3/database-type: mysql
  bugzilla3/remove-error: abort
  bugzilla3/dbconfig-remove:
* bugzilla3/dbconfig-install: true
  bugzilla3/internal/reconfiguring: false
  bugzilla3/remote/newhost:
  bugzilla3/internal/skip-preseed: true
  bugzilla3/remote/host:
  bugzilla3/install-error: abort
  bugzilla3/upgrade-backup: true
  bugzilla3/db/dbname: bugzilla3
  bugzilla3/missing-db-package-error: abort
  bugzilla3/passwords-do-not-match:
  bugzilla3/mysql/admin-user: root
  bugzilla3/upgrade-error: abort
  bugzilla3/db/app-user: bugzilla3
  bugzilla3/dbconfig-reinstall: false
  bugzilla3/mysql/method: unix socket
* bugzilla3/bugzilla_admin_real_name: Максим Зиналь
  bugzilla3/remote/port:
* bugzilla3/bugzilla_admin_name: [email protected]
  bugzilla3/dbconfig-upgrade: true
  bugzilla3/purge: false



--- End Message ---
--- Begin Message ---
Version: 3.2.4.0-1

Hi,

could you please try the new 3.2.4.0-1 package.

Regards,
Raphael

--- End Message ---

Reply via email to