Re: branch-1-5: root-owned libtool files in build tree after relink

2005-07-03 Thread Bob Friesenhahn
On Sun, 3 Jul 2005, Thorsten Glaser wrote: Writing to the build directory at installation time is bad, really bad, and for our base system builds (which does contain several libtool'd stuff, such as libgcj) I am already preventing this by using systrace(1). I certainly agree that writing to th

Re: branch-1-5: root-owned libtool files in build tree after relink

2005-07-03 Thread Ralf Wildenhues
Hi Thorsten, * Thorsten Glaser wrote on Sun, Jul 03, 2005 at 03:06:06PM CEST: > Ralf Wildenhues dixit: > > >I noted a work-around in the MirBSD port of Libtool for root-created > >leftovers in .libs after a `make install' which requires relinking, > > I would rather like to see a way to *PREVENT

Re: branch-1-5: root-owned libtool files in build tree after relink

2005-07-03 Thread Thorsten Glaser
Ralf Wildenhues dixit: >> and let it happen in ${TMPDIR:-/tmp} if it has to be done. > >Why that? (This is not a rhetorical question) Because in that case you do not write to the build directory at installation time. >> Writing to the build directory at installation time is bad, really >> bad,

Re: branch-1-5: root-owned libtool files in build tree after relink

2005-07-03 Thread Thorsten Glaser
Ralf Wildenhues dixit: >Hi Thorsten, Marc, others, > >I noted a work-around in the MirBSD port of Libtool for root-created >leftovers in .libs after a `make install' which requires relinking, I would rather like to see a way to *PREVENT* relinking if possible, and let it happen in ${TMPDIR:-/tmp}