[asterisk-bugs] [JIRA] (ASTERISK-27600) [patch] BuildSystem: Allow make clean all again.
Alexander Traud (JIRA)
noreply at issues.asterisk.org
Fri Jan 19 12:08:50 CST 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Traud updated ASTERISK-27600:
---------------------------------------
Comment: was deleted
(was: 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: 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
> 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