From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 22711E0030C for ; Fri, 25 Nov 2011 07:02:52 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 25 Nov 2011 07:02:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="79958205" Received: from unknown (HELO envy.home) ([10.255.15.250]) by orsmga002.jf.intel.com with ESMTP; 25 Nov 2011 07:02:51 -0800 Message-ID: <4ECFAE1F.7030207@linux.intel.com> Date: Fri, 25 Nov 2011 07:02:55 -0800 From: Darren Hart User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: Yocto Project , "Flanagan, Elizabeth" X-Enigmail-Version: 1.3.3 Subject: libgdbus do_unpack failing in master X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2011 15:02:52 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit libgdbus is hitting an unpack failure. Fetch completes, but do_unpack fails complaining that we appear to have checked out an empty repository. I get the same when I clone manually from the SRC_URI (a kernel.org repo that appears to not have been fully restored): $ git clone git://git.kernel.org/pub/scm/bluetooth/libgdbus.git Cloning into libgdbus... warning: You appear to have cloned an empty repository. I was able to find a functional fetch in an older download to get going again. Can we somehow mark this as needing to fetch from the mirror for the time being? Beth, are we performing a do_unpack on every fetch without using mirrors on the autobuilder? If not, could we add a single world build which doesn't share the downloads dir with the other builds? As dependent as we are on the upstream URLs, it would be good to catch this sort of thing earlier. -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel