LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 02-15-2016, 01:38 AM   #1
lems
Member
 
Registered: May 2004
Distribution: BSD
Posts: 269

Rep: Reputation: 119Reputation: 119
-current: xterm 322 lacks FreeType support


Hello,

I wondered why, after applying the latest updates, my xbindkeys key binding did not bring up uxterm. It seems that it does not know the -fa and -fs options anymore because xterm 322 on ARM lacks FreeType support (I use -fa Terminus).

ldd /usr/bin/xterm on my x86_64 desktop (-current):

Code:
        linux-vdso.so.1 (0x00007ffdc5bd1000)
        libXinerama.so.1 => /usr/lib64/libXinerama.so.1 (0x00007fc0ac1dc000)
        libXft.so.2 => /usr/lib64/libXft.so.2 (0x00007fc0abfc7000)
        libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1 (0x00007fc0abd8a000)
        libXaw.so.7 => /usr/lib64/libXaw.so.7 (0x00007fc0abb17000)
        libXmu.so.6 => /usr/lib64/libXmu.so.6 (0x00007fc0ab8fd000)
        libXt.so.6 => /usr/lib64/libXt.so.6 (0x00007fc0ab696000)
        libX11.so.6 => /usr/lib64/libX11.so.6 (0x00007fc0ab359000)
        libXpm.so.4 => /usr/lib64/libXpm.so.4 (0x00007fc0ab148000)
        libICE.so.6 => /usr/lib64/libICE.so.6 (0x00007fc0aaf2c000)
        libutempter.so.0 => /usr/lib64/libutempter.so.0 (0x00007fc0aad2a000)
        libtermcap.so.2 => /lib64/libtermcap.so.2 (0x00007fc0aab27000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fc0aa75a000)
        libXext.so.6 => /usr/lib64/libXext.so.6 (0x00007fc0aa548000)
        libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007fc0aa329000)
        libXau.so.6 => /usr/lib64/libXau.so.6 (0x00007fc0aa125000)
        libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x00007fc0a9f20000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fc0a9d1c000)
        libexpat.so.1 => /usr/lib64/libexpat.so.1 (0x00007fc0a9af2000)
        libharfbuzz.so.0 => /usr/lib64/libharfbuzz.so.0 (0x00007fc0a9890000)
        libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0 (0x00007fc0a955a000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fc0a933b000)
        libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00007fc0a909f000)
        libbz2.so.1 => /lib64/libbz2.so.1 (0x00007fc0a8e8f000)
        libpng16.so.16 => /usr/lib64/libpng16.so.16 (0x00007fc0a8c5d000)
        libz.so.1 => /lib64/libz.so.1 (0x00007fc0a8a48000)
        libm.so.6 => /lib64/libm.so.6 (0x00007fc0a8747000)
        libXrender.so.1 => /usr/lib64/libXrender.so.1 (0x00007fc0a853d000)
        libSM.so.6 => /usr/lib64/libSM.so.6 (0x00007fc0a8336000)
        libuuid.so.1 => /lib64/libuuid.so.1 (0x00007fc0a8132000)
        /lib64/ld-linux-x86-64.so.2 (0x000055f43d316000)
On my Raspberry Pi:

Code:
        libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb6f90000)
        libXaw.so.7 => /usr/lib/libXaw.so.7 (0xb6f2d000)
        libXmu.so.6 => /usr/lib/libXmu.so.6 (0xb6f08000)
        libXt.so.6 => /usr/lib/libXt.so.6 (0xb6eab000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xb6d8a000)
        libXpm.so.4 => /usr/lib/libXpm.so.4 (0xb6d6c000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0xb6d47000)
        libutempter.so.0 => /usr/lib/libutempter.so.0 (0xb6d36000)
        libtermcap.so.2 => /lib/libtermcap.so.2 (0xb6d23000)
        libc.so.6 => /lib/libc.so.6 (0xb6bc0000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0xb6ba1000)
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb6b7b000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0xb6b69000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb6b55000)
        libdl.so.2 => /lib/libdl.so.2 (0xb6b42000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0xb6b2b000)
        libuuid.so.1 => /lib/libuuid.so.1 (0xb6b18000)
        /lib/ld-linux.so.3 (0x7f59a000)

Last edited by lems; 02-15-2016 at 01:40 AM.
 
Old 02-15-2016, 04:02 AM   #2
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,539

Rep: Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309
Quote:
Originally Posted by lems View Post
Hello,

I wondered why, after applying the latest updates, my xbindkeys key binding did not bring up uxterm. It seems that it does not know the -fa and -fs options anymore because xterm 322 on ARM lacks FreeType support (I use -fa Terminus).
Indeed, freetype, harfbuzz and fontconfig got messed up in the last batch.
/me adds to the to do list

Thanks!
 
Old 02-15-2016, 11:50 PM   #3
lems
Member
 
Registered: May 2004
Distribution: BSD
Posts: 269

Original Poster
Rep: Reputation: 119Reputation: 119
Fixed with the latest batch of updates. Thank you, Stuart!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Freetype support in php saran_redhat Linux - Newbie 1 11-24-2010 04:40 AM
XTerm(241) support for truetype fonts and method of changing XTerm font. ajassat Linux - Software 2 08-19-2009 12:01 PM
xterm: freetype error displaying hypens? prell Linux - Software 1 03-18-2005 08:19 PM
Compiling freetype for Slackware-current slaxnoob Slackware 1 06-14-2004 03:39 AM
system lacks kernel support for PPP Error jimdaworm Slackware 2 09-27-2003 06:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM

All times are GMT -5. The time now is 01:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration