Comment 5 for bug 1065139

Revision history for this message
Colin McPhail (mcphail-colin) wrote :

It was the problem in the libxml2-2.9.0 source that I was referring to. I worked around that but the build of libxml2-2.9.0 is still failing. Here is the end of the build log:

Making all in doc
Making all in .
make[3]: Nothing to be done for `all-am'.
Making all in devhelp
make[3]: *** No rule to make target `home.png', needed by `all-am'. Stop.
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Traceback (most recent call last):
  File "setup.py", line 226, in <module>
    **setup_extra_options()
  File "setup.py", line 139, in setup_extra_options
    STATIC_CFLAGS, STATIC_BINARIES)
  File "/Users/colin/Python/lxml-3.0/setupinfo.py", line 57, in ext_modules
    multicore=OPTION_MULTICORE)
  File "/Users/colin/Python/lxml-3.0/buildlibxml.py", line 340, in build_libxml2xslt
    cmmi(libxml2_configure_cmd, libxml2_dir, multicore, **call_setup)
  File "/Users/colin/Python/lxml-3.0/buildlibxml.py", line 266, in cmmi
    cwd=build_dir, **call_setup)
  File "/Users/colin/Python/lxml-3.0/buildlibxml.py", line 249, in call_subprocess
    raise Exception('Command "%s" returned code %s' % (cmd_desc, returncode))
Exception: Command "make -j5" returned code 512

It looks like a file 'home.png' in the libxml2-2.9.0 documentation tree is missing.

This isn't lxml's problem so I am happy for this bug report to be marked fixed.