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_at_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_at_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_at_freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org" >Received on Thu Oct 10 2013 - 06:14:22 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:42 UTC