Bug 166898 - net-mgmt/collectd looks for outdated libmemcached.so version
Summary: net-mgmt/collectd looks for outdated libmemcached.so version
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-13 04:20 UTC by basarevych
Modified: 2012-04-13 17:50 UTC (History)
0 users

See Also:


Attachments
file.diff (397 bytes, patch)
2012-04-13 04:20 UTC, basarevych
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description basarevych 2012-04-13 04:20:11 UTC
If collectd is built with memcached support, Makefile adds:

LIB_DEPENDS+=   memchached.8:${PORTSDIR}/databases/libmemcached

But current version of libmemcached installs /usr/local/lib/libmemcached.so.9

Fix: Change Makefile: memchached.8 to memchached.9

Patch attached with submission follows:
How-To-Repeat: Build collectd with MEMCACHED enabled
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-13 04:20:52 UTC
Maintainer of net-mgmt/collectd,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-13 04:20:55 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2012-04-13 05:48:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 4 Krzysztof 2012-04-13 07:57:49 UTC
Hello,

On Fri, Apr 13, 2012 at 03:20:52AM +0000, Edwin Groothuis wrote:
> Maintainer of net-mgmt/collectd,
> 
> Please note that PR ports/166898 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/166898
> 

Yes of course, It should be corrected.

Thanks a lot for help.

Greetings,
-- 
Krzysztof Stryjek
UNIX administrator/Juniper Networks Specialist
email: wtp (at) bsdserwis (dot) com
http://www.linkedin.com/in/KrzysztofStryjek
GPG fingerprint: 8BD7 40CE 8994 0BBE CE6C  91CD 1292 8959 DC61 0E76

In theory, there is no difference between theory and practice.
In practice, there is.
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-04-13 17:44:27 UTC
jgh         2012-04-13 16:44:13 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/collectd    Makefile 
  Log:
  - chase libmemcached shared library bump 8=>9
  
  PR:     ports/166898
  Submitted by:   basarevych@gmail.com
  Approved by:    maintainer, ports@bsdserwis.com
  
  Revision  Changes    Path
  1.39      +1 -1      ports/net-mgmt/collectd/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 6 Jason Helfman freebsd_committer freebsd_triage 2012-04-13 17:47:34 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!