Re: CURRENT: EFI boot failure

2014-09-23 Thread Matt Fleming
On Tue, 23 Sep, at 08:00:31AM, Nathan Whitehorn wrote: > Could you try adding -mno-avx2 to /sys/boot/amd64/Makefile.inc line 9? Do you pull the -mno-redzone flag anywhere? I'm looking through the loader sources now, and I see that switch in sys/conf/kern.mk, but it doesn't look like that's being p

Poor state of the build infrastructure.

2014-09-23 Thread Marcel Moolenaar
Things have regressed from last I tried (which is a while). After a clean buildworld for PowerPC I can't install it: # make installworld TARGET_ARCH=powerpc TARGET=powerpc __MAKE_CONF=/dev/null DESTDIR=/tank/scratch/powerpc mkdir -p /tmp/install.pjtGQ4J8 : make[2]: "/tank/scratch/marcelm/

Re: 10.1-BETA2 ZFS boot failure on sparc64

2014-09-23 Thread Allan Jude
On 2014-09-23 11:09, Nathan Whitehorn wrote: > > On 09/23/14 08:04, Allan Jude wrote: >> On 2014-09-23 02:13, Kurt Lidl wrote: >>> I downloaded the 10.1-BETA disc1 iso image for >>> sparc64, and burned it to media. I then used that >>> media to attempt an installation onto a spare >>> sparc64 mach

Re: CURRENT: EFI boot failure

2014-09-23 Thread Harald Schmalzbauer
Bezüglich Nathan Whitehorn's Nachricht vom 23.09.2014 17:00 (localtime): > Could you try adding -mno-avx2 to /sys/boot/amd64/Makefile.inc line 9? Done so, but it doesn't fix the problem with halting loader.efi when compiled with CPUTYPE=core-avx2. The whole -mno-xyz isn't applied to sys/boot/ef

Re: CURRENT: EFI boot failure

2014-09-23 Thread Dimitry Andric
On 23 Sep 2014, at 17:00, Nathan Whitehorn wrote: > On 09/23/14 07:28, Harald Schmalzbauer wrote: >> Bezüglich O. Hartmann's Nachricht vom 19.09.2014 15:22 (localtime): >>> … >>> The problem I reported about in the first place is triggered by a faulty >>> loader.efi that >>> arises, when optimis

Re: 10.1-BETA2 ZFS boot failure on sparc64

2014-09-23 Thread Nathan Whitehorn
On 09/23/14 08:04, Allan Jude wrote: On 2014-09-23 02:13, Kurt Lidl wrote: I downloaded the 10.1-BETA disc1 iso image for sparc64, and burned it to media. I then used that media to attempt an installation onto a spare sparc64 machine that I have. Using UFS as the filesystem, and more or less j

Re: /boot/loader.efi and buildkernel

2014-09-23 Thread Harald Schmalzbauer
Bezüglich O. Hartmann's Nachricht vom 23.09.2014 14:16 (localtime): > Modules and kernel are built when running "make buildkernel", but the other > contents > of /boot/ aren't. How can I manually - and separately - build the loader, > especially /boot/loader.efi? Simply cd to src/sys/boot and do

Re: CURRENT: EFI boot failure

2014-09-23 Thread Nathan Whitehorn
Could you try adding -mno-avx2 to /sys/boot/amd64/Makefile.inc line 9? -Nathan On 09/23/14 07:28, Harald Schmalzbauer wrote: Bezüglich O. Hartmann's Nachricht vom 19.09.2014 15:22 (localtime): … The problem I reported about in the first place is triggered by a faulty loader.efi that arises,

Re: 10.1-BETA2 ZFS boot failure on sparc64

2014-09-23 Thread Allan Jude
On 2014-09-23 02:13, Kurt Lidl wrote: > I downloaded the 10.1-BETA disc1 iso image for > sparc64, and burned it to media. I then used that > media to attempt an installation onto a spare > sparc64 machine that I have. > > Using UFS as the filesystem, and more or less just > following the prompts,

Re: CURRENT: EFI boot failure

2014-09-23 Thread Harald Schmalzbauer
Bezüglich Harald Schmalzbauer's Nachricht vom 23.09.2014 16:28 (localtime): > Bezüglich O. Hartmann's Nachricht vom 19.09.2014 15:22 (localtime): >> … >> The problem I reported about in the first place is triggered by a faulty >> loader.efi that >> arises, when optimisation level is -O3. -O2 wor

Re: CURRENT: EFI boot failure

2014-09-23 Thread Harald Schmalzbauer
Bezüglich O. Hartmann's Nachricht vom 19.09.2014 15:22 (localtime): > … > The problem I reported about in the first place is triggered by a faulty > loader.efi that > arises, when optimisation level is -O3. -O2 works fine. I can confirm that this problem also shows up when using 'CPUTYPE?=core-a

/boot/loader.efi and buildkernel

2014-09-23 Thread O. Hartmann
Modules and kernel are built when running "make buildkernel", but the other contents of /boot/ aren't. How can I manually - and separately - build the loader, especially /boot/loader.efi? I realized that building loader.efi with any kind of optimization beyond debugging- or close-to-debugging l

Re: libthr and main thread stack size

2014-09-23 Thread Konstantin Belousov
On Tue, Sep 23, 2014 at 02:02:01PM +0400, Sergey Kandaurov wrote: > > + env_bigstack = getenv("LIBPTHREAD_BIGSTACK_MAIN"); > > + env_splitstack = getenv("LIBPTHREAD_SPLITSTACK_MAIN"); > > + if (bigstack != NULL || env_splitstack == NULL) { > looks like a ty

Re: libthr and main thread stack size

2014-09-23 Thread Sergey Kandaurov
On 23 September 2014 13:24, Konstantin Belousov wrote: > In the patch, default behaviour is to provide RLIMIT_STACK sized stack > for the main thread. The knobs are there to restore the old AS layout > if my fears of the binary compatibility become real one day, and to > keep the interface compat

Re: make installworld for i386 fails on Kyuafile

2014-09-23 Thread Thomas Mueller
On Mon, Sep 22, 2014 at 11:15 AM, Thomas Mueller wrote: > I was successful on make buildworld and kernel, but make installworld failed > on a missing file somewhere: > > /usr/share/man/man3/pmclog_read.3.gz -> /usr/share/man/man3/pmclog.3.gz > ===> lib/libproc (install) > install -C -o root -g w

Re: libthr and main thread stack size

2014-09-23 Thread Konstantin Belousov
On Mon, Sep 22, 2014 at 09:19:30AM -0400, Daniel Eischen wrote: > On Sun, 21 Sep 2014, Julian Elischer wrote: > > > On 9/20/14, 3:27 AM, John Baldwin wrote: > >> On Tuesday, September 16, 2014 11:13:24 AM Konstantin Belousov wrote: > >>> On Mon, Sep 15, 2014 at 03:47:41PM -0600, Justin T. Gibbs wr