Bug 160762 - missed run-depend on databases/percona-toolkit
Summary: missed run-depend on databases/percona-toolkit
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: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-16 12:10 UTC by Sergey V. Dyatko
Modified: 2011-09-16 22:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey V. Dyatko 2011-09-16 12:10:08 UTC
Not all fbsd box-es have shells/bash installed;-)

database# pkg_info -xI perc
percona-toolkit-1.0.1 Collection of essential command-line utilities for MySQL
database# pt-diskstats 
env: bash: No such file or directory
database# which bash
bash: Command not found.

Fix: 

+RUN_DEPENDS=bash:${PORTSDIR}/shells/bash
How-To-Repeat: pkg_delete -x bash
install or try to use 'shell' parts of most of databases/percona-toolkit
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-16 12:10:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-16 22:03:38 UTC
flo         2011-09-16 21:03:28 UTC

  FreeBSD ports repository

  Modified files:
    databases/percona-toolkit Makefile 
  Log:
  add bash dependancy, some of the scripts require bash
  
  PR:             ports/160762
  Submitted by:   "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
  
  Revision  Changes    Path
  1.2       +3 -1      ports/databases/percona-toolkit/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 3 Florian Smeets freebsd_committer freebsd_triage 2011-09-16 22:04:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!