[asterisk-bugs] [JIRA] (ASTERISK-24156) Asterisk 'make full' fails with raise xml.dom.NotFoundErr

Rusty Newton (JIRA) noreply at issues.asterisk.org
Mon Aug 4 15:32:57 CDT 2014


Rusty Newton created ASTERISK-24156:
---------------------------------------

             Summary: 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}
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