[asterisk-bugs] [JIRA] (ASTERISK-25124) menuselect configure now requires libxml2 for 11.18.0-rc1
abelbeck (JIRA)
noreply at issues.asterisk.org
Sat May 23 11:52:33 CDT 2015
abelbeck created ASTERISK-25124:
-----------------------------------
Summary: menuselect configure now requires libxml2 for 11.18.0-rc1
Key: ASTERISK-25124
URL: https://issues.asterisk.org/jira/browse/ASTERISK-25124
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/BuildSystem
Affects Versions: 11.18.0
Environment: AstLinux 1.x (cross-compiled via Buildroot)
Reporter: abelbeck
Severity: Minor
There seems to be some changes to menuselect with the "git" Asterisk coupled with the fact we are cross-compiling.
1) Asterisk 11.18.0-rc1 menuselect configure now requires libxml2, but does not need it. Possibly 1.8 built from "git" has the same problem.
2) Asterisk 11.18.0-rc1 menuselect/bootstrap.sh does not generate the proper configure script, but the pre-built configure script seems to work. The resulting "bootstrap.sh" configure is missing the "SED" definition and the foo to generate it. The build error look like:
{noformat}
checking for curses.h... yes
checking for initscr in -lncurses... yes
checking for curses.h... (cached) yes
checking for xml2-config... /usr/bin/xml2-config
./configure: line 4549: -e: command not found
./configure: line 4553: -e: command not found
configure: error: Could not find required 'Libxml2' development package
{noformat}
In our Buildroot build system we are able to unnecessarily build "host-libxml2" to satisfy #1 and no longer perform a "menuselect/bootstrap.sh" to satisify #2, but regardless I'm reporting a change in menuselect.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list