./configure --enable-minuit2: permission problems

Hi all,
I’m using root 5.20 since its birth on a linux machine.

Today I needed to switch on Minuit2, so I tried to use configure, but:

What’s wrong?

Permissions look ok to me:

For the moment I fixed it via:

and I was able to create Minuit2 library.

Many thanks in advance!

Regards,
Marco

Hi,
what does ls -l config/Makefile.config show? Can you remove it (e.g. as root) and try again?
Axel.

Dear Axel,

So I removed both of them (no need to be root… ), rereun config:

Then I try to compile, though the error messages:

Many thanks again!

Regards,
Marco

Hi Marco,

The issue is that you once built this ROOT source tree as the ‘root’ user and are now trying to rebuilt as another user. You can 4 options: try to rebuild as root or run gmake distclean as root and then build as your own user or copy the source tree and rebuild in the copy or redownload the source.

Cheers,
Philippe.

Hi,

or run

to re-assign ownership to your user ID.

Cheers, Axel.