From owner-freebsd-stable@FreeBSD.ORG Sat Mar 30 20:37:46 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F2EE6F07 for ; Sat, 30 Mar 2013 20:37:46 +0000 (UTC) (envelope-from edwinlculp@gmail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 8DB0BAF1 for ; Sat, 30 Mar 2013 20:37:46 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hn17so686745wib.10 for ; Sat, 30 Mar 2013 13:37:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=iLMC9YhUB/nJLjMSukBoQ0BeHcVeEHkhScgkQX084PI=; b=k8gyBMU9pRy5KSrzhU2y6B7NaAfnaD6tF2SLLS+6megFNiPiRAanjctyUrVOmZTRIV PNFd8cE1m+plm0HjwlCagGtlAF/KvRNAQImutL5+hJ0Zi3OBQS0YIb90mYFWu9MLZA6E sED8tYAXd3JIg4MpcDZLPE1/F+9f0xu72JDtOfwpuEcxxnouBPTUa7PCkqrcgD4mekfj KhnT6+QL0SFzUop31hGR7NuwmAZ5NirxyT9PdPPIqFlQSG2Fr+pweNVuWExVtEZz666B E2kgctsx1BpoFSV3Uvk4aoiOGI36ba5rEFlplDypfiC1MxQPCp3ZdaKcuEU/WwX/HiSB iJiw== MIME-Version: 1.0 X-Received: by 10.194.176.34 with SMTP id cf2mr9044817wjc.59.1364675865647; Sat, 30 Mar 2013 13:37:45 -0700 (PDT) Received: by 10.194.158.164 with HTTP; Sat, 30 Mar 2013 13:37:45 -0700 (PDT) In-Reply-To: <44li94vdq7.fsf@lowell-desk.lan> References: <44li94vdq7.fsf@lowell-desk.lan> Date: Sat, 30 Mar 2013 15:37:45 -0500 Message-ID: Subject: Re: problem building world on 9.1 stable after changing 100% to svn From: "Edwin L. Culp W." To: Lowell Gilbert Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 20:37:47 -0000 On Sat, Mar 30, 2013 at 3:23 PM, Lowell Gilbert < freebsd-stable-local@be-well.ilk.org> wrote: > "Edwin L. Culp W." writes: > > > I am currently tying to use the new tools that replace cvsup and then > > recompile. Ports are working as expected but buildworld has been givin= g > me > > a headache . > > I'm manually trying > > > > > > # svn up /usr/src > > > > Updating '.': > > At revision 248935. > > > > # cd /usr/src > > # make buildworld > > > > It then chugs right along util it generates tha e following error: > > > > cc -O2 -pipe -I/usr/src/usr.bin/xinstall/../../contrib/mtree > > -I/usr/src/usr.bin/xinstall/../../lib/libnetbsd > > -I/usr/src/usr.bin/xinstall/../../lib/libmd -std=3Dgnu99 -fstack-protec= tor > > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter > > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type > > -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter > > -Wcast-align -Wchar-subscripts -Winline -Wnested-externs > -Wredundant-decls > > -Wold-style-definition -Wno-pointer-sign -c > > /usr/src/usr.bin/xinstall/xinstall.c > > cc1: warnings being treated as errors > > /usr/src/usr.bin/xinstall/xinstall.c: In function 'metadata_log': > > /usr/src/usr.bin/xinstall/xinstall.c:1331: warning: implicit declaratio= n > of > > function 'strsvis' > > /usr/src/usr.bin/xinstall/xinstall.c:1331: warning: nested extern > > declaration of 'strsvis' > > *** [xinstall.o] Error code 1 > > > > Stop in /usr/src/usr.bin/xinstall. > > *** [all] Error code 1 > > > > Stop in /usr/src/usr.bin. > > *** [usr.bin.all__D] Error code 1 > > > > Stop in /usr/src. > > *** [everything] Error code 1 > > > > Stop in /usr/src. > > *** [buildworld] Error code 1 > > > > Stop in /usr/src. > > > > I've probably missed something obvious because I can't find it and I've > > been building world for years with no real problems. > > This looks like a real compile problem, so the issue is unlikely to be > related to how you got the sources (i.e., the svn conversion is probably > a red herring. My first guess was that some developer had broken the > build entirely, but I've now done a successful buildworld (with the same > revision you have), so the problem appears to be local to your system. > > It's possible you're building with the wrong set of headers, but every > case I can think of would have given you an error earlier than this. > Do you get any output from: > # cd /usr/src/usr.bin/xinstall/ && svn status xinstall.c > by any chance? > > What command did you use for your initial source checkout from SubVersion= ? > I did it twice. # cd /usr/src/usr.bin/xinstall/ && svn status xinstall.c M xinstall.c # cd /usr/src/usr.bin/xinstall/ && svn status xinstall.c M xinstall.c Hopefully you will find something there. Thanks ed --=20 Bienes Ra=EDces in Coatepec, Veracruz, Mexico http://www.facebook.com/pages/Inmobiliaria-Bienes-Raices-httpEcoManiainfo/1= 02249989850215?sk=3Dphotos_albums