[Bug 661950] New: KDE:Distro:Factory/amarok: Bug
https://bugzilla.novell.com/show_bug.cgi?id=661950 https://bugzilla.novell.com/show_bug.cgi?id=661950#c0 Summary: KDE:Distro:Factory/amarok: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: 3rd party software AssignedTo: kde-maintainers@suse.de ReportedBy: e.kunig@home.nl QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: Customer Blocker: Yes Created an attachment (id=406664) --> (http://bugzilla.novell.com/attachment.cgi?id=406664) corrected patch file There is a bug in patch errmsg-mysql51-embedded.diff: - out << "collation-server = utf8_bin" << endl; + out << "collation-server = utf8_bin_unicode_ci" << endl; is preventing amarok from selecting any date in the embedded MySQL database. Therefore the collection appears always empty with this version. The correct patch is: - out << "collation-server = utf8_bin" << endl; + out << "collation-server = utf8_unicode_ci" << endl; I have verified this on my computer with openSuSE 11.3 x86_64, KDE Release 45, build from the source RPM with the corrected patch. Best regards, Egbert König -- 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=661950 https://bugzilla.novell.com/show_bug.cgi?id=661950#c1 Christian Trippe <ctrippe@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ctrippe@gmx.net, | |javier@opensuse.org, | |rwooninck@opensuse.org --- Comment #1 from Christian Trippe <ctrippe@gmx.net> 2011-01-01 08:54:27 UTC --- Javier, Raymond: You probably know better then myself which repos have this patch for amarok. -- 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=661950 https://bugzilla.novell.com/show_bug.cgi?id=661950#c2 Raymond Wooninck <rwooninck@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Raymond Wooninck <rwooninck@opensuse.org> 2011-01-01 10:27:56 UTC --- I have adjusted the patchfile in KDF and in Playground. Javier, I guess that the amarok package in KR45 is nothing more than a link to the package in KDF. Based on the change, you might want to update the link. Raymond -- 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=661950 https://bugzilla.novell.com/show_bug.cgi?id=661950#c3 --- Comment #3 from Javier Llorente <javier@opensuse.org> 2011-01-01 22:44:33 UTC --- @Egbert, amarok in KDE:Release:45 already has the correct patch. - out << "collation-server = utf8_bin" << endl; + out << "collation-server = utf8_unicode_ci" << endl; @Raymond, KR45 no longer has links to packages in KDF since KDE 4.6.x was uploaded to KDF. -- 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