Re: i386 update to latest -HEAD broke things

2013-11-24 Thread Ilya Bakulin
On 22.11.13 11:49, Dimitry Andric wrote:
 On 22 Nov 2013, at 04:23, Adrian Chadd adr...@freebsd.org wrote:
 I just updated a laptop from a month old -HEAD to the latest -HEAD.
 Things .. didn't work.

 * No processes ran - they'd complain about being out of anonymous memory
 * /rescue/sh works fine, but /rescue/dhclient seems to be doing the
 wrong thing with regards to which dhclient-script it calls
 * .. and /rescue/dhclient-script also references things in /, which
 doesn't work. Grr.
 I think the fix for llvm PR 15086 (done in r258455) is causing these
 problems, since upstream apparently reported miscompilations with it
 (which I haven't seen, but maybe I was just lucky).  I will revert that
 tonight after $WORK, but if you can test reverting it locally, please
 do.
 
 -Dimitry
 

I had the same problem with -CURRENT on i386 h/w.
After updating to the r258507 (git ecc1dc84), where the r258455 is
already reverted, it works again.
Thanks!

-- 
Regards,
Ilya Bakulin





signature.asc
Description: OpenPGP digital signature


Re: i386 update to latest -HEAD broke things

2013-11-22 Thread Adrian Chadd
r258446 built, installed and booted fine. I'll try a more recent i386
in a chroot soon.

Would someone please double-check -HEAD on i386 and see if it's ok?

Thanks,


-adrian

On 21 November 2013 19:23, Adrian Chadd adr...@freebsd.org wrote:
 hi,

 I just updated a laptop from a month old -HEAD to the latest -HEAD.
 Things .. didn't work.

 * No processes ran - they'd complain about being out of anonymous memory
 * /rescue/sh works fine, but /rescue/dhclient seems to be doing the
 wrong thing with regards to which dhclient-script it calls
 * .. and /rescue/dhclient-script also references things in /, which
 doesn't work. Grr.

 Anyway:

 * copying over a replacement ld.so from an i386 image from the 11th
 restored basic binaries, but things like fsck would randomly crap out
 * copying over the conents of /lib let things get further, but ssh
 died (jemalloc arena complaints, so I'm guessing maybe there's
 something odd going on here..)
 * copying over the contents of /usr/lib didn't improve things;
 * copying over the contents of /usr/lib/private fixed things enough to
 get ssh up so I can svn update to an earlier version.

 I'm currently rebuilding r258446 (one before the first weak reference
 change) to make sure that this userland is stable. If it works out,
 I'll try subsequent versions.

 Just be careful. :-0



 -adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: i386 update to latest -HEAD broke things

2013-11-22 Thread Andreas Tobler
- Original Message 
From: Adrian Chadd adr...@freebsd.org
To: freebsd-current freebsd-current@freebsd.org
Subject: Re: i386 update to latest -HEAD broke things
Date: 22/11/13 10:05

 r258446 built, installed and booted fine. I'll try a more recent i386
 in a chroot soon.
 
 Would someone please double-check -HEAD on i386 and see if it's ok?

Rebuild on i386 is in progress. Native, will take some time.

Andreas


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: i386 update to latest -HEAD broke things

2013-11-22 Thread Adrian Chadd
On 22 November 2013 01:11, Andreas Tobler andreast-l...@fgznet.ch wrote:
 - Original Message 
 From: Adrian Chadd adr...@freebsd.org
 To: freebsd-current freebsd-current@freebsd.org
 Subject: Re: i386 update to latest -HEAD broke things
 Date: 22/11/13 10:05

 r258446 built, installed and booted fine. I'll try a more recent i386
 in a chroot soon.

 Would someone please double-check -HEAD on i386 and see if it's ok?

 Rebuild on i386 is in progress. Native, will take some time.

I suggest installing it in a chroot rather than over the live system. :)



-adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: i386 update to latest -HEAD broke things

2013-11-22 Thread Dimitry Andric
On 22 Nov 2013, at 04:23, Adrian Chadd adr...@freebsd.org wrote:
 I just updated a laptop from a month old -HEAD to the latest -HEAD.
 Things .. didn't work.
 
 * No processes ran - they'd complain about being out of anonymous memory
 * /rescue/sh works fine, but /rescue/dhclient seems to be doing the
 wrong thing with regards to which dhclient-script it calls
 * .. and /rescue/dhclient-script also references things in /, which
 doesn't work. Grr.
 
 Anyway:
 
 * copying over a replacement ld.so from an i386 image from the 11th
 restored basic binaries, but things like fsck would randomly crap out
 * copying over the conents of /lib let things get further, but ssh
 died (jemalloc arena complaints, so I'm guessing maybe there's
 something odd going on here..)
 * copying over the contents of /usr/lib didn't improve things;
 * copying over the contents of /usr/lib/private fixed things enough to
 get ssh up so I can svn update to an earlier version.
 
 I'm currently rebuilding r258446 (one before the first weak reference
 change) to make sure that this userland is stable. If it works out,
 I'll try subsequent versions.

I think the fix for llvm PR 15086 (done in r258455) is causing these
problems, since upstream apparently reported miscompilations with it
(which I haven't seen, but maybe I was just lucky).  I will revert that
tonight after $WORK, but if you can test reverting it locally, please
do.

-Dimitry



signature.asc
Description: Message signed with OpenPGP using GPGMail


i386 update to latest -HEAD broke things

2013-11-21 Thread Adrian Chadd
hi,

I just updated a laptop from a month old -HEAD to the latest -HEAD.
Things .. didn't work.

* No processes ran - they'd complain about being out of anonymous memory
* /rescue/sh works fine, but /rescue/dhclient seems to be doing the
wrong thing with regards to which dhclient-script it calls
* .. and /rescue/dhclient-script also references things in /, which
doesn't work. Grr.

Anyway:

* copying over a replacement ld.so from an i386 image from the 11th
restored basic binaries, but things like fsck would randomly crap out
* copying over the conents of /lib let things get further, but ssh
died (jemalloc arena complaints, so I'm guessing maybe there's
something odd going on here..)
* copying over the contents of /usr/lib didn't improve things;
* copying over the contents of /usr/lib/private fixed things enough to
get ssh up so I can svn update to an earlier version.

I'm currently rebuilding r258446 (one before the first weak reference
change) to make sure that this userland is stable. If it works out,
I'll try subsequent versions.

Just be careful. :-0



-adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org