Currently two packages are failing in KDE:KDE3:
https://build.opensuse.org/project/monitor/KDE:KDE3?blocked=0&building=0...
One is kdebluetooth - it fails because a funtion converting a string to Unicode has been removed from the Obex library. The function call needs a replace with any other funtion that may convert a string to Unicode, but I do not know how to do this.
The other is kiax - it fails at posst-build-tests in Factory because the tests were made stricter. There is some issue with a pointer size.
On 10/23/2014 10:57 PM, Ilya Chernykh wrote:
Currently two packages are failing in KDE:KDE3:
https://build.opensuse.org/project/monitor/KDE:KDE3?blocked=0&building=0...
One is kdebluetooth - it fails because a funtion converting a string to Unicode has been removed from the Obex library. The function call needs a replace with any other funtion that may convert a string to Unicode, but I do not know how to do this.
The other is kiax - it fails at posst-build-tests in Factory because the tests were made stricter. There is some issue with a pointer size.
ilya,
I'll try and find something. Is there a git/subversion repo with the source suse builds from? I have old 3.5.10 tarballs, and 13.1 src.rpms, but they lack convenience for browsing. Git would make it easier to recruit more help.