Is there no working clang in FreeBSD/RISC-V's ports?

From: lars.sonchocky-helldorf@hamburg.de <lars.sonchocky-helldorf_at_hamburg.de>
Date: Sun, 22 May 2022 21:18:57 UTC
Hi there,


the GNUstep project (but in reality just me myself and I) has undergoing efforts of porting GNUstep to the RISC-V platform. While this was mainly a no-brainer for Linux-Fedora/RISC-V (some minor tweaks were necessary), it seems on the FreeBSD side are some more serious efforts necessary. I think this will not be my last E-Mail in this regard to the list. Hope you can stand this!

Firstly I was going to install all the necessary dependencies of GNUstep for RISC-V. I used their http://github.com/gnustep/tools-scripts <http://github.com/gnustep/tools-scripts> :

$ sudo ./tools-scripts/install-dependencies-freebsd

which resulted in installing most of all the dependencies but:


pkg: No packages available to install matching 'libobjc2' have been found in the repositories

this is our (GNUstep’s) responsibility 


pkg: No packages available to install matching 'clang' have been found in the repositories

no idea how to fix this. Is there really no RISC-V hosted clang available?


pkg: No packages available to install matching 'libxml' have been found in the repositories
pkg: No packages available to install matching 'avahi' have been found in the repositories

no idea who is in charge here to make those work, I am willing to test certain things if guided.


Kind regards,

	Lars