From owner-freebsd-current@freebsd.org Thu Apr 18 00:46:11 2019 Return-Path: Delivered-To: freebsd-current@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 33BA2157E0FF for ; Thu, 18 Apr 2019 00:46:11 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it1-f194.google.com (mail-it1-f194.google.com [209.85.166.194]) (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 AF6A16BB1E for ; Thu, 18 Apr 2019 00:46:10 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it1-f194.google.com with SMTP id y204so740045itf.3 for ; Wed, 17 Apr 2019 17:46:10 -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=ExGpQgLum+Dl0A3G24dGmhMTykEG1OWZFz6cKAwLQXI=; b=eraCfA2t4M05EUnkDigQvfiJKFPeshWNIQp8CSpNSlaho2kvhCHaJVpGhhmHHhK6ex zLUa8+lJBJawvhziQvFBN2Kbsw5tygG6kxTyidAtmDJCz81aXHJFAR7CB4fZzDqwV5dh /M5Fdtpv8m2+Q7/hB+xN6rhECrA7fujf5NPsnzOCpBIEX0Fj0CHvElN1VZrCT4iIi/hF OCRf/ZSIkZtqp52Rc50G9oLAo+Btk52K8cD0WD7bPjCwc3HZvFfAkKyOGvO+YB4DvKJf YjBj2KAvdb3xsEewEz9zO9mj2dXZmdT3rXUJDhKAavKJI4wQb+wf/M3OIhvtI03dxGT/ CbGA== X-Gm-Message-State: APjAAAW/BqVnEKtf0hkgMJBlY3b6aUMOpy1v9ksDTcG67xoXoqax+R0w Q1qmW6mNQssiLTMomup9qhWkNEKmfUSm9bujZ5GLqZ+B X-Google-Smtp-Source: APXvYqwqR/D5Ms2raCbQ8UgagF4g/oe3d1+1AQToWDVcfS5b2df8czgSiohMdWTBjZwynhhVukolRhm2b+5kSALsanA= X-Received: by 2002:a24:6b4a:: with SMTP id v71mr1218790itc.174.1555548369119; Wed, 17 Apr 2019 17:46:09 -0700 (PDT) MIME-Version: 1.0 References: <95336930-76bb-354f-6919-a4df2d29b757@protected-networks.net> In-Reply-To: <95336930-76bb-354f-6919-a4df2d29b757@protected-networks.net> From: Ed Maste Date: Wed, 17 Apr 2019 20:45:57 -0400 Message-ID: Subject: Re: SVN r346316 breaks build To: Michael Butler Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: AF6A16BB1E X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2019 00:46:11 -0000 On Wed, 17 Apr 2019 at 17:31, Michael Butler wrote: > > There seems to be a missing include here? > > ===> usr.bin/strings (obj,all,install) > Building > /usr/obj/usr/src/amd64.amd64/tmp/obj-tools/usr.bin/strings/strings.o > /usr/src/contrib/elftoolchain/strings/strings.c:198:55: error: use of > undeclared identifier 'FA_OPEN' > fa = fileargs_init(argc, argv, O_RDONLY, 0, &rights, FA_OPEN); I can't reproduce this and the CI builds (https://ci.freebsd.org/tinderbox) are all passing, although this was reported privately to me by others so something's up. What is the FreeBSD version on your build host?