ID: 10818
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Compile Failure
Operating system: OpenBSD 2.7
PHP Version: 4.0.5
Description: configure error
SAPI_PROGRAM=php
SAPI_SHARED=libs/libphp4.$SHLIB_SUFFIX_NAME
SAPI_STATIC=libs/libphp4.a
SAPI_LIBTOOL=libphp4.la
echo "$ac_t""" 1>&6
echo "$ac_t""${T_MD}Configuring SAPI modules${T_ME}" 1>&6
esyscmd(./scripts/config-stubs sapi)
echo $ac_n "checking for chosen SAPI module""... $ac_c" 1>&6
echo "configure:2365: checking for chosen SAPI module" >&5
echo "$ac_t""$PHP_SAPI" 1>&6
if test "$enable_experimental_zts" = "yes"; then
if test -n "$ac_cv_pthreads_lib"; then
LIBS="$LIBS -l$ac_cv_pthreads_lib"
Previous Comments:
---------------------------------------------------------------------------
[2001-05-14 17:11:56] [EMAIL PROTECTED]
Sorry... I meant 2350-2370
Derick
---------------------------------------------------------------------------
[2001-05-14 17:06:50] [EMAIL PROTECTED]
buildconf: autoconf version 2.13 (ok)
buildconf: automake version 1.4 (ok)
buildconf: libtool version 1.3.3 (ok)
I had the same results with libtool 1.3.3, 1.3.5, and 1.4.
Here are lines 2500-2700 of configure:
--------------------------
:
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
rm -rf conftest*
cat >> confdefs.h <<EOF
#define MISSING_CTIME_R_DECL 1
EOF
fi
rm -f conftest*
cat > conftest.$ac_ext <<EOF
#line 2516 "configure"
#include "confdefs.h"
#include <string.h>
int main() {
char *(*func)() = strtok_r
; return 0; }
EOF
if { (eval echo configure:2523: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
:
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
rm -rf conftest*
cat >> confdefs.h <<EOF
#define MISSING_STRTOK_R_DECL 1
EOF
fi
rm -f conftest*
echo "$ac_t""done" 1>&6
echo $ac_n "checking whether compiler supports -R""... $ac_c" 1>&6
echo "configure:2544: checking whether compiler supports -R" >&5
if eval "test "`echo '$''{'php_cv_cc_dashr'+set}'`" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
SAVE_LIBS="${LIBS}"
LIBS="-R /usr/lib ${LIBS}"
cat > conftest.$ac_ext <<EOF
#line 2552 "configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
if { (eval echo configure:2559: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s
conftest${ac_exeext}; then
rm -rf conftest*
php_cv_cc_dashr=yes
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
rm -rf conftest*
php_cv_cc_dashr=no
fi
rm -f conftest*
LIBS="${SAVE_LIBS}"
fi
echo "$ac_t""$php_cv_cc_dashr" 1>&6
if test $php_cv_cc_dashr = "yes"; then
ld_runpath_switch="-R"
else
echo $ac_n "checking whether compiler supports -Wl,-rpath,""... $ac_c" 1>&6
echo "configure:2577: checking whether compiler supports -Wl,-rpath," >&5
if eval "test "`echo '$''{'php_cv_cc_rpath'+set}'`" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
SAVE_LIBS="${LIBS}"
LIBS="-Wl,-rpath,/usr/lib ${LIBS}"
cat > conftest.$ac_ext <<EOF
#line 2585 "configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
if { (eval echo configure:2592: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s
conftest${ac_exeext}; then
rm -rf conftest*
php_cv_cc_rpath=yes
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
rm -rf conftest*
php_cv_cc_rpath=no
fi
rm -f conftest*
LIBS="${SAVE_LIBS}"
fi
echo "$ac_t""$php_cv_cc_rpath" 1>&6
if test $php_cv_cc_rpath = "yes"; then
ld_runpath_switch="-Wl,-rpath,"
else
ld_runpath_switch="-L"
fi
fi
# Extract the first word of "sendmail", so it can be a program name with args.
set dummy sendmail; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2617: checking for $ac_word" >&5
if eval "test "`echo '$''{'ac_cv_path_PROG_SENDMAIL'+set}'`" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
case "$PROG_SENDMAIL" in
/*)
ac_cv_path_PROG_SENDMAIL="$PROG_SENDMAIL" # Let the user override the test with a
path.
;;
?:/*)
ac_cv_path_PROG_SENDMAIL="$PROG_SENDMAIL" # Let the user override the test with a
dos path.
;;
*)
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
ac_dummy="$PATH:/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib"
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_path_PROG_SENDMAIL="$ac_dir/$ac_word"
break
fi
done
IFS="$ac_save_ifs"
;;
esac
fi
PROG_SENDMAIL="$ac_cv_path_PROG_SENDMAIL"
if test -n "$PROG_SENDMAIL"; then
echo "$ac_t""$PROG_SENDMAIL" 1>&6
else
echo "$ac_t""no" 1>&6
fi
if test -n "$PROG_SENDMAIL"; then
cat >> confdefs.h <<EOF
#define HAVE_SENDMAIL 1
EOF
fi
echo $ac_n "checking whether system uses EBCDIC""... $ac_c" 1>&6
echo "configure:2659: checking whether system uses EBCDIC" >&5
if eval "test "`echo '$''{'ac_cv_ebcdic'+set}'`" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
if test "$cross_compiling" = yes; then
ac_cv_ebcdic="no"
else
cat > conftest.$ac_ext <<EOF
#line 2670 "configure"
#include "confdefs.h"
int main(void) {
return (unsigned char)'A' != (unsigned char)0xC1;
}
EOF
if { (eval echo configure:2678: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s
conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_ebcdic="yes"
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
rm -fr conftest*
ac_cv_ebcdic="no"
fi
rm -fr conftest*
fi
fi
echo "$ac_t""$ac_cv_ebcdic" 1>&6
if test "$ac_cv_ebcdic" = "yes"; then
cat >> confdefs.h <<EOF
#define CHARSET_EBCDIC 1
EOF
---------------------------------------------------------------------------
[2001-05-14 16:19:56] [EMAIL PROTECTED]
Hello,
can you show us the following things:
libtool --version
automake --version
autoconf --version
And the lines 2500-2700 of configure
regards,
Derick
---------------------------------------------------------------------------
[2001-05-14 15:54:58] [EMAIL PROTECTED]
Unfortunately, I am getting the same error, even with simply './configure'.
Configuring SAPI modules
./configure[2365]: syntax error: `./scripts/config-stubs' unexpected
---------------------------------------------------------------------------
[2001-05-14 08:35:12] [EMAIL PROTECTED]
Hello,
there is some trouble with the HEAD branch regarding the new libtool,
so can you possibly checkout the PHP_4_0_6 branch from cvs:
cvs -d :pserver:[EMAIL PROTECTED]:/repository co -r PHP_4_0_6 php4
cd php4
cvs -d :pserver:[EMAIL PROTECTED]:/repository co -r PHP_4_0_6 co TSRM ZEND
cd ..
./buildconf
This works fine for me on OpenBSD 2.8 with libtool 1.3.3
regards,
Derick
---------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view the rest of the
comments, please view the bug report online.
Full Bug description available at: http://bugs.php.net/?id=10818
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]