From patchwork Sun Dec 9 13:57:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 204699 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id B14362C0168 for ; Mon, 10 Dec 2012 00:57:52 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A35E9A00D7; Sun, 9 Dec 2012 13:57:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dq39sVNVhI83; Sun, 9 Dec 2012 13:57:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 98E3EA00CA; Sun, 9 Dec 2012 13:57:47 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 8EE788F74B for ; Sun, 9 Dec 2012 13:57:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C05A3884E1 for ; Sun, 9 Dec 2012 13:57:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uGlOfMy+qDl4 for ; Sun, 9 Dec 2012 13:57:46 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id AB68288449 for ; Sun, 9 Dec 2012 13:57:45 +0000 (UTC) Received: from asgard (host201.201-252-64.telecom.net.ar [201.252.64.201]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qB9DvbnX009813 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 9 Dec 2012 13:57:40 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1355061462; bh=StzLHwYurU9DEa0LykOVUysLQIgHAhrtIB4DBViuBb0=; h=From:To:Cc:Subject:Date; b=Xe3uViuCKyy4lBN2zboxSr8VUUj24JzZouKLXkcg/jdAtuGryk5131IdPzVIFnLDI JZHofKPtCY5BPKbi21px5ivBw9atNVJn1mZR08Gl7FneGwAGMTnwuH1dYNU7Sc6WHN P/o4fZ2qzNNIYlAwzOfqGriBTPYM7sPo5kBlCMUY= Received: by asgard (sSMTP sendmail emulation); Sun, 09 Dec 2012 10:57:37 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 9 Dec 2012 10:57:36 -0300 Message-Id: <1355061456-7191-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] ltrace: bump to version 0.7.2 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Bump ltrace to version 0.7.2 which includes my ppc fixup patch. Also exclude aarch64 since it's not supported, fixes http://autobuild.buildroot.net/results/8fc3a3720d9be2525784b0488653b4fdbb29e676/ Signed-off-by: Gustavo Zacarias --- package/ltrace/Config.in | 1 + package/ltrace/ltrace-ppc-waitstatus.patch | 37 ---------------------------- package/ltrace/ltrace.mk | 2 +- 3 files changed, 2 insertions(+), 38 deletions(-) delete mode 100644 package/ltrace/ltrace-ppc-waitstatus.patch diff --git a/package/ltrace/Config.in b/package/ltrace/Config.in index 9fd9aaa..c77108f 100644 --- a/package/ltrace/Config.in +++ b/package/ltrace/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_LTRACE bool "ltrace" depends on !(BR2_avr32 || BR2_mips || BR2_sh || BR2_sh64 || BR2_xtensa) + depends on !BR2_aarch64 select BR2_PACKAGE_LIBELF help Debugging program which runs a specified command until it exits. diff --git a/package/ltrace/ltrace-ppc-waitstatus.patch b/package/ltrace/ltrace-ppc-waitstatus.patch deleted file mode 100644 index fa87ea4..0000000 --- a/package/ltrace/ltrace-ppc-waitstatus.patch +++ /dev/null @@ -1,37 +0,0 @@ -From faa8dfe0507b56fb8a7666e326177aec7f364071 Mon Sep 17 00:00:00 2001 -From: Gustavo Zacarias -Date: Mon, 3 Dec 2012 11:12:08 -0300 -Subject: [PATCH] Fix build failure on ppc - -ppc/trace.c is using waitstatus bits without including the appropiate -headers, leading to a build failure: - -libtool: link: -/home/gustavoz/b/test/output/host/usr/bin/powerpc-buildroot-linux-uclibc-gcc --Wall -Wsign-compare -Wfloat-equal -Wformat-security -pipe -Os -o ltrace -main.o ./.libs/libltrace.a -lelf -./.libs/libltrace.a(lt1-trace.o): In function `syscall_p': -trace.c:(.text+0x28): undefined reference to `WIFSTOPPED' -trace.c:(.text+0x40): undefined reference to `WSTOPSIG' - -Signed-off-by: Gustavo Zacarias ---- - sysdeps/linux-gnu/ppc/trace.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/sysdeps/linux-gnu/ppc/trace.c b/sysdeps/linux-gnu/ppc/trace.c -index c152101..4357a1e 100644 ---- a/sysdeps/linux-gnu/ppc/trace.c -+++ b/sysdeps/linux-gnu/ppc/trace.c -@@ -29,6 +29,8 @@ - #include - #include - #include -+#include -+#include - - #include "backend.h" - #include "breakpoint.h" --- -1.7.8.6 - diff --git a/package/ltrace/ltrace.mk b/package/ltrace/ltrace.mk index ca6d621..4b31690 100644 --- a/package/ltrace/ltrace.mk +++ b/package/ltrace/ltrace.mk @@ -4,7 +4,7 @@ # ############################################################# -LTRACE_VERSION = 0.7.1 +LTRACE_VERSION = 0.7.2 LTRACE_SITE = http://alioth.debian.org/frs/download.php/3844 LTRACE_SOURCE = ltrace-$(LTRACE_VERSION).tar.bz2 LTRACE_DEPENDENCIES = libelf