[asterisk-bugs] [JIRA] (ASTERISK-26225) Failed to compile

Asterisk Team (JIRA) noreply at issues.asterisk.org
Thu Jul 21 20:25:56 CDT 2016


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

Asterisk Team commented on ASTERISK-26225:
------------------------------------------

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

> Failed to compile
> -----------------
>
>                 Key: ASTERISK-26225
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26225
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Tests/testsuite
>    Affects Versions: 13.10.0
>         Environment: RedHat 7.2 x86_64
> gcc version 4.8.5
>            Reporter: Claudiu Olteanu
>
> Hi there,
> I just downloaded the latest version  (13.10.0)  and when I try to compile it i get the following error:
> ```
> [root at srv01 asterisk-13.10.0]# make
> CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
> make[1]: Entering directory `/usr/src/asterisk-13.10.0/menuselect'
> make[1]: `makeopts' is up to date.
> make[1]: Leaving directory `/usr/src/asterisk-13.10.0/menuselect'
>    [CC] test_res_pjsip_scheduler.c -> test_res_pjsip_scheduler.o
> test_res_pjsip_scheduler.c: In function ‘scheduler’:
> test_res_pjsip_scheduler.c:112:2: warning: implicit declaration of function ‘ast_test_validate’ [-Wimplicit-function-declaration]
>   ast_test_validate(test, test_data1 != NULL);
>   ^
> test_res_pjsip_scheduler.c: In function ‘scheduler_cleanup’:
> test_res_pjsip_scheduler.c:265:38: error: ‘res’ undeclared (first use in this function)
>   ast_test_validate(test, (when < 0), res, error);
>                                       ^
> test_res_pjsip_scheduler.c:265:38: note: each undeclared identifier is reported only once for each function it appears in
> test_res_pjsip_scheduler.c:265:43: error: ‘error’ undeclared (first use in this function)
>   ast_test_validate(test, (when < 0), res, error);
>                                            ^
> make[1]: *** [test_res_pjsip_scheduler.o] Error 1
> make: *** [tests] Error 2
> ```



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



More information about the asterisk-bugs mailing list