Comment 3 for bug 1552754

Revision history for this message
Luigi Genovese (luigi-genovese) wrote :

It seems that the code did not installed PyYaml.

The command:

export PYTHONPATH=/opt/lib/root:/opt/lib/root: ; \
export LD_LIBRARY_PATH=:/opt/local/lib:/opt/lib/root:/opt/lib:/opt/local/lib:/opt/lib/root:/opt/lib ;

which is now launched as make is ran from the builddir, does not contain the output of

ls -d $(abs_top_builddir)/PyYAML-3.10/build/lib.*

Do you have a clue on why pyaml did not compile on your build?
Also, the code should have added the
<top_builddir>/yaml-0.1.4/src/.libs

directory to the LD_LIBRARY_PATH.

Note that there is not need of pyyaml to run the code, but only to verify the tests.

Do not hesitate

Many thanks

Luigi