From owner-freebsd-stable@FreeBSD.ORG Sat Mar 30 18:48:22 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 57D61CB5 for ; Sat, 30 Mar 2013 18:48:22 +0000 (UTC) (envelope-from edwinlculp@gmail.com) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) by mx1.freebsd.org (Postfix) with ESMTP id E912875C for ; Sat, 30 Mar 2013 18:48:21 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id y10so1219442wgg.4 for ; Sat, 30 Mar 2013 11:48:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=5Dg4vkFSPhitJy8hKA8Cj1iipW+0gkgatFH2kqf+VQU=; b=f3P5xE74eEFedUizhKGuXUdsSb75SacqZeXTN+7gxEvXD0BqPfbOC15YLGV0E9ZHQu TxH5bz1gnj9LTA/eAlMii1sdxYtsioo8CJobpxynvhxy60Qz8g+UbO0htqsjG7jc1M83 LW+UmQD4o9hWzVNE0zEt2yNADTmEtP0p+mefn1GSA8Q1BtFlEFgl/Yz94BeqH8yFdx8l 39fCdXhsCRbcc5Riombiu2cmL8nWnrVaq9aK9i2grh4+SUPKIcoGuJTJ8jV3F5A116zl S3EbZ7LKMPOh/f5LeRiHIawlLGGOrjpz3PR5J19ORpf30Dwp2dQfpnT17ZCKPV1wA52C vttw== MIME-Version: 1.0 X-Received: by 10.180.14.129 with SMTP id p1mr3435268wic.1.1364669300600; Sat, 30 Mar 2013 11:48:20 -0700 (PDT) Received: by 10.194.158.164 with HTTP; Sat, 30 Mar 2013 11:48:20 -0700 (PDT) Date: Sat, 30 Mar 2013 13:48:20 -0500 Message-ID: Subject: problem building world on 9.1 stable after changing 100% to svn From: "Edwin L. Culp W." To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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 18:48:22 -0000 I am currently tying to use the new tools that replace cvsup and then recompile. Ports are working as expected but buildworld has been giving 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=gnu99 -fstack-protector -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 declaration 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. Thanks for your help, ed uname follows: # uname -a FreeBSD home.encontacto.net 9.1-STABLE FreeBSD 9.1-STABLE #444 r248654M: Wed Mar 27 05:43:15 CST 2013 root@home.encontacto.net:/usr/obj/usr/src/sys/ENCONTACTO amd64