gimp-plugin-registry version 3.5.3-1 failed to build on armel
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro GCC |
New
|
Undecided
|
Unassigned | ||
gimp-plugin-registry (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
gimp-plugin-
Link to failed build: https:/
Direct link to the build log: https:/
This log snippet might be of interest, since it triggered the matcher 'Purging chroot-autobuild'.
Excerpt 1494 lines into the build log:
then mv -f ".deps/
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -pthread -I/usr/
then mv -f ".deps/
/tmp/ccOg9RKj.s: Assembler messages:
/tmp/ccOg9RKj.
make[4]: *** [diffusion.o] Error 1
make[4]: Leaving directory `/build/
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/
make[2]: *** [all] Error 2
make[2]: Leaving directory `/build/
make[1]: *** [build-stamp] Error 2
make[1]: Leaving directory `/build/
make: *** [build-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
*******
Build finished at 20110511-1634
FAILED [dpkg-buildpackage died]
Purging chroot-
tags: | added: thumb2 |
The file that fails to build is focus-blur/ focusblur- 3.2.5/src/ diffusion. c
I have attached the preprocessor output
It works with gcc 4.4 and 4.5 at any optimization level and with 4.6 at -O0.
It fails with 4.6 at -O1 -O2 and -O3