Bug 140246 - sysutils/freeipmi: Missing runtime dependency
Summary: sysutils/freeipmi: Missing runtime dependency
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: Simon L. B. Nielsen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-03 11:30 UTC by Simon L. B. Nielsen
Modified: 2009-12-07 12:33 UTC (History)
0 users

See Also:


Attachments
freeipmi-argp.patch (654 bytes, patch)
2009-11-03 11:30 UTC, Simon L. B. Nielsen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon L. B. Nielsen freebsd_committer freebsd_triage 2009-11-03 11:30:02 UTC
	The ipmimonitoring tool in freeipmi, and probably other freeimpi
	tools, has a runtime dependency on argp-standalone since it
	links dynamically against it.

	# ldd /usr/local/sbin/ipmimonitoring | grep libargp
	        libargp.so.0 => /usr/local/lib/libargp.so.0 (0x8010a0000)

Fix: Change freeipmi to have a runtime dependency on argp-standalone.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-11-03 11:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->simon

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-11-03 11:30:16 UTC
Maintainer of sysutils/freeipmi,

Please note that PR ports/140246 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/140246

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2009-11-03 11:30:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 frol 2009-12-06 06:25:04 UTC
I'm a maintainer and the patch looks reasonable to me. Can anyone
commit it, please. Thanks.
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2009-12-07 12:10:06 UTC
State Changed
From-To: feedback->open

Maintainer approved
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-12-07 12:21:28 UTC
simon       2009-12-07 12:21:19 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/freeipmi    Makefile 
  Log:
  Change argp-standalone from a build time dependency to a runtime
  dependency, since at least 'ipmimonitoring' links dynamically against
  the argp-standalone library.
  
  PR:                     ports/140246
  Prod to commit by:      pav (indirectly) :-)
  Approved by:            Dmitry Frolov (maintainer)
  
  Revision  Changes    Path
  1.32      +2 -2      ports/sysutils/freeipmi/Makefile
_______________________________________________
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"
Comment 7 Simon L. B. Nielsen freebsd_committer freebsd_triage 2009-12-07 12:32:50 UTC
State Changed
From-To: open->closed

Committed.