Package: bugzilla3
Version: 3.2.5.1-2
Severity: minor

Dear Maintainer,
whenever the daily script for bugzilla (/etc/cron.daily/bugzilla3) is run perl 
warnings are returned.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/3 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=UTF-8 (charmap=locale: Cannot set LC_CTYPE 
to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages bugzilla3 depends on:
ii  apache2                                           2.2.21-5
ii  apache2-mpm-itk [httpd]                           2.2.21-5
ii  dbconfig-common                                   1.8.47+nmu1
ii  debconf                                           1.5.41
ii  exim4-daemon-light [mail-transport-agent]         4.77-1+b1
ii  libappconfig-perl                                 1.66-1
ii  libcgi-pm-perl                                    3.59+dfsg-1
ii  libdbd-mysql-perl                                 4.020-1+b1
ii  libemail-mime-perl [libemail-mime-modifier-perl]  1.910-1
ii  libemail-send-perl                                2.198-4
ii  libjs-yui                                         2.8.2r1~squeeze-1
ii  libmail-sendmail-perl                             0.79.16-1
ii  libtemplate-perl                                  2.22-0.1+b2
ii  libtimedate-perl                                  1.2000-1
ii  mysql-client                                      5.1.58-1
ii  mysql-client-5.1 [mysql-client]                   5.1.58-1
ii  patch                                             2.6.1-3
ii  perl-modules [libcgi-pm-perl]                     5.14.2-6
ii  ucf                                               3.0025+nmu2

Versions of packages bugzilla3 recommends:
ii  cvs                              2:1.12.13+real-6
ii  imagemagick                      <none>
ii  libchart-perl                    2.4.4-1
ii  libtemplate-plugin-gd-perl       2.66-2
ii  libxml-parser-perl               2.41-1+b1
ii  mysql-server                     5.1.58-1
ii  mysql-server-5.1 [mysql-server]  5.1.58-1
ii  perlmagick                       8:6.6.9.7-5+b2

Versions of packages bugzilla3 suggests:
pn  bugzilla3-doc          <none>
pn  graphviz               <none>
pn  libauthen-radius-perl  <none>
pn  libgd-gd2-perl         1:2.46-3+b1
pn  libgd-graph-perl       1.44-6
pn  libgd-text-perl        0.86-8
pn  libhtml-parser-perl    3.69-1+b1
pn  libhtml-scrubber-perl  <none>
pn  libmailtools-perl      2.08-1
pn  libmime-tools-perl     5.502-1
pn  libnet-ldap-perl       <none>
pn  libsoap-lite-perl      <none>
pn  libwww-perl            6.03-1
pn  libxml-twig-perl       1:3.39-1
pn  patchutils             <none>
pn  python                 2.7.2-10
pn  python-central         0.6.17
pn  ruby                   <none>

-- Configuration Files:
/etc/cron.daily/bugzilla3 changed:
set -e
doit() 
{
    test -x /usr/share/bugzilla3/lib/collectstats.pl && \
    su www-data -c /usr/share/bugzilla3/lib/collectstats.pl
    test -x /usr/share/bugzilla3/lib/whineatnews.pl && \
    su www-data -c /usr/share/bugzilla3/lib/whineatnews.pl >/dev/null 
    test -x /usr/share/bugzilla3/lib/whine.pl && \
    su www-data -c /usr/share/bugzilla3/lib/whine.pl >/dev/null
    if [ -x /usr/share/bugzilla3/lib/sanitycheck.pl ]; then
        if [ "$X_BUGZILLA_SITE" ]; then
            paramsf="/etc/bugzilla3/site/$X_BUGZILLA_SITE"
        else
            paramsf="/etc/bugzilla3/params"
        fi
        # Extract the email address for sanitycheck.pl
        maintainer=`perl -e "require \"$paramsf\"; print 
\\\$param{\"maintainer\"}. \"\\n\"";`
        su www-data -c "/usr/share/bugzilla3/lib/sanitycheck.pl --login 
\"$maintainer\""
    fi
}
doit
if [ -d /etc/bugzilla3/sites ]; then
    for site in `cd /etc/bugzilla3/sites && ls -1`; do
        X_BUGZILLA_SITE="$site" doit
    done
fi
find /var/lib/bugzilla3/data/webdot -type f -mtime +1 -exec rm {} \; || true
exit 0


-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LC_CTYPE = "UTF-8",
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
  bugzilla3/customized_values: true
  bugzilla3/customized_values_ask_again: false
  bugzilla3/dbconfig-remove:
  bugzilla3/db/dbname: bugzilla3
  bugzilla3/missing-db-package-error: abort
  bugzilla3/passwords-do-not-match:
  bugzilla3/dbconfig-reinstall: false
* bugzilla3/bugzilla_admin_real_name: CyberPax
  bugzilla3/remote/port:
* bugzilla3/bugzilla_admin_name: [email protected]
  bugzilla3/dbconfig-upgrade: true
  bugzilla3/purge: false
  bugzilla3/database-type: mysql
  bugzilla3/remove-error: abort
* bugzilla3/dbconfig-install: true
  bugzilla3/internal/reconfiguring: false
  bugzilla3/remote/newhost:
  bugzilla3/internal/skip-preseed: false
  bugzilla3/remote/host:
  bugzilla3/install-error: retry
  bugzilla3/upgrade-backup: true
  bugzilla3/mysql/admin-user: root
  bugzilla3/upgrade-error: abort
  bugzilla3/db/app-user: bugzilla3
  bugzilla3/mysql/method: unix socket



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to