Re: [FUG-BR] Mysql40-Server

2005-03-24 Por tôpico Renato Botelho
On Wed, 23 Mar 2005 19:49:52 -0400 (AMT), [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 Ola',
 Estou tentando instalar o mysql40 no FreeBSD 5.3-RELEASE, mas esta dando
 erro.
 
 #cd /usr/ports/databases/mysql40-server
 #make install
 
 = Attempting to fetch from ftp://ftp.easynet.be/mysql/Downloads/MySQL-4.0/.
 mysql-4.0.24.tar.gz   100% of   16 MB  515 kBps
 00m00s
 ===  Extracting for mysql-server-4.0.24
 = Checksum OK for mysql-4.0.24.tar.gz.
 ===  Patching for mysql-server-4.0.24
 ===  Applying FreeBSD patches for mysql-server-4.0.24
 2 out of 4 hunks failed--saving rejects to sql/Makefile.in.rej
 = Patch patch-sql::Makefile.in failed to apply cleanly.
 = Patch(es) patch-Docs::Makefile.in patch-Makefile.in patch-configure
 patch-man::Makefile.in patch-scripts::Makefile.in applied cleanly.
 *** Error code 1
 
 Stop in /usr/ports/databases/mysql40-server.
 #

Acabei de baixar direto do vcs o mysql40-server e client, dou um make
patch e ele aplica os patches corretamente, como você pode ver abaixo:

[EMAIL PROTECTED]:/home/renato/ports/databases# cvs co mysql40-server
cvs checkout: Updating mysql40-server
U mysql40-server/Makefile
U mysql40-server/distinfo
U mysql40-server/pkg-descr
U mysql40-server/pkg-install
U mysql40-server/pkg-plist
U mysql40-server/pkg-plist.client
U mysql40-server/pkg-plist.scripts
cvs checkout: Updating mysql40-server/files
U mysql40-server/files/mysql-client.sh
U mysql40-server/files/mysql-server.sh.in
U mysql40-server/files/patch-Docs::Makefile.in
U mysql40-server/files/patch-Makefile.in
U mysql40-server/files/patch-configure
U mysql40-server/files/patch-man::Makefile.in
U mysql40-server/files/patch-scripts::Makefile.in
U mysql40-server/files/patch-sql::mysqld.cc
U mysql40-server/files/patch-sql::mytcpd.h
cvs checkout: Updating mysql40-server/scripts
[EMAIL PROTECTED]:/home/renato/ports/databases# cvs co mysql40-client
cvs checkout: Updating mysql40-client
U mysql40-client/Makefile
cvs checkout: Updating mysql40-client/files
cvs checkout: Updating mysql40-client/scripts
[EMAIL PROTECTED]:/home/renato/ports/databases# cd mysql40-server/
[EMAIL PROTECTED]:/home/renato/ports/databases/mysql40-server# make patch

You may use the following build options:

WITH_CHARSET=charsetDefine the primary built-in charset (latin1).
WITH_XCHARSET=list  Define other built-in charsets (may be 'all').
WITH_OPENSSL=yesEnable secure connections.
WITH_LINUXTHREADS=yes   Use the linuxthreads pthread library.
WITH_PROC_SCOPE_PTH=yes Use process scope threads
(try it if you use libpthread).
BUILD_OPTIMIZED=yes Enable compiler optimizations
(use it if you need speed).
BUILD_STATIC=yesBuild a static version of mysqld.
(use it if you need even more speed).
WITHOUT_INNODB=yes  Disable support for InnoDB table handler.

===  Extracting for mysql-server-4.0.24
= Checksum OK for mysql-4.0.24.tar.gz.
===  Patching for mysql-server-4.0.24
===  Applying FreeBSD patches for mysql-server-4.0.24
[EMAIL PROTECTED]:/home/renato/ports/databases/mysql40-server#

Você já tentou apagar o diretório do ports e rodar o cvsup pra
garantir que não tem nenhuma porcaria dentro dele? Pode ser uma
opção...

[]'s
-- 
Renato Botelho
ICQ: 54596223
AIM: RBGargaBR

___
Para enviar um novo email para a lista: freebsd@fug.com.br
Sair da Lista: http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br
Historico: http://www4.fugspbr.org/lista/html/FUG-BR/


[FUG-BR] Mysql40-Server

2005-03-23 Por tôpico klereson
Ola',
Estou tentando instalar o mysql40 no FreeBSD 5.3-RELEASE, mas esta dando
erro.

#cd /usr/ports/databases/mysql40-server
#make install

= Attempting to fetch from ftp://ftp.easynet.be/mysql/Downloads/MySQL-4.0/.
mysql-4.0.24.tar.gz   100% of   16 MB  515 kBps
00m00s
===  Extracting for mysql-server-4.0.24
= Checksum OK for mysql-4.0.24.tar.gz.
===  Patching for mysql-server-4.0.24
===  Applying FreeBSD patches for mysql-server-4.0.24
2 out of 4 hunks failed--saving rejects to sql/Makefile.in.rej
= Patch patch-sql::Makefile.in failed to apply cleanly.
= Patch(es) patch-Docs::Makefile.in patch-Makefile.in patch-configure
patch-man::Makefile.in patch-scripts::Makefile.in applied cleanly.
*** Error code 1

Stop in /usr/ports/databases/mysql40-server.
#

Obrigado.


___
Para enviar um novo email para a lista: freebsd@fug.com.br
Sair da Lista: http://mail.fug.com.br/mailman/listinfo/freebsd_fug.com.br
Historico: http://www4.fugspbr.org/lista/html/FUG-BR/