[Openembedded-users] sysklogd_1.5 installatio,
Pranav S
pranav026 at gmail.com
Fri Jun 19 12:35:12 UTC 2009
Dear All,
I am trying to install sysklogd_1.5, but I am getting errors while,
stripping the binaries, OE is using PC strip(compiled for i686), and giving
me errors as follows,
ERROR: function do_install failed
*************************************************
And in log file I came across,
: :
/usr/bin/install -m 644 klogd.8
/home/ramya/Project/OpenEmbedded/OEBuild/Build_Out/work/mipsel-linux/sysklogd-1.5-r0/image/usr/share/man/man8/klogd.8
/usr/bin/install -m 500 -s syslogd
/home/ramya/Project/OpenEmbedded/OEBuild/Build_Out/work/mipsel-linux/sysklogd-1.5-r0/image/usr/bin/syslogd
strip: Unable to recognise the format of the input file
`/home/ramya/Project/OpenEmbedded/OEBuild/Build_Out/work/mipsel-linux/sysklogd-1.5-r0/image/usr/bin/syslogd'my
/usr/bin/install: strip process terminated abnormally
make: *** [install_exec] Error 1
FATAL: oe_runmake failed
************************************************
And the recipe for doing this is,
*****************************************
LICENSE = "GPL"
SECTION = "base"
DESCRIPTION = "The sysklogd package implements \
two system log daemons."
SRC_URI = "
http://www.ibiblio.org/pub/Linux/system/daemons/sysklogd-${PV}.tar.gz \
file://nonrootinstall.patch;patch=1"
CFLAGS_append = " -DSYSV"
do_install () {
install -d ${D}${mandir}/man8 \
${D}${mandir}/man5 \
${D}${bindir}
oe_runmake 'BINDIR=${D}${bindir}' \
'MANDIR=${D}${mandir}' install
}
********************************************
Am I missing anything here? Which files need to checked other than recipe?
--
Pranav Subhedar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-users/attachments/20090619/4850829f/attachment-0002.html>
More information about the Openembedded-users
mailing list