sst-core icon indicating copy to clipboard operation
sst-core copied to clipboard

Can't delete files after make distcheck

Open calewis opened this issue 3 years ago • 4 comments

RHEL 7.9, recent branch off of devel.

$ make distcheck 
 ... many lines 

$ ls
config.log  config.status  doc  external  libtool  Makefile  share  src  sstcore--dev  sst_test_outputs

$ rm -rf sstcore-dev
rm: cannot remove ‘sstcore--dev/ISSUES’: Permission denied
rm: cannot remove ‘sstcore--dev/_build’: Permission denied
rm: cannot remove ‘sstcore--dev/src/Makefile.am’: Permission denied
...

$ ls -lh 
...
dr-xr-xr-x. 11 calewis calewis 4.0K Aug  3 10:01 sstcore--dev
...

calewis avatar Aug 03 '21 14:08 calewis

@allevin I assigned you, but if you are not the right person just change it.

calewis avatar Aug 09 '21 16:08 calewis

@calewis I didn't even know we had a build target called distcheck. We don't do any testing with this. Is this still important if CMake is going to move forward? i.e. is it worth spending time on an issue that we dont test or anyone uses (that we know of)?

allevin avatar Aug 09 '21 16:08 allevin

We still have a year at least of using autotools.

calewis avatar Aug 09 '21 18:08 calewis

@nmhamster similarly to #685 should we close this as won't fix?

calewis avatar Aug 27 '21 13:08 calewis

I can't reproduce this on Rocky 8 with (system) GCC 8.5.0, OpenMPI 4.1.5, [email protected], [email protected], [email protected] at 3c22b629b306f7ec7a7f46cb2051a79b9971e8a3. There are no problems with git clean -xdf . for the in-source build.

berquist avatar Jun 23 '23 16:06 berquist