Bug 199402 - databases/percona56-server: missing dependency on perl5
Summary: databases/percona56-server: missing dependency on perl5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-12 18:20 UTC by Claus Conrad
Modified: 2015-06-07 21:05 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (flo)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Claus Conrad 2015-04-12 18:20:36 UTC
Installed percona56-server in a jail and tried to onestart it:

# service mysql-server start
/usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql

Solution:

# pkg install -y perl5
# service mysql-server start
Starting mysql.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-06-07 20:58:02 UTC
A commit references this bug:

Author: flo
Date: Sun Jun  7 20:57:51 UTC 2015
New revision: 388782
URL: https://svnweb.freebsd.org/changeset/ports/388782

Log:
  - Update to 5.6.24-72.2
  - Add missing perl5 to USES, Percona Server needs perl [1]

  PR:		199402 [1]
  Reported by:	Claus Conrad <lists@clausconrad.com>

Changes:
  head/databases/percona56-server/Makefile
  head/databases/percona56-server/distinfo
  head/databases/percona56-server/files/patch-client_CMakeLists.txt
  head/databases/percona56-server/pkg-plist
Comment 2 Florian Smeets freebsd_committer freebsd_triage 2015-06-07 20:58:43 UTC
Should be fixed in the latest version.