Re: HEADS UP: dynamic root support now in the tree

2003-08-19 Thread Scot W. Hetzel
From: "Shin-ichi Yoshimoto" <[EMAIL PROTECTED]> > Subject: Re: HEADS UP: dynamic root support now in the tree, > On Mon, 18 Aug 2003 04:28:53 +0900, Shin-ichi Yoshimoto wrote: > > Thanks Gordon. I can save a space :-) > > I found another problem in src/Makefile.

Re: HEADS UP: dynamic root support now in the tree

2003-08-19 Thread David O'Brien
On Mon, Aug 18, 2003 at 04:36:40PM -0700, Gordon Tetlow wrote: > I think this is a bad idea because all of the .a archives will end up in > /lib. Seeing how those aren't necessary for running binaries in /bin and > /sbin, I'd rather they stay in /usr/lib (which means LIBDIR shouldn't > change if I'

Re: HEADS UP: dynamic root support now in the tree

2003-08-19 Thread Sergey A. Osokin
On Mon, Aug 18, 2003 at 09:05:13AM +0900, Shin-ichi Yoshimoto wrote: > Subject: Re: HEADS UP: dynamic root support now in the tree, > On Mon, 18 Aug 2003 04:28:53 +0900, Shin-ichi Yoshimoto wrote: > > Thanks Gordon. I can save a space :-) > > I found another problem in src/Makef

Re: HEADS UP: dynamic root support now in the tree

2003-08-18 Thread Gordon Tetlow
On Sun, Aug 17, 2003 at 06:48:23PM -0700, David O'Brien wrote: > On Sun, Aug 17, 2003 at 01:54:38AM -0700, Gordon Tetlow wrote: > > I just got through with my commit spree to enable users to build /bin > > and /sbin dynamically linked. To do this required a fair amount of > > tweaking and moving ar

Re: HEADS UP: dynamic root support now in the tree

2003-08-17 Thread David O'Brien
On Sun, Aug 17, 2003 at 01:54:38AM -0700, Gordon Tetlow wrote: > I just got through with my commit spree to enable users to build /bin > and /sbin dynamically linked. To do this required a fair amount of > tweaking and moving around libraries and such dangerous equipment as I think this is a more

Re: HEADS UP: dynamic root support now in the tree

2003-08-17 Thread Shin-ichi Yoshimoto
Subject: Re: HEADS UP: dynamic root support now in the tree, On Mon, 18 Aug 2003 04:28:53 +0900, Shin-ichi Yoshimoto wrote: > Thanks Gordon. I can save a space :-) I found another problem in src/Makefile.inc [snip] .if ${TARGET_ARCH} == ${MACHINE_ARCH} && !defined(DISTDIR) &&a

RE: HEADS UP: dynamic root support now in the tree

2003-08-17 Thread Devon H. O'Dell
Sunday, August 17, 2003 10:26 PM > Aan: [EMAIL PROTECTED] > Onderwerp: Re: HEADS UP: dynamic root support now in the tree > > On Sun, Aug 17, 2003 at 01:54:38AM -0700, Gordon Tetlow wrote: > > I just got through with my commit spree to enable users to build /bin > > and /sbi

Re: HEADS UP: dynamic root support now in the tree

2003-08-17 Thread Gordon Tetlow
On Sun, Aug 17, 2003 at 01:54:38AM -0700, Gordon Tetlow wrote: > I just got through with my commit spree to enable users to build /bin > and /sbin dynamically linked. To do this required a fair amount of > tweaking and moving around libraries and such dangerous equipment as > rtld-elf. If you have

Re: HEADS UP: dynamic root support now in the tree

2003-08-17 Thread Shin-ichi Yoshimoto
Subject: Re: HEADS UP: dynamic root support now in the tree, On Sun, 17 Aug 2003 12:05:34 -0700, Gordon Tetlow wrote: >> Thanks for reporting this. I've fixed it in rev 1.22 of >> src/libexec/rtld-elf/Makefile. > > Silly me forgot to honor DESTDIR. rev 1.23 is much bett

Re: HEADS UP: dynamic root support now in the tree

2003-08-17 Thread Gordon Tetlow
On Sun, Aug 17, 2003 at 11:51:36AM -0700, Gordon Tetlow wrote: > On Sun, Aug 17, 2003 at 08:47:42PM +0900, Shin-ichi Yoshimoto wrote: > > make installworld broken. > > > > ==>libexex/rtld-elf > > [snip] > > ln: /usr/libexec/ld-elf.so.1: Operation not permitted > > *** Error code 1 > > > > any ide

Re: HEADS UP: dynamic root support now in the tree

2003-08-17 Thread Gordon Tetlow
On Sun, Aug 17, 2003 at 08:47:42PM +0900, Shin-ichi Yoshimoto wrote: > make installworld broken. > > ==>libexex/rtld-elf > [snip] > ln: /usr/libexec/ld-elf.so.1: Operation not permitted > *** Error code 1 > > any idea ? Thanks for reporting this. I've fixed it in rev 1.22 of src/libexec/rtld-elf

Re: HEADS UP: dynamic root support now in the tree

2003-08-17 Thread Robert Watson
On Sun, 17 Aug 2003, Shin-ichi Yoshimoto wrote: > make installworld broken. > > ==>libexex/rtld-elf > [snip] > ln: /usr/libexec/ld-elf.so.1: Operation not permitted > *** Error code 1 > > any idea ? I'm guessing we need to remove the schg flag from the old ld-elf.so.1 before trying to replace

Re: HEADS UP: dynamic root support now in the tree

2003-08-17 Thread Shin-ichi Yoshimoto
make installworld broken. ==>libexex/rtld-elf [snip] ln: /usr/libexec/ld-elf.so.1: Operation not permitted *** Error code 1 any idea ? -- Shin-ichi YOSHIMOTO <[EMAIL PROTECTED]> http://diary.waishi.jp/~yosimoto/diary/ ___ [EMAIL PROTECTED] mailing lis

HEADS UP: dynamic root support now in the tree

2003-08-17 Thread Gordon Tetlow
I just got through with my commit spree to enable users to build /bin and /sbin dynamically linked. To do this required a fair amount of tweaking and moving around libraries and such dangerous equipment as rtld-elf. If you have any systems that you are dearly in love with, now is not the time to cv