From: Hebbar <gururajakr@sanyo.co.in>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libxml2 build fails due to incurrect folder mention
Date: Wed, 6 Feb 2008 00:39:36 -0800 (PST) [thread overview]
Message-ID: <15306305.post@talk.nabble.com> (raw)
Hi all,I am trying to build libxml2 for arm926ejs toolchain with buildroot
snapshot of 050208 and i get below mentioned error.
I have copied teh patch to fix this.
cp -af
/home/guru/project/original/bldrt/buildroot/build_arm/libxml2-2.6.29/include/libxml
/home/guru/project/original/bldrt/buildroot/build_arm/staging_dir/usr/include/libxml2
touch -c
/home/guru/project/original/bldrt/buildroot/build_arm/staging_dir/usr/include/libxml2
cp -af
/home/guru/project/original/bldrt/buildroot/build_arm/libxml2-2.6.29/usr/include/libxml2
/home/guru/project/original/bldrt/buildroot/project_build_arm/uclibc/root/usr/include/libxml2
cp: cannot stat
`/home/guru/project/original/bldrt/buildroot/build_arm/libxml2-2.6.29/usr/include/libxml2':
No such file or directory
make: ***
[/home/guru/project/original/bldrt/buildroot/project_build_arm/uclibc/root/usr/include/libxml2]
Error 1
root at guru_vlinux:/home/guru/project/original/bldrt/buildroot#
Patch
------
--- libxml2_mk.orig 2008-02-05 03:15:24.000000000 -0500
+++ libxml2.mk 2008-02-06 20:10:48.000000000 -0500
@@ -70,7 +70,7 @@ $(STAGING_DIR)/usr/include/libxml2: $(TA
touch -c $@
$(TARGET_DIR)/usr/include/libxml2: libxml2-headers
- cp -af $(LIBXML2_DIR)/usr/include/libxml2
$(TARGET_DIR)/usr/include/libxml2
+ cp -af $(STAGING_DIR)/usr/include/libxml2
$(TARGET_DIR)/usr/include/libxml2
touch -c $@
$(TARGET_DIR)/usr/include/libxml: libxml2-headers
Regards
Gururaja
--
View this message in context: http://www.nabble.com/-PATCH--libxml2-build-fails-due-to-incurrect-folder-mention-tp15306305p15306305.html
Sent from the BuildRoot mailing list archive at Nabble.com.
reply other threads:[~2008-02-06 8:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15306305.post@talk.nabble.com \
--to=gururajakr@sanyo.co.in \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.