how to build Lire from current cvs (was: Re: Postfix/virtual Pb)
Joost van Baal
joostvb at logreport.org
Mon Feb 4 17:18:48 CET 2002
Hi Cedric,
On Mon, Feb 04, 2002 at 11:47:00AM +0100, gross, cedric wrote:
> De : Joost van Baal [mailto:joostvb at logreport.org]
> Envoye : samedi 2 fevrier 2002 12:40
> > On Sat, Feb 02, 2002 at 12:16:53AM +0100, Joost van Baal wrote:
> > > On Fri, Feb 01, 2002 at 10:21:50AM +0100, gross, cedric wrote:
> > > >
> > > > I found a problem with postfix and virtual transport.
> > >
> > > I've taken a quick look at the problem; changing
> > >
> > > /^(local|smtp|lmtp)$/
> > >
> > > to
> > >
> > > /^(local|smtp|lmtp|virtual)$/
> > >
> > > in postfix2dlf deals with _part_ of the problem.
> >
> > I did take a look, the bug is fixed now. Next to above change, change
> >
> > $msgs{$qid}{'size'} = $size;
> >
> > to
> >
> > if (!$msgs{$qid}{'size'} or $msgs{$qid}{'size'} eq '-') {
> > $msgs{$qid}{'size'} = $size;
> > }
> >
> > in postfix2dlf.
> > I just commited this change to cvs.
>
> Thanks for that, but just a stupid question :
>
> I don't reach to understand how to retreive your change.
You could do two things:
- either manually change your Lire installation, by editing your running
copy of postfix2dlf
- or checking out our cvs, building Lire from that checked out copy, and
upgrading your Lire installation to the current cvs.
- If the last thing gives you lots of trouble, I could build a snapshot
Lire release and upload it to http://logreport.org/pub/ . Give a call
in case you'd prefer that.
> I check in sourceforge, but I don't reach to see your change.
To just see the latest postfix2dlf, go to
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/logreport/service/email/script/postfix2dlf.in?rev=1.24 .
> what I must do ? Do I must run the cvs commands shown on the web site ?
Yes, in order to install Lire from current CVS, this is what you should do:
$ cvs -d:pserver:anonymous at cvs.logreport.sourceforge.net:/cvsroot/logreport login
$ cvs -z3 -d:pserver:anonymous at cvs.logreport.sourceforge.net:/cvsroot/logreport co service
$ cd service
$ ./bootstrap && ./configure && make && make distcheck
this will create a lire-20020204.tar.gz . You can install this tarball
as you would do with any Lire tarball.
However, you need some developers software for this to work. It's
documented in our Lire Developer's Manual on
http://logreport.org/pub/current/doc/dev-manual.html#sect:required-build-tools
.
Bye,
Joost
--
Joost van Baal . . http://www.logreport.org/
. .
/^LogReport$/ . . joostvb at logreport.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.logreport.org/pipermail/development/attachments/20020204/d7c8fcf1/attachment.bin
More information about the Development
mailing list