Your message dated Sun, 15 Jan 2006 09:45:36 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#335831: fixed in qt4-x11 4.1.0-2 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) -------------------------------------- Received: (at submit) by bugs.debian.org; 26 Oct 2005 05:45:51 +0000 >From [EMAIL PROTECTED] Tue Oct 25 22:45:51 2005 Return-path: <[EMAIL PROTECTED]> Received: from mx01.qsc.de [213.148.129.14] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EUe6h-0000Wy-00; Tue, 25 Oct 2005 22:45:51 -0700 Received: from port-195-158-169-21.dynamic.qsc.de ([195.158.169.21] helo=hattusa.textio) by mx01.qsc.de with esmtp (Exim 3.35 #1) id 1EUe6H-0005ar-00 for [EMAIL PROTECTED]; Wed, 26 Oct 2005 07:45:25 +0200 Received: from ths by hattusa.textio with local (Exim 4.54) id 1EUe6A-0003H7-9Q for [EMAIL PROTECTED]; Wed, 26 Oct 2005 07:45:18 +0200 Date: Wed, 26 Oct 2005 07:45:16 +0200 To: [EMAIL PROTECTED] Subject: [mips/mipsel] FTBFS due to invalid assembler code Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 From: Thiemo Seufer <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: qt4-x11 Version: 4.0.1-2 Tags: patch qt4-x11 currently FTBFS for mips/mipsel because the assembler code for atomic operations attempts to use MIPS II ll/sc instructions in MIPS I assembly. The appended patch switches the atomic loops to assume MIPS II, this works even for MIPS I CPUs because Linux emulates the ll/sc instructions there. Thiemo #! /bin/sh /usr/share/dpatch/dpatch-run ## 12_mips_atomic_ops.dpatch by Thiemo Seufer <[EMAIL PROTECTED]> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Fix compilation for Linux MIPS-I code. @DPATCH@ --- ./src/corelib/arch/mips/qatomic32.s.old 2005-10-26 02:28:44.000000000 +0200 +++ ./src/corelib/arch/mips/qatomic32.s 2005-10-26 02:29:34.000000000 +0200 @@ -6,10 +6,12 @@ .globl q_atomic_test_and_set_int .ent q_atomic_test_and_set_int q_atomic_test_and_set_int: + .set mips2 1: ll $8,0($4) bne $8,$5,2f move $2,$6 sc $2,0($4) + .set mips0 beqz $2,1b nop jr $31 @@ -21,10 +23,12 @@ q_atomic_test_and_set_int: .globl q_atomic_test_and_set_ptr .ent q_atomic_test_and_set_ptr q_atomic_test_and_set_ptr: + .set mips2 1: ll $8,0($4) bne $8,$5,2f move $2,$6 sc $2,0($4) + .set mips0 beqz $2,1b nop jr $31 --------------------------------------- Received: (at 335831-close) by bugs.debian.org; 15 Jan 2006 17:52:43 +0000 >From [EMAIL PROTECTED] Sun Jan 15 09:52:43 2006 Return-path: <[EMAIL PROTECTED]> Received: from joerg by spohr.debian.org with local (Exim 4.50) id 1EyBwe-0003te-Uu; Sun, 15 Jan 2006 09:45:36 -0800 From: Brian Nelson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: lisa $Revision: 1.31 $ Subject: Bug#335831: fixed in qt4-x11 4.1.0-2 Message-Id: <[EMAIL PROTECTED]> Sender: Joerg Jaspert <[EMAIL PROTECTED]> Date: Sun, 15 Jan 2006 09:45:36 -0800 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: qt4-x11 Source-Version: 4.1.0-2 We believe that the bug you reported is fixed in the latest version of qt4-x11, which is due to be installed in the Debian FTP archive: libqt4-core_4.1.0-2_i386.deb to pool/main/q/qt4-x11/libqt4-core_4.1.0-2_i386.deb libqt4-debug-dev_4.1.0-2_i386.deb to pool/main/q/qt4-x11/libqt4-debug-dev_4.1.0-2_i386.deb libqt4-debug_4.1.0-2_i386.deb to pool/main/q/qt4-x11/libqt4-debug_4.1.0-2_i386.deb libqt4-dev_4.1.0-2_i386.deb to pool/main/q/qt4-x11/libqt4-dev_4.1.0-2_i386.deb libqt4-gui_4.1.0-2_i386.deb to pool/main/q/qt4-x11/libqt4-gui_4.1.0-2_i386.deb libqt4-qt3support_4.1.0-2_i386.deb to pool/main/q/qt4-x11/libqt4-qt3support_4.1.0-2_i386.deb libqt4-sql_4.1.0-2_i386.deb to pool/main/q/qt4-x11/libqt4-sql_4.1.0-2_i386.deb qt4-designer_4.1.0-2_i386.deb to pool/main/q/qt4-x11/qt4-designer_4.1.0-2_i386.deb qt4-dev-tools_4.1.0-2_i386.deb to pool/main/q/qt4-x11/qt4-dev-tools_4.1.0-2_i386.deb qt4-doc_4.1.0-2_all.deb to pool/main/q/qt4-x11/qt4-doc_4.1.0-2_all.deb qt4-qtconfig_4.1.0-2_i386.deb to pool/main/q/qt4-x11/qt4-qtconfig_4.1.0-2_i386.deb qt4-x11_4.1.0-2.diff.gz to pool/main/q/qt4-x11/qt4-x11_4.1.0-2.diff.gz qt4-x11_4.1.0-2.dsc to pool/main/q/qt4-x11/qt4-x11_4.1.0-2.dsc 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Brian Nelson <[EMAIL PROTECTED]> (supplier of updated qt4-x11 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 10 Jan 2006 19:29:52 -0800 Source: qt4-x11 Binary: libqt4-sql libqt4-core qt4-doc libqt4-debug libqt4-qt3support qt4-designer libqt4-dev qt4-dev-tools libqt4-gui libqt4-debug-dev qt4-qtconfig Architecture: source i386 all Version: 4.1.0-2 Distribution: unstable Urgency: low Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Changed-By: Brian Nelson <[EMAIL PROTECTED]> Description: libqt4-core - Qt 4 core non-GUI functionality runtime library libqt4-debug - Qt 4 debugging runtime libraries libqt4-debug-dev - Qt 4 debugging development files libqt4-dev - Qt 4 development files libqt4-gui - Qt 4 core GUI functionality runtime library libqt4-qt3support - Qt 3 compatibility library for Qt 4 libqt4-sql - Qt 4 SQL database module qt4-designer - Qt 4 Designer qt4-dev-tools - Qt 4 development tools qt4-doc - Qt 4 API documentation qt4-qtconfig - Qt 4 configuration tool Closes: 330976 335831 343190 346586 346603 346605 347353 347360 Changes: qt4-x11 (4.1.0-2) unstable; urgency=low . * debian/patches/12_mips_atomic_ops.dpatch: Updated patch to account for 2 new functions, q_atomic_test_and_set_acquire_int and q_atomic_test_and_set_release_int, that were added in this release. This should again fix the build failures on mips. (Closes: #335831) . * debian/patches/13_arm_ftbfs_fixes.dpatch: renamed, added a fix for the new build failure due to a poorly defined qreal (Closes: #347360) . * debian/control: build against libmysqlclient15, and updated all dependencies to libmysqlclient15-dev (Closes: #346586) . * debian/control: added explicit dependencies for libqt4-dev on the Source-Version packages libqt4-core, libqt4-gui, libqt4-sql, and libqt4-qt3support. These dependencies were accidentally dropped in the last version. Also removed some unneeded dependencies. . * Split the *_debug.so symlinks out of libqt4-dev and into a separate libqt4-debug-dev package. Made the libqt4-debug-dev package depend on the Source-Version of libqt4-debug. This way, the symlinks won't be dangling if libqt4-debug isn't installed and prevents failed linking due to version mismatches. (Closes: #346603, #346605) . * Re-enabled sqlite3 support. It's still statically linked, however, but that'll have to do because I really don't want to futz with the build system. (Closes: #330976) . * Enabled sqlite2 support . * debian/patches/15_alpha_ftbfs_fix.dpatch: new patch to rename q_atomic_test_and_set_release_ptr to q_atomic_test_and_set_ptr, as suggested by Isaac Clerencia <[EMAIL PROTECTED]>, to fix a FTBFS on alpha. (Closes: #347353) . * debian/patches/10_qmake_for_debian: renamed from 10_qmake_use_qt4_tools, and updated to remove the "link_prl" from the default qmake CONFIG line. This disables the recursive linkage against all indirectly-used libraries. (Closes: #343190) Files: ed0612e19eaafa882e2df19a72024a0a 1464 libs optional qt4-x11_4.1.0-2.dsc ce131b11dfeb677643c0e87033a395dc 17822 libs optional qt4-x11_4.1.0-2.diff.gz eff3d39ad5c277345544e8a4bb8c80fb 12402878 doc optional qt4-doc_4.1.0-2_all.deb 76ed016f1d8b3cd79a37ddad7fea933f 3651702 libdevel optional libqt4-dev_4.1.0-2_i386.deb 0aefa3de1d808656ec63825f4f997fa0 13948 libdevel optional libqt4-debug-dev_4.1.0-2_i386.deb 67be18e88ce405cd5a630307e41d9686 905620 libs optional libqt4-core_4.1.0-2_i386.deb 5e32851e0ff91529ac58d8d20060f775 2796918 libs optional libqt4-gui_4.1.0-2_i386.deb f0e0f7c3603c961f9ce990f492a5c356 306722 libs optional libqt4-sql_4.1.0-2_i386.deb 75e1ba88df887fcc98b4995fdd47b932 1254170 libs optional libqt4-qt3support_4.1.0-2_i386.deb 6f2dd5c14d0c204d4c370c62e4a6068d 1395996 devel optional qt4-designer_4.1.0-2_i386.deb 270a39d28a84e93eeb338787232d352a 6920318 libs optional libqt4-debug_4.1.0-2_i386.deb 2fc07877f41ad0587659455dbfb3aa9f 529248 devel optional qt4-dev-tools_4.1.0-2_i386.deb b64224890301172ceacbdfb0901355ce 100690 x11 optional qt4-qtconfig_4.1.0-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Signed by Isaac Clerencia <[EMAIL PROTECTED]> iD8DBQFDxXB2QET2GFTmct4RAsRLAKCoReWM0RO2W4tYsDZIz3PyLbq7oQCglra6 7wqaML7TrFVDARw4owtofc4= =UaA5 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]