Comms/gnokii fails to build when multimedia/mpeg4ip is installed. The reason: mpeg4ip installs sdp.h and libsdp.{so.0,so,la} which get picked up by gnokii build instead of the system ones. Result: undefined symbols in common/devices/unixbluetooth.c How-To-Repeat: Try to build comms/gnokii with multimedia/mpeg4ip already installed.
Maintainer of comms/gnokii, Please note that PR ports/131778 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/131778 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Attaching a patch which should solve the problem by hardcoding libsdp.so paths in some Makefiles. I could not find a better solution for now. Discussion on the mailing lists shed some light on the same include and lib name problem, perhaps FreeBSD's libsdp or libbluetoot will be merged together, this willreally fix the thing at last, for this and other ports. -- Guido Falsi <mad@madpilot.net>
Forgot to mention: patch add a file, files/patch-gnokii-Makefile.in -- Guido Falsi <mad@madpilot.net>
State Changed From-To: feedback->closed Committed, thanks!
pav 2009-03-22 20:50:13 UTC FreeBSD ports repository Modified files: comms/gnokii/files patch-common-devices-unixbluetooth.c patch-configure patch-gnokiid-Makefile.in patch-smsd-Makefile.in patch-xgnokii-Makefile.in Added files: comms/gnokii/files patch-gnokii-Makefile.in Log: - Fix build in presence of mpeg4ip by hardcoding /usr/lib/spd.so (mpeg4ip installs another spd.so to localbase) PR: ports/131778 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Reported by: Vladimir Kushnir <vkushnir@bigmir.net> Revision Changes Path 1.2 +2 -2 ports/comms/gnokii/files/patch-common-devices-unixbluetooth.c 1.11 +2 -2 ports/comms/gnokii/files/patch-configure 1.1 +11 -0 ports/comms/gnokii/files/patch-gnokii-Makefile.in (new) 1.2 +12 -3 ports/comms/gnokii/files/patch-gnokiid-Makefile.in 1.2 +12 -3 ports/comms/gnokii/files/patch-smsd-Makefile.in 1.2 +12 -3 ports/comms/gnokii/files/patch-xgnokii-Makefile.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"