Advertisement
Guest User

Untitled

a guest
Aug 20th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. root@mlawler-test:~/image-build# make centos
  2. make publish/centos60_x86_64.qcow2
  3. make[1]: Entering directory `/root/image-build'
  4. -- Building centos60_x86_64
  5. make templates/.centos60_x86_64.tdl
  6. make[2]: Entering directory `/root/image-build'
  7. make[2]: `templates/.centos60_x86_64.tdl' is up to date.
  8. make[2]: Leaving directory `/root/image-build'
  9. OZ_DEBUG=3 ./build-helper.sh .centos60_x86_64 "centos60_x86_64.qcow2" "centos60_x86_64.dsk"
  10. Mon Aug 20 21:44:52 CDT 2012: 1: centos60_x86_64.qcow2: CONFIG_FILE variable empty - setting to /etc/oz/oz.cfg
  11. Mon Aug 20 21:44:52 CDT 2012: 1: centos60_x86_64.qcow2: Starting the build of centos60_x86_64.qcow2 on centos60_x86_64.dsk from ./templates/.centos60_x86_64.tdl. This will take a while Shep!
  12. Mon Aug 20 21:44:52 CDT 2012: 2: centos60_x86_64.qcow2: /usr/bin/oz-install -t 2400 -c "/etc/oz/oz.cfg" -d3 -x "./templates/.centos60_x86_64.xml" -p -u "./templates/.centos60_x86_64.tdl"
  13. Traceback (most recent call last):
  14. File "/usr/bin/oz-install", line 135, in <module>
  15. tdl = oz.TDL.TDL(open(args[0], 'r').read())
  16. File "/usr/lib/pymodules/python2.7/oz/TDL.py", line 129, in __init__
  17. self.doc = libxml2.parseDoc(xmlstring)
  18. File "/usr/lib/python2.7/dist-packages/libxml2.py", line 1263, in parseDoc
  19. if ret is None:raise parserError('xmlParseDoc() failed')
  20. libxml2.parserError: xmlParseDoc() failed
  21. Mon Aug 20 21:44:52 CDT 2012: 0: centos60_x86_64.qcow2: ERROR: Build failed
  22. make[1]: *** [publish/centos60_x86_64.qcow2] Error 1
  23. make[1]: Leaving directory `/root/image-build'
  24. make: *** [centos60_x86_64] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement