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

2010-01-29 Thread Ulrich von Zadow
I've commited a fix upstream (libavg svn rev. 4550). -- 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 ubunt

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

2010-01-28 Thread Bug Watch Updater
** Changed in: libavg (Debian) Status: Unknown => New -- 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 li

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

2010-01-27 Thread Kamal Mostafa
** Bug watch added: Debian Bug tracker #567144 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567144 ** Also affects: libavg (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567144 Importance: Unknown Status: Unknown -- libavg FTBFS: python LOCALMODLIBS causes -lss

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

2010-01-27 Thread Launchpad Bug Tracker
This bug was fixed in the package libavg - 0.8.0-5ubuntu4 --- libavg (0.8.0-5ubuntu4) lucid; urgency=low * configure, m4/python_dev.m4: Do not reference $py_makefile's LOCALMODLIBS to avoid undesired linking with -lssl (LP: #512861). -- Kamal MostafaTue, 26 Jan 2010 08:13:1

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

2010-01-26 Thread Kamal Mostafa
Revised patch: corrected LP: syntax in changelog description. ** Attachment removed: "fix-512861-ftbfs.debdiff" http://launchpadlibrarian.net/38415176/fix-512861-ftbfs.debdiff ** Attachment added: "fix-512861-ftbfs.debdiff" http://launchpadlibrarian.net/38422665/fix-512861-ftbfs.debdiff --

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

2010-01-26 Thread Kamal Mostafa
Attached debdiff adds quilt patch - debian/patches/no_py_localmodlibs.diff - which comments out the line referencing of python's LOCALMODLIBS from the configure script and its source m4 file. With this patch in place, libavg's binaries no longer try to link with -lssl and the package builds succe

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

2010-01-26 Thread Matthias Klose
libavg must not link with LOCALMODLIBS (this is the list of libs which the python executable must be linked with, not arbitrary extensions). -- libavg FTBFS: python LOCALMODLIBS causes -lssl link failure https://bugs.launchpad.net/bugs/512861 You received this bug notification because you are a m

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

2010-01-26 Thread Kamal Mostafa
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 n