ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] How do I generate a patch?


From: Eric Nelson
Subject: Re: [Ltib] How do I generate a patch?
Date: Mon, 05 Jul 2010 21:17:23 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

On 07/05/2010 07:42 PM, Eric Nelson wrote:
Hello all,

I ran into the same problem as reported in this Freescale forum:
http://forums.freescale.com/t5/i-MX-Microprocessors/iMX25-SDK-LTIB-error-with-Ubuntu/m-p/56368


I'm also using a Freescale release and an Ubuntu dev station (10.04) and
was
attempting to build the FSL Gnome release package for i.MX5x.

I traced the problem down to gtkhtml-3.24.2/gtkhtml/Makefile.am, which
includes
/usr/include in the build, leaking host header files into the
cross-compile:

INCLUDES = \
-I$(top_srcdir) \
-I$(srcdir) \
-I/usr/include \
$(GTKHTML_CFLAGS) \

Removing that line allowed my build to complete successfully.

I tried running ./ltib -m patchmerge -p gtkhtml but ended up with a huge
patch
that had nothing to do with removal of the line.

I'm presuming that this is because the 'distclean' target in gtkhtml isn't
functioning properly, but since I'm a total ltib noob, that's a SWAG based
on another comment on the ltib ML.


Okay, I'm figuring this out. I was able to clean things up by rm'ing rpm/BUILD/gtkhtml-3.24.2/, removing the patch reference in dist/lfs-5.1/gtk2/gtkhtml.spec
and /opt/freescale/pkgs, I was able to stop after preparing the patch (before
building) and get a clean patch.


generate a

Attachment: gtkhtml-3.24.2-1278389569.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]