Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 09:27:41 -0700
From:      Garrett Cooper <yaneurabeya@gmail.com>
To:        Shawn Webb <shawn.webb@hardenedbsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: buildworld broken
Message-ID:  <87966A7D-B03C-4963-8027-E84E7A1833BF@gmail.com>
In-Reply-To: <20151014142002.GA31567@mutt-hardenedbsd>
References:  <20151014142002.GA31567@mutt-hardenedbsd>

next in thread | previous in thread | raw e-mail | index | archive | help

> On Oct 14, 2015, at 07:20, Shawn Webb <shawn.webb@hardenedbsd.org> wrote:
> 
> I've now reproduced this same error on two boxes:
> 
> gencat: Unable to create a new zh_CN.GB2312: Permission denied
> --- zh_CN.GB2312 ---
> *** [zh_CN.GB2312] Error code 1
> 
> make[5]: stopped in /usr/src/usr.bin/vi/catalog
> 1 error

Jenkins agrees: https://jenkins.freebsd.org/job/FreeBSD_HEAD/3394/console
From owner-freebsd-current@freebsd.org  Wed Oct 14 17:36:58 2015
Return-Path: <owner-freebsd-current@freebsd.org>
Delivered-To: freebsd-current@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 D2771A15846
 for <freebsd-current@mailman.ysv.freebsd.org>;
 Wed, 14 Oct 2015 17:36:58 +0000 (UTC)
 (envelope-from jenkins-admin@FreeBSD.org)
Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209])
 by mx1.freebsd.org (Postfix) with ESMTP id C41DF13BA;
 Wed, 14 Oct 2015 17:36:58 +0000 (UTC)
 (envelope-from jenkins-admin@FreeBSD.org)
Received: from jenkins-9.freebsd.org (localhost [127.0.0.1])
 by jenkins-9.freebsd.org (Postfix) with ESMTP id 99C581BF7;
 Wed, 14 Oct 2015 17:36:57 +0000 (UTC)
Date: Wed, 14 Oct 2015 17:36:52 +0000 (GMT)
From: jenkins-admin@FreeBSD.org
To: vangyzen@FreeBSD.org, jenkins-admin@FreeBSD.org,
 freebsd-current@FreeBSD.org
Message-ID: <538135595.7.1444844216134.JavaMail.jenkins@jenkins-9.freebsd.org>
In-Reply-To: <1063191896.5.1444834528144.JavaMail.jenkins@jenkins-9.freebsd.org>
References: <1063191896.5.1444834528144.JavaMail.jenkins@jenkins-9.freebsd.org>
Subject: FreeBSD_HEAD - Build #3395 - Fixed
MIME-Version: 1.0
X-Jenkins-Job: FreeBSD_HEAD
X-Jenkins-Result: SUCCESS
Precedence: bulk
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.20
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.20
List-Id: Discussions about the use of FreeBSD-current
 <freebsd-current.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-current>, 
 <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current/>;
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-current>, 
 <mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 14 Oct 2015 17:36:58 -0000

FreeBSD_HEAD - Build #3395 - Fixed:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3395/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3395/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3395/console

Change summaries:

289315 by vangyzen:
resolver: automatically reload /etc/resolv.conf

On each resolver query, use stat(2) to see if the modification time
of /etc/resolv.conf has changed.  If so, reload the file and reinitialize
the resolver library.  However, only call stat(2) if at least two seconds
have passed since the last call to stat(2), since calling it on every
query could kill performance.

This new behavior is enabled by default.  Add a "reload-period" option
to disable it or change the period of the test.

Document this behavior and option in resolv.conf(5).

Polish the man page just enough to appease igor.

https://lists.freebsd.org/pipermail/freebsd-arch/2015-October/017342.html

Reviewed by:	kp, wblock
Discussed with:	jilles, imp, alfred
MFC after:	1 month
Relnotes:	yes
Sponsored by:	Dell Inc.
Differential Revision:	https://reviews.freebsd.org/D3867




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87966A7D-B03C-4963-8027-E84E7A1833BF>