[oe-issues] [Bug 1826] New: CROSS COMPILE Badness in gnokii

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Mon Jan 29 12:16:48 UTC 2007


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

           Summary: CROSS COMPILE Badness in gnokii
           Product: Openembedded
           Version: OpenEZX
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: stefan at datenfreihafen.org
         QAContact: tinderbox-oe at gmx.net


A build of gnokii fails with the following:

| make[1]: Entering directory
`/home/stefan/Projekte/OpenEZX/oe/tmp/work/gnokii-0.6.4-r0/gnokii-0.6.4/xgnokii'
| /bin/sh ../arm-linux-libtool --mode=compile arm-linux-gcc -march=armv5te
-mtune=xscale
-isystem/home/stefan/Projekte/OpenEZX/oe/tmp/staging/arm-linux/include
-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 
-I../include  -pthread -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include
-isystem/home/stefan/Projekte/OpenEZX/oe/tmp/staging/arm-linux/include  -o
xgnokii.lo -c xgnokii.c
|  arm-linux-gcc -march=armv5te -mtune=xscale
-isystem/home/stefan/Projekte/OpenEZX/oe/tmp/staging/arm-linux/include
-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2
-I../include -pthread -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include
-isystem/home/stefan/Projekte/OpenEZX/oe/tmp/staging/arm-linux/include -c
xgnokii.c  -fPIC -DPIC -o .libs/xgnokii.o
| CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/gtk-1.2
| cc1: internal compiler error: Aborted
| Please submit a full bug report,
| with preprocessed source if appropriate.
| See <URL:http://gcc.gnu.org/bugs.html> for instructions.
| make[1]: *** [xgnokii.lo] Error 1
| make[1]: Leaving directory
`/home/stefan/Projekte/OpenEZX/oe/tmp/work/gnokii-0.6.4-r0/gnokii-0.6.4/xgnokii'
| make: *** [all] Error 2
| FATAL: oe_runmake failed

The full path includes comes from Makefile.global:
GTK_CFLAGS     = -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include
GTK_LIBS       = -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule
-lglib -ldl -lXi -lXext -lX11 -lm

The Makefile.global.in has the following:

GTK_CFLAGS = @GTK_CFLAGS@
GTK_LIBS = @GTK_LIBS@

Any idea how to fix this with autoconf magic?


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




More information about the Openembedded-issues mailing list