[Kolab-devel] gunnar: server/perl-kolab MANIFEST, 1.9, 1.10 Makefile.PL, 1.17, 1.18

Richard Bos ml at radoeka.nl
Fri Dec 4 20:47:59 CET 2009


Op vrijdag 04 december 2009 20:30:49 schreef Richard Bos:
> Makefile:937: Base.mk: No such file or directory
> make: *** No rule to make target `Base.mk'.  Stop.
>
>
> Is the Makefile not complete yet?

It goes wrong file executing 'perl Makefile.PL'.  I added a check to it, 
being:
sub MY::postamble {
    if (-e "../Base.mk")
    {
        copy("../Base.mk", "./") or die "Could not copy ../Base.mk";
    } else {
        die "../Base.mk does not exist";  <<<<<<<<<<
    }
    my $add = "include Base.mk

Now when I run 'perl Makefile.PL', it fails with:
perl-kolab-2.2.2.90_cvs20091204> perl Makefile.PL
../Base.mk does not exist at Makefile.PL line 103.

Base.mk is located at:
http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/Base.mk?rev=1.2&content-
type=text/vnd.viewcvs-markup

Does it need an issue to be opened for it?

-- 
Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/devel/attachments/20091204/8d275bff/attachment.html>


More information about the devel mailing list