Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cross-compiled fontconfig is broken #558

Open
rofl0r opened this issue Nov 18, 2017 · 0 comments
Open

cross-compiled fontconfig is broken #558

rofl0r opened this issue Nov 18, 2017 · 0 comments

Comments

@rofl0r
Copy link
Member

rofl0r commented Nov 18, 2017

there are a lot of warnings like

fcfreetype.c:71:2: warning: #warning "No FT_Get_BDF_Property: Please install freetype 2.1.4 or later" [-Wcpp]                       
 #warning "No FT_Get_BDF_Property: Please install freetype 2.1.4 or later"                                                          
  ^~~~~~~                                                                                                                           
fcfreetype.c:75:2: warning: #warning "No FT_Get_PS_Font_Info: Please install freetype 2.1.1 or later" [-Wcpp]                       
 #warning "No FT_Get_PS_Font_Info: Please install freetype 2.1.1 or later"                                                          
  ^~~~~~~                                                                                                                           
mv -f .deps/fccache.Tpo .deps/fccache.Plo                                                                                           
/bin/bash ../libtool  --tag=CC   --mode=compile armv7l-linux-musleabi-gcc -L/home/rofl/x-prefix/arm/lib -isystem /home/rofl/x-prefi$
fcfreetype.c:1999:2: warning: #warning "No FT_Get_Next_Char: Please install freetype version 2.1.0 or newer" [-Wcpp]                
 #warning "No FT_Get_Next_Char: Please install freetype version 2.1.0 or newer"                                                     
  ^~~~~~~                                                                                                                           

in the log which arent there on a native build.
the result is a broken fontconfig which causes endless loops in all applications trying to use ttf fonts (happen with fc-cache and st, both looping between 2 positions in dejavu-sans-bold.ttf).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant