Date: Mon, 12 Jul 1999 07:12:06 -0700 (PDT) From: imura@cs.titech.ac.jp To: freebsd-gnats-submit@freebsd.org Subject: ports/12606: configure problem Message-ID: <19990712141206.2DA0814F5A@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 12606 >Category: ports >Synopsis: configure problem >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 12 07:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ryuichiro IMURA >Release: 3.2-RELEASE i386 >Organization: >Environment: FreeBSD snowwhite.rychi.com 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Mon Jul 12 04:52:18 JST 1999 root@snowwhite.rychi.com:/usr/src/sys/compile/KP6BS i386 >Description: In some machine, configure fails. The error is following. : checking for setegid... yes checking for usleep... yes eval: 1: Syntax error: Unterminated quoted string >How-To-Repeat: I don't know. >Fix: --- patches/patch-aa.orig Fri Jun 11 04:16:27 1999 +++ patches/patch-aa Mon Jul 12 22:55:47 1999 @@ -1,5 +1,5 @@ --- configure.orig Thu Apr 29 00:24:12 1999 -+++ configure Sat May 29 14:57:08 1999 ++++ configure Fri Jun 25 02:43:29 1999 @@ -2035,7 +2035,7 @@ CC=$CXX CFLAGS="$CXXFLAGS" @@ -61,6 +61,15 @@ LIB_MEDIATOOL='-lmediatool $(LIB_KDECORE)' +@@ -6438,7 +6438,7 @@ + fi + + echo "$ac_t""$ac_cv_func_usleep" 1>&6 +-if eval "test \"`echo `$ac_cv_func_usleep\" = yes"; then ++if eval "test \"`echo $ac_cv_func_usleep`\" = yes"; then + cat >> confdefs.h <<\EOF + #define HAVE_USLEEP 1 + EOF @@ -6548,7 +6548,7 @@ fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990712141206.2DA0814F5A>