tcsh-6 compilation error with gcc44 (buildworld)

Saifi Khan saifi.khan at datasynergy.org
Sun Nov 8 01:26:00 PST 2009


On Sat, 7 Nov 2009, Sascha Wildner wrote:

> Peter Avalos schrieb:
> > On Sat, Nov 07, 2009 at 09:49:50PM +0530, Saifi Khan wrote:
> > > Hi:
> > > 
> > > On a AMD64X2 system running DragonFly v2.5.1.187.gc1543-DEV
> > > 
> > > i'm trying to 'buildworld' with 'gcc44' as
> > > 
> > > # CCVER=gcc44 make buildworld
> > 
> > buildworld is not warning-free with gcc44.  You need to also set
> > NO_WERROR.
> > 
> > --Peter
> 
> Same goes for clang. I've committed a fix that restricts -Werror to gcc41 for
> now.
> 
> Sascha
> 

Sascha, i did a git pull to pull in your commit
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5623ae32853fcfb747f493ea6af0059a56fb9b56

However, i encountered the *same error* while building tcsh-6,
on running this command:

    CCVER=gcc44 make buildworld

So, i specified the macro -DNO_WERROR and the ran the command:

    CCVER=gcc44 make -DNO_WERROR buildworld

This works absolutely fine.

Pls note that /etc/make.conf doesnot exist on the system.

Is there a possibility that some other .mk file needs to be
reviewed as well ?


thanks
Saifi.






More information about the Users mailing list