From owner-svn-src-head@freebsd.org Tue Oct 31 14:56:48 2017 Return-Path: Delivered-To: svn-src-head@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 7F5D2E5C037; Tue, 31 Oct 2017 14:56:48 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x236.google.com (mail-pf0-x236.google.com [IPv6:2607:f8b0:400e:c00::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DE7E7CE0E; Tue, 31 Oct 2017 14:56:48 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x236.google.com with SMTP id i5so13976198pfe.6; Tue, 31 Oct 2017 07:56:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=GvlcFfp6cgmEGpJRR9/0zZs5ANGYNUcMT6ygNrQQEig=; b=ZvL5BCMzyGXBPVdrpQNmz7HFS3nRzQ+YjHBccEvUaFXonN+9/Mj5VYfh9J4RWQLOiZ ld8Z/lPSP/9WyMEHJOtX3H58NE6cmbo+A/sPQd4oMNyATDPaS6m8gNfZ4YUjb7u8cvaU B6d3hDzw2ZYzvMSactcEf3GZpTMISWZqCNsNOz2iV5061Ku7gYzvgdnWwVMQKQ7nrcDi LyIHeR3mS9vuUuHK54vYFjjYwcbIK/NcCzpL+Q6EitBsiQdPEaoBBDQ8usu318NnY/Lf 5kamLulf3+kzd4hJtblZrCAU+/dQOwmPdO80QDdcxfWgnrs/zqng3G/TyNVBFQGetsRv nX7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=GvlcFfp6cgmEGpJRR9/0zZs5ANGYNUcMT6ygNrQQEig=; b=VWDEj2uROzr5r9yDUAuEU4JIbh5o50bzr+lKWQY7YdeiMnz4Ph9yCwvOqS65zT0WPX BVuWQvdQcZPkdCo2xI/BZsOnHjZxaOMZwcpf8YWavkp4gT8HG6MzJopY80c+h/mSkacy 8ENCCyJUpHYJ5yXWbZmFpNCap0YLBLPWv7CX6geFuwlCt4JWHMWA1Hr2oqqVQ02augDf b8JXBoCzo3bWCUXnZDZGHMKsqgvoLYhxRIO9X3eeG34TiWzxnUxL9rFV1dx5rrGJytcM 6/ggUcPFArz7PXvmvlxenCPLVV05OVOJ0RDzuljVA2jd21RvG0gurEFWMk1fqWSHQm79 qUNw== X-Gm-Message-State: AMCzsaX6jMO9Hyr7VFBPW7vNVEuFky0llmjo3bVW+2pGMe3nbyKNQh0R blw1y8OndxFo3hCRb2ZofhutV+s/ X-Google-Smtp-Source: ABhQp+Qu6OyoFU35c8WiirlRa0QrqjI8g73y4/Xu72b52CRA7yuTz2U0tKAybToHkLol99p/AnDocA== X-Received: by 10.159.216.131 with SMTP id s3mr2078120plp.434.1509461807628; Tue, 31 Oct 2017 07:56:47 -0700 (PDT) Received: from [192.168.20.13] (c-73-19-52-228.hsd1.wa.comcast.net. [73.19.52.228]) by smtp.gmail.com with ESMTPSA id f2sm3259102pgt.75.2017.10.31.07.56.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 31 Oct 2017 07:56:47 -0700 (PDT) Content-Type: text/plain; charset=cp932 Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r325192 - head/etc/mtree From: Ngie Cooper X-Mailer: iPhone Mail (15A432) In-Reply-To: <201710310143.v9V1haa9089063@repo.freebsd.org> Date: Tue, 31 Oct 2017 07:56:46 -0700 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <32B8C7F0-40F3-4833-9CD3-84C5EC3E7429@gmail.com> References: <201710310143.v9V1haa9089063@repo.freebsd.org> To: Bryan Drewery X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2017 14:56:48 -0000 > On Oct 30, 2017, at 18:43, Bryan Drewery wrote: >=20 > Author: bdrewery > Date: Tue Oct 31 01:43:36 2017 > New Revision: 325192 > URL: https://svnweb.freebsd.org/changeset/base/325192 >=20 > Log: > Fix installworld/distrib-dirs for pathconv after r325186. *sigh* Julian never completed the tests. They=81fre breaking Jenkins since they=81f= re now integrated into the build.. Please test test commits next time (make obj depend all; sudo make check ins= tall). I=81fll go fix them ;/.. > Sponsored by: Dell EMC Isilon >=20 > Modified: > head/etc/mtree/BSD.tests.dist >=20 > Modified: head/etc/mtree/BSD.tests.dist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/etc/mtree/BSD.tests.dist Tue Oct 31 00:26:42 2017 (r325191)= > +++ head/etc/mtree/BSD.tests.dist Tue Oct 31 01:43:36 2017 (r325192)= > @@ -358,6 +358,8 @@ > dlopen > .. > .. > + libpathconv > + .. > libutil > .. > libxo >=20