All of lore.kernel.org
 help / color / mirror / Atom feed
* Checkin policy??
@ 2010-07-27  3:08 Gary Thomas
  2010-07-27  3:17 ` Chris Larson
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2010-07-27  3:08 UTC (permalink / raw)
  To: openembedded-devel

Surely, there must not be any or else simple compile errors wouldn't get through :-(

Trying to build angstrom-gnome-image, MACHINE=beagleboard, DISTRO=angstrom, latest
org.openembedded.dev:
   commit 45fc36a32fb23c513833d7e27fb4b9cd8be68fb5
   Author: Chris Larson <clarson@kergoth.com>
   Date:   Sun Jun 20 14:35:05 2010 -0700

NOTE: package perl-5.8.8-r35: task do_configure: Started
NOTE: <type 'exceptions.NameError'>:name 'siteinfo_get_bits' is not defined while evaluating:
         # Make hostperl in build directory be the native perl
         ln -sf /local/Angstrom_BeagleBoard/tmp/sysroots/i686-linux/usr/bin/perl5.8.8 hostperl

         # Do out work in the cross subdir
         cd Cross

         # Generate configuration
         rm -f config.sh-arm-linux-gnueabi
         for i in /local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/perl-5.8.8-r35/config.sh \
                  /local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/perl-5.8.8-r35/config.sh-${@siteinfo_get_bits(d)} \
                  /local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/perl-5.8.8-r35/config.sh-${@siteinfo_get_bits(d)}-${@siteinfo_get_endianess(d)}; do
             cat $i >> config.sh-arm-linux-gnueabi
         done

         # Fixups for uclibc
         if [ "linux-gnueabi" = "linux-uclibc" -o "linux-gnueabi" = "linux-uclibceabi" ]; then
                 sed -i -e "s,\(d_crypt_r=\)'define',\1'undef',g" \
                        -e "s,\(d_futimes=\)'define',\1'undef',g" \
                        -e "s,\(crypt_r_proto=\)'\w+',\1'0',g" \
                        -e "s,\(d_getnetbyname_r=\)'define',\1'undef',g" \
                        -e "s,\(getnetbyname_r_proto=\)'\w+',\1'0',g" \
                        -e "s,\(d_getnetbyaddr_r=\)'define',\1'undef',g" \
                        -e "s,\(getnetbyaddr_r_proto=\)'\w+',\1'0',g" \
                        -e "s,\(d_getnetent_r=\)'define',\1'undef',g" \
                        -e "s,\(getnetent_r_proto=\)'\w+',\1'0',g" \
                        -e "s,\(d_sockatmark=\)'define',\1'undef',g" \
                        -e "s,\(d_sockatmarkproto=\)'\w+',\1'0',g" \
                     config.sh-arm-linux-gnueabi
         fi

         # Update some paths in the configuration
         sed -i -e 's,@DESTDIR@,/local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/perl-5.8.8-r35/image,g' \
                -e 's,@ARCH@,arm-linux-gnueabi,g' \
                -e "s%/usr/include/%/local/Angstrom_BeagleBoard/tmp/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/%g" \
                -e 's,/usr/,/usr/,g' \
             config.sh-arm-linux-gnueabi

         if test "beagleboard" != "native"; then
             # These are strewn all over the source tree
             for foo in `grep -I -m1 \/usr\/include\/.*\\.h /local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/perl-5.8.8-r35/* -r | cut -f 1 -d ":"` ; do
                 echo Fixing: $foo
                 sed -e "s%/usr/include/%/local/Angstrom_BeagleBoard/tmp/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/%g" -i $foo
             done
         fi

         rm -f config
         echo "ARCH = arm" > config
         echo "OS = linux-gnueabi" >> config

ERROR: Function do_configure failed

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-27  7:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-27  3:08 Checkin policy?? Gary Thomas
2010-07-27  3:17 ` Chris Larson
2010-07-27  3:30   ` Gary Thomas
2010-07-27  7:16     ` Frans Meulenbroeks

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.