|
emerge --config =dev-db/mysql-5.1.51
Configuring pkg...
* ERROR: dev-db/mysql-5.1.51 failed:
* Your machine must NOT be named localhost
*
* Call stack:
* ebuild.sh, line 56: Called pkg_config
* environment, line 4204: Called mysql_pkg_config
* environment, line 3715: Called die
* The specific snippet of code:
* [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be named localhost";
*
* If you need support, post the output of 'emerge --info =dev-db/mysql-5.1.51',
* the complete build log and the output of 'emerge -pqv =dev-db/mysql-5.1.51'.
* This ebuild is from an overlay named 'gentoo': '/var/db/pkg/'
* The complete build log is located at '/var/tmp/portage/dev-db/mysql-5.1.51/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-db/mysql-5.1.51/temp/environment'.
* S: '/var/tmp/portage/dev-db/mysql-5.1.51/work/mysql-5.1.51
执行
hostname时,输出
localhost
请问是怎么会事呢? |
|