You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2012/12/29 05:48:12 UTC

[jira] [Resolved] (TS-1639) Unable to build on Mac OS X 10.7.5

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

James Peach resolved TS-1639.
-----------------------------

    Resolution: Not A Problem
      Assignee: James Peach

You need to build with clang on OS X, like this:

./configure CC=clang CXX=clang

I updated the wiki page: <https://cwiki.apache.org/confluence/display/TS/Mac+OS+X>
                
> Unable to build on Mac OS X 10.7.5
> ----------------------------------
>
>                 Key: TS-1639
>                 URL: https://issues.apache.org/jira/browse/TS-1639
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>            Reporter: Alan Cabrera
>            Assignee: James Peach
>
> Filed Apple bug 12938480.
> make  all-am
>   CXX      Diags.lo
> 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}:0:End-of-File not at end of a line
> {standard input}:1239: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
> Steps to reproduce:
> git clone git://git.apache.org/trafficserver.git
> cd trafficserver
> autoreconf -i
> ./configure
> make

--
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