[Bug 4584] Unbreak ttf fonts

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Tue Sep 30 23:02:35 UTC 2008


http://bugs.openembedded.net/show_bug.cgi?id=4584


Rod Whitby <rod at whitby.id.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |rod at whitby.id.au
         Resolution|FIXED                       |




--- Comment #3 from Rod Whitby <rod at whitby.id.au>  2008-10-01 01:02:34 ---
http://git.openembedded.net/?p=org.openembedded.dev.git;a=commitdiff;h=f4b81e704bc944c93bd9770fc522005667c0c2c8

breaks ttf-liberation, since there is no *.ttc files, so the test inside the
for loop fails and therefore the whole do_install fails and stops the build.

slug at builder:/home/shr/fso-testing$ true
slug at builder:/home/shr/fso-testing$ echo $?
0
slug at builder:/home/shr/fso-testing$
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/temp/run.do_install.24681
slug at builder:/home/shr/fso-testing$ echo $?
1
slug at builder:/home/shr/fso-testing$ sh -x
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/temp/run.do_install.24681
... [lines ommitted] ...
+ cd
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/liberation-fonts-0.2
+ do_install
+ install -d
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/image/usr/share/fonts/truetype/
+ for f in '*.ttf' '*.ttc'
+ '[' -f LiberationMono-Bold.ttf ']'
+ install -m 0644 LiberationMono-Bold.ttf
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/image/usr/share/fonts/truetype/
+ for f in '*.ttf' '*.ttc'
+ '[' -f LiberationMono-BoldItalic.ttf ']'
+ install -m 0644 LiberationMono-BoldItalic.ttf
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/image/usr/share/fonts/truetype/
+ for f in '*.ttf' '*.ttc'
+ '[' -f LiberationMono-Italic.ttf ']'
+ install -m 0644 LiberationMono-Italic.ttf
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/image/usr/share/fonts/truetype/
+ for f in '*.ttf' '*.ttc'
+ '[' -f LiberationMono-Regular.ttf ']'
+ install -m 0644 LiberationMono-Regular.ttf
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/image/usr/share/fonts/truetype/
+ for f in '*.ttf' '*.ttc'
+ '[' -f LiberationSans-Bold.ttf ']'
+ install -m 0644 LiberationSans-Bold.ttf
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/image/usr/share/fonts/truetype/
+ for f in '*.ttf' '*.ttc'
+ '[' -f LiberationSans-BoldItalic.ttf ']'
+ install -m 0644 LiberationSans-BoldItalic.ttf
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/image/usr/share/fonts/truetype/
+ for f in '*.ttf' '*.ttc'
+ '[' -f LiberationSans-Italic.ttf ']'
+ install -m 0644 LiberationSans-Italic.ttf
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/image/usr/share/fonts/truetype/
+ for f in '*.ttf' '*.ttc'
+ '[' -f LiberationSans-Regular.ttf ']'
+ install -m 0644 LiberationSans-Regular.ttf
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/image/usr/share/fonts/truetype/
+ for f in '*.ttf' '*.ttc'
+ '[' -f LiberationSerif-Bold.ttf ']'
+ install -m 0644 LiberationSerif-Bold.ttf
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/image/usr/share/fonts/truetype/
+ for f in '*.ttf' '*.ttc'
+ '[' -f LiberationSerif-BoldItalic.ttf ']'
+ install -m 0644 LiberationSerif-BoldItalic.ttf
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/image/usr/share/fonts/truetype/
+ for f in '*.ttf' '*.ttc'
+ '[' -f LiberationSerif-Italic.ttf ']'
+ install -m 0644 LiberationSerif-Italic.ttf
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/image/usr/share/fonts/truetype/
+ for f in '*.ttf' '*.ttc'
+ '[' -f LiberationSerif-Regular.ttf ']'
+ install -m 0644 LiberationSerif-Regular.ttf
/home/shr/fso-testing/tmp/work/all-angstrom-linux-gnueabi/ttf-liberation-0.2-r2/image/usr/share/fonts/truetype/
+ for f in '*.ttf' '*.ttc'
+ '[' -f '*.ttc' ']'
slug at builder:/home/shr/fso-testing$

-- 
Configure bugmail: http://bugs.openembedded.net/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