postfix build fails with clang error

2014-03-22 Thread terry
I can build postfix by itself but if I add any variants it fails with the error below. I'm trying to build postfix +dovecot_sasl +mysql5 +pcre +tls and all the added variants get built but it fails on postfix. Any help greatly appreciated. Fresh OS X 10.8.5 on MacPro3,1, Quad-Core Intel Xeon,

Re: postfix build fails with clang error

2014-03-22 Thread Jeremy Lavergne
I’d open a ticket, since whatever variant causes code to build with -R is at fault. -R means nothing to clang (hence extraneous flags error). On Mar 22, 2014, at 20:07, te...@digital-outpost.com wrote: :info:build clang: error: unknown argument: '-R/opt/local/lib'

Re: postfix build fails with clang error

2014-03-22 Thread terry
Thanks Jeremy. I created a ticket. Same clang error on a core i5 iMac, OS X 10.9.2, Xcode 5.1 No clang error on an iMac core2 duo running 10.8.5 with Xcode 5.0. postfix with variants builds fine. Why? -Terry On 2014-03-22 17:07, te...@digital-outpost.com wrote: I can build postfix by

Re: postfix build fails with clang error

2014-03-22 Thread Jeremy Lavergne
I suspect this takes us to which version of clang is in use. As the “suggested work around warning flag” suggests: [-Wunused-command-line-argument-hard-error-in-future] Perhaps it was a warning and is now an error (or wasn’t a warning and now is, and warnings are treat as errors). On Mar 22,

Re: postfix build fails with clang error

2014-03-22 Thread Terry Barnum
To close this up, Jeremy was very helpful (on a Saturday afternoon) in determining that an older version of clang/command line tools would successfully build postfix with variants. Contrary to some postings I saw on the interwebs, deleting Xcode.app does not also remove the command line tools.