[oe-issues] [Bug 2374] New: gaim doesn't find bonobo.h

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Fri May 25 06:27:33 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=2374

           Summary: gaim doesn't find bonobo.h
           Product: Openembedded
           Version: Angstrom
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Distributions
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: jbs at bandos.homelinux.com
         QAContact: tinderbox-oe at gmx.net


When building meta-gpe, gaim fails to build looking for bonobo.h:

NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to
increase performance.
NOTE: Handling BitBake files: | (4578/4578) [100 %]
NOTE: Parsing finished. 4366 cached, 10 parsed, 202 skipped, 0 masked.
NOTE: build 200705242029: started

OE Build Configuration:
BB_VERSION     = "1.8.3"
OE_REVISION    = "882b6a3af2db48cf9b813c1da6649256fcec396d"
TARGET_ARCH    = "arm"
TARGET_OS      = "linux-gnueabi"
MACHINE        = "akita"
DISTRO         = "angstrom"
DISTRO_VERSION = "test-20070524"
TARGET_FPU     = "soft"

[...]

|       then mv -f ".deps/gevolution.Tpo" ".deps/gevolution.Plo"; else rm -f
".deps/gevolution.Tpo"; exit 1; fi
| if /bin/sh ../../arm-angstrom-linux-gnueabi-libtool --silent --tag=CC
--mode=compile ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te
-mtune=xscale -DHAVE_CONFIG_H -I.
-I/home/jbs/oe/akita.x11/tmp/work/armv5te-angstrom-linux-gnueabi/gaim-2.0.0-cvs-mco1-20050904-r3/gaim/plugins/gevolution
-I../..  -DDATADIR=\"/usr/share\" -DVERSION=\"2.0.0cvs\"
-I/home/jbs/oe/akita.x11/tmp/work/armv5te-angstrom-linux-gnueabi/gaim-2.0.0-cvs-mco1-20050904-r3/gaim/src
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/include/libxml2
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/include/evolution-data-server-1.4
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/include/glib-2.0
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/lib/glib-2.0/include
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/include/gconf/2
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/include/dbus-1.0
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/lib/dbus-1.0/include
  
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/include/gtk-2.0
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/lib/gtk-2.0/include
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/include/atk-1.0
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/include/cairo
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/include/pango-1.0
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/include/glib-2.0
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/lib/glib-2.0/include
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/include/freetype2
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/include
-I/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/include/libpng12
  -isystem/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/include
 -isystem/home/jbs/oe/akita.x11/tmp/staging/arm-angstrom-linux-gnueabi/include
-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os
-D_GNU_SOURCE -Wall -g3 -MT eds-utils.lo -MD -MP -MF ".deps/eds-utils.Tpo" -c
-o eds-utils.lo eds-utils.c; \
|       then mv -f ".deps/eds-utils.Tpo" ".deps/eds-utils.Plo"; else rm -f
".deps/eds-utils.Tpo"; exit 1; fi
| add_buddy_dialog.c:31:32: error: bonobo/bonobo-main.h: No such file or
directory
| make[3]: *** [add_buddy_dialog.lo] Error 1
| make[3]: *** Waiting for unfinished jobs....
| gevolution.c:39:60: error: libedata-book/Evolution-DataServer-Addressbook.h:
No such file or directory
| gevolution.c:41:38: error: libebook/e-book-listener.h: No such file or
directory
| gevolution.c:43:32: error: bonobo/bonobo-main.h: No such file or directory
| gevolution.c: In function 'plugin_load':
| gevolution.c:324: warning: implicit declaration of function 'bonobo_activate'
| gevolution.c: In function 'plugin_destroy':
| gevolution.c:370: warning: implicit declaration of function
'bonobo_debug_shutdown'
| gevolution.c: In function 'init_plugin':
| gevolution.c:571: warning: implicit declaration of function
'bonobo_init_full'
| gevolution.c:571: warning: implicit declaration of function
'bonobo_activation_orb_get'
| gevolution.c:572: error: 'CORBA_OBJECT_NIL' undeclared (first use in this
function)
| gevolution.c:572: error: (Each undeclared identifier is reported only once
| gevolution.c:572: error: for each function it appears in.)
| make[3]: *** [gevolution.lo] Error 1
| assoc-buddy.c:33:32: error: bonobo/bonobo-main.h: No such file or directory
| make[3]: *** [assoc-buddy.lo] Error 1
| make[3]: Leaving directory
`/home/jbs/oe/akita.x11/tmp/work/armv5te-angstrom-linux-gnueabi/gaim-2.0.0-cvs-mco1-20050904-r3/gaim/plugins/gevolution'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory
`/home/jbs/oe/akita.x11/tmp/work/armv5te-angstrom-linux-gnueabi/gaim-2.0.0-cvs-mco1-20050904-r3/gaim/plugins'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory
`/home/jbs/oe/akita.x11/tmp/work/armv5te-angstrom-linux-gnueabi/gaim-2.0.0-cvs-mco1-20050904-r3/gaim'
| make: *** [all] Error 2
| FATAL: oe_runmake failed
NOTE: Task failed:
/home/jbs/oe/akita.x11/tmp/work/armv5te-angstrom-linux-gnueabi/gaim-2.0.0-cvs-mco1-20050904-r3/temp/log.do_compile.14610
NOTE: package gaim-2.0.0-cvs-mco1-20050904-r3: task do_compile: failed
ERROR: TaskFailed event exception, aborting
NOTE: package gaim-2.0.0-cvs-mco1-20050904: failed
ERROR: Build of
/home/jbs/oe/org.openembedded.dev/packages/gaim/gaim_2.0.0-cvs-mco1.bb
do_compile failed
ERROR: Task 846
(/home/jbs/oe/org.openembedded.dev/packages/gaim/gaim_2.0.0-cvs-mco1.bb,
do_compile) failed
NOTE: Tasks Summary: Attempted 3040 tasks of which 3006 didn't need to be rerun
and 1 failed.
ERROR: '/home/jbs/oe/org.openembedded.dev/packages/gaim/gaim_2.0.0-cvs-mco1.bb'
failed

------------------------
$ find . -name bonobo-main.h
./tmp/staging/arm-angstrom-linux-gnueabi/include/libbonobo-2.0/bonobo/bonobo-main.h
./tmp/work/armv5te-angstrom-linux-gnueabi/libbonobo-2.14.0-r1/libbonobo-2.14.0/bonobo/bonobo-main.h
./tmp/work/armv5te-angstrom-linux-gnueabi/libbonobo-2.14.0-r1/install/libbonobo-dev/usr/include/libbonobo-2.0/bonobo/bonobo-main.h


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list