From owner-freebsd-arm@freebsd.org Wed Jul 19 20:00:27 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 95269D7D337 for ; Wed, 19 Jul 2017 20:00:27 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-lf0-x229.google.com (mail-lf0-x229.google.com [IPv6:2a00:1450:4010:c07::229]) (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 1FF1969F38; Wed, 19 Jul 2017 20:00:27 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-lf0-x229.google.com with SMTP id y15so4367533lfd.5; Wed, 19 Jul 2017 13:00:27 -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=WDYvAilAdEpNl5SaEAgXmJxZUQ/MO3fOD9PUs+mi8gQ=; b=gK4NMJwaSVRS8o6SCrAU3Z5WC26nSR/mk8+7AKaSd+cVADw56ER1t8xu/7ldt8uyD+ Z/gtqTd6mwauLlUCYnnBhhgm+DlMvbnZP9kwz/pQJI6oofUVgnJQxZKwQkTDPGR64F1O wh7NnSbGCwfUSasKD/gWmZrA6jsQSPlHVV6EJFTERpjqV8JOnjYZQr8/XqnKahkuK6xV ihJH4Bs9L+WU7wANY+wGDaciOZttobwrZDJb4xeYj/u11p1r84E/6JRJRQhodrM0msWT n8JaULZ2ftSuka9qVRPa7hZlg75eUK9UEm7Alr6CpqF7AUFtyab6r1G1y5VhSWAlPFeC f+HQ== 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=WDYvAilAdEpNl5SaEAgXmJxZUQ/MO3fOD9PUs+mi8gQ=; b=Sjms1G3TVOEccvozBjtELbjjX+au7WxduhUrkeLc4P09ZG9PB5n3aq2Ahs5sCi8WXn b+uV0PI4xtS1vh+ByZb77mRpmBEa4m0Rghpl3+UUh+kzHAmxgvB5Y95upUR1looAUWrF tfrCqOzazPxueEU3MBsEl1+f4rQrTG+gdvyRB4RszG3lHz7TGSoRJKdQDEAqlsRTaVl5 I6F7rP6rQz4hQanfZEkAQd/MFKMPwAztaq1Eg/52n+UwjdTaI3Vlf1OknE0QZIGl88Hc 6UdEXjWPkyNwkR5i0SQLUU+wpDZToqAFDznuLpsHi0KPvvyyt1py0u3NQUIrGC57nAlu dngQ== X-Gm-Message-State: AIVw111njO21VZY+yDYYGqjCF41TBcD8N61EW6ey8pZcSI6ikvbbqg6P mu7xI9W5NLtQxiaFx0ZJgIB8usuwU9Nj X-Received: by 10.25.219.208 with SMTP id t77mr351792lfi.110.1500494424503; Wed, 19 Jul 2017 13:00:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.82.211 with HTTP; Wed, 19 Jul 2017 13:00:24 -0700 (PDT) From: Russell Haley Date: Wed, 19 Jul 2017 13:00:24 -0700 Message-ID: Subject: Re: r321082 To: asomers@freebsd.org, 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: Wed, 19 Jul 2017 20:00:27 -0000 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