Gentoo Archives: gentoo-dev

From: Caleb Cushing <xenoterracide@×××××.com>
To: gentoo-dev@l.g.o
Cc: "Robin H. Johnson" <robbat2@g.o>
Subject: [gentoo-dev] working on mysql-community 5.0.77 - mysql-extras
Date: Thu, 26 Feb 2009 08:06:22
Message-Id: 81bfc67a0902260006j2e14e5dele216e8145a9e2e32@mail.gmail.com
1 this is semi-targeted @ robbat2
2
3 So I've been working on getting this ebuild working...
4
5 here's what I know
6
7 * 1001_all_show_patches-percona-5.0.75-b12.patch ...
8 [ ok ]
9
10 all patches before this work and mysql builds
11 ---
12 these are the only later patches that will cleanly apply
13
14 * 1005_all_innodb_io_patches-percona-5.0.75-b12.patch ...
15 [ ok ]
16 * 1007_all_mysqld_safe_syslog-percona-5.0.75-b12.patch ...
17 [ ok ]
18 * 1008_all_innodb_locks_held-percona-5.0.75-b12.patch ...
19 [ ok ]
20 * 1010_all_innodb_show_hashed_memory-percona-5.0.75-b12.patch ...
21 [ ok ]
22 * 1011_all_innodb_check_fragmentation-percona-5.0.75-b12.patch ...
23 [ ok ]
24 * 1013_all_innodb_fsync_source-percona-5.0.75-b12.patch ...
25 [ ok ]
26 * 1101_all_innodb_rw_lock-percona-5.0.75-b12.patch ...
27 [ ok ]
28
29 but with these patches mysql fails to build.
30
31 srv0srv.c: In function ‘srv_printf_innodb_monitor’:
32 srv0srv.c:1763: error: ‘buf_pool_t’ has no member named
33 ‘io_counter_heap’
34 srv0srv.c:1764: error: ‘buf_pool_t’ has no member named
35 ‘io_counter_heap’
36 srv0srv.c:1817: error: ‘buf_pool_t’ has no member named
37 ‘io_counter_hash’
38 srv0srv.c:1818: error: ‘buf_pool_t’ has no member named
39 ‘io_counter_hash’
40 srv0srv.c:1820: error: ‘buf_pool_t’ has no member named
41 ‘io_counter_hash’
42 srv0srv.c:1821: error: ‘buf_pool_t’ has no member named ‘io_counter_hash’
43
44 I just thought I'd post you on the fact that I'm working on it, and if
45 anyone wants to help get the latest 5.0 mysql working... the process
46 is a bit of a pita.
47 --
48 Caleb Cushing
49
50 http://xenoterracide.blogspot.com

Replies

Subject Author
Re: [gentoo-dev] working on mysql-community 5.0.77 - mysql-extras "Robin H. Johnson" <robbat2@g.o>