Describe the bug
If you build and install uwufetch on FreeBSD, it overwrites the system libfetch (which is for a program called fetch, it's used for grabbing files over HTTP and FTP) with uwufetch's libfetch. This breaks the system package manager (pkg) and fetch.
To Reproduce
Make and make install uwufetch on FreeBSD
Expected behavior
For the system package manager to not break, and uwufetch to install stuff in /usr/local.
Desktop (please complete the following information):
OS: FreeBSD
Version: 14.0-RELEASE-p5
Additional context
I compared the strings on the broken system libfetch with the one uwufetch built and they matched, so I'm pretty sure it's what's happening. I also ran it through ghidra and it has functions like get_ram, get_sys, get_model and such.
Are you already working on this bug?
No
Describe the bug
If you build and install uwufetch on FreeBSD, it overwrites the system libfetch (which is for a program called fetch, it's used for grabbing files over HTTP and FTP) with uwufetch's libfetch. This breaks the system package manager (pkg) and fetch.
To Reproduce
Make and make install uwufetch on FreeBSD
Expected behavior
For the system package manager to not break, and uwufetch to install stuff in /usr/local.
Desktop (please complete the following information):
OS: FreeBSD
Version: 14.0-RELEASE-p5
Additional context
I compared the strings on the broken system libfetch with the one uwufetch built and they matched, so I'm pretty sure it's what's happening. I also ran it through ghidra and it has functions like
get_ram,get_sys,get_modeland such.Are you already working on this bug?
No