From: KIRIYAMA K. <ki...@kx...> - 2019-03-23 01:28:07
|
At Fri, 22 Mar 2019 15:27:34 +0100, Pascal Bourguignon wrote: > > [1 <text/plain; utf-8 (quoted-printable)>] > > [2 <text/html; utf-8 (quoted-printable)>] > > > > > > On 22 Mar 2019, at 15:09, KIRIYAMA Kazuhiko <[[ki...@kx...]]> wrote: > > > > Hi all, > > I try to build clisp port on FreeBSD 13.0-CURRENT. I > download latest clisp code from gitlab [1] and configure > with that but failed: > > root@jdtpkx:/var/ports/jdtpkx/lang/clisp # make configure > […] > configure: error: you should not run configure as root (set FORCE_UNSAFE_CONFIGURE=1 in environment > to bypass this check) > […] > Is there any suggetions? > > > > > > > Yes. Don’t run configure as root. Why ? In FreeBSD install target set to DESTDIR which would be local working directory so called "STAGEDIR". Is there any stuffs installed to public direcitories like /etc or /usr/* in configure stage ? > > > > -- > > __Pascal J. Bourguignon__ > > > > > --- KIRIYAMA Kazuhiko |