Artix Linux Forum

Artix Linux => System => Topic started by: TheExplorer on 23 September 2023, 14:29:19

Title: Strange SR directory after fresh install
Post by: TheExplorer on 23 September 2023, 14:29:19
Hello,

First things first, I was forced to use the previous XFCE installation image from the archive (https://iso.artixlinux.org/archived-isos.php) because I was having issues with syslog-ng errors popping up and never letting me continue booting the live ISO. I don't know if the devs are aware of that already.

Second, and the main question here:

After having installed the system I have a strange directory in /usr. The directory is called 'sr'. Inside of it resides /lib/python3.11/site-packages/imath.so.

So it looks like this: /usr/sr/lib/python3.11/site-packages

Proof: http://0x0.st/HVr9.png
Another image hosting (just in case): https://ibb.co/RNdLkBd

It seems like it should have been /usr/lib/python3.11 (and definitely not in /usr/src)... but some cool guy made a really bad typo in a system package (probably python stuff).

And now I don't know what's better. Should I place this imath.so into its original destination or what?

Thanks.
Title: Re: Strange SR directory after fresh install
Post by: Dudemanguy on 23 September 2023, 16:32:25
Sorry. Some bizarreness with cmake again... should be fixed now.
Title: Re: Strange SR directory after fresh install
Post by: TheExplorer on 23 September 2023, 17:34:24
Sorry. Some bizarreness with cmake again... should be fixed now.

How is it supposed to get fixed? With an update? And how will '/usr/sr' directory get removed? Should I do it manually?
Title: Re: Strange SR directory after fresh install
Post by: Dudemanguy on 23 September 2023, 18:00:56
Just update and the new version of the package will have the correct path.
Title: Re: Strange SR directory after fresh install
Post by: TheExplorer on 23 September 2023, 19:24:03
Ok, thank you.