See <http://hudson.drizzle.org/job/drizzle-build-debian-packaging/1479/>

------------------------------------------
[...truncated 2548 lines...]
./drizzled/charset.h:55: warning: previous declaration of ‘bool 
drizzled::init_compiled_charsets(drizzled::myf)’ [-Wredundant-decls]
./drizzled/charset.h:85: warning: redundant redeclaration of ‘void 
drizzled::add_compiled_collation(drizzled::CHARSET_INFO*)’ in same scope 
[-Wredundant-decls]
./drizzled/charset.h:56: warning: previous declaration of ‘void 
drizzled::add_compiled_collation(drizzled::CHARSET_INFO*)’ [-Wredundant-decls]
./drizzled/charset.h:88: warning: redundant redeclaration of ‘size_t 
drizzled::escape_string_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:57: warning: previous declaration of ‘size_t 
drizzled::escape_string_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ [-Wredundant-decls]
./drizzled/charset.h:91: warning: redundant redeclaration of ‘size_t 
drizzled::escape_quotes_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:60: warning: previous declaration of ‘size_t 
drizzled::escape_quotes_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ [-Wredundant-decls]
  CXX    drizzled/user_var_entry.o
g++ -DHAVE_CONFIG_H   -I. -I. -g   -pipe -std=gnu++98  -O2  -pedantic -Wall 
-Wundef -Wshadow  -fdiagnostics-show-option  -fno-strict-aliasing 
-Wno-strict-aliasing -Wextra -Wformat -Wno-format-nonliteral 
-Wno-format-security -Woverloaded-virtual -Wnon-virtual-dtor 
-Wctor-dtor-privacy -Wno-long-long  -Wmissing-declarations 
-Wframe-larger-than=32768 -Wredundant-decls     -c -o drizzled/user_var_entry.o 
drizzled/user_var_entry.cc
  CXX    drizzled/version.o
g++ -DHAVE_CONFIG_H   -I. -I. -g   -pipe -std=gnu++98  -O2  -pedantic -Wall 
-Wundef -Wshadow  -fdiagnostics-show-option  -fno-strict-aliasing 
-Wno-strict-aliasing -Wextra -Wformat -Wno-format-nonliteral 
-Wno-format-security -Woverloaded-virtual -Wnon-virtual-dtor 
-Wctor-dtor-privacy -Wno-long-long  -Wmissing-declarations 
-Wframe-larger-than=32768 -Wredundant-decls     -c -o drizzled/version.o 
drizzled/version.cc
  CXX    drizzled/xid.o
g++ -DHAVE_CONFIG_H   -I. -I. -g   -pipe -std=gnu++98  -O2  -pedantic -Wall 
-Wundef -Wshadow  -fdiagnostics-show-option  -fno-strict-aliasing 
-Wno-strict-aliasing -Wextra -Wformat -Wno-format-nonliteral 
-Wno-format-security -Woverloaded-virtual -Wnon-virtual-dtor 
-Wctor-dtor-privacy -Wno-long-long  -Wmissing-declarations 
-Wframe-larger-than=32768 -Wredundant-decls     -c -o drizzled/xid.o 
drizzled/xid.cc
rm -f -f tests/dtr
ln -s test-run.pl tests/dtr
rm -f -f tests/mtr
ln -s test-run.pl tests/mtr
/bin/mkdir -p tests/var
sphinx-build -b man -d ./docs/doctrees  -D release= ./docs ./docs/man
make[4]: *** No rule to make target `drizzled/schema/instance.h', needed by 
`all-am'.  Stop.
make[4]: *** Waiting for unfinished jobs....
In file included from drizzled/xid.cc:25:
./drizzled/charset.h:64: warning: redundant redeclaration of ‘void* 
drizzled::cs_alloc(size_t)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:35: warning: previous declaration of ‘void* 
drizzled::cs_alloc(size_t)’ [-Wredundant-decls]
./drizzled/charset.h:66: warning: redundant redeclaration of ‘uint32_t 
drizzled::get_charset_number(const char*, uint32_t)’ in same scope 
[-Wredundant-decls]
./drizzled/charset.h:37: warning: previous declaration of ‘uint32_t 
drizzled::get_charset_number(const char*, uint32_t)’ [-Wredundant-decls]
./drizzled/charset.h:67: warning: redundant redeclaration of ‘uint32_t 
drizzled::get_collation_number(const char*)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:38: warning: previous declaration of ‘uint32_t 
drizzled::get_collation_number(const char*)’ [-Wredundant-decls]
./drizzled/charset.h:68: warning: redundant redeclaration of ‘const char* 
drizzled::get_charset_name(uint32_t)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:39: warning: previous declaration of ‘const char* 
drizzled::get_charset_name(uint32_t)’ [-Wredundant-decls]
./drizzled/charset.h:70: warning: redundant redeclaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset(uint32_t)’ in same scope 
[-Wredundant-decls]
./drizzled/charset.h:41: warning: previous declaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset(uint32_t)’ [-Wredundant-decls]
./drizzled/charset.h:71: warning: redundant redeclaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset_by_name(const char*)’ in same 
scope [-Wredundant-decls]
./drizzled/charset.h:42: warning: previous declaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset_by_name(const char*)’ 
[-Wredundant-decls]
./drizzled/charset.h:72: warning: redundant redeclaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset_by_csname(const char*, uint32_t)’ 
in same scope [-Wredundant-decls]
./drizzled/charset.h:43: warning: previous declaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset_by_csname(const char*, uint32_t)’ 
[-Wredundant-decls]
./drizzled/charset.h:76: warning: redundant redeclaration of ‘bool 
drizzled::resolve_charset(const char*, const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO**)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:45: warning: previous declaration of ‘bool 
drizzled::resolve_charset(const char*, const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO**)’ [-Wredundant-decls]
./drizzled/charset.h:79: warning: redundant redeclaration of ‘bool 
drizzled::resolve_collation(const char*, const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO**)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:48: warning: previous declaration of ‘bool 
drizzled::resolve_collation(const char*, const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO**)’ [-Wredundant-decls]
./drizzled/charset.h:81: warning: redundant redeclaration of ‘void 
drizzled::free_charsets()’ in same scope [-Wredundant-decls]
./drizzled/charset.h:52: warning: previous declaration of ‘void 
drizzled::free_charsets()’ [-Wredundant-decls]
./drizzled/charset.h:82: warning: redundant redeclaration of ‘char* 
drizzled::get_charsets_dir(char*)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:53: warning: previous declaration of ‘char* 
drizzled::get_charsets_dir(char*)’ [-Wredundant-decls]
./drizzled/charset.h:83: warning: redundant redeclaration of ‘bool 
drizzled::my_charset_same(const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO*)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:54: warning: previous declaration of ‘bool 
drizzled::my_charset_same(const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO*)’ [-Wredundant-decls]
./drizzled/charset.h:84: warning: redundant redeclaration of ‘bool 
drizzled::init_compiled_charsets(drizzled::myf)’ in same scope 
[-Wredundant-decls]
./drizzled/charset.h:55: warning: previous declaration of ‘bool 
drizzled::init_compiled_charsets(drizzled::myf)’ [-Wredundant-decls]
./drizzled/charset.h:85: warning: redundant redeclaration of ‘void 
drizzled::add_compiled_collation(drizzled::CHARSET_INFO*)’ in same scope 
[-Wredundant-decls]
./drizzled/charset.h:56: warning: previous declaration of ‘void 
drizzled::add_compiled_collation(drizzled::CHARSET_INFO*)’ [-Wredundant-decls]
./drizzled/charset.h:88: warning: redundant redeclaration of ‘size_t 
drizzled::escape_string_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:57: warning: previous declaration of ‘size_t 
drizzled::escape_string_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ [-Wredundant-decls]
./drizzled/charset.h:91: warning: redundant redeclaration of ‘size_t 
drizzled::escape_quotes_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:60: warning: previous declaration of ‘size_t 
drizzled::escape_quotes_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ [-Wredundant-decls]
In file included from drizzled/sys_var.cc:60:
./drizzled/charset.h:64: warning: redundant redeclaration of ‘void* 
drizzled::cs_alloc(size_t)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:35: warning: previous declaration of ‘void* 
drizzled::cs_alloc(size_t)’ [-Wredundant-decls]
./drizzled/charset.h:66: warning: redundant redeclaration of ‘uint32_t 
drizzled::get_charset_number(const char*, uint32_t)’ in same scope 
[-Wredundant-decls]
./drizzled/charset.h:37: warning: previous declaration of ‘uint32_t 
drizzled::get_charset_number(const char*, uint32_t)’ [-Wredundant-decls]
./drizzled/charset.h:67: warning: redundant redeclaration of ‘uint32_t 
drizzled::get_collation_number(const char*)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:38: warning: previous declaration of ‘uint32_t 
drizzled::get_collation_number(const char*)’ [-Wredundant-decls]
./drizzled/charset.h:68: warning: redundant redeclaration of ‘const char* 
drizzled::get_charset_name(uint32_t)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:39: warning: previous declaration of ‘const char* 
drizzled::get_charset_name(uint32_t)’ [-Wredundant-decls]
./drizzled/charset.h:70: warning: redundant redeclaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset(uint32_t)’ in same scope 
[-Wredundant-decls]
./drizzled/charset.h:41: warning: previous declaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset(uint32_t)’ [-Wredundant-decls]
./drizzled/charset.h:71: warning: redundant redeclaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset_by_name(const char*)’ in same 
scope [-Wredundant-decls]
./drizzled/charset.h:42: warning: previous declaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset_by_name(const char*)’ 
[-Wredundant-decls]
./drizzled/charset.h:72: warning: redundant redeclaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset_by_csname(const char*, uint32_t)’ 
in same scope [-Wredundant-decls]
./drizzled/charset.h:43: warning: previous declaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset_by_csname(const char*, uint32_t)’ 
[-Wredundant-decls]
./drizzled/charset.h:76: warning: redundant redeclaration of ‘bool 
drizzled::resolve_charset(const char*, const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO**)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:45: warning: previous declaration of ‘bool 
drizzled::resolve_charset(const char*, const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO**)’ [-Wredundant-decls]
./drizzled/charset.h:79: warning: redundant redeclaration of ‘bool 
drizzled::resolve_collation(const char*, const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO**)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:48: warning: previous declaration of ‘bool 
drizzled::resolve_collation(const char*, const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO**)’ [-Wredundant-decls]
./drizzled/charset.h:81: warning: redundant redeclaration of ‘void 
drizzled::free_charsets()’ in same scope [-Wredundant-decls]
./drizzled/charset.h:52: warning: previous declaration of ‘void 
drizzled::free_charsets()’ [-Wredundant-decls]
./drizzled/charset.h:82: warning: redundant redeclaration of ‘char* 
drizzled::get_charsets_dir(char*)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:53: warning: previous declaration of ‘char* 
drizzled::get_charsets_dir(char*)’ [-Wredundant-decls]
./drizzled/charset.h:83: warning: redundant redeclaration of ‘bool 
drizzled::my_charset_same(const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO*)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:54: warning: previous declaration of ‘bool 
drizzled::my_charset_same(const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO*)’ [-Wredundant-decls]
./drizzled/charset.h:84: warning: redundant redeclaration of ‘bool 
drizzled::init_compiled_charsets(drizzled::myf)’ in same scope 
[-Wredundant-decls]
./drizzled/charset.h:55: warning: previous declaration of ‘bool 
drizzled::init_compiled_charsets(drizzled::myf)’ [-Wredundant-decls]
./drizzled/charset.h:85: warning: redundant redeclaration of ‘void 
drizzled::add_compiled_collation(drizzled::CHARSET_INFO*)’ in same scope 
[-Wredundant-decls]
./drizzled/charset.h:56: warning: previous declaration of ‘void 
drizzled::add_compiled_collation(drizzled::CHARSET_INFO*)’ [-Wredundant-decls]
./drizzled/charset.h:88: warning: redundant redeclaration of ‘size_t 
drizzled::escape_string_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:57: warning: previous declaration of ‘size_t 
drizzled::escape_string_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ [-Wredundant-decls]
./drizzled/charset.h:91: warning: redundant redeclaration of ‘size_t 
drizzled::escape_quotes_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:60: warning: previous declaration of ‘size_t 
drizzled::escape_quotes_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ [-Wredundant-decls]
In file included from drizzled/table.cc:39:
./drizzled/sql_select.h:185: warning: redundant redeclaration of 
‘drizzled::Order* drizzled::create_distinct_group(drizzled::Session*, 
drizzled::Item**, drizzled::Order*, drizzled::List<drizzled::Item>&, 
drizzled::List<drizzled::Item>&, bool*)’ in same scope [-Wredundant-decls]
./drizzled/sql_select.h:114: warning: previous declaration of ‘drizzled::Order* 
drizzled::create_distinct_group(drizzled::Session*, drizzled::Item**, 
drizzled::Order*, drizzled::List<drizzled::Item>&, 
drizzled::List<drizzled::Item>&, bool*)’ [-Wredundant-decls]
In file included from drizzled/table.cc:46:
./drizzled/charset.h:64: warning: redundant redeclaration of ‘void* 
drizzled::cs_alloc(size_t)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:35: warning: previous declaration of ‘void* 
drizzled::cs_alloc(size_t)’ [-Wredundant-decls]
./drizzled/charset.h:66: warning: redundant redeclaration of ‘uint32_t 
drizzled::get_charset_number(const char*, uint32_t)’ in same scope 
[-Wredundant-decls]
./drizzled/charset.h:37: warning: previous declaration of ‘uint32_t 
drizzled::get_charset_number(const char*, uint32_t)’ [-Wredundant-decls]
./drizzled/charset.h:67: warning: redundant redeclaration of ‘uint32_t 
drizzled::get_collation_number(const char*)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:38: warning: previous declaration of ‘uint32_t 
drizzled::get_collation_number(const char*)’ [-Wredundant-decls]
./drizzled/charset.h:68: warning: redundant redeclaration of ‘const char* 
drizzled::get_charset_name(uint32_t)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:39: warning: previous declaration of ‘const char* 
drizzled::get_charset_name(uint32_t)’ [-Wredundant-decls]
./drizzled/charset.h:70: warning: redundant redeclaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset(uint32_t)’ in same scope 
[-Wredundant-decls]
./drizzled/charset.h:41: warning: previous declaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset(uint32_t)’ [-Wredundant-decls]
./drizzled/charset.h:71: warning: redundant redeclaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset_by_name(const char*)’ in same 
scope [-Wredundant-decls]
./drizzled/charset.h:42: warning: previous declaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset_by_name(const char*)’ 
[-Wredundant-decls]
./drizzled/charset.h:72: warning: redundant redeclaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset_by_csname(const char*, uint32_t)’ 
in same scope [-Wredundant-decls]
./drizzled/charset.h:43: warning: previous declaration of ‘const 
drizzled::CHARSET_INFO* drizzled::get_charset_by_csname(const char*, uint32_t)’ 
[-Wredundant-decls]
./drizzled/charset.h:76: warning: redundant redeclaration of ‘bool 
drizzled::resolve_charset(const char*, const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO**)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:45: warning: previous declaration of ‘bool 
drizzled::resolve_charset(const char*, const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO**)’ [-Wredundant-decls]
./drizzled/charset.h:79: warning: redundant redeclaration of ‘bool 
drizzled::resolve_collation(const char*, const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO**)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:48: warning: previous declaration of ‘bool 
drizzled::resolve_collation(const char*, const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO**)’ [-Wredundant-decls]
./drizzled/charset.h:81: warning: redundant redeclaration of ‘void 
drizzled::free_charsets()’ in same scope [-Wredundant-decls]
./drizzled/charset.h:52: warning: previous declaration of ‘void 
drizzled::free_charsets()’ [-Wredundant-decls]
./drizzled/charset.h:82: warning: redundant redeclaration of ‘char* 
drizzled::get_charsets_dir(char*)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:53: warning: previous declaration of ‘char* 
drizzled::get_charsets_dir(char*)’ [-Wredundant-decls]
./drizzled/charset.h:83: warning: redundant redeclaration of ‘bool 
drizzled::my_charset_same(const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO*)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:54: warning: previous declaration of ‘bool 
drizzled::my_charset_same(const drizzled::CHARSET_INFO*, const 
drizzled::CHARSET_INFO*)’ [-Wredundant-decls]
./drizzled/charset.h:84: warning: redundant redeclaration of ‘bool 
drizzled::init_compiled_charsets(drizzled::myf)’ in same scope 
[-Wredundant-decls]
./drizzled/charset.h:55: warning: previous declaration of ‘bool 
drizzled::init_compiled_charsets(drizzled::myf)’ [-Wredundant-decls]
./drizzled/charset.h:85: warning: redundant redeclaration of ‘void 
drizzled::add_compiled_collation(drizzled::CHARSET_INFO*)’ in same scope 
[-Wredundant-decls]
./drizzled/charset.h:56: warning: previous declaration of ‘void 
drizzled::add_compiled_collation(drizzled::CHARSET_INFO*)’ [-Wredundant-decls]
./drizzled/charset.h:88: warning: redundant redeclaration of ‘size_t 
drizzled::escape_string_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:57: warning: previous declaration of ‘size_t 
drizzled::escape_string_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ [-Wredundant-decls]
./drizzled/charset.h:91: warning: redundant redeclaration of ‘size_t 
drizzled::escape_quotes_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ in same scope [-Wredundant-decls]
./drizzled/charset.h:60: warning: previous declaration of ‘size_t 
drizzled::escape_quotes_for_drizzle(const drizzled::CHARSET_INFO*, char*, 
size_t, const char*, size_t)’ [-Wredundant-decls]
Running Sphinx v1.0.1
loading pickled environment... not yet created
loading intersphinx inventory from http://docs.python.org/objects.inv...
In file included from drizzled/table_list.cc:26:
./drizzled/sql_select.h:185: warning: redundant redeclaration of 
‘drizzled::Order* drizzled::create_distinct_group(drizzled::Session*, 
drizzled::Item**, drizzled::Order*, drizzled::List<drizzled::Item>&, 
drizzled::List<drizzled::Item>&, bool*)’ in same scope [-Wredundant-decls]
./drizzled/sql_select.h:114: warning: previous declaration of ‘drizzled::Order* 
drizzled::create_distinct_group(drizzled::Session*, drizzled::Item**, 
drizzled::Order*, drizzled::List<drizzled::Item>&, 
drizzled::List<drizzled::Item>&, bool*)’ [-Wredundant-decls]
drizzled/thr_lock.cc:94: warning: redundant redeclaration of ‘void 
drizzled::thr_multi_unlock(drizzled::THR_LOCK_DATA**, uint32_t)’ in same scope 
[-Wredundant-decls]
./drizzled/thr_lock.h:191: warning: previous declaration of ‘void 
drizzled::thr_multi_unlock(drizzled::THR_LOCK_DATA**, uint32_t)’ 
[-Wredundant-decls]
building [man]: all manpages
updating environment: 88 added, 0 changed, 0 removed
reading sources... [  1%] administrative
reading sources... [  2%] aggregatefunctions
reading sources... [  3%] alter_schema
reading sources... [  4%] alter_table
reading sources... [  5%] analyze
reading sources... [  6%] barriers
reading sources... [  7%] brief_history_of_drizzle
reading sources... [  9%] check
reading sources... [ 10%] clients/drizzle
reading sources... [ 11%] clients/drizzleadmin
reading sources... [ 12%] clients/drizzledump
reading sources... [ 13%] columntypes
reading sources... [ 14%] commit
reading sources... [ 15%] configuration
reading sources... [ 17%] create_index
reading sources... [ 18%] create_schema
reading sources... [ 19%] create_table
reading sources... [ 20%] data_dictionary
reading sources... [ 21%] ddl
reading sources... [ 22%] delete
reading sources... [ 23%] describe
reading sources... [ 25%] distinct
reading sources... [ 26%] dml
reading sources... [ 27%] drop_index
reading sources... [ 28%] drop_schema
reading sources... [ 29%] drop_table
reading sources... [ 30%] dynamic
reading sources... [ 31%] file
reading sources... [ 32%] flush
reading sources... [ 34%] functions
reading sources... [ 35%] getting_information
reading sources... [ 36%] groupby
reading sources... [ 37%] having
reading sources... [ 38%] how_to_report_a_bug
reading sources... [ 39%] index
reading sources... [ 40%] indexes
reading sources... [ 42%] information_schema
reading sources... [ 43%] insert
reading sources... [ 44%] join
reading sources... [ 45%] kill
reading sources... [ 46%] libdrizzle/api
reading sources... [ 47%] libdrizzle/column
reading sources... [ 48%] libdrizzle/connection
reading sources... [ 50%] libdrizzle/constants
reading sources... [ 51%] libdrizzle/defines
reading sources... [ 52%] libdrizzle/developer
reading sources... [ 53%] libdrizzle/field
reading sources... [ 54%] libdrizzle/library
reading sources... [ 55%] libdrizzle/query
reading sources... [ 56%] libdrizzle/result
reading sources... [ 57%] libdrizzle/row
reading sources... [ 59%] libdrizzle/types
reading sources... [ 60%] locks
reading sources... [ 61%] logging
reading sources... [ 62%] mysql_differences
reading sources... [ 63%] options
reading sources... [ 64%] orderby
reading sources... [ 65%] plugins/drizzle_protocol/index
reading sources... [ 67%] plugins/haildb/index
reading sources... [ 68%] plugins/innobase/index
reading sources... [ 69%] plugins/list
reading sources... [ 70%] plugins/mysql_protocol/index
reading sources... [ 71%] plugins/transaction_log/index
reading sources... [ 72%] preface
reading sources... [ 73%] protocol
reading sources... [ 75%] queries
reading sources... [ 76%] rename
reading sources... [ 77%] replace
reading sources... [ 78%] replication
reading sources... [ 79%] rollback
reading sources... [ 80%] savepoints
reading sources... [ 81%] scalarfunctions
reading sources... [ 82%] schemas
reading sources... [ 84%] show
reading sources... [ 85%] start_transaction
reading sources... [ 86%] storage_engines
reading sources... [ 87%] syslog
reading sources... [ 88%] tables
reading sources... [ 89%] testing/test-run
reading sources... [ 90%] transactional
reading sources... [ 92%] truncate
reading sources... [ 93%] tungsten
reading sources... [ 94%] unlock
reading sources... [ 95%] update
reading sources... [ 96%] using_replication
reading sources... [ 97%] variables
reading sources... [ 98%] what_is_drizzle
reading sources... [100%] where

<http://hudson.drizzle.org/job/drizzle-build-debian-packaging/ws/build/drizzle-2011.01.07/docs/create_table.rst>:26:
 (WARNING/2) Block quote ends without a blank line; unexpected unindent.

<http://hudson.drizzle.org/job/drizzle-build-debian-packaging/ws/build/drizzle-2011.01.07/docs/plugins/drizzle_protocol/index.rst>:2:
 (WARNING/2) Title underline too short.

Drizzle Protocol
==============

looking for now-outdated files... none found
pickling environment... done
checking consistency... 
<http://hudson.drizzle.org/job/drizzle-build-debian-packaging/ws/build/drizzle-2011.01.07/docs/plugins/list.rst>::
 WARNING: document isn't included in any toctree
done
writing... drizzledump.1 { } 
build succeeded, 3 warnings.

Build finished. The manual pages are in ./docs/man.
make[4]: Leaving directory 
`<http://hudson.drizzle.org/job/drizzle-build-debian-packaging/ws/build/drizzle-2011.01.07'>
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`<http://hudson.drizzle.org/job/drizzle-build-debian-packaging/ws/build/drizzle-2011.01.07'>
make[2]: *** [all] Error 2
make[2]: Leaving directory 
`<http://hudson.drizzle.org/job/drizzle-build-debian-packaging/ws/build/drizzle-2011.01.07'>
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory 
`<http://hudson.drizzle.org/job/drizzle-build-debian-packaging/ws/build/drizzle-2011.01.07'>
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1325:
dpkg-buildpackage -rfakeroot -D -us -uc -i -ICVS -I.svn -I.bzr -ISCCS failed
bzr: ERROR: The build failed.


_______________________________________________
Mailing list: https://launchpad.net/~drizzle-builds
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-builds
More help   : https://help.launchpad.net/ListHelp

Reply via email to