[Buildroot] [PATCH 1/2] ltrace: update to current master

Jérôme Pouiller jezz at sysmic.org
Thu Jun 4 23:13:09 UTC 2015


Hello Vicente,

On Monday 25 May 2015 15:52:38 Vicente Olivert Riera wrote:
> Lots of fixes have been made to ltrace, including the ones for fixing a
> build failure for MIPS architecture. Updating to current master will
> allow us to re-enable this package for MIPS and also remove some
> upstreamed patches.
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
> ---
>  .../{0002-arm-plt.patch => 0001-arm-plt.patch}     |    0
>  package/ltrace/0001-events.patch                   |   47 -
>  package/ltrace/0003-PPC-fix-PPC32-build.patch      |   31 -
>  .../ltrace/0004-xtensa-add-xtensa-support.patch    | 1612 --------------------
>  package/ltrace/ltrace.mk                           |    2 +-
>  5 files changed, 1 insertions(+), 1691 deletions(-)
>  rename package/ltrace/{0002-arm-plt.patch => 0001-arm-plt.patch} (100%)
>  delete mode 100644 package/ltrace/0001-events.patch
>  delete mode 100644 package/ltrace/0003-PPC-fix-PPC32-build.patch
>  delete mode 100644 package/ltrace/0004-xtensa-add-xtensa-support.patch
[..]
> diff --git a/package/ltrace/ltrace.mk b/package/ltrace/ltrace.mk
> index 7f00ce3..8a78a2a 100644
> --- a/package/ltrace/ltrace.mk
> +++ b/package/ltrace/ltrace.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LTRACE_VERSION = 0896ce554f80afdcba81d9754f6104f863dea803
> +LTRACE_VERSION = be0c6870e08a3be43b3a0d210fb8dc7614b1e82f
It seems this version has a bug introduced by 5ba9e10 ("Split type definitions
from the bundled configs into their own files").

Two new configuration files are not installed. Therefore, ltrace fail with
messages like :
/usr/share/ltrace/libm.so.conf:333: error: unknown type around 'ldouble erfl(ldouble);

I have just sent a patch to upstream.

-- 
Jérôme Pouiller, Sysmic
Embedded Linux specialist
http://www.sysmic.fr



More information about the buildroot mailing list