[ 
https://issues.apache.org/jira/browse/TS-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Peach resolved TS-1720.
-----------------------------

    Resolution: Won't Fix
      Assignee: James Peach

You need to build with clang. It's unfortunate that the build uses the broken 
gcc by default. This will work:

./configure CC=clang CXX=clang++
                
> Not able to build TS 3.2.4 on OSX 10.7.5
> ----------------------------------------
>
>                 Key: TS-1720
>                 URL: https://issues.apache.org/jira/browse/TS-1720
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>            Reporter: Martin Charette
>            Assignee: James Peach
>
> Download 3.2.4
> autoreconf -if
> ./configure
> make
> during the make process I get this error:
> Diags.cc:547: internal compiler error: Segmentation fault: 11
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://developer.apple.com/bugreporter> for instructions.
> {standard input}:1240:End-of-File not at end of a line
> {standard input}:unknown:Partial line at end of file ignored
> {standard input}:unknown:Undefined local symbol L_.str1
> {standard input}:unknown:Undefined local symbol L_.str2
> {standard input}:unknown:Undefined local symbol L_.str3
> {standard input}:unknown:Undefined local symbol L_.str4
> {standard input}:unknown:Undefined local symbol L_.str5
> {standard input}:unknown:Undefined local symbol L_.str6
> {standard input}:unknown:Undefined local symbol L_.str7
> {standard input}:unknown:Undefined local symbol L_.str8
> {standard input}:unknown:Undefined local symbol L_.str
> {standard input}:unknown:Undefined local symbol L_.str9
> {standard input}:unknown:Undefined local symbol L_.str10
> {standard input}:unknown:Undefined local symbol L_.str11
> {standard input}:unknown:Undefined local symbol L_.str12
> {standard input}:unknown:Undefined local symbol L_.str13
> {standard input}:unknown:Undefined local symbol L_.str14
> {standard input}:unknown:Undefined local symbol L_.str15
> {standard input}:unknown:Undefined local symbol L_.str16
> {standard input}:unknown:Undefined local symbol L_.str17
> {standard input}:unknown:Undefined local symbol L_.str18
> {standard input}:unknown:Undefined local symbol L_.str19
> {standard input}:unknown:Undefined local symbol L_.str20
> {standard input}:unknown:Undefined local symbol L_.str21
> {standard input}:unknown:Undefined local symbol LBB8_5
> make[3]: *** [Diags.lo] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to