From patchwork Thu Aug 8 16:14:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: vkamensky X-Patchwork-Id: 18899 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-qe0-f71.google.com (mail-qe0-f71.google.com [209.85.128.71]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 49F53248D3 for ; Thu, 8 Aug 2013 16:15:10 +0000 (UTC) Received: by mail-qe0-f71.google.com with SMTP id 1sf3834315qee.2 for ; Thu, 08 Aug 2013 09:15:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-gm-message-state:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :list-post:list-help:list-archive:list-unsubscribe; bh=zaDuiSXP7J9KhDZtZnKC9MrG2n1lIgIye8qvVBeDFPo=; b=fls0vqbBcuk57OqLrzg/IBtQR2jJBmU1K2aMDj1ankpdPkt9VEl3akd9OtaYOKGrt0 zg4Qr8aQhJpoasmh/Z1ZWK8RerYjgzTcnft85O4q7n0pKDKIucMR+oOoFkVWliTkpJ5d 4WY0lKd2qmpnRTS/GWuZVxNeZ0eXlOBfUChKHaT5OgRlbaWPxUdiCzcXloNGNM/HNpX3 K+gUxzxkEBljl9KjsarlMuMVQeTnnVOJcH1f+K1KqwLAnSn9JzC1EeM2fnHCq4W9uKej zGw+K96I/H6wAqP30sg6dvt4HJv7KP+oOIRXOcIW0WMDejv96otYSfYeo5e3cbxBZWX9 WmUw== X-Received: by 10.236.15.73 with SMTP id e49mr3666964yhe.15.1375978510029; Thu, 08 Aug 2013 09:15:10 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.30.164 with SMTP id t4ls260045qeh.54.gmail; Thu, 08 Aug 2013 09:15:09 -0700 (PDT) X-Received: by 10.220.237.130 with SMTP id ko2mr4436136vcb.88.1375978509906; Thu, 08 Aug 2013 09:15:09 -0700 (PDT) Received: from mail-ve0-f170.google.com (mail-ve0-f170.google.com [209.85.128.170]) by mx.google.com with ESMTPS id v5si3294615vec.91.2013.08.08.09.15.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 08 Aug 2013 09:15:09 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.128.170 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.128.170; Received: by mail-ve0-f170.google.com with SMTP id 15so3229456vea.15 for ; Thu, 08 Aug 2013 09:15:09 -0700 (PDT) X-Gm-Message-State: ALoCoQkoRhGUqBxjl3eeStRgKLqyhXfrk4iYnNuVYeAcnPKvjT0C5uo2u5nZ4fZ/GlRClykbVxgr X-Received: by 10.58.6.210 with SMTP id d18mr3451419vea.96.1375978509828; Thu, 08 Aug 2013 09:15:09 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.220.174.196 with SMTP id u4csp24063vcz; Thu, 8 Aug 2013 09:15:09 -0700 (PDT) X-Received: by 10.68.106.99 with SMTP id gt3mr6937577pbb.116.1375978508807; Thu, 08 Aug 2013 09:15:08 -0700 (PDT) Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com [209.85.160.49]) by mx.google.com with ESMTPS id c10si10180756pav.171.2013.08.08.09.15.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 08 Aug 2013 09:15:08 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.49 is neither permitted nor denied by best guess record for domain of victor.kamensky@linaro.org) client-ip=209.85.160.49; Received: by mail-pb0-f49.google.com with SMTP id xb4so3466786pbc.22 for ; Thu, 08 Aug 2013 09:15:07 -0700 (PDT) X-Received: by 10.67.23.36 with SMTP id hx4mr7057973pad.54.1375978507503; Thu, 08 Aug 2013 09:15:07 -0700 (PDT) Received: from kamensky-w530.cisco.com.com (128-107-239-234.cisco.com. [128.107.239.234]) by mx.google.com with ESMTPSA id 7sm17339991paf.22.2013.08.08.09.15.06 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 08 Aug 2013 09:15:06 -0700 (PDT) From: Victor Kamensky To: openembedded-core@lists.openembedded.org Cc: patches@linaro.org, Victor Kamensky Subject: [PATCH 1/1] systemtap: fix build failure on host system with dyninst installed Date: Thu, 8 Aug 2013 09:14:29 -0700 Message-Id: <1375978469-15252-2-git-send-email-victor.kamensky@linaro.org> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1375978469-15252-1-git-send-email-victor.kamensky@linaro.org> References: <1375978469-15252-1-git-send-email-victor.kamensky@linaro.org> X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: victor.kamensky@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.128.170 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , On host system where dyninst installed (i.e Fedora 18 with SystemTap) builds fails with the error from do_qa_configure "This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities." Problematic config.log indicates inclusion of /usr/include/dyninst/dyntypes.h Fix for now - disable dyninst in oe builds Signed-off-by: Victor Kamensky --- meta/recipes-kernel/systemtap/systemtap_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index 9bba5a9..4f60f6b 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb @@ -13,7 +13,7 @@ RDEPENDS_${PN}_class-nativesdk += "python-native" PR = "r1" EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ - --without-nss --without-avahi \ + --without-nss --without-avahi --without-dyninst \ --disable-server --disable-grapher " STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs"