[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch] net/net-snmp
- Subject: [patch] net/net-snmp
- From: 藤原 誠/Makoto Fujiwara<makoto@ki.nu>
- To: tech-pkg-ja@jp.netbsd.org
- Date: Tue, 12 Sep 2006 01:48:35 +0900
- Message-ID: <yfm3baywdr0.wl%makoto@ki.nu>
- Delivered-To: mailing list tech-pkg-ja@jp.netbsd.org
- Mailing-List: contact tech-pkg-ja-help@jp.netbsd.org; run by ezmlm-idx
- User-Agent: Wanderlust/2.15.3 (Almost Unreal) SEMI/1.14.6 (Maruoka)FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.0.50(powerpc-unknown-netbsd3.99.21) MULE/5.0 (賢木)
> 千葉市中央区長洲
> 藤原 誠
(macppc) 4.99.1 の net/net-snmp で make すると、次のように
なって止ります。
configure: error: mib module "mibII/at" requires module ""
but .h or .c could not be found in ./agent/mibgroup
それで添付のような変更をしたら、make package まで行けたので
ですが、やはりこれは自分だけの環境の問題でしょうか ?
(send-pr するにはちょっと気がひける内容の気がしまして)
---
(藤原)
--- configure.orig 2006-09-12 01:02:35.000000000 +0900
+++ configure 2006-09-12 01:03:11.000000000 +0900
@@ -13723,7 +13723,11 @@
#---------------------
# check if $i has any other required modules
#
+ if test "x$new_list" != "x"; then
new_list="$new_list `$MODULECPP $srcdir/$mibdir/$i.h | grep config_require | sed 's/.*config_require(\(.*\)).*/\1/'`"
+ else
+ new_list="`$MODULECPP $srcdir/$mibdir/$i.h | grep config_require | sed 's/.*config_require(\(.*\)).*/\1/'`"
+ fi
if test $module_debug -eq 1; then
echo " $i will test: $new_list"
fi
configure-net-snmp.diff