Axarva / dotfiles-2.0

XMonad™️. Widgets go brr.
MIT License
1.72k stars 156 forks source link

Where should libasan be on Gentoo? #159

Closed Schievel1 closed 1 year ago

Schievel1 commented 1 year ago

I know libasan is a part of gcc. I got several libasan files in /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/libasan.so.8 and /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/32/libasan.so.8

I tried sudo ln -s /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/libasan.so.8 /usr/lib/libasan.so.6, but when I run ~/bin/bartoggle it still says /home/pascal/bin/tint2: error while loading shared libraries: libasan.so.6: cannot open shared object file: No such file or directory.

So where is tint2 looking for this library?

Also, I put an eww ebuild in the guru: https://github.com/gentoo/guru/tree/dev/gui-apps/eww Gentoopeople have rustc on their computer anyways these days, so you maybe want to change your readme or something.

Schievel1 commented 1 year ago

I found out by sheer trial an error, the right command is sudo ln -s /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/libasan.so.8 /usr/lib64/libasan.so.6