You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/12/28 13:11:50 UTC

[jira] [Commented] (TS-2454) undefined reference to `__sync_fetch_and_sub_8' on ARM system

    [ https://issues.apache.org/jira/browse/TS-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13858006#comment-13858006 ] 

ASF subversion and git services commented on TS-2454:
-----------------------------------------------------

Commit 8d8507f3fb9108fdc58b8e7da924b12de8fcbcd0 in branch refs/heads/master from [~yunkai]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=8d8507f ]

TS-2454: Fix undefined reference to `__sync_fetch_and_sub_8' on ARM 32bit system

Signed-off-by: Yunkai Zhang <yu...@redstar.celldoft.com>


> undefined reference to `__sync_fetch_and_sub_8' on ARM system
> -------------------------------------------------------------
>
>                 Key: TS-2454
>                 URL: https://issues.apache.org/jira/browse/TS-2454
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Yunkai Zhang
>            Assignee: Yunkai Zhang
>             Fix For: 4.2.0
>
>         Attachments: 0001-TS-2454-Fix-undefined-reference-to-__sync_fetch_and_.patch
>
>
> {code}
> yunkai@redstar:~/trafficserver$ uname -a
> Linux redstar.celldoft.com 3.4.43-sun7i #1 SMP PREEMPT Thu Sep 19 21:43:14 CEST 2013 armv7l GNU/Linux
> {code}
> {code}
> ...
> make[3]: Entering directory `/home/yunkai/trafficserver/mgmt/api/include'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/home/yunkai/trafficserver/mgmt/api/include'
> make[3]: Entering directory `/home/yunkai/trafficserver/mgmt/api'
>   CXXLD  traffic_api_cli_remote
> ../../lib/ts/.libs/libtsutil.so: undefined reference to `__sync_fetch_and_sub_8'
> ../../lib/ts/.libs/libtsutil.so: undefined reference to `__sync_fetch_and_add_8'
> collect2: ld returned 1 exit status
> make[3]: *** [traffic_api_cli_remote] Error 1
> make[3]: Leaving directory `/home/yunkai/trafficserver/mgmt/api'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/yunkai/trafficserver/mgmt/api'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/yunkai/trafficserver/mgmt'
> make: *** [all-recursive] Error 1
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)