From owner-freebsd-current@FreeBSD.ORG Fri Oct 11 07:23:49 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 52A74FD for ; Fri, 11 Oct 2013 07:23:49 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com [IPv6:2607:f8b0:4003:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 196962D4B for ; Fri, 11 Oct 2013 07:23:49 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id i3so2150526oag.2 for ; Fri, 11 Oct 2013 00:23:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=i87NTfl/WGlJyLbpL+IlCeaMandAL+yzHCJ750pcsss=; b=MrY/Xv4SyBcMctlw8au+GLzAL1oYWt78qsXJHTzK+GhrL0B35PWYW6rhzrcgugkxCI NECMQPyhEqfOpY+csXeLYf0M+PyQN+wuJtUbJTHiPANNsaEpHyZLJB1QZISXAInFnWMI Hq0uXwhnipoAZklQCtngeWgg5XNxm6zZGLe5lbAkGtiieiodxKuZBQ9CF0AlChyIK7lj uj1yF/oGCxWaDBCmxumcpdrEplRloEPaxfJwBxmMgNGRmhn4P5XU8uP8MOn4bwTSX3HY 4IHlK0poZpxql2wNKv6tSeiB6WO4wwc+mdiZnFdhS7EiyGe9hdc09F9l8TH+o+/1QKJW GEyQ== MIME-Version: 1.0 X-Received: by 10.60.103.37 with SMTP id ft5mr745053oeb.45.1381476228352; Fri, 11 Oct 2013 00:23:48 -0700 (PDT) Received: by 10.76.106.83 with HTTP; Fri, 11 Oct 2013 00:23:48 -0700 (PDT) In-Reply-To: References: <20131010013338.GA10499@troutmask.apl.washington.edu> Date: Fri, 11 Oct 2013 03:23:48 -0400 Message-ID: Subject: Re: /usr/src/lib/msun errors From: Joe Nosay To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 07:23:49 -0000 I did. Looks like I hosed part of the system but I am using it now. I'm getting libiconv errors. Vi has been replaced with nvi. Neat. I need to extract /base over /base. So, um, time to use the CD and set up a new system,right? On Thu, Oct 10, 2013 at 4:14 AM, Andreas Nilsson wrote: > 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 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 >> " >> > >