Wednesday, August 03, 2022

Re: UPDATE: math/R

On Wed, Aug 03, 2022 at 02:09:52PM +0200, Ingo Feinerer wrote:
> Dear useRs,
> Dear Brian,
>
> update math/R 4.1.2 -> 4.2.1
>
> - Sync math/rstudio patch as SO_VERSION is bumped (symbols added and removed)
>
> - There is now a (multiple) warning in the build:
>
> Warning message:
> In normalizePath("~") :
> path[1]="/R-4.2.1_writes_to_HOME": No such file or directory
>
> The cause is likely that the _pbuild user has its home directory set
> to /nonexistent. It tried to manually set HOME="$WRKDIR" in
> CONFIGURE_ENV and MAKE_ENV but without success (either not picked up
> or makes no difference).

HOME is set to PORTHOME by bsd.port.mk, so setting

PORTHOME= ${WRKDIR}

in the Makefile fixes this.

>
> However, R runs fine for me and I could not identify any problems
> later on. So I did not investigate further.
>
> OK?

builds and packages fine, bump in rstudio is correct, so

ok tb

No comments:

Post a Comment