From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 2 04:06:42 2014 Return-Path: Delivered-To: freebsd-bugs@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 A9EA296D for ; Mon, 2 Jun 2014 04:06:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 912192377 for ; Mon, 2 Jun 2014 04:06:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5246gMF073567 for ; Mon, 2 Jun 2014 05:06:42 +0100 (BST) (envelope-from no-reply-bugzilla-daemon@freebsd.org) From: no-reply-bugzilla-daemon@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 190481] generate-release fails for release 10.0.0 Date: Mon, 02 Jun 2014 03:06:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: gjb@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority bug_status cc resolution bug_severity Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 04:06:42 -0000 http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190481 Glen Barber changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|--- |Normal Status|Needs Triage |Issue Resolved CC| |gjb@FreeBSD.org Resolution|--- |FIXED Severity|Affects Only Me |Affects Some People --- Comment #1 from Glen Barber --- This is a known issue. The problem is the 10.0-RELEASE builds were built using the src/release/release.sh code in head/ (11.0-CURRENT), where the ldconfig(8) startup script was run prior to the port build stage. It is an oversight on my part that this was not merged in time to hit the 10.0-RELEASE codebase, and I apologize. You are not required to use the src/release/release.sh from the branch you are building a release, and in fact, I would recommend that the version in head/ is always used because it is faster to receive bug fixes. Sorry for the inconvenience this causes in this specific case. It is unfortunately not an Errate Notice item, as it does not address a security issue in the branch. This was fixed in head/ prior to the release. -- You are receiving this mail because: You are the assignee for the bug.