[Kde-bindings] [Bug 115104] New: Fails to build in 64 bit architectures
Adeodato Simó
asp16 at alu.ua.es
Wed Oct 26 08:00:51 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=115104
Summary: Fails to build in 64 bit architectures
Product: bindings
Version: 3.4.x
Platform: Debian testing
OS/Version: Linux
Status: NEW
Severity: normal
Priority: NOR
Component: general
AssignedTo: kde-bindings kde org
ReportedBy: asp16 alu ua es
While preparing updated 3.4.2 packages for Debian unstable, we found that
kdebindings failed to build from source on 64 bit architectures with the
following error:
qtjava/javalib/qtjava/QPointArray.cpp:279: error: cast from 'QPoint*' to
'jint' loses precision
This affects architectures like alpha, ia64 and amd64. Complete logs can be
fetched from
http://buildd.debian.org/fetch.php?&pkg=kdebindings&ver=4%3A3.4.2-1&arch=ia64&stamp=1129866203&file=log&as=raw
and
http://buildd.debian.org/fetch.php?&pkg=kdebindings&ver=4%3A3.4.2-1&arch=alpha&stamp=1129867513&file=log&as=raw.
The compiler was GCC 4.0.2 (mentioned at the top of the log).
Steve Langasek <vorlon debian org> provided a patch that changes the return
value of QPointArray::begin and ::end to return a jlong instead of jint.
Attached.
More information about the Kde-bindings
mailing list