Your message dated Mon, 14 Nov 2005 13:29:01 +0100
with message-id <[EMAIL PROTECTED]>
and subject line python-kde3: FTBFS (amd64/gcc-4.0): invalid cast of an rvalue
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; 12 Apr 2005 22:03:11 +0000
>From [EMAIL PROTECTED] Tue Apr 12 15:03:11 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c187080.adsl.hansenet.de (localhost.localdomain) [213.39.187.80] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DLTTS-0002SJ-00; Tue, 12 Apr 2005 15:03:11 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DLTTL-0008No-GK; Wed, 13 Apr 2005 00:03:07 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: python-kde3: FTBFS (amd64/gcc-4.0): invalid cast of an rvalue 
expression of type 'QValueList<KURL>' to type 'const KURL::List&'
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 13 Apr 2005 00:03:07 +0200
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: python-kde3
Version: 3.11.3-4
Severity: normal
Tags: patch

When building 'python-kde3' on amd64/unstable with gcc-4.0,
I get the following error:

sip/kdecore/kurl.sip: In function 'PyObject* slot_KURL_List___add__(PyObject*, 
PyObject*)':
sip/kdecore/kurl.sip:343: error: invalid cast of an rvalue expression of type 
'QValueList<KURL>' to type 'const KURL::List&'

With the attached patch 'python-kde3' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/python-kde3-3.11.3/sip/kdecore/kurl.sip 
./sip/kdecore/kurl.sip
--- ../tmp-orig/python-kde3-3.11.3/sip/kdecore/kurl.sip 2004-08-15 
19:41:52.000000000 +0200
+++ ./sip/kdecore/kurl.sip      2005-04-12 23:40:08.851320367 +0200
@@ -340,7 +340,8 @@
 //returns (KURL.List)
 //takes listToAdd | (KURL.List)
     Py_BEGIN_ALLOW_THREADS
-    sipRes = new KURL::List((const KURL::List&)((*sipCpp) + *a0));
+    sipRes = new KURL::List(*sipCpp);
+    *sipRes += *a0;
     Py_END_ALLOW_THREADS
 %End
 

---------------------------------------
Received: (at 304407-done) by bugs.debian.org; 14 Nov 2005 12:29:34 +0000
>From [EMAIL PROTECTED] Mon Nov 14 04:29:34 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.gmx.de ([213.165.64.20] helo=mail.gmx.net)
        by spohr.debian.org with smtp (Exim 4.50)
        id 1EbdSo-0005jA-AV
        for [EMAIL PROTECTED]; Mon, 14 Nov 2005 04:29:34 -0800
Received: (qmail invoked by alias); 14 Nov 2005 12:29:02 -0000
Received: from c213-100-42-4.swipnet.se (EHLO [213.100.42.4]) [213.100.42.4]
  by mail.gmx.net (mp020) with SMTP; 14 Nov 2005 13:29:02 +0100
X-Authenticated: #14342181
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 14 Nov 2005 13:29:01 +0100
From: Torsten Marek <[EMAIL PROTECTED]>
User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017)
X-Accept-Language: de-DE, de, en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: python-kde3: FTBFS (amd64/gcc-4.0): invalid cast of an rvalue
X-Enigmail-Version: 0.93.0.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
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=-0.9 required=4.0 tests=BAYES_00,RCVD_IN_SORBS,
        UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02

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

Hi,

the latest upstream version fixes this. The fix is included in python-kde3
3.11.3+20051013-1.

Unfortunately, we forgot to include the necessary changelog entries in the
.changes file.

best regards

Torsten
- --
Torsten Marek <[EMAIL PROTECTED]>
ID: A244C858 -- FP: 1902 0002 5DFC 856B F146  894C 7CC5 451E A244 C858
Keyserver: subkeys.pgp.net

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDeIMNfMVFHqJEyFgRAr6YAKCiEWFyZ/QaGC4seXzgxHY4QpzaywCgnsKN
1PYPA9rYcXpB63Oh1s6hFXI=
=kiof
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to