Re: [lfs-dev] Chapter 5 stripping

2014-02-17 Thread Matt Burgess
e splinters I've got from sitting on the fence are going to hurt soon, I'm sure! Kindest regards,  Matt. Original message From: lf...@cruziero.com Date:17/02/2014 22:12 (GMT+00:00) To: LFS Developers Mailinglist Subject: Re: [lfs-dev] Chapter 5 stripping >

Re: [lfs-dev] Chapter 5 stripping

2014-02-17 Thread Bruce Dubbs
akhiezer wrote: >> Date: Mon, 17 Feb 2014 15:54:16 -0600 >> From: Bruce Dubbs >> To: LFS Developers Mailinglist >> Subject: Re: [lfs-dev] Chapter 5 stripping >> >> Armin K. wrote: >>> During chapter 5 strip procedure, I've noticed the followi

Re: [lfs-dev] Chapter 5 stripping

2014-02-17 Thread Armin K.
On 02/17/2014 10:54 PM, Bruce Dubbs wrote: > Armin K. wrote: >> During chapter 5 strip procedure, I've noticed the following: >> >> strip: unable to copy file '/tools/bin/strip'; reason: Text file busy >> >> That's because it's being used and it can't be stripped. One of the >> solutions could be t

Re: [lfs-dev] Chapter 5 stripping

2014-02-17 Thread akhiezer
> Date: Mon, 17 Feb 2014 15:54:16 -0600 > From: Bruce Dubbs > To: LFS Developers Mailinglist > Subject: Re: [lfs-dev] Chapter 5 stripping > > Armin K. wrote: > > During chapter 5 strip procedure, I've noticed the following: > > > > strip: unable to copy f

Re: [lfs-dev] Chapter 5 stripping

2014-02-17 Thread Gregory H. Nietsky
On 17/02/2014 23:39, Armin K. wrote: > During chapter 5 strip procedure, I've noticed the following: > > strip: unable to copy file '/tools/bin/strip'; reason: Text file busy > > That's because it's being used and it can't be stripped. One of the > solutions could be to call /usr/bin/strip instead

Re: [lfs-dev] Chapter 5 stripping

2014-02-17 Thread Bruce Dubbs
Armin K. wrote: > During chapter 5 strip procedure, I've noticed the following: > > strip: unable to copy file '/tools/bin/strip'; reason: Text file busy > > That's because it's being used and it can't be stripped. One of the > solutions could be to call /usr/bin/strip instead of just strip, since