[Bug 841709] New: mariadb 5.5.32 update is broken
https://bugzilla.novell.com/show_bug.cgi?id=841709 https://bugzilla.novell.com/show_bug.cgi?id=841709#c0 Summary: mariadb 5.5.32 update is broken Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: mhrusecky@suse.com ReportedBy: jslaby@suse.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Builds in OBS fail due to broken mariadb 5.5.32. One example: https://build.opensuse.org/package/live_build_log/openSUSE:Tumbleweed/libgda... This is weird as the client rpms are installed (in this order): installing libmysqlclient_r18-5.5.32-1.8.1 installing libmysqlclient18-5.5.32-1.8.1 installing libmysqlclient-devel-5.5.32-1.8.1 But: # rpm -V libmysqlclient_r18-5.5.32-1.8.1 missing /usr/lib64/libmysqlclient_r.so.18 missing /usr/lib64/libmysqlclient_r.so.18.0.0 WTF, who removed those during the install? Hmm: # rpm -e libmysqlclient_r18 libmysqlclient18 libmysqlclient-devel # rpm -ivh libmysqlclient_r18-5.5.32-1.8.1.x86_64.rpm # rpm -V libmysqlclient_r18-5.5.32-1.8.1 missing /usr/lib64/libmysqlclient_r.so.18 missing /usr/lib64/libmysqlclient_r.so.18.0.0 So: # rpm -e libmysqlclient_r18 # rpm -ivh libmysqlclient_r18-5.5.32-1.8.1.x86_64.rpm --noscripts # rpm -V libmysqlclient_r18-5.5.32-1.8.1 FINE Oh, I see: # /sbin/ldconfig -v .. /usr/lib: /usr/lib64: /sbin/ldconfig: Cannot stat /usr/lib64/libmysqlclient_r.so.18.0.0: No such file or directory /sbin/ldconfig: Cannot stat /usr/lib64/libmysqlclient_r.so.18: No such file or directory This should fix it, I think: Index: mariadb.spec =================================================================== --- mariadb.spec (revision ab3e1dadfd6e1c9c48f9509132376a90) +++ mariadb.spec (working copy) @@ -166,6 +166,7 @@ %package -n libmysqlclient_r18 Summary: Shared Libraries for MariaDB Group: Development/Libraries/Other +Requires: libmysqlclient18 = %version %description -n libmysqlclient_r18 This package contains the shared libraries (.so) which certain -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841709 https://bugzilla.novell.com/show_bug.cgi?id=841709#c1 Jiri Slaby <jslaby@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |maintenance@opensuse.org --- Comment #1 from Jiri Slaby <jslaby@suse.com> 2013-09-22 18:41:13 UTC --- (In reply to comment #0)
This should fix it, I think: Index: mariadb.spec =================================================================== --- mariadb.spec (revision ab3e1dadfd6e1c9c48f9509132376a90) +++ mariadb.spec (working copy) @@ -166,6 +166,7 @@ %package -n libmysqlclient_r18 Summary: Shared Libraries for MariaDB Group: Development/Libraries/Other +Requires: libmysqlclient18 = %version
%description -n libmysqlclient_r18 This package contains the shared libraries (.so) which certain
Almost, it works without "= %version". Maintenance team, what do you say? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841709 https://bugzilla.novell.com/show_bug.cgi?id=841709#c2 Benjamin Brunner <bbrunner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |bbrunner@suse.com InfoProvider|maintenance@opensuse.org | --- Comment #2 from Benjamin Brunner <bbrunner@suse.com> 2013-09-23 13:08:35 CEST --- Hi Jiri, thanks for notifying. I've added your fix to openSUSE:Maintenance:1996 and also submitted it to the devel-project server:database (sr#200169). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841709 https://bugzilla.novell.com/show_bug.cgi?id=841709#c3 --- Comment #3 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-09-26 11:00:42 CEST --- This is an autogenerated message for OBS integration: This bug (841709) was mentioned in https://build.opensuse.org/request/show/200680 Factory / mariadb -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841709 https://bugzilla.novell.com/show_bug.cgi?id=841709#c4 Benjamin Brunner <bbrunner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Benjamin Brunner <bbrunner@suse.com> 2013-09-30 12:41:13 CEST --- Checked in into Factory and released for openSUSE 12.3. Resolved fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com