Bug 77056

Summary: Error building p5-Mail-Ezmlm-0.03.1 with MySQL 4.1.7
Product: Ports & Packages Reporter: Roman Serbski <mefystofel>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Roman Serbski 2005-02-03 11:00:41 UTC
pkg_info | grep mysql
mysql-client-4.1.7 Multithreaded SQL database (client)
mysql-server-4.1.7 Multithreaded SQL database (server)

pkg_info | grep perl
perl-5.8.5 Practical Extraction and Report Language

cd /usr/ports/mail/p5-Mail-Ezmlm && make install clean

# make
===> p5-Mail-Ezmlm-0.03.1 depends on file: /usr/local/bin/ezmlm-idx - found
===> p5-Mail-Ezmlm-0.03.1 depends on file: /usr/local/bin/perl5.8.5 - found
===> Configuring for p5-Mail-Ezmlm-0.03.1
Checking if your kit is complete...
Looks good

We now need to know where some things live on your system. I'll try and make
some intelligent guesses - if I get it right, please just press enter at the
prompt. If I get them wrong, please type in the correct path for me and then
press enter.

First I need to know where the Ezmlm binaries live (ie where I can find
ezmlm-make, ezmlm-sub, etc).

Ezmlm binary directory? [/usr/local/bin] 

Now I need to know where Qmail resides on your system. The Qmail base 
directory is the one in which the Qmail bin, control, etc directories
live in.

Qmail base directory? [/var/qmail] 

It appears you have compiled MySQL support into your versiion of Ezmlm. If
this is correct, I now need to know where the MySQL client (mysql) lives on
your machine.

Please leave this blank if you do not want to enable MySQL support in the
Mail::Ezmlm module.

MySQL binary directory? [] /usr/local/bin/

Thank you. I will use this information to configure Mail::Ezmlm for you

Can't use an undefined value as a HASH reference at /usr/local/lib/perl5/5.8.5/ExtUtils/MakeMaker.pm line 413.
*** Error code 2

Stop in /usr/ports/mail/p5-Mail-Ezmlm.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-02-14 17:23:42 UTC
Dear maintainer, please look into this issue!

Volker
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2005-02-14 17:23:55 UTC
State Changed
From-To: open->feedback

Forwarded PR to maintainer
Comment 3 Guy Antony Halse 2005-03-13 08:40:41 UTC
On Mon 2005-02-14 (18:23), Volker Stolz wrote:
> Dear maintainer, please look into this issue!

The problem exists in the Makefile.PL of Mail::Ezmlm itself and isn't
necessarily related to MySQL (although it presents most often with MySQL
installs).  Since I maintain the module itself, I've fixed the problem in
the module and submitted a new version to CPAN.  I've also updated the
FreeBSD port (see ports/78771) to reflect this new version.

- Guy
-- 
Dept of Computer Science, Rhodes University, Grahamstown, South Africa
Email: guy^mombe.org  Web: http://mombe.org/  IRC: rm-rf@irc.zanet.net
*** ANSI Standard Disclaimer ***                               J.A.P.H
Comment 4 Kirill Ponomarev freebsd_committer freebsd_triage 2005-03-13 11:15:26 UTC
State Changed
From-To: feedback->closed

Fix is committed, thanks!