Date: Mon, 04 May 2015 18:46:07 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199935] stopped in /usr/ports/devel/codeblocks/work/codeblocks-13.12 ===> Compilation failed unexpectedly. Message-ID: <bug-199935-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199935 Bug ID: 199935 Summary: stopped in /usr/ports/devel/codeblocks/work/codeblocks-13.12 ===> Compilation failed unexpectedly. Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: a.n.us@ieee.org Created attachment 156346 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156346&action=edit c++: note: diagnostic msg: /tmp/cbthreadpool-4f2bc5.cpp, c++: note: diagnostic msg: /tmp/cbthreadpool-4f2bc5.sh FreeBSD FBSD11 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r281839: Wed Apr 22 07:40:44 EDT 2015 root@FBSD11:/usr/obj/usr/src/sys/MYKERNEL amd64 Trying to build codeblocks fails with: --- cbthreadpool.lo --- c++: error: unable to execute command: Abort trap (core dumped) c++: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 3.6.0 (tags/RELEASE_360/final 230434) 20150225 Target: x86_64-unknown-freebsd11.0 Thread model: posix c++: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script. --- cbworkspace.lo --- In file included from cbworkspace.cpp:10: In file included from ../../src/include/sdk_precomp.h:13: In file included from ../../src/include/sdk_common.h:150: In file included from ../../src/include/filemanager.h:13: ../../src/include/backgroundthread.h:143:13: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] if (this && IsRunning()) ^~~~ ~~ 3 warnings generated. mv -f .deps/cbworkspace.Tpo .deps/cbworkspace.Plo --- compiler.lo --- /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/local/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -D_THREAD_SAFE -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/sdk/wxpropgrid/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -I/usr/local/include -ansi -DTIXML_USE_STL -O2 -ffast-math -DCB_AUTOCONF -O2 -pipe -fstack-protector -fno-strict-aliasing -std=c++11 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT compiler.lo -MD -MP -MF .deps/compiler.Tpo -c -o compiler.lo compiler.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/local/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -D_THREAD_SAFE -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/sdk/wxpropgrid/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -I/usr/local/include -ansi -DTIXML_USE_STL -O2 -ffast-math -DCB_AUTOCONF -O2 -pipe -fstack-protector -fno-strict-aliasing -std=c++11 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT compiler.lo -MD -MP -MF .deps/compiler.Tpo -c compiler.cpp -fPIC -DPIC -o .libs/compiler.o --- cbthreadpool.lo --- c++: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: c++: note: diagnostic msg: /tmp/cbthreadpool-4f2bc5.cpp c++: note: diagnostic msg: /tmp/cbthreadpool-4f2bc5.sh c++: note: diagnostic msg: ******************** *** [cbthreadpool.lo] Error code 1 make[4]: stopped in /usr/ports/devel/codeblocks/work/codeblocks-13.12/src/sdk --- compileoptionsbase.lo --- In file included from compileoptionsbase.cpp:10: In file included from ../../src/include/sdk_precomp.h:13: In file included from ../../src/include/sdk_common.h:124: In file included from ../../src/include/cbproject.h:15: ../../src/include/misctreeitemdata.h:20:40: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] wxEvtHandler *GetOwner() { if(!this) return 0L;return m_owner; } ~^~~~ ../../src/include/misctreeitemdata.h:24:50: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] void SetOwner(wxEvtHandler *owner) { if(!this) return; m_owner=owner; } ~^~~~ In file included from compileoptionsbase.cpp:10: In file included from ../../src/include/sdk_precomp.h:13: In file included from ../../src/include/sdk_common.h:150: In file included from ../../src/include/filemanager.h:13: ../../src/include/backgroundthread.h:143:13: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] if (this && IsRunning()) ^~~~ ~~ 3 warnings generated. mv -f .deps/compileoptionsbase.Tpo .deps/compileoptionsbase.Plo --- compiler.lo --- In file included from compiler.cpp:10: In file included from ../../src/include/sdk_precomp.h:13: In file included from ../../src/include/sdk_common.h:124: In file included from ../../src/include/cbproject.h:15: ../../src/include/misctreeitemdata.h:20:40: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] wxEvtHandler *GetOwner() { if(!this) return 0L;return m_owner; } ~^~~~ ../../src/include/misctreeitemdata.h:24:50: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] void SetOwner(wxEvtHandler *owner) { if(!this) return; m_owner=owner; } ~^~~~ In file included from compiler.cpp:10: In file included from ../../src/include/sdk_precomp.h:13: In file included from ../../src/include/sdk_common.h:150: In file included from ../../src/include/filemanager.h:13: ../../src/include/backgroundthread.h:143:13: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] if (this && IsRunning()) ^~~~ ~~ 3 warnings generated. mv -f .deps/compiler.Tpo .deps/compiler.Plo 1 error make[4]: stopped in /usr/ports/devel/codeblocks/work/codeblocks-13.12/src/sdk *** [all-recursive] Error code 1 make[3]: stopped in /usr/ports/devel/codeblocks/work/codeblocks-13.12/src/sdk 1 error make[3]: stopped in /usr/ports/devel/codeblocks/work/codeblocks-13.12/src/sdk *** [all-recursive] Error code 1 make[2]: stopped in /usr/ports/devel/codeblocks/work/codeblocks-13.12/src 1 error make[2]: stopped in /usr/ports/devel/codeblocks/work/codeblocks-13.12/src *** [all-recursive] Error code 1 make[1]: stopped in /usr/ports/devel/codeblocks/work/codeblocks-13.12 1 error make[1]: stopped in /usr/ports/devel/codeblocks/work/codeblocks-13.12 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199935-13>