Re: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile

2007-05-21 Thread Ruslan Ermilov
On Sun, May 20, 2007 at 07:08:37PM -0400, Garance A Drosehn wrote: > At 10:27 AM +0400 5/20/07, Ruslan Ermilov wrote: > > > > It sometimes happens when the date/time are not being set > > properly, so that the tools are mistakenly rebuilt again > > at an inappropriate time when in the foreign envi

Re: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile

2007-05-20 Thread Garance A Drosehn
At 10:27 AM +0400 5/20/07, Ruslan Ermilov wrote: It sometimes happens when the date/time are not being set properly, so that the tools are mistakenly rebuilt again at an inappropriate time when in the foreign environment of the target -- the problem is usually understood better when building for

Re: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile

2007-05-20 Thread Scott Long
Ruslan Ermilov wrote: On Sat, May 19, 2007 at 10:58:04AM -0400, Alexander Kabaev wrote: On Sat, 19 May 2007 12:51:03 +0400 Ruslan Ermilov <[EMAIL PROTECTED]> wrote: On Sat, May 19, 2007 at 07:56:09AM +, Scott Long wrote: scottl 2007-05-19 07:56:09 UTC FreeBSD src repository Mod

Re: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile

2007-05-19 Thread Alexander Kabaev
On Sun, 20 May 2007 10:27:48 +0400 Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > On Sat, May 19, 2007 at 10:58:04AM -0400, Alexander Kabaev wrote: > > GCC build tools somehow were built against shared libc.so.7 with > > symbol versioning, instead of library on host. So then when we > > attempted to

Re: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile

2007-05-19 Thread Ruslan Ermilov
On Sat, May 19, 2007 at 10:58:04AM -0400, Alexander Kabaev wrote: > On Sat, 19 May 2007 12:51:03 +0400 > Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > > > On Sat, May 19, 2007 at 07:56:09AM +, Scott Long wrote: > > > scottl 2007-05-19 07:56:09 UTC > > > > > > FreeBSD src repository > > >

Re: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile

2007-05-19 Thread Alexander Kabaev
On Sat, 19 May 2007 12:51:03 +0400 Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > On Sat, May 19, 2007 at 07:56:09AM +, Scott Long wrote: > > scottl 2007-05-19 07:56:09 UTC > > > > FreeBSD src repository > > > > Modified files: > > gnu/usr.bin/cc/cc_tools Makefile > > Log: > >

Re: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile

2007-05-19 Thread Ruslan Ermilov
On Sat, May 19, 2007 at 07:56:09AM +, Scott Long wrote: > scottl 2007-05-19 07:56:09 UTC > > FreeBSD src repository > > Modified files: > gnu/usr.bin/cc/cc_tools Makefile > Log: > Work-around for upgrading from a pre-symbol-versioned world. > > Blame-to: cperciva > >