From owner-freebsd-arm@freebsd.org Wed Jul 19 20:21:53 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 0AF8ED7D78F for ; Wed, 19 Jul 2017 20:21:53 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-yb0-x236.google.com (mail-yb0-x236.google.com [IPv6:2607:f8b0:4002:c09::236]) (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 BE8596A7E7 for ; Wed, 19 Jul 2017 20:21:52 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-yb0-x236.google.com with SMTP id z37so2668673ybh.1 for ; Wed, 19 Jul 2017 13:21:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=h+LGmpjgzBSUm0KoWZybKqQjD6hWJWG3m9fkelOYBvY=; b=JLxmi4fcA3C10kQRhB3eg9Ve4t3ea17TCACZfAxAVrWEx1wxUVmRWx7PuTNPeMOJL5 9NMHvSmfYMpWfh38MXuDl1Yb4eOADy/fRM9t+LSp8O9WOcQZb8FWQ91IQqPlc1xmiC7m HjsCHIvLbbN7qSPHEhrrhr/iPD7CT84FlJYYLyLvTqeuSf+25fEqZWeMJcfQVnkf8jwX jh9v7x1E9JlDaesAZtzj7S3DPjT7J1VYrfWaJbqJvBPKX9eYFQaG4rWKCy2M5ESrTRJK 0/lG3f6+QpAzMBj1sOLlilIZcGls1EhUXIBFvIFnHQ1p2h3WAfAJEBj16578A7AYokyQ tj7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=h+LGmpjgzBSUm0KoWZybKqQjD6hWJWG3m9fkelOYBvY=; b=qtyNI1Ee012gMt9TiORROWZlHP2meksxrpjcUJ+IgkIDYXSO3bj3LCusEWyTGDh0Ml +IkgWerjAyxTBJj96naxNwI0U5J85gq0Epxgx9sbNDaaAB9IEBkc9OUJWhRV9fpwYnKP KtDxlLCBynAcNoLkVP6aIDT+vpw1T1dwJC0fn7Ud5dilL5WH/0GtuMiyb9H41kfG3ovD UD0GpnKr7DmlEGzPYY840/+iBvu2UH5ahcf9GvDgIqQfzUSnq91wLbctDUX9dWLiCcff qCzST9IhRzMtne7+xNRUEDZVAcHK2MGWCGd08ezTeS4A9ShoWFArxd5uerBO2pgvzmwL FaNA== X-Gm-Message-State: AIVw111SjG6RiOrRbmk7O4gRQM5EnCu+iAP9uxd/yqcN/Y6W12K+0jEg LKC9EVbaffz5eJPULN6gfpMteGX4qQ== X-Received: by 10.37.57.11 with SMTP id g11mr1260368yba.217.1500495711742; Wed, 19 Jul 2017 13:21:51 -0700 (PDT) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.129.95.135 with HTTP; Wed, 19 Jul 2017 13:21:51 -0700 (PDT) In-Reply-To: References: From: Alan Somers Date: Wed, 19 Jul 2017 14:21:51 -0600 X-Google-Sender-Auth: NyD3MPkpJbn0meM0Mz31OmGgla0 Message-ID: Subject: Re: r321082 To: Russell Haley 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: Wed, 19 Jul 2017 20:21:53 -0000 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