[asterisk-bugs] [JIRA] (ASTERISK-24156) Asterisk 'make full' fails with raise xml.dom.NotFoundErr
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Wed Aug 6 22:06:32 CDT 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-24156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan closed ASTERISK-24156.
----------------------------------
Resolution: Fixed
> Asterisk 'make full' fails with raise xml.dom.NotFoundErr
> ---------------------------------------------------------
>
> Key: ASTERISK-24156
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-24156
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/BuildSystem, Documentation
> Affects Versions: SVN
> Reporter: Rusty Newton
>
> Tried building trunk at rev 419945 after I had just committed a change in manager documentation.
> Tried to build with
> "./configure --enable-dev-mode && make full"
> {noformat}
> ml.o xmldoc.o -> asterisk
> Building Documentation For: channels pbx apps codecs formats cdr cel bridges funcs tests main res addons
> Traceback (most recent call last):
> File "build_tools/post_process_documentation.py", line 105, in <module>
> sys.exit(main() or 0)
> File "build_tools/post_process_documentation.py", line 97, in main
> collapse_manager_events(docs, managerEvents)
> File "build_tools/post_process_documentation.py", line 62, in collapse_manager_events
> rootNode.removeChild(managerEvent)
> File "/usr/lib/python2.7/xml/dom/minidom.py", line 164, in removeChild
> raise xml.dom.NotFoundErr()
> xml.dom.NotFoundErr
> make: *** [doc/full-en_US.xml] Error 1
> {noformat}
> Went back and tried rev 419940 to see if it was my commit that caused this issue. Doesn't appear to be so, as the issue still occurs.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list