From owner-freebsd-current@freebsd.org Thu Dec 3 23:42:53 2020 Return-Path: Delivered-To: freebsd-current@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 8E4AE4B354F for ; Thu, 3 Dec 2020 23:42:53 +0000 (UTC) (envelope-from ctuffli@gmail.com) Received: from mail-qv1-f46.google.com (mail-qv1-f46.google.com [209.85.219.46]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CnC7d37Djz3Crs; Thu, 3 Dec 2020 23:42:53 +0000 (UTC) (envelope-from ctuffli@gmail.com) Received: by mail-qv1-f46.google.com with SMTP id q7so1921840qvt.12; Thu, 03 Dec 2020 15:42:53 -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=YzSg72wXiohUWtYFv01nnUkfToUw7Tqs6FEoZJuNGAk=; b=aopeJ+gPOO0fpIc18AcN6dcInyOrahm+ABXs6JcH11ur/jANf29d4X1F31zwxSWVop FE2T79MDSUbNAi1vPnGUSaRZ4jfU2xoBCGvZn+jpyyYHNFMom8IbRrxBoBoayxs2boOy eOzzU9p+WmL3SttWmAvYJohhIIXuDDiTPo4OrVmeHYOY36YsJQrtcHJ4xe0cue3Kiwjs ZvLj9fwYE4+O8QMSovQx4Y9XEaxu+PKuyFVav0VfvB3fz29C/183tzQlY912T9/HvdKW xas4vuJygM5f0mmJzMHmb/IuGlRjoCu/NaZbM9sNTI6jL0SiydqEDWLs9E/hiXfoaIOQ IENA== X-Gm-Message-State: AOAM531xj0BcJEI/IrsLrpPZNmMbqQZu3yGPhAoCFo+tbPUSn7qWWWqI NaOp2wz3uiX3wzqw8uE1A0RKgYcNAWg= X-Google-Smtp-Source: ABdhPJy1/FN6K6PibsFRZVTtiNKIEOsDX5ZpDLT+bQmnOLCwQPLrTlKgn6rw9eVYj5ToGoeahVaD3w== X-Received: by 2002:ad4:5bce:: with SMTP id t14mr1866602qvt.6.1607038972223; Thu, 03 Dec 2020 15:42:52 -0800 (PST) Received: from mail-yb1-f175.google.com (mail-yb1-f175.google.com. [209.85.219.175]) by smtp.gmail.com with ESMTPSA id a123sm3212711qkc.52.2020.12.03.15.42.52 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 03 Dec 2020 15:42:52 -0800 (PST) Received: by mail-yb1-f175.google.com with SMTP id o144so3704565ybg.7; Thu, 03 Dec 2020 15:42:52 -0800 (PST) X-Received: by 2002:a25:abce:: with SMTP id v72mr2177429ybi.138.1607038971623; Thu, 03 Dec 2020 15:42:51 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Chuck Tuffli Date: Thu, 3 Dec 2020 15:42:40 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: port build fails with missing sys/smr_types.h To: Mark Johnston Cc: FreeBSD-Current Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4CnC7d37Djz3Crs X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 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, 03 Dec 2020 23:42:53 -0000 On Thu, Dec 3, 2020 at 3:18 PM Mark Johnston wrote: > > On Thu, Dec 03, 2020 at 01:08:52PM -0800, Chuck Tuffli wrote: > > Hi > > > > I'm trying to fix the build of qemu-utils but am seeing failures on > > CURRENT (13.0-HEAD-9e082d278b9) like: > > > > In file included from util/oslib-posix.c:50: > > In file included from /usr/include/sys/user.h:51: > > In file included from /usr/include/sys/proc.h:50: > > /usr/include/sys/filedesc.h:47:10: fatal error: 'sys/smr_types.h' file not found > > #include > > ^~~~~~~~~~~~~~~~~ > > > > # uname -a > > FreeBSD sv0.tuffli.net 13.0-HEAD-9e082d278b9 FreeBSD > > 13.0-HEAD-9e082d278b9 #0 9e082d278b91-c254726(HEAD)-dirty: Fri Nov 27 > > 00:09:50 PST 2020 > > root@freebsd:/build/9e082d278b9/obj/build/9e082d278b9/src/amd64.amd64/sys/GENERIC-NODEBUG > > amd64 > > # ls -l /usr/include/sys/*smr* > > -r--r--r-- 1 root wheel 1988 Nov 30 14:04 /usr/include/sys/_smr.h > > -r--r--r-- 1 root wheel 7822 Nov 30 14:04 /usr/include/sys/smr.h > > > > So it appears the file is missing. Any ideas? > > How old is your world? I have /usr/include/sys/smr_types.h on my > systems. It's present on freefall as well. It is the FreeBSD-13.0-CURRENT-amd64-20201126-9e082d278b9 snapshot. If this is fixed in recent snapshots, I can move to one of those. --chuck