[asterisk-bugs] [JIRA] (ASTERISK-26205) clang: BlocksRuntime does not link on Fedora 23

Asterisk Team (JIRA) noreply at issues.asterisk.org
Sun Jul 17 21:03:56 CDT 2016


    [ https://issues.asterisk.org/jira/browse/ASTERISK-26205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231453#comment-231453 ] 

Asterisk Team commented on ASTERISK-26205:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> clang: BlocksRuntime does not link on Fedora 23
> -----------------------------------------------
>
>                 Key: ASTERISK-26205
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26205
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/BuildSystem
>    Affects Versions: SVN, 11.22.0-rc1, 13.9.1
>            Reporter: Corey Farrell
>            Severity: Minor
>
> Fedora 23 with clang / llvm installed, also libBlocksRuntime.a from https://github.com/mackyle/blocksruntime.  Configure Asterisk with:
> {{CC=clang ./configure --enable-dev-mode}}
> This fails because {{-lBlocksRuntime}} does not work correctly.  For some reason on Fedora 23 you must use {{-Wl,-lBlocksRuntime}}.  Although both options pass {{-lBlocksRuntime}} to the linker, the {{-Wl,}} variant adds the parameter last.
> I'll post a patch once I've had a chance to do some testing on the build result from clang.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list