[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#459515: marked as done (kde4libs_4:3.98.0~svn755919-1(experimental/arm): FTBFS on arm)



Your message dated Wed, 09 Jan 2008 07:02:17 +0000
with message-id <E1JCUx7-0002Ar-RC@ries.debian.org>
and subject line Bug#459515: fixed in kde4libs 4:4.0.0-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: kde4libs
Version: 3.98.0~svn755919-1
Severity: important
Tags: patch

Please find a patch below to get kde4libs buildable on arm (and probably
armel).

--- kde4libs-3.98.0~svn755919.orig/khtml/html/html_canvasimpl.cpp
+++ kde4libs-3.98.0~svn755919/khtml/html/html_canvasimpl.cpp
@@ -1019,7 +1019,7 @@
 
     const CanvasPatternImpl *pattern = static_cast<const CanvasPatternImpl*>(style);
 
-    float penWidth = qMax(p->pen().widthF(), 1.0);
+    float penWidth = qMax(p->pen().widthF(), qreal(1.0));
     const QRectF rect = path.controlPointRect().adjusted(-penWidth, -penWidth, penWidth, penWidth);
 
     return pattern->clipForRepeat(p->brushOrigin(), rect);

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: arm (armv5tejl)

Kernel: Linux 2.6.18-5-versatile
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



--- End Message ---
--- Begin Message ---
Source: kde4libs
Source-Version: 4:4.0.0-1

We believe that the bug you reported is fixed in the latest version of
kde4libs, which is due to be installed in the Debian FTP archive:

kde4libs_4.0.0-1.diff.gz
  to pool/main/k/kde4libs/kde4libs_4.0.0-1.diff.gz
kde4libs_4.0.0-1.dsc
  to pool/main/k/kde4libs/kde4libs_4.0.0-1.dsc
kde4libs_4.0.0.orig.tar.gz
  to pool/main/k/kde4libs/kde4libs_4.0.0.orig.tar.gz
kdelibs-bin_4.0.0-1_i386.deb
  to pool/main/k/kde4libs/kdelibs-bin_4.0.0-1_i386.deb
kdelibs-dbg_4.0.0-1_i386.deb
  to pool/main/k/kde4libs/kdelibs-dbg_4.0.0-1_i386.deb
kdelibs5-data_4.0.0-1_all.deb
  to pool/main/k/kde4libs/kdelibs5-data_4.0.0-1_all.deb
kdelibs5-dev_4.0.0-1_i386.deb
  to pool/main/k/kde4libs/kdelibs5-dev_4.0.0-1_i386.deb
kdelibs5-doc_4.0.0-1_all.deb
  to pool/main/k/kde4libs/kdelibs5-doc_4.0.0-1_all.deb
kdelibs5_4.0.0-1_i386.deb
  to pool/main/k/kde4libs/kdelibs5_4.0.0-1_i386.deb
libphonon-dev_4.0.0-1_i386.deb
  to pool/main/k/kde4libs/libphonon-dev_4.0.0-1_i386.deb
libphonon4_4.0.0-1_i386.deb
  to pool/main/k/kde4libs/libphonon4_4.0.0-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 459515@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> (supplier of updated kde4libs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 09 Jan 2008 06:19:10 +0100
Source: kde4libs
Binary: kdelibs5-dev kdelibs5-doc kdelibs-bin libphonon4 libphonon-dev kdelibs-dbg kdelibs5-data kdelibs5
Architecture: source all i386
Version: 4:4.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Description: 
 kdelibs-bin - executables for all KDE 4 core applications
 kdelibs-dbg - debugging symbols for kdelibs
 kdelibs5   - core libraries for all KDE 4 applications
 kdelibs5-data - core shared data for all KDE 4 applications
 kdelibs5-dev - development files for the KDE 4 core libraries
 kdelibs5-doc - developer documentation for the KDE 4 core libraries
 libphonon-dev - cross-platform multimedia framework (development)
 libphonon4 - cross-platform multimedia framework
Closes: 459515
Changes: 
 kde4libs (4:4.0.0-1) experimental; urgency=low
 .
   * New upstream release. KDE 4.0.0 yay!
 .
   +++ Changes by Armin Berres:
 .
   * Add patch to disable debug information by default. They can be enabled
     with kdebugdialog.
   * Add patch to build no special debug code, but release code, and remove
     all hardcoded optimization and debug compiler flags. Use $(CXXFLAGS) and
     $(CFLAGS) instead.
 .
   +++ Changes by Ana Beatriz Guerrero Lopez:
 .
   * Update patch 15_kfreebsd_support to build in kfreebsd after latest changes
     in ConfigureChecks.cmake.
   * Update lintian overrides.
   * Add patch to fix make it build in arm and hopefully armel. Thanks Aurel.
     (Closes: #459515)
 .
   +++ Changes by Matthew Rosewarne:
 .
   * Add Homepage: to control.
   * Tweak package descriptions.
   * Replace dependency on xbase-clients with xauth.
   * Replace source:Version with binary:Version.
Files: 
 bd87e13934885d913634068d11569fcd 1453 libs optional kde4libs_4.0.0-1.dsc
 7b87726b198e70283ce1fc1b47949078 11100890 libs optional kde4libs_4.0.0.orig.tar.gz
 569dc5724e40ae92f48b56952ebcbd24 70376 libs optional kde4libs_4.0.0-1.diff.gz
 94e8d5272dfd6b4b584cfb161761296c 3101552 libs optional kdelibs5-data_4.0.0-1_all.deb
 1961b395b52a692ef71b56051298cae3 59854 doc optional kdelibs5-doc_4.0.0-1_all.deb
 e3eb6de6e945c6dff84a580bfb349acb 8853014 libs optional kdelibs5_4.0.0-1_i386.deb
 a8ab18912dafbd43cb3880ca3c5f27c7 1397392 libdevel optional kdelibs5-dev_4.0.0-1_i386.deb
 7c74458600c087ae89cb1cb3a8e4cf4f 404282 libs optional kdelibs-bin_4.0.0-1_i386.deb
 64b4e492ed29046b62631048a1de7df7 59895804 libdevel extra kdelibs-dbg_4.0.0-1_i386.deb
 698aeace0bdfe901864b46b558cfdc5e 100930 libdevel optional libphonon-dev_4.0.0-1_i386.deb
 50eb7af319271cb528e11c239a33bea8 159172 libs optional libphonon4_4.0.0-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Ana Guerrero

iD8DBQFHhGa1n3j4POjENGERAmlIAJ9Ezi2DHdnltw8P5uheUx6kycg6/QCeJvjD
W7ZXO4fv53MHXzv/dg+IT5U=
=CEBk
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: