From owner-freebsd-current@FreeBSD.ORG Sat Oct 12 02:05:57 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 4AA4024B for ; Sat, 12 Oct 2013 02:05:57 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-oa0-x236.google.com (mail-oa0-x236.google.com [IPv6:2607:f8b0:4003:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13BA42155 for ; Sat, 12 Oct 2013 02:05:57 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n5so2994368oag.41 for ; Fri, 11 Oct 2013 19:05:56 -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=pndDsnUx5WlmQFNAENo4glumDW8GwkUFrI6GXxvvoLI=; b=IUQZ+zNFXAj1n3soePEouJKm6ybPLOCl/jQ+dRDjvpG0BZzHF6r8uzw8IoWgW0XPIB 0nRD5bzgxRQW1GMemtPyEo1AXwAsMyfg7QSf72B1p8WGWWEFqbGdHElSgKQFLQr8vCtE X/s7iGDZdWfiiIEOh1JnXDdJWPLdtmaToCifVKQN7uZQx7k8+CmKjMxzHTWwMkXPbdQD G0ePIwk5S5qnNO2RuXKH3u3RdPnCPxS3IN+9ZD9BuGPsiADkSvzgmbJ+sQrQIJb2TcC0 bA9DJg+mvCIcad30WmJFvG5cyn+rmvWnY1moDp2IKtDbxGBMskyRP5Mt2NWvW2aakpSQ hqHA== MIME-Version: 1.0 X-Received: by 10.60.70.134 with SMTP id m6mr16795957oeu.14.1381543556422; Fri, 11 Oct 2013 19:05:56 -0700 (PDT) Received: by 10.76.106.83 with HTTP; Fri, 11 Oct 2013 19:05:56 -0700 (PDT) In-Reply-To: References: <20131010013338.GA10499@troutmask.apl.washington.edu> Date: Fri, 11 Oct 2013 22:05:56 -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: Sat, 12 Oct 2013 02:05:57 -0000 Is the ALPHA base stable enough to do porting of applications? On Fri, Oct 11, 2013 at 3:23 AM, Joe Nosay wrote: > > 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" >>> >> >> >