FYI: BUG: libtool-1.9f and libtool-1.5.18: install: you must specify a destination

2005-07-08 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Wed, Jul 06, 2005 at 07:05:01PM CEST: * Juergen Leising wrote on Wed, Jul 06, 2005 at 09:03:49AM CEST: The following error message appears due to a bug in func_mode_install (): /bin/sh ../../../libtool --mode=install cp -f 'libeic.la'

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

2005-07-08 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sun, Jul 03, 2005 at 10:39:46AM CEST: I noted a work-around in the MirBSD port of Libtool for root-created leftovers in .libs after a `make install' which requires relinking, *snip* Could you confirm that this patch below fixes the issue instead? FYI: I have

FYI: libtool 1.5.14 on mingw: DLLs must be installed executable

2005-07-08 Thread Ralf Wildenhues
* Bruno Haible wrote on Fri, Jul 08, 2005 at 04:38:16PM CEST: Ralf Wildenhues wrote: Erm, the fix is fine, but what caused the breakage in the first place? Surely this hasn't been broken all the time? For me, it has been broken all the time: It's the first time I've succeeded building a

FYI: libtool-1.5.18 -- installed files owned by non-root user

2005-07-08 Thread Ralf Wildenhues
* Peter Breitenlohner wrote on Wed, Jul 06, 2005 at 09:34:24AM CEST: What about simply chown -R root $(DESTDIR)$(ltdldatadir) \ chgrp -R root $(DESTDIR)$(ltdldatadir) || : where failure of chown/chgrp is ignored? Who cares about some noise when `make install' is done by

Re: FYI: tests/sh.test uses $SED without setting it

2005-07-08 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Jul 08, 2005 at 05:28:06PM CEST: --- tests/defs8 Apr 2005 13:00:50 - 1.5.2.3 +++ tests/defs8 Jul 2005 15:26:53 - @@ -17,8 +17,9 @@ progname=`echo $0 | sed 's%^.*/%%'` libtool=../libtool -make=${MAKE-make}

Re: FYI: libtool-1.5.18 -- installed files owned by non-root user

2005-07-08 Thread Gary V. Vaughan
Hallo Ralf, Sorry for the late review: On 8 Jul 2005, at 16:57, Ralf Wildenhues wrote: 2005-07-08 Peter Breitenlohner [EMAIL PROTECTED] * Makefile.am (install-data-local): Have root own of installed files (but do not fail, for user installs). Index: Makefile.am