Hi!
I installed RStudio Server successfully in a FreeBSD system and it is working fine.
The only issue that I found until now is an error when I try to update the ODBC package:
Here is the relevant part:
c++ -std=gnu++11 -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -Wall -Iinclude -std=c++11 -pthread -O -fpic -MMD -c -o time_zone_info.o src/time_zone_info.cc
src/time_zone_info.cc:64:10: error: cannot initialize return object of type 'char *' with an rvalue of type 'int'
return strerror_r(errnum, buf, buflen);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
gmake[1]: Leaving directory '/tmp/Rtmp5OuFem/R.INSTALL11fa45c26d6f3/odbc/src/cctz'
gmake[1]: *** [<builtin>: time_zone_info.o] Error 1
gmake: *** [Makevars:16: cctz/libcctz.a] Error 2
ERROR: compilation failed for package ‘odbc’
* removing ‘/usr/home/zamana/R/amd64-portbld-freebsd12.2-library/4.1/odbc’
Warning in install.packages :
installation of package ‘odbc’ had non-zero exit status
It seems a programming error in the source code.
Where should I report this kind of problem?
Thanks.
Regards.