| Anonymous | Login | Signup for a new account | 11-10-2008 12:13 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0003444 | [buildroot] Architecture Specific | major | always | 05-26-08 06:00 | 06-12-08 02:25 | |||||||
| Reporter | KHAksnes | View Status | public | |||||||||
| Assigned To | buildroot | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | assigned | Product Version | ||||||||||
| Summary | 0003444: fontconfig fails to build in current svn version of buildroot (mipsel architecture) | |||||||||||
| Description |
I am using the current head revision of busybox. And are trying to build for mipsel target architecture from a fedora8 i686 host platform. Somewhere during compilation make tries to run this command: if /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I.. -I/media/EkstraDisk/buildroot/build_mipsel/staging_dir/usr/include/freetype2 -I/media/EkstraDisk/buildroot/build_mipsel/staging_dir/usr/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -MT fc-case.o -MD -MP -MF ".deps/fc-case.Tpo" -c -o fc-case.o fc-case.c; \ then mv -f ".deps/fc-case.Tpo" ".deps/fc-case.Po"; else rm -f ".deps/fc-case.Tpo"; exit 1; fi This fails as the host gcc is invoked with an include of target includes. The result is that fontconfig doesn't build at all. |
|||||||||||
| Additional Information | ||||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| Copyright © 2000 - 2006 Mantis Group |