Bug#566794: mnogosearch-doc: Outdated link in upstream changelog
Package: mnogosearch-doc Version: 3.3.8 Severity: minor -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, The ChangeLog file distributed in version 3.3.9 contains an outdated link to: http://www.mnogosearch.org/doc/msearch-changelog.html Shouldn't point to http://www.mnogosearch.org/doc33/msearch-changelog.html? Cheers. - -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (101, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32.4 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBCAAGBQJLXU5kAAoJEPyEGy2CyLcRBG8P/2i0FoJEpkkkFQpFcSvsn+6W CGl5qcOwsmcepeXTDU6TNVGKwnc/6+RO0RUaabXeE8Zsrtpw8n9VInuTm27ZDUjO 3cXeeHIKZa7Y2slTJ2U72P84pfVlT5UEtVIZBb11HdGMiL9HsI7x3yonxE/e1wwD mbpiL/wnXgeGS1qXHfw/BQ5ghq8xQCpU5X20T9QjH9j0dlu3XmApKCNiFaU/5Umz DKk5v1OPPHniGJZeV7FgzirFZX0r+tiARzVQy3ehnwAVGJpCHYsaOoBmg1j72xag 4fpPGCY0LFzkTIKHcOrWktYyUnnWLHkrXzL5U/9DQ+IhaoSr3lhmfS55Z2L0c1q3 Sm38au3G6N2F7zcjBX7rfVUWMlvXO1Zq7XcJyP7MGgEXes548K7W3jXYn1Jzw0KH wnDheJBVuWXxVJ++xAJKmGJUrFu3vhFde6mXEJ0KHfY9N6URCFCnIsrgh6M9T9UY iuhyVaq2YWuleLmlwtA4jr4hh/syJisIw3Rd4rUBWXjdLMc30GkG6Gm5F18d55Ut lK6r360j4Dm2LXNSMaDBur0EkjZfSr6v/6CNTsnZZoCAVwYLzd6VSfEcRXQ94jde V3kwweOV3b3pySrdxk6JVt7Js+G8vPsdQJVF8col9EyUjsLgn7KNacRXiQugVWQa L/ljkcfIN4eHibgtjcir =rcIW -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#552690: mknod-in-maintainer-script postinst:39
On Sun, Jan 24, 2010 at 09:02:50PM -0800, Steve Langasek wrote: > > I'm reluctant to upload because of it. But I can > > if people feel strongly about it. > > The practical impact here is that until this bug is fixed, due to the > archive lintian checks currently in place, this package can't be uploaded - > including for security NMUs. > > So I would suggest that you upload, even though IMHO there's no reason to > consider fifos "device files" under 10.6 and we should fix lintian as well. > (Policy doesn't talk about mknod, it talks about "device files"; so 'mknod > p' and 'mkfifo' are equally valid or invalid.) I see your point. I'll get the upload done ASAP. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566736: xulrunner-1.9.1: upgrading to 1.9.1 does not remove files and directories for 1.9
On Sun, Jan 24, 2010 at 09:13:15PM +, John Talbut wrote: > Package: xulrunner-1.9.1 > Version: 1.9.1.6-1 > Severity: normal > > After upgrading to 1.9.1 I find I have files and directories, e.g. > /usr/share/xulrunner and /usr/lib/xulrunner for both 1.9 and 1.9.1. > Presumably > the 1.9 files are not require because if I uninstall xulrunner, remove all the > xulrunner files and directories and then reinstall xulrunner-1.9.1 only the > files for this version are installed and the relevant applications run without > any problem. What exactly is in there ? Mike -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566795: python-launchpadlib: Always depend on python-simplejson
Package: python-launchpadlib Version: 1.5.4-1 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu lucid ubuntu-patch https://launchpad.net/bugs/510129 reports that installing python-launchpadlib does not automatically pull in python-simplejson, although it is a required dependency. This causes consumers of p-launchpadlib to crash with ImportError: No module named simplejson Please apply the patch that we did in Ubuntu: * debian/control: Always depend on python-simplejson, drop the alternative "python2.6" dependency. While python2.6 also ships a json module, it has at least a different module name, and possibly even a different API. (LP: #510129) Thank you for considering! Martin -- Martin Pitt| http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) diff -u python-launchpadlib-1.5.4/debian/control python-launchpadlib-1.5.4/debian/control --- python-launchpadlib-1.5.4/debian/control +++ python-launchpadlib-1.5.4/debian/control @@ -12,7 +13,7 @@ Package: python-launchpadlib Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-simplejson | python (>= 2.6), python-httplib2 (>= 0.4.0), python-wadllib, python-lazr.restfulclient (>= 0.9.10), python-lazr.uri, python-oauth +Depends: ${python:Depends}, ${misc:Depends}, python-simplejson, python-httplib2 (>= 0.4.0), python-wadllib, python-lazr.restfulclient (>= 0.9.10), python-lazr.uri, python-oauth Description: Launchpad web services client library A free Python library for scripting Launchpad through its web services interface. diff -u python-launchpadlib-1.5.4/debian/changelog python-launchpadlib-1.5.4/debian/changelog signature.asc Description: Digital signature
Bug#566796: dovecot: new upstream release, 1.2.10
Package: dovecot Severity: wishlist Hello, dovecot has a brand new upstream release: 1.2.10 . It fixed (between the other thinfs) also a bug that causes a crash [1]. [1] http://hg.dovecot.org/dovecot-1.2/rev/a1177c6cf8c7 It would also be really nice if you can provide a backport package :) Cheers, Sandro -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566798: ITP: python-objgraph -- Ad-hoc tools for drawing Python object reference graphs with graphviz
Package: wnpp Severity: wishlist Owner: Stefano Rivera * Package name: python-objgraph Version : 1.2 Upstream Author : Marius Gedminas * URL : http://mg.pov.lt/objgraph/ * License : MIT/X Programming Lang: Python Description : Ad-hoc tools for drawing Python object reference graphs with graphviz objgraph contains a set of utility functions for exploring Python objects in memory. It can be used for counting and statistics, finding root references responsible for large object trees and export the object reference graphs in graphviz format. -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566797: (no subject)
Subject: foomatic-filters will wait forever to finish jobs Package: foomatic-filters Version: 4.0-20090509-1 Severity: important Hi, I have a Ricoh MP C2500 with Postscript module. Printing with PXL ppd printer is be slow but print everything. Printing with PS ppd, sometimes (i am not able to find out a pattern) the printer will wait forever for foomatic to end. I have attached 2 files, /tmp/foomatic.log, one with a job completed, the other with an hanged job. This is an important bug cause the printer will hang forever also cancelling the job. Thanks Daniele Palumbo -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages foomatic-filters depends on: ii bash 4.1-1 The GNU Bourne Again SHell ii debconf [debconf-2.0]1.5.28 Debian configuration management sy ii libc62.10.2-5Embedded GNU C Library: Shared lib ii libgs8 8.70~dfsg-2 The Ghostscript PostScript/PDF int ii perl 5.10.1-9Larry Wall's Practical Extraction ii ucf 3.0025 Update Configuration File: preserv Versions of packages foomatic-filters recommends: ii cups 1.4.2-6Common UNIX Printing System(tm) - ii cups-bsd [lpr]1.4.2-6Common UNIX Printing System(tm) - ii cups-client 1.4.2-6Common UNIX Printing System(tm) - ii foomatic-db-engine4.0-20090509-2 OpenPrinting printer support - pro ii ghostscript 8.70~dfsg-2The GPL Ghostscript PostScript/PDF foomatic-filters suggests no packages. -- debconf information: foomatic-filters/custom_textfilter: foomatic-filters/config_parsed: true * foomatic-filters/spooler: cups * foomatic-filters/ps_accounting: true foomatic-filters/textfilter: Automagic * foomatic-filters/filter_debug: true foomatic-rip version 4.0.1.208 running... called with arguments: '13', 'root', '008911_electrolux_refreshment_ng_en_2009120201_booklet.pdf', '1', '1,2:ColorModel=CMYK 1,2:MediaType=Thick Collate ColorModel=Gray DocServerPassword=None Duplex=DuplexTumble finishings=3 InputSlot=Auto JobType=Normal LockedPrintPassword=None media=iso_a4_210x297mm MediaType=Plain number-up=1 OutputBin=Default PageRegion=A4 PageSize=A4 RIPunch=None sides=two-sided-short-edge StapleLocation=CenterW UserCode=None job-uuid=urn:uuid:1d77adae-815e-3a5d-40a5-ed0e87fc824d job-originating-host-name=localhost' Getting input from file Parsing PPD file ... Added option Option1 Added option Option20 Added option Option25 Added option Option30 Added option Resolution Added option RIPaperPolicy Added option PageSize Added option ImageableArea Added option PaperDimension Added option InputSlot Added option LeadingEdge Added option Duplex Added option Collate Added option RIPrintMode Added option Rimagesm Added option ColorModel Added option RPSBitsPerPixel Added option RPSRGBcorrect Added option RPSColorRendDict Added option RPSDitherType Added option RPSBlackMode Added option RPSBlackOverPrint Added option RPSColorSep Added option Rcmyksimulation Added option MediaType Added option OutputBin Added option StapleLocation Added option RIPunch Added option RIOrientOvr Added option RIWatermark Added option RIWMText Added option RIwmFont Added option RIwmSize Added option RIwmAngle Added option RIwmTextStyle Added option ScreenProc Added option Font Added option ColorSep Added option JobType Added option LockedPrintPassword Added option DocServerPassword Added option UserCode Parameter Summary - Spooler: cups Printer: RICOH_Aficio_MP_C2500 Shell: /bin/bash PPD file: /etc/cups/ppd/RICOH_Aficio_MP_C2500.ppd ATTR file: Printer model: Ricoh Aficio MP C2500 PS Options: 1,2:ColorModel=CMYK 1,2:MediaType=Thick Collate ColorModel=Gray DocServerPassword=None Duplex=DuplexTumble finishings=3 InputSlot=Auto JobType=Normal LockedPrintPassword=None media=iso_a4_210x297mm MediaType=Plain number-up=1 OutputBin=Default PageRegion=A4 PageSize=A4 RIPunch=None sides=two-sided-short-edge StapleLocation=CenterW UserCode=None job-uuid=urn:uuid:1d77adae-815e-3a5d-40a5-ed0e87fc824d job-originating-host-name=localhost Job title: 008911_electrolux_refreshment_ng_en_2009120201_booklet.pdf File(s) to be printed: Ghostscript extra search path ('GS_LIB'): /usr/share/cups/fonts Printing system options: Pondering option 'finishings=3' Unknown option finishings=3. Pondering option 'media=iso_a4_210x297mm' Unknown "media" component: "iso_a4_210x297mm". Pondering option 'number-up=1' Unknown option number-up=1. Pondering option 'sides=two-sided-short-edge' Pondering option 'job-uuid=urn:uuid:1d77adae-815e-3a5d-40a5-ed0e87fc824d' Unknown option job-uuid=urn
Bug#557672: traceroute-nanog: FHS violation: root-only program in /usr/bin
Daniel Kobras wrote: > what's the status of the nanog emulation in traceroute proper these days? being not familiar with -nanog, havent used it, i can't tell much. > Are you aware of any relevant features still missing? not that i'm aware of. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#552190: python-debian: python DeprecationWarning
On 2009-10-26 16:52 +0100, John Wright wrote: > On Sat, Oct 24, 2009 at 07:39:21AM +0200, Laurent Bonnaud wrote: >> Package: python-debian >> Version: 0.1.14 >> Severity: normal >> >> >> Hi, >> >> here is the problem: >> >> # update-apt-xapian-index --quiet >> /usr/lib/pymodules/python2.5/debian_bundle/deb822.py:244: >> DeprecationWarning: apt_pkg.ParseTagFile() is deprecated. Please see >> apt_pkg.TagFile() for the replacement. >> parser = apt_pkg.ParseTagFile(sequence) >> >> This is annoying because every week, /etc/cron.weekly/apt-xapian-index >> outputs this warning and an e-mail is sent to the admin. >> [...] > > Unfortunately, the apt_pkg.TagFile interface is not available in the > version of python-apt in unstable. I'll see if the interface is similar > enough to the old ParseTagFile one to make deb822 use it if it's > available but fall back on the old one if not. If it would mean a bunch > of extra code, I'd prefer to wait until this shows up in unstable. Which has just happened with the upload of python-apt 0.7.93 to unstable last week. Today I received a mail from the weekly cron job with the above warning. Sven -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566799: apache2: increase the compile-time constant DEFAULT_LIMIT_REQUEST_LINE
Package: apache2.2-common Version: 2.2.11-3 Severity: wishlist Increasing compile-time constant DEFAULT_LIMIT_REQUEST_LINE would allow to increase LimitRequestLine over 8190 without having to recompile apache. In apache2.conf could be established to 8190 by default. about that directive: http://httpd.apache.org/docs/2.0/mod/core.html#limitrequestline if it has no negative impacts on performance or other.. we need largest URIs to talk with puppetmaster http://projects.reductivelabs.com/issues/2668 -- Package-specific info: List of enabled modules from 'apache2 -M': alias auth_basic auth_sso* authn_file authz_default authz_groupfile authz_host authz_user autoindex cgi dir env mime negotiation passenger php5 proxy_balancer proxy_http proxy rewrite setenvif status (A * means that the .conf file for that module is not enabled in /etc/apache2/mods-enabled/) -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores) Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages apache2 depends on: ii apache2-mpm-prefork 2.2.14-4 Apache HTTP Server - traditional n apache2 recommends no packages. apache2 suggests no packages. Versions of packages apache2.2-common depends on: ii apache2-utils 2.2.11-3 utility programs for webservers ii apache2.2-bin 2.2.14-4 Apache HTTP Server common binary f ii libmagic1 5.03-1 File type determination library us ii lsb-base 3.2-22 Linux Standard Base 3.2 init scrip ii mime-support 3.44-1 MIME files 'mime.types' & 'mailcap ii perl 5.10.0-25 Larry Wall's Practical Extraction ii procps1:3.2.7-11 /proc file system utilities -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566708: gcc-mingw32: Description should explain why there is a gcc-mingw32 and a mingw32 package
On Sun, Jan 24, 2010 at 09:19:33PM +0100, Jens Thiele wrote: > Okay, then let me try to suggest some description. First a summary: > > - there are 2 cross compilers for the mingw32 target > (gcc-mingw32 and ming32) No, there is only gcc. There are now multiple variants of that being uploaded as binary debs. > - gcc-mingw32 is unmodified GCC 4.4, compiled for mingw32 targets > - mingw32 is GCC 4.2.1 plus some modifications that were needed for > mingw32 support at the time Mingw is the original project to port gcc for windows targets. Some of the patches for mingw have been pushed into mainline gcc, but still not all of them. We have gcc-mingw32 because Robert was too impatient for 64 bit support and building only the mainline code Worked For Him for the one thing he needed it for. There really isn't any other reason for having it that I'm aware of. > - most people probably want to use gcc-mingw32 instead of mingw32 > (similar to most people would prefer a newer gcc-4.x) Some projects have already found that gcc-mingw doesn't work for them, so the patches mingw are carrying clearly aren't all 'optional'. There is also a newer release of mingw available, but gcc mainline has changed its licence, and nobody has yet taken the time to clarify if the concerns some people have raised will affect this code. That combined with Robert uploading a duplicate package anyway when he knew this would have the 64bit support he wanted have been a pretty powerful anti-motivator for moving ahead with that in a hurry. So the only thing we can so far safely say about "most people", is that most people haven't cared enough to answer either of these questions yet :( Mostly I'm now sitting back and watching until they do. > - both packages don't include gcj Or Objective-C or Fortran, or other niche languages that mostly aren't useful for actually developing portable code on Debian systems. > Points I do not understand, yet: > - is 64bit windows its own mingw64 target? you can use gcc-mingw32 for > that, too? No idea. Pretty much everyone I asked have said they have no interest or need at all for win64 builds. Robert had one application when I asked him the same. That seems to be the only reason gcc-mingw32 now exists, but I don't know what its mechanism for 64bit targets is, or if or why or when you'd want to use it for 32 bit ones. I just know I hate useless rework, so while that's happening, I'm just going to sit back until the people making the busywork, or the users who fall victim to it, solve the problems that they introduced themselves. When they have clear answers for that, then I can have some certainty again that any work I do, won't simply be wasted effort I could have spent on more important things. Patiently, Ron -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566023: Bug#566203: wicd 1.7 fails to start
Hello, $ python -c "import wicd.wpath; print wicd.wpath.version" Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute 'version' $ python -c "from wicd import dbusmanager, logfile; print dbusmanager.__file__; print logfile.__file__" Traceback (most recent call last): File "", line 1, in ImportError: cannot import name dbusmanager With 1.7.0-2 already installed: $ sudo apt-get --dry-run --reinstall install wicd Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Inst wicd [1.7.0-2] (1.7.0-2 Debian:unstable) Conf wicd (1.7.0-2 Debian:unstable) --- Purging it all: $ sudo aptitude purge wicd Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information... Done Initializing package states... Done The following packages will be REMOVED: python-dbus{u} python-wicd{u} wicd{p} wicd-daemon{u} wicd-gtk{u} 0 packages upgraded, 0 newly installed, 5 to remove and 0 not upgraded. Need to get 0B of archives. After unpacking 3,576kB will be freed. Do you want to continue? [Y/n/?] Writing extended state information... Done (Reading database ... 75911 files and directories currently installed.) Removing wicd ... (Reading database ... 75905 files and directories currently installed.) Removing wicd-gtk ... Removing wicd-daemon ... Stopping Network connection manager: wicd. Removing python-dbus ... Removing python-wicd ... Processing triggers for man-db ... Processing triggers for menu ... Processing triggers for hicolor-icon-theme ... Processing triggers for python-support ... Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information... Done Initializing package states... Done Writing extended state information... Done $ sudo aptitude purge ~c Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information... Done Initializing package states... Done The following packages will be REMOVED: wicd-daemon{p} wicd-gtk{p} 0 packages upgraded, 0 newly installed, 3 to remove and 0 not upgraded. Need to get 0B of archives. After unpacking 0B will be used. Do you want to continue? [Y/n/?] Writing extended state information... Done (Reading database ... 75646 files and directories currently installed.) Removing wicd-daemon ... Purging configuration files for wicd-daemon ... Removing wicd-gtk ... Purging configuration files for wicd-gtk ... Processing triggers for menu ... Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information... Done Initializing package states... Done Writing extended state information... Done --- Dry-run: $ sudo apt-get --dry-run --reinstall install wicd Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: python-dbus python-wicd wicd-daemon wicd-gtk Suggested packages: python-dbus-doc python-dbus-dbg The following NEW packages will be installed: python-dbus python-wicd wicd wicd-daemon wicd-gtk 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Inst python-dbus (0.83.0-1 Debian:unstable) Inst python-wicd (1.7.0-2 Debian:unstable) Inst wicd-daemon (1.7.0-2 Debian:unstable) Inst wicd-gtk (1.7.0-2 Debian:unstable) Inst wicd (1.7.0-2 Debian:unstable) Conf python-dbus (0.83.0-1 Debian:unstable) Conf python-wicd (1.7.0-2 Debian:unstable) Conf wicd-daemon (1.7.0-2 Debian:unstable) Conf wicd-gtk (1.7.0-2 Debian:unstable) Conf wicd (1.7.0-2 Debian:unstable) See? It does not install all the packages like yours, so I've forced them: $ sudo apt-get install wicd wicd-curses wicd-cli Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: python-dbus python-wicd wicd-daemon wicd-gtk wicd-cli Suggested packages: python-dbus-doc python-dbus-dbg The following NEW packages will be installed: python-dbus python-wicd wicd wicd-curses wicd-daemon wicd-gtk wicd-cli 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. Need to get 868kB of archives. After this operation, 3,916kB of additional disk space will be used. Do you want to continue [Y/n]? Get:1 http://ftp.br.debian.org unstable/main python-dbus 0.83.0-1 [224kB] Get:2 http://ftp.br.debian.org unstable/main python-wicd 1.7.0-2 [75.5kB] Get:3 http://ftp.br.debian.org unstable/main wicd-daemon 1.7.0-2 [272kB] Get:4 http://ftp.br.debian.org unstable/main wicd-gtk 1.7.0-2 [146kB] Get:5 http://ftp.br.debian.org unstable/main wicd-curses 1.7.0-2 [68.8kB] Get:6 http://ftp.br.debian.org unstabl
Bug#566768: src:argyll: FTBFS on GNU/kFreeBSD (due to usb stack switch?)
Cyril Brulebois, 2010-01-25 02:26:16 +0100 : [...] > Hi, > > your package no longer builds on kfreebsd-*: > | libtool: compile: gcc -DPACKAGE_NAME=\"argyll\" > -DPACKAGE_TARNAME=\"argyll\" -DPACKAGE_VERSION=\"1.1.0\" > "-DPACKAGE_STRING=\"argyll 1.1.0\"" -DPACKAGE_BUGREPORT=\"\" > -DPACKAGE_URL=\"\" -DPACKAGE=\"argyll\" -DVERSION=\"1.1.0\" -DSTDC_HEADERS=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 > -DHAVE_LIBPTHREAD=1 -I. -I ./libusb -g -O2 -c libusb/bsd.c -fPIC -DPIC -o > .libs/libargyllusb_la-bsd.o > | In file included from libusb/usbi.h:4, > | from libusb/bsd.c:44: > | libusb/usb.h:72: error: redefinition of 'struct usb_string_descriptor' > | libusb/usb.h:92: error: redefinition of 'struct usb_endpoint_descriptor' > | libusb/usb.h:117: error: redefinition of 'struct usb_interface_descriptor' > | libusb/usb.h:143: error: redefinition of 'struct usb_config_descriptor' > | libusb/usb.h:160: error: redefinition of 'struct usb_device_descriptor' > | […] > | libusb/bsd.c:547: error: 'struct usb_device_info' has no member named > 'udi_devnames' > | libusb/bsd.c:552: error: 'struct usb_device_info' has no member named > 'udi_devnames' > > Full build logs: > https://buildd.debian.org/status/package.php?suite=&p=argyll > > It might have to do with a recent USB stack change on kfreebsd-*, I'm > putting -bsd@ in Cc to get a wider audience. It's much more likely to be my fault: after consulting with the security team, I'm now back to using Argyll's local copy of libusb, within the Argyll build system. Obviously I got something wrong, and I'll need to fix that (unless some kind soul on the -bsd list wants to :-) Roland. -- Roland Mas A lesson for you all: never fall in love during a total eclipse. -- Senex, in A Funny Thing Happened on the Way to the Forum -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#565318: [Pkg-bluetooth-maintainers] Bug#565318: Bug#565318: Bug#565318: obexd-server thought as the new implementation of the old obex-data-server
Hi, 2010/1/22 Nobuhiro Iwamatsu : > > I understood that they did not want to change DBUS-name each other. > I think that we have to take the method how user cannot install > obex-data-serve and obexd in > at the same time in Debian. > > How do you think abaout this idea? > I confirmed that obexd-server set it in Conflict in obexd. I think that DBUS-name doen't conflict now because user cannot install these at the same time. Best regards, Nobuhiro -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566768: src:argyll: FTBFS on GNU/kFreeBSD (due to usb stack switch?)
tags 566768 +patch -- It might have to do with a recent USB stack change on kfreebsd-*, I'm putting -bsd@ in Cc to get a wider audience. And due to this: * Also, stop using the system's libusb, which causes known problems with Argyll. Now using Argyll's patched copy (privately, since the patches cause problems with other software). It would be much better to use contemporary system libusb (libusb-1.0-0-dev/libusb2-dev). In mean time, please use patch bellow. Petr --- libusb/bsd.c +++ libusb/bsd.c @@ -39,7 +39,7 @@ #include #include -#include +#include #include "usbi.h" #ifdef HAVE_CONFIG_H -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#394315: io language
On 01/24/10 06:02, Clint Adams wrote: Is someone going to upload this or what? that was my main problem back then when i had a package ready, lack of someone who can upload... don't count on me with this package, i've got another bunch which i'm trying to find sponsors for... yours, guerkan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#526777: noteedit: crashes when using del key in edit mode
Petter Reinholdtsen schrieb: When trying to delete a character in edit mode, Noteedit crashes. Can you try running noteedit under valgrind and report the crash information provided that way? To run it under valgrind, start it like this on the command line in a terminal: valgrind noteedit I do not know much about noteedit, but do know how to debug crash bugs. :) Happy hacking, Hallo Petter, I am really very amazed, but today I couldn't reproduce the bug (haven't applied noteedit for a longer time now). Perhaps the bug was caused by kde libs that meanwhile have been updated. When I sent the bug report noteedit behaved in the descripted way (also after restarting the computer). However, I send you the output of valgrind (not completely because the terminal swallows the first part and the command "valgrind noteedit >> noteedit.txt" didn't redirect the whole output into that file, only three lines). Thanks for your efforts and I will further have a look if the bug comes back or if it is reproduceable in special situations. Best regards Benedikt Bock ==5251==by 0x43D4454: (below main) (in /lib/i686/cmov/libc-2.7.so) ==5251== Address 0x742a374 is 76 bytes inside a block of size 192 free'd ==5251==at 0x402272A: operator delete(void*) (vg_replace_malloc.c:342) ==5251==by 0x413BE70: NMainWindow::~NMainWindow() (in /usr/lib/noteedit/libnoteedit.so.0.1.0) ==5251==by 0x4AC3347: QObject::event(QEvent*) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4AFD5EB: QWidget::event(QEvent*) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4BBD521: QMainWindow::event(QEvent*) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4A5E7C4: QApplication::internalNotify(QObject*, QEvent*) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4A5F77C: QApplication::notify(QObject*, QEvent*) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x5112B91: KApplication::notify(QObject*, QEvent*) (in /usr/lib/libkdecore.so.4.2.0) ==5251==by 0x4A609A6: QApplication::sendPostedEvents(QObject*, int) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4A77211: QEventLoop::enterLoop() (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4A77065: QEventLoop::exec() (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4A5EE5E: QApplication::exec() (in /usr/lib/libqt-mt.so.3.3.8) ==5251== ==5251== Invalid read of size 4 ==5251==at 0x50AC780: KConfigBase::writeEntry(char const*, QRect const&, bool, bool, bool) (in /usr/lib/libkdecore.so.4.2.0) ==5251==by 0x804A9C3: (within /usr/bin/noteedit) ==5251==by 0x43D4454: (below main) (in /lib/i686/cmov/libc-2.7.so) ==5251== Address 0x742a380 is 88 bytes inside a block of size 192 free'd ==5251==at 0x402272A: operator delete(void*) (vg_replace_malloc.c:342) ==5251==by 0x413BE70: NMainWindow::~NMainWindow() (in /usr/lib/noteedit/libnoteedit.so.0.1.0) ==5251==by 0x4AC3347: QObject::event(QEvent*) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4AFD5EB: QWidget::event(QEvent*) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4BBD521: QMainWindow::event(QEvent*) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4A5E7C4: QApplication::internalNotify(QObject*, QEvent*) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4A5F77C: QApplication::notify(QObject*, QEvent*) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x5112B91: KApplication::notify(QObject*, QEvent*) (in /usr/lib/libkdecore.so.4.2.0) ==5251==by 0x4A609A6: QApplication::sendPostedEvents(QObject*, int) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4A77211: QEventLoop::enterLoop() (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4A77065: QEventLoop::exec() (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4A5EE5E: QApplication::exec() (in /usr/lib/libqt-mt.so.3.3.8) ==5251== ==5251== Invalid read of size 4 ==5251==at 0x50AC786: KConfigBase::writeEntry(char const*, QRect const&, bool, bool, bool) (in /usr/lib/libkdecore.so.4.2.0) ==5251==by 0x804A9C3: (within /usr/bin/noteedit) ==5251==by 0x43D4454: (below main) (in /lib/i686/cmov/libc-2.7.so) ==5251== Address 0x742a378 is 80 bytes inside a block of size 192 free'd ==5251==at 0x402272A: operator delete(void*) (vg_replace_malloc.c:342) ==5251==by 0x413BE70: NMainWindow::~NMainWindow() (in /usr/lib/noteedit/libnoteedit.so.0.1.0) ==5251==by 0x4AC3347: QObject::event(QEvent*) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4AFD5EB: QWidget::event(QEvent*) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4BBD521: QMainWindow::event(QEvent*) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4A5E7C4: QApplication::internalNotify(QObject*, QEvent*) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4A5F77C: QApplication::notify(QObject*, QEvent*) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x5112B91: KApplication::notify(QObject*, QEvent*) (in /usr/lib/libkdecore.so.4.2.0) ==5251==by 0x4A609A6: QApplication::sendPostedEvents(QObject*, int) (in /usr/lib/libqt-mt.so.3.3.8) ==5251==by 0x4A77211
Bug#531666: ferm's rc symlink behaviour is correct.
> please let me note, that in my opninion ferm's current behavior > regarding symlinks to the init script is correct. > Gabor, > if you did not find any news compared to your latest mail, > please consider closing the bug. Hi, Max! I cannot reproduce the problem. IMHO you can close the ticket. Thanks. Gabor -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#541452: live-manual: Please offer link to one big, single page, HTML
Hi, yes, would be useful, patches are welcome. Regards, Daniel -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566800: usage for jeuclid-cli is incorrect
Package: jeuclid-cli Version: 3.1.8-1 Severity: minor when starting jeuclid-cli, the command line tool report typical usage: $ jeuclid-cli org.apache.commons.cli.ParseException: Not enough arguments! usage: mml2xxx [options] ^^^ It should rather says 'jeuclid-cli' instead of mml2xxx Thanks -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-bpo.1-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages jeuclid-cli depends on: ii default-jre [java2-runti 1.5-30 Standard Java or Java compatible R ii gcj-4.4-jre [java2-runti 4.4.2-4 Java runtime environment using GIJ ii gcj-jre [java2-runtime] 4:4.3.4-1 Java runtime environment using GIJ ii java-gcj-compat [java2-r 1.0.80-5.1 Java runtime environment using GIJ ii java-wrappers0.1.15 wrappers for java executables ii kaffe-pthreads [java1-ru 2:1.1.8-5.2 A POSIX threads enabled version of ii libcommons-cli-java 1.1-3 API for working with the command l ii libcommons-lang-java 2.4-1 Extension of the java.lang package ii libjeuclid-core-java 3.1.8-1 A complete MathML rendering soluti ii openjdk-6-jre [java2-run 6b11-9.1+lenny2 OpenJDK Java runtime, using Hotspo ii sun-java5-jre [java2-run 1.5.0-17-0.1Sun Java(TM) Runtime Environment ( ii sun-java6-jre [java2-run 6-12-1 Sun Java(TM) Runtime Environment ( jeuclid-cli recommends no packages. jeuclid-cli suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566686: clisp: FTBFS on kfreebsd: illegal hardware instruction
severity 566686 important -- 2.38-7 seems to be the last version of clisp which could be build on kfreebsd-i386. The current version FTBFS because lisp.run crashes with "illegal hardware instruction" when loading src/defs1.lisp: This failure on GNU/kFreeBSD should not prevent migration of current clisp into testing, as clisp have never been built for official debian archive. The old libsigsegv didn't support the GNU/kFreeBSD at all, therefore the clisp used different code path with such old libsigsegv. I tried to build it a few times in the past (even on kfreebsd-amd64), but I have not been able to find the cause of this problem. Petr -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566745: solang: New upstream release: 0.4
* Danny Piccirillo [2010-01-24 17:39]: > Package: solang > Severity: wishlist There's no such package in Debian as far as I can tell. What does dpkg -p solang | grep Maintainer: say? -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566654: dtc-core: saves administrator password in plain text
Hi, Thomas Goirand writes: >> dtc saves the administrator password in plain text in >> /var/lib/dtc/saved_install_config under the variable name conf_adm_pass. >> It remains there even after initial configuration. > > This file is owned by root, and readable by root only. Do you think this > is still a security risk? What's wrong in doing this? Yes, it still is a security risk. It escalates any security problem where the attacker can (only) read arbitrary files into one where the attacker has administrative access to dtc. (cf. /etc/shadow which does not store passwords in a form that allows to easily retrieve the original passwords) Regards, Ansgar -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566801: jeuclid-cli does not work on simple example
> I tried the jeuclid mathviewer and the command line on the simple example > from page: > > http://jeuclid.sourceforge.net/example1.html > > Using the following command: > $ jeuclid-cli example1.xml example1.png -backgroundColor white > > The output is attached to this bug report. This is clearly wrong compared to > the web page. I wonder if it is not a font issue ... Sylvestre -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566819: [icedove] Does not open links in browser
Package: icedove Version: 3.0.1-1 Severity: normal --- Please enter the report below this line. --- When clicking links in emails nothing happens. It does not even ask what to do. --- System information. --- Architecture: i386 Kernel: Linux 2.6.32-trunk-686 Debian Release: squeeze/sid 500 unstableftp.de.debian.org 500 unstabledebian-multimedia.org 500 stable dl.google.com --- Package information. --- Depends (Version) | Installed =-+-= fontconfig| 2.8.0-2 psmisc| 22.10-1 debianutils (>= 1.16) | 3.2.2 libasound2(>> 1.0.18) | 1.0.21a-1 libatk1.0-0 (>= 1.20.0) | 1.28.0-1 libc6 (>= 2.3.6-6~) | 2.10.2-5 libcairo2 (>= 1.6.0) | 1.8.8-2 libdbus-1-3(>= 1.0.2) | 1.2.16-2 libdbus-glib-1-2(>= 0.78) | 0.82-2 libfontconfig1 (>= 2.8.0) | 2.8.0-2 libfreetype6 (>= 2.2.1) | 2.3.11-1 libgcc1 (>= 1:4.1.1) | 1:4.4.3-1 libglib2.0-0 (>= 2.16.0) | 2.22.4-1 libgtk2.0-0 (>= 2.18.0) | 2.18.6-1 libjpeg62 | 6b-15 libnspr4-0d (>= 4.7.0~1.9b1) | 4.8.2-1 libnss3-1d(>= 3.12.3) | 3.12.5-1 libpango1.0-0 (>= 1.14.0) | 1.26.2-1 libsqlite3-0 (>= 3.6.21) | 3.6.21-2 libstartup-notification0(>= 0.10) | 0.10-1 libstdc++6 (>= 4.1.1) | 4.4.3-1 libx11-6 (>= 0) | 2:1.3.3-1 libxrender1 | 1:0.9.5-1 libxt6| 1:1.0.7-1 zlib1g (>= 1:1.1.4) | 1:1.2.3.4.dfsg-3 Recommends (Version) | Installed ==-+-=== myspell-en-us | 1:3.2.0~rc2-1 OR hunspell-dictionary| OR myspell-dictionary | libbonobo2-0 (>= 2.15.0) | 2.24.2-1 libgconf2-4(>= 2.27.0) | 2.28.0-1 libgnome2-0(>= 2.17.3) | 2.28.0-1 libgnomevfs2-0 (>= 1:2.17.90) | 1:2.24.2-1 liborbit2 (>= 1:2.14.10) | 1:2.14.17-2 libpopt0 (>= 1.15) | 1.15-1 Suggests (Version) | Installed ==-+-=== latex-xft-fonts| libthai0 | 0.1.13-1 -- Bastian Venthur http://venthur.de Debian Developer venthur at debian org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566820: lintian: Warn about missing debian/source/format, advise switch to new 3.0 source formats
Package: lintian Version: 2.3.1 Severity: wishlist As part of the plan to have the new source formats as the default formats in Debian I would like lintian to give a warning when debian/source/format doesn't exist, it could be named "missing-debian-source-format". I suggest this description: --- With the introduction of new source formats, it's now recommended to explicitly select the desired source format in debian/source/format. If you don't have a good reason to stick with the old format, you should switch to "3.0 (quilt)" (for packages with a separate upstream tarball) or to "3.0 (native)" (for Debian native packages). For more information about the new source formats, please see dpkg-source(1) and http://wiki.debian.org/Projects/DebSrc3.0 If you plan to keep using the old format, you should still create that file and put "1.0" in it. In that case, you are invited to get in touch with debian-d...@lists.debian.org to discuss the (technical) reasons why the new formats do not suit you. --- I would also suggest using Severity: normal Certainty: certain so that it appears as warning and all packages maintainers get to see it if they don't have created that file. We could also add a tag "using-old-source-format" that warns of specifying 1.0 in that file. Obviously this one should start among the "pedantic" tags but its importance might be increased over time once we decide to really deprecate the old format. It might also be a good idea to have "unknown-source-format" when debian/source/format contains something else than "1.0", "2.0", "3.0 (quilt)", "3.0 (native)", "3.0 (git)", "3.0 (bzr)". This one should result in an error. Thanks for your work on lintian! -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 'experimental') Architecture: i386 (x86_64) Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages lintian depends on: ii binutils 2.20-5The GNU assembler, linker and bina ii diffstat 1.47-1produces graph of changes introduc ii dpkg-dev 1.15.6Debian package development tools ii file 5.03-5Determines file type using "magic" ii gettext0.17-8GNU Internationalization utilities ii intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf ii libapt-pkg-perl0.1.24Perl interface to libapt-pkg ii libclass-accessor-perl 0.34-1Perl module that automatically gen ii libipc-run-perl0.84-1Perl module for running processes ii libparse-debianchangel 1.1.1-2 parse Debian changelogs and output ii libtimedate-perl 1.2000-1 collection of modules to manipulat ii liburi-perl1.52-1module to manipulate and access UR ii man-db 2.5.6-5 on-line manual pager ii perl [libdigest-sha-pe 5.10.1-9 Larry Wall's Practical Extraction lintian recommends no packages. Versions of packages lintian suggests: pn binutils-multiarch (no description available) ii libtext-template-perl 1.45-1 Text::Template perl module ii man-db2.5.6-5on-line manual pager -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566012: xen-hypervisor-3.2-1-i386: Another crash. Is this a hypervisor-problem, or is this the kernel?
Package: xen-hypervisor-3.2-1-i386 Version: 3.2.1-2 Followup-For: Bug #566012 Just had another crash. I got the output from a serial console. The kernel doesn't say anything though. (XEN) traps.c:1996:d6 Domain attempted WRMSR 0400 from : to :. (XEN) traps.c:1996:d6 Domain attempted WRMSR 0404 from :00018000 to :. (XEN) traps.c:1996:d6 Domain attempted WRMSR 0408 from :0080 to :. (XEN) traps.c:1996:d6 Domain attempted WRMSR 040c from :007e to :. (XEN) domain.c:586:d6 Attempt to change CR4 flags 0660 -> 0620 (XEN) traps.c:1996:d6 Domain attempted WRMSR 0400 from : to :. (XEN) traps.c:1996:d6 Domain attempted WRMSR 0404 from :00018000 to :. (XEN) traps.c:1996:d6 Domain attempted WRMSR 0408 from :0080 to :. (XEN) traps.c:1996:d6 Domain attempted WRMSR 040c from :007e to :. (XEN) traps.c:1996:d6 Domain attempted WRMSR 0400 from : to :. (XEN) domain_crash_sync called from entry.S (ff188600) (XEN) Domain 0 (vcpu#0) crashed on cpu#0: (XEN) [ Xen-3.2-1 x86_32p debug=n Not tainted ] (XEN) CPU:0 (XEN) EIP:0061:[] (XEN) EFLAGS: 0246 CONTEXT: guest (XEN) eax: ebx: 0001 ecx: edx: c0389fc8 (XEN) esi: edi: ebp: esp: c0389fbc (XEN) cr0: 8005003b cr4: 06f0 cr3: 00be0ca0 cr2: b7f1fd10 (XEN) ds: 007b es: 007b fs: 00d8 gs: ss: 0069 cs: 0061 (XEN) Guest stack trace from esp=c0389fbc: (XEN)c0105f52 c04ea8c2 2270 0020 (XEN)c01028ab c0102810 0020 c14b5000 c038f88b c03ac580 00020800 (XEN) c038f5c3 c038f5cb c038f5d3 c0102374 c010263c c01027c8 c0102981 (XEN)c0102fd7 c0102ff8 c0103480 c0103520 c0103609 c0103a81 c0103b3d c0103bfa (XEN)c0103c59 c0103d03 c01042f9 c010430c c0104332 c010433f c01043db c0104999 (XEN)c0104a5c c010506c c01050ec c01051bc c0105ebf c0105eff c0105f58 c0106238 (XEN)c0106323 c010664a c0106a80 c0106be4 c039453d c0394546 c0108085 c0108093 (XEN)c0108108 c0108116 c0395faf c0395fc2 c01085ef c0108679 c010934c c0109547 (XEN)c0109572 c010957b c010985d c0109865 c010a3ae c010a425 c010a434 c010a468 (XEN)c010a4a2 c010a4ab c010a4b4 c02c5fb1 c02c6155 c02c61ac c02c61cc c02c6392 (XEN)c02c6456 c02c687e c03962cb c03962d3 c02c6da5 c0396429 c0396432 c039643b (XEN)c0396444 c0396453 c039645c c039646b c0396474 c02c6e85 c02c6eee c02c7051 (XEN)c02c70c7 c02c7121 c02c7127 c02c7365 c02c73ab c02c7423 c02c7433 c02c74af (XEN)c02c74c3 c02c75d0 c02c75e1 c02c75e8 c02c7767 c02c79f6 c02c7bdd c02c7c2e (XEN)c02c7cce c02c7cd3 c02c7ce1 c02c7e14 c02c7e29 c02c807e c02c80cb c02c8153 (XEN)c02c8174 c02c825b c02c826a c02c8279 c02c829a c02c82a9 c010b59e c010b5c7 (XEN)c010b5ef c010bbad c010bbe0 c010bc47 c010bc9d c010bccf c010bd07 c010bd91 (XEN)c010be10 c010be59 c010c0e7 c039753b c039755e c039798f c010ce93 c010de56 (XEN)c039867c c03986a3 c0398797 c0398a78 c010e3f9 c010f656 c010fec4 c0110fb9 (XEN)c0110fc3 c0ba c0c4 c01116a8 c0111a69 c0111ab0 c0111b39 c0111cba (XEN) Domain 0 crashed: rebooting machine in 5 seconds. These crashes occor about once every few days. If there is any more info I can give, please tell. -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.26-2-xen-686 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash xen-hypervisor-3.2-1-i386 depends on no packages. Versions of packages xen-hypervisor-3.2-1-i386 recommends: ii xen-utils-3.2-1 3.2.1-2XEN administrative tools Versions of packages xen-hypervisor-3.2-1-i386 suggests: pn xen-docs-3.2 (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566801: jeuclid-cli does not work on simple example
Package: jeuclid-cli Version: 3.1.8-1 Severity: important hi, I tried the jeuclid mathviewer and the command line on the simple example from page: http://jeuclid.sourceforge.net/example1.html Using the following command: $ jeuclid-cli example1.xml example1.png -backgroundColor white The output is attached to this bug report. This is clearly wrong compared to the web page. With $ cat example1.xml http://www.w3.org/TR/MathML2/dtd/mathml2.dtd";> ∫ 1 x dt t Thanks -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-bpo.1-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages jeuclid-cli depends on: ii default-jre [java2-runti 1.5-30 Standard Java or Java compatible R ii gcj-4.4-jre [java2-runti 4.4.2-4 Java runtime environment using GIJ ii gcj-jre [java2-runtime] 4:4.3.4-1 Java runtime environment using GIJ ii java-gcj-compat [java2-r 1.0.80-5.1 Java runtime environment using GIJ ii java-wrappers0.1.15 wrappers for java executables ii kaffe-pthreads [java1-ru 2:1.1.8-5.2 A POSIX threads enabled version of ii libcommons-cli-java 1.1-3 API for working with the command l ii libcommons-lang-java 2.4-1 Extension of the java.lang package ii libjeuclid-core-java 3.1.8-1 A complete MathML rendering soluti ii openjdk-6-jre [java2-run 6b11-9.1+lenny2 OpenJDK Java runtime, using Hotspo ii sun-java5-jre [java2-run 1.5.0-17-0.1Sun Java(TM) Runtime Environment ( ii sun-java6-jre [java2-run 6-12-1 Sun Java(TM) Runtime Environment ( jeuclid-cli recommends no packages. jeuclid-cli suggests no packages. -- no debconf information <>
Bug#560111: Please package newer snapshot of portaudio (for audacity)
On Monday 25 January 2010 09:51:17 Benjamin Drung wrote: > Please let me know, if you want to integrate my patch, if I should no > ahead with the NMU, or if you have objections. Benjamin, Possibly the best option would be for you to join the pkg-voip team and make commits directly to our svn account. Thanks, Mark signature.asc Description: This is a digitally signed message part.
Bug#566568: fails to install
Holger Levsen wrote: >> MySQMail needs an SQL connection to the database of DTC. It is expecting >> that DTC is setup fully, as well as it's database, with granted access >> rights. The issue is that DTC can't set it up at postinst stage, because >> there would be all sorts of policy violations, as a package can't change >> another package conf file, wich it needs to. So things are done with a >> userland script that the user need to start to finish the installation. >> This is what mysqmail depends on!!! > > So it seems mysqmail cannot work out of the box, but needs manual > configuration. That's the case for quite some package. Also, mysqmail is a > logging system for qmail (and ftp server, but not for other mailers, right?) > and qmail isn't in Debian, so the user will have to do manual work anyway, so > that shouldnt be that big deal. It USED to be for qmail only. Now it's NOT for qmail anymore, it's for: - pure-ftpd - postfix - courier - dovecot I have dropped the support for qmail because not in Debian. However, the situation might change as Qmail is not in public domain, and the (new) upstream author reportedly in the Debian BTS is working on the deffered bounce issue. I don't know the status of this change, but that is currently a blocker to have Qmail included in main (a vote decided that qmail is not a good enough netizen until this is fixed was sent to the BTS). The source code for logging qmail logs is still in the source of the mysqmail package, but there is no mysqmail-qmail package anymore. >> Now, give me the solution to this unsolvable issue and I will be very happy >> to send a fix to the archive. > > Make the package install cleanly and inform the user that it needs manual > configuration. I saw your package doesnt have a README.Debian, I think it > should have one. (Also docs/README doesnt mention how to configure dtc.) What about if I just exit 0 with a warning message if the relevant files the setup script expect, and ask to dpkg-reconfigure if DTC if finished to be configured? That would solve all... >>> So it's better to violate policy and break assumptions which are valid >>> for 25000 other binary packages? I don't think so. A package needs to >>> install cleanly, even if the moon is in a bad phase. >> Truth. But I'm unsure if there is a way to cleanly fix here without adding >> hasle for the users, which I don't want to... > > Well, the user has the "hassle" anyway, as she has to configure dtc no matter > what. Now, additionally your package fails to install if this hasnt been > done. So the current situation is more hassle, not less. I'll write a README.Debian as you said. Thomas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566821: problem when using localised munin "unlink failed: Datei oder Verzeichnis nicht gefunden at /usr/share/perl5/Munin/Master/Update.pm line 162"
Package: munin Version: 1.4.3-2 Severity: important Hello, updated squeeze munin to 1.4 and got every 5 minute the following error: unlink failed: Datei oder Verzeichnis nicht gefunden at /usr/share/perl5/Munin/Master/Update.pm line 162 "Datei oder Verzeichnis nicht gefunden" is "File or directory not found" The system is running with LANG=de_DE.UTF-8 If changed to C then there is no problem. As a workaround I changed the cron script: --- /etc/cron.d/munin.bak 2010-01-25 10:08:09.0 +0100 +++ /etc/cron.d/munin 2010-01-25 10:08:21.0 +0100 @@ -4,5 +4,5 @@ MAILTO=root -*/5 * * * * munin if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron; fi +*/5 * * * * munin if [ -x /usr/bin/munin-cron ]; then LC_ALL=C /usr/bin/munin-cron; fi 14 10 * * * munin if [ -x /usr/share/munin/munin-limits ]; then /usr/share/munin/munin-limits --force --contact nagios --contact old-nagios; fi I think its important because on a non C or en_US system it breaks the munin installation. Regards Noèl -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages munin depends on: ii adduser 3.112 add and remove users and groups pn libdigest-md5-perl (no description available) ii libhtml-template-perl 2.9-1 HTML::Template : A module for usin pn librrds-perl (no description available) pn libstorable-perl (no description available) ii perl [libtime-hires-perl] 5.10.1-9 Larry Wall's Practical Extraction ii perl-modules 5.10.1-9 Core Perl modules pn rrdtool(no description available) Versions of packages munin recommends: ii libdate-manip-perl6.05-1 module for manipulating dates pn munin-node (no description available) Versions of packages munin suggests: ii epiphany-browser [www-brows 2.29.5-3 Intuitive GNOME web browser pn httpd (no description available) ii iceweasel [www-browser] 3.5.6-1 lightweight web browser based on M ii lynx-cur [www-browser] 2.8.8dev.2-1 Text-mode WWW Browser with NLS sup ii w3m [www-browser] 0.5.2-2.1WWW browsable pager with excellent -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566092: upstream ticket
upstream ticket https://gsoc.xelerance.com/issues/1082 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566822: decode does not behave as documented
Package: libjson-xs-perl Version: 2.270-1 Severity: important The documentation says this: $perl_scalar = $json->decode ($json_text) The opposite of "encode": expects a JSON text and tries to parse it, returning the resulting simple scalar or reference. Croaks on error. JSON numbers and strings become simple Perl scalars. JSON arrays become Perl arrayrefs and JSON objects become Perl hashrefs. "true" becomes 1, "false" becomes 0 and "null" becomes "undef". But this example use JSON::XS (); use Data::Dumper; print Dumper(JSON::XS->new->decode('{"test":true}')); results in the following output: $VAR1 = { 'test' => bless( do{\(my $o = 1)}, 'JSON::XS::Boolean' ) }; Expected output, based on the documentation, is: $VAR1 = { 'test' => 1 }; -- Florian Weimer BFK edv-consulting GmbH http://www.bfk.de/ Kriegsstraße 100 tel: +49-721-96201-1 D-76133 Karlsruhe fax: +49-721-96201-99 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566768: src:argyll: FTBFS on GNU/kFreeBSD (due to usb stack switch?)
Roland Mas, 2010-01-25 09:40:41 +0100 : > Cyril Brulebois, 2010-01-25 02:26:16 +0100 : > > [...] > >> Hi, >> >> your package no longer builds on kfreebsd-*: >> | libtool: compile: gcc -DPACKAGE_NAME=\"argyll\" >> -DPACKAGE_TARNAME=\"argyll\" -DPACKAGE_VERSION=\"1.1.0\" >> "-DPACKAGE_STRING=\"argyll 1.1.0\"" -DPACKAGE_BUGREPORT=\"\" >> -DPACKAGE_URL=\"\" -DPACKAGE=\"argyll\" -DVERSION=\"1.1.0\" -DSTDC_HEADERS=1 >> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 >> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 >> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBM=1 >> -DHAVE_LIBPTHREAD=1 -I. -I ./libusb -g -O2 -c libusb/bsd.c -fPIC -DPIC -o >> .libs/libargyllusb_la-bsd.o >> | In file included from libusb/usbi.h:4, >> | from libusb/bsd.c:44: >> | libusb/usb.h:72: error: redefinition of 'struct usb_string_descriptor' >> | libusb/usb.h:92: error: redefinition of 'struct usb_endpoint_descriptor' >> | libusb/usb.h:117: error: redefinition of 'struct usb_interface_descriptor' >> | libusb/usb.h:143: error: redefinition of 'struct usb_config_descriptor' >> | libusb/usb.h:160: error: redefinition of 'struct usb_device_descriptor' >> | […] >> | libusb/bsd.c:547: error: 'struct usb_device_info' has no member named >> 'udi_devnames' >> | libusb/bsd.c:552: error: 'struct usb_device_info' has no member named >> 'udi_devnames' >> >> Full build logs: >> https://buildd.debian.org/status/package.php?suite=&p=argyll >> >> It might have to do with a recent USB stack change on kfreebsd-*, I'm >> putting -bsd@ in Cc to get a wider audience. > > It's much more likely to be my fault: after consulting with the security > team, I'm now back to using Argyll's local copy of libusb, within the > Argyll build system. Obviously I got something wrong, and I'll need to > fix that (unless some kind soul on the -bsd list wants to :-) Actually, I think it might not be my fault after all: the libusb source package also fails to build from sources with a very similar error message, so help from the BSD porters would be welcome. [Cc:ing the libusb maintainer] Roland. -- Roland Mas Despite rumour, Death isn't cruel - merely terribly, terribly good at his job. -- in Sourcery (Terry Pratchett) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566823: serna: segfault on startup
Package: serna Version: 0.svn235-1 Severity: normal Hi, I cannot start serna on my lenny system: $ strace serna ... open("/usr/lib/serna/icons", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 19 statfs("/usr/lib/serna/icons", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=6488031, f_bfree=1640682, f_bavail=1311108, f_files=3296640, f_ffree=2635058, f_fsid={-1707548184, 1863505608}, f_namelen=255, f_frsize=4096}) = 0 getdents(19, [3]32117 segmentation fault strace serna Here is the backtrace: Program received signal SIGSEGV, Segmentation fault. strlen () at ../sysdeps/x86_64/strlen.S:31 31 ../sysdeps/x86_64/strlen.S: No such file or directory. in ../sysdeps/x86_64/strlen.S Current language: auto The current source language is "auto; currently asm". (gdb) bt #0 strlen () at ../sysdeps/x86_64/strlen.S:31 #1 0x7fffea57b41f in PyString_FromFormatV () from /usr/lib/libpython2.5.so.1.0 #2 0x7fffea5cb040 in PyErr_Format () from /usr/lib/libpython2.5.so.1.0 #3 0x7fffea05fd45 in ?? () from /usr/lib/python2.5/site-packages/sip.so #4 0x7fffea2cf7c8 in initSernaApiCore () from /usr/lib/serna/plugins/pyplugin/SernaApiCore.so #5 0x7fffea5d5456 in _PyImport_LoadDynamicModule () from /usr/lib/libpython2.5.so.1.0 #6 0x7fffea5d3973 in ?? () from /usr/lib/libpython2.5.so.1.0 #7 0x7fffea5d3c02 in ?? () from /usr/lib/libpython2.5.so.1.0 #8 0x7fffea5d422a in ?? () from /usr/lib/libpython2.5.so.1.0 #9 0x7fffea5d45ff in PyImport_ImportModuleLevel () from /usr/lib/libpython2.5.so.1.0 #10 0x7fffea5b5a0d in ?? () from /usr/lib/libpython2.5.so.1.0 #11 0x7fffea5312a3 in PyObject_Call () from /usr/lib/libpython2.5.so.1.0 #12 0x7fffea5b6001 in PyEval_CallObjectWithKeywords () from /usr/lib/libpython2.5.so.1.0 #13 0x7fffea5ba401 in PyEval_EvalFrameEx () from /usr/lib/libpython2.5.so.1.0 #14 0x7fffea5bdbed in PyEval_EvalCodeEx () from /usr/lib/libpython2.5.so.1.0 #15 0x7fffea5bdde2 in PyEval_EvalCode () from /usr/lib/libpython2.5.so.1.0 #16 0x7fffea5d08a0 in PyImport_ExecCodeModuleEx () from /usr/lib/libpython2.5.so.1.0 #17 0x7fffea5d0b20 in ?? () from /usr/lib/libpython2.5.so.1.0 #18 0x7fffea5d3973 in ?? () from /usr/lib/libpython2.5.so.1.0 #19 0x7fffea5d3c02 in ?? () from /usr/lib/libpython2.5.so.1.0 #20 0x7fffea5d422a in ?? () from /usr/lib/libpython2.5.so.1.0 #21 0x7fffea5d45ff in PyImport_ImportModuleLevel () from /usr/lib/libpython2.5.so.1.0 #22 0x7fffea5b5a0d in ?? () from /usr/lib/libpython2.5.so.1.0 #23 0x7fffea5312a3 in PyObject_Call () from /usr/lib/libpython2.5.so.1.0 #24 0x7fffea5b6001 in PyEval_CallObjectWithKeywords () from /usr/lib/libpython2.5.so.1.0 #25 0x7fffea5ba401 in PyEval_EvalFrameEx () from /usr/lib/libpython2.5.so.1.0 #26 0x7fffea5bdbed in PyEval_EvalCodeEx () from /usr/lib/libpython2.5.so.1.0 #27 0x7fffea5bdde2 in PyEval_EvalCode () from /usr/lib/libpython2.5.so.1.0 #28 0x7fffea5db92c in PyRun_StringFlags () from /usr/lib/libpython2.5.so.1.0 #29 0x7fffea5dcb80 in PyRun_SimpleStringFlags () from /usr/lib/libpython2.5.so.1.0 #30 0x7fffea86eeec in ?? () from /usr/lib/serna/plugins/pyplugin/libpyplugin21.so #31 0x7fffea86fe4b in ?? () from /usr/lib/serna/plugins/pyplugin/libpyplugin21.so #32 0x7fffea87069c in init_serna_plugin () from /usr/lib/serna/plugins/pyplugin/libpyplugin21.so #33 0x004f59e5 in ?? () #34 0x004f73d7 in ?? () #35 0x008cd75f in ?? () #36 0x00862c73 in ?? () #37 0x00863434 in ?? () #38 0x0051ed71 in ?? () #39 0x0051fde4 in ?? () #40 0x76ef2df2 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4 #41 0x76ef7f5f in ?? () from /usr/lib/libQtCore.so.4 #42 0x76eed353 in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4 #43 0x773ac01d in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #44 0x773b407a in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #45 0x0051da9a in ?? () #46 0x76eddc9c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4 #47 0x76f0a2c6 in ?? () from /usr/lib/libQtCore.so.4 #48 0x76f06634 in ?? () from /usr/lib/libQtCore.so.4 #49 0x7253d90e in g_main_context_dispatch () from /lib/libglib-2.0.so.0 #50 0x725412c8 in ?? () from /lib/libglib-2.0.so.0 #51 0x725413f0 in g_main_context_iteration () from /lib/libglib-2.0.so.0 #52 0x76f0639c in QEventDispatcherGlib::processEvents(QFlags) () from /usr/lib/libQtCore.so.4 #53 0x77442f1f in ?? () from /usr/lib/libQtGui.so.4 #54 0x76edc562 in QEventLoop::processEvents(QFlags) () from /usr/lib/libQtCore.so.4 #55 0x76edc934 in QEventLoop::exec(QFlags) () from /usr/lib/libQtCore.so.4 #56 0x76edeba4 in QCoreApplication::exec() () from /usr/lib/lib
Bug#566650: src:dtc: Missing source
Hi, Thomas Goirand writes: Both problems do not comply with the Debian Policy for main: > - The source.zip provided, once extracted, contain a folder "Installer > Source" which contain a file called "Installer Script.nsi" to be used > with the "Null soft installer" from nullsoft.com. So the sources of the > installer are really there, this is all what's needed to ship! Did you > believe something else should be shipped? Policy 2.2.1: In addition, the packages in main must not require a package outside of main for compilation or execution (thus, the package must not declare a "Depends", "Recommends", or "Build-Depends" relationship on a non-main package) > - Still in the "Installer Source" you find these libraries. These are > built from the OpenSSL windows port. Do you as well believe I should > ship the full of the OpenSSL windows port in it? Policy 2.1 (DFSG): Source Code The program must include source code, and must allow distribution in source code as well as compiled form. The program seems not to be included in any binary package anyway, so maybe it could just be removed from the tarball used by Debian? Regards, Ansgar -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#559864: some pdf are not printed even though cups believes they have been printed
severity 559864 serious thanks This might be overinflating the severity but I have no idea how many users/cases are affected by this problem, and being unable to print half of the PDF is a serious issue for any user... On Mon, 07 Dec 2009, Raphael Hertzog wrote: > Hello, > > On Mon, 07 Dec 2009, Raphaël Hertzog wrote: > > Trying to print some PDF (a sample is attached) leads to my printer > > receiving data (LED blinking) but it's interrupted in the middle and > > nothing is printed. The Cups web interface however believes that the > > print has been successfull, I see in "Completed jobs": > > completed at Mon Dec 7 11:45:26 2009 > > After a bit more investigation, I have discovered that the document is > dropped by the printer itself because it believes that the postscript is > invalid. I can reconfigure my printer to print the postscript errors > and I got this: > > ERROR: undefined > OFFENDING COMMAND: 0a > STACK: false , --mark-- , What component converts the PDF to postscript before sending it to the printer when I send a PDF to cups ? Because that one deserves a serious bug obviously. I can print my PDF if I convert them to postscript (or print them to a file in postscript format) but printing a PDF directly leads to the reported problem. I have given all the required information in my 2 mails and I'm ready to provide supplementary information, so I would appreciate some action at least to guide me to the proper upstream channel where this needs to be reported (is this hplip-cups or cups directly or some other ps2pdf converter tool?). Cheers, -- Raphaël Hertzog -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#561354: evince-gtk: Can't view ps
reassign 561354 libgs8 forcemerge 485621 561354 thanks Alle mercoledì 16 dicembre 2009, Josselin Mouette ha scritto: > Le mercredi 16 décembre 2009 à 16:04 +0100, Boris Hollas a écrit : > > Evince shows error messages when I tried to view postscript documents. > > The documents itself was not shown. > > > > I've been able to view postscript documents after I've installed > > ghostscript. However, evince doesn't depend on nor suggests or > > recommends ghostscript. Since evince is also a ps viewer, it should > > have a dependency on ghostscript. > > Indeed, thanks for the report. I believe the dependency should be added > in libspectre1, since this is the library needing to call the > ghostscript binary. libspectre just uses the ghostscript library (libgs) for its job, so the right place for the dependency should actually be in libgs* (which should either depend on what it needs); that's why I'm reassigning this bug to libgs8, and merging it with an already reported bug there. -- Pino Toscano signature.asc Description: This is a digitally signed message part.
Bug#563246: [Pkg-virtualbox-devel] Bug#563246: Virtual Machines no longer start after apt-get upgrade
On Sat, Jan 23, 2010 at 09:15:27AM -0600, Steve M. Robbins wrote: > I don't understand: the kernel version *did* change. VirtualBox > worked when I booted 2.6.31-1-amd64 and did not work when I booted > 2.6.32-trunk-amd64. Those are different kernel versions. > > Why isn't the module being rebuilt? I would bet that the modules were build for 2.6.32, but between building of the modules and you trying to use the modules the kernel package was updated yet again. And with this update not changing version numbers but changing ABI the modules do not work anymore. Michael -- Michael Meskes Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org) Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org ICQ 179140304, AIM/Yahoo/Skype michaelmeskes, Jabber mes...@jabber.org VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL signature.asc Description: Digital signature
Bug#566776: src:libical: FTBFS on kfreebsd-*: ../../lib/libical.so.0.44.0: undefined reference to `__bswap32'
tags 566776 +patch -- There is some problem with re #define: /build/buildd-libical_0.44-2-kfreebsd-amd64-RPROIM/libical-0.44/src/libical/icaltz-util.c:37:1: warning: "bswap_32" redefined In file included from /build/buildd-libical_0.44-2-kfreebsd-amd64-RPROIM/libical-0.44/src/libical/icaltz-util.c:32: /usr/include/byteswap.h:33:1: warning: this is the location of the previous definition Please use patch bellow. Petr --- src/libical/icaltz-util.c.STD +++ src/libical/icaltz-util.c @@ -31,6 +31,9 @@ # ifdef HAVE_BYTESWAP_H # include # endif +# ifdef HAVE_ENDIAN_H +# include +# else # ifdef HAVE_SYS_ENDIAN_H # include # ifdef bswap32 @@ -39,8 +42,6 @@ # define bswap_32 swap32 # endif # endif -# ifdef HAVE_ENDIAN_H -# include # endif #endif -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566768: src:argyll: FTBFS on GNU/kFreeBSD (due to usb stack switch?)
Actually, I think it might not be my fault after all: the libusb source package also fails to build from sources with a very similar error message, so help from the BSD porters would be welcome. Already provided ;-) See Message #15 received at 566...@bugs.debian.org: --- libusb/bsd.c +++ libusb/bsd.c @@ -39,7 +39,7 @@ #include #include -#include +#include #include "usbi.h" #ifdef HAVE_CONFIG_H Petr -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566824: RFP: svgmath -- MathML to SVG Converter in Python
Package: wnpp Severity: wishlist * Package name: svgmath Version : 0.3.3 Upstream Author : Nikolai Grigoriev * URL : http://www.grigoriev.ru/svgmath/ * License : MIT Programming Lang: Python Description : MathML to SVG Converter in Python SVGMath formats MathML 2.0 expressions as SVG 1.1 images. SVGMath is written in pure Python, with neither extension modules nor external dependencies. It runs on any platform where a modern Python environment (version 2.4 or higher) is available. It can be used either as a command-line script for batch-mode file conversion, or as a component to process MathML data in other Python applications. -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable') Architecture: amd64 (x86_64) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566788: no amd64 images of testing
Cool, thanks. Very important for people who install debian on new laptops. On Mon, Jan 25, 2010 at 10:29 AM, Frans Pop wrote: > On Monday 25 January 2010, Oz Nahum wrote: >> I can't find anywhere debian cd's of testing for the amd64 architecture. >> They should be here, >> http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/ > > Should be available later today. > > Cheers, > FJP > -- Oz Nahum Graduate Student Zentrum für Angewandte Geologie Universität Tübingen --- Imagine there's no countries it isn't hard to do Nothing to kill or die for And no religion too Imagine all the people Living life in peace -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#418642: smart bug #418642
Hi, |--==> On Sat, 23 Jan 2010 17:54:01 +0100, Jan Wagner said: JW> Hi there, JW> On Thursday 30 July 2009, Thomas Viehmann wrote: >>you were working on smart the other day, so I wondered whether you'd >>have time to look into (and either close or fix) #418642, a fairly old >>RC bug that smart has. JW> any special reason for the slow process here and on #560953? You should clean JW> up the package soon as we will freeze in the near future. Sorry for the long delay and thanks for the kind reminder. Actually this bug should have been fixed upstream a while ago (and already packaged). I'm not able to reproduce it here. Could the original reporter please try again? Or even somebody else, just to confirm it. Ciao, Free -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#485621: libgs8 has no ghostscript dependancy
Hi, Alle martedì 10 giugno 2008, Tom Parker ha scritto: > I did have ghostscript installed, but only version 8.15-something. The > fix for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470253 > tightened the dep on the ghostscript side, but I think that libgs8 > also needs a ghostscript dependancy! Or another solution (which requires slightly more work than just adding a Depends) would be moving the ghostscript data (ie all the stuff in /usr/share/ghostscript, which look pretty arch-independent to me) in gs- common; this way: - libgs8 would depend on gs-common, and work as expected - gs-common would also drop the dependency on ghostscript (removing the circular dependency, see #519141) and being no more a dummy package Ghostscript maintainers, what do you think? -- Pino Toscano signature.asc Description: This is a digitally signed message part.
Bug#566706: gnome-panel: Gnome panel crashes when unlocking screen from screen saver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry for my late reply, I now have problems triggering the crash. I disabled the "lock screen..." option in gnome screen saver settings to check if it the problem was related to the password dialog. Now it doesn't crash anymore, not even enabling the lock screen option again. I attach a backtrace generated by bug buddy when it reported the bug to gnome.org a few days ago. Since at that time I didn't install any of the needed debug symbols I doubt it could be very helpful. Additionally, after bug-buddy reported the bug I received an email indicating that this bug is a duplicate of this: https://bugzilla.gnome.org/show_bug.cgi?id=597914 I will keep monitoring this machine hoping to trigger the crash again, if it happens I will post a full backtrace. Have a nice day, Paolo. Josselin Mouette wrote: > Le lundi 25 janvier 2010 à 01:42 +0800, Paolo Scarabelli a écrit : >> Most of the times I unlock the screen from the screensaver gnome panel >> crashes. As soon as I close the gnome bug report window gnome panel >> resumes normally. > > Do you have a backtrace? > >> I doubt this is somewhat related but a few days ago some of the icons in the >> gnome menu went missing, I'm not sure but I think they were mostly non-gnome >> program lauchers. for example kompare and konqueror were disabled (I had to >> enable them again with alacarte) while netbeans launcher was missing and I >> had >> to recreate it. > > No, this is unrelated. This change was introduced so that the menu > remains unusable when KDE is installed. > > Cheers, -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAktdZbcACgkQqAaEpZvj+VPpVQCgid06sI9+JceDOhg4tn3msc66 Iv8AoIo4lExzHkdMaEHm4egKAy7RVdTR =dKjW -END PGP SIGNATURE- #0 0xb78dc424 in __kernel_vsyscall () #1 0xb7056ee3 in __waitpid_nocancel () from /lib/i686/cmov/libpthread.so.0 #2 0xb6fc8a57 in IA__g_spawn_sync (working_directory=0x0, argv=0x8845a98, envp=0x0, flags=, child_setup=0, user_data=0x0, standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfa74ac8) at /build/buildd-glib2.0_2.22.3-1-i386-Y6yR35/glib2.0-2.22.3/glib/gspawn.c:386 #3 0xb6fc8d7c in IA__g_spawn_command_line_sync ( command_line=0x88311b8 "bug-buddy --appname=\"gnome-panel\" --pid=2519", standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfa74ac8) at /build/buildd-glib2.0_2.22.3-1-i386-Y6yR35/glib2.0-2.22.3/glib/gspawn.c:700 #4 0xb78baa54 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so #5 #6 0xb78dc424 in __kernel_vsyscall () #7 0xb6d178e0 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #8 0xb6d1ae15 in *__GI_abort () at abort.c:88 #9 0xb6fb6c8c in IA__g_assertion_message (domain=0xb6ff42de "", file=0xb773b851 "poa.c", line=1028, func=0xb773bafb "ORBit_POA_activate_object_T", message=0x884e0c0 "assertion failed: ((poa->life_flags & ORBit_LifeF_DeactivateDo) == 0)") at /build/buildd-glib2.0_2.22.3-1-i386-Y6yR35/glib2.0-2.22.3/glib/gtestutils.c:1302 #10 0xb6fb72ad in IA__g_assertion_message_expr (domain=0x0, file=0xb773b851 "poa.c", line=1028, func=0xb773bafb "ORBit_POA_activate_object_T", expr=0xb773b480 "(poa->life_flags & ORBit_LifeF_DeactivateDo) == 0") at /build/buildd-glib2.0_2.22.3-1-i386-Y6yR35/glib2.0-2.22.3/glib/gtestutils.c:1313 #11 0xb772435a in ?? () from /usr/lib/libORBit-2.so.0 #12 0xb7725b51 in PortableServer_POA_servant_to_reference () from /usr/lib/libORBit-2.so.0 #13 0xb7783c79 in ?? () from /usr/lib/libbonobo-2.so.0 #14 0xb701dda4 in IA__g_object_newv (object_type=141780008, n_parameters=0, parameters=0x0) at /build/buildd-glib2.0_2.22.3-1-i386-Y6yR35/glib2.0-2.22.3/gobject/gobject.c:1252 #15 0xb701e417 in IA__g_object_new_valist (object_type=141780008, first_property_name=0x0, var_args=0xbfa754a8 "\233#\005\267Ã\371\266\t") at /build/buildd-glib2.0_2.22.3-1-i386-Y6yR35/glib2.0-2.22.3/gobject/gobject.c:1323 #16 0xb701e58e in IA__g_object_new (object_type=141780008, first_property_name=0x0) at /build/buildd-glib2.0_2.22.3-1-i386-Y6yR35/glib2.0-2.22.3/gobject/gobject.c:1086 #17 0xb62ccf18 in spi_accessible_construct () from /usr/lib/libspi.so.0 #18 0xb62cd646 in spi_accessible_new () from /usr/lib/libspi.so.0 #19 0xb63b540e in ?? () from /usr/lib/gtk-2.0/modules/libatk-bridge.so #20 0xb63b6567 in ?? () from /usr/lib/gtk-2.0/modules/libatk-bridge.so #21 0xb702a92b in signal_emit_unlocked_R (node=0x8722c98, detail=847, instance=0x8748400, emission_return=0x0, instance_and_params=0x8747678) at /build/buildd-glib2.0_2.22.3-1-i386-Y6yR35/glib2.0-2.22.3/gobject/gsignal.c:3213 #22 0xb702c359 in IA__g_signal_emit_valist (instance=0x8748400, signal_id=160, detail=847, var_args=0xbfa75840 "") at /build/buildd-glib2.0_2.22.3-1-i386-Y6yR35/glib2.0-2.22.3/gobje
Bug#566825: x11-common: Support session with arguments (fix failsafe gnome session)
Package: x11-common Version: 1:7.5+1ubuntu2 Severity: normal In case of failsafe session, gnome-session is called with -f options. The bug was in /etc/X11/Xsession.d/20x11-common_process-args where $1 is "gnome-session -f" This causes some troubles when trying to STARTUP_FULL_PATH=$(/usr/bin/which "$1" || true) So, we went to else statement, without STARTUP set up Consequently /etc/X11/Xsession.d/50x11-common_determine-startup set it to /usr/bin/x-session-manager, which is an alternative to gnome-session in lucid. Fix available at http://git.debian.org/?p=pkg-xorg/debian/xorg.git;a=blobdiff;f=debian/local/Xsession.d/20x11-common_process-args;h=33696ad9988cf7a5d5683bb027ae40a85cf53a15;hp=53e7a7b294f8c2a3b63dd0320b6d79e6225c683b;hb=75c2a9cfacafbd46c433b44dd672985433032f99;hpb=50706e3079f37799a3e6a3a06d711c764703960c -- System Information: Debian Release: squeeze/sid APT prefers lucid-updates APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid') Architecture: i386 (i686) Kernel: Linux 2.6.32-11-generic (SMP w/2 CPU cores) Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages x11-common depends on: ii debconf [debconf-2.0] 1.5.28ubuntu1 Debian configuration management sy ii debianutils 3.2.2 Miscellaneous utilities specific t ii lsb-base 4.0-0ubuntu7 Linux Standard Base 4.0 init scrip ii upstart [upstart-job] 0.6.3-11build1 event-based init daemon x11-common recommends no packages. x11-common suggests no packages.
Bug#510057: Consider creating "default MPI" version
Greetings, Because MPICH1 and LAM are long since end-of-life, this is taking on a new urgency. The Debian Science team is planning to deprecate the LAM and MPICH1 packages for squeeze, and remove them entirely for squeeze+1. [1] For this reason, a package built against mpi-defaults should be the only MPI version of most packages for squeeze and moving forward. [1] http://lists.debian.org/debian-science/2009/11/msg00010.html I would be happy to provide a patch to make this happen, as I did to create the openmpi version. If you prefer to have the current three plus an mpi-defaults version, I would be happy to make that happen as well, just let me know either way. Regards, Adam -- GPG fingerprint: D54D 1AEE B11C CE9B A02B C5DD 526F 01E8 564E E4B6 Engineering consulting with open source tools http://www.opennovation.com/ signature.asc Description: This is a digitally signed message part
Bug#559808: CVE-2009-3736 local privilege escalation
tags 559808 + help thanks On Wed, Dec 30, 2009 at 01:29:50PM +0100, Moritz Muehlenhoff wrote: > Gnash already has a Build-Depennds on the shared copy, but it appears > as if only the hppa build links against the system copy. I suppose > this needs to be configured explicitely by passing "--without-included-ltdl" > to the configure call. I've been rebuilding gnash passing explicitly --without-included-ltdl (patch attached), but that does not seem to be enough to have the main gnash package linked against system-wide ltdl. ldd confirms that the gtk-gnash executable is not linked against ltdl, whereas the other binary packages of gnash does link against the system-wide library (that was the case also without the patch). At first sight configure.ac seems to be doing the right thing in _not_ forcing the convenience library (it does that only if older versions of libltdl are found in the sources, which is no longer the case). Bottom line: some more investigation is needed Maintainer: any comment? Cheers. -- Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7 z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/ Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime diff -u gnash-0.8.6/debian/changelog gnash-0.8.6/debian/changelog --- gnash-0.8.6/debian/changelog +++ gnash-0.8.6/debian/changelog @@ -1,3 +1,11 @@ +gnash (0.8.6-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Force building against system version of libltdl. Fix CVE-2009-3736 +(on all archs). (Closes: #559808) + + -- Stefano Zacchiroli Sun, 24 Jan 2010 15:56:05 +0100 + gnash (0.8.6-2) unstable; urgency=low [ Miriam Ruiz ] diff -u gnash-0.8.6/debian/rules gnash-0.8.6/debian/rules --- gnash-0.8.6/debian/rules +++ gnash-0.8.6/debian/rules @@ -63,6 +63,7 @@ --with-npapi-plugindir=\$${prefix}/lib/gnash \ --with-kde-pluginprefix=\$${prefix} \ --with-plugins-install=system \ + --without-included-ltdl \ --enable-shared=yes \ --enable-sdk-install \ --enable-lotsa-warnings \
Bug#566826: seahorse-plugins: Support session with arguments (fix failsafe gnome session)
Package: seahorse-plugins Version: 2.28.1-0ubuntu4 Severity: normal Usertags: origin-ubuntu lucid In case of failsafe session, gnome-session is called with -f options. Also, if seahorse-plugins is installed: /etc/X11/Xsession.d/60seahorse-plugins will add "gnome-session -f" to $STARTUP (thinking that first bug is fixed). Unfortunately, STARTUP="$SEAHORSE --execute $STARTUP", --execute doesn't support additional arguments like gnome-session -f. It should be gnome-session -- -f. See attached patch to fix this issue -- System Information: Debian Release: squeeze/sid APT prefers lucid-updates APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid') Architecture: i386 (i686) Kernel: Linux 2.6.32-11-generic (SMP w/2 CPU cores) Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages seahorse-plugins depends on: ii gconf2 2.28.0-1ubuntu2 GNOME configuration database syste ii libatk1.0-0 1.29.4-0ubuntu1 The ATK accessibility toolkit ii libbonobo2-0 2.24.2-1 Bonobo CORBA interfaces library ii libbonoboui2-0 2.24.2-1ubuntu2 The Bonobo UI library ii libc6 2.11.1-0ubuntu1 Embedded GNU C Library: Shared lib ii libcairo2 1.8.8-2ubuntu2 The Cairo 2D vector graphics libra ii libcryptui0 2.29.3-0ubuntu2 the UI library for DBUS functions ii libdbus-1-3 1.2.16-2ubuntu2 simple interprocess messaging syst ii libdbus-glib-1-2 0.82-2 simple interprocess messaging syst ii libfontconfig1 2.8.0-2ubuntu1 generic font configuration library ii libfreetype6 2.3.11-1ubuntu2 FreeType 2 font engine, shared lib ii libgconf2-4 2.28.0-1ubuntu2 GNOME configuration database syste ii libglade2-0 1:2.6.4-1 library to load .glade files at ru ii libglib2.0-0 2.23.1-1ubuntu4 The GLib library of C routines ii libgnome-keyring0 2.28.2-0ubuntu1 GNOME keyring services library ii libgpgme11 1.2.0-1.1ubuntu1 GPGME - GnuPG Made Easy ii libgtk2.0-0 2.19.3-1ubuntu3 The GTK+ graphical user interface ii libgtksourceview2.0- 2.9.4-0ubuntu1 shared libraries for the GTK+ synt ii libnautilus-extensio 1:2.29.1-0ubuntu3 libraries for nautilus components ii libnotify1 [libnotif 0.4.5-1ubuntu1 sends desktop notifications to a n ii libpanel-applet2-0 1:2.29.5.1-0ubuntu2 library for GNOME Panel applets ii libpango1.0-0 1.26.2-1 Layout and rendering of internatio Versions of packages seahorse-plugins recommends: ii openssh-client 1:5.2p1-2ubuntu1 secure shell (SSH) client, for sec ii seahorse 2.29.3-0ubuntu2 GNOME front end for GnuPG seahorse-plugins suggests no packages. -- no debconf information === modified file 'debian/seahorse-plugins.Xsession' --- debian/seahorse-plugins.Xsession 2009-02-15 19:14:28 + +++ debian/seahorse-plugins.Xsession 2010-01-25 08:50:22 + @@ -3,6 +3,12 @@ SEAHORSE=/usr/bin/seahorse-agent if [ -n "$GNOMERC" ] && [ -x $SEAHORSE ]; then + BINARY="${STARTUP%% *}" + OPTIONS="${STARTUP#* }" + # BINARY and OPTIONS are the same if no option in STARTUP + if [ "$BINARY" != "$OPTIONS" ]; then + STARTUP="$BINARY -- $OPTIONS" + fi STARTUP="$SEAHORSE --execute $STARTUP" fi
Bug#566191: openconnect depends on a lot of libraries
On Thu, 2010-01-21 at 22:44 +0100, Bernhard Schmidt wrote: > The openconnect package depends on a lot of libraries due to the > NetworkManager binary included in the package. > > Depends: libatk1.0-0 (>= 1.20.0), libc6 (>= 2.4), libcairo2 (>= 1.2.4), > libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.2.1), libgconf2-4 > (>= 2.23.2), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.17.0), > libpango1.0-0 (>= 1.14.0), libssl0.9.8 (>= 0.9.8f-5), libxml2 > (>= 2.6.27), zlib1g (>= 1:1.1.4) > > On a full console-only Squeeze installation this installs around 60 > additional libraries requiring 60MB of disk-space. > > Please consider packaging > /usr/lib/NetworkManager/nm-openconnect-auth-dialog in a seperate binary > package. Or is it even necessary, since there is a > network-manager-openconnect plugin as well? No, the binary can't be part of the nm-openconnect package (if it could the source would be there) because it contains a large amount of the openconnect source code. I guess openconnect could be refactored to install a library, I'll talk to upstream. Maybe for now I could package the GTK+ bits as openconnect-gtk. Ross -- Ross Burton mail: r...@burtonini.com jabber: r...@burtonini.com www: http://burtonini.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566827: nano: configuration file option to strip trailing space at save time
Package: nano Version: 2.2.1-1 Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I really welcome the recent additions of these color highlighting features. Thank you! However, when it comes to trailing whitespace, it would be much more useful to have an options to strip it rather than highlight it. Could this wishlist item be forwarded upstream? - -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.32-11-generic (SMP w/1 CPU core) Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages nano depends on: ii dpkg 1.15.5.6 Debian package management system ii install-info 4.13a.dfsg.1-5 Manage installed documentation in ii libc6 2.10.2-2 GNU C Library: Shared libraries ii libncursesw5 5.7+20090803-2 shared libraries for terminal hand nano recommends no packages. Versions of packages nano suggests: pn spell (no description available) - -- no debconf information -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAktdZj4ACgkQeXr56x4Muc1gFACfRz1U4l5BrbsAPc+MPmE6/ri2 kNwAn0JHNMdO6WMWpguhAegoXEbopqAb =w+O7 -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#341776:
On Wed, Sep 16, 2009 at 3:34 PM, Michael Koch wrote: > On Wed, Sep 16, 2009 at 04:13:25PM +0200, Mathieu Malaterre wrote: >> On Wed, Sep 16, 2009 at 3:59 PM, Michael Koch wrote: >> > On Wed, Sep 16, 2009 at 03:32:36PM +0200, Mathieu Malaterre wrote: >> >> Is is possible to havve JAI in non-free meanwhile ? >> > >> > Have they changed their license meanwhile? >> >> Obviously not. I would not be asking for non-free otherwise :) >> I'd like to avoid redoing the debian/* files. Thanks. > > IIRC the old license was even unsuitable for non-free. > > You can mail Arnaud directly about the debian/* files. Hum, could someone confirm JAI has a new license: https://jai-imageio-core.dev.java.net/ Summary The Java Advanced Imaging Image I/O Tools API Core Categories None License Berkeley Software Distribution (BSD) License Owner(s)bpb Who is this 'Arnaud' ? How do I contact him ? Thanks, -- Mathieu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566568: fails to install
Hi, On Montag, 25. Januar 2010, Thomas Goirand wrote: > What about if I just exit 0 with a warning message if the relevant files > the setup script expect, and ask to dpkg-reconfigure if DTC if finished > to be configured? That would solve all... Sounds good. > I'll write a README.Debian as you said. Sounds good too :) cheers, Holger signature.asc Description: This is a digitally signed message part.
Bug#565270: fixed upstream
Typo error: > "bug fixed upstream by svn revision 1079855" correct revision number is 1079858 sorry, Andrea -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566544: mpg321 (0.2.11-2) solves the issues with gmusicbrowser (1.0.2-1) ...
There is no problem with mpg321_0.2.11-2 and gmusicbrowser (1.0.2-1) anymore. Bug resolved. Thanks, Chris. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#549976: grub-pc: File descriptor leaked during kernel update
Package: grub-pc Version: 1.98~20100101-1 Severity: normal I encountered the same error message during a kernel update today. Don't know if this is a grub issue or a kernel issue. The installation seems to succeed anyhow: Richte linux-image-2.6.32-trunk-amd64 ein (2.6.32-5) ... Running depmod. Running update-initramfs. update-initramfs: Generating /boot/initrd.img-2.6.32-trunk-amd64 Running update-grub. Generating grub.cfg ... Found background image: moreblue-orbit-grub.png Found linux image: /boot/vmlinuz-2.6.32-trunk-amd64 Found initrd image: /boot/initrd.img-2.6.32-trunk-amd64 Found linux image: /boot/vmlinuz-2.6.30-2-amd64 Found initrd image: /boot/initrd.img-2.6.30-2-amd64 Found linux image: /boot/vmlinuz-2.6.26-2-amd64 Found initrd image: /boot/initrd.img-2.6.26-2-amd64 Found memtest86+ image: /boot/memtest86+.bin File descriptor 42 (/dev/tty) leaked on lvs invocation. Parent PID 19112: /bin/sh File descriptor 43 (/dev/tty) leaked on lvs invocation. Parent PID 19112: /bin/sh File descriptor 47 (/var/lib/debtags/vocabulary.idx (deleted)) leaked on lvs invocation. Parent PID 19112: /bin/sh File descriptor 48 (/var/lib/debtags/vocabulary (deleted)) leaked on lvs invocation. Parent PID 19112: /bin/sh File descriptor 49 (/var/lib/debtags/package-tags.idx (deleted)) leaked on lvs invocation. Parent PID 19112: /bin/sh Found Windows Vista (loader) on /dev/sda1 done Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/dkms 2.6.32-trunk-amd64 /boot/vmlinuz-2.6.32-trunk-amd64 run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.32-trunk-amd64 /boot/vmlinuz-2.6.32-trunk-amd64 run-parts: executing /etc/kernel/postinst.d/pm-utils 2.6.32-trunk-amd64 /boot/vmlinuz-2.6.32-trunk-amd64 -- Package-specific info: *** BEGIN /proc/mounts /dev/disk/by-uuid/66e75d80-ed82-400a-9c84-397b29fef7ce / ext3 rw,relatime,errors=remount-ro,data=ordered 0 0 /dev/mapper/volgroup1-lvol3 /tmp ext3 rw,relatime,errors=remount-ro,data=ordered 0 0 /dev/mapper/volgroup1-lvol2 /usr ext3 rw,relatime,errors=remount-ro,data=ordered 0 0 /dev/mapper/volgroup1-lvol0 /var ext3 rw,relatime,errors=continue,data=ordered 0 0 /dev/mapper/volgroup1-lvol1 /home ext3 rw,relatime,errors=continue,data=ordered 0 0 *** END /proc/mounts *** BEGIN /boot/grub/device.map (hd0) /dev/sda *** END /boot/grub/device.map *** BEGIN /boot/grub/grub.cfg # # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### set default=0 insmod lvm insmod ext2 set root=(volgroup1-lvol2) search --no-floppy --fs-uuid --set 4da0211d-e0fa-4681-9fd2-b5431c67d2b4 if loadfont /share/grub/unicode.pf2 ; then set gfxmode=640x480 insmod gfxterm insmod vbe if terminal_output gfxterm ; then true ; else # For backward compatibility with versions of terminal.mod that don't # understand terminal_output terminal gfxterm fi fi set locale_dir=/boot/grub/locale set lang=de insmod gettext set timeout=5 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### insmod ext2 set root=(hd0,4) search --no-floppy --fs-uuid --set 66e75d80-ed82-400a-9c84-397b29fef7ce insmod png if background_image /boot/grub/moreblue-orbit-grub.png ; then set color_normal=black/black set color_highlight=magenta/black else set menu_color_normal=cyan/blue set menu_color_highlight=white/blue fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-amd64" { insmod ext2 set root=(hd0,4) search --no-floppy --fs-uuid --set 66e75d80-ed82-400a-9c84-397b29fef7ce linux /boot/vmlinuz-2.6.32-trunk-amd64 root=UUID=66e75d80-ed82-400a-9c84-397b29fef7ce ro quiet initrd /boot/initrd.img-2.6.32-trunk-amd64 } menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-amd64 (recovery mode)" { insmod ext2 set root=(hd0,4) search --no-floppy --fs-uuid --set 66e75d80-ed82-400a-9c84-397b29fef7ce linux /boot/vmlinuz-2.6.32-trunk-amd64 root=UUID=66e75d80-ed82-400a-9c84-397b29fef7ce ro single initrd /boot/initrd.img-2.6.32-trunk-amd64 } menuentry "Debian GNU/Linux, with Linux 2.6.30-2-amd64" { insmod ext2 set root=(hd0,4) search --no-floppy --fs-uuid --set 66e75d80-ed82-400a-9c84-397b29fef7ce linux /boot/vmlinuz-2.6.30-2-amd64 root=UUID=66e75d80-ed82-400a-9c84-397b29fef7ce ro quiet initrd /boot/initrd.img-2.6.30-2-amd64 } menuentry "Debian GNU/Linux, with Linux 2.6.30-2-amd64 (recovery mode)" { insmod ext2 set root=(hd0,4) search --no-floppy --fs-uuid --set 66e75d80-ed82-400a-9c84-397b29fef7ce linux /boot/vmlinuz-2.6.30-2-amd64 root=UUID=66e75d80-ed82-400a-9c84-397b29fef7ce ro single init
Bug#566828: med-fichier: mpi version
Source: med-fichier Version: 2.3.5-2 Greetings, I am trying to build and upload Salomé, which requires an MPI version of the MED libraries. Please add one or more versions linked to libhdf5-openmpi-dev and/or libhdf5-lam-dev depending on the platform. This should probably be blocked by bug #510057 in HDF5 requesting an mpi-defaults version. But given the backlog of HDF5 bugs including several RC bugs, it probably makes sense to do a workaround now using the existing libhdf5-*-dev packages, and do a new update if/when the HDF5 packages switch to mpi-defaults. I would be happy to provide a patch either way. Please let me know how I can help. Regards, Adam -- GPG fingerprint: D54D 1AEE B11C CE9B A02B C5DD 526F 01E8 564E E4B6 Engineering consulting with open source tools http://www.opennovation.com/ signature.asc Description: This is a digitally signed message part
Bug#565270: fixed upstream
Hi, bug fixed upstream by svn revision 1079855 http://websvn.kde.org/?revision=1079858&view=revision Regards, Andrea. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#395573: VisIt ITP: how's the packaging going?
On 2010-01-24 22:34, Francesco Poli wrote: Hi Alastair! Is there any progress on the packaging of VisIt? Could you please provide a status update? Unfortunately I've been swamped with work (and expect to be so for the next 3 months). I don't expect to get time to get Visit packaged in time for Debian squeeze - I'm concentrating on cleaning up my packages currently in Debian Squeeze, and adding one more - oasis, which is a library needed as a dependency for day-to-day work in my job. I hope to get back to it after April. If you can step in, please do. -- Alastair McKinstry, http://blog.sceal.ie Anyone who believes exponential growth can go on forever in a finite world is either a madman or an economist - Kenneth Boulter, Economist. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#565285: guest-additions
Patrick Winnertz wrote: Hey, how did you installed the guest-additions in the debian lenny guest exactly? via apt-get or using the guest-additions iso from upstream? via apt-get in main machine (squeeze), but the guest additions iso image for VirtualBox (Version 3.1.2-1 without dfsg) and installed with sh from iso hth Joachim -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566768: src:argyll: FTBFS on GNU/kFreeBSD (due to usb stack switch?)
Please alter also debian/control, as udev is really linux-only package. Thanks and sorry for usb-stack problem. Petr --- debian/control~ +++ debian/control @@ -13,7 +13,7 @@ Package: argyll Architecture: any -Depends: policykit, udev, ${misc:Depends}, ${shlibs:Depends} +Depends: policykit, udev [linux-any], ${misc:Depends}, ${shlibs:Depends} Replaces: argyll-bin Conflicts: argyll-bin Description: Color Management System, calibrator and profiler -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566508: libc6: error inside of python since last security upgrade
dan aronson a écrit : > Package: libc6 > Version: 2.7-18lenny2 > Severity: important > > Since I did the last security upgrade to this package I've been getting the > following problem often, but not always during running of a cron job. What was the previous version you had installed? The only change in the security version is related to NIS code. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#514588: [Pkg-nagios-devel] Bug#514588: did not get included in SVN ?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/01/10 06:41 PM, Jan Wagner wrote: > Hi Matija, > > I just fixed #534604 but not #51458, the changelog is just wrong. But I > pinged > upstream about you patch, if its a valid change for all conditions ... > Actually there is just more evaluation needed by upstream. I have looked a bit into this, I'm just afraid of changing it without the ability to test myself as it has the potential to break many other architecture I don't have access to. If you can give me more details like which OS, software version and network condition (i.e. what happen when you get "+n errors"). Id your OS is Linux x86 32 or 64 bit you could even send me the binary and I may be able to run it locally to reproduce it. Thanks - -- Thomas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFLXXML6dZ+Kt5BchYRAl/NAKC/Qr9z/JU1UMJ8oeJiEUO2MW469QCdGJSG mK0MekmhhRSJWjdOw3wjuco= =RzyG -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566820: lintian: Warn about missing debian/source/format, advise switch to new 3.0 source formats
Raphaël Hertzog writes: > We could also add a tag "using-old-source-format" that warns of specifying > 1.0 in that file. Obviously this one should start among the "pedantic" > tags but its importance might be increased over time once we decide to > really deprecate the old format. I think that if someone went through the trouble of specifically putting 1.0 in that file then there is a reason for it. Such a person will have been anoyed with the lintian warning about missing debian/source/format and will have considered and rejected changing to 3.0 (quilt). Anoying him yet again will not help. My 2c, Goswin -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566351: libgcrypt11: should not change user id as a side effect
Hi! I understand that there is sometimes the need for lifetime long suid programs. Although, I don't think that it is a sensible approach to write software this way (instead of using helpers like userv), I can add a hack to disable dropping of permissions. Ansgar, is it that what you want? Salam-Shalom, Werner -- Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566829: crashes on startup: pand:$OOO_BASE_DIR/program/cairocanvas.uno.so: No such file or directory.
Package: openoffice.org Version: 1:3.1.1-14 Severity: serious -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, $ soffice Error while mapping shared library sections: pand:$OOO_BASE_DIR/program/cairocanvas.uno.so: No such file or directory. Error while mapping shared library sections: �[� : No such file or directory. (bug-buddy:15641): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed - -- System Information: Debian Release: squeeze/sid APT prefers testing-proposed-updates APT policy: (990, 'testing-proposed-updates'), (990, 'testing'), (990, 'stable'), (500, 'proposed-updates'), (500, 'oldstable'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages openoffice.org depends on: ii liblucene2-java 2.9.1+ds1-5 Full-text search engine library fo ii openoffice.org-base 1:3.1.1-14 full-featured office productivity ii openoffice.org-calc 1:3.1.1-14 full-featured office productivity ii openoffice.org-core 1:3.1.1-14 full-featured office productivity ii openoffice.org-draw 1:3.1.1-14 full-featured office productivity ii openoffice.org-filter-mobile 1:3.1.1-14 full-featured office productivity ii openoffice.org-impress 1:3.1.1-14 full-featured office productivity ii openoffice.org-java-common 1:3.1.1-14 full-featured office productivity ii openoffice.org-math 1:3.1.1-14 full-featured office productivity ii openoffice.org-officebean1:3.1.1-14 full-featured office productivity ii openoffice.org-report-builde 1:3.1.1-14 OpenOffice.org extension for build ii openoffice.org-writer1:3.1.1-14 full-featured office productivity ii ttf-dejavu 2.30-2 Metapackage to pull in ttf-dejavu- Versions of packages openoffice.org recommends: ii openoffice.org-filter- 1:3.1.1-14full-featured office productivity ii ttf-liberation 1.05.2.20091019-4 Fonts with the same metrics as Tim ii ttf-mscorefonts-instal 3.0 Installer for Microsoft TrueType c Versions of packages openoffice.org suggests: ii cups-bsd 1.4.2-6 Common UNIX Printing System(tm) - ii graphicsmagick-imagemagick 1.3.5-6 image processing tools providing I ii gstreamer0.10-ffmpeg 0.10.9-3 FFmpeg plugin for GStreamer ii gstreamer0.10-plugins-bad 0.10.17-3 GStreamer plugins from the "bad" s ii gstreamer0.10-plugins-base 0.10.25-7 GStreamer plugins from the "base" ii gstreamer0.10-plugins-good 0.10.17-1 GStreamer plugins from the "good" ii gstreamer0.10-plugins-ugly 0.10.13-2 GStreamer plugins from the "ugly" pn hunspell-dictionary(no description available) ii icedove3.0.1-1 mail/news client with RSS and inte ii iceweasel 3.5.6-1 lightweight web browser based on M ii libgl1-mesa-glx [libgl1] 7.6.1-1 A free implementation of the OpenG ii libpaper-utils 1.1.23+nmu1 library for handling paper charact ii libsane1.0.20-13 API library for scanners ii libxrender11:0.9.5-1 X Rendering Extension client libra ii menu 2.1.43generates programs menu for all me ii myspell-en-gb [myspell-dic 1:3.2.0~rc2-1 English_british dictionary for mys ii myspell-en-us [myspell-dic 1:3.2.0~rc2-1 English_american dictionary for my ii myspell-en-za [myspell-dic 1:3.2.0~rc2-1 English_southafrican dictionary fo ii myspell-it [myspell-dictio 1:3.2.0~rc2-1 Italian dictionary for myspell pn openclipart-openoffice.org (no description available) ii openjdk-6-jre [java5-runti 6b17~pre3-1 OpenJDK Java runtime, using Hotspo ii openoffice.org-gnome 1:3.1.1-14full-featured office productivity ii openoffice.org-help-it [op 1:3.1.1-14full-featured office productivity pn openoffice.org-hyphenation (no description available) ii openoffice.org-l10n-it [op 1:3.1.1-14full-featured office productivity pn openoffice.org2-thesaurus (no description available) ii pstoedit 3.45-8PostScript and PDF files to editab ii sun-java6-jre [java5-runti 6-17-1Sun Java(TM) Runtime Environment ( ii unixodbc 2.2.11-21 ODBC tools libraries Versions of packages openoffice.org-core depends on: ii fontconfig 2.8.0-2 generic font configuration library ii libc6 2.10.2-5 Embedded GNU C Library: Shared lib ii libcairo2 1.8.8-2 The Cairo 2D vector graphics libra ii libcurl3-gnutls7.19.7-1 Multi-protocol file transfer libra ii libdb4.8 4.8.26-1 Berkeley v4.8 Database Libraries [ ii
Bug#566823: serna: segfault on startup
Hi Mathie, wow, that was a fast bug report, serna was just now accepted into the archive. I assume your crash occurs at the very first start, without an existing ~/.serna-free-* directory? If it’s possible for you, can you upgrade python to the version in unstable and try again? It seems not to be reproducible on my unstable machine. Andrew, or anyone else on the serna-developers list, any obvious idea what might be the cause? Greetings, Joachim Am Montag, den 25.01.2010, 10:24 +0100 schrieb Mathieu Malaterre: > Package: serna > Version: 0.svn235-1 > Severity: normal > > > Hi, > > I cannot start serna on my lenny system: > > $ strace serna > ... > open("/usr/lib/serna/icons", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 19 > statfs("/usr/lib/serna/icons", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, > f_blocks=6488031, f_bfree=1640682, f_bavail=1311108, f_files=3296640, > f_ffree=2635058, f_fsid={-1707548184, 1863505608}, f_namelen=255, > f_frsize=4096}) = 0 > getdents(19, [3]32117 segmentation fault strace serna > > Here is the backtrace: > Program received signal SIGSEGV, Segmentation fault. > strlen () at ../sysdeps/x86_64/strlen.S:31 > 31../sysdeps/x86_64/strlen.S: No such file or directory. > in ../sysdeps/x86_64/strlen.S > Current language: auto > The current source language is "auto; currently asm". > (gdb) bt > #0 strlen () at ../sysdeps/x86_64/strlen.S:31 > #1 0x7fffea57b41f in PyString_FromFormatV () from > /usr/lib/libpython2.5.so.1.0 > #2 0x7fffea5cb040 in PyErr_Format () from /usr/lib/libpython2.5.so.1.0 > #3 0x7fffea05fd45 in ?? () from /usr/lib/python2.5/site-packages/sip.so > #4 0x7fffea2cf7c8 in initSernaApiCore () from > /usr/lib/serna/plugins/pyplugin/SernaApiCore.so > #5 0x7fffea5d5456 in _PyImport_LoadDynamicModule () from > /usr/lib/libpython2.5.so.1.0 > #6 0x7fffea5d3973 in ?? () from /usr/lib/libpython2.5.so.1.0 > #7 0x7fffea5d3c02 in ?? () from /usr/lib/libpython2.5.so.1.0 > #8 0x7fffea5d422a in ?? () from /usr/lib/libpython2.5.so.1.0 > #9 0x7fffea5d45ff in PyImport_ImportModuleLevel () from > /usr/lib/libpython2.5.so.1.0 > #10 0x7fffea5b5a0d in ?? () from /usr/lib/libpython2.5.so.1.0 > #11 0x7fffea5312a3 in PyObject_Call () from /usr/lib/libpython2.5.so.1.0 > #12 0x7fffea5b6001 in PyEval_CallObjectWithKeywords () from > /usr/lib/libpython2.5.so.1.0 > #13 0x7fffea5ba401 in PyEval_EvalFrameEx () from > /usr/lib/libpython2.5.so.1.0 > #14 0x7fffea5bdbed in PyEval_EvalCodeEx () from > /usr/lib/libpython2.5.so.1.0 > #15 0x7fffea5bdde2 in PyEval_EvalCode () from /usr/lib/libpython2.5.so.1.0 > #16 0x7fffea5d08a0 in PyImport_ExecCodeModuleEx () from > /usr/lib/libpython2.5.so.1.0 > #17 0x7fffea5d0b20 in ?? () from /usr/lib/libpython2.5.so.1.0 > #18 0x7fffea5d3973 in ?? () from /usr/lib/libpython2.5.so.1.0 > #19 0x7fffea5d3c02 in ?? () from /usr/lib/libpython2.5.so.1.0 > #20 0x7fffea5d422a in ?? () from /usr/lib/libpython2.5.so.1.0 > #21 0x7fffea5d45ff in PyImport_ImportModuleLevel () from > /usr/lib/libpython2.5.so.1.0 > #22 0x7fffea5b5a0d in ?? () from /usr/lib/libpython2.5.so.1.0 > #23 0x7fffea5312a3 in PyObject_Call () from /usr/lib/libpython2.5.so.1.0 > #24 0x7fffea5b6001 in PyEval_CallObjectWithKeywords () from > /usr/lib/libpython2.5.so.1.0 > #25 0x7fffea5ba401 in PyEval_EvalFrameEx () from > /usr/lib/libpython2.5.so.1.0 > #26 0x7fffea5bdbed in PyEval_EvalCodeEx () from > /usr/lib/libpython2.5.so.1.0 > #27 0x7fffea5bdde2 in PyEval_EvalCode () from /usr/lib/libpython2.5.so.1.0 > #28 0x7fffea5db92c in PyRun_StringFlags () from > /usr/lib/libpython2.5.so.1.0 > #29 0x7fffea5dcb80 in PyRun_SimpleStringFlags () from > /usr/lib/libpython2.5.so.1.0 > #30 0x7fffea86eeec in ?? () from > /usr/lib/serna/plugins/pyplugin/libpyplugin21.so > #31 0x7fffea86fe4b in ?? () from > /usr/lib/serna/plugins/pyplugin/libpyplugin21.so > #32 0x7fffea87069c in init_serna_plugin () from > /usr/lib/serna/plugins/pyplugin/libpyplugin21.so > #33 0x004f59e5 in ?? () > #34 0x004f73d7 in ?? () > #35 0x008cd75f in ?? () > #36 0x00862c73 in ?? () > #37 0x00863434 in ?? () > #38 0x0051ed71 in ?? () > #39 0x0051fde4 in ?? () > #40 0x76ef2df2 in QMetaObject::activate(QObject*, int, int, void**) > () from /usr/lib/libQtCore.so.4 > #41 0x76ef7f5f in ?? () from /usr/lib/libQtCore.so.4 > #42 0x76eed353 in QObject::event(QEvent*) () from > /usr/lib/libQtCore.so.4 > #43 0x773ac01d in QApplicationPrivate::notify_helper(QObject*, > QEvent*) () from /usr/lib/libQtGui.so.4 > #44 0x773b407a in QApplication::notify(QObject*, QEvent*) () from > /usr/lib/libQtGui.so.4 > #45 0x0051da9a in ?? () > #46 0x76eddc9c in QCoreApplication::notifyInternal(QObject*, QEvent*) > () from /usr/lib/libQtCore.so.4 > #47 0x76f0a2c6 in ?? () from /usr/lib
Bug#566727: linux-image-2.6.32 missing memory cgroup controllers
On Sun, 24 Jan 2010, Brian Kroth wrote: > Package: linux-image-2.6.32-trunk-amd64 > Version: 2.6.32-5 > Severity: wishlist > > Support for memory cgroups controllers are not included in the new > 2.6.32 kernel. This would be nice say for putting limits on a how much > memory a group of VMs can use. > > I believe the following two options need to be enabled in the kernel: > CONFIG_RESOURCE_COUNTERS > CONFIG_CGROUP_MEM_RES_CTLR > > Here's some more info: > > # dpkg -l | grep linux-image-2.6.32 > ii linux-image-2.6.32-trunk-amd64 2.6.32-5 Linux 2.6.32 for 64-bit > PCs > > # uname -a > Linux oberon 2.6.32-trunk-amd64 #1 SMP Sun Jan 10 22:40:40 UTC 2010 x86_64 > GNU/Linux > > # cat /proc/cgroups > #subsys_namehierarchy num_cgroups enabled > cpuset 0 1 1 > ns 0 1 1 > cpu 11 8 1 > cpuacct 11 8 1 > devices 11 8 1 > freezer 0 1 1 > net_cls 0 1 1 > > # cat /etc/debian_version > squeeze/sid > > See Also: > http://berrange.com/personal/diary/2009/12/using-cgroups-with-libvirt-and-lxckvm > > Let me know if you need any more info. > > Thanks, > Brian see ongoing discussions about lxc flavour, you might want to jump in. current conclusion is that we might enable aboves, but disable it on boot with modprobe.conf to not get overheads for the generic linux images. -- maks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566830: blahtexml: Please document --xmlin
Package: blahtexml Version: 0.7-1 Severity: minor It would be nice if the --xmlin command line option would be documented in the man page. Eg: blahtexml --xmlin < t.xml Ref: http://gva.noekeon.org/blahtexml/how_to_use.html Thanks -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-bpo.1-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages blahtexml depends on: ii libc6 2.10.2-2 GNU C Library: Shared libraries ii libgcc1 1:4.4.2-9 GCC support library ii libstdc++64.4.2-9The GNU Standard C++ Library v3 ii libxerces-c28 2.8.0-3validating XML parser library for blahtexml recommends no packages. blahtexml suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566165: shouldn't create local directories which are not required
Le samedi 23 janvier 2010 à 14:45 +0100, Per Olofsson a écrit : > > Do these stat calls degrade performance much, even though the > directories are empty? The stat calls are cheap but still a standard GNOME application will do hundred of those for no reason on default installations for the few users who might install something there. > Should xdg-desktop-menu and xdg-icon-resource then create directories > in > /usr/local when invoked? Or should they put stuff in /usr? I would say they should create the directory if required > Also, shouldn't the /usr/local directories be removed in postinst if > they're empty on upgrades? The prerm of the installed version is ran on upgrade so it will clean those already no need to add any extra code there Sebastien Bacher -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566232: bugs.debian.org: Can't Active Audio with Fn+F7
On Fri, Jan 22, 2010 at 11:08:30AM +0100, Giuseppe Laurenza wrote: > this is my acpi-scripts, but my friends don't modified it > ENABLE_OSD='yes' > ... What is this? Which file are you talking about? Michael -- Michael Meskes Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org) Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org ICQ 179140304, AIM/Yahoo/Skype michaelmeskes, Jabber mes...@jabber.org VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566825: closed by Brice Goglin (Re: Bug#566825: x11-common: Support session with arguments (fix failsafe gnome session))
Of course you don't have ubuntu packages in Debian. But you still suffers from this bug, see your GIT repo, as you were able to find it before closing the bug: http://git.debian.org/?p=pkg-xorg/debian/xorg.git;a=blob;f=debian/local/Xsession.d/20x11-common_process-args;h=53e7a7b294f8c2a3b63dd0320b6d79e6225c683b;hb=2bf7b132745b48a45115632bef19034d60905f95 We offer you a patch in your git repository format, what else we can do to be better citizen? Seems just to be unconstructive thoughts from your answer. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566821: problem when using localised munin "unlink failed: Datei oder Verzeichnis nicht gefunden at /usr/share/perl5/Munin/Master/Update.pm line 162"
Hello, and thanks for reporting the bug The issue is already reported upstream, so I have marked this bug as forwarded to http://munin-monitoring.org/ticket/781 -- Stig Sandbeck Mathisen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566823: serna: segfault on startup
Hello, @Mathie: please try to move temporarily out /usr/lib/serna/plugins/pyplugin/ directory somewhere and try to run Serna again. this should show if the problem is in python or not. Regards, On Mon, Jan 25, 2010 at 1:45 PM, Joachim Breitner wrote: > Hi Mathie, > > wow, that was a fast bug report, serna was just now accepted into the > archive. I assume your crash occurs at the very first start, without an > existing ~/.serna-free-* directory? > > If it’s possible for you, can you upgrade python to the version in > unstable and try again? > > It seems not to be reproducible on my unstable machine. Andrew, or > anyone else on the serna-developers list, any obvious idea what might be > the cause? > > Greetings, > Joachim > > Am Montag, den 25.01.2010, 10:24 +0100 schrieb Mathieu Malaterre: > > Package: serna > > Version: 0.svn235-1 > > Severity: normal > > > > > > Hi, > > > > I cannot start serna on my lenny system: > > > > $ strace serna > > ... > > getdents(19, [3]32117 segmentation fault strace serna > > > > Here is the backtrace: > > Program received signal SIGSEGV, Segmentation fault. > -- Andrew Sichevoi (http://thekondor.net) true perfection has to be imperfect
Bug#561484: Import then Export of WAV file results in file corruption
Package: audacity Severity: normal I use Debian Unstable, with audacity 1.3.11, and do not experience this problem. In fact, if I import a file called "audio.wav", and export to the same filename the old file is first renamed "audio-old1.wav", and the new file is stored as "audio.wav". My preferences setting for import/export is the same as described in the original bug report. Best regards Torquil Sørensen -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (700, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages audacity depends on: ii audacity-data1.3.11-1A fast, cross-platform audio edito ii libasound2 1.0.21a-1 shared library for ALSA applicatio ii libc62.10.2-5Embedded GNU C Library: Shared lib ii libexpat12.0.1-7 XML parsing C library - runtime li ii libflac++6 1.2.1-2+b1 Free Lossless Audio Codec - C++ ru ii libflac8 1.2.1-2+b1 Free Lossless Audio Codec - runtim ii libgcc1 1:4.4.3-1 GCC support library ii libglib2.0-0 2.22.4-1The GLib library of C routines ii libgtk2.0-0 2.18.6-1The GTK+ graphical user interface ii libid3tag0 0.15.1b-10 ID3 tag reading library from the M ii libjack0 0.118+svn3796-2 JACK Audio Connection Kit (librari ii libmad0 0.15.1b-4 MPEG audio decoder library ii libogg0 1.1.4~dfsg-2Ogg bitstream library ii libsamplerate0 0.1.7-3 Audio sample rate conversion libra ii libsndfile1 1.0.21-2Library for reading/writing audio ii libsoundtouch1c2 1.3.1-2 sound stretching library ii libstdc++6 4.4.3-1 The GNU Standard C++ Library v3 ii libtwolame0 0.3.12-1MPEG Audio Layer 2 encoding librar ii libvamp-hostsdk3 2.1-1 helper library for Vamp hosts writ ii libvorbis0a 1.2.3-4aotuvThe Vorbis General Audio Compressi ii libvorbisenc21.2.3-4aotuvThe Vorbis General Audio Compressi ii libvorbisfile3 1.2.3-4aotuvThe Vorbis General Audio Compressi ii libwxbase2.8-0 2.8.10.1-2 wxBase library (runtime) - non-GUI ii libwxgtk2.8-02.8.10.1-2 wxWidgets Cross-platform C++ GUI t Versions of packages audacity recommends: ii libavcodec52 5:0.5+svn20100115-0.0 library to encode decode multimedi ii libavformat52 5:0.5+svn20100115-0.0 ffmpeg file format library Versions of packages audacity suggests: ii caps [ladspa-plugin] 0.4.2-1C* Audio Plugin Suite ii cmt [ladspa-plugin] 1.16-1 a collection of LADSPA plugins ii ladspa-sdk [ladspa-plugin]1.1-6 sample tools for linux-audio-dev p ii libmp3lame0 3.98.2-0.5 LAME Ain't an MP3 Encoder ii swh-plugins [ladspa-plugin] 0.4.15+1-4 Steve Harris's LADSPA plugins ii tap-plugins [ladspa-plugin] 0.7.0-2Tom's Audio Processing LADSPA plug -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#543963: also breaks calltips
More info on this bug and a patch can be found on: http://bugs.python.org/issue2693 The issue also breaks the calltips, resulting in an Exception in tkinter. Root cause is the incompatibility of python2.5 with tcl8.5, which is the version of tcl used by python-tk in squeeze. Support for tcl8.5 won't be backported to python2.5. A patch fixing at least idle is available on the link above, but it is unclear if it will break other programs: The patch needs to be applied against the idlelib, which is part of the python package. Winfried -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566779: src:snd: FTBFS on GNU/kFreeBSD: missing -ldl
Hi Cyril, kfreebsd-* don't seem to provide ALSA support. audio system...: None graphics toolkit...: None optional libraries.: fftw3 gmp mpfr mpc gsl random features: ladspa debugging environs...: i686-unknown-kfreebsd7.2-gnu gcc What do you think about disabling the building of snd-nox-alsa runtime package for those architectures? -- Alessio Treglia Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com 0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566831: sshd started after upgrade even if not running and disabled
Package: openssh-server Version: 1:5.2p1-2 I have configured ssh-server to be not running by default (no symlink in rc*.d directories to /etc/init.d/ssh), since I start the sshd only rarely and only when I'm on "secure" network. And even though ssh was not running, upgrading ssh via apt-get "restarted" the server, effectively starting it: Setting up openssh-server (1:5.2p1-2) ... update-rc.d: warning: ssh start runlevel arguments (2 3 4 5) do not match LSB Default-Start values (none) update-rc.d: warning: ssh stop runlevel arguments (none) do not match LSB Default-Stop values (1) Restarting OpenBSD Secure Shell server: sshd. I think the sshd should only be restarted when it is actually running, otherwise it can open up to password-guessing attacks or alike on some configurations when I do not expect sshd to be automatically running in first place... -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566677: [Openvas-distro-deb] Bug#566677: prompts user without following Debian Configuration Management Specification
2010/1/25 Luk Claes : >> I was under the idea that prompting during a purge should not rely on >> debconf being available. Isn't that right? Maybe I'm not up to date. > > You're right on one thing: purge should not fail when debconf is not > available. So if Debconf is not available it could prompt through a non-debconf mechanism but if Debconf is available it should use a debconf-based mechanism. Is that the way forward? I would like to have the same end-result when purging whether debconf is available or not. Regards Javier -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566829: crashes on startup: pand:$OOO_BASE_DIR/program/cairocanvas.uno.so: No such file or directory.
tag 566829 + moreinfo tag 566829 + unreproducible thanls Hi, On Mon, Jan 25, 2010 at 11:47:26AM +0100, Giuseppe Iuculano wrote: > $ soffice Who says soffice is the launcher to use? (But OK, shouldn't matter) > Error while mapping shared library sections: WTF is this? > pand:$OOO_BASE_DIR/program/cairocanvas.uno.so: No such file or directory. That file seriously *is* in the package. And I just started OOo out of a testing chroot on a sid system (amd64, though) just yesterday. (And that also works with testing/i386 chroot) Do you have some "security features" enabled somewhere? What happens if you disabled them? What I also would try is ro check your .rdb files, maybe this is an other symptom of #566189/#566062/#565667... Grüße/Regards, René -- .''`. René Engelhard -- Debian GNU/Linux Developer : :' : http://www.debian.org | http://people.debian.org/~rene/ `. `' r...@debian.org | GnuPG-Key ID: D03E3E70 `- Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566829: crashes on startup: pand:$OOO_BASE_DIR/program/cairocanvas.uno.so: No such file or directory.
Hi, On Mon, Jan 25, 2010 at 12:27:30PM +0100, Rene Engelhard wrote: > Do you have some "security features" enabled somewhere? > What happens if you disabled them? > > What I also would try is ro check your .rdb files, maybe > this is an other symptom of #566189/#566062/#565667... Oh, and please try with 3.2, too - though I don't see why this should matter, but.. - as that will be squeezes version if everthing goes OK (note downgrades will be tricky, so so might want to save your user config and/or use a chroot) Grüße/Regards, René -- .''`. René Engelhard -- Debian GNU/Linux Developer : :' : http://www.debian.org | http://people.debian.org/~rene/ `. `' r...@debian.org | GnuPG-Key ID: D03E3E70 `- Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566765: FTBFS: /bin/sh: Can't open ../autoconf/mkinstalldirs
Cyril Brulebois dixit: >your package FTBFS on all archs: WTF. I built that thing at least a dozen times, to make sure this doesn’t happen. Investigating. //mirabilos -- Sometimes they [people] care too much: pretty printers [and syntax highligh- ting, d.A.] mechanically produce pretty output that accentuates irrelevant detail in the program, which is as sensible as putting all the prepositions in English text in bold font. -- Rob Pike in "Notes on Programming in C" -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566677: [Openvas-distro-deb] Bug#566677: Bug#566677: prompts user without following Debian Configuration Management Specification
> On Montag, 25. Januar 2010, Javier Fernandez-Sanguino wrote: >> I was under the idea that prompting during a purge should not rely on >> debconf being available. Isn't that right? Maybe I'm not up to date. > > debian-policy 3.8.2 finally fixed #206684, there is no exception for purge. Thanks Holder, I was not not aware of this change. I will upload a new version fixing this bug as soon as possible. Regards Javier -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566779: src:snd: FTBFS on GNU/kFreeBSD: missing -ldl
Alessio Treglia (25/01/2010): > Hi Cyril, Heya, > kfreebsd-* don't seem to provide ALSA support. > > audio system...: None > graphics toolkit...: None > optional libraries.: fftw3 gmp mpfr mpc gsl > random features: ladspa debugging > environs...: i686-unknown-kfreebsd7.2-gnu gcc > > > What do you think about disabling the building of snd-nox-alsa > runtime package for those architectures? there's (or could be) limited support through the libsalsa, but please do as you see fit. If your package is usable w/o sound support, you can go that way, until someone comes up with a patch to get it working, I suppose. :) Mraw, KiBi. signature.asc Description: Digital signature
Bug#566823: serna: segfault on startup
Indeed: $ sudo mv /usr/lib/serna/plugins/pyplugin /usr/lib/serna/plugins/pyplugin.old $ serna This did the trick ! I could register (someone at syntext should even be able to check that). and I was able to create a C++ sample (will lots of error about python missing plugins of course) At least this indicate the conflict with current python version. On Mon, Jan 25, 2010 at 12:16 PM, Andrew Sichevoi wrote: > Hello, > �...@mathie: please try to move temporarily > out /usr/lib/serna/plugins/pyplugin/ directory somewhere and try to run > Serna again. > this should show if the problem is in python or not. > Regards, > On Mon, Jan 25, 2010 at 1:45 PM, Joachim Breitner > wrote: >> >> Hi Mathie, >> >> wow, that was a fast bug report, serna was just now accepted into the >> archive. I assume your crash occurs at the very first start, without an >> existing ~/.serna-free-* directory? >> >> If it’s possible for you, can you upgrade python to the version in >> unstable and try again? >> >> It seems not to be reproducible on my unstable machine. Andrew, or >> anyone else on the serna-developers list, any obvious idea what might be >> the cause? >> >> Greetings, >> Joachim >> >> Am Montag, den 25.01.2010, 10:24 +0100 schrieb Mathieu Malaterre: >> > Package: serna >> > Version: 0.svn235-1 >> > Severity: normal >> > >> > >> > Hi, >> > >> > I cannot start serna on my lenny system: >> > >> > $ strace serna >> > ... >> > getdents(19, [3] 32117 segmentation fault strace serna >> > >> > Here is the backtrace: >> > Program received signal SIGSEGV, Segmentation fault. > > > -- > Andrew Sichevoi (http://thekondor.net) > true perfection has to be imperfect > -- Mathieu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566232: the file is
the file is /etc/default/eeepc-acpi-scripts
Bug#499833: chccwdev cannot set device offline in Lenny
On 2010-01-25 at 05:58:04 +0100, Franz Pop wrote: > If there still is an issue affecting current kernels, you will probably get > much more response reporting it to the upstream kernel developers than > with a Debian bug report. I'm just trying to follow the rules. >From http://www.debian.org/Bugs/Reporting > Don't file bugs upstream > > If you file a bug in Debian, don't send a copy to the upstream software > maintainers yourself, as it is possible that the bug exists only in Debian. > If necessary, the maintainer of the package will forward the bug upstream. Given that, what are the guidelines for when to file the initial bug report directly with upstream vs. when to file a bug report with Debian? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566232: the file is
the file is /etc/default/eeepc-acpi-scripts
Bug#566737: append debian/watch to bugreport
reportbug did not attach the file (I gave it the -A option with the file as argument, but maybe this does not do what I expected when using mutt). I attach it manually now. Regards Jan -- Jan Dittberner - Debian Developer GPG-key: 4096R/558FB8DD 2009-05-10 B2FF 1D95 CE8F 7A22 DF4C F09B A73E 0055 558F B8DD http://ddportfolio.debian.net/ - http://people.debian.org/~jandd/ version=2 http://sf.net/courier/courier-([\d]+\.[\d]+\.[\d]+).tar.bz2 signature.asc Description: Digital signature
Bug#566600: #566600 xserver-xorg: XBell doesn't work
The problem may be in xterm's package, as noted here: Date: Sat, 9 Jan 2010 22:42:43 + From: Julien Cristau To: dic...@his.com, 564...@bugs.debian.org Cc: 564200-submit...@bugs.debian.org Right, configure doesn't use XkbBell in the debian build because the package doesn't build-depend on libxkbfile-dev (which provides ). I'll try to remember to fix that. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net signature.asc Description: Digital signature
Bug#566829: crashes on startup: pand:$OOO_BASE_DIR/program/cairocanvas.uno.so: No such file or directory.
Hi, Il 25/01/2010 12:27, Rene Engelhard ha scritto: > Do you have some "security features" enabled somewhere? No, > > What I also would try is ro check your .rdb files, maybe > this is an other symptom of #566189/#566062/#565667... After removing /var/spool/openoffice/uno_packages/cache/* I've: $ ooffice Error while mapping shared library sections: : No such file or directory. Cheers, Giuseppe. signature.asc Description: OpenPGP digital signature
Bug#547297: Confirma tu Ganancias Monto
Usted ganó 750.000 libras.Send información: Nombre, edad, tel. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566136: Removing packages which depend from Zope2 ?
hey Andreas, On 25/01/2010 Andreas Tille wrote: > I did not followed the discussion closely any more about the Zope 2 > issue but apt-cache has no hits for zope2 any more. This lets me > assume that zope2 is not supported in Debian any more and so we > should probably drop packages depending from it. > > Please tell me whether my assumption about Zope 2 is true and I'll turn > this bug into a ROM bug for ftpmaster. i still hope to have zope2.12 in debian in time for squeeze. unfortunately the build system is rather complex for zope2.12, thus i didn't have time to package zope2.12 yet. greetings, jonas signature.asc Description: Digital signature
Bug#566773: kfreebsd-image-7.2-1-486: pf ignores any and all rules
w...@worrbase.com a écrit : > Package: kfreebsd-image-7.2-1-486 > Version: 7.2-11 > Severity: grave > Justification: renders package unusable > > pf ignores any and all rules configured in /etc/pf.conf, even after being > told to reload the ruleset with pfctl -f /etc/pf.conf. > > I've tested this by blocking all traffic with the pf rule: > block all > and sshing in and out of the system, as well as running iperf. > > I've tested this by explicitly blocking ssh traffic > block in quick on em0 inet proto tcp from any to any port 22 > and sshing in > > I've tested this by explicitly blocking iperf traffic (tcp port 5001 by > default) > block out quick on em0 inet proto tcp from any to any port 5001 > and running iperf as a client on this system > > The pf module is loaded, and I did in fact reload the rules with pfctl -f > /etc/pf.con > prior to each test. I even did a pfctl -s rules and the running config aligned > with the rules I set each time. > This is not something I am able to reproduce here. Have you enable pf with "pfctl -e"? -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#565285: guest-additions
tag 565285 + moreinfo,unreproducible thanks Am Montag 25 Januar 2010 11:34:15 schrieben Sie: > Patrick Winnertz wrote: > > Hey, > > > > how did you installed the guest-additions in the debian lenny guest > > exactly? via apt-get or using the guest-additions iso from upstream? > > via apt-get in main machine (squeeze), but the guest additions iso image > for VirtualBox (Version 3.1.2-1 without dfsg) and installed with sh > from iso Ah thanks for clarification. So you installed the virtualbox-guest-additions package from non-free in the host system and mounted the iso image in the client. Sadly I'm currently not able to reproduce this error in my own lenny guest, I've running it fine with the guest additions. Would it be possible for you to provide some more informations e.g. some log output of the client when running with guest additions installed? Greetings Winnie signature.asc Description: This is a digitally signed message part.
Bug#566832: openoffice.org: Any OpenOffice application crashes on startup
Package: openoffice.org Version: 1:3.1.1-14 Severity: important Any OpenOffice application crashes on startup. Tried removing ~/.openoffice.org and /var/spool/openoffice/uno_packages/cache/* - no luck. OO worked fine till I upgraded it to the recent testing version. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core) Locale: LANG=ru_UA.UTF-8, LC_CTYPE=ru_UA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages openoffice.org depends on: ii liblucene2-java 2.9.1+ds1-2 Full-text search engine library fo ii openoffice.org-base 1:3.1.1-14 full-featured office productivity ii openoffice.org-calc 1:3.1.1-14 full-featured office productivity ii openoffice.org-core 1:3.1.1-14 full-featured office productivity ii openoffice.org-draw 1:3.1.1-14 full-featured office productivity ii openoffice.org-filter-mobile 1:3.1.1-14 full-featured office productivity ii openoffice.org-impress 1:3.1.1-14 full-featured office productivity ii openoffice.org-java-common 1:3.1.1-14 full-featured office productivity ii openoffice.org-math 1:3.1.1-14 full-featured office productivity ii openoffice.org-officebean1:3.1.1-14 full-featured office productivity ii openoffice.org-report-builde 1:3.1.1-14 OpenOffice.org extension for build ii openoffice.org-writer1:3.1.1-14 full-featured office productivity ii ttf-dejavu 2.30-2 Metapackage to pull in ttf-dejavu- Versions of packages openoffice.org recommends: ii openoffice.org-filter- 1:3.1.1-14full-featured office productivity ii ttf-liberation 1.05.2.20091019-4 Fonts with the same metrics as Tim Versions of packages openoffice.org suggests: ii cups-bsd1.4.2-4 Common UNIX Printing System(tm) - ii default-jre [java5-runt 1.6-34 Standard Java or Java compatible R pn gstreamer0.10-ffmpeg (no description available) pn gstreamer0.10-plugins-b(no description available) ii gstreamer0.10-plugins-b 0.10.25-7GStreamer plugins from the "base" ii gstreamer0.10-plugins-g 0.10.17-1GStreamer plugins from the "good" pn gstreamer0.10-plugins-u(no description available) pn hunspell-dictionary(no description available) ii icedove 2.0.0.22-0lenny1 free/unbranded thunderbird mail/ne ii iceweasel 3.5.6-1 lightweight web browser based on M ii imagemagick 7:6.5.8.3-1 image manipulation programs ii libgl1-mesa-glx [libgl1 7.6.1-1 A free implementation of the OpenG pn libpaper-utils (no description available) ii libsane 1.0.20-13API library for scanners ii libxrender1 1:0.9.5-1X Rendering Extension client libra ii menu2.1.42 generates programs menu for all me ii myspell-en-us [myspell- 1:3.2.0~rc2-1English_american dictionary for my ii myspell-ru [myspell-dic 0.99g5-8.1 Russian dictionary for MySpell pn openclipart-openoffice.(no description available) ii openjdk-6-jre [java5-ru 6b17~pre3-1 OpenJDK Java runtime, using Hotspo ii openoffice.org-help-ru 1:3.1.1-14 full-featured office productivity pn openoffice.org-hyphenat(no description available) ii openoffice.org-kde 1:3.1.1-14 full-featured office productivity ii openoffice.org-l10n-ru 1:3.1.1-14 full-featured office productivity pn openoffice.org2-thesaur(no description available) ii pstoedit3.45-8 PostScript and PDF files to editab ii sun-java6-jre [java5-ru 6-16-1 Sun Java(TM) Runtime Environment ( ii unixodbc2.2.11-21ODBC tools libraries Versions of packages openoffice.org-core depends on: ii fontconfig 2.8.0-2 generic font configuration library ii libc6 2.10.2-2 GNU C Library: Shared libraries ii libcairo2 1.8.8-2 The Cairo 2D vector graphics libra ii libcurl3-gnutls7.19.7-1 Multi-protocol file transfer libra ii libdb4.8 4.8.24-1 Berkeley v4.8 Database Libraries [ ii libexpat1 2.0.1-7 XML parsing C library - runtime li ii libfreetype6 2.3.11-1 FreeType 2 font engine, shared lib ii libgcc11:4.4.2-9 GCC support library ii libglib2.0-0 2.22.4-1 The GLib library of C routines ii libgstreamer-plugins-b 0.10.25-7 GStreamer libraries from the "base ii libgstreamer0.10-0 0.10.25-4+b1 Core GStreamer libraries and eleme ii libgtk2.0-02.18.3-1 The GTK+ graphical u
Bug#566829: crashes on startup: pand:$OOO_BASE_DIR/program/cairocanvas.uno.so: No such file or directory.
forwarded 566829 Thorsten Behrens thanks Hi, On Mon, Jan 25, 2010 at 11:47:26AM +0100, Giuseppe Iuculano wrote: > $ soffice > Error while mapping shared library sections: > pand:$OOO_BASE_DIR/program/cairocanvas.uno.so: No such file or directory. upstream means that this is an other incarnation of a broken .rdb file. (That libstore is involved here made it somehow likely) Seee the bugs I showed in my last mail. (You just removed the extensions one, there's far more) This should be expand, and then OOo explands it to the location... Grüße/Regards, René -- .''`. René Engelhard -- Debian GNU/Linux Developer : :' : http://www.debian.org | http://people.debian.org/~rene/ `. `' r...@debian.org | GnuPG-Key ID: D03E3E70 `- Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566829: crashes on startup: pand:$OOO_BASE_DIR/program/cairocanvas.uno.so: No such file or directory.
fixed 566829 1:3.2.0~rc3-1 thanks Il 25/01/2010 12:29, Rene Engelhard ha scritto: > Oh, and please try with 3.2, too - though I don't see why this > should matter, but.. - as that will be squeezes version if everthing > goes OK (note downgrades will be tricky, so so might want to save > your user config and/or use a chroot) 3.2 in experimental works. Cheers, Giuseppe signature.asc Description: OpenPGP digital signature
Bug#566829: crashes on startup: pand:$OOO_BASE_DIR/program/cairocanvas.uno.so: No such file or directory.
Hi, On Mon, Jan 25, 2010 at 01:21:07PM +0100, Rene Engelhard wrote: > On Mon, Jan 25, 2010 at 11:47:26AM +0100, Giuseppe Iuculano wrote: > > $ soffice > > Error while mapping shared library sections: > > pand:$OOO_BASE_DIR/program/cairocanvas.uno.so: No such file or directory. > > > upstream means that this is an other incarnation of a broken .rdb file. > (That libstore is involved here made it somehow likely) > > Seee the bugs I showed in my last mail. (You just removed the extensions one, > there's far more) What I forgot here: please send us /var/lib/openoffice/basis3.1/program/services.rdb Grüße/Regards, René -- .''`. René Engelhard -- Debian GNU/Linux Developer : :' : http://www.debian.org | http://people.debian.org/~rene/ `. `' r...@debian.org | GnuPG-Key ID: D03E3E70 `- Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org