From owner-svn-src-all@freebsd.org Mon Oct 26 15:57:21 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B63486CA; Mon, 26 Oct 2015 15:57:21 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B85E11D07; Mon, 26 Oct 2015 15:57:19 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.15.2/8.15.2) with ESMTPS id t9QFvHOc033904 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 26 Oct 2015 18:57:17 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.15.2/8.15.2/Submit) id t9QFvHFf033903; Mon, 26 Oct 2015 18:57:17 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 26 Oct 2015 18:57:17 +0300 From: Gleb Smirnoff To: NGie Cooper Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r282145 - head/etc/rc.d Message-ID: <20151026155717.GK97830@FreeBSD.org> References: <201504281313.t3SDDOr1074557@svn.freebsd.org> <5B403542-1277-4D18-9B4B-92A1EA1A6F96@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5B403542-1277-4D18-9B4B-92A1EA1A6F96@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2015 15:57:21 -0000 Garrett, On Sat, Oct 24, 2015 at 09:51:01PM -0700, NGie Cooper wrote: N> > Author: glebius N> > Date: Tue Apr 28 13:13:23 2015 N> > New Revision: 282145 N> > URL: https://svnweb.freebsd.org/changeset/base/282145 N> > N> > Log: N> > Require "ldconfig" for "devd". It is possible that user puts into N> > devd.conf execution of third-party software, that needs libraries N> > from /usr/local. Since devd is launched before ldconfig script, if N> > the hardware that has associated software is attached on boot, then N> > execution would fail. N> > N> > Differential Revision: https://reviews.freebsd.org/D2332 N> > Reviewed by: imp N> N> This broke rcorder. With my custom knobs it breaks with: N> N> rcorder: Circular dependency on provision `ldconfig' in file `devd’. N> N> With the defaults knobs, it breaks like this: N> N> rcorder: Circular dependency on provision `mountcritremote' in file `ldconfig'. N> N> Repro: N> N> (cd /usr/src/etc/rc.d; rcorder `SRCCONF=/dev/null make -VFILES` 2>&1) I've seen the bug in the bugzilla. Thanks for taking it, Garrett. It is definitely not an easy one. -- Totus tuus, Glebius.