Comment 4 for bug 1552754

Revision history for this message
Roger Mason (rmason-8) wrote : Re: [Bug 1552754] Re: make check fails (python yaml problem)

Hi Luigi,

Luigi Genovese <email address hidden> writes:

> 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.

The relevant lines are commented out in the builddir Makefile:

# This is required for testing.
#LD_LIBRARY_PATH := ${LD_LIBRARY_PATH}:$(abs_top_builddir)/yaml-0.1.4/src/.libs

# Required by tests
#PYTHONPATH := ${PYTHONPATH}:`ls -d
#$(abs_top_builddir)/PyYAML-3.10/build/lib.*`

I have no idea why this happened.

Cheers,
Roger