From owner-svn-src-head@freebsd.org Thu Feb 20 14:46:49 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 0CFAE23B06D; Thu, 20 Feb 2020 14:46:49 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f169.google.com (mail-il1-f169.google.com [209.85.166.169]) (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 48NcqX6Mhrz4G0R; Thu, 20 Feb 2020 14:46:48 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f169.google.com with SMTP id f10so23865265ils.8; Thu, 20 Feb 2020 06:46:48 -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=26hmb9ZwRRrJDdjHn+mgPvsVKi/xwyO6GqWTKvY+1CE=; b=Kd8MzXGd5WzY+hcNUCdnU1GrJDm4GphBN5TQw99jPrZyHT8XfSn3KsUqFBkAXAUSgx I3EmqqMfIqXSh3RjEENxcvPzw4PM9fLTxf4xmdZu8I9kTcdVZws9q8X7ow/m32NovtdO LtBmcCrwAEyYah1oV+9C2vp3q3HhM89xIWL6ijfyDqb87633y8PjueNP9D1uwnVI/ZzT JBH8yoyWG9pvJ1TUKGsCqRs5X6LFfkCh8M0mKQV88XX+EJJaSvPLeCOXJ8zViLiKPM7D TkeK/1ZwJni3dfW0owsQmHfGYODic2Vsv+Z7xIKOCLp7TTm3oqOIhqdVkKKW860e6eWO 8kLw== X-Gm-Message-State: APjAAAUIIcaFjs0sFRxT8dr1YY/LzMgQumyI7TAy6XdXuZmf1YOAqLiB WchaFamDVC5FFMSAbRLY8dNUDL/JyZyL8FZOE5IG9MUm X-Google-Smtp-Source: APXvYqxAHjoeDbw/h/fPYz3Ocfs4Fg7pkpPs5PccP2gU7nfdUNCHEZ+5FChOvAP4thmjIER8+O0792fn6hO0P0h0tN4= X-Received: by 2002:a92:5cda:: with SMTP id d87mr30388870ilg.100.1582210006810; Thu, 20 Feb 2020 06:46:46 -0800 (PST) MIME-Version: 1.0 References: <202002200354.01K3s8ib077553@repo.freebsd.org> <48DC2EEA-22D6-4A0D-84CE-3F0770962DB3@yuripv.me> In-Reply-To: From: Ed Maste Date: Thu, 20 Feb 2020 09:46:33 -0500 Message-ID: Subject: Re: svn commit: r358153 - head/usr.sbin/services_mkdb To: Li-Wen Hsu Cc: Xin LI , Yuri Pankov , "Pedro F. Giffuni" , src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 48NcqX6Mhrz4G0R 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]; 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: Thu, 20 Feb 2020 14:46:49 -0000 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?