I’ve got a program that I wrote in Rust, to help me keep track of finances, as well as read/write the data that comes from an iOS app that I made to do the same thing, and I’m running into an issue.
On FreeBSD, I can compile it just fine without any issues, but when I go to turn it into a port and test the port in poudriere, it complains that it cannot find libclang at all, even if I specify it in LIB_DEPEND, even though it is supposed to be present in the base of FreeBSD.
The jail used by poudriere and the host are both running version 14.3.
I did also see that there was indeed nothing in the location that typically holds libclang.so inside the jail, but in cases like those, I thought that it would have grabbed the port I specified according to the Porter’s handbook for LIB_DEPEND.
Does anybody have an idea on how to solve this?
Asked by user1013391
(11 rep)
Jul 26, 2025, 03:23 AM
Last activity: Jul 28, 2025, 01:51 PM
Last activity: Jul 28, 2025, 01:51 PM