Package: mysql-query-browser
Version: 1.1.17-4
Severity: minor

It seems that the current mysql-query-browser doesn't build on sarge:

| i386-linux-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"mysql-gui-common\" -DVERSION=\"0.6.0\"  -I. -I. -DXTHREADS 
-I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 
-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/gtkmm-2.4 
-I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 
-I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 
-I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 
-I/usr/include/atkmm-1.6 -I/usr/include/sigc++-2.0 
-I/usr/lib/sigc++-2.0/include   -I/usr/include/mysql -DBIG_JOINS=1 
-I../../library/include -I../../library/shared_include 
-I../../library_grt/include -I../../library_grt_modules/include 
-I../../library_grt_workbench/include -I../../library_gc/include 
-I../../library_gc/ftgl/include -I.. -DDATADIRNAME=\""share"\" 
-DCOMMONDIRNAME=\"""\"    -g -O2 -c -o MGTableEditor.o MGTableEditor.cc
| MGTableEditor.cc: In constructor `MGTableEditor::MGTableEditor(bool)':
| MGTableEditor.cc:229: error: `get_entry' undeclared (first use this function)
| MGTableEditor.cc:229: error: (Each undeclared identifier is reported only 
once·
|    for each function it appears in.)
| MGTableEditor.cc: In member function `void·
|    MGTableEditor::show_table_info(MYX_DBM_TABLE_DATA*)':
| MGTableEditor.cc:314: error: `get_entry' undeclared (first use this function)
| MGTableEditor.cc: In member function `void·
|    MGTableEditor::show_column_info(MYX_DBM_TABLE_DATA*, const 
Gtk::TreeIter&)':
| MGTableEditor.cc:471: error: `get_entry' undeclared (first use this function)
| MGTableEditor.cc: In member function `void·
|    MGTableEditor::show_fk_info(MYX_DBM_TABLE_DATA*, const Gtk::TreeIter&)':
| MGTableEditor.cc:701: error: `get_entry' undeclared (first use this function)
| MGTableEditor.cc: In member function `void MGTableEditor::column_edited(const·
|    Glib::ustring&, const Glib::ustring&, int)':
| MGTableEditor.cc:1192: error: `get_entry' undeclared (first use this function)
| MGTableEditor.cc: In member function `void·
|    MGTableEditor::column_option_changed(const char*)':
| MGTableEditor.cc:1314: error: `get_entry' undeclared (first use this function)
| MGTableEditor.cc: In member function `void·
|    MGTableEditor::fk_option_changed(const char*)':
| MGTableEditor.cc:1616: error: `get_entry' undeclared (first use this function)
| MGTableEditor.cc: In member function `void MGTableEditor::commit_changes()':
| MGTableEditor.cc:1797: error: `get_entry' undeclared (first use this function)
| make[3]: *** [MGTableEditor.o] Error 1
| make[3]: Leaving directory 
`/scratch/mysql/mysql-query-browser/mysql-query-browser-1.1.17/mysql-gui-common/source/linux'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory 
`/scratch/mysql/mysql-query-browser/mysql-query-browser-1.1.17/mysql-gui-common/source'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory 
`/scratch/mysql/mysql-query-browser/mysql-query-browser-1.1.17/mysql-gui-common'
| make: *** [build-arch-stamp] Error 2
| debuild: fatal error at line 765:
| dpkg-buildpackage failed!


google suggests that it needs at least libgtkmm >= 2.6.

I didn't test this however as rebuilding that on sarge would mean
rebuilding a score of libraries.

Maybe you should still change the build dependency for libgtkmm from
libgtkmm-2.4-dev to libgtkmm-2.4-dev (>= 1:2.6) however.

Cheers,
Peter

Reply via email to