Re: gptboot broken when compiled with clang 6 and WITHOUT_LOADER_GELI -- clang 5 is OK

2018-04-30 Thread Andre Albsmeier
On Thu, 26-Apr-2018 at 11:55:19 +0200, Dimitry Andric wrote: > On 25 Apr 2018, at 18:58, Andre Albsmeier wrote: > > > > I have set up a new system disk for an i386 11.2-PRERELEASE box. I did the > > usual > > > > gpart create -s gpt $disk > > gpart add -t freebsd-boot -s 984 $disk > > gpart boot

Re: gptboot broken when compiled with clang 6 and WITHOUT_LOADER_GELI -- clang 5 is OK

2018-04-30 Thread Andre Albsmeier
On Thu, 26-Apr-2018 at 11:55:19 +0200, Dimitry Andric wrote: > On 25 Apr 2018, at 18:58, Andre Albsmeier wrote: > > > > I have set up a new system disk for an i386 11.2-PRERELEASE box. I did the > > usual > > > > gpart create -s gpt $disk > > gpart add -t freebsd-boot -s 984 $disk > > gpart boot

Re: gptboot broken when compiled with clang 6 and WITHOUT_LOADER_GELI -- clang 5 is OK

2018-04-27 Thread Andre Albsmeier
On Thu, 26-Apr-2018 at 12:06:21 +0200, Dimitry Andric wrote: > On 26 Apr 2018, at 06:17, Dewayne Geraghty > wrote: > > > > Andre, You're not alone. I think there's a problem with clang6 on i386 > > FreeBSD 11.1X, refer: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227552 > > https://fo

Re: gptboot broken when compiled with clang 6 and WITHOUT_LOADER_GELI -- clang 5 is OK

2018-04-27 Thread Andre Albsmeier
On Thu, 26-Apr-2018 at 11:55:19 +0200, Dimitry Andric wrote: > On 25 Apr 2018, at 18:58, Andre Albsmeier wrote: > > > > I have set up a new system disk for an i386 11.2-PRERELEASE box. I did the > > usual > > > > gpart create -s gpt $disk > > gpart add -t freebsd-boot -s 984 $disk > > gpart boot

Re: gptboot broken when compiled with clang 6 and WITHOUT_LOADER_GELI -- clang 5 is OK

2018-04-26 Thread Lowell Gilbert
Dimitry Andric writes: > On 26 Apr 2018, at 12:06, Dimitry Andric wrote: >> >> On 26 Apr 2018, at 06:17, Dewayne Geraghty >> wrote: >>> >>> Andre, You're not alone. I think there's a problem with clang6 on i386 >>> FreeBSD 11.1X, refer: >>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=

Re: gptboot broken when compiled with clang 6 and WITHOUT_LOADER_GELI -- clang 5 is OK

2018-04-26 Thread Dimitry Andric
On 26 Apr 2018, at 12:06, Dimitry Andric wrote: > > On 26 Apr 2018, at 06:17, Dewayne Geraghty > wrote: >> >> Andre, You're not alone. I think there's a problem with clang6 on i386 >> FreeBSD 11.1X, refer: >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227552 >> https://forums.freebsd.o

Re: gptboot broken when compiled with clang 6 and WITHOUT_LOADER_GELI -- clang 5 is OK

2018-04-26 Thread Dimitry Andric
On 26 Apr 2018, at 06:17, Dewayne Geraghty wrote: > > Andre, You're not alone. I think there's a problem with clang6 on i386 > FreeBSD 11.1X, refer: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227552 > https://forums.freebsd.org/threads/uptime-w-i386-breakage.65584/ > and perhaps also o

Re: gptboot broken when compiled with clang 6 and WITHOUT_LOADER_GELI -- clang 5 is OK

2018-04-26 Thread Dimitry Andric
On 25 Apr 2018, at 18:58, Andre Albsmeier wrote: > > I have set up a new system disk for an i386 11.2-PRERELEASE box. I did the > usual > > gpart create -s gpt $disk > gpart add -t freebsd-boot -s 984 $disk > gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 $disk > ... > > thing, just to noti

Re: gptboot broken when compiled with clang 6 and WITHOUT_LOADER_GELI -- clang 5 is OK

2018-04-25 Thread Dewayne Geraghty
Andre, You're not alone.  I think there's a problem with clang6 on i386 FreeBSD 11.1X, refer: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227552 https://forums.freebsd.org/threads/uptime-w-i386-breakage.65584/ and perhaps also on amd64, search for https://bugs.freebsd.org/bugzilla/buglist.cgi

Re: gptboot broken when compiled with clang 6 and WITHOUT_LOADER_GELI -- clang 5 is OK

2018-04-25 Thread Dewayne Geraghty
___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

gptboot broken when compiled with clang 6 and WITHOUT_LOADER_GELI -- clang 5 is OK

2018-04-25 Thread Andre Albsmeier
I have set up a new system disk for an i386 11.2-PRERELEASE box. I did the usual gpart create -s gpt $disk gpart add -t freebsd-boot -s 984 $disk gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 $disk ... thing, just to notice that the box wouldn't boot. It seems to hang where stage 2 should be