That fixed it.  Thanks.

On Fri, 2005-04-29 at 07:49 +0200, Michael van Elst wrote:
> On Thu, Apr 28, 2005 at 03:26:56PM -0700, David M. Fetter wrote:
> 
> > Ya, I noticed that when I looked at the log.  It seems that the build
> > file might be getting parsed incorrectly or something.  I attached the
> > build file that is being used for the options.  The openpkg build
> > options I'm using are just '-A -U'.
> 
> That explains it :)
> 
> ....
> -Dopenpkg-import::with_mta = no
> ....
> 
> 
> This adds the string 'openpkg-import::with_mta = no' to the option 'D'.
> Later is split into 3 words:
> 
> 'openpkg-import::with_mta'
> -> has no '=' sign and gets the default value of 'yes'.
> 
> '='
> -> isn't recognized as an option because there is no name before the '='
>    and is ignored.
> 
> 'no'
> -> has no '=' sign and gets the default value of 'yes'.
> 
> Please remove all the whitespace around '='.
> 
> 
> Greetings,
-- 
David M. Fetter - UNIX Systems Administrator
Portland State University - www.oit.pdx.edu

Attachment: signature.asc
Description: This is a digitally signed message part



Reply via email to