From: Claus Klein <claus.klein@arcormail.de>
To: buildroot@busybox.net
Subject: [Buildroot] install uClibc daily snapshot failes
Date: Wed, 17 Jan 2007 08:33:04 +0100 [thread overview]
Message-ID: <200701170833.04970.claus.klein@arcormail.de> (raw)
Hi all!
I'm not able to build uClibc daily snapshot:
# Host: Linux P3linux 2.6.16.21-0.25-default #1 Tue Sep 19 07:26:15 UTC 2006 i686 i686 i386 GNU/Linux
# Target Architecture (powerpc)
make[1]: Leaving directory `/home/claus/src/buildroot/toolchain_build_powerpc/uClibc'
touch -c /home/claus/src/buildroot/toolchain_build_powerpc/uClibc/lib/libc.a
make -C /home/claus/src/buildroot/toolchain_build_powerpc/uClibc \
PREFIX= \
DEVEL_PREFIX=/tools/LinuxCDK/ \
RUNTIME_PREFIX=/tools/LinuxCDK/ \
install_runtime install_dev
make[1]: Entering directory `/home/claus/src/buildroot/toolchain_build_powerpc/uClibc'
install -d /tools/LinuxCDK/lib
install -m 644 lib/lib*-0.9.29.so \
/tools/LinuxCDK/lib
cd lib && tar -cf - *.so.* | tar -xf - -C /tools/LinuxCDK/lib
tar: error while loading shared libraries: libpthread.so.0: ELF file data encoding not little-endian
tar: error while loading shared libraries: libpthread.so.0: ELF file data encoding not little-endian
make[1]: *** [install_runtime] Fehler 127
make[1]: Leaving directory `/home/claus/src/buildroot/toolchain_build_powerpc/uClibc'
make: *** [/tools/LinuxCDK/lib/libc.a] Fehler 2
You have new mail in /var/spool/mail/claus
claus at P3linux:~/src/buildroot>
It seems, the problem is in target:
# Installs run-time libraries
install_runtime:
...
cd lib && $(TAR) -cf - *.so.* | $(TAR) -xf - -C $(PREFIX)$(RUNTIME_PREFIX)lib
...
# failes! -:((
This version:
# Installs run-time libraries
install_runtime:
...
$(TAR) -C lib -cf - $(notdir $(wildcard lib/*.so.*)) | $(TAR) -xf - -C $(PREFIX)$(RUNTIME_PREFIX)lib
...
# works fine; -:) ck
Bye
Claus
next reply other threads:[~2007-01-17 7:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-17 7:33 Claus Klein [this message]
2007-01-17 18:13 ` [Buildroot] install uClibc daily snapshot failes Bernhard Fischer
2007-01-17 20:14 ` Claus Klein
2007-01-18 10:29 ` Bernhard Fischer
2007-01-19 15:51 ` Claus Klein
2007-01-19 19:44 ` Bernhard Fischer
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=200701170833.04970.claus.klein@arcormail.de \
--to=claus.klein@arcormail.de \
--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.