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?

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

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

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

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

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

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.

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

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

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

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

[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) # *

[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) # *

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

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

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

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?)

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

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

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

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.

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

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

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

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

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

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

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

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

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,

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

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