Bug#637331: transition: nautilus

2011-10-13 Thread Michael Biebl
Am 12.10.2011 20:38, schrieb Julien Cristau: > On Wed, Aug 10, 2011 at 15:11:57 +0200, Michael Biebl wrote: > >> as next step of getting GNOME 3 into unstable, we'd like to request a >> slot to start the nautilus 3 transition > > Should be ok to go ahead with this now, I think. Let the fun begin

Bug#644628: Suggested fix

2011-10-13 Thread Tollef Fog Heen
Something like: > tail -n 8 /etc/xdg/openbox/autostart.sh # Run XDG autostart things. By default don't run anything desktop-specific # See xdg-autostart --help more info if [ "$DESKTOP_SESSION" != 'gnome' ]; then DESKTOP_ENV="OPENBOX" if which /usr/lib/openbox/xdg-autostart >/dev/null; t

Bug#645298: new upstream versions released; please update the package

2011-10-13 Thread Andrew O. Shadura
Package: umlet Version: 10.4-1 Severity: normal As http://umlet.com/changes.htm states, the latest upstream version is 11.3. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architectu

Bug#645297: umlet depends on openjdk-6-jre unconditionally

2011-10-13 Thread Andrew O. Shadura
Package: umlet Version: 10.4-1 Severity: normal Hello, A user can have (and many users actually do have) different JREs than OpenJDK's one, so please give the user an opportunity to choose it by depending on default-jre | java6-runtime and so on. -- System Information: Debian Release: wheezy/sid

Bug#644668: (no subject)

2011-10-13 Thread Philipp Hartwig
It looks like this has been fixed in version 7.3.337: http://code.google.com/p/vim/source/detail?r=176bfa951339a0a36366cbc8def41ae75f5034e0 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#645296: [remmina] VNC connections no longer usable after upgrade to 0.9.3-3

2011-10-13 Thread Emmanuel Charpentier
Package: remmina Version: 0.9.3-3 Severity: normal --- Please enter the report below this line. --- Since upgrade to 0.9.3-3, I no longer can use pre-existing or new VNC connections : opening such a connection leads to a dialog box saying "Reading password failed" and the OK button. I have check

Bug#645295: mount --query

2011-10-13 Thread Harald Dunkel
Package: mount Version: 2.19.1-5 Severity: wishlist It would be nice to have a mount option '--query' to briefly test if a mount would succeed. Mount's exit value should be set accordingly, of course. This would be somehow similar to "mount -n -f [somemoreopts] >& /dev/null". Regards Harri -

Bug#645294: Add ReplyTo-Variable to apticron

2011-10-13 Thread Ingmar Rosenhagen
Package: apticron Version: 1.1.42 Severity: wishlist Hi, for a project I needed to set the REPLYTO Header-Variable in the notification mails send by apticron. To do this I've changed two things: First I've added a REPLYTO-Field to the apticron.conf file like this: REPLYTO="Reply-To:u...@host.

Bug#645293: doesn't allow for an IPv6 HTTP proxy

2011-10-13 Thread Ivan Shmakov
Package: aria2 Version: 1.12.1-2 Tags: ipv6 Apparently, aria2c(1) doesn't allow for an IPv6 HTTP proxy. I've identified the following two cases: • should the HTTP proxy's host name (as per, e. g., the http_proxy environment variable) resolve to both IPv6 and

Bug#640457: [openssl] some Verisign certificates fail to verify

2011-10-13 Thread Kyle Moffett
> So chain-0 can be verified by chain-1 and chain-1 can be verified by the > system installed CAs. > > The problem is that > VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.crt > got updated in ca-certificates 20110421. > And the last certificated sent by the server (chain-2) is the ol

Bug#645165: [Pkg-xfce-devel] Bug#645165: problem persists after upgrade

2011-10-13 Thread Yves-Alexis Perez
On ven., 2011-10-14 at 09:44 +0530, Shankar Gopalakrishnan wrote: > > Well, you'll have to be more specific, because shortcuts do work. > > Er, not sure how to respond. Could you give me an idea of what kind of > information would be useful? I don't know much about XFCE's design, so > have no clu

Bug#644823: [pkg-wpa-devel] Bug#644823: uninstallable on kfreebsd-* (depends on uninstallable libpcap0.8 from non-udeb land)

2011-10-13 Thread Robert Millan
Hi Stefan, 2011/10/13 Stefan Lippers-Hollmann : > Does this affect daily d-i builds or is it 'just' wpasupplicant-udeb > (new package) being unusable without affecting the kfreebsd ports yet? It breaks daily builds. > So as far as I understand it, we have two options: > - asking libpcap maintain

Bug#575536: [Enthought-Dev] Bug#575536: mayavi2 segfaults under VNC

2011-10-13 Thread Olly Betts
On Thu, Oct 13, 2011 at 11:37:13PM -0400, Yaroslav Halchenko wrote: > how lucky I am that I have attached a complete terminal session dump to > the initial report > http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=script.yoh.14452.20100326.1546;att=1;bug=575536 > thus avoided myself now

Bug#645165: [Pkg-xfce-devel] Bug#645165: problem persists after upgrade

2011-10-13 Thread Shankar Gopalakrishnan
> Well, you'll have to be more specific, because shortcuts do work. Er, not sure how to respond. Could you give me an idea of what kind of information would be useful? I don't know much about XFCE's design, so have no clue what to look for. As said the history of the problem is as follows: * I

Bug#645292: libnet-cidr-perl: comparing IPv4 addresses against IPv6 ranges (or vice versa) causes a crash

2011-10-13 Thread Daniel Kahn Gillmor
Package: libnet-cidr-perl Version: 0.14-1 Severity: important consider the following code: --- use Net::CIDR; @cidrlist=Net::CIDR::cidradd("127.23.11.1/32", @cidrlist); printf("it matches!\n") if Net::CIDR::cidrlookup("::1", @cidrlist); printf("got here\n"); --- I would exp

Bug#645291: init.d status support

2011-10-13 Thread Peter Eisentraut
Package: linuxlogo Version: 5.10-1 Severity: wishlist Tags: patch Here is a trivial patch to add support for the "status" action to the init script. Even though it doesn't do anything, please consider adding it, so that all packages can support this action uniformly. diff -u linuxlogo-5.10/debian

Bug#643613:

2011-10-13 Thread Nicolas Stransky
Hello, I was able to obtain the full backtrace of the crash: Program received signal SIGSEGV, Segmentation fault. 0x407a245b in dri2_invalidate_drawable (dPriv=0xa00a7b8) at dri2.c:61 61 dri2.c: No such file or directory. in dri2.c #0 0x407a245b in dri2_invalidate_drawable (dPriv=0xa00a7b8) at

Bug#645290: FTBFS in testing, but not in unstable

2011-10-13 Thread Peter Eisentraut
Package: netatalk Version: 2.2~beta4-1 Severity: important When I build this package in testing, I get this: ... gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include "-D_U_=__attribute__((unused))" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-s

Bug#645289: O: soundconverter -- GNOME application to convert audio files into other formats

2011-10-13 Thread Jason Heeris
Package: wnpp Severity: normal I intend to orphan the soundconverter package. I'm not using or contributing to Debian any longer. There are RC bugs in this package that need to be fixed. Someone has expressed interest in taking over maintenance, so hopefully it won't be O'd for too long. (Apolog

Bug#645288: Some themes use graphics from the original proprietary games

2011-10-13 Thread Josh Triplett
Package: xye Version: 0.11.2-1 Severity: serious Several of the Xye themes appear to use graphics directly copied from original proprietary versions of Kye. In particular, the "classic" and "classic32" themes appear to copy Kye, and the xmaskye and xmaskye32 themes explicitly say they copy "Chris

Bug#575536: [Enthought-Dev] Bug#575536: mayavi2 segfaults under VNC

2011-10-13 Thread Yaroslav Halchenko
how lucky I am that I have attached a complete terminal session dump to the initial report http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=script.yoh.14452.20100326.1546;att=1;bug=575536 thus avoided myself now a hassle to rebuild it all without optimization and stripping ;) On Fri, 14

Bug#645287: FTBFS: could not find Berkeley DB include directory

2011-10-13 Thread Peter Eisentraut
Package: bind9 Version: 1:9.7.3.dfsg-1 Severity: serious Justification: fails to build from source (but built successfully in the past) This happens in an up-to-date sid cowbuilder environment: ... checking for html/chunktoc.xsl... "not found" checking for xhtml/chunktoc.xsl... "not found" checki

Bug#575536: [Enthought-Dev] Bug#575536: mayavi2 segfaults under VNC

2011-10-13 Thread Olly Betts
[Dropped enthought-dev list as it rejects mail from non-subscribers] On Thu, Oct 13, 2011 at 08:41:44PM -0400, Yaroslav Halchenko wrote: > eh -- unfortunately exactly the same crash with 2.8.12.1-1 :-/ Could you get a full backtrace with gdb? The one in the initial report elided the callers with

Bug#630772: Also seeing this

2011-10-13 Thread Phil Miller
I'm seeing the same issue on debconf 1.5.41 and dkms 2.2.0.2-1, with some variation in the versions and line numbers involved: Errors appear after "Removing linux-image-2.6.39-2-amd64 virtualbox is version 4.1.2, and the lines reporting the error are 3 9 11 18 19 26 27 34 35 42 44 -- To UNSUB

Bug#645286: Can't send mail from long cron jobs.

2011-10-13 Thread Trent W. Buck
Package: msmtp-mta Version: 1.4.24-2 Severity: important Consider the following scenario: msmtp-mta is installed and configured to relay mail to a postfix smarthost at smtp., which accepts it. Thus, cron can demonstrably send mail, e.g. with a job "@hourly echo foo". Now, suppose there is a back

Bug#575536: [Enthought-Dev] Bug#575536: mayavi2 segfaults under VNC

2011-10-13 Thread Yaroslav Halchenko
so -- I have built all necessary modules missing -dbg packages into a virtualenv, and mayavi2 doesn't segfault but reports the same assertion failure (wx is 2.8.10.1+dfsg-4) as on little Gael's snippet he posted some time long ago: [New Thread 0x7fffd294f700 (LWP 8425)] [New Thread 0x7fffd214e700

Bug#645139: fails to install with rubygems 1.8.10-1

2011-10-13 Thread Hyunchul Nah
Dear maintainer. redmine still seems to be uninstallable on sid. The sha1 checksums of redmine & redmine-mysql are identical with your last comment on this bug. Thanks in advance. -

Bug#644462: closed by Daniel Baumann (reply to daniel.baum...@progress-technologies.net) (Re: [syslinux] split out syslinux(1) should depend mtools)

2011-10-13 Thread Benjamin Kaduk
On Wed, 12 Oct 2011, Debian Bug Tracking System wrote: From daniel.baum...@progress-technologies.net Wed Oct 12 13:33:09 2011 Date: Wed, 12 Oct 2011 19:29:46 +0200 From: Daniel Baumann To: 644462-d...@bugs.debian.org Subject: Re: [syslinux] split out syslinux(1) should depend mtools the sysli

Bug#629331: Bug 629331 is not fixed. [SEC=UNCLASSIFIED]

2011-10-13 Thread Tim Connors
reopen 629331 thanks As Joel BERTRAND said, this bug is not really fixed in 2.17.2-1. But not just for sparc. bug #628804 had been filed against libnet-snmp-perl. I'm guessing the root cause of this belongs to libnet-snmp-perl rather than mrtg, but these bugs should be merged and assigned to whi

Bug#645285: sudo fails with setresuid(...): Operation not permitted

2011-10-13 Thread Joshua Purcell
Package: sudo Version: 1.8.2-2 Severity: important Dear Maintainer, The default sudo package for GNU Hurd does not function. This problem is related to setresuid(), and shows up any time sudo is called. As a regular user, the following message appears: setresgid() [-1, 0, -1] -> [1000, 1000, 1000

Bug#575536: [Enthought-Dev] Bug#575536: mayavi2 segfaults under VNC

2011-10-13 Thread Yaroslav Halchenko
eh -- unfortunately exactly the same crash with 2.8.12.1-1 :-/ On Thu, 13 Oct 2011, Yaroslav Halchenko wrote: > oh man -- there is something in the air -- I was right now messing with > trying to build traits, vtk4 and mayavi2 using python-dbg so I > could provide meaningful backtraces... so -- yo

Bug#645284: Google feedback tool does not work in Firefox

2011-10-13 Thread jidanni
Package: iceweasel Version: 9.0~a2+20111007042010-1 # https://bugzilla.mozilla.org/show_bug.cgi?id=693583 # Please report the problem to the Iceweasel project. OK. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...

Bug#645283: exim4-config_files.5: typo. an, not and

2011-10-13 Thread Regid Ichira
Package: exim4-config Version: 4.76-3 Severity: minor Tags: patch File: /usr/share/man/man5/exim4-config_files.5.gz --- a/exim4-config_files.52011-10-14 02:06:48.0 +0300 +++ b/exim4-config_files.5.mod2011-10-14 02:07:09.0 +0300 @@ -236,7 +236,7 @@ Please note that tar

Bug#645282: [librecad] There is no fonts in Librecad

2011-10-13 Thread ASD Consultoria
Package: librecad Version: 1.0.0~rc3+nolibs-1 Severity: normal --- Please enter the report below this line. --- I can't write any text with Librecad because it have no fonts. See in image attached. --- System information. --- Architecture: amd64 Kernel: Linux 3.0.0-2-amd64 Debian Release

Bug#645281: apt-get

2011-10-13 Thread dschinn
Package: apt Version: 0.8.10.3+squeeze1 Severity: important Hello dear Listers, apt-get install sucks after upgrade to Squeeze 6.0.3 it seems still not to work properly. apt-get install cups* does not download the packages ??? And cups*-installation fails because of "missing packages" ...

Bug#645280: Needs update for GNOME 3 / brasero 3

2011-10-13 Thread Michael Biebl
Source: gthumb Version: 3:2.13.1-1 Severity: serious User: pkg-gnome-maintain...@lists.alioth.debian.org Usertags: brasero3 Hi, brasero 3.0 has just been uploaded to unstable. This makes gthumb uninstallable and FTBFS. As mixing GTK 2 and GTK 3 in the same process is not allowed, updating to lib

Bug#645268: python-wxgtk2.8: suggests python-xml (no longer in Debian)

2011-10-13 Thread Olly Betts
tag 645268 +pending thanks On Thu, Oct 13, 2011 at 11:36:31PM +0200, Jakub Wilk wrote: > python-wxgtk2.8 has "Suggests: ..., python-xml, ...", but python-xml > has was removed[0] from Debian years ago. Looking at the source > code, wxPython uses only xml stuff that's provided by standard > library

Bug#645279: ITP: e2wm -- A simple window manager for emacs

2011-10-13 Thread KURASHIKI Satoru
Package: wnpp Severity: wishlist Owner: KURASHIKI Satoru * Package name: e2wm Version : 1.1 Upstream Author : SAKURAI, Masashi * URL : https://github.com/kiwanami/emacs-window-manager * License : GPL3 Programming Lang: Emacs Lisp Description : A simple

Bug#645278: gpm: Cross-compile fails due to use of native compiler

2011-10-13 Thread Kyle Moffett
Source: gpm Version: 1.20.4-4 Severity: wishlist Tags: patch The upstream "gpm" seems to need a very old version of autoconf which does not properly support cross-compiling. As a result, "./configure" only tries "gcc" unless manually overridden with $CC. The attached patch supplies the necessary

Bug#572964: chrony: RTC support is missing

2011-10-13 Thread Douglas F. Calvert
Package: chrony Version: 1.24-3.1 Followup-For: Bug #572964 I can confirm that i was also able to get RTC working by downloading latest upstream (1.26) and replace the binaries. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (990, 'unstable'), (1, 'exper

Bug#645277: sqsh: New upstream version available

2011-10-13 Thread Nelson A. de Oliveira
Package: sqsh Version: 2.1-10 Severity: wishlist Hi! There is a newer sqsh release (2.1.7) available at http://sourceforge.net/projects/sqsh/ Could it be updated, please? Thank you! Best regards, Nelson -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990

Bug#633673: Looks like they took a stab at fixing this in experimental

2011-10-13 Thread Dominique Brazziel
Based on the activity mentioned in these pages it looks like V3.0.2 might fix this problem: http://mail.gnome.org/archives/commits-list/2011-July/msg03207.html https://bugzilla.gnome.org/show_bug.cgi?id=653184 I'll wait until it gets to unstable and give it a try.

Bug#645275: loop-aes: will return "ioctl: LOOP_SET_FD: Cannot allocate memory" when running losetup

2011-10-13 Thread root
Package: loop-aes-modules-2.6.32-5-686 Version: 3.3a-1+2.6.32-15 Severity: normal File: loop-aes -- System Information: Debian Release: 6.0.3 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686 (SMP w/4 CPU cores) Locale: LANG=en_US.iso885

Bug#582786: upstream patch broken for nested multigraph

2011-10-13 Thread Antoine Beaupré
This patch: http://munin-monitoring.org/attachment/ticket/832/fix_munin832.patch doesn't work for me. I get a 500 error, in munin-cgi-graph.log: oct 13 17:55:06 - Warning: Could not draw graph "if_bytes-if_1-day.png": Indeed, it looks like the last comment on the above issue is right that the b

Bug#645274: findutils: Cross-compile fails with gnulib errors (upstream bug 27299)

2011-10-13 Thread Kyle Moffett
Source: findutils Version: 4.4.2-1 Severity: wishlist Tags: upstream User: crossbu...@debian.org Usertags: cross When cross-compiling the "findutils" debian package, the build fails with the obscure gnulib errors documented here: http://savannah.gnu.org/bugs/?27299 If I download the findutils 4

Bug#575536: [Enthought-Dev] Bug#575536: mayavi2 segfaults under VNC

2011-10-13 Thread Yaroslav Halchenko
oh man -- there is something in the air -- I was right now messing with trying to build traits, vtk4 and mayavi2 using python-dbg so I could provide meaningful backtraces... so -- your upload came right in time I must say ;) will do testing later on today (now debootstrapping a new chroot ;)) On

Bug#645273: FTBFS: probably tinfo split fallout

2011-10-13 Thread Thorsten Glaser
Source: tclreadline Version: 2.1.0-10 Severity: serious Justification: fails to build from source (but built successfully in the past) checking for tputs in -lncurses... no checking for tputs in -ltermlib... no checking for tputs in -ltermcap... no checking for tputs in -lcurses... no configure: e

Bug#574791: [Build-common-hackers] Bug#574791: just my 0.1 cents

2011-10-13 Thread Yaroslav Halchenko
eh heh -- since requested the dirty and ugly one, here is the starting point (patch on top of "compiled" .mk files, not .mk.in... sorry -- not that advanced yet ;) ) it does 1. check if python-(all-)dbg in build-depends (please please make it proper -- now it is ugly pipe) 2. if it is defined -

Bug#645249: shogun: FTBFS: modular wrappers too large to compile

2011-10-13 Thread Soeren Sonnenburg
On Thu, 2011-10-13 at 18:20 -0400, Aaron M. Ucko wrote: > Soeren Sonnenburg writes: > > > Yeah I know... version 1.0 currently requires (depending on language) > > between 1.5 and 3.5 GB (for C++ heavy octave) to compile... > > Yikes! I hate that too... Before 1.0 we had multiple swig modules w

Bug#645249: shogun: FTBFS: modular wrappers too large to compile

2011-10-13 Thread Aaron M. Ucko
Soeren Sonnenburg writes: > Yeah I know... version 1.0 currently requires (depending on language) > between 1.5 and 3.5 GB (for C++ heavy octave) to compile... Yikes! > I am not really sure what to do about this - the generated swig wrappers > are ~18MB (>500 kLoC) in size. Good question. Red

Bug#645240: race-condition: background tasks run from postinst scripts cause lb_chroot_devpts to fail

2011-10-13 Thread Daniel Baumann
On 10/13/2011 11:04 PM, Michal Suchanek wrote: > There is the fuser utility. of course i know fuser (and lsof etc.), however, that doesn't help much since we cannot know in a generic way if something is supposed to terminate and doesn't (and we hence might have to kill it, eventually, and if so, i

Bug#644200: Two unrelated liby-dev packages in the archive

2011-10-13 Thread Adrian Bunk
On Thu, Oct 13, 2011 at 05:00:53PM -0400, James Cloos wrote: > With the rename, I now get this when upgrading: > > > The following packages have unmet dependencies: > bison : Depends: libbison-dev (= 1:2.5.dfsg-2) but it is not installed > > ... > > Unpacking libbison-dev (from .../libbison-de

Bug#645249: shogun: FTBFS: modular wrappers too large to compile

2011-10-13 Thread Soeren Sonnenburg
On Thu, 2011-10-13 at 15:43 -0400, Aaron M. Ucko wrote: > Source: shogun > Version: 1.0.0-1 > Severity: serious > Justification: fails to build from source (but built successfully in the past) > > Builds of shogun have failed on several architectures because > SWIG's output proved too much for the

Bug#645121: libselinux: Packaging cleanup (Fixes cross-compile support)

2011-10-13 Thread Kyle Moffett
Source: libselinux Version: 2.1.0-1 Followup-For: Bug #645121 Whoops! I attached the wrong version of the cleanup patch, sorry! The attached incremental diff is also necessary for cross-compiling. Cheers, Kyle Moffett -- Curious about my work on the Debian powerpcspe port? I'm keeping a blog he

Bug#645248: Please reconsider package description

2011-10-13 Thread Justin B Rye
Martin Eberhard Schauer wrote: > working on the German translation of the package description (1) I > encountered an > inconsistent spelling of lxde and other issues with the potential of > improvement. > >> Description: Lightweight X11 Desktop Environment configuration data >> LXDE (the Lightw

Bug#645272: el-get: Autoloading functions in the emacs startup file

2011-10-13 Thread Rafael Laboissiere
Package: el-get Version: 2.2-1 Severity: normal It would be very convenient to have autoload settings for the user-visible functions of the el-get package. I have currently the following in my ~/.emacs: (autoload 'el-get-cd "el-get" nil t) (autoload 'el-get-emacswiki-refresh "el-get" nil t) (aut

Bug#645271: axel: Doesn't honor noopt

2011-10-13 Thread Nelson A. de Oliveira
Package: axel Version: 2.4-1 Severity: normal Hi! While building axel with noopt exported it's possible to see that it's still being built with -Os CFLAGS is "-g -O0 -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security" and it seems t

Bug#645270: debian-installer: Install KDE as Desktop Environment

2011-10-13 Thread Sébastien
Package: debian-installer-6.0-netboot-amd64 Severity: normal Trying to install Debian 6.0.3-amd64 Netinstall (MD5 is ok). I use french language. When I am asked to choose the packages I want to install, I check the "Environement graphique de bureau". The installation finishes and on reboot, I ha

Bug#645225: Patches for 0.67

2011-10-13 Thread Jordi Mallach
tag 635225 + patch thanks Hi, I have prepared an upload of the new version, which will be uploaded soon to unstable, as the GNOME 3 transition has just started, and packages are flowing into unstable. Find attached the diff of the package I'd upload in a few days, in an attempt to have a smooth

Bug#645269: ITP: loqui

2011-10-13 Thread Hideki Yamane
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org, Yoichi Imai Hi, I want to add irc client to Debian. Happily, upstream author agreed to co-maint with it. Package name: loqui Version: 0.5.1 Upstream Author: Yoichi Imai URL: https://launchpa

Bug#635225: Oops

2011-10-13 Thread Jordi Mallach
The previous email was obviously not directed at this bug report. Please ignore. -- Jordi Mallach Pérez -- Debian developer http://www.debian.org/ jo...@sindominio.net jo...@debian.org http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/ signatur

Bug#598741: [nut] upsd fails to start on a IPv6 disabled kernel

2011-10-13 Thread Arnaud Quette
Hi Pavel, 2011/9/26 Arnaud Quette : > hem, it's better with the actual file. > attached this time. > > cheers, > > 2011/9/26 Arnaud Quette : >> Hi again Pavel, >> >> I forgot to attach another patch, that allows at least one of the >> default v4 *or* v6 address to work. >> could you please test it

Bug#645268: python-wxgtk2.8: suggests python-xml (no longer in Debian)

2011-10-13 Thread Jakub Wilk
Package: python-wxgtk2.8 Version: 2.8.12.1-1 Severity: minor python-wxgtk2.8 has "Suggests: ..., python-xml, ...", but python-xml has was removed[0] from Debian years ago. Looking at the source code, wxPython uses only xml stuff that's provided by standard library these days, so this suggestio

Bug#635225: Patches for 0.67

2011-10-13 Thread Jordi Mallach
tag 635225 + patch thanks Hi, I have prepared an upload of the new version, which will be uploaded soon to unstable, as the GNOME 3 transition has just started, and packages are flowing into unstable. Find attached the diff of the package I'd upload in a few days, in an attempt to have a smooth

Bug#645191: update on waf binary data

2011-10-13 Thread Gerfried Fuchs
Hi again, * Yves-Alexis Perez [2011-10-13 20:59:43 CEST]: > On jeu., 2011-10-13 at 15:12 +0200, Gerfried Fuchs wrote: > > it seems that the line 161 is actually a tar.bz2 file that gets > > extracted and then used. Though, first there is some substitution of \r > > and \n characters so that

Bug#644200: Two unrelated liby-dev packages in the archive

2011-10-13 Thread James Cloos
With the rename, I now get this when upgrading: The following packages have unmet dependencies: bison : Depends: libbison-dev (= 1:2.5.dfsg-2) but it is not installed ... Unpacking libbison-dev (from .../libbison-dev_1%3a2.5.dfsg-2_i386.deb) ... dpkg: error processing /var/cache/apt/archives/

Bug#645267: python-zdaemon: missing dependency on python-pkg-resources

2011-10-13 Thread Jakub Wilk
Package: python-zdaemon Version: 2.0.4-5 Severity: important In a minimal chroot: | $ zdaemon | Traceback (most recent call last): | File "/usr/bin/zdaemon", line 5, in | from pkg_resources import load_entry_point | ImportError: No module named pkg_resources -- Jakub Wilk -- To UNSUBSC

Bug#645266: ITP: jabber-querybot -- Modular xmpp/jabber bot

2011-10-13 Thread Marco Balmer
Package: wnpp Severity: wishlist Owner: Marco Balmer * Package name: jabber-querybot Version : 0.0.1 Upstream Author : Marco Balmer * URL : http:://github.com/micressor/jabber-querybot http://mentors.debian.net/package/jabber-querybot * License

Bug#645265: python-pycha: missing dependency on python-pkg-resources

2011-10-13 Thread Jakub Wilk
Package: python-pycha Version: 0.6.0-2 Severity: important In a minimal chroot: | $ chavier | Traceback (most recent call last): | File "/usr/bin/chavier", line 5, in | from pkg_resources import load_entry_point | ImportError: No module named pkg_resources -- Jakub Wilk -- To UNSUBSCRI

Bug#645240: race-condition: background tasks run from postinst scripts cause lb_chroot_devpts to fail

2011-10-13 Thread Michal Suchanek
On 13 October 2011 21:02, Daniel Baumann wrote: > reassign 645240 dwww > severity 645240 serious > thanks > > On 10/13/2011 08:44 PM, Daniel Reichelt wrote: >> I was able to track down the issue to the >> dwww.postinst script, which does some index creation - in background >> (squeeze's >> dwww.p

Bug#645264: Needs update for GNOME 3 / brasero 3

2011-10-13 Thread Michael Biebl
Source: goobox Version: 2.2.0-4 Severity: serious Hi, brasero 3.0 has just been uploaded to unstable. This makes goobox uninstallable and FTBFS. Apparently, goobox already has an updated version in experimental. Please upload that version to unstable as soon as possible. Thanks! Michael, on be

Bug#645263: python-jsonrpc2: missing dependency on python-pkg-resources

2011-10-13 Thread Jakub Wilk
Package: python-jsonrpc2 Version: 0.3.2-1 Severity: important In a minimal chroot: | $ runjsonrpc2 | Traceback (most recent call last): | File "/usr/bin/runjsonrpc2", line 5, in | from pkg_resources import load_entry_point | ImportError: No module named pkg_resources -- Jakub Wilk -- T

Bug#645262: python-hl7: missing dependency on python-pkg-resources

2011-10-13 Thread Jakub Wilk
Package: python-hl7 Version: 0.2.1-1 Severity: important In a minimal chroot: | $ mllp_send | Traceback (most recent call last): | File "/usr/bin/mllp_send", line 5, in | from pkg_resources import load_entry_point | ImportError: No module named pkg_resources -- Jakub Wilk -- To UNSUBSC

Bug#645258: python-django-lint: missing dependency on python-pkg-resources

2011-10-13 Thread Jakub Wilk
Package: python-django-lint Version: 0.13-1 Severity: serious Justification: Policy 3.5 In a minimal chroot: | $ django-lint | Traceback (most recent call last): | File "/usr/bin/django-lint", line 5, in | from pkg_resources import load_entry_point | ImportError: No module named pkg_resour

Bug#645197: I can not start the samba server

2011-10-13 Thread Steve Langasek
tags 645197 moreinfo unreproducible thanks On Thu, Oct 13, 2011 at 03:39:58PM +0200, Freddy Fisker wrote: > Package: samba > Version: 2:3.5.6~dfsg-3squeeze5 > Severity: normal > I can not get access to the samba server It works here. You might want to provide a bit more information about the pr

Bug#627957: False alarm

2011-10-13 Thread Yves-Alexis Perez
Ok so I'm not sure if the fix is the same for everyone, but in my case the issue wasn't in the Debian install but in the laptop itself, and more precisely either in the embedded controler or in some low level firmware (e1000e or AMT I'd say). A longer explanation for people interested is at http:/

Bug#645257: plywood: missing dependency on python-pkg-resources

2011-10-13 Thread Jakub Wilk
Package: plywood Version: 0.5.11+nmu1 Severity: important In a minimal chroot: | $ plywood | Traceback (most recent call last): | File "/usr/bin/plywood", line 5, in | from pkg_resources import load_entry_point | ImportError: No module named pkg_resources -- Jakub Wilk -- To UNSUBSCRIB

Bug#645256: python-pisa: missing dependency on python-pkg-resources

2011-10-13 Thread Jakub Wilk
Package: python-pisa Version: 3.0.32-1 Severity: important In a minimal chroot: | $ xhtml2pdf | Traceback (most recent call last): | File "/usr/bin/xhtml2pdf", line 5, in | from pkg_resources import load_entry_point | ImportError: No module named pkg_resources -- Jakub Wilk -- To UNSUB

Bug#645255: python-pebl: missing dependency on python-pkg-resources

2011-10-13 Thread Jakub Wilk
Package: python-pebl Version: 1.0.2-2 Severity: important In a minimal chroot: | $ pebl | Traceback (most recent call last): | File "/usr/bin/pebl", line 5, in | from pkg_resources import load_entry_point | ImportError: No module named pkg_resources -- Jakub Wilk -- To UNSUBSCRIBE, ema

Bug#645254: python-landslide: missing dependency on python-pkg-resources

2011-10-13 Thread Jakub Wilk
Package: python-landslide Version: 1.0.0-1 Severity: important In a minimal chroot: | $ landslide | Traceback (most recent call last): | File "/usr/bin/landslide", line 5, in | from pkg_resources import load_entry_point | ImportError: No module named pkg_resources -- Jakub Wilk -- To U

Bug#625784: virtualenv -p python3 xx' should work but doesn't

2011-10-13 Thread Anthony Bourguignon
The bug was reported upstream as number 141 ( https://github.com/pypa/virtualenv/issues/141 ) . A patch has been included in version 1.6.2 ( http://www.virtualenv.org/en/latest/news.html#id3 ). I hope this helps. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a sub

Bug#645253: imposm: missing dependency on python-pkg-resources

2011-10-13 Thread Jakub Wilk
Package: imposm Version: 2.3.2-1 Severity: serious Justification: Policy 3.5 In a clean chroot: | $ imposm | Traceback (most recent call last): | File "/usr/bin/imposm", line 5, in | from pkg_resources import load_entry_point | ImportError: No module named pkg_resources -- Jakub Wilk -

Bug#645204: dpkg-deb: warning: '.../DEBIAN/control' contains user-defined field 'Multi-Arch'

2011-10-13 Thread Raphael Hertzog
On Thu, 13 Oct 2011, Jakub Wilk wrote: > >dpkg 1.16.1 knows about this field. > > Uh. See this, then: > https://buildd.debian.org/status/fetch.php?pkg=snowball&arch=i386&ver=0%2Bsvn546-2&stamp=1316996050 Oh, right. My fault, sorry. Well, this will be fixed when the multiarch branch gets merged.

Bug#645252: identicurse: missing dependency on python-pkg-resources

2011-10-13 Thread Jakub Wilk
Package: identicurse Version: 0.8.2+dfsg0-1 Severity: serious Justification: Policy 3.5 In a minimal chroot: | $ identicurse | Traceback (most recent call last): | File "/usr/bin/identicurse", line 5, in | from pkg_resources import load_entry_point | ImportError: No module named pkg_resour

Bug#639311:

2011-10-13 Thread Pau Garcia i Quiles
Having the old, patched SpiderMonkey should be avoided but it may still be accepted. The Security Team must be notified: http://wiki.debian.org/EmbeddedCodeCopies -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer)

Bug#645251: python-cssutils: missing dependency on python-pkg-resources

2011-10-13 Thread Jakub Wilk
Package: python-cssutils Version: 0.9.8~a1-1 Severity: important In a minimal chroot: | $ cssparse | Traceback (most recent call last): | File "/usr/bin/cssparse", line 5, in | from pkg_resources import load_entry_point | ImportError: No module named pkg_resources -- Jakub Wilk -- To U

Bug#634271: have dh_python2 automatically detect python-pkg-resources dependency

2011-10-13 Thread Jakub Wilk
* Peter Eisentraut , 2011-07-18, 14:34: When you use the entry_points argument of setup(), Python scripts for /usr/bin are automatically generated. These scripts import pkg_resources, and therefore the containing package should have a run-time dependency on python-pkg-resources. In my experie

Bug#645109: Please move CEGUI 0.7 to unstable... it's 2 years old already!

2011-10-13 Thread Muammar El Khatib
Hi Manuel, On Thu, Oct 13, 2011 at 05:01:08PM +0100, Manuel A. Fernandez Montecelo wrote: > Hi Muammar, > > 2011/10/13 Muammar El Khatib : > > There are some packages which depends on CEGUI that will fail to build > > because > > of the change of the API. There are not that many, but still. Of

Bug#645007: xserver-xorg-video-radeon: Radeon assert crashes with non-GL apps

2011-10-13 Thread Daniel Hagerty
> I can't seem to reproduce it with those xscreensaver hacks. Can you try > if it still happens for you with a newer driver (e.g. from > backports.debian.org)? It's probably very hardware specific, but what do I know? I tried squeeze-backports as of a few hours ago (I didn't think to n

Bug#627957: Same issue here

2011-10-13 Thread Yves-Alexis Perez
I have the same kind of issue on a Thinkpad T61. I don't really know how/when it started, this T61 is not my main laptop anymore but this morning I had to do stuff on it and noticed network connection wasn't working while the network cable was plugged correctly. I modprobe-r'ed e1000e, then modpro

Bug#645250: Please add a Suggests on an MTA, and mention quota warning mails in description

2011-10-13 Thread Josh Triplett
Package: quota Severity: wishlist Since the quota package can send quota warning mails via a local MTA, quota might want to add a "Suggests: default-mta | mail-transport-agent". You might also consider adding a note in the package description, along the lines of "quota can send quota warning mail

Bug#645249: shogun: FTBFS: modular wrappers too large to compile

2011-10-13 Thread Aaron M. Ucko
Source: shogun Version: 1.0.0-1 Severity: serious Justification: fails to build from source (but built successfully in the past) Builds of shogun have failed on several architectures because SWIG's output proved too much for their compilers to handle; per https://buildd.debian.org/status/package.p

Bug#645248: Please reconsider package description

2011-10-13 Thread Martin Eberhard Schauer
Package: lxde-common Version: 0.5.5-1 Severity: wishlist X-Debbugs-CC: debian-l10n-engl...@lists.debian.org Dear Maintainers, working on the German translation of the package description (1) I encountered an inconsistent spelling of lxde and other issues with the potential of improvement. > D

Bug#645247: multipath-tools: output from `multipath -lld' does not separate fields

2011-10-13 Thread Tsouladze, Andy
Package: multipath-tools Version: 0.4.8-14+lenny2 Problem description: When runing `multipath -lld', I get the following output: # multipath -lld 350002ac60aeb0abbdm-1 3PARdata,VV [size=45G][features=1 queue_if_no_path][hwhandler=0] \_ round-robin 0 [prio=2][active] \_ 15:0:0:1 sdf

Bug#645204: dpkg-deb: warning: '.../DEBIAN/control' contains user-defined field 'Multi-Arch'

2011-10-13 Thread Jakub Wilk
found 645204 1.16.1 thanks * Raphael Hertzog , 2011-10-13, 21:18: When building a multi-archified binary package, dpkg-deb shows a warning: dpkg-deb: warning: '.../DEBIAN/control' contains user-defined field 'Multi-Arch' This is a bit odd, given that this field is documented in deb-control(5

Bug#645246: /usr/bin/free: "free -g" output is wrong or misleading

2011-10-13 Thread Benjamin Thomas
Package: procps Version: 1:3.2.8-9 Severity: normal File: /usr/bin/free Tags: upstream Basically the program rounds values (with -k -m -g). Judging from the output, an integer division occurs: user@host:~$ free -b total used free sharedbuffers cached Mem:3

Bug#645245: libsbsms: FTBFS on non-x86: tries to build with -msse

2011-10-13 Thread Aaron M. Ucko
Source: libsbsms Version: 2.0.0-1 Severity: serious Justification: fails to build from source libsbsms's upstream build system now defaults to enabling SSE support; however, that's only an option on x86, and even there Debian's *-i386 packages still need to support older processors. *-amd64 is an

Bug#645240: race-condition: background tasks run from postinst scripts cause lb_chroot_devpts to fail

2011-10-13 Thread Daniel Reichelt
> Daniel: to cercumvent that in live-build, you can add a local preseed file. gr8 ptr, thx so much! ...and for the quick reply! cu D -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#645231: trac: python upgrade leads to inaccessible jquery.js

2011-10-13 Thread Daniel Kahn Gillmor
On 10/13/2011 02:24 PM, Jakub Wilk wrote: > * Daniel Kahn Gillmor , 2011-10-13, 13:38: >> Thanks for packaging trac for debian, and for relying on the system >> copy of jquery rather than on an embedded code copy. > > Then you probably won't be happy to find out that the version in sid > uses the

Bug#645204: dpkg-deb: warning: '.../DEBIAN/control' contains user-defined field 'Multi-Arch'

2011-10-13 Thread Raphael Hertzog
notfound 645204 1.16.1 found 645204 1.16.0 close 645204 1.16.1 thanks On Thu, 13 Oct 2011, Jakub Wilk wrote: > When building a multi-archified binary package, dpkg-deb shows a warning: > dpkg-deb: warning: '.../DEBIAN/control' contains user-defined field > 'Multi-Arch' > > This is a bit odd, giv

  1   2   3   >