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

Bug#778359: marked as done (qtwebkit-opensource-src: FTBFS on x32: unnecessary size qualifier in asm)



Your message dated Wed, 03 Jun 2015 12:52:07 +0000
with message-id <E1Z089P-0007wc-Ke@franck.debian.org>
and subject line Bug#778359: fixed in qtwebkit-opensource-src 5.4.2+dfsg-1
has caused the Debian Bug report #778359,
regarding qtwebkit-opensource-src: FTBFS on x32: unnecessary size qualifier in asm
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
778359: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778359
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qtwebkit-opensource-src
Version: 5.3.2+dfsg-3
Severity: normal
Tags: patch

Hi!
Your package fails to build on the x32 second-class architecture.  The
failure stems from use of "cmpxchgq" in assembly code.  Dropping the "q"
qualifier lets the compiler infer the argument size, making that code
work on both amd64 and x32.


-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'unreleased'), (50, 'experimental')
Architecture: x32 (x86_64)

Kernel: Linux 3.19.0-x32 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
--- qtwebkit-opensource-src-5.3.2+dfsg/Source/WTF/wtf/Atomics.h~	2014-09-11 12:48:11.000000000 +0200
+++ qtwebkit-opensource-src-5.3.2+dfsg/Source/WTF/wtf/Atomics.h	2015-02-13 22:32:03.647863539 +0100
@@ -188,7 +188,7 @@
 #if CPU(X86_64)
     bool result;
     asm volatile(
-        "lock; cmpxchgq %3, %2\n\t"
+        "lock; cmpxchg %3, %2\n\t"
         "sete %1"
         : "+a"(expected), "=q"(result), "+m"(*location)
         : "r"(newValue)

--- End Message ---
--- Begin Message ---
Source: qtwebkit-opensource-src
Source-Version: 5.4.2+dfsg-1

We believe that the bug you reported is fixed in the latest version of
qtwebkit-opensource-src, which is due to be installed in the Debian FTP archive.

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 778359@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> (supplier of updated qtwebkit-opensource-src 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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 02 Jun 2015 23:00:28 -0300
Source: qtwebkit-opensource-src
Binary: qtwebkit5-doc-html
Architecture: all source
Version: 5.4.2+dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Closes: 751186 778359 782063
Description: 
 libqt5webkit5-dbg - Web content engine library for Qt - debugging symbols
 libqt5webkit5-dev - Web content engine library for Qt - development files
 libqt5webkit5 - Web content engine library for Qt
 qml-module-qtwebkit - Qt WebKit QML module
 qtwebkit5-doc-html - Qt 5 webkit HTML documentation
Changes:
 qtwebkit-opensource-src (5.4.2+dfsg-1) experimental; urgency=medium
 .
   [ Dmitry Shachnev ]
   * Sort debian/qml-module-qtwebkit.install.
   * Fix some substitutions in debian/libqt5webkit5.symbols.
   * Remove all obsolete sparc-specific symbols (Closes: #782063).
 .
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * New upstream release (Closes: 778359).
     - Bump Qt build dependencies to 5.4.2.
   * Clear up the list in Uploaders removing people who hasn't committed to the
     repo in more than a year. They can re add themselves whenever they want
     (and we really hope to see you back really soon!).
   * Expose HTML documentation (Closes: #751186).
Checksums-Sha1: 
 682be77567f4a9b69bcf2dbab4ad000e1cdb5a67 3217 qtwebkit-opensource-src_5.4.2+dfsg-1.dsc
 dcaf84aa4d7e17e69e51fc453b5845c0cbc3eb92 35241184 qtwebkit-opensource-src_5.4.2+dfsg.orig.tar.xz
 8e302f11896fd615597efbeb7a287f26c1ed8e51 90212 qtwebkit-opensource-src_5.4.2+dfsg-1.debian.tar.xz
 96f896de50e4f27b9823ac27b0741421db860727 692614 qtwebkit5-doc-html_5.4.2+dfsg-1_all.deb
Checksums-Sha256: 
 ee51a5af55d214da95dc8405e9b4cbaa0352b3e794c55b761bcd6147167f24a5 3217 qtwebkit-opensource-src_5.4.2+dfsg-1.dsc
 1329304bd8218c2b52454538ecbb40c43e70767b1113d080ad8b1a4c68140bb3 35241184 qtwebkit-opensource-src_5.4.2+dfsg.orig.tar.xz
 57524fa44488252b93c7f2c46d6550ef37a3ce68d80c628ed29fd1617c22e8ae 90212 qtwebkit-opensource-src_5.4.2+dfsg-1.debian.tar.xz
 fad1c59caeef95d1e8cf51f24a300723c0d006689fc44146ef5178b341cfed98 692614 qtwebkit5-doc-html_5.4.2+dfsg-1_all.deb
Files: 
 572f14a5e842ccf610786f3e52ac65a2 3217 libs optional qtwebkit-opensource-src_5.4.2+dfsg-1.dsc
 120fe30732654e8c9ddcd592035aa697 35241184 libs optional qtwebkit-opensource-src_5.4.2+dfsg.orig.tar.xz
 2ac70be1f2b9a98d5ccb00f09deab43e 90212 libs optional qtwebkit-opensource-src_5.4.2+dfsg-1.debian.tar.xz
 3fccbe2720998b310395ecc5e5370220 692614 doc extra qtwebkit5-doc-html_5.4.2+dfsg-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVbvHbAAoJEKtkX0BihqfQiHIP/1lVnYpXRW+PX5tXRANJ23rM
9+Cz9b8TEZ/ndJ7DHWnz+7Vz/tP7sDVk3kutWl/kCOo6ESKB7sDgISsnlhr3GBJc
4kSppbCZaBwTHgNh58nfd06jqdxZFlULxn3Ai/lVIVSefgNjom3/H423Rj6u1TUj
3fPGqOqLpsqH1u7qEIRU9A06jCRvEKEzm7O4C8eRWa3aY6IUsvDhqbEZRUjZGZOw
MIbOWaMxgymGGPfSjL+phyiUSw/UfMOh1VRT+LH+nTe3uHVmqIx6d21+q8Kb3ZeS
rvoSwixqGCsY+huLkX0+VG+SbyTD1hH343WXlWgYkjOZarIC43NfCA1H7dKxfrtu
K4rPJBrincAUsJSAmpyFEaCqe0LIO9b2OO2jJshCAeCKk0ImkneH7ipLDOFScy77
F7BtuTvsa1qzJDKQoWEKMAZMixmaGsqfbBAS0oEQRj/V4xURDjqnJHYQX7zLmdJ6
9lBO0F3B0znRctg5lsD/wPGNz4E9coaXaDJp8yn+dbgx38YxtWQNjk3QmpCL4T8e
PQL8cxSic2hEpyHhTGZ7gqDcbeImDv/yD7e8TkaBxti1JrQo1ZI6rOW8L1MNv5ja
L5fj1Tg14ZfvfRoFJcb6234HCWi8Je8AXuxm7zf5AmAw51EJ/LOwaWTJHMFSNCG0
xezQhl0PPag/X1n47bIk
=DY6e
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: