Re: FreeBSD Port: mysql-server-5.0.41

2007-06-28 Thread Zavam, Vinícius

2007/6/28, Leandro Conde Trombini [EMAIL PROTECTED]:

Hi.

I tried to install this port, but in the installation I found error and
after check the MD5 from file and from distfile I found the difference:



ngnsvr02# more distinfo

MD5 (mysql-5.0.41.tar.gz) = b45cd6c89e35dfc1cdbe1a1f782aefbf

SHA256 (mysql-5.0.41.tar.gz) =
08c27246ca9b9cf69567aea63b8fd7aef33769e369f9acf1636634097dc47775

SIZE (mysql-5.0.41.tar.gz) = 24083795



ngnsvr02# md5 /usr/ports/distfiles/mysql-5.0.41.tar.gz

MD5 (/usr/ports/distfiles/mysql-5.0.41.tar.gz) =
6a9c8a7fe2d484b293824e33d1cff57e



I tried to use install NO_CHECKSUM=Yes install clean but I had a error
that was unable to extract .tar file.



Please, is possible to fix it?



Thanks.


yes.
http://lists.freebsd.org/pipermail/freebsd-ports/2007-June/042227.html

[]'s

--
Zavam, Vinícius
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: mysql-server-5.0.41

2007-06-28 Thread Zavam, Vinícius

2007/6/28, Leandro Conde Trombini [EMAIL PROTECTED]:

Thanks Vinícius.
Can I use this repository if any other file has problems?

Regards.

Leandro Conde Trombini.

-Mensagem original-
De: Zavam, Vinícius [mailto:[EMAIL PROTECTED]
Enviada em: quinta-feira, 28 de junho de 2007 08:53
Para: Leandro Conde Trombini
Cc: [EMAIL PROTECTED]
Assunto: Re: FreeBSD Port: mysql-server-5.0.41

2007/6/28, Leandro Conde Trombini [EMAIL PROTECTED]:
 Hi.

 I tried to install this port, but in the installation I found error and
 after check the MD5 from file and from distfile I found the difference:



 ngnsvr02# more distinfo

 MD5 (mysql-5.0.41.tar.gz) = b45cd6c89e35dfc1cdbe1a1f782aefbf

 SHA256 (mysql-5.0.41.tar.gz) =
 08c27246ca9b9cf69567aea63b8fd7aef33769e369f9acf1636634097dc47775

 SIZE (mysql-5.0.41.tar.gz) = 24083795



 ngnsvr02# md5 /usr/ports/distfiles/mysql-5.0.41.tar.gz

 MD5 (/usr/ports/distfiles/mysql-5.0.41.tar.gz) =
 6a9c8a7fe2d484b293824e33d1cff57e



 I tried to use install NO_CHECKSUM=Yes install clean but I had a error
 that was unable to extract .tar file.



 Please, is possible to fix it?



 Thanks.

yes.
http://lists.freebsd.org/pipermail/freebsd-ports/2007-June/042227.html

[]'s


certainly my friend :-)



--
Zavam, Vinícius
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: mysql-server-5.0.41

2007-06-28 Thread Zavam, Vinícius

2007/6/28, Leandro Conde Trombini [EMAIL PROTECTED]:

Hi, I took the file with right MD5 but I received the following error
messages:

ngnsvr02# make install clean
===  Building for mysql-server-5.0.41
make  all-recursive
Making all in include
make  all-am
Making all in Docs
Making all in strings
Making all in mysys
Making all in dbug
Making all in extra
make  all-recursive
Making all in regex
Making all in bdb
cd build_unix  make all
/bin/sh ./libtool --mode=compile cc -c -I. -I../.././bdb/dist/..
-I../.././bdb/dist/../dbinc  -D_THREAD_SAFE  -DDBUG_OFF -O2
-fno-strict-aliasing -pipe ../.././bdb/dist/../rep/rep_record.c
cc -c -I. -I../.././bdb/dist/.. -I../.././bdb/dist/../dbinc -D_THREAD_SAFE
-DDBUG_OFF -O2 -fno-strict-aliasing -pipe
../.././bdb/dist/../rep/rep_record.c -o rep_record.o
../.././bdb/dist/../rep/rep_record.c: In function `__rep_process_message':
../.././bdb/dist/../rep/rep_record.c:143: error: stray '\25' in program
../.././bdb/dist/../rep/rep_record.c:143: error: syntax error before
log_compare
../.././bdb/dist/../rep/rep_record.c:143:41: invalid suffix p- on integer
constant
../.././bdb/dist/../rep/rep_record.c:144: error: `dBlp' undeclared (first
use in this function)
../.././bdb/dist/../rep/rep_record.c:144: error: (Each undeclared identifier
is reported only once
../.././bdb/dist/../rep/rep_record.c:144: error: for each function it
appears in.)
../.././bdb/dist/../rep/rep_record.c:148: error: `RAP_VOTE1' undeclared
(first use in this function)
*** Error code 1

Stop in
/usr/ports/databases/mysql50-server/work/mysql-5.0.41/bdb/build_unix.
*** Error code 1

Stop in /usr/ports/databases/mysql50-server/work/mysql-5.0.41/bdb.
*** Error code 1

Stop in /usr/ports/databases/mysql50-server/work/mysql-5.0.41.
*** Error code 1

Stop in /usr/ports/databases/mysql50-server/work/mysql-5.0.41.
*** Error code 1

Stop in /usr/ports/databases/mysql50-server.

Any help I´ll be thankful.
Regards.

Leandro Conde Trombini.


I've installed without problems.

dv6130us# make 
MASTER_SITE_OVERRIDE=ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
install clean
(...)
test -z /usr/local/share/mysql ||
/usr/ports/databases/mysql50-server/work/mysql-5.0.41/install-sh -d
/usr/local/share/mysql
install  -o root -g wheel -m 555 'mysql.server'
'/usr/local/share/mysql/mysql.server'
Added group mysql.
Added user mysql.


Remember to run mysql_upgrade (with the optional --datadir=dbdir flag)
the first time you start the MySQL server after an upgrade from an
earlier version.


install-info --quiet /usr/local/info/mysql.info /usr/local/info/dir
=== Installing rc.d startup script(s)
===   Compressing manual pages for mysql-server-5.0.41
===   Registering installation for mysql-server-5.0.41
=== SECURITY REPORT:
 This port has installed the following files, which may act as network
 servers and may therefore pose a remote security risk to the system.
/usr/local/libexec/mysqld

 This port has installed the following startup scripts, which may cause
 these network services to be started at boot time.
/usr/local/etc/rc.d/mysql-server

 If there are vulnerabilities in these programs there may be a security
 risk to the system. FreeBSD makes no guarantee about the security of
 ports included in the Ports Collection. Please type 'make deinstall'
 to deinstall the port if this is a concern.

 For more information, and contact details about the security
 status of this software, see the following webpage:
http://www.mysql.com/
===  Cleaning for mysql-server-5.0.41
dv6130us# rehash
dv6130us# mysq
mysql   mysql_upgrade   mysqlbug
mysqlshow
mysql_configmysql_upgrade_shell mysqlcheck
mysqltest
mysql_fix_privilege_tables  mysql_waitpid   mysqld_safe
mysqltestmanager-pwgen
mysql_install_dbmysqladmin  mysqldump
mysqltestmanagerc
mysql_tzinfo_to_sql mysqlbinlog mysqlimport
dv6130us# mysql

[]'s


--
Zavam, Vinícius
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MySQL port checksum problem

2007-06-25 Thread Zavam, Vinícius

2007/6/25, Bill Moran [EMAIL PROTECTED]:

In response to Blah Blatz [EMAIL PROTECTED]:

 Trying to make databases/mysql50-client, I get a checksum error on one of the 
downloads:

 = mysql-5.0.41.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
 = Attempting to fetch from tp://ftp.easynet.be/mysql/Downloads/MySQL-5.0/.
 ===  Vulnerability check disabled, database not found
 = MD5 Checksum mismatch for mysql-5.0.41.tar.gz.
 = SHA256 Checksum mismatch for mysql-5.0.41.tar.gz.

Try deleting the distfile and allowing the port to re-fetch it.  The ports
system doesn't seem to have any way to recover from a corrupted download,
it just reports it and aborts.

--
Bill Moran
http://www.potentialtech.com


from ftp.easynet.be/mysql/Downloads/MySQL-5.0;
$ tar zxvf mysql-5.0.41.tar.gz
mysql-5.0.41/
mysql-5.0.41/bdb/
mysql-5.0.41/bdb/Makefile.in
mysql-5.0.41/bdb/btree/
mysql-5.0.41/bdb/btree/bt_curadj.c
(...)
mysql-5.0.41/Docs/manual.chm
gzip: stdin: invalid compressed data--crc error
gzip: stdin: invalid compressed data--length error
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
$ md5sum mysql-5.0.41.tar.gz
6a9c8a7fe2d484b293824e33d1cff57e  mysql-5.0.41.tar.gz

* ftp.easynet.be/mysql/Downloads/MySQL-5.0/mysql-5.0.41.tar.gz.md5
* b45cd6c89e35dfc1cdbe1a1f782aefbf  mysql-5.0.41.tar.gz



from ftp.freebsd.org/pub/FreeBSD/ports/distfiles;
$ tar zxvf mysql-5.0.41.tar.gz
mysql-5.0.41/
mysql-5.0.41/bdb/
mysql-5.0.41/bdb/Makefile.in
mysql-5.0.41/bdb/btree/
(...)
mysql-5.0.41/win/data/mysql/procs_priv.MYD
mysql-5.0.41/win/data/test/
$
$ md5sum mysql-5.0.41.tar.gz
b45cd6c89e35dfc1cdbe1a1f782aefbf  mysql-5.0.41.tar.gz

helpful post;
* http://lists.freebsd.org/pipermail/freebsd-ports/2007-June/042219.html

[]'s

--
Zavam, Vinícius
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]