Bug 131778 - comms/gnokii fails to build when multimedia/mpeg4ip is installed
Summary: comms/gnokii fails to build when multimedia/mpeg4ip is installed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-17 13:10 UTC by Vladimir Kushnir
Modified: 2009-03-22 21:00 UTC (History)
0 users

See Also:


Attachments
gnokii.diff (5.50 KB, patch)
2009-02-26 17:02 UTC, Guido Falsi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kushnir 2009-02-17 13:10:01 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-17 13:10:09 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-17 13:10:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2009-02-26 17:02:30 UTC
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>
Comment 4 Guido Falsi freebsd_committer freebsd_triage 2009-02-26 17:06:36 UTC
Forgot to mention:

patch add a file, files/patch-gnokii-Makefile.in

-- 
Guido Falsi <mad@madpilot.net>
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2009-03-22 20:42:20 UTC
State Changed
From-To: feedback->closed

Committed, thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-03-22 20:50:33 UTC
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"