Re: [oe] Build failing on glib

2010-08-23 Thread J. L.
Sorry I forgot to try building it on its own before posting but it
built and my image is going on now. Though I find it weird that it
would fail even after deleting the temp file and cleaning. Though now
here is a new message I caught. Saying another package may break
because of glibc and a un matching library.

For the record I am building on a ubuntu 9.10 machine in case that may help.

NOTE: Running task 553 of 813 (ID: 284,
/home/vdubhack/overo-oe/org.openembedded.dev/recipes/glibc/glibc_2.9.bb,
do_package)
NOTE: generation of binary locales disabled. this may break i18n!
NOTE: the following files were installed but not shipped in any package:
NOTE:   /etc/rpc
NOTE: Multiple libraries (libnss_nisplus.so.2, libnss_hesiod.so.2,
libnss_nis.so.2) found, but LEAD_SONAME 'libc.so' doesn't match any of
them
NOTE: Couldn't find shared library provider for libgcc_s.so.1
NOTE: package glibc-dbg skipped


On Mon, Aug 23, 2010 at 2:52 PM, Steve Sakoman  wrote:
> On Mon, Aug 23, 2010 at 2:37 PM, J. L.  wrote:
>> I am building for an overo fire and have tried cleaning the recipe
>> deleting the entire tmp dir and still get stuck on this one file. I
>> have no clue how to even try to fix this one for myself would
>> appreciate some help.
>
> I've never seen this issue myself, but you might try:
>
> bitbake glib-2.0-native
>
> And then try to build your image.
>
> Let us know if this helps.
>
> Steve
>
> Here is as much of the error left in the
>> terminal:
>>
>> | checking whether to enable garbage collector friendliness... no
>> | checking whether to disable memory pools... no
>> | checking for arm-angstrom-linux-gnueabi-gcc... (cached)
>> arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
>> -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
>> | checking whether we are using the GNU C compiler... (cached) yes
>> | checking whether arm-angstrom-linux-gnueabi-gcc -march=armv7-a
>> -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
>> -mno-thumb accepts -g... (cached) yes
>> | checking for arm-angstrom-linux-gnueabi-gcc -march=armv7-a
>> -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
>> -mno-thumb option to accept ISO C89... (cached) none needed
>> | checking dependency style of arm-angstrom-linux-gnueabi-gcc
>> -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
>> -mthumb-interwork -mno-thumb... (cached) gcc3
>> | checking how to run the C preprocessor... arm-angstrom-linux-gnueabi-gcc -E
>> | checking for arm-angstrom-linux-gnueabi-c++...
>> arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8
>> -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
>> | checking whether we are using the GNU C++ compiler... yes
>> | checking whether arm-angstrom-linux-gnueabi-g++ -march=armv7-a
>> -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
>> -mno-thumb accepts -g... yes
>> | checking dependency style of arm-angstrom-linux-gnueabi-g++
>> -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
>> -mthumb-interwork -mno-thumb... gcc3
>> | checking for arm-angstrom-linux-gnueabi-gcc... (cached)
>> arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
>> -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
>> | checking whether we are using the GNU C compiler... (cached) yes
>> | checking whether arm-angstrom-linux-gnueabi-gcc -march=armv7-a
>> -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
>> -mno-thumb accepts -g... (cached) yes
>> | checking for arm-angstrom-linux-gnueabi-gcc -march=armv7-a
>> -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
>> -mno-thumb option to accept ISO C89... (cached) none needed
>> | checking dependency style of arm-angstrom-linux-gnueabi-gcc
>> -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
>> -mthumb-interwork -mno-thumb... (cached) gcc3
>> | checking whether arm-angstrom-linux-gnueabi-gcc -march=armv7-a
>> -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
>> -mno-thumb and cc understand -c and -o together... yes
>> | checking for special C compiler options needed for large files... no
>> | checking for _FILE_OFFSET_BITS value needed for large files... 64
>> | checking for pkg-config...
>> /home/vdubhack/overo-oe/tmp/sysroots/i686-linux/usr/bin/pkg-config
>> | checking for gawk... (cached) gawk
>> | checking for perl5... no
>> | checking for perl... perl
>> | checking for indent... no
>> | checking for perl... /usr/bin/perl
>> | checking for a Python interpreter with version >= 2.4... python
>> | checking for python...
>> /home/vdubhack/overo-oe/tmp/sysroots/i686-linux/usr/bin/python
>> | checking for python version... 2.6
>> | checking for python platform... linux2
>> | checking for python script directory... 
>> ${prefix}/lib/python2.6/site-packages
>> | checking for python extension module directory...
>> ${exec_prefix}/lib/python2.6/site-packages
>> | checking for iconv_open... yes
>> | checking for grep that handles lon

Re: [oe] Build failing on glib

2010-08-23 Thread Steve Sakoman
On Mon, Aug 23, 2010 at 2:37 PM, J. L.  wrote:
> I am building for an overo fire and have tried cleaning the recipe
> deleting the entire tmp dir and still get stuck on this one file. I
> have no clue how to even try to fix this one for myself would
> appreciate some help.

I've never seen this issue myself, but you might try:

bitbake glib-2.0-native

And then try to build your image.

Let us know if this helps.

Steve

Here is as much of the error left in the
> terminal:
>
> | checking whether to enable garbage collector friendliness... no
> | checking whether to disable memory pools... no
> | checking for arm-angstrom-linux-gnueabi-gcc... (cached)
> arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
> -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
> | checking whether we are using the GNU C compiler... (cached) yes
> | checking whether arm-angstrom-linux-gnueabi-gcc -march=armv7-a
> -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
> -mno-thumb accepts -g... (cached) yes
> | checking for arm-angstrom-linux-gnueabi-gcc -march=armv7-a
> -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
> -mno-thumb option to accept ISO C89... (cached) none needed
> | checking dependency style of arm-angstrom-linux-gnueabi-gcc
> -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
> -mthumb-interwork -mno-thumb... (cached) gcc3
> | checking how to run the C preprocessor... arm-angstrom-linux-gnueabi-gcc -E
> | checking for arm-angstrom-linux-gnueabi-c++...
> arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8
> -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
> | checking whether we are using the GNU C++ compiler... yes
> | checking whether arm-angstrom-linux-gnueabi-g++ -march=armv7-a
> -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
> -mno-thumb accepts -g... yes
> | checking dependency style of arm-angstrom-linux-gnueabi-g++
> -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
> -mthumb-interwork -mno-thumb... gcc3
> | checking for arm-angstrom-linux-gnueabi-gcc... (cached)
> arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
> -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
> | checking whether we are using the GNU C compiler... (cached) yes
> | checking whether arm-angstrom-linux-gnueabi-gcc -march=armv7-a
> -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
> -mno-thumb accepts -g... (cached) yes
> | checking for arm-angstrom-linux-gnueabi-gcc -march=armv7-a
> -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
> -mno-thumb option to accept ISO C89... (cached) none needed
> | checking dependency style of arm-angstrom-linux-gnueabi-gcc
> -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
> -mthumb-interwork -mno-thumb... (cached) gcc3
> | checking whether arm-angstrom-linux-gnueabi-gcc -march=armv7-a
> -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
> -mno-thumb and cc understand -c and -o together... yes
> | checking for special C compiler options needed for large files... no
> | checking for _FILE_OFFSET_BITS value needed for large files... 64
> | checking for pkg-config...
> /home/vdubhack/overo-oe/tmp/sysroots/i686-linux/usr/bin/pkg-config
> | checking for gawk... (cached) gawk
> | checking for perl5... no
> | checking for perl... perl
> | checking for indent... no
> | checking for perl... /usr/bin/perl
> | checking for a Python interpreter with version >= 2.4... python
> | checking for python...
> /home/vdubhack/overo-oe/tmp/sysroots/i686-linux/usr/bin/python
> | checking for python version... 2.6
> | checking for python platform... linux2
> | checking for python script directory... 
> ${prefix}/lib/python2.6/site-packages
> | checking for python extension module directory...
> ${exec_prefix}/lib/python2.6/site-packages
> | checking for iconv_open... yes
> | checking for grep that handles long lines and -e... /bin/grep
> | checking for egrep... /bin/grep -E
> | checking whether we are using the GNU C Library 2.1 or newer... yes
> | checking Whether to cache iconv descriptors... no
> | checking for ANSI C header files... yes
> | checking for sys/types.h... yes
> | checking for sys/stat.h... yes
> | checking for stdlib.h... yes
> | checking for string.h... yes
> | checking for memory.h... yes
> | checking for strings.h... yes
> | checking for inttypes.h... yes
> | checking for stdint.h... yes
> | checking for unistd.h... yes
> | checking for inflate in -lz... yes
> | checking zlib.h usability... yes
> | checking zlib.h presence... yes
> | checking for zlib.h... yes
> | checking locale.h usability... yes
> | checking locale.h presence... yes
> | checking for locale.h... yes
> | checking for LC_MESSAGES... yes
> | checking libintl.h usability... yes
> | checking libintl.h presence... yes
> | checking for libintl.h... yes
> | checking for ngettext in libc... yes
> | checking for dgettext in libc... yes
> | checking for bind_textdom

Re: [oe] Build failing on glib

2010-08-23 Thread AJ ONeal
>
> | checking for *glib-genmarshal*... no
> | configure: *error*: Could not find a *glib-genmarshal* in your PATH
> NOTE: Task failed:
>
> /home/vdubhack/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/glib-2.0-2.24.1-r0/temp/log.do_configure.28085
> ERROR: TaskFailed event exception, aborting
> ERROR: Build of
> /home/vdubhack/overo-oe/org.openembedded.dev/recipes/glib-2.0/
> glib-2.0_2.24.1.bb
> do_configure failed
> ERROR: Task 8
> (/home/vdubhack/overo-oe/org.openembedded.dev/recipes/glib-2.0/
> glib-2.0_2.24.1.bb,
> do_configure) failed
> NOTE: Tasks Summary: Attempted 4 tasks of which 4 didn't need to be
> rerun and 1 failed.
> ERROR: '/home/vdubhack/overo-oe/org.openembedded.dev/recipes/glib-2.0/
> glib-2.0_2.24.1.bb'
> failed
>

Have you tried to install glib-genmarshal or glib-genmarshal-native?
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] Build failing on glib

2010-08-23 Thread J. L.
I am building for an overo fire and have tried cleaning the recipe
deleting the entire tmp dir and still get stuck on this one file. I
have no clue how to even try to fix this one for myself would
appreciate some help. Here is as much of the error left in the
terminal:

| checking whether to enable garbage collector friendliness... no
| checking whether to disable memory pools... no
| checking for arm-angstrom-linux-gnueabi-gcc... (cached)
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
| checking whether we are using the GNU C compiler... (cached) yes
| checking whether arm-angstrom-linux-gnueabi-gcc -march=armv7-a
-mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
-mno-thumb accepts -g... (cached) yes
| checking for arm-angstrom-linux-gnueabi-gcc -march=armv7-a
-mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
-mno-thumb option to accept ISO C89... (cached) none needed
| checking dependency style of arm-angstrom-linux-gnueabi-gcc
-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
-mthumb-interwork -mno-thumb... (cached) gcc3
| checking how to run the C preprocessor... arm-angstrom-linux-gnueabi-gcc -E
| checking for arm-angstrom-linux-gnueabi-c++...
arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
| checking whether we are using the GNU C++ compiler... yes
| checking whether arm-angstrom-linux-gnueabi-g++ -march=armv7-a
-mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
-mno-thumb accepts -g... yes
| checking dependency style of arm-angstrom-linux-gnueabi-g++
-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
-mthumb-interwork -mno-thumb... gcc3
| checking for arm-angstrom-linux-gnueabi-gcc... (cached)
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
| checking whether we are using the GNU C compiler... (cached) yes
| checking whether arm-angstrom-linux-gnueabi-gcc -march=armv7-a
-mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
-mno-thumb accepts -g... (cached) yes
| checking for arm-angstrom-linux-gnueabi-gcc -march=armv7-a
-mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
-mno-thumb option to accept ISO C89... (cached) none needed
| checking dependency style of arm-angstrom-linux-gnueabi-gcc
-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
-mthumb-interwork -mno-thumb... (cached) gcc3
| checking whether arm-angstrom-linux-gnueabi-gcc -march=armv7-a
-mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork
-mno-thumb and cc understand -c and -o together... yes
| checking for special C compiler options needed for large files... no
| checking for _FILE_OFFSET_BITS value needed for large files... 64
| checking for pkg-config...
/home/vdubhack/overo-oe/tmp/sysroots/i686-linux/usr/bin/pkg-config
| checking for gawk... (cached) gawk
| checking for perl5... no
| checking for perl... perl
| checking for indent... no
| checking for perl... /usr/bin/perl
| checking for a Python interpreter with version >= 2.4... python
| checking for python...
/home/vdubhack/overo-oe/tmp/sysroots/i686-linux/usr/bin/python
| checking for python version... 2.6
| checking for python platform... linux2
| checking for python script directory... ${prefix}/lib/python2.6/site-packages
| checking for python extension module directory...
${exec_prefix}/lib/python2.6/site-packages
| checking for iconv_open... yes
| checking for grep that handles long lines and -e... /bin/grep
| checking for egrep... /bin/grep -E
| checking whether we are using the GNU C Library 2.1 or newer... yes
| checking Whether to cache iconv descriptors... no
| checking for ANSI C header files... yes
| checking for sys/types.h... yes
| checking for sys/stat.h... yes
| checking for stdlib.h... yes
| checking for string.h... yes
| checking for memory.h... yes
| checking for strings.h... yes
| checking for inttypes.h... yes
| checking for stdint.h... yes
| checking for unistd.h... yes
| checking for inflate in -lz... yes
| checking zlib.h usability... yes
| checking zlib.h presence... yes
| checking for zlib.h... yes
| checking locale.h usability... yes
| checking locale.h presence... yes
| checking for locale.h... yes
| checking for LC_MESSAGES... yes
| checking libintl.h usability... yes
| checking libintl.h presence... yes
| checking for libintl.h... yes
| checking for ngettext in libc... yes
| checking for dgettext in libc... yes
| checking for bind_textdomain_codeset... yes
| checking for msgfmt...
/home/vdubhack/overo-oe/tmp/sysroots/i686-linux/usr/bin/msgfmt
| checking for dcgettext... yes
| checking if msgfmt accepts -c... yes
| checking for gmsgfmt...
/home/vdubhack/overo-oe/tmp/sysroots/i686-linux/usr/bin/msgfmt
| checking for xgettext...
/home/vdubhack/overo-oe/tmp/sysroots/i686-linux/usr/bin/xgettext
| checking for catalogs to be