- 论坛徽章:
- 0
|
昨天晚上更新了一夜的那个什么port,我都不知道这个port是个什么东西,看那个hook上面讲好像是安装软件的编辑文件,我从我电脑上ping cvsup2.freebsdchina.org只有6秒,为什么更新要更新一夜,命令就是按教程上的csup -L 2 -h cvsup2.FreeBSDchina.org /usr/share/examples/cvsup/ports-supfile,更新好了后,想装个sql起来,就/usr/ports/databases/mysql51-server 然后make install clean 然后一直是mv -f .deps/log_event.Tpo .deps/log_event.Po
c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DMYSQL_DATADIR="\"/var/db/mysql\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DPLUGINDIR="\"/usr/local/lib/mysql/plugin\"" -DHAVE_EVENT_SCHEDULER -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -I../regex -I. -O2 -pipe -fPIC -fno-strict-aliasing -O2 -pipe -fPIC -fno-strict-aliasing -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT rpl_record.o -MD -MP -MF .deps/rpl_record.Tpo -c -o rpl_record.o rpl_record.cc
In file included from ../include/my_global.h:444,
from mysql_priv.h:33,
from rpl_record.cc:18:
/usr/include/sys/timeb.h:42:2: warning: #warning "this file includes <sys/timeb.h> which is deprecated"
mv -f .deps/rpl_record.Tpo .deps/rpl_record.Po
c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DMYSQL_DATADIR="\"/var/db/mysql\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DPLUGINDIR="\"/usr/local/lib/mysql/plugin\"" -DHAVE_EVENT_SCHEDULER -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -I../regex -I. -O2 -pipe -fPIC -fno-strict-aliasing -O2 -pipe -fPIC -fno-strict-aliasing -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT log_event_old.o -MD -MP -MF .deps/log_event_old.Tpo -c -o log_event_old.o log_event_old.cc
In file included from ../include/my_global.h:444,
from mysql_priv.h:33,
from log_event_old.cc:16:
/usr/include/sys/timeb.h:42:2: warning: #warning "this file includes <sys/timeb.h> which is deprecated"
mv -f .deps/log_event_old.Tpo .deps/log_event_old.Po
c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DMYSQL_DATADIR="\"/var/db/mysql\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DPLUGINDIR="\"/usr/local/lib/mysql/plugin\"" -DHAVE_EVENT_SCHEDULER -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -I../regex -I. -O2 -pipe -fPIC -fno-strict-aliasing -O2 -pipe -fPIC -fno-strict-aliasing -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT rpl_record_old.o -MD -MP -MF .deps/rpl_record_old.Tpo -c -o rpl_record_old.o rpl_record_old.cc
In file included from ../include/my_global.h:444,
from mysql_priv.h:33,
from rpl_record_old.cc:17:
/usr/include/sys/timeb.h:42:2: warning: #warning "this file includes <sys/timeb.h> which is deprecated"
mv -f .deps/rpl_record_old.Tpo .deps/rpl_record_old.Po
c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DMYSQL_DATADIR="\"/var/db/mysql\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DPLUGINDIR="\"/usr/local/lib/mysql/plugin\"" -DHAVE_EVENT_SCHEDULER -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -I../regex -I. -O2 -pipe -fPIC -fno-strict-aliasing -O2 -pipe -fPIC -fno-strict-aliasing -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT discover.o -MD -MP -MF .deps/discover.Tpo -c -o discover.o discover.cc
In file included from ../include/my_global.h:444,
from mysql_priv.h:33,
from discover.cc:24:
/usr/include/sys/timeb.h:42:2: warning: #warning "this file includes <sys/timeb.h> which is deprecated"
一直这样死循环,是我命令打错了吗,后来看百度又说用pkg_add加r参数自动装,我就pkg_add -r mysql151-server然后就
mynamechen# pkg_add -r mysql41-server
Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-r elease/Latest/mysql41-server.tbz: File unavailable (e.g., file not found, no acc ess)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages- 9.0-release/Latest/mysql41-server.tbz' by URL
mynamechen# pwd
/usr/ports/databases/mysql51-server
mynamechen# /usr/ports/databases/mysql51-serverv -f .deps/log_event.Tpo .deps/lo g_event.Po
from rpl_record.cc:18:
/usr/include/sys/timeb.h:42:2: warning: #warning "this file includes <sys/timeb. h> which is deprecated"
难道你们装的时候一装就上的吗,就没有了像我这问题了吗,我装的是9.0版本,安装的时候port和sys都装了,那个port也更新了,别的什么也没动,要按hook上来讲这样安装一装就应该装上,为什么我这个这多错误. |
|