From owner-freebsd-pkgbase@freebsd.org Tue Mar 22 19:06:13 2016 Return-Path: Delivered-To: freebsd-pkgbase@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 16990AD9663 for ; Tue, 22 Mar 2016 19:06:13 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from barracuda.ixsystems.com (barracuda.ixsystems.com [12.229.62.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.ixsystems.com", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF4E3171 for ; Tue, 22 Mar 2016 19:06:12 +0000 (UTC) (envelope-from kris@pcbsd.org) X-ASG-Debug-ID: 1458673568-08ca041788219ee0001-wjM0Vu Received: from zimbra.ixsystems.com ([10.246.0.20]) by barracuda.ixsystems.com with ESMTP id WnwRisjHI4gZAG2V (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 22 Mar 2016 12:06:08 -0700 (PDT) X-Barracuda-Envelope-From: kris@pcbsd.org X-Barracuda-RBL-Trusted-Forwarder: 10.246.0.20 X-ASG-Whitelist: Client Received: from localhost (localhost [127.0.0.1]) by zimbra.ixsystems.com (Postfix) with ESMTP id 63FDD9B68B3; Tue, 22 Mar 2016 12:06:08 -0700 (PDT) Received: from zimbra.ixsystems.com ([127.0.0.1]) by localhost (zimbra.ixsystems.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id wPFspX82tPA9; Tue, 22 Mar 2016 12:06:08 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.ixsystems.com (Postfix) with ESMTP id 294A59B68BB; Tue, 22 Mar 2016 12:06:08 -0700 (PDT) X-Virus-Scanned: amavisd-new at ixsystems.com Received: from zimbra.ixsystems.com ([127.0.0.1]) by localhost (zimbra.ixsystems.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id IiB6qHuBXOub; Tue, 22 Mar 2016 12:06:08 -0700 (PDT) Received: from [192.168.0.150] (68-114-155-91.static.kgpt.tn.charter.com [68.114.155.91]) by zimbra.ixsystems.com (Postfix) with ESMTPSA id 8B5819B68B3; Tue, 22 Mar 2016 12:06:07 -0700 (PDT) From: Kris Moore Subject: Re: Missing METALOG To: Glen Barber X-ASG-Orig-Subj: Re: Missing METALOG References: <56F169EC.6010400@pcbsd.org> <20160322164814.GJ58208@FreeBSD.org> Cc: freebsd-pkgbase@freebsd.org Message-ID: <56F1979C.7010306@pcbsd.org> Date: Tue, 22 Mar 2016 15:06:04 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160322164814.GJ58208@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Barracuda-Connect: UNKNOWN[10.246.0.20] X-Barracuda-Start-Time: 1458673568 X-Barracuda-Encrypted: ECDHE-RSA-AES256-GCM-SHA384 X-Barracuda-URL: https://10.246.0.26:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at ixsystems.com X-Barracuda-BRTS-Status: 1 X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 19:06:13 -0000 On 03/22/16 12:48 PM, Glen Barber wrote: > On Tue, Mar 22, 2016 at 11:51:08AM -0400, Kris Moore wrote: >> Hey, trying out the 'make packages' branch, running into this issue >> after doing build{world|kernel} >> >> ... snip ... >> >> kldxref >> /usr/obj/tmp/build/gDAE/pcbsd/git/freebsd/amd64.amd64/kernelstage/tmp/build/gDAE/pcbsd/fbsd-dist/kernel/boot/kernel >> awk: can't open file >> /usr/obj/tmp/build/gDAE/pcbsd/git/freebsd/amd64.amd64/worldstage/METALOG >> source line number 81 >> *** Error code 2 >> >> Stop. >> bmake[6]: stopped in /tmp/build/gDAE/pcbsd/git/freebsd >> *** Error code 1 >> >> ... snip ... >> >> I checked that directory, and I have a fully staged world there, just no >> METALOG file. What am I missing? >> > So, you're seeing bizarre things not quite exact but similarly strange > as some others reported recently. > > Can you give the exact command history and/or full log? > > Glen > I didn't keep the full log (sorry), but the commands were as follows: # cd /tmp/build/gDAE/pcbsd/git/freebsd # make -j 8 buildworld TARGET=amd64 # make -j 8 buildkernel TARGET=amd64 # make packages DESTDIR=/tmp/build/gDAE/pcbsd/base-pkg -- Kris Moore PC-BSD Software / iXsystems Enterprise Storage & Servers Driven By Open Source