Gentoo Archives: gentoo-dev

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