[Bug 512861] Re: libavg FTBFS: python LOCALMODLIBS causes -lssl link failure

Kamal Mostafa kamal at whence.com
Tue Jan 26 16:37:56 UTC 2010


This package's m4/python_dev.m4 script improperly refers to Python's
LOCALMODLIBS which contains a link reference to -lssl (and other libs):

  py_localmodlibs=`sed -n -e 's/^LOCALMODLIBS=\(.*\)/\1/p' $py_makefile`

libavg does not build-depend on libssl-dev (nor should it as it does not
actually need to link with -lssl) so that library is not installed and
therefore causes libavg to FTB when $py_localmodlibs tries to link with
it anyway.

** Changed in: libavg (Ubuntu)
       Status: New => In Progress

** Changed in: libavg (Ubuntu)
     Assignee: (unassigned) => Kamal Mostafa (kamalmostafa)

-- 
libavg FTBFS: python LOCALMODLIBS causes -lssl link failure
https://bugs.launchpad.net/bugs/512861
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list