Re: the mangling of ‘va_list’ has changed in GCC 4.4

2010-01-28 Thread Fathi Boudra
On Wed, Jan 27, 2010 at 11:11 PM, Riku Voipio riku.voi...@iki.fi wrote:
 Interesting. Do you have a example on howto do that?

http://git.debian.org/?p=pkg-kde/qt4-x11.git;a=blob;f=debian/patches/92_armel_gcc43_valist_compat.diff;h=1db7aa33b73193a8ac0ff563f7a81bff40bfab61;hb=b3e8073df9201386aa420d5f4cab839615a0c6c5

cheers,

Fathi


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556930: kdesktop: kwebdesktop does not load all pictures

2010-01-28 Thread Frank Lassowski
Hi!

The bug is not any longer confirmable. The site changed its code, now
everything works perfectly. So this bug may be closed.

greetings
Frank Lassowski



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: the mangling of ‘va_list’ has changed in GCC 4.4

2010-01-28 Thread Modestas Vainius
Hello,

On ketvirtadienis 28 Sausis 2010 10:23:20 Fathi Boudra wrote:
 On Wed, Jan 27, 2010 at 11:11 PM, Riku Voipio riku.voi...@iki.fi wrote:
  Interesting. Do you have a example on howto do that?
 
 http://git.debian.org/?p=pkg-kde/qt4-x11.git;a=blob;f=debian/patches/92_arm
 el_gcc43_valist_compat.diff;h=1db7aa33b73193a8ac0ff563f7a81bff40bfab61;hb=b
 3e8073df9201386aa420d5f4cab839615a0c6c5

I have recently came across .symver directive [1][2] that is more 
straightforward way to achieve the same thing. In that case, only source file 
(.cpp) needs to be changed. For example:

---
$ cat test.h
void myprint(const char* fmt, va_list list);

$ cat libtest.cpp
#include cstdarg
#include test.h

void myprint(const char* fmt, va_list list) {
}

// va_list mangling has been changed in g++ 4.4
// Add ABI = g++-4.3 compatibility hack
#if defined __ARM_EABI__  defined __GNUC__  (__GNUC__  4 || __GNUC__ == 4 
 __GNUC_MINOR__ = 4)
__asm__(.symver _Z7myprintPKcSt9__va_list, _Z7myprintPKcPv@@);
#endif
---

_Z7myprintPKcSt9__va_list ( myprint(char const*, std::__va_list) )
 here is the new mangling while _Z7myprintPKcPv ( myprint(char const*, void*) 
) is the old mangling. When this code is built under g++-4.4, the resulting 
binary will have both symbols with _Z7myprintPKcPv and 
'_Z7myprintPKcSt9__va_list' referring to the same address:

$ objdump -T libtest.so | grep _Z7myprint
06d8 gDF .text  0058  Base_Z7myprintPKcSt9__va_list
06d8 gDF .text  0058  Base_Z7myprintPKcPv

1. http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/gnu-
assembler/symver.html
2. http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/gnu-
linker/version.html

-- 
Modestas Vainius modes...@vainius.eu


signature.asc
Description: This is a digitally signed message part.


Re: the mangling of ‘va_lis t’ has changed in GCC 4.4

2010-01-28 Thread Jakub Wilk

* Matthias Klose d...@debian.org, 2010-01-27, 23:25:
IMO the major work is to identify affected libraries. if this is 
done, you can decide if binNMUs or manual creation of aliases is the 
bigger pain.


On some other architectures (like amd64) std::va_list is already mangled 
to something easily greppable. This is how (more or less) I made my list 
of affected packages.


--
Jakub Wilk


signature.asc
Description: Digital signature


Processed: tagging 557424

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 557424 + pending
Bug #557424 [kdebase-runtime] kdebase-runtime: Please remove pmount recommends
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: bug 523094 is forwarded to https://bugs.kde.org/show_bug.cgi?id=151669 ...

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 523094 https://bugs.kde.org/show_bug.cgi?id=151669
Bug #523094 [systemsettings] kde4: system settings - missing administrator mode 
button
Set Bug forwarded-to-address to 'https://bugs.kde.org/show_bug.cgi?id=151669'.
 forcemerge 523094 546376
Bug#523094: kde4: system settings - missing administrator mode button
Bug#546376: [systemsettings] No administrator mode button
Forcibly Merged 523094 546376.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 567164

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 567164 + pending
Bug #567164 [plasma-scriptengine-webkit] [plasma-scriptengine-webkit] WebKit 
improperly capitalized in extended description
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: forcibly merging 530248 560842

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 530248 560842
Bug#530248: Devicedriver and indilib 0.6 missing
Bug#560842: indi has no usefull content
Forcibly Merged 530248 560842.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: bug 475544 is forwarded to https://bugs.kde.org/show_bug.cgi?id=153900

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 475544 https://bugs.kde.org/show_bug.cgi?id=153900
Bug #475544 [umbrello] [umbrello] autoresize note label when is exported a 
diagram as a image
Set Bug forwarded-to-address to 'https://bugs.kde.org/show_bug.cgi?id=153900'.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: reassign 528137 to kde-l10n-ptbr

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 528137 kde-l10n-ptbr
Bug #528137 [kate] kate: Translation (PT-BR) problem
Bug reassigned from package 'kate' to 'kde-l10n-ptbr'.
Bug No longer marked as found in versions kdesdk/4:4.2.2-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: bug 518312 is forwarded to https://bugs.kde.org/show_bug.cgi?id=152757

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 518312 https://bugs.kde.org/show_bug.cgi?id=152757
Bug #518312 [umbrello] umbrello: Notes and boxes are resized when printing
Set Bug forwarded-to-address to 'https://bugs.kde.org/show_bug.cgi?id=152757'.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[bts-link] source package kde4libs

2010-01-28 Thread bts-link-upstream
#
# bts-link upstream status pull for source package kde4libs
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #526979 (http://bugs.debian.org/526979)
#  * http://bugs.kde.org/show_bug.cgi?id=162485
#  * remote status changed: NEW - NEEDSINFO
#  * remote resolution changed: (?) - REMIND
usertags 526979 - status-NEW
usertags 526979 + status-NEEDSINFO resolution-REMIND

# remote status report for #526985 (http://bugs.debian.org/526985)
#  * http://bugs.kde.org/show_bug.cgi?id=162485
#  * remote status changed: NEW - NEEDSINFO
#  * remote resolution changed: (?) - REMIND
usertags 526985 - status-NEW
usertags 526985 + status-NEEDSINFO resolution-REMIND

thanks


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[bts-link] source package kdegraphics

2010-01-28 Thread bts-link-upstream
#
# bts-link upstream status pull for source package kdegraphics
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #559199 (http://bugs.debian.org/559199)
#  * http://bugs.kde.org/show_bug.cgi?id=204411
#  * remote status changed: (?) - UNCONFIRMED
usertags 559199 + status-UNCONFIRMED

thanks


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: forcibly merging 353762 448870

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 353762 448870
Bug#353762: kmail: KMail freezes it's GUI when sending/receiving mail
Bug#448870: kmail hangs while filtering spam
Bug#428092: Wishlist: why lock up so much?
Forcibly Merged 353762 428092 448870.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 567161

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 567161 + pending
Bug #567161 [python-kde4] [python-kde4] typo techonogies is extended 
description
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 567159

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 567159 + pending
Bug #567159 [libmimelib4] [libmimelib4] MIME lowercase in package descriptions
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: the mangling of ‘va_list’ has ch anged in GCC 4.4

2010-01-28 Thread Riku Voipio

Modestas Vainius wrote:


I have recently came across .symver directive [1][2] that is more 
straightforward way to achieve the same thing. In that case, only source file 
(.cpp) needs to be changed. 

Brilliant! This shall be the plan then:

1) identify affected libraries (Jakubs list as base?)
2) provide patches for the libraries and submit them to BTS
3) give maintainers X days to MU the libraries, after that proceed to 
NMU them

4) binNMU any packages using the functions with va_list parameters
5) release squeeze ;)
6) tell maintainers they are free to drop the symbol alias

Sounds ok to everyone?


For example:

---
$ cat test.h
void myprint(const char* fmt, va_list list);

$ cat libtest.cpp
#include cstdarg
#include test.h

void myprint(const char* fmt, va_list list) {
}

// va_list mangling has been changed in g++ 4.4
// Add ABI = g++-4.3 compatibility hack
#if defined __ARM_EABI__  defined __GNUC__  (__GNUC__  4 || __GNUC__ == 4 
 __GNUC_MINOR__ = 4)

__asm__(.symver _Z7myprintPKcSt9__va_list, _Z7myprintPKcPv@@);
#endif
---

_Z7myprintPKcSt9__va_list ( myprint(char const*, std::__va_list) )
 here is the new mangling while _Z7myprintPKcPv ( myprint(char const*, void*) 
) is the old mangling. When this code is built under g++-4.4, the resulting 
binary will have both symbols with _Z7myprintPKcPv and 
'_Z7myprintPKcSt9__va_list' referring to the same address:


$ objdump -T libtest.so | grep _Z7myprint
06d8 gDF .text  0058  Base_Z7myprintPKcSt9__va_list
06d8 gDF .text  0058  Base_Z7myprintPKcPv

1. http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/gnu-
assembler/symver.html
2. http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/gnu-
linker/version.html

  



--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: the mangling of ‘va_list’ has changed in GCC 4.4

2010-01-28 Thread Modestas Vainius
Hello,

On ketvirtadienis 28 Sausis 2010 21:37:15 Riku Voipio wrote:
 Brilliant! This shall be the plan then:
 
 1) identify affected libraries (Jakubs list as base?)
 2) provide patches for the libraries and submit them to BTS
 3) give maintainers X days to MU the libraries, after that proceed to
 NMU them
 4) binNMU any packages using the functions with va_list parameters
 5) release squeeze ;)
 6) tell maintainers they are free to drop the symbol alias

1. Step 4 is optional and can be skipped.
2. WRT step 6, I don't think it is correct. Maintainer may only drop the alias 
when changing the name of the affected library package (most likely due to 
soname change). This step is not related to squeeze release.

-- 
Modestas Vainius modes...@vainius.eu


signature.asc
Description: This is a digitally signed message part.


Processed: reassign 553671 to kdelibs5, forcibly merging 550866 553671 ...

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 553671 kdelibs5
Bug #553671 [kdebase-runtime] Entering a password fails in KDE dialogs
Bug reassigned from package 'kdebase-runtime' to 'kdelibs5'.
Bug No longer marked as found in versions kdebase-runtime/4:4.3.2-1.
 forcemerge 550866 553671
Bug#550866: kdelibs5: KDE password prompts broken, busy loops
Bug#553671: Entering a password fails in KDE dialogs
Forcibly Merged 550866 553671.

 retitle 550866 broken password line edits with three stars
Bug #550866 [kdelibs5] kdelibs5: KDE password prompts broken, busy loops
Bug #553671 [kdelibs5] Entering a password fails in KDE dialogs
Changed Bug title to 'broken password line edits with three stars' from 
'kdelibs5: KDE password prompts broken, busy loops'
Changed Bug title to 'broken password line edits with three stars' from 
'Entering a password fails in KDE dialogs'
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: forcibly merging 529572 565614

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 529572 565614
Bug#529572: kde4libs: please build documentation
Bug#565614: kde4libs: please build documentation
Forcibly Merged 529572 565614.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: bug 550121 is forwarded to https://bugs.kde.org/show_bug.cgi?id=184594

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 550121 https://bugs.kde.org/show_bug.cgi?id=184594
Bug #550121 [konqueror] konqueror cannot read empty files from ftp
Set Bug forwarded-to-address to 'https://bugs.kde.org/show_bug.cgi?id=184594'.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 466167

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 466167 + pending
Bug #466167 [kdebase-runtime-dbg] kdebase-runtime-dbg depends on kdepimlibs-dbg
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 567166

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 567166 + pending
Bug #567166 [plasma-scriptengine-javascript] [plasma-scriptengine-javascript] 
javascript completely lowercase in package descriptions
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 403608

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 403608 + pending
Bug #403608 [kcachegrind-converters] kcachegrind-converters: add list of 
supported languages to package description
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: reassign 562504 to src:kdebase

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 562504 src:kdebase
Bug #562504 [kdebase] kdebase: Please support Renesas sh4
Bug reassigned from package 'kdebase' to 'src:kdebase'.
Bug No longer marked as found in versions 4:4.3.4-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: reassign 524678 to kdebase-workspace-bin

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 524678 kdebase-workspace-bin
Bug #524678 [kde-full] kde4-minimal: Battery Monitor widget doesn't support 
multiple batteries
Bug reassigned from package 'kde-full' to 'kdebase-workspace-bin'.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: reassign 467608 to src:kdebase-workspace

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 467608 src:kdebase-workspace
Bug #467608 [kdebase] kdebase: kwin-dev package needed
Bug reassigned from package 'kdebase' to 'src:kdebase-workspace'.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: reassign 525682 to kde-window-manager

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 525682 kde-window-manager
Bug #525682 [kde-full] kde4: Error in window management
Bug reassigned from package 'kde-full' to 'kde-window-manager'.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: reassign 519069 to kde-window-manager

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 519069 kde-window-manager
Bug #519069 [kde-full] kde4: Cover Switch window switching effect broken
Bug reassigned from package 'kde-full' to 'kde-window-manager'.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 520150

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 520150 - patch
Bug #520150 [kde-full] [kde] Regression: accent are not displayed
Removed tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: bug 516575 is forwarded to https://bugs.kde.org/show_bug.cgi?id=184274, tagging 516575

2010-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 516575 https://bugs.kde.org/show_bug.cgi?id=184274
Bug #516575 [kpat] kpat: Save does not work - no file created
Set Bug forwarded-to-address to 'https://bugs.kde.org/show_bug.cgi?id=184274'.
 tags 516575 + fixed-upstream
Bug #516575 [kpat] kpat: Save does not work - no file created
Added tag(s) fixed-upstream.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



galas hiels tows drawl er bitte rly shall ows

2010-01-28 Thread Cheap Cialis Super Active Plus on www . ra97 . com

waist ed  domic al  cumul ating  kofta  topsa il  tows  staff s  prese
ntly  diago nal  utopi anism  grebe  mulli ken  disse ction  vocod er
plebs  clean ses  mento r  bedaz zleme nt  augur  hackb erry  peren
niali se  mulli ken  subtl er  glamo r  satin flowe r  domic al  subsc
hemas  reson ances  band  etern alise s  leeuw arden  godde ss  nyanz a
subch annel s  eloqu ence  suben try  mento r  debug gers  devil ise
dagon  utopi anism  pacem aker  occup ants  kina  colon s  micro tubul
ar  dagon  porph yria  manha ndles  corne rs  hands omene ss  retre
nchme nt  condu its  curvi ng  fibri sed  trice ratop s  rubbl ed  showp
lace  louti shnes s  scutc heon  arabi lity  injur e  chimb ote  prosc
ribes  backy ard  viola bilit y  swall owing  pract icall y  duode num
daunt less  memor ies  navra tilov a  heart wood  heade rs  edgew orth
ostin ato  admir alty  grima cing  whene ver  djail olo  daisy cutte r
cutof fs  lubbe r  villa gers  indus trial  prese ntly  prude ntius
retar ding  hobby ists  unpoe tised  lolli pop  appea ser  panni er
indus trial


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org