- 主题:上午svn的代码,'miscd_dodaemon'有点问题
make过不去:
Making all in daemon
[Compiling miscd.c]
miscd.c: In function 'miscd_dodaemon':
miscd.c:593: error: too few arguments to function 'setpgrp'
--
FROM 211.99.222.*
系统用的FreeBSD 7.0
前面一路正常:)
【 在 cougarwww (菲平) 的大作中提到: 】
: make过不去:
: Making all in daemon
: [Compiling miscd.c]
: ...................
--
FROM 211.99.222.*
呵呵:)我编译添加了ule支持
FreeBSD bbs.uibe.edu.cn 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Thu Feb 28 21:13:22 CST 2008 swan@bbs.uibe.edu.cn:/usr/src/sys/amd64/compile/bbskernel amd64
【 在 atppp (Big Mouse) 的大作中提到: 】
: 恭喜发布。
: uname -a 出来是啥
--
FROM 211.99.222.*
*-*-freebsd*
?
【 在 atppp (Big Mouse) 的大作中提到: 】
: configure.ac
: 判断的是
: i*86-*-freebsd*
: ...................
--
FROM 211.99.222.*
## --------- ##
## Platform. ##
## --------- ##
hostname = bbs.uibe.edu.cn
uname -m = amd64
uname -r = 7.0-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 7.0-RELEASE #0: Thu Feb 28 21:13:22 CST 2008 swan@bbs.uibe.edu.cn:/usr/src/sys/amd64/compile/bbskernel
/usr/bin/uname -p = amd64
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /home/bbs/bin
【 在 atppp (Big Mouse) 的大作中提到: 】
: 你看看config.log host system type 之类的八。。
--
FROM 211.99.222.*
是要升级,以前用debian,这回想用freebsd,会有大问题嘛?
【 在 atppp (Big Mouse) 的大作中提到: 】
: 不是,再往下,
: 算了
: 我已开始还以为是你bsd升级上来的问题
: ...................
--
FROM 211.99.222.*
make过去了,ssh那有问题了,去掉ssh只是,也过去了,
我再试试ssh的
【 在 fancyrabbit (兔兔猫★Initial F★Changing ...) 的大作中提到: 】
: 试试看呗,没啥大问题。
--
FROM 211.99.222.*
*-*-freebsd*)
# From Ollivier Robert: FreeBSD and NetBSD use master.passwd, but set
# pw_passwd automatically when running as root.
no_shadow_password_checking=yes
CFLAGS="$CFLAGS -DFREEBSD"
;;
【 在 fancyrabbit (兔兔猫★Initial F★Changing ...) 的大作中提到: 】
: sshbbsd/configure.ac 里也有同样的问题,我估计就是它
--
FROM 211.99.222.*
Making all in sshbbsd
[Compiling sshd.c]
In file included from ssh_funcs.h:5,
from sshd.c:22:
./packet.h:19:17: error: gmp.h: No such file or directory
In file included from ssh_funcs.h:5,
from sshd.c:22:
./packet.h:74: error: expected ')' before '*' token
./packet.h:114: error: expected ')' before '*' token
In file included from sshd.c:25:
rsa.h:24: error: expected specifier-qualifier-list before 'MP_INT'
rsa.h:30: error: expected specifier-qualifier-list before 'MP_INT'
【 在 cougarwww (菲平) 的大作中提到: 】
: *-*-freebsd*)
: # From Ollivier Robert: FreeBSD and NetBSD use master.passwd, but set
: # pw_passwd automatically when running as root.
: ...................
--
FROM 211.99.222.*
我特意装了的啊
bbs# cd /usr/ports/math/libgmp4/
bbs# make install clean
【 在 fancyrabbit (兔兔猫★Initial F★Changing ...) 的大作中提到: 】
: 没找到 gmp.h ?
--
FROM 211.99.222.*