From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 From: "Sergey Y. Afonin" To: ALT Linux Team development discussions Date: Tue, 25 Dec 2007 18:10:33 +0400 User-Agent: KMail/1.9.7 References: <200712251729.42892.asy@altlinux.ru> In-Reply-To: <200712251729.42892.asy@altlinux.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200712251810.34116.asy@altlinux.ru> Subject: [devel] =?koi8-r?b?yczJIGF1dG90b29scy4uLiAoUmU6ICBTeXNWaW5pdCAo?= =?koi8-r?b?L3NiaW4vc2h1dGRvd24pIMkgYXBjdXBzZCk=?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2007 14:10:47 -0000 Archived-At: List-Archive: List-Post: 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