4.1 build fails, looking for missing term.h

4.1 build fails, looking for missing term.h

am 28.02.2003 17:09:54 von Paul DuBois

The current 4.1 pull fails, trying to find a missing header file.
This happens to me both on RedHat 7.0 and Mac OS X 10.2.

How-to-repeat:

bk pull, configure, and make. The end of my make output looks
like this:


make[3]: Leaving directory `/home/paul/mysql-4.1/cmd-line-utils/libedit'
make[3]: Entering directory `/home/paul/mysql-4.1/cmd-line-utils'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/paul/mysql-4.1/cmd-line-utils'
make[2]: Leaving directory `/home/paul/mysql-4.1/cmd-line-utils'
Making all in cmd-line-utils/libedit
make[2]: Entering directory `/home/paul/mysql-4.1/cmd-line-utils/libedit'
make[2]: *** No rule to make target `term.h', needed by `all-am'. Stop.
make[2]: Leaving directory `/home/paul/mysql-4.1/cmd-line-utils/libedit'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/paul/mysql-4.1'
make: *** [all] Error 2


My configure command is:

VERSION=40100
PREFIX="/var/mysql/$VERSION"
PORT=$VERSION
HANDLERS="--with-berkeley-db"
BENCH="--without-bench"
DOCS="--without-docs"
OTHER="--enable-local-infile --with-extra-charsets=all --with-embedded-server --with-vio --with-openssl"
rm -f config.cache
../configure \
--prefix=$PREFIX \
--localstatedir=$PREFIX/data \
--with-unix-socket-path=$PREFIX/mysql.sock \
--with-tcp-port=$PORT \
$HANDLERS $BENCH $DOCS $OTHER

------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread13861@lists.mysql.com
To unsubscribe, e-mail

Re: 4.1 build fails, looking for missing term.h

am 03.03.2003 16:26:38 von Paul DuBois

At 8:14 -0800 3/1/03, Venu wrote:
>On Fri, 2003-02-28 at 08:09, Paul DuBois wrote:
>> The current 4.1 pull fails, trying to find a missing header file.
>> This happens to me both on RedHat 7.0 and Mac OS X 10.2.
>
>You need a reconfigure.

You were right, that made the problem go away.

Darn, I thought I had already done that. I hate it when this happens.
Thanks.

>
>>
>> How-to-repeat:
>>
>> bk pull, configure, and make. The end of my make output looks
>> like this:
>>
>>
>> make[3]: Leaving directory `/home/paul/mysql-4.1/cmd-line-utils/libedit'
>> make[3]: Entering directory `/home/paul/mysql-4.1/cmd-line-utils'
>> make[3]: Nothing to be done for `all-am'.
>> make[3]: Leaving directory `/home/paul/mysql-4.1/cmd-line-utils'
>> make[2]: Leaving directory `/home/paul/mysql-4.1/cmd-line-utils'
>> Making all in cmd-line-utils/libedit
>> make[2]: Entering directory `/home/paul/mysql-4.1/cmd-line-utils/libedit'
>> make[2]: *** No rule to make target `term.h', needed by `all-am'. Stop.
>> make[2]: Leaving directory `/home/paul/mysql-4.1/cmd-line-utils/libedit'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/home/paul/mysql-4.1'
>> make: *** [all] Error 2
>>
>>
>> My configure command is:
>>
>> VERSION=40100
>> PREFIX="/var/mysql/$VERSION"
>> PORT=$VERSION
>> HANDLERS="--with-berkeley-db"
>> BENCH="--without-bench"
>> DOCS="--without-docs"
>> OTHER="--enable-local-infile --with-extra-charsets=all
>>--with-embedded-server --with-vio --with-openssl"
>> rm -f config.cache
>> ./configure \
>> --prefix=$PREFIX \
>> --localstatedir=$PREFIX/data \
>> --with-unix-socket-path=$PREFIX/mysql.sock \
>> --with-tcp-port=$PORT \
>> $HANDLERS $BENCH $DOCS $OTHER
>>
>> ------------------------------------------------------------ ---------
>> Before posting, please check:
>> http://www.mysql.com/manual.php (the manual)
>> http://lists.mysql.com/ (the list archive)
>>
>> To request this thread, e-mail bugs-thread13861@lists.mysql.com
>> To unsubscribe, e-mail
>--
>Regards, Venu
>For technical support contracts, go to https://order.mysql.com
> __ ___ ___ ____ __
> / |/ /_ __/ __/ __ \/ / Mr. Venu
> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer
>/_/ /_/\_, /___/\___\_\___/ Palo Alto, CA-94306, USA
> <___/ www.mysql.com
>
>Join MySQL Users Conference and Expo:
>http://www.mysql.com/events/uc2003/


------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread13883@lists.mysql.com
To unsubscribe, e-mail