Hello, everyone. I am having a problems with a port that I made using pourdriere-devel as the build environment, and I am a bit stuck.
A while back, I made a Rust application to read and work with data that an iOS application I made handles, and I wanted to be able to install and utilize it under FreeBSD.
So far, with help from referencing Google and the Porter’s Handbook, I got most things to work out, and I have no issues come up when building the application from source as is directly on FreeBSD.
However, when I copy the files for the port, that portlint said had no issues, into the place where poudriere has its own copy of the ports collection and tell poudriere to test the port, it fails to build because it cannot find libclang in the jail, which is only required to build the code as is.
The jail itself is version 14.3 of FreeBSD, which is the same as the host, and searching does not turn up anything useful for a shared library that is said to already be on the system.
Does anybody have an idea of how to deal with this issue?
A while back, I made a Rust application to read and work with data that an iOS application I made handles, and I wanted to be able to install and utilize it under FreeBSD.
So far, with help from referencing Google and the Porter’s Handbook, I got most things to work out, and I have no issues come up when building the application from source as is directly on FreeBSD.
However, when I copy the files for the port, that portlint said had no issues, into the place where poudriere has its own copy of the ports collection and tell poudriere to test the port, it fails to build because it cannot find libclang in the jail, which is only required to build the code as is.
The jail itself is version 14.3 of FreeBSD, which is the same as the host, and searching does not turn up anything useful for a shared library that is said to already be on the system.
Does anybody have an idea of how to deal with this issue?