* [Buildroot] failure to bump libxml2 to version 2.7.6 : libtool-patch error
@ 2009-11-25 23:19 Sagaert Johan
2009-11-25 23:28 ` Lionel Landwerlin
2009-11-26 12:41 ` Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Sagaert Johan @ 2009-11-25 23:19 UTC (permalink / raw)
To: buildroot
Hi
In order to use the latest libxml 2.7.6 with a lot bugs fixed
I get this error when building : (just changed the version in the
libxml2.mk)
I don't see why a libtool-patch is been applied since there are no patch
files in the package directory.
#make
Checking build system dependencies:
Overriding $(DL_DIR) in '.config'. Ok
External download directory: Ok (/home/johan/dl)
CC clean: Ok
CXX clean: Ok
CPP clean: Ok
CFLAGS clean: Ok
INCLUDES clean: Ok
CXXFLAGS clean: Ok
which installed: Ok
sed works: Ok (/bin/sed)
GNU make version '3.81': Ok
C compiler '/usr/bin/gcc'
C compiler version '4.3.2': Ok
C++ compiler '/usr/bin/g++'
C++ compiler version '4.3.2': Ok
awk installed: Ok
bash installed: Ok
bison installed: Ok
flex installed: Ok
gettext installed: Ok
makeinfo installed: Ok
patch installed: Ok
Build system dependencies: Ok
rm -rf /home/johan/buildroot/output/build/buildroot-config
mkdir -p /home/johan/buildroot/output/build
cp -dpRf package/config/buildroot-config
/home/johan/buildroot/output/build/buildroot-config
cp -dpf /home/johan/buildroot/output/build/u-boot-2009.11/tools/mkimage
/home/johan/buildroot/output/build/staging_dir/usr/bin/
^[[7m>>> libxml2 2.7.6 Patching libtool^[[27m
Applying buildroot-libtool.patch using plaintext:
patching file ltmain.sh
Hunk #1 FAILED at 273.
Hunk #2 FAILED at 2408.
Hunk #3 FAILED at 2552.
Hunk #4 FAILED at 2896.
Hunk #5 FAILED at 5623.
Hunk #6 FAILED at 5948.
6 out of 6 hunks FAILED -- saving rejects to file ltmain.sh.rej
Patch failed! Please fix buildroot-libtool.patch!
make: ***
[/home/johan/buildroot/output/build/libxml2-2.7.6/.stamp_libtool_patch]
Error 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20091126/d2d02ef1/attachment.htm>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] failure to bump libxml2 to version 2.7.6 : libtool-patch error
2009-11-25 23:19 [Buildroot] failure to bump libxml2 to version 2.7.6 : libtool-patch error Sagaert Johan
@ 2009-11-25 23:28 ` Lionel Landwerlin
2009-11-26 12:41 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Lionel Landwerlin @ 2009-11-25 23:28 UTC (permalink / raw)
To: buildroot
Which version of buildroot ?
Le jeudi 26 novembre 2009 ? 00:19 +0100, Sagaert Johan a ?crit :
> Hi
>
> In order to use the latest libxml 2.7.6 with a lot bugs fixed
> I get this error when building : (just changed the version in the
> libxml2.mk)
>
> I don't see why a libtool-patch is been applied since there are no
> patch files in the package directory.
>
>
> #make
>
> Checking build system dependencies:
> Overriding $(DL_DIR) in '.config'. Ok
> External download directory: Ok (/home/johan/dl)
> CC clean: Ok
> CXX clean: Ok
> CPP clean: Ok
> CFLAGS clean: Ok
> INCLUDES clean: Ok
> CXXFLAGS clean: Ok
> which installed: Ok
> sed works: Ok (/bin/sed)
> GNU make version '3.81': Ok
> C compiler '/usr/bin/gcc'
> C compiler version '4.3.2': Ok
> C++ compiler '/usr/bin/g++'
> C++ compiler version '4.3.2': Ok
> awk installed: Ok
> bash installed: Ok
> bison installed: Ok
> flex installed: Ok
> gettext installed: Ok
> makeinfo installed: Ok
> patch installed: Ok
> Build system dependencies: Ok
>
> rm -rf /home/johan/buildroot/output/build/buildroot-config
> mkdir -p /home/johan/buildroot/output/build
> cp -dpRf
> package/config/buildroot-config /home/johan/buildroot/output/build/buildroot-config
> cp
> -dpf /home/johan/buildroot/output/build/u-boot-2009.11/tools/mkimage /home/johan/buildroot/output/build/staging_dir/usr/bin/
> ^[[7m>>> libxml2 2.7.6 Patching libtool^[[27m
>
> Applying buildroot-libtool.patch using plaintext:
> patching file ltmain.sh
> Hunk #1 FAILED at 273.
> Hunk #2 FAILED at 2408.
> Hunk #3 FAILED at 2552.
> Hunk #4 FAILED at 2896.
> Hunk #5 FAILED at 5623.
> Hunk #6 FAILED at 5948.
> 6 out of 6 hunks FAILED -- saving rejects to file ltmain.sh.rej
> Patch failed! Please fix buildroot-libtool.patch!
> make: ***
> [/home/johan/buildroot/output/build/libxml2-2.7.6/.stamp_libtool_patch] Error 1
>
>
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] failure to bump libxml2 to version 2.7.6 : libtool-patch error
@ 2009-11-26 12:19 Sagaert Johan
0 siblings, 0 replies; 4+ messages in thread
From: Sagaert Johan @ 2009-11-26 12:19 UTC (permalink / raw)
To: buildroot
Hi
I am using 2009.11rc1 , but 2009.08 gives the same problem
Johan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20091126/15f7371d/attachment.htm>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] failure to bump libxml2 to version 2.7.6 : libtool-patch error
2009-11-25 23:19 [Buildroot] failure to bump libxml2 to version 2.7.6 : libtool-patch error Sagaert Johan
2009-11-25 23:28 ` Lionel Landwerlin
@ 2009-11-26 12:41 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2009-11-26 12:41 UTC (permalink / raw)
To: buildroot
>>>>> "Sagaert" == Sagaert Johan <sagaert.johan@skynet.be> writes:
Sagaert> Hi
Sagaert> In order to use the latest libxml 2.7.6 with a lot bugs fixed
Sagaert> I get this error when building : (just changed the version in the libxml2.mk)
Sagaert> I don't see why a libtool-patch is been applied since there
Sagaert> are no patch files in the package directory.
<package>_LIBTOOL_PATCH defaults to YES, so set it to NO if you don't
want it, E.G. add:
LIBXML2_LIBTOOL_PATCH = NO to package/libxml2/libxml2.mk
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-11-26 12:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-25 23:19 [Buildroot] failure to bump libxml2 to version 2.7.6 : libtool-patch error Sagaert Johan
2009-11-25 23:28 ` Lionel Landwerlin
2009-11-26 12:41 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2009-11-26 12:19 Sagaert Johan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox