You are not logged in.
Pages: 1
Hi there.
I need to install some lib32- libs on my 64 bit system. I have tried with yay and pacaur, but none of them find the packages.
The list of packages is this one: lib32-expat lib32-fontconfig lib32-freetype2 lib32-glibc lib32-gtk2 lib32-libcanberra lib32-libpng lib32-libpng12 lib32-libice lib32-libsm lib32-util-linux lib32-ncurses lib32-zlib lib32-libx11 lib32-libxau lib32-libxdmcp lib32-libxext lib32-libxft lib32-libxrender lib32-libxt lib32-libxtst
What can I do? I have installed some of them manually but there a lot with a lot of dependencies...
Thank you!
Offline
comment out multilib and multilib-testing and try again:
$ cat /etc/pacman.conf
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist
#[multilib]
#Include = /etc/pacman.d/mirrorlistLast edited by solskog (2020-09-19 10:01:25)
Offline
https://wiki.archlinux.org/index.php/Of … s#multilib
Mod note: moving to NC.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
comment out multilib and multilib-testing and try again:
Do not uncomment multilib-testing unless you have all of the other testing repos enabled as well.
Offline
Okay, I clearlyu installed everything but I get this error: ./../linux/vish: symbol loopkup error: /usr/lib32/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var
But the file libfontconfig.so.1 is in that directory.
Offline
What is "vish", where is it from, and what command resulted in that error?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
What is "vish", where is it from, and what command resulted in that error?
It is ModelSim, I followed the steps from here. The error appears when I run vsim. https://gist.github.com/dries007/36c31f … 09f16e6e66
Offline
Could you not have used https://aur.archlinux.org/packages/quar … -modelsim/?
Offline
[You] cshould you not have used https://aur.archlinux.org/packages/quar … -modelsim/?!
ftfy; the gist has him dump and preload a dated version of freetype2 into the binary dir, which will cause this error.
Last edited by seth (2020-09-19 14:27:03)
Offline
Pages: 1