From owner-svn-src-head@freebsd.org Sat Mar 28 01:33:29 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3A1E5269D95; Sat, 28 Mar 2020 01:33:29 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48q1T33vdYz4Fh8; Sat, 28 Mar 2020 01:33:26 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f53.google.com with SMTP id i3so2667652ioo.13; Fri, 27 Mar 2020 18:33:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vfjU37NSW7ZiOpT5TAGiaeifdR5/ddcepnlG3XAZwEQ=; b=ZA2UGCXqLfmZlfV3xj9kzRlgYpIh6AzE5a3V/w6wcoJQMI0SrwcmPyu2j/mjoeHVha LGxCKMtJQwvfyXrY0KBVa2qLiRh3Bh47/3D98hZCywL0RqaGP1f10z7uOm/sS2G2O9Kp 9vEs+s1+i0H69REJ4G6oCr3jwabuZlI9zYdMs1WocQ9ZnG58pu3F3H+W/Og7g6fZO89D B2KYwdC9quloJbFgdoKhQWFxsNTQtWDcwTdqToA1t1mqvfs/E4yj8fWo8SQ57bW2vkff bCesfrdiXlwMNL6UdYWMMYoFMOrpcxK9/vfQxmil17wiClFxbMenPZXB6MEUqTRtuZYT v7ow== X-Gm-Message-State: ANhLgQ0mqzgpkl1B8qlVYVaCYNR67S6jjgkHbtSTlDb58g80UvCtKcv7 qo6K4B5TYLYvG0HB58yCpbXIKVwVti/b+RrUY4aTfU6o X-Google-Smtp-Source: ADFU+vvu3Ij3K8fh9wOP0ek9xuJIbPbXVPieaqAgHYSmees22FFQhh5a/Wc+VQbkU/jrUk8x4Qeks+pQ6PJTdNn/os4= X-Received: by 2002:a02:ac09:: with SMTP id a9mr1630527jao.128.1585359197393; Fri, 27 Mar 2020 18:33:17 -0700 (PDT) MIME-Version: 1.0 References: <202003280108.02S18KWc062782@repo.freebsd.org> In-Reply-To: <202003280108.02S18KWc062782@repo.freebsd.org> From: Ed Maste Date: Fri, 27 Mar 2020 21:33:05 -0400 Message-ID: Subject: Re: svn commit: r359385 - head/usr.bin/kyua To: Enji Cooper Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 48q1T33vdYz4Fh8 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 28 Mar 2020 01:33:29 -0000 On Fri, 27 Mar 2020 at 21:09, Enji Cooper wrote: > > Author: ngie > Date: Sat Mar 28 01:08:20 2020 > New Revision: 359385 > URL: https://svnweb.freebsd.org/changeset/base/359385 > > Log: > Check in the generated copies of the manpages I think this is the wrong change for the issue reported by Julian H Stacey, although I don't think having generated manpages committed to the tree matters too much in practice. > In the event that one's build environment doesn't define `$SH`, the build > will also fail until this change is introduced. This isn't the case - the reported failure occurred because the manbuild.sh script did not have +x set. My local builds and CI builds were fine, without having SH defined.