From owner-freebsd-arm@freebsd.org Thu Jul 20 03:34:29 2017 Return-Path: Delivered-To: freebsd-arm@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 4B895DA5BBF for ; Thu, 20 Jul 2017 03:34:29 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-lf0-x22d.google.com (mail-lf0-x22d.google.com [IPv6:2a00:1450:4010:c07::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 C77B77E958; Thu, 20 Jul 2017 03:34:28 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-lf0-x22d.google.com with SMTP id d78so7263024lfg.3; Wed, 19 Jul 2017 20:34:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=PBXoKhJTFWR1BDNrGcE/M9JvOKv58J/mFem/BOR2KiY=; b=tKzAWHRZE+gNqSvLdDUj7TXfy2fSOCPRHW7P+jfqrrT+atld+TAGHeIFibVH4H1Ioj wuREohZoRNfA3J6GW8Jic5vroAuMoE0oxZSMWxS4yq3ST+xucCqxos0zffzjfO0QKFoG JkoIWMcN5y5j62SGUSHJUnfCp8cu1z1xrUWzyXWjbIpsNg/4wGW7IE4r0RSqzvE/cMNV woAa1Y49Wm0BplGybz2RpzPX2npDSGq/306JgOh8SxqifvxXMdHYUZD80ZPkggN8Si1z 2UryNSaWdGOzfencc4T7pBbTeUvt/ELpeEkJu70tv7qWoMHJRlWt//ffClUQ7z6J35+j +hQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=PBXoKhJTFWR1BDNrGcE/M9JvOKv58J/mFem/BOR2KiY=; b=Xk0t/QJEpVqTGb4Muuk4csK8SbDDJUNBCnqWrRgMcVJ2CDZN10LKnPSGCDNGWQdC+b GaZYzZS33uKl2q3n24AyO2HAccLc/dlCqNPlyc1vFp3QUbFyh0V/q0wzbFWKgesAazOK K1r+KZZ772/t+cA+IvEfuBmQZ3aolGjR3gXZAP01KVrvMV7Kz6n7yn5WH5vtMmhLMIae 6vIrhBTl4ZeJ9iDmHjD199Inc7bhGW8s/1PZLLfPBcHIkBSEW8bMOpCvDDNaIsq4dpnw IKLzXf44KZRWMXN1Xr7nFUsRMcdNi4qw4N1PQcreWJ+ZbPYc/msKF17k0tXVu9sXPVMb D6lA== X-Gm-Message-State: AIVw110RbD2zYJOkadnTj37WEc0PUq0cHGAAUUKkeo13ocRa61yEuqXj yE1IRgz/DP4RyEvUG95ryGDMZQgcZQ== X-Received: by 10.25.37.208 with SMTP id l199mr701623lfl.181.1500521666941; Wed, 19 Jul 2017 20:34:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.82.211 with HTTP; Wed, 19 Jul 2017 20:34:26 -0700 (PDT) In-Reply-To: References: From: Russell Haley Date: Wed, 19 Jul 2017 20:34:26 -0700 Message-ID: Subject: Re: r321082 To: Alan Somers Cc: freebsd-arm Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2017 03:34:29 -0000 On Wed, Jul 19, 2017 at 1:21 PM, Alan Somers wrote: > On Wed, Jul 19, 2017 at 2:00 PM, Russell Haley wrote: >> Hi asomers (Alan), >> >> I was harassing the kindly people on the #mipsbsd irc channel and I >> have run into an installworld issue when building for armv6. I am >> running r321178 and it was suspected that commit r321082 may be the >> cause of the failure. I was told to 'ping' you in case you had some >> more information. My error output is here: >> >> https://pastebin.com/x4kNX84J >> >> The first time through installworld the file lio_test was not found so >> I dropped to the directory and built it manually. I ran installworld >> again but received the same error, even though the file is present >> (see output). >> >> I believe my MAKOBJDIRPREFIX is set correctly: >> >> russellh@prescott:~/FreeBSD/rh-armv6/src/tests/sys/aio% echo $MAKEOBJDIRPREFIX/ >> /usr/home/russellh/FreeBSD/rh-armv6/obj/ >> >> Any information you could provide would be graciously appreciated. >> >> Sincerely, >> >> Russell Haley > > Honestly, I'm at a loss. I don't see how you could fail to have that > file if you're doing a normal build. Was it a clean build? Are you > using META_MODE? > -Alan Thanks for getting back to me, I did an update and rebuild and all in the world is fine. Probably something silly I did. I'm still pretty green at this. Regards, Russell