[asterisk-bugs] [JIRA] (ASTERISK-27600) [patch] BuildSystem: Allow make clean all again.

Friendly Automation (JIRA) noreply at issues.asterisk.org
Mon Jan 22 09:15:50 CST 2018


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

Friendly Automation commented on ASTERISK-27600:
------------------------------------------------

Change 8023 merged by Jenkins2:
BuildSystem: Allow make clean all again.

[https://gerrit.asterisk.org/8023|https://gerrit.asterisk.org/8023]

> [patch] BuildSystem: Allow make clean all again.
> ------------------------------------------------
>
>                 Key: ASTERISK-27600
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27600
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/BuildSystem
>    Affects Versions: 13.19.0, 15.2.0
>            Reporter: Alexander Traud
>            Assignee: Alexander Traud
>            Severity: Minor
>              Labels: patch
>         Attachments: make_clean_all.patch
>
>
> Because of commit [c53903d|https://github.com/asterisk/asterisk/commit/c53903d447b8dff414188933328e4593bc7d1b63], every call to {{make}}, which mentions the targets distclean or clean does not include the file makeopts, the result of the script {{./configure}}. Therefore, symbols like LIBXML2_INCLUDE are undefined/empty. Although distclean is not combined with other targets normally, {{make clean all}} is a usual target sequence and should work.
> *Steps to reproduce*
> # ./configure
> # make clean all
> *Expected Result*
> The source code of Asterisk should be re-build.
> *Actual Result*
> {code}xml.c:35:10: fatal error: libxml/parser.h: No such file or directory
>  #include <libxml/parser.h>
>           ^~~~~~~~~~~~~~~~~
> compilation terminated.{code}



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



More information about the asterisk-bugs mailing list