From owner-freebsd-stable@freebsd.org Sun Sep 3 08:58:10 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6537E00A50 for ; Sun, 3 Sep 2017 08:58:10 +0000 (UTC) (envelope-from tarjei99@gmail.com) Received: from mail-oi0-x22d.google.com (mail-oi0-x22d.google.com [IPv6:2607:f8b0:4003:c06::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C4FA3CD2 for ; Sun, 3 Sep 2017 08:58:10 +0000 (UTC) (envelope-from tarjei99@gmail.com) Received: by mail-oi0-x22d.google.com with SMTP id n18so27283503oig.2 for ; Sun, 03 Sep 2017 01:58:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=UJCcH8WrlfRN27sP5IA9KdyRGmeiIjmywKKiQkudQw8=; b=naGIKKZrWU8PA11aWYDxDE8yb0oU/bQA/2LwVWyVgk7Q55sCB+Fpnk9JLKIgvPy0no 5BqLkpxB4le6ow9VV5vql0Wu0WdounJxgCnZzqCJmIEvbHntllbGettsghkiVOjtkm+0 qBm0mnWeMfxc4wrKZvpVeiNz+n9WQmCyEN181a5vFIVybKkfho5r1P7/gSWq/VgujGT2 512OsQnd0DpCUloha6ZKKuquJ5up+QzZvdHpsSttFyt423WWSNnV2jVUjZ3x7xdTIYDO KFjpOyG3sg2RARyowWlevnFgl8t+K4jnq38UetNMeXp4jpBi6xFiTJtNlXbGpD1plFAI GTuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=UJCcH8WrlfRN27sP5IA9KdyRGmeiIjmywKKiQkudQw8=; b=MICSNTXAXx+LcqlZ0VNe9smoO8+qleBZgB4OI16LsSTKEBxRRxnbvs67cFcjxeFnTR jvVVx5BBLWfpIf9+UTiSmocm8LrIAsAZM1gS6PN4W0JM9Rb9BJi/PSinc0pXvoDaYcIk LVPtlG0UNqNLf9L+Dft/lOBFRQ65/RdQ4iIARBIvPx2+UrotobN/D3exoDN1hXmD/2Mo MgwrS2dxgzRjCBCSUof2vtpaNfgVruVpPq+vFsxFHUmdrGhlENE9fanlzc2NE2ucTfxi R6KaSpCaC0MDAG7rDO5WjBY5oldQvwufqGHbfozk6/yGzpipyLeVWjye6cUr8TZmU3Gn yOnA== X-Gm-Message-State: AHPjjUjewePe3aXWkgbwEPQdmeRMnVatcbdh61VeOR5MGac11EcGgJE6 VHcLNlRhcfuRllzPIkAr42VtMSv4O21Z X-Google-Smtp-Source: ADKCNb7ZdWfySj593p/ZUlMw3hQoFYqYxnsmjlJLgyddhe5QIHmnwJxlHyGYBw38f/7skonBsItuulQp4/fPO0m0DtM= X-Received: by 10.202.72.17 with SMTP id v17mr5895995oia.141.1504429089381; Sun, 03 Sep 2017 01:58:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.35.244 with HTTP; Sun, 3 Sep 2017 01:58:09 -0700 (PDT) From: Tarjei Jensen Date: Sun, 3 Sep 2017 10:58:09 +0200 Message-ID: Subject: Re: GCC + FreeBSD 11.0 Stable - stat.h does not have vm_ooffset_t definition To: freebsd-stable@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2017 08:58:10 -0000 It is perhaps a bit late to chip in on the fixincludes issue. The "easy" fix for the fix includes issue is to edit the mkfixinc.sh file as suggested in the page which I linked to below. I suppose the packages kits could be loaded, the fix applied and the kit repackaged. A different fixe would perhaps be to complain to those who maintain autoconf an request that they implement something that will fix the issue. Either through an environment variable or a configuration file. The latter, preferably something that is simple to use. Not something that requires programming. Iy interest in this is that I'm trying to build gcc6-aux on a Raspberry PI 3 using FreeBSD v 12. And the fixinclude bites. OSdev.org on fixincludes Greetings,