Gentoo Archives: gentoo-dev

From: Francesco Riosa <francesco@×××××××××.it>
To: Jeff Smelser <tradergt@×××××.com>
Cc: gentoo-dev@××××××××××××.org
Subject: Re: [gentoo-dev] mysql-bin ebuild
Date: Tue, 22 Feb 2005 19:34:44
Message-Id: 421B8983.1050606@pnpitalia.it
In Reply to: Re: [gentoo-dev] mysql-bin ebuild by Jeff Smelser
1 Jeff Smelser ha scritto:
2
3 >On Tuesday 22 February 2005 06:55 am, Francesco Riosa wrote:
4 >
5 >
6 >
7 >>After some testing on MySQL ebuild for version 4.1.x and 5.0.x appear to
8 >>me that is very difficult have a stable version of those databases with
9 >>current glibc, gcc and maybe os-headers stable defaults (at least on x86
10 >>and amd64).
11 >>
12 >>
13 >
14 >Really?? I dont see this.. Please tell me and I will talk to the mysql Dev's
15 >to figure this out.. They have relayed nothing of this.. Unless your talking
16 >gcc-3.4 or something.
17 >
18 >
19 >
20 >>Adding a dev-db/mysql-bin package seems the only short-term viable
21 >>solution to have those versions of mysql in portage tree. Leaving out
22 >>all the problems that dependant packages have after mysql 4.1.3 release.
23 >>
24 >>
25 >
26 >Why are we the only people having problems with this release? Help me
27 >understand this so we can get this figured out.
28 >
29 >Jeff
30 >
31 >
32 Jeff have you logged the output of
33 FEATURES="maketest" emerge mysql
34 and grepped it with
35 grep --color --regexp="\(\[ fail \]\|\[ pass \]\|\[ skipped \]\)"
36 ?
37 Currently the function src_test() that run the MySQL tests have a forced
38 "OK" result, since it is still in a beta stage.
39
40 grepping the results may show if there are failed tests.
41
42 ... and if you are not using strange new stuff like ndb_cluster, don't
43 worry, I'm using it as a production system from more than one year now
44 ;) only be sure to thest it very well before going to use it.
45
46 Cheers Francesco
47
48 --
49 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] mysql-bin ebuild Jeff Smelser <tradergt@×××××.com>