Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2002 13:14:15 +0100
From:      Dirk Froemberg <dirk@freebsd.org>
To:        Valentin Nechayev <netch@netch.kiev.ua>
Cc:        ports@freebsd.org, sobomax@freebsd.org
Subject:   Re: mysql323-server 3.23.54 is totally broken and unbuildable
Message-ID:  <20021216121415.GA57462@physik.TU-Berlin.DE>
In-Reply-To: <20021216115752.GC36865@netch.kiev.ua>
References:  <20021216115752.GC36865@netch.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

On Mon, Dec 16, 2002 at 01:57:53PM +0200, Valentin Nechayev wrote:
> System: FreeBSD 4.7-RELEASE
> Port cvsup date: 2002.12.16.00.00.00
> Port Makefile version: 1.152
> 
> Problem:
> 
> 1. On i386, CONFIGURE_ARGS contains --with-berkeley-db,
> but none berkeley DB version is listed in dependencies.
> With installed db-3.3.1 from port, mysql's configure can't find it.

The MySQL distribution has its own bdb.

> 2. With workaround of par.1 (disabled --with-berkeley-db),
> configure falls into eternal cycle:
> 
> Configuring MIT Pthreads
> cd: can't cd to mit-pthreads
> checking build system type... i386-unknown-freebsd4.7
> [...]
> Configuring MIT Pthreads
> cd: can't cd to mit-pthreads
> checking build system type... i386-unknown-freebsd4.7
> [...]
> 
> This is because configure contains:
>     echo ""
>     echo "Configuring MIT Pthreads"
>     # We will never install so installation paths are not needed.
>     (cd mit-pthreads && sh ./configure)
> 
> but subdirectory `mit-pthreads' doesn't exist in mysql tarball,
> and script runs the same top-level configure again and again.
> Adding --with-posix-threads to configure arguments doesn't help.
> 
> This wasn't changed by port patches, hence problem is from stock vendor.
> 
> It seems to me that new port was totally untested :(
> And stock mysql 3.23.54 also was untested even for simple compiling :(

Don't know what's going wrong on your system, but the new version of the
port was tested on 5-CURRENT and 4-STABLE and works find... 8-)

	Regards Dirk

-- 
Dirk Froemberg

FreeBSD: The Power to Serve!		http://www.FreeBSD.org/

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?20021216121415.GA57462>