[Home]

Summary:ASTERISK-24156: Asterisk 'make full' fails with raise xml.dom.NotFoundErr
Reporter:Rusty Newton (rnewton)Labels:
Date Opened:2014-08-04 15:31:09Date Closed:2014-08-06 22:06:24
Priority:MajorRegression?Yes
Status:Closed/CompleteComponents:Core/BuildSystem Documentation
Versions:SVN Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description: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.
Comments: