[asterisk-bugs] [JIRA] (ASTERISK-27585) [patch] BuildSystem: Resolve resolv.h not via Generic but Particular Header-Check.

Asterisk Team (JIRA) noreply at issues.asterisk.org
Mon Jan 15 10:44:49 CST 2018


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

Asterisk Team commented on ASTERISK-27585:
------------------------------------------

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

> [patch] BuildSystem: Resolve resolv.h not via Generic but Particular Header-Check.
> ----------------------------------------------------------------------------------
>
>                 Key: ASTERISK-27585
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27585
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/BuildSystem
>    Affects Versions: 15.2.0
>         Environment: OpenBSD 6.2
>            Reporter: Alexander Traud
>
> [Gerrit 5375|http://gerrit.asterisk.org/5375] changed the script ./configure how to look for required headers. In that change, the generic AC_CHECK_HEADERS is used. Currently, ./configure checks each header in that list individually, and tries to compile it via a small app. If a header is incomplete, the test fails. Therefore, the whole ./configure fails. However in that list of headers, {{resolv.h}} needs prerequisites—another header—because it is incomplete.
> Currently OpenBSD (tested latest; 6.2) is affected by this. Tested myself and confirmed by <https://stackoverflow.com/q/35359456>. I reported that issue to OpenBSD.
> For Asterisk, the workaround is to go for [particular header checks|http://www.gnu.org/software/autoconf/manual/autoconf.html#Particular-Headers] which leverage the long-term knowledge of the GNU autoconf team.
> Because Gerrit 5375 has no issue report attached, I have to invite [~coreyfarrell] manually.



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



More information about the asterisk-bugs mailing list