[Buildroot] [PATCH 3/3] sdl_gfx: bump to version 2.0.24

Gilles Talis gilles.talis at gmail.com
Fri Jan 25 02:59:12 UTC 2013


finally found some time to look into this.
The issue comes from the fact that even though aclocal.m4 and
configure.inare identical across 2.0.23 and 2.0.24,
configure.in timestamp has changed, making it newer than aclocal.m4. This
leads "make" to try and re-generate aclocal.m4.
I am not expert enough in aclocal and m4 to fix the missing variables
issue. The only quick & dirty workaround I have found is to change
configure.in file timestamp to what it was in 2.0.23 (touch -t .....).

Would it be an acceptable patch to bump sdl_gfx to 2.0.24?

thanks
Gilles.

2013/1/19 Peter Korsgaard <jacmet at uclibc.org>

> >>>>> "Gilles" == Gilles Talis <gilles.talis at gmail.com> writes:
>
>  Gilles> Signed-off-by: Gilles Talis <gilles.talis at gmail.com>
>
> I'm having problems building 2.0.24, as it ends up trying to run aclocal
> during the build step:
>
> >>> sdl_gfx 2.0.24 Building
> PATH="/home/peko/source/buildroot/testsdl/host/bin:/home/peko/source/buildroot/testsdl/host/usr/bin:/home/peko/source/buildroot/testsdl/host/usr/sbin/:/home/peko/bin:/home/peko/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/opt/barco/current/usr/bin:/opt/barco/current/usr/bin"
> PERLLIB="/home/peko/source/buildroot/testsdl/host/usr/lib/perl"
>  /usr/bin/make -j8  -C
> /home/peko/source/buildroot/testsdl/build/sdl_gfx-2.0.24/
> CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash
> /home/peko/source/buildroot/testsdl/build/sdl_gfx-2.0.24/missing --run
> aclocal-1.11 -I m4
>
> I haven't figured out why yet. 2.0.23 builds fine and I don't see any
> significant changes to the build system between 23 and 24 (besides that
> aclocal.m4 has been generated by a newer aclocal version).
>
> So I've changed it to use 2.0.23 for now instead.
>
> --
> Bye, Peter Korsgaard
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130124/ee856b0d/attachment-0002.html>


More information about the buildroot mailing list