From owner-svn-src-head@freebsd.org Thu Feb 20 15:10:00 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 AF13423BB05; Thu, 20 Feb 2020 15:10:00 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f68.google.com (mail-io1-f68.google.com [209.85.166.68]) (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 48NdLJ3XNCz3M79; Thu, 20 Feb 2020 15:10:00 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f68.google.com with SMTP id z16so4997954iod.11; Thu, 20 Feb 2020 07:10:00 -0800 (PST) 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=fifNgHSavXNNG7msZKuhmbC5NIMTRQitIs2krCZJOhY=; b=SOWZaxp0qiVSbBdbEKJXAdSNGPk3I1947xNyhP/FrulS9xD4VXnom7ENwkRf0up6jL nbg5UYB1NmsjivOGJF9+gbDzn3ooDPoX9ymOcS3BuCH3h3mv8+56bKb0BM/i/sIXkDGI 4qzfm6a1He/A772mw+heok/9m4ur+Lf0zwdB1S7d40Y0/KZQw58d7+/xRynul7zcb+V/ HDMNGtFAy8J5zP8Ihn5uvWH1O6fT6eFwcqZZ6oFZ8zTuWMBgbCCbFUZb/JEJkrAdfJ+S xHJBbdQaU8tH+XDaLC2usiOoS4tt5RBFQ/wVtYx1odMAEoN80qA+BjZxErN9b0VQlX5a okqg== X-Gm-Message-State: APjAAAWrX21eRhHULPGFzYSsoemHYtQQoGiaEOMkkXbjgIEASTdhVBTU vctDxQrpqAiZ2zQ1epUiz0lVoPWBFJEH7AZ2Gpn/pt8X X-Google-Smtp-Source: APXvYqzG0IkOJL5RG6SyMJtxXsZ0OW91FlhAtPgDyluPSm3xaLsyccu/qjpVmc/BhBne5fzWstG/S8MGgAWKG8kuLHU= X-Received: by 2002:a6b:a13:: with SMTP id z19mr6096622ioi.182.1582211398119; Thu, 20 Feb 2020 07:09:58 -0800 (PST) MIME-Version: 1.0 References: <202002200354.01K3s8ib077553@repo.freebsd.org> <48DC2EEA-22D6-4A0D-84CE-3F0770962DB3@yuripv.me> <17cf5f33-309d-5bba-dde8-bd85ce0ba191@FreeBSD.org> In-Reply-To: <17cf5f33-309d-5bba-dde8-bd85ce0ba191@FreeBSD.org> From: Ed Maste Date: Thu, 20 Feb 2020 10:09:46 -0500 Message-ID: Subject: Re: svn commit: r358153 - head/usr.sbin/services_mkdb To: Pedro Giffuni Cc: Li-Wen Hsu , Xin LI , Yuri Pankov , src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 48NdLJ3XNCz3M79 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] 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: Thu, 20 Feb 2020 15:10:00 -0000 On Thu, 20 Feb 2020 at 09:54, Pedro Giffuni wrote: > > On 2020-02-20 09:46, Ed Maste wrote: > > On Thu, 20 Feb 2020 at 04:56, Li-Wen Hsu wrote: > >> Please note this is not fixed in ci.freebsd.org yet. The reason is it > >> directly goes to src/release and perform `make packagesystem` to > >> generate kernel.txz and base.txz. If I read release(7) correctly, > >> this should be performed under a fresh installed environment. I am > >> checking how to fix this. > > Should we revert the change until a build fix can be committed too? > > I am OK with reverting the change, and I am rather surprised such a > simply change could have broken the build. Indeed, this has uncovered a broken dependency in our build process (i.e., that the build host's services_mkdb is being used). IMO we should: 1. Revert the change for now (pfg will you take care of it?) 2. MFC the MAX_PROTO increase as soon as possible 3. Try to fix the use of host's services_mkdb 4. Recommit after either #3 is done, or FreeBSD 12.2 and 11.4 are released