Ticket #1416 (closed defect: fixed)
Compilation error on make openmoko-devel-image
| Reported by: | dsamblas@… | Owned by: | mickey |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Distro | Version: | 2007.2 |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
On Debian Etch compilation here is the copy&paste of the compilation log:
mutrox@Gandalf:/data/personal/soft/openmoko$ make openmoko-devel-image
( cd build && . ../setup-env && \
( bitbake openmoko-devel-image u-boot-openmoko ) )
NOTE: Removed the following variables from the
environment:LESSOPEN,SSH_CLIENT,MAKEFLAGS,SHLVL,WINDOW,OMDIR,MFLAGS,PYTHONPATH,STY,TERMCAP,SSH_CONNECTION,LESSCLOSE,SSH_TTY,OLDPWD,HISTCONTROL,MAKELEVEL,MAIL,LS_COLORS
NOTE: Handling BitBake? files: - (5406/5406) [100 %]
NOTE: Parsing finished. 5168 cached, 0 parsed, 238 skipped, 0 masked.
NOTE: Cache is clean, not saving.
NOTE: build 200805261212: started
OE Build Configuration:
BB_VERSION = "1.8.11"
OE_REVISION = "<unknown>"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "om-gta02"
DISTRO = "openmoko"
DISTRO_VERSION = "P1-Snapshot-20080526"
TARGET_FPU = "soft"
NOTE: Resolving any missing task queue dependencies
---Commentary not in the log----
[...]Here a lot of ok compiliation messsages
[...]copilation ok until this point
---END Commentary not in the log----
gcc -g -idirafter
/data/personal/soft/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/u-boot-openmoko-1.3.1+svnr4297+gitb29661fc1151077776454288051bc9a488351ce8-r3/git/include
-idirafter
/data/personal/soft/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/u-boot-openmoko-1.3.1+svnr4297+gitb29661fc1151077776454288051bc9a488351ce8-r3/git/include2
-idirafter
/data/personal/soft/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/u-boot-openmoko-1.3.1+svnr4297+gitb29661fc1151077776454288051bc9a488351ce8-r3/git/include
-DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -c -o environment.o environment.c
| In file included from environment.c:30:
|
/data/personal/soft/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/u-boot-openmoko-1.3.1+svnr4297+gitb29661fc1151077776454288051bc9a488351ce8-r3/git/include/environment.h:107:
error: 'CFG_ENV_SIZE' undeclared here (not in a function)
| make[1]: * [environment.o] Error 1
| make[1]: Leaving directory
`/data/personal/soft/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/u-boot-openmoko-1.3.1+svnr4297+gitb29661fc1151077776454288051bc9a488351ce8-r3/git/tools'
| make: * [tools] Error 2
| FATAL: oe_runmake failed
NOTE: Task failed:
/data/personal/soft/openmoko/build/tmp/work/armv4t-angstrom-linux-gnueabi/u-boot-openmoko-1.3.1+svnr4297+gitb29661fc1151077776454288051bc9a488351ce8-r3/temp/log.do_compile.16574
NOTE: package
u-boot-openmoko-1.3.1+svnr4297+gitb29661fc1151077776454288051bc9a488351ce8-r3:
task do_compile: failed
ERROR: TaskFailed? event exception, aborting
NOTE: package
u-boot-openmoko-1.3.1+svnr4297+gitb29661fc1151077776454288051bc9a488351ce8: failed
ERROR: Build of
/data/personal/soft/openmoko/openembedded/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb
do_compile failed
ERROR: Task 25
(/data/personal/soft/openmoko/openembedded/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb,
do_compile) failed
NOTE: Tasks Summary: Attempted 3959 tasks of which 3959 didn't need to be rerun
and 1 failed.
ERROR:
'/data/personal/soft/openmoko/openembedded/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb'
failed
make: * [openmoko-devel-image] Error 1
Maybe is a bad configuration on my system but I have compiled a lot of things
not OM realated without problems.

This is a problem with the OE metadata, not MokoMakefile?.