Skip Menu |

This queue is for tickets about the Net-Z3950-SimpleServer CPAN distribution.

Report information
The Basics
Id: 70444
Status: open
Priority: 0/
Queue: Net-Z3950-SimpleServer

People
Owner: Nobody in particular
Requestors: GMCHARLT [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.14
Fixed in: (no value)



Subject: module fails to build - hardcoded path to yaz-config
I have see a report of a failure compiling this module on Debian Squeeze: ERROR: Unable to call script: yaz-config If you are using a YAZ installation from the Debian package "yaz", you will also need to install "libyaz-dev" in order to build the SimpleServer module. Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site] MIRK/Net-Z3950-SimpleServer-1.14.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK The issue is with Makefile.PL, which in the CPAN version of this module has the line: my $yazconf = "../yaz/yaz-config"; This appears to be a regression of the fix made in http://git.indexdata.com/?p=simpleserver.git;a=commitdiff;h=5bf47f8aaa2494c3e013951a05a000ffd82bdc46
From: Dan Scott <denials [...] gmail.com>
On Tue Aug 23 14:27:47 2011, GMCHARLT wrote: Show quoted text
> I have see a report of a failure compiling this module on Debian > Squeeze:
8 weeks later, I can confirm the same problem exists with 1.14 on Fedora 15. It would be nice to be able to install this module without having to patch it first.