Gentoo Archives: gentoo-dev

From: Caleb Cushing <xenoterracide@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] working on mysql-community 5.0.77 - mysql-extras
Date: Fri, 27 Feb 2009 23:12:07
Message-Id: 81bfc67a0902271512kacadf61ga02a5f540ac61b51@mail.gmail.com
In Reply to: Re: [gentoo-dev] working on mysql-community 5.0.77 - mysql-extras by Caleb Cushing
1 I went ahead and use the order you used previously all the patches
2 apply, but it still doesn't build.
3
4 86_64-pc-linux-gnu-g++ -DEMBEDDED_LIBRARY -DMYSQL_SERVER
5 -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\""
6 -DSHAREDIR="\"/usr/share/mysql\"" -I. -I../include
7 -I../innobase/include -I../innobase/include -I../include -I../include
8 -I../sql -I../sql -I../sql/examples -I../regex -DDBUG_OFF -O2
9 -pipe -DHAVE_ERRNO_AS_DEFINE=1 -fno-exceptions -fno-strict-aliasing
10 -felide-constructors -fno-rtti -fno-implicit-templates
11 -fno-implicit-templates -fno-exceptions -fno-rtti -MT field_conv.o -MD
12 -MP -MF .deps/field_conv.Tpo -c -o field_conv.o field_conv.cc
13 In file included from lib_sql.cc:34:
14 ../sql/mysqld.cc: In function ‘int init_server_components()’:
15 ../sql/mysqld.cc:3436: error: ‘make_master_open_index’ was not
16 declared in this scope
17 ../sql/mysqld.cc:3488: error: ‘make_master’ was not declared in this
18 scope
19 make[3]: *** [lib_sql.o] Error 1
20 make[3]: *** Waiting for unfinished jobs....
21 mv -f .deps/derror.Tpo .deps/derror.Po
22 mv -f .deps/field_conv.Tpo .deps/field_conv.Po
23 mv -f .deps/field.Tpo .deps/field.Po
24 make[3]: Leaving directory
25 `/mnt/sda8/tmp/portage/dev-db/mysql-community-5.0.77/work/mysql/libmysqld'
26 make[2]: *** [all-recursive] Error 1
27 make[2]: Leaving directory
28 `/mnt/sda8/tmp/portage/dev-db/mysql-community-5.0.77/work/mysql/libmysqld'
29 make[1]: *** [all-recursive] Error 1
30 make[1]: Leaving directory
31 `/mnt/sda8/tmp/portage/dev-db/mysql-community-5.0.77/work/mysql'
32 make: *** [all] Error 2
33
34
35 I'm going to try attaching the git patch to the version bump bug
36 (send-email won't handle it )
37 --
38 Caleb Cushing
39
40 http://xenoterracide.blogspot.com

Replies