From owner-svn-src-head@freebsd.org Mon Oct 22 02:56:50 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BA84FD9AC9; Mon, 22 Oct 2018 02:56:50 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-oi1-x22c.google.com (mail-oi1-x22c.google.com [IPv6:2607:f8b0:4864:20::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A03BC83E30; Mon, 22 Oct 2018 02:56:49 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by mail-oi1-x22c.google.com with SMTP id y81-v6so31007566oia.6; Sun, 21 Oct 2018 19:56:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=wWNC1al08n5+scfTtgfex6lKs7B/x9hM1hOSTLhHFlg=; b=tZnmm5ccHEDKWSM2Z86GiMq10/UrzMUpGgQSHIJg9/TXBylBkvmoq3Btt1IRmNXR8R ECIrCLKL7wlgOOjpQjYOJipdrl2CilqjDePjThjduPvg3ys9zDg6FDBig6CKNser7CVm ki4sMXaCK4Ps9CeofznxEkgDoay+JjOPHbU+s4A1t/ymQpYQf5XwY7AwRq4BZCV7SA2k 2G9e9L/kSQqTOIKWNQSacbOudganVbCrP9aZM+jA6g2vLCJc4L9s11jJW8NOuHI+qRZz Z2T+AFxRnbRPw3o7zCBdCFD9TG93ucHvMiO2vbONbabbjc106sBbYwAxuf3/4x5unHWF gxhQ== 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=wWNC1al08n5+scfTtgfex6lKs7B/x9hM1hOSTLhHFlg=; b=MY9bHKsd9gg9f+1di9V6gM8demaWEJkShppQaX4+N+0btJukFuseYF6e99ZpcjL6Q8 /kWLSi0W88UEGJ1HgISPzJKxvDEsjiFJ2HkFzJXxmOoerJT3wsMBmy+q7BTj1z9MXkTw ilawNhKMwKaAJdPsfWfEk95bs49wgyJf30fIp4cJFjMNqsErI1F7cjs2PGNnarJEhkuI 3eUnaM0yV4xt4daNU1R50QKgLOwFX6yBoiCEt09aKRvNOb7kj3JsTjtFyhER1nhGOamp 2DJHBMbITcoXZT4NnIxv5Q/P9kzonEsiH1upQU8G+domQ8uTVwYvwkPg8WIuzgS0xO70 lzoQ== X-Gm-Message-State: ABuFfogQem2Q9CqBSxiSapGBf5yzl1c77eOwhP85Gxy2Fjor1/Dji9WQ Oy0XjZfMhovjDjA/LAVpXrFDoSZlbLkouGpvyqNaSGNbpVE= X-Google-Smtp-Source: ACcGV62hPPR3ZwkTF3ZIuzL/QtsEVPOrxBYZo3nhrvzB9Qr/NCV+790V8LFkWKQ8PMzMiG1bLduXeqXanBdrDp0Myp0= X-Received: by 2002:aca:e704:: with SMTP id e4-v6mr24430838oih.233.1540177008963; Sun, 21 Oct 2018 19:56:48 -0700 (PDT) MIME-Version: 1.0 References: <201810220234.w9M2YPTt043620@repo.freebsd.org> In-Reply-To: From: Benjamin Kaduk Date: Sun, 21 Oct 2018 21:56:38 -0500 Message-ID: Subject: Re: svn commit: r339565 - in head: share/man/man4 share/man/man4/man4.i386 sys/conf sys/dev/aha sys/kern sys/modules sys/modules/aha sys/sparc64/conf To: Warner Losh Cc: Warner Losh , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Mon, 22 Oct 2018 02:56:50 -0000 On Sun, Oct 21, 2018 at 9:53 PM Warner Losh wrote: > > > On Sun, Oct 21, 2018 at 8:47 PM Benjamin Kaduk wrote: > >> On Sun, Oct 21, 2018 at 9:35 PM Warner Losh wrote: >> >>> Author: imp >>> Date: Mon Oct 22 02:34:25 2018 >>> New Revision: 339565 >>> URL: https://svnweb.freebsd.org/changeset/base/339565 >>> >>> Log: >>> Remove aha(4) from the tree. >>> >>> >> The documentation build is now failing, as there's an entity reference to >> the autogenerated >> hardware list, which does not exist anymore. Will you be able to look at >> those as part of your >> removals or does someone from the doc team need to handle it? >> > > I'll take a look. What exactly is failing? The only place I see aha.4 is > in doc/head/share/xml/man-refs.ent but there's several other drivers that > have been removed that are in there... So I'm confused and need some > additional guidance. > The build log is mailed out at (e.g.) https://lists.freebsd.org/pipermail/freebsd-doc/2018-October/031621.html Though looking slightly more closely, it seems to be complaining about the 12.0 release notes (!), which might both (1) be awkward to solve, and (2) be in re@'s territory. (I would not be surprised if it only shows errors for the first couple problems, in alphabetical order, and there are more issues lingering.) Thanks, Ben