t I realized that the R-SIG-mac mailing list might have been more
appropriate, but I did not see the issue discussed there.
Martin
From: Prof Brian Ripley
Date: Wednesday, May 31, 2023 at 3:46 AM
To: Martin Morgan
Cc: Tomas Kalibera , R-devel
Subject: Re: [Rd] Building R from source always fails
Martin
From: Tomas Kalibera
Date: Tuesday, May 30, 2023 at 4:54 PM
To: Martin Morgan , R-devel
Subject: Re: [Rd] Building R from source always fails on
tools:::sysdata2LazyLoadDB
On 5/30/23 22:09, Martin Morgan wrote:
I build my own R from source on an M1 mac. I have a clean svn checkout in
Date: Tuesday, May 30, 2023 at 4:54 PM
To: Martin Morgan , R-devel
Subject: Re: [Rd] Building R from source always fails on
tools:::sysdata2LazyLoadDB
On 5/30/23 22:09, Martin Morgan wrote:
> I build my own R from source on an M1 mac. I have a clean svn checkout in one
> directory ~/s
On 5/30/23 22:09, Martin Morgan wrote:
I build my own R from source on an M1 mac. I have a clean svn checkout in one
directory ~/src/R-devel. I switch to ~/bin/R-devel and the first time run
cd ~/bin/R-devel
~/src/R-devel/configure --enable-R-shlib 'CFLAGS=-g -O0'
CPPFLAGS=-I/opt/R/arm64/inc
On Tue, 30 May 2023 20:09:53 +
Martin Morgan wrote:
> ~/bin/R-devel/src/library/utils $ R_DEFAULT_PACKAGES=NULL
> ../../../bin/R --vanilla
> > tools:::sysdata2LazyLoadDB("/Users/ma38727/src/R-devel/src/library/utils/R/sysdata.rda","../../../library/utils/R")
> >
> zsh: killed R_DEFAUL
I build my own R from source on an M1 mac. I have a clean svn checkout in one
directory ~/src/R-devel. I switch to ~/bin/R-devel and the first time run
cd ~/bin/R-devel
~/src/R-devel/configure --enable-R-shlib 'CFLAGS=-g -O0'
CPPFLAGS=-I/opt/R/arm64/include 'CXXFLAGS=-g -O0'
make -j
At some poi