[asterisk-bugs] [JIRA] (ASTERISK-27600) [patch] BuildSystem: Allow make clean all again.
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Thu Feb 22 17:27:24 CST 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team updated ASTERISK-27600:
-------------------------------------
Target Release Version/s: 15.3.0
> [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
> Target Release: 13.20.0, 15.3.0
>
> 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