Bug#665638: prevent debootstrap vom needing SHA256sums

2012-03-30 Thread Mario Koppensteiner
On Sat, Mar 24, 2012 at 05:35:36PM -0400, Joey Hess wrote: > > Mario Koppensteiner wrote: > Am I correct in deducing that this mirror is one that was actually > generated with apt-move, and that's why it's missing the SHA256 fields? Yes, you are correct. > > Can somebody please implement a para

Bug#665222: libcatalyst-modules-perl: FTBFS: tests failed

2012-03-30 Thread Niko Tyni
forwarded 665222 https://rt.cpan.org/Public/Bug/Display.html?id=76179 tag 665222 upstream thanks On Thu, Mar 22, 2012 at 05:34:41PM +0100, Lucas Nussbaum wrote: > Source: libcatalyst-modules-perl > Version: 43 > Severity: serious > Tags: wheezy sid > User: debian...@lists.debian.org > Usertags: qa

Bug#666492: bash && operator prevents backgrounding over ssh

2012-03-30 Thread Debian bug at v.nix.is
Package: bash Version: 4.2-1 Severity: important Tags: upstream The "&&" operator in bash seems to inhibit backgrounding when run over ssh. You can try it with the following: ssh localhost "cd /tmp && nohup sleep 10 >/dev/null 2>&1 &" The above command will wait for sleep(1) to finish before

Bug#626374: Patch for the l10n upload of xsp

2012-03-30 Thread Christian PERRIER
Quoting Christian PERRIER (bubu...@debian.org): > > Dear maintainer of xsp, > > On Tuesday, March 06, 2012 I sent you a notice announcing my intent to upload > an > NMU of your package to fix its pending l10n issues, after an initial > notice sent on Thursday, March 01, 2012. > > We finally agr

Bug#666491: document totally crashes abiword right at opening

2012-03-30 Thread jidanni
Package: abiword Version: 2.9.2+svn20120215-2 $ wget -O f.doc http://www.dsland.taichung.gov.tw/dword/%E5%8F%B0%E4%B8%AD%E5%B8%82%E5%9C%B0%E6%AE%B5%E5%9C%96.doc $ abiword f.doc (abiword:20649): GdkPixbuf-CRITICAL **: gdk_pixbuf_new_subpixbuf: assertion `src_x >= 0 && src_x + width <= src_pixbuf

Bug#656645: Announce of the upcoming NMU for the moon-buggy package

2012-03-30 Thread Christian PERRIER
Dear maintainer of moon-buggy and Debian translators, Some days ago, I sent a notice to the maintainer of the moon-buggy Debian package, mentioning the status of at least one old po-debconf translation update in the BTS. I announced the intent to build and possibly upload a non-maintainer upload

Bug#666490: O: svgalib -- console SVGA display libraries

2012-03-30 Thread Guillem Jover
Package: wnpp Severity: normal I've just orphaned svgalib by uploading 1.4.x and 1.9.x packages with pending changes to unstable and experimental. I recently contacted upstream to send patches back, but was offered taking over upstream maintainership instead because he is not interested in it anym

Bug#666489: remmina-plugin-rdp: Crash on old X-server

2012-03-30 Thread Gulevich Vasili Victorovich
XServer version information: XFree86 Version 4.3.0 (Custom Build: 4.3.0-122.EL) Release Date: 15 August 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: Linux 2.4.21-47.0.1.EL.cernsmp i686 [ELF] Build Date: 14 June 2007 Build Host: refslc3-i386.cern.ch Before re

Bug#598992: closed by Hiroyuki Yamamoto (Bug#598992: fixed in sl 3.03-17)

2012-03-30 Thread Hiroyuki Yamamoto
(2012-03-31 12:52 +0100), Reuben Thomas wrote: > On 29 March 2012 20:51, Hiroyuki Yamamoto wrote: >> >> Incidentally, sl-h command, which is long version sl, >> supports CTRL-C by default. > > Thanks. I'll alias it to sl. Could this be mentioned in the sl man > page? I bet I'm not the only user

Bug#598992: closed by Hiroyuki Yamamoto (Bug#598992: fixed in sl 3.03-17)

2012-03-30 Thread Hiroyuki Yamamoto
(2012-03-31 12:52 +0100), Reuben Thomas wrote: > On 29 March 2012 20:51, Hiroyuki Yamamoto wrote: >> >> Incidentally, sl-h command, which is long version sl, >> supports CTRL-C by default. > > Thanks. I'll alias it to sl. Could this be mentioned in the sl man > page? I bet I'm not the only user

Bug#663320: sqlheavy: planned vala 0.12 removal

2012-03-30 Thread Michael Biebl
tags 663320 + fixed-upstream patch thanks http://gitorious.org/sqlheavy/sqlheavy/commit/bf6c7682b55f59f5f40e07ecf180f895b821bc4c -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? signature.asc Description: OpenPGP digital signature

Bug#666489: remmina-plugin-rdp: Crash on old X-server

2012-03-30 Thread Basilevs
Package: remmina-plugin-rdp Version: 1.0.0-3 Severity: normal Tags: upstream I'm running remmina remotely tunneling X-traffic to old Scientific Linux CERN release 3.0.3 (SL). After perfroming RDP connection to Windows 7 server edition over SSH tunnel configured to use temporary terminal services

Bug#666488: Patch to fix unresponsiveness after logging in to MSN account

2012-03-30 Thread Alejandro Carrazzoni
Package: emesene Version: 2.12.1+dfsg-1 Severity: grave After logging in to a MSN account in emesene, and the contact list appears, the program gets completely unresponsive and hangs, and I have to end up killing the process manually, so I can't use emesene at all. I reported this to upstream and

Bug#666229: ITP: igtf-policy-bundle -- IGTF profiles for Authority Root Certificates

2012-03-30 Thread Christoph Anton Mitterer
Hi. On Sat, 2012-03-31 at 01:38 +0200, Dennis van Dok wrote: > (H'm, coincidentally I'm just back from LRZ after the EGI community forum.) Hope you had a nice stay in Garching. > The easy answer is that the IGTF CAs come with several files besides > just the certificates. The info, namespaces,

Bug#653948: [SciPy-Dev] cephes_smirnov never returns on mips/sparc/...

2012-03-30 Thread josef . pktd
On Fri, Mar 30, 2012 at 9:50 PM, Yaroslav Halchenko wrote: > yeap -- that > > -  if (n <= 0 || e < 0.0 || e > 1.0) > +  /* This comparison should assure returning NaN whenever > +     e is NaN itself.  In original || form it would proceed */ > +  if (!(n > 0 && e >= 0.0 && e <= 1.0)) > > > resolve

Bug#653948: [SciPy-Dev] cephes_smirnov never returns on mips/sparc/...

2012-03-30 Thread Yaroslav Halchenko
d'oh -- now patch is attached On Fri, 30 Mar 2012, Yaroslav Halchenko wrote: > patch is attached here as well -- =--= Keep in touch www.onerussian.com Yaroslav Halchenko www.ohloh

Bug#653948: [SciPy-Dev] cephes_smirnov never returns on mips/sparc/...

2012-03-30 Thread Yaroslav Halchenko
yeap -- that - if (n <= 0 || e < 0.0 || e > 1.0) + /* This comparison should assure returning NaN whenever + e is NaN itself. In original || form it would proceed */ + if (!(n > 0 && e >= 0.0 && e <= 1.0)) resolved the stalling issue and now I am getting the same (1.0, nan, nan) as on x8

Bug#666487: korganizer broken after upgrade

2012-03-30 Thread Jameson Graef Rollins
Package: korganizer Version: 4:4.4.11.1+l10n-1 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 After upgrade to 4.4.11 korganizer fails to recognize any of my calendars. My calendars were all stored in local .ics files, and after upgrade none of them were available. Furtherm

Bug#666486: abt: apt-get install should always run update

2012-03-30 Thread Jay Bazuzi
Package: abt Version: apt Severity: wishlist Whenever someone gives instructions to run `apt-get install`, they say to run `apt-get update` first. There does not appear to be an important use case to run install without running update. The default behavior of install should be to update first. S

Bug#662003: apt-move with SHA256 support?

2012-03-30 Thread Herbert Xu
Hi: Do we still need MD5 sums in the Packages file? If not I'd suggest simply changing all existing references to md5 with sha256 and it should just work. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt --

Bug#665692: 'GMountMountFlags' etc. warnings

2012-03-30 Thread jidanni
Ha! See! Let me remind you people who I am, http://www.youtube.com/watch?v=qhwKqq0j1S8&list=PL6E40919035151385 An innocent old user who without a sliver of gratitude files these reports. If I didn't let you know how it looked from the public's point of view, you might never have figured out the imp

Bug#666471: hardening-includes: please declare as Multi-Arch: foreign

2012-03-30 Thread Colin Watson
Package: hardening-includes Version: 1.36 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch precise It would be useful for hardening-includes to be Multi-Arch: foreign (I realise that hardening-wrapper already is), as well as being Architecture

Bug#665692: 'GMountMountFlags' etc. warnings

2012-03-30 Thread Frédéric Brière
# (I hope all this messing around doesn't reopen the damn bug) reassign 665692 pygobject-2 2.28.6-10 affects 665692 reportbug severity 665692 normal # Other copies were filed against different packages reassign 664276 pygobject-2 reassign 665759 pygobject-2 forcemerge 665692 664276 665759 thanks

Bug#666470: python-bs4-doc: spelling 'leigtimate'

2012-03-30 Thread green
Package: python-bs4-doc Version: 4.0.1-1 Severity: minor Hi, in the documentation's index.html, 'legitimate' is mis-spelled as 'leigtimate'. Thanks signature.asc Description: Digital signature

Bug#666468: libcairo2:amd64: major text display problems in iceweasel

2012-03-30 Thread Vincent Lefevre
Note: after a redraw, text is corrected, but other parts of the window get corrupted in a similar way... -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

Bug#666303: darnwdl: upcoming rsvg removal

2012-03-30 Thread Michael Biebl
severity 666303 important retitle 666303 darnwdl: upcoming rsvg removal user pkg-gnome-maintain...@lists.alioth.debian.org usertag 666303 rsvg-removal thank The deprecated rsvg script has been removed upstream. I reverted that commit for now in the Debian package, but I won't keep that patch forev

Bug#666314: unison2.27.57: upcoming rsvg removal

2012-03-30 Thread Michael Biebl
severity 666314 important retitle 666314 unison2.27.57: upcoming rsvg removal user pkg-gnome-maintain...@lists.alioth.debian.org usertag 666314 rsvg-removal thank The deprecated rsvg script has been removed upstream. I reverted that commit for now in the Debian package, but I won't keep that patch

Bug#666282: pentobi: upcoming rsvg removal

2012-03-30 Thread Michael Biebl
severity 666282 important retitle 666282 pentobi: upcoming rsvg removal user pkg-gnome-maintain...@lists.alioth.debian.org usertag 666282 rsvg-removal thank The deprecated rsvg script has been removed upstream. I reverted that commit for now in the Debian package, but I won't keep that patch forev

Bug#666312: upcoming rsvg removal, switch to rsvg-convert

2012-03-30 Thread Michael Biebl
severity 666312 important retitle 666312 unison: upcoming rsvg removal user pkg-gnome-maintain...@lists.alioth.debian.org usertag 666312 rsvg-removal thank The deprecated rsvg script has been removed upstream. I reverted that commit for now in the Debian package, but I won't keep that patch foreve

Bug#666469: reportbug: reports bug assigned to the wrong package (multi-arch problem?)

2012-03-30 Thread Vincent Lefevre
Package: reportbug Version: 6.3.1 Severity: grave Justification: renders package unusable (well, not completely, but this is definitely a RC bug if you don't want a mess in the bug reports) I wanted to report a bug against libcairo2, but I got: $ reportbug libcairo2 [...] Getting status for libca

Bug#666281: upcoming rsvg removal, switch to rsvg-convert

2012-03-30 Thread Michael Biebl
severity 666281 important retitle 666281 unison2.32.52: upcoming rsvg removal user pkg-gnome-maintain...@lists.alioth.debian.org usertag 666281 rsvg-removal thank The deprecated rsvg script has been removed upstream. I reverted that commit for now in the Debian package, but I won't keep that patch

Bug#666264: FPC: please add support for armhf (patch included)

2012-03-30 Thread peter green
I'll review the patch and apply it for next upload. While browsing commit logs of the upstream repo I spotted that one chunk of my patch had been reverted, apparently it was both unnessacery (it was one of the first hunks I wrote before I really figured out what was going on) and causing p

Bug#665947: [tex-k] cascading config files for dvips(k) and dvipdfmx

2012-03-30 Thread Karl Berry
Done that, see the diffstat at the head of the individual patches. I installed it for dvips, with doc tweaks. I await ChoF/et al. reply before doing *dvipdfmx. Thanks, karl -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Con

Bug#666468: libcairo2:amd64: major text display problems in iceweasel

2012-03-30 Thread Vincent Lefevre
Package: libcairo2:amd64 Version: 1.12.0-2 Severity: grave Justification: renders package unusable libcairo2:amd64 1.12.0-2 yield major display problems in iceweasel (and perhaps other applications). See attached snapshot for an example of what I get (such text corruption also affects the tabs and

Bug#665630: zapping: Including individual glib headers no longer supported

2012-03-30 Thread Michael Biebl
tags 665630 + patch thanks Attached is a build-tested patch Please review and apply. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? Index: zapping-0.10~cvs6/src/zvbi.c ===

Bug#471927: [Scratch] Scratch 1.4 source code released under GPL v2

2012-03-30 Thread Allison Randal
On 03/30/2012 04:10 PM, Miriam Ruiz wrote: > It works for me with squeak-vm 4.0.3.2202 (squeeze) but when trying to > run it on squeak-vm 4.4.7 (wheezy) I just get a black screen [1] [2] > > According to jredrejo, the modification causing this problem might be > related to the changes made to the

Bug#666229: ITP: igtf-policy-bundle -- IGTF profiles for Authority Root Certificates

2012-03-30 Thread Dennis van Dok
Op 30-03-12 13:40, Christoph Anton Mitterer schreef: > Hi Dennis. Hi Chris, > Running the LMU-LRZ Tier-2 this is quite good news, however.. (H'm, coincidentally I'm just back from LRZ after the EGI community forum.) > On Thu, 2012-03-29 at 23:29 +0200, Dennis van Dok wrote: >> The certificates

Bug#666108: Dell PERC H710P is not supported by Squeeze Standard Kernel

2012-03-30 Thread Jonathan Nieder
Buford Peek wrote: > We do NOT run a stock config so I have recompiled the kernel with > our specific config and will run LTP testing on the system to > determine if their are any more issues. Nice to hear. Looking forward to hearing how it goes. Thanks, Jonathan -- To UNSUBSCRIBE, email to

Bug#666036: approx: apt-get update errors with sid

2012-03-30 Thread Brian May
On 31 March 2012 08:56, Eric Cooper wrote: > Can you please send me your approx server's log output (with $debug > set to true in approx.conf) when this occurs? Attached. I hope :-) Curiously, the first time it worked this time. I only attached the log file for when it didn't work however. root

Bug#665627: xchat: Including individual glib headers no longer supported

2012-03-30 Thread Michael Biebl
tags 665627 + patch thanks Attached is a build-tested patch. There are still a few warnings about usage of deprecated API [1], which you should fix eventually. Cheers, Michael [1] fkeys.c:1510:4: warning: 'g_completion_new' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gcompl

Bug#666406: [3.1 -> 3.2.13 regression] xhci_hcd prevents suspend

2012-03-30 Thread Jonathan Nieder
# regression severity 666406 important quit Adrian Friedli wrote: > It's a regression indeed. 3.1.0-1-amd64 does not have this problem. > Interestingly wake up on USB started working with 3.2. By the way, if you get a chance to try 3.3-rc1 or newer from experimental, that would be interesting.

Bug#666406: [3.1 -> 3.2.13 regression] xhci_hcd prevents suspend

2012-03-30 Thread Jonathan Nieder
Adrian Friedli wrote: > It's a regression indeed. 3.1.0-1-amd64 does not have this problem. > Interestingly wake up on USB started working with 3.2. Yes, I don't think that's a coincidence. ;-) [...] >> Please attach "lspci -vvnn", "lsusb", and "acpidump" output and full >> "dmesg" output from b

Bug#666465: invoke-rc.d pcscd start starts the daemon again if allready running

2012-03-30 Thread Dirk Heiser
Package: pcscd Version: 1.8.2-1 Severity: normal In /etc/init.d/pcscd at do_start() the directory with the pidfile is deleted before start-stop-daemon check if the daemon allready running. So start-stop-daemon newer get the pid of the running daemon. Thats bad, because an second call of invoke-r

Bug#665675: Processed: glib 2.32 uploaded to unstable

2012-03-30 Thread Michael Biebl
tags 665675 + patch thanks On 31.03.2012 01:28, Michael Biebl wrote: > Hi Bdale, > > On 30.03.2012 18:27, Bdale Garbee wrote: >> <#part sign=pgpmime> >> On Fri, 30 Mar 2012 08:18:33 +, ow...@bugs.debian.org (Debian Bug >> Tracking System) wrote: >>> Please contact me if you need assistance.

Bug#628169: progress?

2012-03-30 Thread Hans-Christoph Steiner
Any progress on this package? I am interested in helping out. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#666464: xcompmgr: new upstream release (1.1.6)

2012-03-30 Thread Ryan Tandy
Package: xcompmgr Version: 1.1.5-1 Severity: minor Tags: patch Hi Gustavo, xcompmgr 1.1.6 was released about a month ago. It fixes a bug regarding the handling of XShape windows that affects chromium-browser (reported as #571957 and #582704). I've cloned Julien's git repository, merged your 1.1

Bug#666463: RM: octave-informationtheory -- ROM; Unmaintained upstream

2012-03-30 Thread Thomas Weber
Package: ftp.debian.org Severity: normal Please remove octave-informationtheory, is hasn't seen any real upstream code changes for at least 3 years. Thomas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas..

Bug#628408: filezilla: Crash downloading file from server

2012-03-30 Thread Saulo Soares de Toledo
After some updates it's solved. But I removed all .filezilla directory at home dir (I think I should have backed up before...). If happens again I will reopen the bug. Saulo 2012/3/28 Adrien Cunin > On Sat, May 28, 2011 at 02:24:29PM -0300, Saulo Soares de Toledo wrote: > > Package: filezilla

Bug#642112: [PATCH] timers for kFreeBSD

2012-03-30 Thread Robert Millan
El 30 de març de 2012 9:11, Petr Salinger ha escrit: >> /* Signal needed for the kernel-supported POSIX timer implementation. >>  We can reuse the cancellation signal since we can distinguish >>  cancellation from timer expirations.  */ >> #define SIGTIMER        SIGCANCEL > > Are you sure that th

Bug#666462: RM: octave-ident -- ROM; Unmaintained upstream

2012-03-30 Thread Thomas Weber
Package: ftp.debian.org Severity: normal Please remove octave-ident, it hasn't seen real upstream code changes since 2007. Thomas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#471927: [Scratch] Scratch 1.4 source code released under GPL v2

2012-03-30 Thread Miriam Ruiz
2012/3/30 Allison Randal : > >From the Ubuntu side, my only question is how far along are the changes > to run on the Ubuntu squeak packages instead of bundling a version of > the squeak VM in the scratch packages? I see the work mainly around > revisions 78-79 in the scratch packaging svn on Assem

Bug#666461: RM: octave-combinatorics -- ROM; Unmaintained upstream

2012-03-30 Thread Thomas Weber
Package: ftp.debian.org Severity: normal Please remove octave-combinatorics, it has not seen real upstream work since at least 2007. Thomas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.o

Bug#666460: define 'check' clearer

2012-03-30 Thread jidanni
Package: util-linux Version: 2.20.1-4 Severity: wishlist File: /usr/share/man/man8/fsck.8.gz X-debbugs-cc: ty...@mit.edu The man page should say "by 'check' we mean that nothing will be altered on the disk except updating the mount tally. Anything more invasive we call 'repair'." Or something like

Bug#666459: gnome-screensaver: can't unlock screen because of invalid password (while valid)

2012-03-30 Thread Alexandre Chapellon
Package: gnome-screensaver Version: 3.2.2-1 Severity: important Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of

Bug#666458: mirror submission for mirrors.syringanetworks.net

2012-03-30 Thread Derek Denk
Package: mirrors Severity: wishlist Submission-Type: new Site: mirrors.syringanetworks.net Type: leaf Archive-architecture: ALL amd64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 s390x sparc Archive-ftp: /debian/ Archive-http: /debian/ Archive-rsync: debi

Bug#666100: workrave: Please package a development version to experimental

2012-03-30 Thread Jordi Mallach
Hi! On Fri, Mar 30, 2012 at 10:34:35PM +1300, Francois Marier wrote: > Alright, I've just upgraded the package (in git) to 1.9.908 and it builds > fine. Thanks Rob! I am testing a local build of the current git contents, and I'm getting weird results, which make my October snapshot a lot more usa

Bug#666162: Acknowledgement (gcc-4.7: hppa build fails: error: bits/predefs.h: No such file or directory)

2012-03-30 Thread John David Anglin
On 30-Mar-12, at 10:02 AM, Matthias Klose wrote: I'm not sure what happens. It didn't happen with a clean source. Testsuite running. -- John David Anglin dave.ang...@bell.net -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Tr

Bug#666457: calamaris does check for squid3 log files

2012-03-30 Thread Brian Murray
Package: calamaris Version: 2.99.4.0-16 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise ubuntu-patch In Ubuntu, the attached patch was applied to achieve the following: The calamaris cron script checks for squid log files in /var/log/squid but s

Bug#665461: Bug #665461: makedev: GNU/kFreeBSD needs ttyv[0-9]*.

2012-03-30 Thread Mats Erik Andersson
lördag den 31 mars 2012 klockan 00:08 skrev Robert Millan detta: > Hi Mats, > > El 30 de març de 2012 23:15, Mats Erik Andersson > ha escrit: > > The postinst script is Linux-only. The following change produces a working > > package also for GNU/kFreeBSD. > > Why not just use devfs? makedev i

Bug#665327: eagle_5.12.0-2 amd64 package disappears

2012-03-30 Thread Scott Howard
On Fri, Mar 30, 2012 at 3:34 AM, Hideki Yamane wrote: > Hi, > >> We need to find a DD that can do a binary only upload of the amd64 >> package. I can get an amd64 machine up, but it might not be for >> another week. > >  I can do it. thanks! > >> I've requested that eagle be added to the non-fre

Bug#666456: Fwd: cmake: cpack -G ZIP segfaults on CP 6.0.3 souce, but not with -G TGZ. Works for other software

2012-03-30 Thread Andrew Engelbrecht
Package: cmake Version: 2.8.7-4 Severity: normal Dear Maintainer, To reproduce this bug, please download this source code: http://chipmunk-physics.net/release/ChipmunkLatest.tgz I tested it on version 6.0.3. Unfortunately, I did not find a link for persistent versions of the source code on the

Bug#666455: [libhttpcore-java] Please add OSGi metadata to httpcore.jar manifest

2012-03-30 Thread Jakub Adam
Package: libhttpcore-java Version: 4.1.4-2 Severity: normal Tags: patch --- Please enter the report below this line. --- Please add OSGi metadata to the manifest of httpcore.jar, so that the library can be used as Eclipse plugin (Mylyn Hudson integration requires it as a dependency). Attached

Bug#666454: sizeof(struct sigevent) is smaller than the kernel definition

2012-03-30 Thread Robert Millan
Package: libc0.1-dev Version: 2.11.3-2 The kernel definition of sigevent_t includes a few bytes of reserved space, which are unused for now but may be eventually written by kernel when new features are implemented. AFAICT this is harmless for now, but it can become a problem in the future (e.g. b

Bug#665461: Bug #665461: makedev: GNU/kFreeBSD needs ttyv[0-9]*.

2012-03-30 Thread Robert Millan
Hi Mats, El 30 de març de 2012 23:15, Mats Erik Andersson ha escrit: > The postinst script is Linux-only. The following change produces a working > package also for GNU/kFreeBSD. Why not just use devfs? makedev is deprecated on both platforms. -- Robert Millan -- To UNSUBSCRIBE, email to d

Bug#665399: Should it set to 3.9 and 40.43?

2012-03-30 Thread Regid Ichira
package exim4-config tags 665399 patch # I think the following patch should be applied. -- --- a/conf.d/acl/30_exim4-config_check_rcpt2011-05-08 09:54:00.0 +0300 +++ b/conf.d/acl/30_exim4-config_check_rcpt2012-03-31 00:48:51.0 +0300 @@ -114,8 +114,8 @@ acl_check_rcpt:

Bug#624169: Kernel panic when un-hibernating

2012-03-30 Thread Josh Triplett
On Fri, Mar 30, 2012 at 01:16:29PM -0500, Jonathan Nieder wrote: > tags 624169 + unreproducible > quit > > Hi Josh, > > Josh Triplett wrote: > > > I wouldn't even call it reproducible with 2.6.39-rc4; it happened once. > > I have high hopes that this might have been the bug fixed by > 3fa016a0b

Bug#571465: linux-image-2.6.32-2-amd64: Kernel WARNING from wdev_cleanup_work when hibernating

2012-03-30 Thread Josh Triplett
On Fri, Mar 30, 2012 at 01:25:43PM -0500, Jonathan Nieder wrote: > Josh Triplett wrote: > > > My laptop hibernated due to low battery last night, and this morning after > > un-hibernating it I noticed the signs of an oops mentioned in my terminal > > window. Digging through the kernel log, I foun

Bug#666036: approx: apt-get update errors with sid

2012-03-30 Thread Eric Cooper
On Wed, Mar 28, 2012 at 10:58:06AM +1100, Brian May wrote: > Package: approx > Version: 4.5-1+squeeze1 > Severity: normal > > Seems to happen consistantly every time, only with sid: > > === cut === > (sid)root@merlock:~# apt-get update > Ign http://proxy.pri sid InRelease > Hit http://proxy.pri s

Bug#598992: closed by Hiroyuki Yamamoto (Bug#598992: fixed in sl 3.03-17)

2012-03-30 Thread Reuben Thomas
On 29 March 2012 20:51, Hiroyuki Yamamoto wrote: > > Incidentally, sl-h command, which is long version sl, > supports CTRL-C by default. Thanks. I'll alias it to sl. Could this be mentioned in the sl man page? I bet I'm not the only user who would prefer to use sl-h! -- http://rrt.sc3d.org -

Bug#664088: mdadm fails to initialize components for bitmap

2012-03-30 Thread Markus Hochholdinger
Package: mdadm Version: 3.2.3-2 Followup-For: Bug #664088 Dear Maintainer, seems I've been stumbled over this bug. I'm running wheezy and can reproduce a crash: mdadm --grow /dev/md0 --bitmap=none mdadm --grow /dev/md0 --bitmap=internal A few seconds after this, the system is still alive, I see

Bug#646335: empathy apparently does not support QQ....

2012-03-30 Thread Laurent Bigonville
merge 610769 646335 thanks Hi, Well actually empathy support QQ through telepathy-haze. Empathy is suggesting telepathy-haze already, maybe this could be bumped to a Recommends. Cheers Laurent Bigonville -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject o

Bug#655284: empathy: Cannot open chat window from notification

2012-03-30 Thread Paul C. Bryan
Yes, gnome-shell. In unstable at least, this bug now seems to be resolved. Here's the my current installation: Package: empathy Version: 3.2.2-1+b1 Severity: normal -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64

Bug#666453: race-condition between ifup and renaming of interface by udev

2012-03-30 Thread David Madore
Package: ifupdown Version: 0.7~alpha5+really0.6.16 Running ifup $DEV for a network device that does not yet exist in the kernel, will be created by autoloading the netdev-$DEV module and will be renamed by udev persistent-net.rules, incurs a race-condition: udev does not instantaneously rename the

Bug#665836: openssh-client: segfault error 4 in libcrypto.so.1.0.0

2012-03-30 Thread Matias Bellone
Package: libssl1.0.0 Version: 1.0.1-2 Followup-For: Bug #665836 Dear Maintainer, After upgrading libssl1.0.0 today I stopped being able to make ssh connections. Every time I try to SSH to another server I get a segfault after entering the password. ~$ ssh mat...@xxx.xxx.xxx.xxx mat...@xxx.xxx.xx

Bug#666452: girara: FTBFS on mipsel: Bus error

2012-03-30 Thread Jakub Wilk
Source: girara Version: 0.1.2-1 Severity: serious Justification: fails to build from source User: debian-m...@lists.debian.org Usertags: mipsel girara FTBFS on mipsel: | G_SLICE=debug-blocks ./girara_test-gtk3 | Running suite(s): Utils | 100%: Checks: 8, Failures: 0, Errors: 0 | Running suite(s):

Bug#666451: Please enabled hardened build flags

2012-03-30 Thread Steven Chamberlain
Package: src:polipo Version: 1.0.4.1-1.1 Severity: important Tags: patch User: hardening-disc...@lists.alioth.debian.org Usertags: goal-hardening X-Debbugs-CC: hardening-disc...@lists.alioth.debian.org Hi, Please enable security hardening build flags for polipo. Since it handles untrusted data (

Bug#666440: pbuilder: echobacktime: command not found

2012-03-30 Thread Miguel Colon
Hello: echobacktime is defined in /usr/lib/pbuilder/pbuilder-buildpackage-funcs therefore adding the missing: . /usr/lib/pbuilder/pbuilder-buildpackage-funcs to the affected: /usr/lib/pbuilder/pbuilder-createbuildenv /usr/lib/pbuilder/pbuilder-updatebuildenv should fix this until it gets prope

Bug#655284: empathy: Cannot open chat window from notification

2012-03-30 Thread Laurent Bigonville
tag 655284 + moreinfo thanks Hi, Are you using gnome-shell? Laurent Bigonville -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#666442: Kernel Panic at boot up

2012-03-30 Thread Jonathan Nieder
reassign 658578 src:linux-2.6 2.6.32-41 forcemerge 666442 658578 634023 severity 666442 important quit Buford Peek wrote: > Yes it does fail regularly on a cold boot. and fails regularly on a > warm boot. You mentioned before that when you reboot it, it boots normally. > We have iDRAC on these

Bug#665836: [Pkg-openssl-devel] Bug#665836: Bug#665836: openssh-server: segfault error 6 in libcrypto.so.1.0.0

2012-03-30 Thread Kurt Roeckx
forwarded 665836 http://rt.openssl.org/Ticket/Display.html?id=2775&user=guest&pass=guest On Fri, Mar 30, 2012 at 10:17:57AM -0400, Karl Chen wrote: > > I have the same problem as Kurt with libcrypto1.0.0 from > libssl1.0.0 version 1.0.1-2. The same happens on two > different i386 hosts. I'm th

Bug#666162: Acknowledgement (gcc-4.7: hppa build fails: error: bits/predefs.h: No such file or directory)

2012-03-30 Thread John David Anglin
On 3/30/2012 10:02 AM, Matthias Klose wrote: we can't ship the tm.texi files I'm surprised. From what I see, copying of the GCC manual components is covered by the GNU Free Documentation License, Version 1.3. It's not very good if the manual can't be shipped. -- John David Anglindave.ang

Bug#665461: makedev: GNU/kFreeBSD needs ttyv[0-9]*.

2012-03-30 Thread Mats Erik Andersson
Usertags: kfreebsd The postinst script is Linux-only. The following change produces a working package also for GNU/kFreeBSD. The package is assigned to the Debian QA group, so the glibc-bsd group or Bdale Garbee are most likely to act on this. Observe the additional change "chmod g-rw", since ot

Bug#471927: [Scratch] Scratch 1.4 source code released under GPL v2

2012-03-30 Thread Amos Blanton
Hi Allison, Miry - We've made some changes to page that describes the source code on our site, and also made a minor update to a license file in the source package, all based on suggestions from Mako Hill and friends from the free software community. http://info.scratch.mit.edu/Source_Code I hop

Bug#666360: [3.2.6 -> 3.2.7 regression] i915: HDMI/DVI output broken on Dell Latitude E6410

2012-03-30 Thread Jonathan Nieder
Hi Brice, Brice Goglin wrote: > 3.2.0-2-amd64 fails to start X on my Dell Latitude E6410 when my DVI > monitor is connected to one of the HDMI/DVI outputs on the dock station. > KMS starts fine, but X later fails to start and I see something like > "failed to start CRTC:3" blinking on the screen.

Bug#589020: flock says "Sucess" instead of "command not found"

2012-03-30 Thread Ben Noordhuis
I'm still seeing this bug with util-linux 2.17.2 as shipped with squeeze. This patch fixes the issue for me: >From 7d94b203ce0e13d2ac81cce1084ac73c13ca6f31 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 30 Mar 2012 20:32:34 + Subject: [PATCH] flock: fix misreported error on execvp()

Bug#666450: autotools-dev: Please mark autotools-dev Multi-Arch: foreign

2012-03-30 Thread Steve Langasek
Package: autotools-dev Version: 20120210.1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise ubuntu-patch Hi Henrique, The autotools-dev package is a frequent build-dependency of packages that it's interesting to cross-build. As discussed in bug #64

Bug#666449: offlineimap: Upgrade of openssl to 1.0.1-2 breaks connection to gmail

2012-03-30 Thread ael
Package: offlineimap Version: 6.3.4-1 Severity: important I use offlineimap to connect to 3 imap servers. Two are (I believe) exchange; the third is badge-engineered gmail (my isp has contracted out email to google). Yesterday's testing update to openssl 1.0.1-2 appears to break the connection to

Bug#664031: Origin of problem has been narrowed to hplip

2012-03-30 Thread Jean-Christophe Haessig
Hello, After multiple tries at downgrading various packages, I managed to track the origin of the problem. Pinning hplip to version 3.10.5-1 gets the printer to work again (with everything up-to-date in testing). Please reassign the bug to package hplip. Thanks. -- To UNSUBSCRIBE, email to

Bug#666448: man page icinga(8) missing -p and -u options

2012-03-30 Thread Marc Haber
Package: icinga-core Severity: wishlist Hi, the icinga(8) man page is missing the object pre-cache options. -x, --dont-verify-paths Don't check for circular object paths - USE WITH CAUTION! -p, --precache-objects Precache object configuration - use with -v or -s options -u, --us

Bug#666447: cups: /usr/lib/cups/backend/usb removes /dev/usb/lpN

2012-03-30 Thread Vladimir Lebedev-Schmidthof
Package: cups Version: 1.5.2-9 Severity: normal Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? I was installing HP LaserKet P1006 printer using CUPS and printer-driver-foo2zjs (version 20120223dfsg0-1). After installation,

Bug#666442: Kernel Panic at boot up

2012-03-30 Thread Jonathan Nieder
reassign 666442 src:linux-2.6 2.6.32-41 quit Buford Peek wrote: > I am getting a kernel panic on a subset of my machines on bootup. It > usually happens on first boot and then when you reboot it, it boots > normally.. Thanks. Is the panic reproducible as long as you start from a cold boot? If

Bug#623426: [emm.charpent...@free.fr: Re: eee-pec 1005PE fails to resume from hibernate]

2012-03-30 Thread Jonathan Nieder
Forwarding with permission. --- Begin Message --- Le vendredi 30 mars 2012 à 12:16 -0500, Jonathan Nieder a écrit : > Hi Emmanuel, > > Emmanuel Charpentier wrote: > > > As said in the title, this morning's upgrade to linux-image2.6.38-2-686 > > to the 2.6.38-5 version *seems* to fix the reported

Bug#654813: Patch for the 2.4debian-9.2 NMU of playmidi

2012-03-30 Thread Christian PERRIER
Dear maintainer of playmidi, On Wednesday, March 21, 2012 I sent you a notice announcing my intent to upload an NMU of your package to fix its pending l10n issues, after an initial notice sent on Friday, March 16, 2012. You either agreed for this NMU or did not respond to my notices. I will no

Bug#639445: Patch for the 2.1.2-5.2 NMU of discover

2012-03-30 Thread Christian PERRIER
Dear maintainer of discover, On Wednesday, March 21, 2012 I sent you a notice announcing my intent to upload an NMU of your package to fix its pending l10n issues, after an initial notice sent on Friday, March 16, 2012. You either agreed for this NMU or did not respond to my notices. I will no

Bug#666230: libldap-2.4-2: ldap_result returns -1 when called from sssd

2012-03-30 Thread Julien Cristau
On Thu, Mar 29, 2012 at 23:32:01 +0200, Juha Jäykkä wrote: > Justification: breaks unrelated software on the system (which is rc-critical > as per http://release.debian.org/wheezy/rc_policy.txt) > How do you figure sssd and libldap are unrelated? Cheers, Julien signature.asc Description: Digi

Bug#666276: librsvg2-bin: /usr/bin/rsvg is not shipped anymore

2012-03-30 Thread Michael Biebl
On 30.03.2012 18:01, Mike Hommey wrote: >> That said, I'll check the reverse dependencies of librsvg2-bin, if more >> packages are affected. I've gone through the list of reverse dependencies of librsvg2-bin (Depends/Recommends/Suggests/Build-Depends) and found the following packages which still

Bug#665899: [Pkg-opennebula-devel] Bug#665899: opennebula: uninstallable on arches without ruby-sqlite3

2012-03-30 Thread Julien Cristau
On Fri, Mar 30, 2012 at 01:32:41 +0200, Damien Raude-Morvan wrote: > On 26/03/2012 22:40, Adam D. Barratt wrote: > >Hi, > > Hi Adam, > > >After the recent package restructuring, opennebula is uninstallable on > >any architecture where ruby-sqlite3 does not exist - currently mips, > >powerpc, s39

Bug#663429: mame: New upstream release 0.145

2012-03-30 Thread Emmanuel Kasper
making a policy compliant mame package can take time, but we have now something which should be released soonish in the meantime you can compile a local deb from the git repository at git://git.debian.org/git/pkg-games/mame.git -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debia

Bug#666446: earcandy doesn't display GUI

2012-03-30 Thread Ron Murray
Package: earcandy Version: 0.9+bzr12-2 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Starting earcandy doesn't result in a GUI. It just hangs until I interrupt it with ctl-C: - --- ron@khufu:~$ earcandy ** (process:16963): WARNI

Bug#666445: [INTL:pl] Polish debconf translation

2012-03-30 Thread Michał Kułach
Package: tiger Severity: wishlist Tags: l10n patch Hi! Please add the attached Polish debconf translation. Thanks in advance, -- Michał Kułach pl.po Description: Binary data

  1   2   3   4   5   >