[oe] iputils fails to build due to missing sgmlspl

Tom Rini tom_rini at mentor.com
Fri Aug 13 21:32:52 UTC 2010


AJ ONeal wrote:
> This is with a fresh install of oe and bitbake (as per the gumstix docs)
> 
> |
> /mnt/data/Code/overo-oe/tmp/sysroots/i686-linux/usr/armv7a/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld:
> warning: libc.so, needed by
> /mnt/data/Code/overo-oe/tmp/sysroots/i686-linux/usr/armv7a/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/lib/libgcc_s.so,
> not found (try using -rpath or -rpath-link)
> | make -C doc man
> | make[1]: Entering directory
> `/mnt/data/Code/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/iputils-20071127-r1/iputils_20071127.orig/doc'
> | /bin/sh: sgmlspl: command not found
> | make[1]: *** [arping.8] Error 127
> | make[1]: Leaving directory
> `/mnt/data/Code/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/iputils-20071127-r1/iputils_20071127.orig/doc'
> | make: *** [man] Error 2
> | FATAL: oe_runmake failed
> 
> 
> The problem is not solved by
> bitbake -c clean iputils; bitbake sgmlspl; bitbake iputils

You would need to do bitbake sgmlspl-native ; bitbake iputils, to get 
sgmlspl that runs on the host.  sgmlspl-native will bring in perl-native 
  and some other stuff, FYI.

-- 
Tom Rini
Mentor Graphics Corporation




More information about the Openembedded-devel mailing list