On Friday, February 27, 2009 15:12:04 Caleb Cushing wrote: > I went ahead and use the order you used previously all the patches > apply, but it still doesn't build. > > 86_64-pc-linux-gnu-g++ -DEMBEDDED_LIBRARY -DMYSQL_SERVER > -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" > -DSHAREDIR="\"/usr/share/mysql\"" -I. -I../include > -I../innobase/include -I../innobase/include -I../include -I../include > -I../sql -I../sql -I../sql/examples -I../regex -DDBUG_OFF -O2 > -pipe -DHAVE_ERRNO_AS_DEFINE=1 -fno-exceptions -fno-strict-aliasing > -felide-constructors -fno-rtti -fno-implicit-templates > -fno-implicit-templates -fno-exceptions -fno-rtti -MT field_conv.o -MD > -MP -MF .deps/field_conv.Tpo -c -o field_conv.o field_conv.cc > In file included from lib_sql.cc:34: > ../sql/mysqld.cc: In function ‘int init_server_components()’: > ../sql/mysqld.cc:3436: error: ‘make_master_open_index’ was not > declared in this scope > ../sql/mysqld.cc:3488: error: ‘make_master’ was not declared in this > scope > make[3]: *** [lib_sql.o] Error 1 > make[3]: *** Waiting for unfinished jobs.... > mv -f .deps/derror.Tpo .deps/derror.Po > mv -f .deps/field_conv.Tpo .deps/field_conv.Po > mv -f .deps/field.Tpo .deps/field.Po > make[3]: Leaving directory > `/mnt/sda8/tmp/portage/dev-db/mysql-community-5.0.77/work/mysql/libmysqld' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/mnt/sda8/tmp/portage/dev-db/mysql-community-5.0.77/work/mysql/libmysqld' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/mnt/sda8/tmp/portage/dev-db/mysql-community-5.0.77/work/mysql' > make: *** [all] Error 2 > > > I'm going to try attaching the git patch to the version bump bug > (send-email won't handle it )
I've had success building dev-db/mysql-community-5.0.77 some days ago. I commented on your version bump bug[1]. Can we please take this discussion there? Thanks. [1] http://bugs.gentoo.org/show_bug.cgi?id=260574 Gordon Malm (gengor)