Ticket #2280 (closed defect: fixed)
xf86-video-glamo/ef499f51 fails to build:
| Reported by: | lindi | Owned by: | openmoko-kernel |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | kernel | Version: | |
| Severity: | normal | Keywords: | xf86-video-glamo Xorg glamo |
| Cc: | lars@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | no | PatchReviewResult: | |
| Reproducible: | always |
Description
Steps to reproduce:
1) git clone git://git.openmoko.org/git/xf86-video-glamo.git
2) cd xf86-video-glamo
3) autoreconf -i
4) ./configure
5) make
Expected results:
5) xf86-video-glamo builds from source
Actual results.
5) build fails with
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -pedantic -Wall -Werror -std=gnu99 -g -O2 -MT glamo-engine.lo -MD -MP -MF .deps/glamo-engine.Tpo -c glamo-engine.c -fPIC -DPIC -o .libs/glamo-engine.o
glamo-engine.c: In function 'GLAMOEngineReset':
glamo-engine.c:38: error: 'GLAMO_REG_CLOCK_2D' undeclared (first use in this function)
glamo-engine.c:38: error: (Each undeclared identifier is reported only once
glamo-engine.c:38: error: for each function it appears in.)
glamo-engine.c:39: error: 'GLAMO_CLOCK_2D_CMDQ_RESET' undeclared (first use in this function)
glamo-engine.c:42: error: 'GLAMO_REG_CLOCK_ISP' undeclared (first use in this function)
glamo-engine.c:43: error: 'GLAMO_CLOCK_ISP2_RESET' undeclared (first use in this function)
glamo-engine.c:47: error: 'GLAMO_CLOCK_2D_RESET' undeclared (first use in this function)
More info:
1) Earlier version (git reset --hard 8b82afb51440f33) fails with
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -pedantic -Wall -Werror -std=gnu99 -g -O2 -MT glamo-cmdq.lo -MD -MP -MF .deps/glamo-cmdq.Tpo -c glamo-cmdq.c -fPIC -DPIC -o .libs/glamo-cmdq.o
mv -f .deps/glamo-cmdq.Tpo .deps/glamo-cmdq.Plo
make[2]: * No rule to make target glamo-funcs.lo', needed by glamo_drv.la'. Stop.
2) Even earlier version (reset --hard 16a993d8b17ef623a21b) seems to build just fine.

fixed