mysql-worbench-5.1.15-1
+
Par Remi le samedi 27 juin 2009, 11:20 - Archives - Lien permanent
MySQL Worbench, the modeling tool that allows you to design and generate MySQL databases graphically is now available as 5.1.15 RC3 for Linux. RPM for Fedora 9, 10 and 11 are available in remi repository. I Hope it could be proposed soon for official repository (still some work).
Read the Releases Page for changes history.
The download site only provide RPM for Fedora 9 i386 and Fedora 10 amd64. My repository provides RPM for Fedora 9, 10 and 11, for i386, x86_64, ppc and ppc64. Previous Fedora versions doesn't have the required dependencies (p.e. : cairo >= 1.5)
As always :
yum --enablerepo=remi install mysql-workbench
Of course, it was build with mysql-5.1.35-1
Those who don't want to upgrade MySQL could use the compatibility library mysqlclient16.
It still doesn't build on PowerPC, so I open Bug #45629 (with a patch proposal).
Build fails with GCC 4.4.40, so I open Bug #45797 (with a patch proposal), and Bug #45798 (for RPM I simply use boost version 1.37 available with Fedora 11).
For a good packaging, it is necessary to use system libraries rather than bundled ones. Done, (in release -2.fc11), for curl, libsigc++, boost et yassl (switch to openssl).
To be followed on MySQL Workbench 5.1.15 RC3 Released
Commentaires
that gcc4.4.0 bug i filled long time ago, proposing a patch to and wasn't fixed. i've seen that has been open until more bugs related with that and has never been closed as duplicate. Seems that they are ignoring the bugtracker.
http://bugs.mysql.com/bug.php?id=45...
\
@Ionut After working some time on packaging this, I think that gcc 4.4.0 bugs have not to be reported against MW but against each component :
- boost : bug fixed in 1.37
- cppconn : reported as Bug #44931
I will try to submit mysql-connector-c++ and mysql-workbench for fedora repository. My latest build (-3.fc1, not pushed to repo) use system libraries (boost, curl, openssl, libsigc++ and mysql-connector-c++). I only use bundled one for ctemplate and scintilla (need more work).
+
can you share the build? i want to get rid of bundled boost too.
I will upload my spec/srpm ASAP (once cppconn fixed)
for other extension, simply, before build :
Build will work using system libraries.
+
Archived entry, see mysql-worbench-5.1.16-1