Bug#694301: gnome-settings-daemon: ibus integration makes ibus useless

2012-11-24 Thread Aron Xu
Package: gnome-settings-daemon Version: 3.6.1-1 Severity: grave IBus integration in GNOME >= 3.6.0 is filtering input method engines and properties, which makes most of the commonly used engines being filtered out, or being completely broken because their configuration menu items ("properties") ar

Bug#688634: No real data loss

2012-11-24 Thread Vincent Bernat
❦ 24 novembre 2012 19:39 CET, Dominik George  : > I still do not see where you have data loss. Your SQLite database, > including all of which you claim is lost, is where it always was after > the upgrade. If you do not have the skills to dump or migrate it, you > sure can ask for help, but not re

Bug#694296: python-mock-doc: missing Breaks+Replaces: python-mock (<< 0.7.2)

2012-11-24 Thread Andreas Beckmann
Package: python-mock-doc Version: 0.7.2-1 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their pack

Bug#694295: libspeechd-dev: missing Breaks+>Replaces: speech-dispatcher (<< 0.7.1-6)

2012-11-24 Thread Andreas Beckmann
Package: libspeechd-dev Version: 0.7.1-6 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their packa

Bug#676485: squeeze->wheezy dist-upgrade Could not perform immediate configuration on 'default-jre'

2012-11-24 Thread Michael Biebl
Hi David, On 24.11.2012 19:38, David Kalnischkies wrote: > Okay, we get around with removing the 'eog' break – I really wonder why > libglib2.0-0 needs to break so many highlevel application packages > (it's a library for god's sake!), but I got no answer last time I asked gnome > people about th

Processed: found 694269 in 1.0.0~rc7.deb-4, found 694271 in 1.9.2b2-1, found 694274 in 1.0.0~dfsg-13 ...

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > found 694269 1.0.0~rc7.deb-4 Bug #694269 [coccinelle-doc] coccinelle-doc: missing Breaks+Replaces: coccinelle (<< 1.0.0~rc7.deb-4) Marked as found in versions coccinelle/1.0.0~rc7.deb-4. > found 694271 1.9.2b2-1 Bug #694271 [freevo] freevo: missi

Bug#694291: liblscp-doc: missing Breaks+Replaces: liblscp-dev (<< 0.5.6-4)

2012-11-24 Thread Andreas Beckmann
Package: liblscp-doc Version: 0.5.6-4 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their package

Bug#692899: zope2.12: [CVE-2012-5485 to 5508] Multiple vectors corrected within 20121106 fix

2012-11-24 Thread Arnaud Fontaine
Hello, Luciano Bello writes: > Hi, please see : http://seclists.org/oss-sec/2012/q4/249 > > Can you confirm if any of the Debian packages are affected? As far as I could find (not clear in the upstream changelog): version 2.12.26: * LP #1071067 fixes CVE 2012-5507, CVE 2012-5508. * LP #930

Bug#694289: python-gdata-doc: missing Breaks+Replaces: python-gdata (<< 2.0.14-2)

2012-11-24 Thread Andreas Beckmann
Package: python-gdata-doc Version: 2.0.14-2 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their pa

Bug#694288: libsoprano-doc: missing Breaks+Replaces: libsoprano-dev (<< 2.6.0)

2012-11-24 Thread Andreas Beckmann
Package: libsoprano-doc Version: 2.6.0+dfsg.1-1 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by thei

Bug#694287: icc-utils: missing Breaks+Replaces: libicc2 (<< 2.12+argyll1.4.0-2)

2012-11-24 Thread Andreas Beckmann
Package: icc-utils Version: 1.4.0-7 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their package de

Bug#694286: fstrcmp: missing Breaks+Replaces: libfstrcmp-dev (<< 0.4)

2012-11-24 Thread Andreas Beckmann
Package: fstrcmp Version: 0.4.D001-1 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their package d

Bug#694285: proofgeneral-doc: missing Breaks+Replaces: proofgeneral (<< 4)

2012-11-24 Thread Andreas Beckmann
Package: proofgeneral-doc Version: 4.2~pre120112-1 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by t

Processed: your mail

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > notfound 692315 iceape/2.7.10-1 Bug #692315 {Done: Michael Banck } [iceape-browser] iceape-browser: won't start No longer marked as found in versions iceape/2.7.10-1. > thanks Stopping processing here. Please contact me if you need assistance. -

Bug#603544: Fix proposal to work around the '+' character in schema file names

2012-11-24 Thread Stefan Seelmann
One option is to automate the renaming of problematic schema files in slapd.scripts-common#migrate_to_slapd_d_style() [1]: 1. Copy all schema files with a '+' character: for f in '/etc/ldap/schema/*+*'; do cp $f `echo $f | sed -e 's/\(.*\)+\(.*\)/\1-\2.slapd-d-migration/'` ; done 2. Replace t

Bug#694284: libconcord-dev: missing Breaks+Replaces: libconcord1-dev

2012-11-24 Thread Andreas Beckmann
Package: libconcord-dev Version: 0.23-1 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their packag

Processed: libcanberra-gtk-common-dev: missing Breaks+Replaces: libcanberra-gtk-dev (<< 0.26)

2012-11-24 Thread Debian Bug Tracking System
Processing control commands: > found -1 0.26-1 Bug #694283 [libcanberra-gtk-common-dev] libcanberra-gtk-common-dev: missing Breaks+Replaces: libcanberra-gtk-dev (<< 0.26) Marked as found in versions libcanberra/0.26-1. -- 694283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694283 Debian Bu

Bug#694283: libcanberra-gtk-common-dev: missing Breaks+Replaces: libcanberra-gtk-dev (<< 0.26)

2012-11-24 Thread Andreas Beckmann
Package: libcanberra-gtk-common-dev Version: 0.28-5 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Control: found -1 0.26-1 Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same

Bug#694280: ipython-doc: missing Breaks+Replaces: ipython (<< 0.12.1+dfsg)

2012-11-24 Thread Andreas Beckmann
Package: ipython-doc Version: 0.12.1+dfsg-1 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their pa

Bug#694071: FTBFS on powerpc: Minor webrtc issues

2012-11-24 Thread Elimar Riesebieter
* Michel Dänzer [2012-11-23 16:10 +0100]: > Source: iceweasel > Version: 17.0-1 > Severity: serious > Tags: patch > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > The attached patch allows iceweasel 17.0-1 to build and run on powerpc. Uff, it took 10h to build on my PowerBook5,8. Ice

Bug#694277: missing: Breaks+Replaces: gsoap (<< 2.7.17)

2012-11-24 Thread Andreas Beckmann
Package: gsoap-doc Version: 2.7.17-1 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their package d

Bug#692012: marked as done (cairo-dock starts without plugins due to version problems)

2012-11-24 Thread Debian Bug Tracking System
Your message dated Sat, 24 Nov 2012 23:32:31 + with message-id and subject line Bug#692012: fixed in cairo-dock 3.1.1-2 has caused the Debian Bug report #692012, regarding cairo-dock starts without plugins due to version problems to be marked as done. This means that you claim that the proble

Bug#694275: gri-pdf-doc: missing Breaks+Replaces: gri (<< 2.12.23-2)

2012-11-24 Thread Andreas Beckmann
Package: gri-pdf-doc Version: 2.12.23-2 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their packag

Bug#681457: libaudit: does not actually support ARM, breaks linked binary like readahead

2012-11-24 Thread Ivo De Decker
support + Backport from trunk of support for arm architecture. + + Please note that upstream calls this 'armeb', but it should work with the arm + ports in debian (armel and armhf). + +--- +Origin: upstream +Bug-Debian: http://bugs.debian.org/681457 +Forwarded: not-needed +Last-Update: 20121124 +

Processed: severity for #659994 #660736 #691985

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 691985 grave Bug #691985 [icedove] icedove: aborts on startup Bug #659994 [icedove] [regression] icedove: symbol lookup error: [...]/libdbusservice.so: undefined symbol: NS_Alloc Bug #660736 [icedove] Subject: icedove deads on undefined

Processed: Re: libaudit: does not actually support ARM, breaks linked binary like readahead

2012-11-24 Thread Debian Bug Tracking System
Processing control commands: > tags -1 patch Bug #681457 [libaudit0] libaudit: does not actually support ARM, breaks linked binary like readahead Added tag(s) patch. -- 681457: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681457 Debian Bug Tracking System Contact ow...@bugs.debian.org with

Bug#694274: libgmerlin-dev: missing Breaks+Replaces: gmerlin-data (<< 1.0.0~dfsg-13)

2012-11-24 Thread Andreas Beckmann
Package: libgmerlin-dev Version: 1.2.0~dfsg-2 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their

Bug#603544: "AttributeDescription contains inappropriate characters"

2012-11-24 Thread Andreas B. Mundt
Hi, the OLC configuration seems not to like some characters (for example a "+") in the schema file names (probab. because they are not allowed in a ldap DN). If I move inetorgperson.schema to inet+orgperson.schema in slapd.conf, and run as the conversion script in the package does: slaptest

Bug#694272: guile-g-wrap: missing Breaks+Replaces: g-wrap (<< 1.9.14)

2012-11-24 Thread Andreas Beckmann
Package: guile-g-wrap Version: 1.9.14-1 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their packag

Bug#675621: system freeze after safely unmounting usb drive

2012-11-24 Thread Jonathan Nieder
Seb wrote: > If I umount the disc from console, nothing wrong happen, only if I safely > remove from right clic, the system freeze, no need to unplug the usb drive > (as I thought), it happen alone, I manage to open a consol (ctrl-alt-f1) > before it disable the keyboard, nothing show up. Thanks,

Bug#694271: freevo: missing Breaks+Replaces: freevo-doc (<< 1.9.2b2)

2012-11-24 Thread Andreas Beckmann
Package: freevo Version: 1.9.2b2-4 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their package dep

Bug#694270: figlet: includes non-free files copyrighted by Unicode Inc.

2012-11-24 Thread Francesco Poli (wintermute)
Package: figlet Version: 2.2.5-1 Severity: serious Justification: Policy 2.2.1 Hello, while reviewing the debian/copyright file of the (finally back in main!) figlet package, I noticed two issues. The first is an inaccurate copying of a license text: | Files: tests/emboss.tlf | Copyright: 2006

Processed: Re: general protection fault in a ttyACM0 access

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 690848 important Bug #690848 [linux-2.6] usbutils: lsusb is frozen solid, after a general protection fault in a ttyACM0 access Severity set to 'important' from 'grave' > # guessing > found 690848 linux-2.6/2.6.32-46 Bug #690848 [linux-2.

Processed: unarchiving 542156, found 542156 in 1:3.9.20060704-3.7, notfound 542156 in 1:3.9.20060704-3.7. ...

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > unarchive 542156 Bug #542156 {Done: Paul Slootman } [ipppd] fails to install Unarchived Bug 542156 > found 542156 1:3.9.20060704-3.7 Bug #542156 {Done: Paul Slootman } [ipppd] fails to install Marked as found in versions isdnutils/1:3.9.20060704-3

Bug#690848: general protection fault in a ttyACM0 access

2012-11-24 Thread Jonathan Nieder
severity 690848 important # guessing found 690848 linux-2.6/2.6.32-46 quit Hi Albert, Albert van der Horst wrote: > A Texas Instruments Launcpad is connected as the sole > USB device, resulting in device /dev/ttyACM0 showing up. > No TI drivers were installed, or any specific usb-drivers. > > A

Processed: Forcibily Merge 691985 into 660736

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forcemerge 691985 660736 Bug #691985 [icedove] icedove: aborts on startup Bug #659994 [icedove] [regression] icedove: symbol lookup error: [...]/libdbusservice.so: undefined symbol: NS_Alloc Severity set to 'normal' from 'grave' Severity set to '

Bug#693885: GFDL licence problem

2012-11-24 Thread Dimitrios Eftaxiopoulos
Control: tag -1 pending Hello Ivo, Thank you for replying to my message. Στις Σαβ 24 Νοε 2012 15:51:58 Ivo De Decker γράψατε: > > You should check the freeze policy at > http://release.debian.org/wheezy/freeze_policy.html. Yes I did that. > Looking at the diff between 1.11.2 and 1.11.3, it

Processed: Re: GFDL licence problem

2012-11-24 Thread Debian Bug Tracking System
Processing control commands: > tag -1 pending Bug #693885 [src:mathgl] src:mathgl: non-free files in main (GFDL with Back/Front Cover Text) Added tag(s) pending. -- 693885: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693885 Debian Bug Tracking System Contact ow...@bugs.debian.org with prob

Bug#694269: coccinelle-doc: missing Breaks+Replaces: coccinelle (<< 1.0.0~rc7.deb-4)

2012-11-24 Thread Andreas Beckmann
Package: coccinelle-doc Version: 1.0.0~rc12.deb-4 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Date: Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict

Processed: your mail

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 693147 grave Bug #693147 [ttytter] ttytter: Package breaks against Twitter API 1.1 Severity set to 'grave' from 'normal' > kthxbye Stopping processing here. Please contact me if you need assistance. -- 693147: http://bugs.debian.org/cgi

Bug#679980: patch in progress

2012-11-24 Thread Paul Gevers
The previous patch was not good. But I am working on it. I think I have a good patch now for upstream (see upstream bts). Will try to get this properly done for Debian, and see if the release-team can except my changes and adding of jstree (apart for dsfg-ing the source tar ball). Paul signatu

Bug#694266: canna-utils: error when trying to install together with canna/squeeze (3.7p3-6.5)

2012-11-24 Thread Andreas Beckmann
Package: canna-utils Version: 3.7p3-10 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Architecture: amd64 Distribution: squeeze->wheezy (partial) upgrade Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their package

Bug#690128: inn2: conffile disappearing during squeeze->wheezy upgrade: /etc/news/motd.news

2012-11-24 Thread Julien ÉLIE
Hi Nick, We seem to have two things going on here: motd.innd is to be renamed to motd.nnrpd (by a means yet to be agreed); Do you mean motd.news (used by INN <= 2.5.2) is to be renamed to motd.nnrpd (used by INN >= 2.5.3)? motd.innd does not exist in INN 2.5.2. Under the name motd.nnrpd

Bug#691340: NMU: RFS: chrony/1.24-3.1+deb7u1 [RC] for Wheezy

2012-11-24 Thread Joachim Wiedorn
Hello! I have created a new package of chrony with the attached debdiff - especially for Wheezy. The package were uploaded to DELAYED/2 by David Prévot. Have a nice day. Joachim (Germany) debdiff-for-chrony-deb7u1.log.gz Description: GNU Zip compressed data

Processed: Re: eglibc: FTBFS: gcc-4.4: Internal error: Segmentation fault (program as)

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 690154 + unreproducible Bug #690154 [src:eglibc] eglibc: FTBFS: gcc-4.4: Internal error: Segmentation fault (program as) Added tag(s) unreproducible. > # unreproducible > severity 690154 important Bug #690154 [src:eglibc] eglibc: FTBFS: gcc-

Bug#690154: eglibc: FTBFS: gcc-4.4: Internal error: Segmentation fault (program as)

2012-11-24 Thread Jonathan Nieder
tags 690154 + unreproducible # unreproducible severity 690154 important quit Michael Banck wrote: >> Lucas Nussbaum wrote: >>> During a rebuild of all packages in *wheezy*, your package failed to >>> build on amd64. >>> >>> Two notes on this bug: >>> - the build failed twice in a row (I auto-retr

Bug#648272: abuse-frabs: Claudio add-on does not allow distribution or commercial use

2012-11-24 Thread Markus Koschany
On Sat, 24. Nov 11:44 Ansgar Burchardt wrote: > Markus Koschany writes: > > I guess it is possible to replace the claudio graphics with other ones > > but this will result in another game and won't be trivial. Perhaps we > > should admit that abuse is better off in non-free where the sound files

Bug#683833: aborts on start (config/hal)

2012-11-24 Thread Michael Gilbert
> Could anyone please re-test this issue, on real hardware? > > With current Wheezy in a VM I'm unable to reproduce it. hald properly > detects a fully functional (virtual) USB pointer and keyboard. > > Possibly the issue went away with the upgrade of some package. For > example the recent fix fo

Processed: severity of 693263 is serious

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 693263 serious Bug #693263 {Done: Ian Campbell } [qcontrol] Please add support for disabling the PIC watchdog on TS-219p II Severity set to 'serious' from 'wishlist' > thanks Stopping processing here. Please contact me if you need assis

Bug#689012: NMU: RFS: chrony/1.24-3.1+deb7u1 [RC] for Wheezy

2012-11-24 Thread Joachim Wiedorn
Hello! I have created a new package of chrony with the attached debdiff - especially for Wheezy. The package were uploaded to DELAYED/2 by David Prévot. Have a nice day. Joachim (Germany) debdiff-for-chrony-deb7u1.log.gz Description: GNU Zip compressed data

Bug#690128: inn2: conffile disappearing during squeeze->wheezy upgrade: /etc/news/motd.news

2012-11-24 Thread Nick Leverton
We seem to have two things going on here: motd.innd is to be renamed to motd.nnrpd (by a means yet to be agreed); Under the name motd.nnrpd it is no longer a conffile in the new package (as it is no longer shipped but it is used if present). Incidentally Russ Alberry reckons that the feature whi

Processed: Re: Bug#693917: grep: Bug in Debian patch: "LIB=" instead of "LIBS="

2012-11-24 Thread Debian Bug Tracking System
Processing control commands: > tags -1 - wheezy-ignore Bug #693917 [src:grep] grep: Bug in Debian patch: "LIB=" instead of "LIBS=" Removed tag(s) wheezy-ignore. -- 693917: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693917 Debian Bug Tracking System Contact ow...@bugs.debian.org with proble

Bug#693917: grep: Bug in Debian patch: "LIB=" instead of "LIBS="

2012-11-24 Thread Adam D. Barratt
Control: tags -1 - wheezy-ignore On Thu, 2012-11-22 at 00:05 +0100, Santiago Ruano Rincón wrote: > tags 693917 + wheezy-ignore No. Please educate yourself as to the meaning of that tag, and why it's inappropriate for you to be setting it. > I'm unable to reproduce this bug on unstable, I suppose

Bug#667599: dolfin-dev: fails to upgrade from squeeze - apt does not find an upgrade path

2012-11-24 Thread Margarita Manterola
Hi, I've been investigating the hdf5 package dependencies issues for the past hours. I've found that removing conflict+provides+replaces on every -1.8 version allows the packages that depend on libhdf5 to be upgraded, but in this case libhdf5-*-dev is held back, because of a similar conflict in

Bug#690154: eglibc: FTBFS: gcc-4.4: Internal error: Segmentation fault (program as)

2012-11-24 Thread Michael Banck
Hi, On Thu, Oct 11, 2012 at 08:32:05AM -0700, Jonathan Nieder wrote: > Lucas Nussbaum wrote: > > During a rebuild of all packages in *wheezy*, your package failed to > > build on amd64. > > > > Two notes on this bug: > > - the build failed twice in a row (I auto-retry failed builds) > > - the buil

Processed: tagging 694253

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 694253 + pending Bug #694253 [kde-workspace-bin] kde-workspace-bin fails to configure: Can not copy kcmclockrc Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 694253: http://bugs.debian

Processed: your mail

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > close 693894 Bug #693894 [gsettings-desktop-schemas] runs x-terminal-emulator with non-Policy option "-x" Bug #694128 [gsettings-desktop-schemas] x-terminal-emulator as default term breaks nautilus-open-terminal Marked Bug as done Marked Bug as

Bug#694253: kde-workspace-bin fails to configure: Can not copy kcmclockrc

2012-11-24 Thread Ralf Jung
Package: kde-workspace-bin Version: 4:4.8.4-4 Severity: serious Justification: Policy 3.9 Dear Maintainer, kde-workspace-bn fails to install on my system. I get the following error message: Setting up kde-workspace-bin (4:4.8.4-4) ... mv: cannot move ‘/usr/share/kde4/config/kcmclockrc’ to ‘/etc

Bug#684817: lilypond: FTBFS: (process:29483): Pango-WARNING **: error opening config file '/root/.pangorc': Permission denied

2012-11-24 Thread Don Armstrong
On Sat, 24 Nov 2012, Michael Banck wrote: > For the record, I get the segfault on a regular amd64 sbuild run as > well. Ah, awesome. Might be something that is sbuild specific, then. I'll try to get a build up with complete debugging information to see what is happening. Don Armstrong -- Drop

Bug#688634: No real data loss

2012-11-24 Thread Dominik George
I still do not see where you have data loss. Your SQLite database, including all of which you claim is lost, is where it always was after the upgrade. If you do not have the skills to dump or migrate it, you sure can ask for help, but not report it as data loss ... -nik -- To UNSUBSCRIBE, ema

Processed: your mail

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forcemerge 693894 694128 Bug #693894 {Done: Josselin Mouette } [nautilus-open-terminal] runs x-terminal-emulator with non-Policy option "-x" Bug #693894 {Done: Josselin Mouette } [nautilus-open-terminal] runs x-terminal-emulator with non-Policy

Bug#692129: Preliminar patch, test needed

2012-11-24 Thread Maximiliano Curia
tags 692129 + help patch upstream thanks Hi, The bug seems to be recognized by upstream but there seems to be no work going on towards a fix. I've prepared a preliminar patch, but I can't test it right now, if you can reproduce it, please test the patch and let me now of the results. I'll try to

Processed: Preliminar patch, test needed

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 692129 + help patch upstream Bug #692129 [pptpd] pptpd: PPTP Connections Drop Added tag(s) upstream, help, and patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 692129: http://bugs.debian.org/cgi-bin/bug

Processed: probably broken patch

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 686562 - patch Bug #686562 [mono] mono: CVE-2012-3543 Removed tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 686562: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686562 Debian Bug Tracking

Bug#686562: probably broken patch

2012-11-24 Thread Julian Taylor
tags 686562 - patch thanks the patch does not look like a solution, with the chosen hash algorithm collisions are independent of the seed. also mono limits he size of POST requests to 2MB by default which reduces the impact of the issue. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists

Bug#693659: vmix floating-point mode does not use proper API on Linux

2012-11-24 Thread Michael Gilbert
On Sat, Nov 24, 2012 at 11:06 AM, Laurent Bigonville wrote: > Hi, > > Just a side note, the +nmuX notation is meant for native packages, for > a non-native you should add .X after the debian version. > > So for this NMU it should be 4.2-build2007-1.1 Actually that's only a devref guideline. +nmuN

Bug#634930: gpa: GPA unusable due to "General Assuan error"

2012-11-24 Thread Michael Banck
Hi, On Fri, Oct 05, 2012 at 12:01:42PM +0200, intrigeri wrote: > Daniel Leidert wrote (08 Jul 2012 11:38:45 GMT) : > > Instead of removing this file can you please try the option: > > --disable-x509 instead? > > On my up-to-date Wheezy system: > > * gpa 0.9.0-2 from Debian Wheezy: > same error

Bug#684837: marked as done (gst-buzztard: FTBFS: plugin.c:403:3: error: too many arguments to function 'bml_setup')

2012-11-24 Thread Debian Bug Tracking System
Your message dated Sat, 24 Nov 2012 17:47:30 + with message-id and subject line Bug#684837: fixed in gst-buzztard 0.5.0-2+deb7u1 has caused the Debian Bug report #684837, regarding gst-buzztard: FTBFS: plugin.c:403:3: error: too many arguments to function 'bml_setup' to be marked as done. Th

Processed: Re: Patch

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 693283 +pending Bug #693283 [mantis] mantis: CVE-2012-5522 CVE-2023-5523 Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 693283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693283 D

Bug#693283: Patch

2012-11-24 Thread Michael Banck
tags 693283 +pending thanks On Sat, Nov 24, 2012 at 05:35:24PM +0100, Simon Richter wrote: > tags 693283 +patch > thanks > > Here is a patch. Stupid me forgot to bring his OpenPGP card to the BSP. Uploaded to DELAYED/3-day. Cheers, Michael -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...

Bug#694091: bcrypt: Tries to load whole file into memory regardless of the size

2012-11-24 Thread Michael Stapelberg
Hi, On Fri, 23 Nov 2012 20:41:24 + Margarita Manterola wrote: > The solution to this problem would be to put a limit on how much can > be read and encrypt via various subsequent read/writes instead of > just one big read and one big write. I am currently working on making bcrypt compress and

Processed: Patch

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 693283 +patch Bug #693283 [mantis] mantis: CVE-2012-5522 CVE-2023-5523 Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 693283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693283 Debia

Bug#693283: Patch

2012-11-24 Thread Simon Richter
tags 693283 +patch thanks Here is a patch. Stupid me forgot to bring his OpenPGP card to the BSP. Simon diff -Nru mantis-1.2.11/debian/changelog mantis-1.2.11/debian/changelog --- mantis-1.2.11/debian/changelog 2012-08-06 06:07:15.0 + +++ mantis-1.2.11/debian/changelog 2012-11-24 1

Bug#688634: No real data loss

2012-11-24 Thread Vincent Bernat
❦ 24 novembre 2012 16:45 CET, Holger Levsen  : >> I am downgrading the severity of this issue because it does not cause real >> data loss. > > mails + addressbook + settings gone is data loss in my book, and my customers > actually agree with me. > > I'm "fine" with downgrading to important and

Bug#694176: android-tools-adb

2012-11-24 Thread Bastian Blank
Package: android-tools-adb Version: 4.1.1+git20120801-1 Severity: grave Tags: security adb starts a daemon on first call without asking the user. This daemon listens on a TCP port on localhost: | $ id -u | 1000 | $ netstat -tlpen | … | Proto Local Address Foreign Address State User PID/Program

Processed: your mail

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 665334 general Bug #665334 [generic] A lot of type 1 fonts include Adobe all right reserved code Warning: Unknown package 'generic' Bug reassigned from package 'generic' to 'general'. Ignoring request to alter found versions of bug #6653

Processed (with 1 errors): [fontforge] generic bug

2012-11-24 Thread Debian Bug Tracking System
Processing control commands: > clone -1 > retitle -1 A lot of type 1 fonts include Adobe all right reserved code Bug #665334 [fontforge] non-DFSG postscript embedded in fontforge Changed Bug title to 'A lot of type 1 fonts include Adobe all right reserved code' from 'non-DFSG postscript embedded

Bug#693659: vmix floating-point mode does not use proper API on Linux

2012-11-24 Thread Laurent Bigonville
Hi, Just a side note, the +nmuX notation is meant for native packages, for a non-native you should add .X after the debian version. So for this NMU it should be 4.2-build2007-1.1 Kind regards Laurent Bigonville -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subjec

Bug#665334: [fontforge] generic bug

2012-11-24 Thread Bastien ROUCARIES
control: clone -1 Control: retitle -1 A lot of type 1 fonts include Adobe all right reserved code Control: reassign -1 generic On my debian box they are 34 font file included adobe all right reserved code find . -name *.pfb -exec t1disasm {} \; | grep -i "Copyright (c) 1987-1990 Adobe Systems In

Processed: bug 692650 is forwarded to https://issues.apache.org/jira/browse/AXIS-2883

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forwarded 692650 https://issues.apache.org/jira/browse/AXIS-2883 Bug #692650 [axis] axis: CVE-2012-5784 Set Bug forwarded-to-address to 'https://issues.apache.org/jira/browse/AXIS-2883'. > thanks Stopping processing here. Please contact me if yo

Processed: upload to testing-proposed-updates was requested

2012-11-24 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + pending Bug #684837 {Done: Laszlo Kajan } [src:gst-buzztard] gst-buzztard: FTBFS: plugin.c:403:3: error: too many arguments to function 'bml_setup' Added tag(s) pending. -- 684837: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684837 Debian Bug Tracki

Bug#684837: upload to testing-proposed-updates was requested

2012-11-24 Thread Laszlo Kajan
Control: tag -1 + pending Sent unblock request #694174 [1]. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694174 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Processed: Re: Bug#688634: No real data loss

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 688634 roundcube-sqlite Bug #688634 [roundcube-sqlite] roundcube-sqlite upgrade causes serious data-loss Ignoring request to reassign bug #688634 to the same package > severity 688634 serious Bug #688634 [roundcube-sqlite] roundcube-sqlit

Processed: Re: mlterm: missing copyright files

2012-11-24 Thread Debian Bug Tracking System
Processing control commands: > found -1 3.1.2-1.2 Bug #688606 {Done: Michael Gilbert } [mlterm-im-uim] mlterm-im-uim: copyright file missing after upgrade (policy 12.5) Marked as found in versions mlterm/3.1.2-1.2; no longer marked as fixed in versions mlterm/3.1.2-1.2 and reopened. -- 688606:

Processed: Re: mlterm: missing copyright files

2012-11-24 Thread Debian Bug Tracking System
Processing control commands: > found -1 3.1.2-1.2 Bug #688605 {Done: Michael Gilbert } [mlterm-im-m17nlib] mlterm-im-m17nlib: copyright file missing after upgrade (policy 12.5) Marked as found in versions mlterm/3.1.2-1.2; no longer marked as fixed in versions mlterm/3.1.2-1.2 and reopened. --

Processed: Re: mlterm: missing copyright files

2012-11-24 Thread Debian Bug Tracking System
Processing control commands: > found -1 3.1.2-1.2 Bug #688604 {Done: Michael Gilbert } [mlterm-im-scim] mlterm-im-scim: copyright file missing after upgrade (policy 12.5) Marked as found in versions mlterm/3.1.2-1.2; no longer marked as fixed in versions mlterm/3.1.2-1.2 and reopened. -- 68860

Processed: Re: mlterm: missing copyright files

2012-11-24 Thread Debian Bug Tracking System
Processing control commands: > found -1 3.1.2-1.2 Bug #688603 {Done: Michael Gilbert } [mlterm-tools] mlterm-tools: copyright file missing after upgrade (policy 12.5) Marked as found in versions mlterm/3.1.2-1.2; no longer marked as fixed in versions mlterm/3.1.2-1.2 and reopened. -- 688603: h

Bug#688603: mlterm: missing copyright files

2012-11-24 Thread Andreas Beckmann
Control: found -1 3.1.2-1.2 On Sunday, 18. November 2012 08:34:31 Michael Gilbert wrote: > Hi, I've uploaded an nmu fixing these issues to delayed/5. I saw this > was commited to git, but hasn't been uploaded after a long while. The > delayed upload is to give you time to do a maintainer upload i

Bug#683138: marked as done (pnp4nagios-web: crashes immediately due to debian/patches/adjust-template-path)

2012-11-24 Thread Debian Bug Tracking System
Your message dated Sat, 24 Nov 2012 15:33:29 + with message-id and subject line Bug#683138: fixed in pnp4nagios 0.6.16-2 has caused the Debian Bug report #683138, regarding pnp4nagios-web: crashes immediately due to debian/patches/adjust-template-path to be marked as done. This means that yo

Bug#683100: marked as done (pnp4nagios-web: libjs-jquery-ui (>= 1.8.14) may be not enough)

2012-11-24 Thread Debian Bug Tracking System
Your message dated Sat, 24 Nov 2012 15:33:29 + with message-id and subject line Bug#683100: fixed in pnp4nagios 0.6.16-2 has caused the Debian Bug report #683100, regarding pnp4nagios-web: libjs-jquery-ui (>= 1.8.14) may be not enough to be marked as done. This means that you claim that the p

Processed: Not release-critical

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 668473 normal Bug #668473 [libreoffice-writer2xhtml] java error when registering libreoffice-writer2xhtml Severity set to 'normal' from 'serious' > thanks Stopping processing here. Please contact me if you need assistance. -- 668473: h

Bug#684837: marked as done (gst-buzztard: FTBFS: plugin.c:403:3: error: too many arguments to function 'bml_setup')

2012-11-24 Thread Debian Bug Tracking System
Your message dated Sat, 24 Nov 2012 16:27:28 +0100 with message-id <50b0e760.6020...@rostlab.org> and subject line closing in 0.6.0-1 has caused the Debian Bug report #684837, regarding gst-buzztard: FTBFS: plugin.c:403:3: error: too many arguments to function 'bml_setup' to be marked as done. Th

Bug#668473: Not release-critical

2012-11-24 Thread Wolfgang Schweer
Control: tag -1 normal thanks Hello Rene, just like Florian in Berlin I read through this thread here at BSP Essen. If at all, this is a normal bug. Maybe your remark: Yeah, you need to install gcj-jdk and select gcj in the options. default-jdk is openjdk (almost) everywhere, but people who

Processed: No real data loss

2012-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 688634 normal Bug #688634 [roundcube-sqlite] roundcube-sqlite upgrade causes serious data-loss Severity set to 'normal' from 'critical' > kthxbye Stopping processing here. Please contact me if you need assistance. -- 688634: http://bugs

Bug#688634: No real data loss

2012-11-24 Thread Dominik George
severity 688634 normal kthxbye I am downgrading the severity of this issue because it does not cause real data loss. -nik -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#688634: roundcube-sqlite upgrade causes serious data-loss

2012-11-24 Thread Holger Levsen
Hi, On Samstag, 24. November 2012, Vincent Bernat wrote: > Actually, upgrading from a version supporting sqlite to a version not > supporting sqlite leaves the sqlite database untouched. thankfully, yes. (Happened to me recently and I was happy I had not go to backups to get roundcube back...)

Bug#672763: marked as done (ruby-filesystem: Unusable due to segfault)

2012-11-24 Thread Debian Bug Tracking System
Your message dated Sat, 24 Nov 2012 15:05:14 + with message-id and subject line Bug#672763: fixed in ruby-filesystem 0.5-5 has caused the Debian Bug report #672763, regarding ruby-filesystem: Unusable due to segfault to be marked as done. This means that you claim that the problem has been de

Bug#673790: Status update?

2012-11-24 Thread Dominik George
Hi, I stumvled upon this bug report during the BSP in Essen. What is the current state? I did one obvious test and found that in testing, the example script works. Does this issue still break other packages? Please report un an understandable manner what is still broken and what isn't. -nik

Bug#688590: marked as done (src:gnunet: ftbfs on ia64 (/lib vs /usr/lib confusion))

2012-11-24 Thread Debian Bug Tracking System
Your message dated Sat, 24 Nov 2012 15:02:46 + with message-id and subject line Bug#688590: fixed in gnunet 0.9.3-4 has caused the Debian Bug report #688590, regarding src:gnunet: ftbfs on ia64 (/lib vs /usr/lib confusion) to be marked as done. This means that you claim that the problem has b

Bug#687883: marked as done (gnunet-dbg: copyright file missing after upgrade (policy 12.5))

2012-11-24 Thread Debian Bug Tracking System
Your message dated Sat, 24 Nov 2012 15:02:46 + with message-id and subject line Bug#687883: fixed in gnunet 0.9.3-4 has caused the Debian Bug report #687883, regarding gnunet-dbg: copyright file missing after upgrade (policy 12.5) to be marked as done. This means that you claim that the probl

  1   2   3   >