[oe-issues] [Bug 3248] agg.bb needs a -D

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Sun Nov 18 16:24:35 UTC 2007


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





--- Comment #4 from Joshua Layne <joshua at willowisp.net>  2007-11-18 08:24:35 ---
even after applying the path here, agg will compile, but it does not actually
complete cleanly:
---
ERROR: QA issue: libmudflapth.la failed sanity test (reference to workdir or
installed)
ERROR: QA issue: libaggfontfreetype.la failed sanity test (reference to workdir
or installed)
ERROR: QA issue: libmudflap.la failed sanity test (reference to workdir or
installed)
ERROR: QA issue: libagg.la failed sanity test (reference to workdir or
installed)
ERROR: QA issue: libstdc++.la failed sanity test (reference to workdir or
installed)
ERROR: QA issue: libsupc++.la failed sanity test (reference to workdir or
installed)
ERROR: QA issue: libaggplatformsdl.la failed sanity test (reference to workdir
or installed)
---

I also have a recipe that DEPENDS on agg and even though agg would bitbake
successfully, my recipe would fail on missing libaggfontfreetype

when I searched for the actual libaggfontfreetype.a file, I found that it had
never been copied to the actual lib directory by the agg bitbake process, so I
tried copying (all of the agg libs) over manually.
---
cp
/home/joshua/oe/build_h2200/tmp/work/armv5te-angstrom-linux-gnueabi/agg-2.5-r0/image/usr/lib/*.*
/home/joshua/oe/build_h2200/tmp/staging/arm-angstrom-linux-gnueabi/lib/
---

my recipe would then bitbake successfully (and execute successfully), but I can
tell from the graphics that it was not actually built against a functional agg
- there is no subpixel smoothing (and I have built this previously outside of
OE, so I know what it looks like).

basically - agg is broken in OE.  beyond what is suggested byt the earlier
patches.


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