[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-01-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 Dimitry Andric changed: What|Removed |Added CC|

[Bug 225352] clang 6.0.0 crashes building emulators/wine: Assertion failed: ((size_t)StackDisp < Context.ArgStoreVector.size() && "Function call has more parameters than the stack is adjusted for.")

2018-01-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225352 Dimitry Andric changed: What|Removed |Added CC|

[Bug 216316] objcopy (elfcopy) in 11 appears to have a regression compared to the version in 10

2018-01-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216316 --- Comment #6 from Oleksandr Tymoshenko --- The content of attachment 189987 has been deleted for the following reason: spam -- You are receiving this mail because: You are the assignee for the bug.

[Bug 216316] objcopy (elfcopy) in 11 appears to have a regression compared to the version in 10

2018-01-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216316 Oleksandr Tymoshenko changed: What|Removed |Added CC|

[Bug 202665] clang++ core dump during compile with invalid syntax

2018-02-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202665 --- Comment #2 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Tue Feb 27 19:02:50 UTC 2018 New revision: 330080 URL: https://svnweb.freebsd.org/changeset/base/330080 Log: Avoid using the C++11 auto

[Bug 227340] clang crashes with error in backend: Access past stack top

2018-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227340 Rodney W. Grimes changed: What|Removed |Added CC|

[Bug 227339] clang crashes with error in backend: SSE2 register return with SSE2 disabled

2018-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227339 Dimitry Andric changed: What|Removed |Added Assignee|toolch...@freebsd.org

[Bug 227340] clang crashes with error in backend: Access past stack top

2018-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227340 Dimitry Andric changed: What|Removed |Added Assignee|toolch...@freebsd.org

[Bug 227339] clang crashes with error in backend: SSE2 register return with SSE2 disabled

2018-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227339 Rodney W. Grimes changed: What|Removed |Added CC|

[Bug 227438] -fopenmp=libgomp doesn't work

2018-04-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227438 Bug ID: 227438 Summary: -fopenmp=libgomp doesn't work Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects

[Bug 227438] clang -fopenmp=libgomp doesn't work

2018-04-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227438 Jan Beich changed: What|Removed |Added Summary|-fopenmp=libgomp doesn't|clang

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 --- Comment #3 from Jonathan T. Looney --- The upstream bug is fixed in r329657 and r329673. Also, dim@ fixed a related bug that allows us to use -msahf as a workaround (committed in upstream r325446). Once those

[Bug 227438] clang -fopenmp=libgomp doesn't work

2018-04-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227438 Dimitry Andric changed: What|Removed |Added CC|

[Bug 227438] clang -fopenmp=libgomp doesn't work

2018-04-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227438 --- Comment #2 from Dimitry Andric --- 22:19.11 dim: -fopenmp=libgomp is just like you compile without -fopenmp 22:19.24 ABataev: aha. 22:21.13 dim: It works. Clang uses only libomp interface and does not rely on

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Sat Apr 14 12:07:07 UTC 2018 New revision: 332501 URL: https://svnweb.freebsd.org/changeset/base/332501 Log: Pull in r325446 from upstream

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 Dimitry Andric changed: What|Removed |Added Status|New |In Progress

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 Rodney W. Grimes changed: What|Removed |Added CC|

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Sat Apr 14 14:57:34 UTC 2018 New revision: 332503 URL: https://svnweb.freebsd.org/changeset/base/332503 Log: Revert r332501 for now, as it

[Bug 227340] clang crashes with error in backend: Access past stack top

2018-04-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227340 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 --- Comment #6 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Fri Apr 20 18:20:56 UTC 2018 New revision: 332833 URL: https://svnweb.freebsd.org/changeset/base/332833 Log: Recommit r332501, with an

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 --- Comment #7 from commit-h...@freebsd.org --- A commit references this bug: Author: brooks Date: Fri Apr 20 22:46:23 UTC 2018 New revision: 467849 URL: https://svnweb.freebsd.org/changeset/ports/467849 Log: Merge r332833 from FreeBSD

[Bug 227686] www/firefox: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227686 Bug ID: 227686 Summary: www/firefox: clang 6.0 crashes during build Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New

[Bug 227686] www/firefox: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227686 Jan Beich changed: What|Removed |Added Assignee|ge...@freebsd.org

[Bug 227686] www/firefox: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227686 Jan Beich changed: What|Removed |Added Hardware|Any |i386 -- You are

[Bug 227723] clang 6.0 breaks php56/opcache

2018-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227723 Rodney W. Grimes changed: What|Removed |Added CC|

[Bug 227723] clang 6.0 breaks php56/opcache

2018-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227723 --- Comment #6 from Dimitry Andric --- After some bisecting, it turns out this behavior changed due to the following upstream commit: https://reviews.llvm.org/rL313784 ("Remove offset size check in nullptr arithmetic

[Bug 227723] clang 6.0 breaks php56/opcache

2018-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227723 Florian Smeets changed: What|Removed |Added Assignee|toolch...@freebsd.org

[Bug 227723] clang 6.0 breaks php56/opcache

2018-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227723 --- Comment #7 from la...@fit.vutbr.cz --- That's true, if base nullptr is changed to any temp_variable* in VAR_NUM(), then generated code is identical and index is correctly sign extended. So this probably will be not fixed in clang and

[Bug 227698] www/iridium, www/qt5-webengine: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227698 Jan Beich changed: What|Removed |Added Blocks||227683

[Bug 227686] www/firefox: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227686 --- Comment #4 from Dimitry Andric --- I can reproduce, it's caused by r332833 (the upstream fixes for EFLAGS). I'm going to make a minimized test case, and figure out which of the upstream revisions caused it. -- You

[Bug 227698] www/iridium, www/qt5-webengine: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227698 Dimitry Andric changed: What|Removed |Added CC|

[Bug 227686] www/firefox: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227686 Jan Beich changed: What|Removed |Added Blocks||227679

[Bug 227699] devel/powerpc64-gcc: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227699 Dimitry Andric changed: What|Removed |Added Status|New |Open

[Bug 227698] www/iridium, www/qt5-webengine: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227698 --- Comment #7 from Jan Beich --- Nevermind comment 4. I forgot to update jail/package on amd64. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 227698] www/iridium, www/qt5-webengine: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227698 Jan Beich changed: What|Removed |Added Assignee|ports-b...@freebsd.org

[Bug 227698] www/iridium, www/qt5-webengine: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227698 --- Comment #4 from Jan Beich --- Note, -m32 or -target i386-unknown-freebsd12.0 won't trigger the crash. Make sure to run 32bit Clang binary. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 Jan Beich changed: What|Removed |Added Depends on||227686

[Bug 227686] www/firefox: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227686 Jan Beich changed: What|Removed |Added Blocks||225330

[Bug 227686] www/firefox: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227686 --- Comment #2 from Jan Beich --- Note, every Gecko port is affected: - mail/thunderbird - www/firefox-esr - www/firefox - www/libxul - www/palemoon - www/seamonkey - www/waterfox -- You are receiving this mail

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 Jan Beich changed: What|Removed |Added Depends on||227699

[Bug 227698] www/iridium, www/qt5-webengine: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227698 --- Comment #5 from Jan Beich --- Regression range: base r332632 (good) and base r332849 (bad). Probably a dupe of bug 227686. My guess, base r332833 and ports r467849 are culprits.

[Bug 227698] www/iridium, www/qt5-webengine: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227698 Jan Beich changed: What|Removed |Added Keywords|needs-qa|regression

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 Jan Beich changed: What|Removed |Added Depends on||227698

[Bug 227686] www/firefox: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227686 --- Comment #3 from Jan Beich --- Nevermind comment 2, my guess was bogus. www/palemoon and www/waterfox are affected but mail/thunderbird, www/firefox-esr, www/seamonkey are not. Maybe the stars haven't aligned on

[Bug 227686] www/firefox: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227686 Jan Beich changed: What|Removed |Added Flags|maintainer-feedback?(gecko@ |

[Bug 227699] devel/powerpc64-gcc: clang 6.0 crashes during build

2018-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227699 Jan Beich changed: What|Removed |Added Flags|maintainer-feedback?(kan@Fr |

[Bug 227723] clang 6.0 breaks php56/opcache

2018-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227723 --- Comment #2 from Florian Smeets --- I reported this to dim@ when clang 6 was merged to head. He created the patch I attached. It didn't work in my case, I'm still using USE_GCC in my lang/php56 port. I haven't had the

[Bug 227723] clang 6.0 breaks php56/opcache

2018-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227723 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org

[Bug 227723] clang 6.0 breaks php56/opcache

2018-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227723 --- Comment #4 from la...@fit.vutbr.cz --- test case was for constant, which was optimized to immediate, here is another with variable: #include #include #define EX_TMP_VAR(ex, n) ((temp_variable*)(((char*)(ex)) + ((int)(n

[Bug 227723] clang 6.0 breaks php56/opcache

2018-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227723 --- Comment #3 from la...@fit.vutbr.cz --- Patch seems to be ok. I've only changed installed header files in /usr/local/include/php/Zend, recompiled/reinstalled opcache, restarted apache and it runs. I've reduced problem to: #include

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 --- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Mon Apr 23 23:07:58 UTC 2018 New revision: 332898 URL: https://svnweb.freebsd.org/changeset/base/332898 Log: Pull in r329771 from upstream

[Bug 227698] www/iridium, www/qt5-webengine: clang 6.0 crashes during build

2018-04-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227698 --- Comment #10 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Mon Apr 23 23:07:58 UTC 2018 New revision: 332898 URL: https://svnweb.freebsd.org/changeset/base/332898 Log: Pull in r329771 from upstream

[Bug 227686] www/firefox: clang 6.0 crashes during build

2018-04-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227686 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Mon Apr 23 23:07:58 UTC 2018 New revision: 332898 URL: https://svnweb.freebsd.org/changeset/base/332898 Log: Pull in r329771 from upstream

[Bug 227438] clang -fopenmp=libgomp doesn't work

2018-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227438 Jan Beich changed: What|Removed |Added Status|New |Closed

[Bug 230857] loading carp module panic i386 kernel (VIMAGE related)

2018-10-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230857 Bjoern A. Zeeb changed: What|Removed |Added Status|Open|In Progress --- Comment #4 from

[Bug 230412] graphics/GraphicsMagick: fails to build with libc++ 7

2018-10-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230412 Sunpoet Po-Chuan Hsieh changed: What|Removed |Added Status|In Progress |Closed

[Bug 230412] graphics/GraphicsMagick: fails to build with libc++ 7

2018-10-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230412 --- Comment #7 from commit-h...@freebsd.org --- A commit references this bug: Author: sunpoet Date: Sun Oct 14 16:29:18 UTC 2018 New revision: 482063 URL: https://svnweb.freebsd.org/changeset/ports/482063 Log: Fix build with libc++ 7

[Bug 215039] head -r339076 TARGET_ARCH=powerpc64 clang 6.0.1 based buildworld on powerpc64 using WITH_LLVM_LIBUNWIND= fails to build: asserts and rejects .S file contents

2018-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215039 Mark Millard changed: What|Removed |Added Summary|head -r309179 |head -r339076

[Bug 215039] head -r309179 TARGET_ARCH=powerpc64 clang 3.9.0 based buildworld on powerpc64 using WITH_LLVM_LIBUNWIND= fails to build: asserts and rejects .S file contents

2018-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215039 --- Comment #3 from Mark Millard --- Note: I recently posted to a list that the problems still exist as of head -r339076 . This was in reply to a suggestion to try it. But the particular experiment was adding WITH_LLVM_LIBUNWIND= to a

[Bug 220822] Missing libatomic.a for clang?

2018-10-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220822 Jan Beich changed: What|Removed |Added Blocks||232546 Referenced Bugs:

[Bug 230857] loading carp module panic i386 kernel (VIMAGE related)

2018-10-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230857 Bjoern A. Zeeb changed: What|Removed |Added Depends on||232291, 232289 --- Comment #8

[Bug 231355] Compiler assert error when compiling lang/qt5-qml

2018-10-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231355 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Wed Oct 31 18:49:08 UTC 2018 New revision: 483602 URL: https://svnweb.freebsd.org/changeset/ports/483602 Log: MFH: r481120 Update to a

[Bug 231355] Compiler assert error when compiling lang/qt5-qml

2018-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231355 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Fri Oct 26 21:20:07 UTC 2018 New revision: 483054 URL: https://svnweb.freebsd.org/changeset/ports/483054 Log: Add all patches from base

[Bug 232911] Assembly code crashes clang

2018-11-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232911 Gerald Pfeifer changed: What|Removed |Added CC||ger...@freebsd.org

[Bug 230857] loading carp module panic i386 kernel (VIMAGE related)

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230857 Bug 230857 depends on bug 232289, which changed state. Bug 232289 Summary: kern/link_elf.c fails for small sections sizes (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232289 What|Removed |Added

[Bug 230857] loading carp module panic i386 kernel (VIMAGE related)

2018-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230857 --- Comment #10 from Bjoern A. Zeeb --- As Alex R points out if we run into symbol reordering problems with the extra variable fix committed, we could add an extra .o file to the end of the list which (unless there is a linker-script doing

[Bug 230857] loading carp module panic i386 kernel (VIMAGE related)

2018-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230857 --- Comment #9 from commit-h...@freebsd.org --- A commit references this bug: Author: bz Date: Thu Nov 1 17:26:18 UTC 2018 New revision: 340009 URL: https://svnweb.freebsd.org/changeset/base/340009 Log: carpstats are the last

[Bug 231952] emulators/rpcs3: clang crashes during build

2018-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231952 --- Comment #9 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Sat Nov 10 10:28:33 UTC 2018 New revision: 484601 URL: https://svnweb.freebsd.org/changeset/ports/484601 Log: MFH: r484600

[Bug 231952] emulators/rpcs3: clang crashes during build

2018-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231952 --- Comment #7 from Jan Beich --- (In reply to Roman CAT from comment #6) Thanks. It built fine on 12.0 (clang 6.0.1): https://ptpb.pw/s4K6 13.0 (clang 7.0.1): https://ptpb.pw/p5hn -- You are receiving this mail because: You are the

[Bug 231952] emulators/rpcs3: clang crashes during build

2018-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231952 --- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Sat Nov 10 10:27:35 UTC 2018 New revision: 484600 URL: https://svnweb.freebsd.org/changeset/ports/484600 Log: emulators/rpcs3: unbreak

[Bug 231952] emulators/rpcs3: clang crashes during build

2018-11-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231952 Roman CAT changed: What|Removed |Added CC||roman-...@yandex.ru --- Comment #6

[Bug 233143] cc -mcmodel=large croaks on

2018-11-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233143 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|toolch...@freebsd.org -- You are

[Bug 233143] cc -mcmodel=large croaks on

2018-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233143 Dimitry Andric changed: What|Removed |Added Status|New |Open CC|

[Bug 218861] libelf elf_update fails when adding sections

2018-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218861 Ed Maste changed: What|Removed |Added Blocks|228911 | --- Comment #2 from Ed Maste ---

[Bug 231952] emulators/rpcs3: clang crashes during build

2018-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231952 Jan Beich changed: What|Removed |Added Assignee|ports-b...@freebsd.org |toolch...@freebsd.org

[Bug 231952] emulators/rpcs3: clang crashes during build

2018-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231952 Jan Beich changed: What|Removed |Added Keywords||regression --- Comment #4 from Jan

[Bug 230857] loading carp module panic i386 kernel (VIMAGE related)

2018-10-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230857 Bjoern A. Zeeb changed: What|Removed |Added CC||d...@freebsd.org

[Bug 230857] loading carp module panic i386 kernel (VIMAGE related)

2018-10-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230857 --- Comment #6 from Bjoern A. Zeeb --- Created attachment 198004 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=198004=edit kmod.mk adjustments along with two new linker scripts -- You are receiving this mail because: You are

[Bug 220590] math/fftw3: fails to build on armv6 (729 ports skipped)

2018-10-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220590 --- Comment #12 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Wed Oct 10 21:44:42 UTC 2018 New revision: 481771 URL: https://svnweb.freebsd.org/changeset/ports/481771 Log: math/fftw3: drop FreeBSD

[Bug 231952] emulators/rpcs3: clang crashes during build

2018-10-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231952 Dimitry Andric changed: What|Removed |Added CC||d...@freebsd.org --- Comment #5

[Bug 230857] loading carp module panic i386 kernel (VIMAGE related)

2018-10-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230857 --- Comment #7 from Bjoern A. Zeeb --- https://reviews.freebsd.org/D17512 -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-toolchain@freebsd.org mailing

[Bug 230412] graphics/GraphicsMagick: fails to build with libc++ 7

2018-10-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230412 --- Comment #6 from Antoine Brodin --- @sunpoet : can you verify that the c++03 is no longer needed and remove it? -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 218860] libelf doesn't reload section headers after update with ELF_C_WRITE

2018-08-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218860 Rodney W. Grimes changed: What|Removed |Added CC||rgri...@freebsd.org,

[Bug 218860] libelf doesn't reload section headers after update with ELF_C_WRITE

2018-08-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218860 Ed Maste changed: What|Removed |Added Assignee|toolch...@freebsd.org |ema...@freebsd.org

[Bug 225946] /usr/bin/make dumps core with simple Makefile

2018-09-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225946 Kubilay Kocak changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 223752] clang __attribute__((constructor)) gets wrong input parameters

2018-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223752 Alex S changed: What|Removed |Added CC||iwt...@gmail.com --- Comment #22 from

[Bug 234070] problem with lld and wildcard characters in version scripts

2018-12-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234070 --- Comment #1 from Tijl Coosemans --- Created attachment 200601 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=200601=edit qt5-version.patch Quoting https://bugs.llvm.org/show_bug.cgi?id=40176: "If more than one clause in a

[Bug 234070] problem with lld and wildcard characters in version scripts

2018-12-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234070 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this

[Bug 234070] devel/qt5: problem with lld and wildcard characters in version scripts

2018-12-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234070 Tijl Coosemans changed: What|Removed |Added CC||toolch...@freebsd.org

[Bug 234144] base clang 6.0.0 Assertion failed: (Result.isUninit() && "temporary created multiple times"), function createTemporary

2018-12-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234144 --- Comment #4 from Dimitry Andric --- Added https://reviews.freebsd.org/D18699 for including the patch in the llvm60 port. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 234480] multimedia/aom: clang 7 crashes with aom >= 1.0.0.1109

2018-12-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234480 Jan Beich changed: What|Removed |Added Flags||maintainer-feedback?(brooks

[Bug 234480] multimedia/aom: clang 7 crashes with aom >= 1.0.0.1109

2018-12-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234480 Rodney W. Grimes changed: What|Removed |Added CC||toolch...@freebsd.org -- You

[Bug 220103] devel/glib20: ld-elf.so.1: /usr/local/lib/libglib-2.0.so.0: Undefined symbol "environ" (WITH_LLD_IS_LD)

2019-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220103 Michal Meloun changed: What|Removed |Added CC||m...@freebsd.org --- Comment #12

[Bug 234070] devel/qt5: problem with lld and wildcard characters in version scripts

2019-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234070 Adriaan de Groot changed: What|Removed |Added Assignee|k...@freebsd.org |t...@freebsd.org --- Comment

[Bug 234070] devel/qt5: problem with lld and wildcard characters in version scripts

2019-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234070 Adriaan de Groot changed: What|Removed |Added CC||adr...@freebsd.org --- Comment

[Bug 220103] devel/glib20: ld-elf.so.1: /usr/local/lib/libglib-2.0.so.0: Undefined symbol "environ" (WITH_LLD_IS_LD)

2019-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220103 --- Comment #24 from Michal Meloun --- (In reply to Dimitry Andric from comment #23) I was too brief, sorry. 'environ' symbol is exported from /lib/crt1.o with *global* binding: # readelf -s /usr/lib/crt1.o | grep environ 46:

[Bug 220103] devel/glib20: ld-elf.so.1: /usr/local/lib/libglib-2.0.so.0: Undefined symbol "environ" (WITH_LLD_IS_LD)

2019-01-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220103 --- Comment #25 from Michal Meloun --- (In reply to Konstantin Belousov from comment #22) > To be fair, typical cause of occurrence of the second unversioned symbol in > the readelf -a output is due to the presence of the static

[Bug 231010] emulators/wine: (amd64) Segmentation fault when built on 12.0-CURRENT/ALPHA

2019-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231010 Alex S changed: What|Removed |Added CC||iwt...@gmail.com --- Comment #4 from

[Bug 220103] devel/glib20: ld-elf.so.1: /usr/local/lib/libglib-2.0.so.0: Undefined symbol "environ" (WITH_LLD_IS_LD)

2019-01-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220103 --- Comment #26 from Dimitry Andric --- In any case, I just tried www/chromium, and it does exactly the same dumb thing as mplayer: $ cat /wrkdirs/usr/ports/www/chromium/work/chromium-68.0.3440.106/build/linux/chrome.map { global:

[Bug 220103] devel/glib20: ld-elf.so.1: /usr/local/lib/libglib-2.0.so.0: Undefined symbol "environ" (WITH_LLD_IS_LD)

2019-01-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220103 --- Comment #27 from Dimitry Andric --- It looks like the chromium version script was introduced here: https://chromium.googlesource.com/chromium/src.git/+/83365024efd81b5f3439d95c5560465ad2110388%5E%21/ "[Linux build] Add a linker

<    3   4   5   6   7   8   9   10   11   12   >