Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 10:14:21 +0200
From:      Andreas Nilsson <andrnils@gmail.com>
To:        Joe Nosay <superbisquit@gmail.com>
Cc:        freebsd-current <freebsd-current@freebsd.org>, Steve Kargl <sgk@troutmask.apl.washington.edu>
Subject:   Re: /usr/src/lib/msun errors
Message-ID:  <CAPS9%2BSu-6_s3Z38L9=qq7w9QP9mBAx6-qJ2f5_5RexoOkCf2YA@mail.gmail.com>
In-Reply-To: <CA%2BWntOuKp1227i11MFUFLC4essB3kb7qLqcJxY2JJ5BWLqvGFQ@mail.gmail.com>
References:  <CA%2BWntOuT0KhCEdFPJ4YZ%2Bsp6LkZqoLE_7i6BS_fJ=oDv45s1_g@mail.gmail.com> <20131010013338.GA10499@troutmask.apl.washington.edu> <CA%2BWntOuKp1227i11MFUFLC4essB3kb7qLqcJxY2JJ5BWLqvGFQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Since there is -Wall in your CFALGS there will be quite a few warnings,
which combined with -Werror which promotes warnings to errors makes it fail.

Try removing -Wall and see if it works. Also -mssse3 can trigger more
subtle stuff.

Best regards
Andreas


On Thu, Oct 10, 2013 at 9:49 AM, Joe Nosay <superbisquit@gmail.com> wrote:

> Yes, I did. To what extent did I screw up?
>
> # added by use.perl 2013-03-03 23:39:20
> PERL_VERSION=5.16.2
> RUBY_DEFAULT_VER=1.9
> ALLOW_SHARED_TEXTREL=1
>
> CFLAGS+= -mssse3 -Wall
> CXXFLAGS+= -mssse3
>
>
>
>
> On Wed, Oct 9, 2013 at 9:33 PM, Steve Kargl <
> sgk@troutmask.apl.washington.edu> wrote:
>
> > On Wed, Oct 09, 2013 at 09:00:11PM -0400, Joe Nosay wrote:
> > > Src is from 10/7/13 on i386. Base is from April.
> >
> > > cc  -O2 -pipe -mssse3 -Wall  -I/usr/src/lib/msun/x86
> > -I/usr/src/lib/msun/ld80 -I/usr/src/lib/msun/src
> > -I/usr/src/lib/msun/../libc/include  -I/usr/src/lib/msun/../libc/i386
> > -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror
> > -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int
> > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality
> > -Wno-unused-function -Wno-conversion -Wno-switch -Wno-switch-enum
> > -Wno-knr-promoted-parameter -Wno-parentheses -c
> > /usr/src/lib/msun/src/e_j0.c -o e_j0.o
> > > /usr/src/lib/msun/src/e_j0.c:281:10: error: variable 'p' is used
> > uninitialized whenever 'if' condition is false
> > [-Werror,-Wsometimes-uninitialized]
> >
> > Are you setting CFLAGS in make.conf?
> >
> > --
> > Steve
> >
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPS9%2BSu-6_s3Z38L9=qq7w9QP9mBAx6-qJ2f5_5RexoOkCf2YA>