Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 522504 Details for
Bug 649724
mysql-multilib-r1: prefix environment, pkg_config failure: mysqld: Too many arguments
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mysql-multilib-r1.patch
mysql-multilib-r1.patch (text/plain), 1.01 KB, created by
Xiami
on 2018-03-06 09:46:00 UTC
(
hide
)
Description:
mysql-multilib-r1.patch
Filename:
MIME Type:
Creator:
Xiami
Created:
2018-03-06 09:46:00 UTC
Size:
1.01 KB
patch
obsolete
>diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass >--- a/eclass/mysql-multilib-r1.eclass >+++ b/eclass/mysql-multilib-r1.eclass >@@ -878,7 +878,7 @@ mysql-multilib-r1_pkg_config() { > > # Fix bug 446200. Don't reference host my.cnf, needs to come first, > # see http://bugs.mysql.com/bug.php?id=31312 >- use prefix && options="${options} '--defaults-file=${MY_SYSCONFDIR}/my.cnf'" >+ use prefix && options="${options} --defaults-file=${MY_SYSCONFDIR}/my.cnf" > > local help_tables="${ROOT}${MY_SHAREDSTATEDIR}/fill_help_tables.sql" > [[ -r "${help_tables}" ]] \ > >diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass >--- a/eclass/mysql-multilib-r1.eclass >+++ b/eclass/mysql-multilib-r1.eclass >@@ -962,7 +962,7 @@ mysql-multilib-r1_pkg_config() { > #einfo "About to start mysqld: ${mysqld}" > ebegin "Starting mysqld" > einfo "Command ${mysqld}" >- ${mysqld} & >+ su -s /bin/sh -c "${mysqld}" & > rc=$? > while ! [[ -S "${socket}" || "${maxtry}" -lt 1 ]] ; do > maxtry=$((${maxtry}-1))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 649724
:
522502
| 522504