[Bug 219484] cad/openvsp: fails to build with lang/gcc6 or later on 10.3

2017-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219484 Kubilay Kocak changed: What|Removed |Added Resolution|FIXED |---

Re: -r321371: -j8 failed for "installworld distrib-dirs distribute DESTDIR=/usr/obj/DESTDIRs/clang-amd64-installworld-dist"

2017-07-24 Thread Bryan Drewery
On 7/22/2017 9:04 PM, Mark Millard wrote: > After buildworld buildkernel installkernel installkernel reboot to > upgrade to -r321371 (from -r321109 ) I attempted: > > ~/sys_build_scripts.amd64-host/make_amd64_nodebug_clang-amd64-host.sh > installworld distrib-dirs distribute >

[Bug 219484] cad/openvsp: fails to build with lang/gcc6 or later on 10.3

2017-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219484 Gerald Pfeifer changed: What|Removed |Added Status|New |Closed

[Bug 219484] cad/openvsp: fails to build with lang/gcc6 or later on 10.3

2017-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219484 --- Comment #9 from fernando.apesteg...@gmail.com --- Does this PR need additional action on my side in order to be closed? -- You are receiving this mail because: You are on the CC list for the bug.

Re: -r321371 amd64 -> powerpc64 cross build: lldb.full link fails with: c++: error: linker command failed with exit code 1, -B/usr/local/powerpc64-freebsd/bin/ in use

2017-07-24 Thread Warner Losh
On Mon, Jul 24, 2017 at 1:33 AM, Mark Millard wrote: > [I forgot that linking lldb historically failed on armv6 > (cortex-a7) based on the historical system binutils.] > > On 2017-Jul-23, at 8:51 PM, Mark Millard wrote: > > > [Using WITH_LLDB= had no

Re: libstdc++ build failures on MIPS, PowerPC, Sparc

2017-07-24 Thread Mark Millard
[I'm just sending the notes to Bryan Drewery, no new information added.] Ravi Pokala rpokala at mac.com wrote on Sun Jul 23 19:44:57 UTC 2017 : > I did a tinderbox build of -HEAD as of r321376; there were failures like this > (paths shortened): > >c++ -isystem

Re: -r321371 amd64 -> powerpc64 cross build: lldb.full link fails with: c++: error: linker command failed with exit code 1, -B/usr/local/powerpc64-freebsd/bin/ in use

2017-07-24 Thread Mark Millard
[I forgot that linking lldb historically failed on armv6 (cortex-a7) based on the historical system binutils.] On 2017-Jul-23, at 8:51 PM, Mark Millard wrote: > [Using WITH_LLDB= had no problem for amd64 -> TARGET_ARCH=aarch64 > buildworld buildkernel .] > > On