From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=google.com (client-ip=2607:f8b0:4864:20::432; helo=mail-pf1-x432.google.com; envelope-from=venture@google.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=reject dis=none) header.from=google.com Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=google.com header.i=@google.com header.b="LwnQHCWN"; dkim-atps=neutral Received: from mail-pf1-x432.google.com (mail-pf1-x432.google.com [IPv6:2607:f8b0:4864:20::432]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 43ZcVW1LrmzDqc9 for ; Thu, 10 Jan 2019 05:05:22 +1100 (AEDT) Received: by mail-pf1-x432.google.com with SMTP id q1so4023536pfi.5 for ; Wed, 09 Jan 2019 10:05:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=YctRzJWsovJvN5p/HFl2MJq4wD/Dka6SYLpL141hUuI=; b=LwnQHCWN1P/2C3iC9D9X9WH3Xeq4NBc+BdgjarRiZ9F9gzsUYqbunAhUcchiHYvE1j TyqTTPolLCpDLYCGzePLPLd/goo/0pro4lFdxg/8dZiVFEerlgYI9Z2enckioN+otHiz wqHVzh0lYrkj2mrBEzkul+NAo4CE8rhpl9rJ0siWbf+Q+WrSzbYa4F6r5ZF4Klg46lPy DrmtLNC884rRSoYhTs4Q7mlKKBEHxuPk7TaA4UcT8tlwdUynjs1aJj0Y2jQ23k3P6OcY kcpQcOJsA2ZP/rTmSxAADOtsc1rnme47OZPtqQBSHVuUdB6nHnDel29zuVAX3TCW4dEX VzSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YctRzJWsovJvN5p/HFl2MJq4wD/Dka6SYLpL141hUuI=; b=cjUwZlXN6N6aZmc4O2YRwBW81yRv0t/R0fKxxHpzMhrzcIEp9oppkCs18ktGoiMQxs CSJ1hf9LaW/9MxMTFzxyIldUMwTsrQt3Iw2fvFkRt6tia3XhGTcAa10QJxifG1keKLDY A2ABvijFON98slKKIzYfLjm+XBI10cxkhbpECZpyMmI74nhgCbO0GMRW7JpkQ00PR57c FYxo4fYWb3kxGnV4FP4M1fEAl8kzhyPsnsmeV+eSLC45Zh1uPkFtb97GjdLYTfgqfwj4 XwWAbazySvMDYwDlJ+NvUsmtUWh0sJS/7LDndBkADZ28/C/mVfV6QbD15ZuPF4kncyfM d4LQ== X-Gm-Message-State: AJcUukepg+BHBlv5cSklHYpAW0zvBTw6v7Bj5g3mnfaewBsYIfooTnq8 pzpcXKOmbmtAPRisXVw0deSJs1yC0h540Ajio7OVGw== X-Google-Smtp-Source: ALg8bN5ZXdi1BgXM5EqX0jOhl27RQoKtkmfQ+M6EH8kkEl+3KPFO+twS84h/Q/najFGJB6obV8zBBZq4ojzHKRx/HGM= X-Received: by 2002:a63:c0f:: with SMTP id b15mr6375266pgl.314.1547057120237; Wed, 09 Jan 2019 10:05:20 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Patrick Venture Date: Wed, 9 Jan 2019 10:05:09 -0800 Message-ID: Subject: Re: do_cofigure fail To: Sheldon 13 Cc: OpenBMC Maillist Content-Type: text/plain; charset="UTF-8" X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2019 18:05:24 -0000 On Wed, Jan 9, 2019 at 12:16 AM Sheldon 13 wrote: > > After I add a new application (such as sdbus or phosphor-fan-presence) using DEVTOOL, I build it with BITBAKE, but it always get error like this: > ########################################################## > NOTE: Executing RunQueue Tasks > ERROR: sdbusplus-1.0+git999-r0 do_configure: configure failed > ERROR: sdbusplus-1.0+git999-r0 do_configure: Function failed: do_configure (log file is located at /home/sheldon13/dev/openbmc-2.2/build/tmp/work/armv5e-openbmc-linux-gnueabi/sdbusplus/1.0+git999-r0/temp/log.do_configure.114229) > ERROR: Logfile of failure stored in: /home/sheldon13/dev/openbmc-2.2/build/tmp/work/armv5e-openbmc-linux-gnueabi/sdbusplus/1.0+git999-r0/temp/log.do_configure.114229 > Log data follows: > | DEBUG: Executing python function externalsrc_configure_prefunc > ############################################################ > > > > My recipe file sdbusplus_git.bb was automatically generated by the DEVTOOL command ,it is like this: > ################################################################################################################## > # Recipe created by recipetool > # This is the basis of a recipe and may need further editing in order to be fully functional. > # (Feel free to remove these comments when editing.) > > # WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is > # your responsibility to verify that the values are complete and correct. > # > # The following license files were not able to be identified and are > # represented as "Unknown" below, you will need to check them yourself: > # LICENSE > LICENSE = "Unknown" > LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" > > SRC_URI = "git://github.com/openbmc/sdbusplus.git;protocol=https" > > # Modify these as desired > PV = "1.0+git${SRCPV}" > SRCREV = "09c981700d7bd98eed54a670e959a424585dcd84" > > S = "${WORKDIR}/git" > > # NOTE: the following library dependencies are unknown, ignoring: gtest gmock > # (this is based on recipes that have previously been built and packaged) > DEPENDS = "gtest systemd" > > # NOTE: if this software is not capable of being built in a separate build directory > # from the source, you should replace autotools with autotools-brokensep in the > # inherit line > inherit pkgconfig pythonnative autotools > > # Specify any options you want to pass to the configure script using EXTRA_OECONF: > EXTRA_OECONF = "" > ############################################################################################################### > and I didn't change the recipe and didn't know how to change it. Can you help me build my project? Can you provide your full steps to reproduce your workspace, such as, git clone openbmc, git clone sdbusplus, and so on, as I haven't had issues recently with devtool.