Package: bugzilla3
Version: 3.0.4.1-2+lenny1
Severity: normal

This last week I have got email_in.pl to work. I encountered the following 
problems:
- libemail-reply-perl does not yet exist (bug 528780), but no wnpp bug is filed 
yet.
- libemail-mime-attachment-stripper-perl is also needed (no wnpp filed yet)
- I also needed to install libemail-date-format-perl and 
libemail-mime-creator-perl (They already are in Debian)

I created both missing packages with the dh-make_perl procedure.

Apart from these dependency problems I needed to inject mail into the script. I 
solved this by using the following command in /etc/aliases (I don't think this 
is the best way, but it works):

bug-submit:      "|sudo -u www-data /usr/share/bugzilla3/lib/email_in.pl"

However, the script was not able to find the proper Bugzilla.pm, and later also 
had problems finding process_bug.cgi and post_bug.cgi. I solved these problem 
for now by creating soft links to those files in /usr/share/bugzilla3/lib/ . 
The problem with Bugzilla.pm can (I think) be solved in the email_in.pl script 
by adding:

use lib "/usr/share/bugzilla3";

in the top of the file. Probably calling the process_bug.cgi and post_bug.cgi 
scripts with a proper definition of the path should also fix that problem.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages bugzilla3 depends on:
ii  apache2                2.2.9-10+lenny4   Apache HTTP Server metapackage
ii  apache2-mpm-prefork [h 2.2.9-10+lenny4   Apache HTTP Server - traditional n
ii  dbconfig-common        1.8.39            common framework for packaging dat
ii  debconf                1.5.24            Debian configuration management sy
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  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.51a-24+lenny2 MySQL database client (metapackage
ii  mysql-client-5.0 [mysq 5.0.51a-24+lenny2 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-19lenny2   Core Perl modules
ii  postfix [mail-transpor 2.5.5-1.1         High-performance mail transport ag
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+lenny2        MySQL database server (metapackage
ii  mysql-server-5. 5.0.51a-24+lenny2        MySQL database server binaries
ii  perlmagick      7:6.3.7.9.dfsg2-1~lenny3 Perl interface to the libMagick gr

Versions of packages bugzilla3 suggests:
pn  bugzilla3-doc                 <none>     (no description available)
pn  graphviz                      <none>     (no description available)
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
pn  libhtml-scrubber-perl         <none>     (no description available)
pn  libmailtools-perl             <none>     (no description available)
pn  libmime-tools-perl            <none>     (no description available)
pn  libnet-ldap-perl              <none>     (no description available)
pn  libsoap-lite-perl             <none>     (no description available)
ii  libwww-perl                   5.813-1    WWW client/server library for Perl
pn  libxml-twig-perl              <none>     (no description available)

-- debconf information:
  bugzilla3/database-type: mysql
  bugzilla3/remove-error: abort
  bugzilla3/dbconfig-remove:
* bugzilla3/dbconfig-install: false
  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/missing-db-package-error: abort
  bugzilla3/passwords-do-not-match:
  bugzilla3/mysql/admin-user: root
  bugzilla3/upgrade-error: abort
  bugzilla3/db/app-user:
  bugzilla3/dbconfig-reinstall: false
  bugzilla3/mysql/method: unix socket
* bugzilla3/bugzilla_admin_real_name: Paul Gevers
  bugzilla3/remote/port:
* bugzilla3/bugzilla_admin_name: xxx
  bugzilla3/dbconfig-upgrade: true
  bugzilla3/purge: false



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

Reply via email to