From owner-freebsd-arm@freebsd.org Sat Jun 9 20:13:14 2018 Return-Path: Delivered-To: freebsd-arm@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 B466610161B4; Sat, 9 Jun 2018 20:13:14 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::22a]) (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 4687C7349D; Sat, 9 Jun 2018 20:13:14 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by mail-it0-x22a.google.com with SMTP id 188-v6so5565621ita.5; Sat, 09 Jun 2018 13:13:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=mJ606R5uACqUdT+gXv9itmjT+hG/pHdzjzCoBCXEQ2E=; b=aY2rOrEA5O98wdpdO/3p43DKUROfN1Zv1fD1UL9NywgmHT1H1fcyFm2AP15gz1AS/z BD2UJWwzzWTsFg9Hcgwem0fC4qNCeV7PfwNvKrqZTq3nmr0b4+azCPH63vWKQh5Ue5iN Ee5Ufk/UP30qDVbUYty7YWAoaDeklLm7R1c/UKszmeWAScs9EHN7W1ufJEqpFDzfxaZ4 qs5hK6rXsR7akjbgq6Xx0MnZVDwaNuzqKhocn/8TAR0HFb74RxmnM3K4FxLwCywriXxl eZuMOVMmhS6gesSJLvRWD73uZnwe5yB2tNR1N1jhCLsD1Ez3/RAB2kUjlretGYsK0yIc ApVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=mJ606R5uACqUdT+gXv9itmjT+hG/pHdzjzCoBCXEQ2E=; b=Wbd6sIOKNtIvk3RclSkeCJnoagggoGwWL3OLLwTJbmFPrMtqt5EyD+u3wOs5pTvFB4 po2ewnGMfksXkTqH4c9xWLwhEdRhQzmguDRTDT8zObdzrn2jiJn68E+XpcTh7MC5Y0Ky GauSqZwcp8hkV4vBauC7NCGJNLCkUnqn6Qwuk6kGg1PhXhUHDfPYzDLDNzO8xMy2gonq NRBoy80jB8s5ITB7w2V+lII2nb6zFDnBdeaxS/GjzSQL0ZQ07nzK3sEwHAE1adnE/vLy 5Eqvl01mGaibnW3eATtlmQailQG8V9YDsqJ4LBcxO3iSr4R6dQtgOcY1DZoupG4QPdQ7 nAgA== X-Gm-Message-State: APt69E0hMEfJ6UnAFKJ3yTKug5iEXpAHY5fjZEVFrUtHhFU0BUuEm59z flUu3/tld4RcUc4q/DG5Spj+sVAi X-Google-Smtp-Source: ADUXVKIaSa3YXtuho+RNCJuUup8rNr6c9hy07AVWNoBt+Ab9M8ClDfsWYOUF6hBvELPQq/jx79K1Pg== X-Received: by 2002:a24:d80a:: with SMTP id b10-v6mr5892815itg.141.1528575193717; Sat, 09 Jun 2018 13:13:13 -0700 (PDT) Received: from pesky ([137.122.64.159]) by smtp.gmail.com with ESMTPSA id q203-v6sm2296526itb.32.2018.06.09.13.13.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 09 Jun 2018 13:13:12 -0700 (PDT) Sender: Mark Johnston Date: Sat, 9 Jun 2018 16:13:08 -0400 From: Mark Johnston To: bob prohaska Cc: freebsd-arm@freebsd.org, freebsd-current@freebsd.org Subject: Re: use of undeclared identifier 'DW_LANG_C11' Message-ID: <20180609201308.GA13305@pesky> References: <20180609200724.GA5728@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180609200724.GA5728@www.zefox.net> User-Agent: Mutt/1.10.0 (2018-05-17) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2018 20:13:14 -0000 On Sat, Jun 09, 2018 at 01:07:24PM -0700, bob prohaska wrote: > I'm seeing persistent > --- dwarf.o --- > /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c:1980:8: error: use of undeclared identifier 'DW_LANG_C11' > case DW_LANG_C11: > ^ > errors very early in buildworld attempts on 334890 > > I've tried "make clean" in /usr/src to no avail, is there something else > to try, or should I just wait for a source update? Please give r334892 a try.