Re: Problem during alpha cross-building

2003-01-27 Thread Ruslan Ermilov
On Sun, Jan 26, 2003 at 03:15:28PM -0800, David O'Brien wrote: > On Sat, Jan 25, 2003 at 06:50:08PM +0200, Ruslan Ermilov wrote: > > On Fri, Jan 24, 2003 at 05:54:46PM -0800, Kris Kennaway wrote: > > > On Fri, Jan 24, 2003 at 02:45:44PM -0800, Kris Kennaway wrote: > > > > I'm getting this when tryi

Re: Problem during alpha cross-building

2003-01-26 Thread Kris Kennaway
On Sun, Jan 26, 2003 at 03:15:28PM -0800, David O'Brien wrote: > What are all the cases that things fail now? It looks like you're saying > (1) doing an Alpha cross-world -CURRENT build on i386, (2) doing a 'make > buildworld' on -CURRENT sources on a 5.0-DP1 install, (3) doing an > upgrade from

Re: Problem during alpha cross-building

2003-01-26 Thread Mark Murray
> What are all the cases that things fail now? It looks like you're saying > (1) doing an Alpha cross-world -CURRENT build on i386, (2) doing a 'make > buildworld' on -CURRENT sources on a 5.0-DP1 install, (3) doing an > upgrade from RELENG_4 to HEAD. Is that correct? My case was (3) on an Alpha

Re: Problem during alpha cross-building

2003-01-26 Thread David O'Brien
On Sat, Jan 25, 2003 at 06:50:08PM +0200, Ruslan Ermilov wrote: > On Fri, Jan 24, 2003 at 05:54:46PM -0800, Kris Kennaway wrote: > > On Fri, Jan 24, 2003 at 02:45:44PM -0800, Kris Kennaway wrote: > > > I'm getting this when trying to cross-build an alpha world. Is anyone > > > else seeing it? > >

Re: Problem during alpha cross-building

2003-01-24 Thread Kris Kennaway
On Fri, Jan 24, 2003 at 02:45:44PM -0800, Kris Kennaway wrote: > I'm getting this when trying to cross-build an alpha world. Is anyone > else seeing it? > > cc -O -pipe -DNLIST_ELF64 -static -o crunchide crunchide.o exec_elf64.o > exec_elf64.o: In function `hide_elf64': > exec_elf64.o(.text+0

Re: Problem during alpha cross-building

2003-01-24 Thread Mark Murray
> I'm getting this when trying to cross-build an alpha world. Is anyone > else seeing it? I got exactly this when I did a 5-CURRENT make world on an alpha running 4.7-RELEASE. I fixed it by hacking the src/Makefile.inc1 cross-tools target to remove crunch(hide?). > cc -O -pipe -DNLIST_ELF64