You are not logged in.

#1 2019-12-16 21:52:08

potuz
Member
Registered: 2009-10-23
Posts: 129

undefined symbols in libfontconfig.so [SOLVED]

Trying to run mathematica I get

symbol lookup error: /usr/lib/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var

And indeed I have plenty of undefined symbols there:

$ nm -Du /usr/lib/libfontconfig.so.1 
                 U abort
                 U access
                 U __assert_fail
                 U calloc
                 U chmod
                 U close
                 U closedir
                 U __ctype_b_loc
                 w __cxa_finalize
                 U dcgettext
                 U __errno_location
                 U fclose
                 U fcntl
                 U fdopen
                 U fflush
                 U __fprintf_chk
                 U fputc
                 U free
                 U fstatfs
                 U FT_Done_Face
                 U FT_Done_FreeType
                 U FT_Done_MM_Var
                 U FT_Get_Advance
                 U FT_Get_BDF_Property
                 U FT_Get_Char_Index
                 U FT_Get_First_Char
                 U FT_Get_MM_Var
                 U FT_Get_Next_Char
                 U FT_Get_Postscript_Name
                 U FT_Get_PS_Font_Info
                 U FT_Get_Sfnt_Name
                 U FT_Get_Sfnt_Name_Count
                 U FT_Get_Sfnt_Table
                 U FT_Get_X11_Font_Format
                 U FT_Init_FreeType
                 U FT_Load_Glyph
                 U FT_Load_Sfnt_Table
                 U FT_New_Face
                 U FT_Select_Charmap
                 U FT_Select_Size
                 U FT_Set_Var_Design_Coordinates
                 U fwrite
                 U __fxstat
                 U getcwd
                 U getenv
                 U getpid
                 w __gmon_start__
                 U initstate_r
                 U __isoc99_sscanf
                 w _ITM_deregisterTMCloneTable
                 w _ITM_registerTMCloneTable
                 U link
                 U localeconv
                 U __lxstat
                 U malloc
                 U memchr
                 U memcmp
                 U memcpy
                 U __memcpy_chk
                 U memmove
                 U memset
                 U mkdir
                 U mkostemp
                 U mmap
                 U munmap
                 U open
                 U __open_2
                 U opendir
                 U perror
                 U posix_fadvise
                 U __printf_chk
                 U pthread_mutex_destroy
                 U pthread_mutex_init
                 U pthread_mutex_lock
                 U pthread_mutex_unlock
                 U putchar
                 U puts
                 U qsort
                 U random_r
                 U read
                 U readdir
                 U readlink
                 U realloc
                 U __realpath_chk
                 U rename
                 U rmdir
                 U __snprintf_chk
                 U __sprintf_chk
                 U __stack_chk_fail
                 U stderr
                 U stdout
                 U stpcpy
                 U strcat
                 U strchr
                 U strcmp
                 U strcpy
                 U strdup
                 U strerror
                 U strlen
                 U strncmp
                 U strncpy
                 U __strncpy_chk
                 U strpbrk
                 U strrchr
                 U strstr
                 U strtod
                 U strtol
                 U strtoull
                 U symlink
                 U time
                 U unlink
                 U utimes
                 U __vfprintf_chk
                 U write
                 U XML_ErrorString
                 U XML_GetBuffer
                 U XML_GetCurrentLineNumber
                 U XML_GetErrorCode
                 U XML_ParseBuffer
                 U XML_ParserCreate
                 U XML_ParserFree
                 U XML_SetCharacterDataHandler
                 U XML_SetDoctypeDeclHandler
                 U XML_SetElementHandler
                 U XML_SetUserData
                 U __xpg_strerror_r
                 U __xstat

I found similar issues here, but they were all related to non-standard freetype2 packages. As far as I know I have the standard one:

$ pacman -Q freetype2
freetype2 2.10.1-1

Last edited by potuz (2019-12-17 09:36:37)

Offline

#2 2019-12-16 22:02:52

potuz
Member
Registered: 2009-10-23
Posts: 129

Re: undefined symbols in libfontconfig.so [SOLVED]

Sorry for the noise, this is in fact related to mathematica

https://mathematica.stackexchange.com/q … -fedora-29

Offline

Board footer

Powered by FluxBB