[Bug 229543] problem building World clang

2019-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229543

Brooks Davis  changed:

   What|Removed |Added

 Resolution|--- |Rejected
 CC||bro...@freebsd.org
 Status|New |Closed

--- Comment #3 from Brooks Davis  ---
This isn't a supported configuration.  You'll need to upgrade to 10.4 to get a
wide range of compiler and c++ runtime fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 229543] problem building World clang

2019-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229543

--- Comment #2 from Pedro F. Giffuni  ---
I don't think we can help you :(.

We do constantly try to test some upgrade paths:
https://ci.freebsd.org/

It is highly recommended that you are on the latest released version
(freebsd-update(8) is your friend) before rebuilding a new version, but we
can't cover all cases.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 229543] problem building World clang

2018-08-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229543

Mark Linimon  changed:

   What|Removed |Added

 CC||lini...@freebsd.org
  Component|bin |misc

--- Comment #1 from Mark Linimon  ---
Reclassify.

IIUC you may have to upgrade from 10.1 to 10.3 and only then to 11.2.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 229543] problem building World clang

2018-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229543

Bug ID: 229543
   Summary: problem building World clang
   Product: Base System
   Version: 11.2-STABLE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: han_studen...@yahoo.com

When building world foor 11.2 Stable on 10.1 stable, I got the follwing error :


1.   parser at end of file
2.  Code generation
3.  Running pass 'Function Pass Manager' on module
'/usr/src/contrib/llvm/tools/clang/lib/Cod   
eGen/CGBlocks.cpp'.
4.  Running pass 'X86 DAG->DAG Instruction Selection' on function
'@_ZN5clang7CodeGen15CodeGe   
nFunction12EmitCallArgsINS_17FunctionProtoTypeEEEvRNS0_11CallArgListEPKT_N4llvm14iterator_rangeIN
  
S_4Stmt17ConstExprIteratorEEENS1_14AbstractCalleeEjNS1_15EvaluationOrderE'
c++: error: unable to execute command: Segmentation fault (core dumped)
c++: error: clang frontend command failed due to signal (use -v to see
invocation)
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Target: x86_64-unknown-freebsd10.1
Thread model: posix


Dump of the diagnostic msg :

 more /tmp/CGBlocks-c8742e.sh
 "/usr/bin/c++" -cc1 -triple x86_64-unknown-freebsd10.1 -emit-obj -disable-free
-disable-llvm-verifier -main-file-name CGBlocks.cpp -mrelocation-model static
-mdisable-fp-elim -masm-verbose -mconstructor-aliases -munwind-tables
-target-cpu x86-64 -ffunction-sections -fdata-sections -sys-header-deps -D
"LLVM_BUILD_GLOBAL_ISEL" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS"
-D "NDEBUG" -D "LLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.2\"" -D
"LLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.2\"" -D
"DEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\"" -D "LLVM_TARGET_ENABLE_AARCH64" -D
"LLVM_TARGET_ENABLE_ARM" -D "LLVM_TARGET_ENABLE_MIPS" -D
"LLVM_TARGET_ENABLE_POWERPC" -D "LLVM_TARGET_ENABLE_SPARC" -D
"LLVM_TARGET_ENABLE_X86" -D "LLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser"
-D "LLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter" -D
"LLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler" -D
"LLVM_NATIVE_TARGET=LLVMInitializeX86Target" -D
"LLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo" -D
"LLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC" -O2 -Wno-c++11-extensions
-std=c++11 -fdeprecated-macro -ferror-limit 19 -fmessage-length 97
-mstackrealign -fno-rtti -fobjc-runtime=gnustep -fdiagnostics-show-option
-fcolor-diagnostics -vectorize-loops -vectorize-slp -x c++ CGBlocks-c8742e.cpp

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"