Summary: | app-text/texlive-core-2010 fails to build on arm with USE=xetex | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Markus Meier <maekke> |
Component: | New packages | Assignee: | Alexis Ballier <aballier> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arm, tex |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | ARM | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 342513 | ||
Attachments: | app-text:texlive-core-2010:20101028-113527.log.bz2 |
Description
Markus Meier
![]() Created attachment 252569 [details]
app-text:texlive-core-2010:20101028-113527.log.bz2
Found this in your build log: LD_LIBRARY_PATH=../stubdata:../tools/ctestfw:../lib:$LD_LIBRARY_PATH MAKEFLAGS= ../bin/pkgdata -O ../data/icupkg.inc -q -c -s /var/tmp/portage/app-text/texlive-core-2010/work/texlive-20100722-source/libs/icu/icu-build/data/out/build/icudt44l -d ../lib -e icudt44 -T ./out/tmp -p icudt44l -L icudata -m static -r 44.0 ./out/tmp/icudata.lst pkgdata: armv5tel-softfloat-linux-gnueabi-gcc -O2 -march=armv5te -pipe -c -I/var/tmp/portage/app-text/texlive-core-2010/work/texlive-20100722-source/libs/icu/icu-4.4/common -I../common -DPIC -fPIC -o ./out/tmp/icudt44l_dat.o ./out/tmp/icudt44l_dat.s ./out/tmp/icudt44l_dat.s: Assembler messages: ./out/tmp/icudt44l_dat.s:2: Error: junk at end of line, first unrecognized character is `,' ./out/tmp/icudt44l_dat.s:5: Error: unrecognized symbol type "" -- return status = 256 Error generating assembly code for data. LD_LIBRARY_PATH=../stubdata:../tools/ctestfw:../lib:$LD_LIBRARY_PATH MAKEFLAGS= ../bin/pkgdata -O ../data/icupkg.inc -q -c -s /var/tmp/portage/app-text/texlive-core-2010/work/texlive-20100722-source/libs/icu/icu-build/data/out/build/icudt44l -d ../lib -e icudt44 -T ./out/tmp -p icudt44l -m dll -r 44.0 -L icudata ./out/tmp/icudata.lst pkgdata: armv5tel-softfloat-linux-gnueabi-gcc -O2 -march=armv5te -pipe -c -I/var/tmp/portage/app-text/texlive-core-2010/work/texlive-20100722-source/libs/icu/icu-4.4/common -I../common -DPIC -fPIC -o ./out/tmp/icudt44l_dat.o ./out/tmp/icudt44l_dat.s ./out/tmp/icudt44l_dat.s: Assembler messages: ./out/tmp/icudt44l_dat.s:2: Error: junk at end of line, first unrecognized character is `,' ./out/tmp/icudt44l_dat.s:5: Error: unrecognized symbol type "" -- return status = 256 Error generating assembly code for data. This seems to be the cause. Does the icu patch for arm help? http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/icu/files/icu-4.4.1-arm.patch?revision=1.1 (In reply to comment #2) > This seems to be the cause. > > Does the icu patch for arm help? > http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/icu/files/icu-4.4.1-arm.patch?revision=1.1 yes, it compiles with this patch applied. should be fixed with PACHLEVEL 20 then |