From owner-freebsd-questions@FreeBSD.ORG Fri Jun 13 12:36:50 2014 Return-Path: Delivered-To: freebsd-questions@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 ESMTPS id 5DDC7DCF for ; Fri, 13 Jun 2014 12:36:50 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2EB23278C for ; Fri, 13 Jun 2014 12:36:50 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id h3so470794igd.8 for ; Fri, 13 Jun 2014 05:36:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=IFa2RlSkqwuTcaj0l6fCNWCVek9nP+7n93YcSJdt9EA=; b=W8gajNCI1Cei7H7NK5Z0D7hdxRtvQykDJxbytyRf56q7VHrGHE60XXOVyRYexu1r0j HsB63ydxNgul1Bu6chHLr0TjDnhEIaM01Jg87N/95K1spRY1HHL3LvcRCv95HhuGIeqU HKHnIBiQKhpgjRkn6CqSfGO+3GuJY9pDHGVesrNuFtidz74oZpdFZVZUjWqeAgHoC2/n hSreICk2y1agVYqLa/dtShGp34IF0LpWTx59slpe9EKcM3IOwfLgxrVAMVviJcLMfg8I rwCGIRg9Q08ZWMHrPUjQaXHarkXyXDgadnHXfSV/NJTx8Ln6gDEn6C9/5NhsXsWZI3kK Khpg== MIME-Version: 1.0 X-Received: by 10.43.155.68 with SMTP id lh4mr2986012icc.30.1402663009573; Fri, 13 Jun 2014 05:36:49 -0700 (PDT) Sender: vrwmiller@gmail.com Received: by 10.64.19.114 with HTTP; Fri, 13 Jun 2014 05:36:49 -0700 (PDT) Date: Fri, 13 Jun 2014 08:36:49 -0400 X-Google-Sender-Auth: 4OYanXwTgPDjjM1Fn0UdQsCvumU Message-ID: Subject: release.sh: Thousands of warnings... From: Rick Miller To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2014 12:36:50 -0000 Hi all, During execution of release.sh to build FreeBSD releng/10.0 I see several thousand warnings and conflicts. I am unsure whether or not these are warnings and conflicts that I need to address somehow. I'd be most appreciative of those that take a look at the logs and help me decipher them. grep -i warning release.txt | wc -l 5901 grep -i conflict release.txt | wc -l 49 Log file is at http://www.hostileadmin.com/release.txt BTW, the release.sh is from HEAD and not releng/10.0 -- Take care Rick Miller