From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gmail.com (client-ip=2607:f8b0:4864:20::b33; helo=mail-yb1-xb33.google.com; envelope-from=tssheldonpotter@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="WGP10PuW"; dkim-atps=neutral Received: from mail-yb1-xb33.google.com (mail-yb1-xb33.google.com [IPv6:2607:f8b0:4864:20::b33]) (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 43ZMPB09b9zDqfd for ; Wed, 9 Jan 2019 19:14:47 +1100 (AEDT) Received: by mail-yb1-xb33.google.com with SMTP id o73so2679081ybc.0 for ; Wed, 09 Jan 2019 00:14:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=GPrcGmNOjyZFKngiuSpR5xaXqUXZqAKjzuqsDUbSYXU=; b=WGP10PuWl/Sc/78s1uB3fXjYBz9e53TH/509z1HVVj/19DdiqFkYOZ9E3r2BEip2OD IDNm6issOPwHUbhhdbBevOtP5pEG60i6jRA9Ki0r0jC0D/SVFQ5vAwTxdqUUrPEUUHme DEC4klnItCpSjUMOlfYB2ZH/Gr1ME5GvPm0zqL9Yo5MK1/Iewl57oKJ0QTW7+eMiYgR/ 2VzsisJ864RdMg5Qww6OQ3xy9XOr1BegL8ti8Sto/ygb0G/AnKozb6LImTvrN9nim7z3 hmm+zpb2+jtjrlfdEPDaaYN2P73tRH01PC7AcpEsaE4y1zp0/cS7XQjpWYAba6qMUwP4 HPYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=GPrcGmNOjyZFKngiuSpR5xaXqUXZqAKjzuqsDUbSYXU=; b=nmtsxYFpWCvDMBMwDbREGwNh+Kd6Yx0BPsoFpywKkCVlSY7I94y43Q+xn2pkyMMgoR r1T28w40LoDYpZh26EeBnewASkYkB+/9MpWe6BOmgE84JRGnnsy3NHz/NGBr7lEKJY0W nI0hBwFvqPsW0+GKnaA8t7GBCGdrOjvOVypak5sSALADyhVlqMY4Ne3vduccLvl9XyNN 47iapAk04ANuWyzrnO/elHcA6xHiF+aqpy3bM7Uyu9i1I/ILSBm0Cal8l6zkaIVKthoY z1tXDL0VcFfaaXh7CXai7nzIo2/NJeBfrsiT6zCjxSrOWId1TDvTbuWVfEymK4mhoCTy vXlw== X-Gm-Message-State: AJcUukcTO5x/x/WTnu0q+GmVtdLi1FpCSgnl7gqtPAeecJs9BrUHNqZx CMX8v8o/TsLWYBblsTweOepgMeBYBN6/PBLBK7s1czK0Xcg= X-Google-Smtp-Source: ALg8bN7mtZPEi22f7b26jy3Jq3pFtBCqPwEgS61vpJRSMJjeUWCiu3Rdxx8PzclqRQIKz2oJG4j0AT1gLkdWDJmHXPo= X-Received: by 2002:a25:2512:: with SMTP id l18mr4594216ybl.91.1547021685061; Wed, 09 Jan 2019 00:14:45 -0800 (PST) MIME-Version: 1.0 From: Sheldon 13 Date: Wed, 9 Jan 2019 16:14:36 +0800 Message-ID: Subject: do_cofigure fail To: openbmc@lists.ozlabs.org Content-Type: multipart/alternative; boundary="000000000000ff7d6c057f020dd0" 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 08:14:54 -0000 --000000000000ff7d6c057f020dd0 Content-Type: text/plain; charset="UTF-8" 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? --000000000000ff7d6c057f020dd0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
After I add a new application (= such as sdbus or phosphor-fan-presence) using DEVTOOL, I buil= d 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_c= onfigure.114229)
ERROR: Logfile of failure stored in:= /home/sheldon13/dev/openbmc-2.2/build/tmp/work/armv5e-openbmc-linux-gnueab= i/sdbusplus/1.0+git999-r0/temp/log.do_configure.114229
Log data follows:
| DEBUG: Executing python functio= n externalsrc_configure_prefunc
#################################= ###########################



My recipe file=C2=A0sdbusplu= s_git.bb was automatically generated by the DEVTOOL command ,it is = like this:
######################################################= ############################################################
# Recipe created by recipetool
# This is the basis of a recipe a= nd may need further editing in order to be fully functional.
# (F= eel free to remove these comments when editing.)

#= WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesse= s - it is
# your responsibility to verify that the values are com= plete 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:
#=C2=A0 =C2= =A0LICENSE
LICENSE =3D "Unknown"
LIC_FILES_CH= KSUM =3D "file://LICENSE;md5=3De3fc50a88d0a364313df4b21ef20c29e"<= /div>


# Modify these as desi= red
PV =3D "1.0+git${SRCPV}"
SRCREV =3D "= ;09c981700d7bd98eed54a670e959a424585dcd84"

S = =3D "${WORKDIR}/git"

# NOTE: the followi= ng library dependencies are unknown, ignoring: gtest gmock
#=C2= =A0 =C2=A0 =C2=A0 =C2=A0(this is based on recipes that have previously been= built and packaged)
DEPENDS =3D "gtest systemd"
<= div>
# NOTE: if this software is not capable of being built i= n a separate build directory
# from the source, you should replac= e autotools with autotools-brokensep in the
# inherit line
<= div>inherit pkgconfig pythonnative autotools

# Spe= cify any options you want to pass to the configure script using EXTRA_OECON= F:
EXTRA_OECONF =3D ""
################= ###########################################################################= ####################
and I didn't change the recipe and didn&= #39;t know how to change it. Can you help me build my project?
<= /div>
--000000000000ff7d6c057f020dd0--