Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2005 19:07:27 +0200
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        Avinash Piare <avinash@piare.org>
Cc:        FreeBSD-ports@freebsd.org
Subject:   Re: mysql4x-server marked as broken ?
Message-ID:  <20050606170727.GB10782@goofy.cultdeadsheep.org>
In-Reply-To: <20050605125927.C803D295403@redqueen.elvandar.org>
References:  <20050605125927.C803D295403@redqueen.elvandar.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 05, 2005 at 02:59:45PM +0200, Avinash Piare wrote:
> Hi all,
>  
> For the last 2 days if been trying to install mysql40-server and (apart form
> mysql40) mysql41-server. I've updated my ports and src and there
> mysql40/mysql41-server isn't broken, see below.
> (more after output below)

[ cut BROKEN msg ]  
> The error i get installing mysql4x-server is:
>  
> cd /usr/ports/databases/mysql41-server && make install
> ===>  mysql-server-4.1.11_1 is marked as broken: The port wants
> mysql41-client and you try to install mysql4-client..

This error come from USE_MYSQL in Mk/bsd.port.mk. It seems that you 
set WITH_MYSQL_VER=4

clem


> The client installs whithout problems. Then when i try to install the
> -server again, i keep getting the same error.
>  
> Here is a snippit of my pkgtools.conf
>  
>     'databases/mysql40-client' => [
>       'DB_DIR=/usr/mysql',
>       'BUILD_OPTIMZED=yes',
>       'BUILD_STATIC=yes',
>       'OVERWRITE_DB=no',
>       'WITHOUT_INNODB=yes'
>     ],
>     'databases/mysql40-server' => [
>       'DB_DIR=/usr/mysql',
>       'BUILD_OPTIMZED=yes',
>       'BUILD_STATIC=yes',
>       'OVERWRITE_DB=no',
>       'WITHOUT_INNODB=yes'
>     ],
> 
> Is there someting i'm overlooking ? 
>  
> I hope u can help me
>  
> Regards,
>  
> Avinash Piare
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050606170727.GB10782>