From owner-freebsd-ports@FreeBSD.ORG Sat Jun 28 07:26:02 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA43D48E for ; Sat, 28 Jun 2014 07:26:02 +0000 (UTC) Received: from nm24-vm1.access.bullet.mail.bf1.yahoo.com (nm24-vm1.access.bullet.mail.bf1.yahoo.com [216.109.115.176]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D5142D11 for ; Sat, 28 Jun 2014 07:26:02 +0000 (UTC) Received: from [66.196.81.163] by nm24.access.bullet.mail.bf1.yahoo.com with NNFMP; 28 Jun 2014 07:19:31 -0000 Received: from [98.138.104.98] by tm9.access.bullet.mail.bf1.yahoo.com with NNFMP; 28 Jun 2014 07:19:31 -0000 Received: from [127.0.0.1] by smtp118.sbc.mail.ne1.yahoo.com with NNFMP; 28 Jun 2014 07:19:31 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s1024; t=1403939971; bh=DdubFowGtx+pKP3HGFgqUSFNR5l6ucMof5/fE0mRMFQ=; h=X-Yahoo-Newman-Id:Message-ID:Date:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:From:To:CC:Subject; b=3u78/SVProOcLjzJdssL70aBLy8UMPiONf4x52KKIWkKhwyYZCbSpxWlurDEIw6mssqb4rBvrrKHs/mUSlSU+YjpuFLxnFvHuPVT3hfhdkFbmMP8EU0YiargnezE/dGCh1CEYlnSQXCn3riMh8hqqVY7/zs8u+ZW079xlTZ71Fo= X-Yahoo-Newman-Id: 292061.38831.bm@smtp118.sbc.mail.ne1.yahoo.com Message-ID: <292061.38831.bm@smtp118.sbc.mail.ne1.yahoo.com> Date: Sat, 28 Jun 2014 07:19:31 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: mqvF4TMVM1kpX6ng_w5snOwB9i7KGeXarVEsmdT60w8Ck5s XN9K1y08ADleOC.BbxtBD41MAS.bcV36ndMmJKRtfoTy8EKC_kW4UmaelXCs DwfV615mnqn1AtJbCkKxlpPp.ayce.rFOiKYQDHMdIWcaY097POzXpg.YV8p MyyfxPy8mSfmsDEmWjxr9n3DZdr4MettaYXh.AdKIFkBA_6p22Sn8tz1SflX .MW4pYk2TzEh9a0YaXwpMpFbknINEg4MZzFExFBHZjsk3HaW425nl4rODFxG GK2G5y3AF3xQL0ci7_IUASRlc.QFa1SJsQRyXScEvdlU57JvjgHQK6KSz1Ps ZivZ5ThfcrbWdrqAGmNbNqQCB7gSKQtW3o8PcLhVrrRPmjdmytFSos4aDzOV mEJUPeX4PrwHTh6jQN6jr5b.G7YPzI8xCFEGPapo4bQZ2mSAhLbnK3OEBNhZ DKpsLK0NhH5bcechtwS7IsGPTjBlxIAasf3lnrbt1WydNbdWg3JVrPZIEPcu bJ8u5.8LCXlbg5Gey_HmH_3j3XoZf6VLubLjKQgUne6OvHv4v6bTY2a2jiRA - X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- X-Rocket-Received: from localhost (mueller6724@96.28.178.143 with plain [98.138.31.74]) by smtp118.sbc.mail.ne1.yahoo.com with SMTP; 28 Jun 2014 07:19:31 +0000 UTC From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Staging error in devel/gobject-introspection, apparent missing file Cc: gnome@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2014 07:26:03 -0000 Trying to build x11-wm/icewm, I ran into a roadblock with a dependency, devel/gobject-introspection which is also a dependency for other important things. gmake[1]: Leaving directory `/usr/ports/devel/gobject-introspection/work11.amd64 /gobject-introspection-1.36.0' ===> Staging for gobject-introspection-1.36.0_2 ===> Generating temporary packing list mtree: /usr/local/etc/mtree/BSD.gnome.dist: No such file or directory *** Error code 1 Stop. Stop. Was this simply an error in the packing list that can be easily corrected, or is it more complicated? This computer has MSI Z68MA-ED55(B3) motherboard, where Realtek Ethernet works with re(4). I am now in FreeBSD-current amd64. Previously, this computer had FreeBSD 9.2-STABLE amd64, lost due to bad sectors in Western Digital Caviar Green hard drive though I recovered most of the user data. Tom