Gentoo Archives: gentoo-dev

From: Francesco Riosa <francesco@×××××××××.it>
To: gentoo-dev@××××××××××××.org
Subject: [gentoo-dev] mysql-bin ebuild
Date: Tue, 22 Feb 2005 12:54:24
Message-Id: 421B2BDD.107@pnpitalia.it
1 After some testing on MySQL ebuild for version 4.1.x and 5.0.x appear to
2 me that is very difficult have a stable version of those databases with
3 current glibc, gcc and maybe os-headers stable defaults (at least on x86
4 and amd64).
5
6 Adding a dev-db/mysql-bin package seems the only short-term viable
7 solution to have those versions of mysql in portage tree. Leaving out
8 all the problems that dependant packages have after mysql 4.1.3 release.
9
10 I'm going to writing an ebuild that (maybe using alternatives.eclass)
11 unpack the binary distribuited version of mysql in /opt/ dir and symlink
12 all the programs to paths currently used from the source dist.
13
14 any input on how to write it in a way that permit it to be included in
15 the portage tree very apreciated, expecially that from Robin H. Johnson
16 a.k.a robbat2
17
18 ciao
19 Francesco
20
21 --
22 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] mysql-bin ebuild Stuart Herbert <stuart@g.o>
Re: [gentoo-dev] mysql-bin ebuild Jeff Smelser <tradergt@×××××.com>
Re: [gentoo-dev] mysql-bin ebuild "Robin H. Johnson" <robbat2@g.o>