[devel] или autotools... (Re: SysVinit (/sbin/shutdown) и apcupsd)
Sergey Y. Afonin
=?iso-8859-1?q?asy_=CE=C1_altlinux=2Eru?=
Вт Дек 25 17:10:33 MSK 2007
On Tuesday 25 December 2007, Sergey Y. Afonin wrote:
> checking for pthreads... checking for shutdown... no
> checking for shutdown.bsd... no
> configure: error: shutdown program not found !
> error: Bad exit status from /home/asy/tmp/rpm-tmp.57018 (%build)
В общем, раньше в configure получалось так:
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ac_cv_path_SHUTDOWN="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
А теперь
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
echo $as_test_x
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_SHUTDOWN="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
И test -x не проходит от юзера... Интересно, что делать ? В лоб патчить
полученный configure, наверное, странно...
--
С уважением, Сергей Афонин
asy на altlinux.ru
Подробная информация о списке рассылки Devel