[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] net/net-snmp



>                                           千葉市中央区長洲
>                                                    藤原 誠
(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