[oe-issues] [Bug 2708] New: Package gtk+-2.10.14-r1 fails to compile

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Wed Aug 1 11:30:31 CEST 2007


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

           Summary: Package gtk+-2.10.14-r1 fails to compile
           Product: Openembedded
           Version: Angstrom
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Build
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: mael.boutin at gmail.com


Created an attachment (id=1769)
 --> (http://bugs.openembedded.org/attachment.cgi?id=1769)
Full log

Hi,

When bitbaking angstrom-x11-image i encountered the following error (full log
available here: http://pastebin.com/f13b76f93) :

| if /bin/sh ../arm-angstrom-linux-gnueabi-libtool --tag=CC --mode=compile
arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -DHAVE_CONFIG_H -I.
-I/home/DevelUbique/Development/OpenEmbedded/build/tmp/angstrom/work/armv5te-angstrom-linux-gnueabi/gtk+-2.10.14-r1/gtk+-2.10.14/gtk
-I.. -DG_LOG_DOMAIN=\"Gtk\" -DGTK_LIBDIR=\"/usr/lib\"
-DGTK_DATADIR=\"/usr/share\" -DGTK_DATA_PREFIX=\"/usr\"
-DGTK_SYSCONFDIR=\"/etc\" -DGTK_VERSION=\"2.10.14\"
-DGTK_BINARY_VERSION=\"2.10.0\" -DGTK_HOST=\"arm-angstrom-linux-gnueabi\"
-DGTK_COMPILATION -DGTK_PRINT_BACKENDS=\"file,cups\"
-DGTK_PRINT_PREVIEW_COMMAND=\""evince --preview %f"\" -I../gtk
-I/home/DevelUbique/Development/OpenEmbedded/build/tmp/angstrom/work/armv5te-angstrom-linux-gnueabi/gtk+-2.10.14-r1/gtk+-2.10.14
-I../gdk
-I/home/DevelUbique/Development/OpenEmbedded/build/tmp/angstrom/work/armv5te-angstrom-linux-gnueabi/gtk+-2.10.14-r1/gtk+-2.10.14/gdk
-I/home/DevelUbique/Development/OpenEmbedded/build/tmp/angstrom/work/armv5te-angstrom-linux-gnueabi/gtk+-2.10.14-r1/gtk+-2.10.14/gdk-pixbuf
-I../gdk-pixbuf -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED
-DG_DISABLE_CAST_CHECKS -pthread
-I/home/DevelUbique/Development/OpenEmbedded/build/tmp/angstrom/staging/arm-angstrom-linux-gnueabi/include/glib-2.0
-I/home/DevelUbique/Development/OpenEmbedded/build/tmp/angstrom/staging/arm-angstrom-linux-gnueabi/lib/glib-2.0/include
-I/home/DevelUbique/Development/OpenEmbedded/build/tmp/angstrom/staging/arm-angstrom-linux-gnueabi/include/pango-1.0
-I/home/DevelUbique/Development/OpenEmbedded/build/tmp/angstrom/staging/arm-angstrom-linux-gnueabi/include/cairo
-I/home/DevelUbique/Development/OpenEmbedded/build/tmp/angstrom/staging/arm-angstrom-linux-gnueabi/include/freetype2
-I/home/DevelUbique/Development/OpenEmbedded/build/tmp/angstrom/staging/arm-angstrom-linux-gnueabi/include
-I/home/DevelUbique/Development/OpenEmbedded/build/tmp/angstrom/staging/arm-angstrom-linux-gnueabi/include/libpng12
-I/home/DevelUbique/Development/OpenEmbedded/build/tmp/angstrom/staging/arm-angstrom-linux-gnueabi/include/atk-1.0
      
-isystem/home/DevelUbique/Development/OpenEmbedded/build/tmp/angstrom/staging/arm-angstrom-linux-gnueabi/include
-I/home/DevelUbique/Development/OpenEmbedded/build/tmp/angstrom/staging/arm-angstrom-linux-gnueabi/include
   -DG_DISABLE_DEPRECATED
-isystem/home/DevelUbique/Development/OpenEmbedded/build/tmp/angstrom/staging/arm-angstrom-linux-gnueabi/include
-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Wall -MT
gtkframe.lo -MD -MP -MF ".deps/gtkframe.Tpo" -c -o gtkframe.lo gtkframe.c; \
|       then mv -f ".deps/gtkframe.Tpo" ".deps/gtkframe.Plo"; else rm -f
".deps/gtkframe.Tpo"; exit 1; fi
| gtkcombobox.c: In function 'gtk_combo_box_size_request':
| gtkcombobox.c:1859: warning: unused variable 'font_desc'
| gtkcombobox.c:1858: warning: unused variable 'metrics'
| gtkcombobox.c:1857: warning: unused variable 'context'
| gtkcombobox.c:1855: warning: unused variable 'arrow_size'
| gtkcombobox.c:1854: warning: unused variable 'font_size'
| gtkcombobox.c: In function 'gtk_combo_box_size_allocate':
| gtkcombobox.c:1962: error: 'arrow_size' undeclared (first use in this
function)
| gtkcombobox.c:1962: error: (Each undeclared identifier is reported only once
| gtkcombobox.c:1962: error: for each function it appears in.)
| gtkcombobox.c:1965: error: 'font_desc' undeclared (first use in this
function)
| gtkcombobox.c:1966: error: 'context' undeclared (first use in this function)
| gtkcombobox.c:1967: error: 'metrics' undeclared (first use in this function)
| gtkcombobox.c:1969: error: 'font_size' undeclared (first use in this
function)
| make[4]: *** [gtkcombobox.lo] Error 1
| make[4]: *** Waiting for unfinished jobs....
|  arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -DHAVE_CONFIG_H
-I.

I rollbacked to a previous version of OE and everything worked fine. The
package in this previous version is gtk+-2.10.14-r0

My host dristribution is Fedora 7.


-- 
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