Re: clang 3.9.0 buildkernel on old powerpc64's vs. trying to build hwpmc_e500.o and the like. . .

2016-12-07 Thread Roman Divacky
Can the compiler you built with the patch process this file: typedef int register_t; #define mtpmr(reg, val) \ __asm __volatile("mtpmr %0,%1" : : "K"(reg), "r"(val)) #define mfpmr(reg) \

Re: clang 3.9.0 buildkernel on old powerpc64's vs. trying to build hwpmc_e500.o and the like. . .

2016-12-07 Thread Mark Millard
On 2016-Dec-7, at 11:00 AM, Roman Divacky wrote: > Can the compiler you built with the patch process this file: > > typedef int register_t; > #define mtpmr(reg, val) \ >__asm __volatile("mtpmr %0,%1" : : "K"(reg), "r"(val)) > #define mfpmr(

[Bug 215136] graphics/colmap: clang -O2 runs out of memory on i386 then aborts (i.e. not killed)

2016-12-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215136 Bug ID: 215136 Summary: graphics/colmap: clang -O2 runs out of memory on i386 then aborts (i.e. not killed) Product: Ports & Packages Version: Latest Hardware: i386

[Bug 215136] graphics/colmap: clang -O2 runs out of memory on i386 then aborts (i.e. not killed)

2016-12-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215136 --- Comment #1 from Jan Beich (mail not working) --- Created attachment 18 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=18&action=edit command line args (for clang 3.8+) -- You are receiving this mail because: You are

[Bug 215136] graphics/colmap: clang -O2 runs out of memory on i386 then aborts (i.e. not killed)

2016-12-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215136 Jan Beich (mail not working) changed: What|Removed |Added Assignee|freebsd-ports-bugs@FreeBSD. |freebsd-toolchain@Fr

Re: clang 3.9.0 buildkernel on old powerpc64's vs. trying to build hwpmc_e500.o and the like. . .

2016-12-07 Thread Mark Millard
Top post of a FYI [head -r309656 powerpc64 context]: I commented out the one -mminimal-toc use in the modules and tried buildkernel again (cross build). It reached the end. But it dies immediately if I try to boot it after installing a copy. This was based on: # svnlite diff /usr/src/sys/module