Re: file stripping with a non root account seems problematic.

2016-04-28 Thread Nick Clifton
Hi Kyle, > $ strip --strip-unneeded libubsec.so > strip: unable to copy file 'libubsec.so'; reason: Permission denied > > In rename.c > on an existing file; > prior to invoking function creat > the file must unlinked? Hmm, this sounds like a possible file permission issue. Can you provide a mor

file stripping with a non root account seems problematic.

2016-04-22 Thread Kyle Sallee
$ strip --strip-unneeded libubsec.so strip: unable to copy file 'libubsec.so'; reason: Permission denied In rename.c on an existing file; prior to invoking function creat the file must unlinked? For the root account the bug does not manifest. A patch file is attached. At least since version 2.25.