Bug#511715: ...time passes

2011-01-23 Thread Michael Schultheiss
Bharat Mediratta wrote:
 Thanks, Michael.  Roughly when will it show up in unstable?  I'd love to
 test it out.

Normally it takes about a week but since the new stable release is
coming out shortly, it may take a bit longer.  I'll get the package
uploaded to people.debian.org this afternoon.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610839: screen: Cannot open your terminal '/dev/pts/2' - please check You should fix that please really!

2011-01-23 Thread yellow
Package: screen
Version: 4.0.3-14
Severity: important


Hi screen 

Screen is very important for us; and it is too useful.

Please screen is typed from the console (tty or under X11), on many users and 
it gives that
Cannot open your terminal '/dev/pts/2' - please check 

First:
  please check   please remove it
   It is not our job to check and fix the code of screen, since users are not 
affiliated to sourceforge as developper of screen


second:
  The bug, - yes it is a bug, is remaining, getting back sometimes, in some 
distro, and sometimes working.
  Well under debian stable it was ok, but now the bug is there.

  This bug is like the cancer of Screen. Please fix it for once, and - well, 
so that there is not ever such issue, appearing each time that a new distro is 
release.
  If it is too much work, please ask for help for developers, and I am sure 
that you will get help.

Thanks a lot being developing

May Tux be with You and Screen,
Kind regards
Y.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (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

Versions of packages screen depends on:
ii  dpkg  1.15.8.7   Debian package management system
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libncursesw5  5.7+20100313-4 shared libraries for terminal hand
ii  libpam0g  1.1.1-6.1  Pluggable Authentication Modules l

screen recommends no packages.

screen 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#610840: popularity-contest: Incorrect Pre-Depends will break upgrades from lenny

2011-01-23 Thread Christian Perrier
Package: popularity-contest
Version: 1.50
Severity: serious

Pre-Depends: debconf (= 1.5.34) | debconf-2.0

is unfortunately satisfied by debconf version priori to 1.5.34 as they
provide debconf-2.0.

So, upgrades from lenny will be broken because the sr@latin
translation of debconf templates will not be supported by lenny's
debconf.

The right fix is:

Pre-Depends: debconf (= 1.5.34) | cdebconf (= 0.106)

will I'll commit to SVN RSN.

Sorry for the delay in reporting this.


-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (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 popularity-contest depends on:
ii  cdebconf [debconf-2.0]0.153  Debian Configuration Management Sy
ii  debconf [debconf-2.0] 1.5.38 Debian configuration management sy
ii  dpkg  1.15.8.8   Debian package management system

Versions of packages popularity-contest recommends:
ii  cron  3.0pl1-116 process scheduling daemon
ii  postfix [mail-transport-agent 2.7.1-1High-performance mail transport ag

Versions of packages popularity-contest suggests:
ii  anacron   2.3-14 cron-like program that doesn't go 

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#422712: gs-esp: pstoraster fails with signal 11 when printing cups testpage

2011-01-23 Thread Jonathan Nieder
severity 422712 wishlist
retitle 422712 pstoraster segfaults with ancient cups
tags 422712 - moreinfo
tags 422712 + upstream
quit
(-cc: the world since I have veered off topic)

Troy Rollo wrote:

 I do not recall the precise reasoning behind this, other than that at the 
 time 
 the patch seemed to make sense mathematically and without it there was a 
 segmentation violation
[...]
 The code patched seems to attempt to constrain lasty to a position within 
 the passed in btile, vertically (that is, btile-size.y).

That helps.  If I understand correctly then

by = lasty % btile-size.y;
if (by  0)
by += btile-size.y;

would be another way to convey the same thing.

The context is beyond my depth (and undercommented, I suppose).
wrap_shifted_cursor seems to do something complicated involving
tile_shift, so if I had to guess, the fix would be something like:

ptc-tile.shift = btile-shift;
by = lasty + btile-size.y;
if (by  0)
by += btile-size.y;
bx = endx;
if (ptc-tile.shift) {
int quotient = lasty / btile-size.y;
if (lasty  0)
quotient--;
bx += quotient * ptc-tile.shift;
}
bx %= tw;
if (bx  0)
bx += tw;

What I had been hoping for was something like lasty gets set using
this library call from CUPS, which used to return this out-of-range
but meaningful value but always returns nonnegative values now.
Oh, well.

Maybe it would make sense to do

if (by  0)
... error out with a helpful message ...

I'm marking figuring this out as a wishlist bug for now.

Thanks again.
Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609062: [Scid-users] Bug#609062: scid: feature suggestion: merge game moves from an imported PGN file

2011-01-23 Thread Alexander Wagner

On 01/22/11 08:29, Ian Zimmerman wrote:

Ian,



Ian  The site in question is chess.com , and very likely they _don't_
Ian  offer xfcc yet, but if I learn that it is available in my version
Ian  of scid I'm OK with the (nag)* bugfix. :-)

Alexander  They have a bit a strange starting thread at
Alexander  http://www.chess.com/forum/view/community/xfcc-support

As you can see there I have started the nagging (mixed with a bit of
self-serving generosity :-)


Did you find a way for a work arround? In case no, we should discuss hte 
possibility of that in PM. (I admit that I do not want to register an 
account on every server out there myself.)


cu
Alexander



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610708: python-mecavideo: not installable due to missing dependency

2011-01-23 Thread Ralf Treinen
Bonjour Georges,

On Sun, Jan 23, 2011 at 12:56:31AM +0100, Georges Khaznadar wrote:

 I did not notice that I had an access to debian-multimedia in my
 sources.list configuration, hence the problem.

this is precisely why one should always build packages in a clean
chroot before uploading (for instance using pbuilder).

-Ralf.
-- 
Ralf Treinen
Laboratoire Preuves, Programmes et Systèmes
Université Paris Diderot, Paris, France.
http://www.pps.jussieu.fr/~treinen/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610835: Installing caml pulls in half the world

2011-01-23 Thread Stéphane Glondu
Le 23/01/2011 05:28, Juliusz Chroboczek a écrit :
 I realise I need a Caml compiler.  So I say
 
   $ sudo apt-get install ocaml
   ...
   Need to get 25.7 MB of archives.
   After this operation, 87.2 MB of additional disk space will be used.
 
 The package is pulling in the Caml documentation, ledit, two different
 Caml modes for Emacs, and even CamlP4.  Kinky.

In a clean squeeze chroot:
 root@korell:/# apt-get install ocaml
 Reading package lists... Done
 Building dependency tree   
 Reading state information... Done
 The following extra packages will be installed:
   fontconfig-config libexpat1 libfontconfig1 libfreetype6 libncurses5-dev 
 libpthread-stubs0 libpthread-stubs0-dev libx11-6 libx11-data libx11-dev 
 libxau-dev libxau6 libxcb1
   libxcb1-dev libxdmcp-dev libxdmcp6 libxext6 libxft2 libxrender1 libxss1 
 ocaml-base ocaml-base-nox ocaml-interp ocaml-nox tcl8.5 tk8.5 ttf-dejavu-core 
 ucf x11-common
   x11proto-core-dev x11proto-input-dev x11proto-kb-dev xtrans-dev
 Suggested packages:
   tcl8.5-dev tk8.5-dev ocaml-doc libgdbm-dev tuareg-mode ocaml-mode 
 tclreadline
 Recommended packages:
   ledit readline-editor camlp4 xterm x-terminal-emulator
 The following NEW packages will be installed:
   fontconfig-config libexpat1 libfontconfig1 libfreetype6 libncurses5-dev 
 libpthread-stubs0 libpthread-stubs0-dev libx11-6 libx11-data libx11-dev 
 libxau-dev libxau6 libxcb1
   libxcb1-dev libxdmcp-dev libxdmcp6 libxext6 libxft2 libxrender1 libxss1 
 ocaml ocaml-base ocaml-base-nox ocaml-interp ocaml-nox tcl8.5 tk8.5 
 ttf-dejavu-core ucf x11-common
   x11proto-core-dev x11proto-input-dev x11proto-kb-dev xtrans-dev
 0 upgraded, 34 newly installed, 0 to remove and 0 not upgraded.
 Need to get 4253 kB/23.2 MB of archives.
 After this operation, 75.8 MB of additional disk space will be used.

So I assume you install automatically recommended packages (the default
setting for apt) and suggested packages (not the default). Please don't
do that and then complain that too much packages are installed.

And by the way, if you don't care about graphical stuff, you can install
ocaml-nox:
 root@korell:/# apt-get install ocaml-nox
 Reading package lists... Done
 Building dependency tree   
 Reading state information... Done
 The following extra packages will be installed:
   libncurses5-dev ocaml-base-nox ocaml-interp
 Suggested packages:
   ocaml-doc libgdbm-dev tuareg-mode ocaml-mode
 Recommended packages:
   ledit readline-editor camlp4
 The following NEW packages will be installed:
   libncurses5-dev ocaml-base-nox ocaml-interp ocaml-nox
 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
 Need to get 1632 kB/9866 kB of archives.
 After this operation, 38.4 MB of additional disk space will be used.

And by the way, tuareg-mode is the most popular emacs mode for OCaml,
but still depends on ocaml-mode for some features. And if you have
another readline editor (e.g. rlwrap) installed, ledit is not even proposed.

   $ sudo apt-get install ocaml-core
   ...
   Need to get 63.7 MB of archives.
   After this operation, 227 MB of additional disk space will be used.
 
 Caml *core* is three times larger than plain Caml?  That's depraved.

Well... maybe the name of the package is ill-chosen, but the description
should be clear: it is strictly bigger than ocaml. It is a meta-package
there for convenience, but you should definitely not install it if you
want finer control on what gets installed.

   $ sudo apt-get install ocaml-base
 
 This doesn't install a Caml compiler, it installs a Tcl interpreter
 instead.  Perverts.

This is not supposed to install a Caml compiler. Please read the
descriptions. The Tcl interpreter is needed by the OCaml runtime for Tk
bindings. If you want only the non-graphical part of the runtime,
install ocaml-base-nox.

   $ sudo apt-get install --no-install-recommends ocaml-nox
 
 Oh, I should have thought of it earlier.
 
 --Juliusz
 
 P.S. Seriously, folks, I am grateful for the Debian packaging of Caml.
  No offense intended, even when I called you perverts.

I really should read entirely a mail before replying to it :-)


Thank you (I guess).

-- 
Stéphane




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#607879: System hangs up with mmap.c:873!

2011-01-23 Thread Ronny Standtke
 See
 http://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-off
 icial - in particular, section 4.2.5, Simplified patching and building.

OK, here is what I tried now:
-
apt-get source linux-image-2.6.32-5-686
cd linux-2.6-2.6.32
bash debian/bin/test-patches ../000*
-

Unfortunately, this fails with the following error message:
...
-- 30 fully applied.
-- Try to apply 30a~test.
  (+) OK   test/0001-Revert-aufs-narrow-down-the-BKL-region.patch
  (+) OK   test/0002-Revert-aufs-bugfix-unlock-mmap_sem-temporary-using-
B.patch
patch:  malformed patch at line 182: @@ -630,25 +698,22 @@ static int 
aufs_mmap(struct file *file, struct vm_area_struct *vma)

  (+) FAIL test/0003-aufs-bugfix-another-approach-to-keep-the-lock-
order-.patch
Error: Patch failed
make[2]: *** [debian/stamps/source] Error 1
make[2]: Leaving directory `/root/linux-2.6-2.6.32'
make[1]: *** [source_i386_none_real] Error 2
make[1]: Leaving directory `/root/linux-2.6-2.6.32'
make: *** [debian/stamps/source-base] Error 2

Is there anything else that I need to do or is the patch really malformed?

Ronny



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609805: unblock: popularity-contest/1.50

2011-01-23 Thread Christian PERRIER
Quoting Mehdi Dogguy (me...@debian.org):

 Do you intend to fix that in unstable? Did you submit a bug so that it's
 kept under someone's radar?
 
 In any case, like what jcristau said… so closing this bugreport.

Rah, apologies for not doing so... I just reported #610840 and
committed the fix in popcon's SVN.

Bill, could you upload?




signature.asc
Description: Digital signature


Bug#474300: gs segfaults on russian fonts

2011-01-23 Thread Jonathan Nieder
tags 474300 + upstream moreinfo
quit

Miloslav Semler wrote:

 when I tried to print some document in russian (cyrillic), it does not
 print. In
 mean time I found some problem with ghostscript:

 ESP Ghostscript 815.03: Failed to interpret TT instructions of the font
 DejaVuSa
 ns-Bold. Continue ignoring instructions of the font.

 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread -1214211264 (LWP 5090)]
 0x08247fa1 in ialloc_consolidate_free ()
[...]
 commandline parameters: -sPAPERSIZE=a4 -g9920x7016 -r1200x600
 -sDEVICE=pbmraw -sOutputFil
 e=tmp.pbm tmp.pdf

Thanks for reporting.  Do you have a copy of tmp.pdf?  Can you reproduce
this still (with any version of ghostscript, not necessarily the latest
one)?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#478248: cupsys: CUPS fails to print certain PDF files

2011-01-23 Thread Jonathan Nieder
tags 478248 + moreinfo
quit

Hi Moshe,

Moshe Yudkowsky wrote:

 This package worked just fine until the latest update from CUPS
 1.3.7-1 to the present set of packages. While I can print some PDFs,
 other pdfs (such as ones created on the Macintosh) fail.

Sorry for the long silence.  Could you attach a sample PDF that fails
to print?  Even better would be a postscript file (from printing to
postscript) that fails to print, if you can acquire one.

Thanks for reporting,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#480423: gs-esp: some documents printed using ML-1020 driver cause printer to become unresponsive.

2011-01-23 Thread Jonathan Nieder
Hi Ben,

Ben Hildred wrote:

 I have a Dell 1100 printer which uses the samsung ML-1020 driver.
 (rebranded printer) In many respects this printer works reasonably well.
 Overall a satisfactory bw printer. However many documents give me
 trouble printing, paticualary documents with lots of graphic information (ie.
 printing google maps form firefox give me corupted horizontal bars, some
 blueprints and photos cause the printer to cease responding requiring a
 reboot of the printer)

Thanks for reporting.  Do you have an example?  (Printing to file as PS
is a good way to make one.)

 I suspect this may be related to the 64kb bug on
 http://www.openprinting.org/download/printing/samsung-gdi/README.txt

Unfortunately Grant Taylor's patch was already applied in 8.15.3.dfsg.1
so that can't be the fix. :/

Sorry for the long delay.
Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610841: debian-edu-config: incorrect test before sourcing config file

2011-01-23 Thread Tzafrir Cohen
Package: debian-edu-config
Version: 1.445
Severity: minor
Tags: patch

*** Please type your report below this line ***

$ dpkg -L debian-edu-config | xargs grep '\[ /' 2/dev/null
/etc/dhcp/dhclient-exit-hooks.d/hostname-update:if [ /etc/debian-edu/config ] ; 
then
/etc/dhcp/dhclient-exit-hooks.d/wpad-proxy-update:if [ /etc/debian-edu/config ] 
; then

I figure this test should be a '[ -r /etc/debian-edu-config ]'. As the above
test will always always be true.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=he_IL.UTF-8, LC_CTYPE=he_IL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debian-edu-config depends on:
ii  base-files6.0Debian base system miscellaneous f
ii  bind9-host [host] 1:9.7.2.dfsg.P3-1  Version of 'host' bundled with BIN
ii  cfengine2 2.2.10-2   Tool for configuring and maintaini
ii  debconf [debconf-2.0] 1.5.36 Debian configuration management sy
ii  debconf-utils 1.5.36 debconf utilities
ii  debian-edu-artwork0.0.32-2   Debian Edu themes and artwork
ii  desktop-profiles  1.4.15+nmu1framework for setting up desktop p
ii  discover  2.1.2-5hardware identification system
ii  education-tasks   0.851  Debian Edu tasks for tasksel
ii  fping 2.4b2-to-ipv6-16.1 sends ICMP ECHO_REQUEST packets to
ii  ldap-utils2.4.23-7   OpenLDAP utilities
ii  libconfig-inifiles-pe 2.52-1 Read .ini-style configuration file
ii  libfilesys-df-perl0.92-3+b1  Module to obtain filesystem disk s
ii  libhtml-fromtext-perl 2.05-5.1   Mark up text as HTML
ii  libio-socket-ssl-perl 1.33-1+squeeze1Perl module implementing object or
ii  libjavascript-perl1.16-3 module for executing embedded Java
ii  libnet-ldap-perl  1:0.4001-2 client interface to LDAP servers
ii  libnet-netmask-perl   1.9015-4   parse, manipulate and lookup IP ne
ii  libterm-readkey-perl  2.30-4 A perl module for simple terminal 
ii  libtext-unaccent-perl 1.08-1+b1  provides functions to remove accen
ii  lsb-base  3.2-23.2squeeze1   Linux Standard Base 3.2 init scrip
ii  mime-support  3.48-1 MIME files 'mime.types'  'mailcap
ii  net-tools 1.60-23The NET-3 networking toolkit
ii  ng-utils  0.7-1  Tool to access netgroups from the 
ii  openssl   0.9.8o-4   Secure Socket Layer (SSL) binary a
ii  patch 2.6-2  Apply a diff file to an original
ii  python-notify 0.1.1-2+b2 Python bindings for libnotify
ii  ssl-cert  1.0.28 simple debconf wrapper for OpenSSL
ii  tftp-hpa  5.0-18 HPA's tftp client

Versions of packages debian-edu-config recommends:
ii  libnotify-bin  0.5.0-2   sends desktop notifications to a n
ii  lsof   4.81.dfsg.1-1 List open files
ii  memtest86+ 4.10-1.1  thorough real-mode memory tester
ii  resolvconf 1.46  name server information handler
ii  syslinux   2:4.02+dfsg-7 collection of boot loaders
ii  xresprobe  0.4.23debian1-0.1 X Resolution Probe

Versions of packages debian-edu-config suggests:
ii  tftpd-hpa 5.0-18 HPA's tftp server

-- Configuration Files:
/etc/sssd/sssd-debian-edu.conf [Errno 13] Permission denied: 
u'/etc/sssd/sssd-debian-edu.conf'

-- debconf information excluded

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
tzaf...@debian.org|| friend



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610842: RFA: maradns

2011-01-23 Thread Kai Hendry
Package: wnpp
Severity: normal

There has been new 2.x upstream release of this package, though its
configuration is not backwards compatible with 1.4x. I do not have the
time to pave an upgrade path to Debian users.

Many thanks,



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#340855: inkscape: Font dialog messes font style of FreeSans, FreeSans and FreeMono

2011-01-23 Thread Alex Valavanis
tags 340855 + moreinfo unreproducible

Hi kaimartin,

I'm going through some of the old Debian bug reports for the Inkscape
package.  Please could you confirm whether you still experience the
problems you reported with fonts in the latest version of the Inkscape
package?

The report can be found at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340855

Thanks,

Alex



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610843: debian-installer: keyboard selection does not work with graphical installer

2011-01-23 Thread Ronny Standtke
Package: debian-installer
Severity: normal

*** Please type your report below this line ***
I used the Graphical install option.
In the step Select a language I chose German - Deutsch.
In the step Select your location I chose Switzerland.

The first issue is that in the next step Configure the keyboard I expected 
to have Swiss German preselected (as every other well-known distributions 
do), but instead American English was preselected. I manually chose Swiss 
German.

The second issue is that this choice did not work. The keyboard layout was 
still American English for the whole installation process.

The third issue is that the installed system also used the American English 
keyboard instead of Swiss German. I noticed that in /etc/default/keyboard 
there was
-
XKBLAYOUT=us
-
instead of
-
XKBLAYOUT=ch
XKBVARIANT=de
-

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.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#519640: ghostscript: ps2pdf segmentation fault with a particular file

2011-01-23 Thread Jonathan Nieder
tags 519640 + moreinfo
quit

Hi,

Sorry for the long silence.

Ryo Furue wrote:

   $ type ps2pdf
   ps2pdf is /usr/bin/ps2pdf
   $ ps2pdf ghostscript-ps2pdf-crash.ps
   Segmentation fault
   $

 Unfortunately, I can't post this file to a public server
 because it contains some personal information.

That's fine.  If you'd like, I can try to help make a reduced
testcase with no identifying information that you could post
in its place.  Alternatively, here is one way to debug:

 $ apt-get build-dep ghostscript
 $ git clone git://git.ghostscript.com/ghostscript.git
 $ cd gs
 $ ./autogen.sh --help=short
 $ ./configure --enable-debug
 $ make -j2
 $ gdb --args bin/gs -dSAFER ghostscript-ps2pdf-crash.ps

Even a backtrace could be enough to track the bug down.

Thanks for reporting,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#345841: forwarded

2011-01-23 Thread Alex Valavanis
forwarded 345841 https://bugs.launchpad.net/inkscape/+bug/706509
tags 345841 confirmed moreinfo upstream
thanks

Hi Ambrose,

I have asked upstream for help with this report.  Please could you
attach an example SVG file which exhibits this problem?

Thanks,


Alex

Comments from upstream as follows:

example SVG file would be helpful
a) Possibly related to https://bugs.launchpad.net/inkscape/+bug/452102
b) reproduced with visual bbox and square caps with horizontal line
c) OTOH, depending on the chosen bbox mode, the reference point when
scaling with the mouse is not the node itself but the opposite corner of
the bounding box. therefore the angle and node position has to change if
the visual bbox of a stroked line is scaled. To avoid, use the geometric
bbox mode or scale the line segment using the node tool.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610844: synaptic: Hangs when resizing to max vertically

2011-01-23 Thread real name
Package: synaptic
Version: 0.62.1+nmu1
Severity: normal

I can make Synaptic hang 9 times out of 10 by opening it, selecting a package 
and then resizing to maximize the left field, i.e. grab 
the vertical line and slowly pull it to the right end. You can see Synaptic 
fervently trying to reflow the description field to
accommodate the text in the ever-shrinking box. The cursor remains as the 
two-headed resize arrow and nothing happens.

As an added bonus I can't seem to select any other programs from the 
gnome-panel either so this is pretty nasty when it happens. I 
have a hotkey to show the desktop, that still works. Then I have to Force 
quit Synaptic. Dunno if this is relevant.

Of course, since the texts in the left most field are rather short and people 
tend to have wide screens these days, this is not a 
likely thing for the average person to do. :)

-- System Information:
Debian Release: 5.0.7
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
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 synaptic depends on:
ii  apt [libapt-pkg-lib 0.7.20.2+lenny2  Advanced front-end for dpkg
ii  apt-utils [libapt-i 0.7.20.2+lenny2  APT utility programs
ii  hicolor-icon-theme  0.10-1   default fallback theme for FreeDes
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libc6   2.7-18lenny7 GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.6.0-3  generic font configuration library
ii  libfreetype62.3.7-2+lenny4   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.3.2-1.1  GCC support library
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.16.6-3 The GLib library of C routines
ii  libgtk2.0-0 2.12.12-1~lenny2 The GTK+ graphical user interface 
ii  libpango1.0-0   1.20.5-6 Layout and rendering of internatio
ii  libstdc++6  4.3.2-1.1The GNU Standard C++ Library v3
ii  libvte9 1:0.16.14-4  Terminal emulator widget for GTK+ 
ii  libx11-62:1.1.5-2X11 client-side library
ii  libxft2 2.1.12-3 FreeType-based font drawing librar
ii  libxml2 2.6.32.dfsg-5+lenny3 GNOME XML library
ii  rarian-compat [scro 0.8.1-1  Rarian is a documentation meta-dat
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

Versions of packages synaptic recommends:
pn  deborphan none (no description available)
ii  gksu  2.0.0-8graphical frontend to su
ii  libgnome2-perl1.042-1+b1 Perl interface to the GNOME librar
ii  menu  2.1.41 generates programs menu for all me

Versions of packages synaptic suggests:
pn  dwww  none (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#610841: debian-edu-config: incorrect test before sourcing config file

2011-01-23 Thread Petter Reinholdtsen
tags 610841 + pending
thanks

[Tzafrir Cohen]
 I figure this test should be a '[ -r /etc/debian-edu-config ]'. As the above
 test will always always be true.

Thank you.  I've commied a fix to svn.

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#349327: Correctly displayed dashed line gets solid on print

2011-01-23 Thread Alex Valavanis
tags 349327 unreproducible moreinfo
thanks

Hi Martin,

Please could you confirm whether you still experience the problems you
reported with printing from Inkscape?

Your original report is at:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=349327

Thanks,


Alex



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#473246: Won't fix upstream

2011-01-23 Thread Alex Valavanis
Unfortunately, the upstream developers have marked this bug as won't
fix.  Here is the comment from the upstream tracker:

It's a pity, but I'm closing this. Alt+D for Datei seems to be usual
mnemonic key for German translations; breaking it would be a not quite
cool thing. And we cannot satisfy every language. You can use a
workaround of adjusting keys.xml.

The Debian report is at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473246



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610824: libc6-dev: POSIX/SUS defines and functions require GNU specific defines

2011-01-23 Thread Aurelien Jarno
tag 610824 + fixed-upstream
severity 610824 normal
thanks

On Sat, Jan 22, 2011 at 10:26:51PM +0200, Nach wrote:
 Package: libc6-dev
 Version: 2.11.2-9
 Severity: important
 Tags: upstream
 
 
 Several standardized defines and functions which are part of 
 POSIX.1-2008/SUSv4 require nonstandard GNU defines in order to function 
 properly.
 I don't know the full range of standardized functions and defines which are 
 affected, but I have found several.
 
 http://pubs.opengroup.org/onlinepubs/9699919799/functions/open.html
 Specifies that O_DIRECTORY, O_NOFOLLOW, and O_CLOEXEC are part of the 
 standard for open()/openat().
 
 The manpages incorrectly states regarding some, that they are Linux-specific, 
 when they aren't.
O_DIRECTORY
   If pathname is not a directory, cause the open to fail.  This 
 flag is Linux-specific, and was added in kernel version  2.1.126,  to  avoid
   denial-of-service  problems  if  opendir(3)  is  called  on a 
 FIFO or tape device, but should not be used outside of the implementation of
   opendir(3).
 
 fcntl.h ends up wrapping them as follows:
 #ifdef __USE_GNU
 # define O_DIRECT  04 /* Direct disk access.  */
 # define O_DIRECTORY  020 /* Must be a directory.  */
 # define O_NOFOLLOW   040 /* Do not follow links.  */
 # define O_NOATIME 0100 /* Do not set atime.  */
 # define O_CLOEXEC 0200 /* Set close_on_exec.  */
 #endif
 
 3 out of those 5 should not be wrapped like that.
 
 I found similar issues with pread() and pwrite().
 The standard 
 http://pubs.opengroup.org/onlinepubs/9699919799/functions/pread.html states 
 they should be included with unistd.h, but they aren't.
 The manpages state that _POSIX_C_SOURCE = 200809L would include them, but it 
 doesn't seem to help.
 
 unistd.h contains the following:
 #ifdef __USE_UNIX98
 # ifndef __USE_FILE_OFFSET64
 /* Read NBYTES into BUF from FD at the given position OFFSET without
changing the file pointer.  Return the number read, -1 for errors
or 0 for EOF.
 
This function is a cancellation point and therefore not marked with
__THROW.  */
 extern ssize_t pread (int __fd, void *__buf, size_t __nbytes,
 __off_t __offset) __wur;
 
 /* Write N bytes of BUF to FD at the given position OFFSET without
changing the file pointer.  Return the number written, or -1.
 
This function is a cancellation point and therefore not marked with
__THROW.  */
 extern ssize_t pwrite (int __fd, __const void *__buf, size_t __n,
  __off_t __offset) __wur;
 
 
 
 Adding -D__USE_UNIX98 when compiling fixes the problem, but that shouldn't be 
 needed.
 
 This problem seems to be quite widespread. Adding -D_POSIX_C_SOURCE=200809L 
 for example seems to no longer include many functions which should
 be included as part of POSIX.1-2008, such as the *at() functions.
 

Both issues are fixed in the new upstream version. This new upstream
version will be uploaded shortly after the Squeeze release.

-- 
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#610845: aptitude: install removes a package instead of upgrading it

2011-01-23 Thread Geoffrey Thomas

Package: aptitude
Version: 0.6.3-3.2

Hi,

I'm running into an issue with the aptitude interactive resolver where its 
first response to aptitude install dnsutils, when an upgrade is 
available, involves removing dnsutils, and only the second option proposes 
to upgrade it and other packages needed in order to make the upgrade 
happen.


The setup is that Ubuntu Maverick released with bind9 1:9.7.1.dfsg.P2-2, 
and now has the security update 1:9.7.1.dfsg.P2-2ubuntu0.1 (in 
maverick-security and maverick-updates). The bind9 source package has a 
bunch of binary packages: relevant to this issue are bind9-host, providing 
the 'host' command, and dnsutils, providing the 'dig' and 'nslookup' 
commands, as well as a number of libraries that both bind9-host and 
dnsutils depend on. These are versioned dependencies, so effectively 
bind9-host and dnsutils need to be at the same version, as do their 
libraries.


If I take a system with the release (-2) version installed, run aptitude 
update, and then run aptitude install dnsutils, I would expect it to 
upgrade to the -2ubuntu0.1 version, or at best leave dnsutils alone. 
Unfortunately, that's not what the resolver does. To make sure the Ubuntu 
patches aren't relevant, the following transcript comes from a Squeeze 
sbuild chroot, where I'm temporarily clobbering sources.list with 
Maverick's repositories to demonstrate the issue:



builder@zulu:~$ schroot -c squeeze-i386-sbuild -u root
zulu:/home/builder# apt-get update
[...]
zulu:/home/builder# apt-get install aptitude
[...]
zulu:/home/builder# apt-cache policy aptitude
aptitude:
  Installed: 0.6.3-3.2
  Candidate: 0.6.3-3.2
  Version table:
 *** 0.6.3-3.2 0
500 http://debian.lcs.mit.edu/debian/ squeeze/main i386 Packages
100 /var/lib/dpkg/status
zulu:/home/builder# apt-key add ubuntu-ftpmaster
OK
zulu:/home/builder# cat  /etc/apt/sources.list
deb http://mirrors.mit.edu/ubuntu maverick main universe
zulu:/home/builder# aptitude update
[...]
Current status: 66 updates [+66], 31282 new [+31282].
zulu:/home/builder# aptitude install dnsutils
The following NEW packages will be installed:
  bind9-host{a} dnsutils geoip-database{a} libbind9-60{a} libcap2{a} 
libdns66{a} libgeoip1{a} libgssapi-krb5-2{a}
  libisc60{a} libisccc60{a} libisccfg60{a} libk5crypto3{a} libkeyutils1{a} 
libkrb5-3{a} libkrb5support0{a}

  liblwres60{a} libxml2{a} sgml-base{a} xml-core{a}
0 packages upgraded, 19 newly installed, 0 to remove and 66 not upgraded.
Need to get 5511kB of archives. After unpacking 12.7MB will be used.
Do you want to continue? [Y/n/?] y
[...]
zulu:/home/builder# cat  /etc/apt/sources.list
deb http://mirrors.mit.edu/ubuntu maverick-updates main universe
zulu:/home/builder# aptitude update
[...]
Current status: 80 updates [+14], 31329 new [+47].
zulu:/home/builder# aptitude install dnsutils
The following packages will be upgraded:
  dnsutils libbind9-60 libdns66 libisc60 libisccfg60 liblwres60
6 packages upgraded, 0 newly installed, 0 to remove and 74 not upgraded.
Need to get 1095kB of archives. After unpacking 0B will be used.
The following packages have unmet dependencies:
  bind9-host: Depends: libbind9-60 (= 1:9.7.1.dfsg.P2-2) but 
1:9.7.1.dfsg.P2-2ubuntu0.1 is to be installed.
  Depends: libdns66 (= 1:9.7.1.dfsg.P2-2) but 
1:9.7.1.dfsg.P2-2ubuntu0.1 is to be installed.
  Depends: libisc60 (= 1:9.7.1.dfsg.P2-2) but 
1:9.7.1.dfsg.P2-2ubuntu0.1 is to be installed.
  Depends: libisccfg60 (= 1:9.7.1.dfsg.P2-2) but 
1:9.7.1.dfsg.P2-2ubuntu0.1 is to be installed.
  Depends: liblwres60 (= 1:9.7.1.dfsg.P2-2) but 
1:9.7.1.dfsg.P2-2ubuntu0.1 is to be installed.
Internal error: found 2 (choice - promotion) mappings for a single choice.
The following actions will resolve these dependencies:

 Remove the following packages:
1) bind9-host
2) dnsutils



Accept this solution? [Y/n/q/?] y
The following packages will be REMOVED:
  bind9-host{a} dnsutils{a} geoip-database{u} libbind9-60{u} libcap2{u} 
libdns66{u} libgeoip1{u}
  libgssapi-krb5-2{u} libisc60{u} libisccc60{u} libisccfg60{u} 
libk5crypto3{u} libkeyutils1{u} libkrb5-3{u}

  libkrb5support0{u} liblwres60{u} libxml2{u} sgml-base{u} xml-core{u}
0 packages upgraded, 0 newly installed, 19 to remove and 67 not upgraded.
Need to get 0B of archives. After unpacking 12.7MB will be freed.
Do you want to continue? [Y/n/?] y
(Reading database ... 14007 files and directories currently installed.)
Removing dnsutils ...
[etc.]


If I had said no, the next option would have been

The following actions will resolve these dependencies:

 Upgrade the following packages:
1) bind9-host [1:9.7.1.dfsg.P2-2 (maverick, now) -  
1:9.7.1.dfsg.P2-2ubuntu0.1 (maverick-updates)]

... which is exactly what I wanted, and seems unquestionably the right way 
to resolve this dependency. 

Bug#610845: aptitude: install removes a package instead of upgrading it

2011-01-23 Thread Geoffrey Thomas

I forgot to mention two things:

- apt-get handles this fine (it previously didn't, which is why we 
switched from apt-get to aptitude a few years ago...)


- This seems quite similar to bugs #341963 and #359171. However, both of 
those are fairly old (aptitude 0.4.0 from '05 and 0.4.1 from '06, 
respectively), and it looks like much of how the resolver works has been 
retooled, so I decided to report this as a new bug. aptitude has not 
previously given us this sort of trouble -- I seem to recall that when it 
displayed a score, each individual removed package would count against the 
score -- so I believe this to be a regression, not a five-year-old bug, 
but I might be wrong.


--
Geoffrey Thomas
geo...@mit.edu



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610624: [Build-common-hackers] Bug#610624: Bug#610624: cdbs: Multiple regressions in python-autotools.mk

2011-01-23 Thread Jonas Smedegaard

On Sat, Jan 22, 2011 at 12:25:37AM +0200, Stefano Rivera wrote:

Hi Emilio (2011.01.21_23:16:46_+0200)

 # Install all flavors on top of each other by default
 -DEB_MAKE_DESTDIRSKEL ?= $(cdbs_curdestdir)
 +DEB_MAKE_DESTDIRSKEL = $(cdbs_curdestdir)

Not so sure about this one though. What is setting DEB_MAKE_DESTDIRSKEL ?
Nothing in CDBS sets it AFAICS.


1/class/makefile-vars.mk.in
57:DEB_MAKE_DESTDIRSKEL ?= $(cdbs_curdestdir)/@FLAVOR@

An example of a package broken in Debian would be nice, so we can 
reproduce it.


Take pywebkitgtk and build it on sid with only cdbs from experimental,
everything else from sid.


Yes, that's right.

Took me a while to realize why that was needed: The problem is that 
flavors are used to resolve build targets, which is resolved early, so 
flavors must be resolved early as well.


Thanks, Stefano!


   - Jonas

--
   * Jonas Smedegaard - idealist  Internet-arkitekt
   * Tlf.: +45 40843136  Website: http://dr.jones.dk/

   [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#485621: libgs8 has no ghostscript dependancy

2011-01-23 Thread Jonas Smedegaard

Thanks a lot for looking into this, Jonathan!

On Fri, Jan 21, 2011 at 06:22:37PM -0600, Jonathan Nieder wrote:
libgs relies on the main ghostscript package for support files in the 
/usr/share/ghostscript/8.71 directory.  I ran into this because it 
means that installing ghostscript 9 from experimental breaks postscript 
support in evince and okular.


A proper fix would presumably be to move the /usr/share/ghostscript 
files to libgs8 or a new libgs8-common package.  The relevant 
dependencies would be


ghostscript --- Depends: ${shlibs:Depends}
libgs8 --- Depends: libgs8-common (= ${source:Version})

Very simple.


/usr/share/ghostscript are per-library versioned already, so that looks 
sane to me.


We can avoid the delay of ftpmaster approval for new package name if 
stuffing it into libgs8 itself, on the cost of archive size.


So something like this:

Targeted Squeeze:

  * Fix libgs8 broken when installed ghostscript is different version:
+ Move /usr/share/ghostscript from ghostscript to libgs8.
+ Have libgs8 depend on libgs8-common.
+ Have libgs8 conflict with older ghostscript.

Targeted Squeeze+1:

  * Fix libgs8 broken when installed ghostscript is different version:
+ Move /usr/share/ghostscript from ghostscript to new libgs9-common.
+ Have libgs9 depend on libgs9-common.
+ Have libgs9 conflict with older ghostscript.

That last libgs9 conflict would only be needed temporarily, as the 
clashing versions of ghostscript have only ever been released for 
experimental.


How does that sound?



Here's a more ugly and targetted fix.  Thoughts?



Package: libgs8
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ghostscript ( 9), ${shlibs:Depends}, ${misc:Depends}
Description: The Ghostscript PostScript/PDF interpreter Library
 Ghostscript is used for PostScript/PDF preview and printing.  Usually as
 a back-end to a program such as ghostview, it can display PostScript and PDF


The diff is smaller, yes, but I believe not the actual change: It poses 
additional burden on package management tools to resolve that hidden 
circular dependency properly (i.e. force upgrade ghostscript rather than 
force pull out libgs8!), so the net result for the distribution as a 
whole seems more complex/risky to me.



 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#610846: libgempc410: wrong LIBPATH in reader.conf.d/libGemPC410

2011-01-23 Thread Matthias Geerdsen
Package: libgempc410
Version: 1.0.6-1
Severity: important

Hi,

the generated /etc/reader.conf.d/libGemPC410 has a wrong LIBPATH entry:
LIBPATH   /usr/lib/pcsc/drivers/serial/libGemPC410.so.1.0.5

which should be:
LIBPATH   /usr/lib/pcsc/drivers/serial/libGemPC410.so.1.0.6

Regards,
Matthias



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#567673: ghostscript: segfault opening pdf file

2011-01-23 Thread Jonathan Nieder
tags 567673 + upstream confirmed
retitle 567573 gs: /rangecheck processing GSM_WorldPoster2009A.pdf
found 567573 ghostscript/9.00~dfsg-2
quit

RALOVICH, Kristóf wrote:

 http://www.gsmworld.com/roaming/GSM_WorldPoster2009A.pdf causes a
 segfault in ghostscript.
 
 console output:
 
 $ ghostscript GSM_WorldPoster2009A.pdf
 GPL Ghostscript 8.62 (2008-02-29)
 Copyright (C) 2008 Artifex Software, Inc.  All rights reserved.
 This software comes with NO WARRANTY: see the file PUBLIC for details.
 Processing pages 1 through 1.
 Page 1
 Segmentation fault

Thanks for a clear report.  ghostscript in experimental gives

| $ gs -dSAFER ~/web/GSM_WorldPoster2009A.pdf 
| GPL Ghostscript  9.00 (2010-09-14)
| Copyright (C) 2010 Artifex Software, Inc.  All rights reserved.
| This software comes with NO WARRANTY: see the file PUBLIC for details.
| Processing pages 1 through 1.
| Page 1
| Error: /rangecheck in --run--

Upstream r12035 does, too[1].  Well, _sometimes_ it does.  I just
tried building and opening the file again and this time it gave me
the poster. :/  (Maybe it's a matter of debug vs release builds.)

| $ bin/gs -dSAFER ~/web/GSM_WorldPoster2009A.pdf 
| GPL Ghostscript SVN PRE-RELEASE 9.01 (2010-09-14)
| Copyright (C) 2010 Artifex Software, Inc.  All rights reserved.
| This software comes with NO WARRANTY: see the file PUBLIC for details.
| Processing pages 1 through 1.
| Page 1
| Loading NimbusSanL-Regu font from %rom%Resource/Font/NimbusSanL-Regu... 
2607520 1260632 19322336 18012413 3 done.
| Loading NimbusSanL-Bold font from %rom%Resource/Font/NimbusSanL-Bold... 
2664376 1346841 19399288 18080469 3 done.
| showpage, press return to continue

[1]
git clone git://git.ghostscript.com/ghostscript.git
cd ghostscript/gs
./autogen.sh -C --enable-debug
make -j2
bin/gs -dSAFER GSM_WorldPoster2009A.pdf



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610364: catalog icon missing, makes ampache totally useless

2011-01-23 Thread Charlie Smotherman
Tino,

Thank you for the bug report.

I just set up an updated squeeze VM, installed ampache and I could not
reproduce this bug.  Is the Admin icon the only icon missing?  If
so, strange indeed.  Could you please send me a screenshot, your
ampache logs, and your apache2 logs.  These may help in figuring out
why your admin icon is missing.

Thanks
-- 
Charlie Smotherman
Debian Contributor
Ubuntu Developer



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610847: ncmpcpp: FTBFS: Build depends on virutal libcurl4-dev

2011-01-23 Thread Kurt Roeckx
Package: ncmpcpp
Version: 0.5.6-1
Severity: serious

Hi,

Your package build depends on libcurl4-dev which is provided
by libcurl4-gnutls-dev and libcurl4-nss-dev.  Please pick one
so that you don't end up with a random package.


Kurt




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610848: pcscd: unowned files after purge (policy 6.8)

2011-01-23 Thread Holger Levsen
Package: pcscd
Version: 1.5.5-4
Severity: important
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package left unowned files on the 
system after purge, which is a violation of policy 6.8:

http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails

Filing this as important as having a piuparts clean archive is a release goal 
since lenny.

From the attached log (scroll to the bottom...):

0m22.7s ERROR: FAIL: Package purging left files on system:
  /var/lib/pcscd not owned
  /var/lib/pcscd/reader.conf not owned


cheers,
Holger
Start: 2011-01-22 15:26:18 UTC

Package: pcscd
Priority: optional
Section: misc
Installed-Size: 272
Maintainer: Ludovic Rousseau rouss...@debian.org
Architecture: amd64
Source: pcsc-lite
Version: 1.5.5-4
Depends: libccid | pcsc-ifd-handler, libc6 (= 2.2.5), libdbus-1-3 (= 1.0.2), libhal1 (= 0.5.8.1), lsb-base (= 3.0-6), hal
Conflicts: libccid (= 1.0.0-1)
Filename: pool/main/p/pcsc-lite/pcscd_1.5.5-4_amd64.deb
Size: 84356
MD5sum: d0a71cdda75a66a9aee5a3ebab9990a6
SHA1: bc070f61397aabcd1a1fe08eb5db4577b20d39f2
SHA256: ed090050049440f53cdb4ef52b3aeb65327e012538465955821960b2baa2c854
Description: Middleware to access a smart card using PC/SC (daemon side)
 The purpose of PC/SC Lite is to provide a Windows(R) SCard interface
 in a very small form factor for communicating to smart cards and
 smart cards readers.
 .
 The PC/SC daemon is used to dynamically allocate/deallocate reader
 drivers at runtime and manage connections to the readers.
Homepage: http://pcsclite.alioth.debian.org/
Tag: implemented-in::c, interface::daemon, network::server, role::program, security::cryptography, use::driver

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/  pcscd
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.40~201101151102 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ pcscd
0m0.0s INFO: Running on: Linux piatti 2.6.32.28-dsa-amd64 #1 SMP Mon Jan 10 11:32:53 CET 2011 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpNPNJzd
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmpNPNJzd
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpNPNJzd', '-zxf', 'sid.tar.gz']
0m2.0s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpNPNJzd', '-zxf', 'sid.tar.gz']
0m2.0s DEBUG: Created policy-rc.d and chmodded it.
0m2.0s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpNPNJzd', 'apt-get', 'update']
0m4.6s DUMP: 
  Get:1 http://piatti.debian.org sid Release.gpg [835 B]
  Ign http://piatti.debian.org/debian/ sid/contrib Translation-en
  Ign http://piatti.debian.org/debian/ sid/main Translation-en
  Ign http://piatti.debian.org/debian/ sid/non-free Translation-en
  Get:2 http://piatti.debian.org sid Release [104 kB]
  Ign http://piatti.debian.org sid/main amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/non-free amd64 Packages/DiffIndex
  Get:3 http://piatti.debian.org sid/main amd64 Packages [9098 kB]
  Get:4 http://piatti.debian.org sid/contrib amd64 Packages [71.0 kB]
  Get:5 http://piatti.debian.org sid/non-free amd64 Packages [147 kB]
  Fetched 9420 kB in 1s (6846 kB/s)
  Reading package lists...
0m4.6s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpNPNJzd', 'apt-get', 'update']
0m4.6s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpNPNJzd', 'mount', '-t', 'proc', 'proc', '/proc']
0m4.6s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpNPNJzd', 'mount', '-t', 'proc', 'proc', '/proc']
0m4.6s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpNPNJzd', 'apt-get', '-yf', 'upgrade']
0m12.2s DUMP: 
  Reading package lists...
  Building dependency tree...
  The following packages will be upgraded:
apt bsdutils debconf debconf-i18n debianutils dpkg libblkid1 libc-bin libc6
libncurses5 libsepol1 libuuid1 lsb-base mount ncurses-base ncurses-bin
perl-base util-linux
  18 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  Need to get 13.3 MB of archives.
  After 

Bug#473246: Won't fix upstream

2011-01-23 Thread Erich Schubert
tag 473246 + wontfix upstream
thanks

Hello Alex,
Thank you for keeping track of this.

I've also replied to the launchpad bug, pointing out why this should
be fixed (Alt+D is shown in the menu, but doesn't work), and proposing
a way this could be handled.

 cool thing. And we cannot satisfy every language. You can use a
 workaround of adjusting keys.xml.

Working around it for myself is one thing. Given that I'm fluent in
English, just using the C locale is even easier, and may fix a couple
of similar issues.

But maybe we should escalate this to the toolchain level: issues like
this exist in various programs. Alt+D indeed should always be used for
the File menu in German (for any application with such a menu).

I'm not suggesting Alt+D should be changed for all languages, but only
for German. Otherwise, we won't have any keys left, because in one
language or another they are bound to be a common default for some
menu.

What we'd need is to:
- give translators a simple way of adjusting these keybindings for a
particular locale
- warn when such a key shortcut conflict arises (to notify translators)

Thank you,
Erich



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610768: release-notes: python default is 2.6, not 2.5

2011-01-23 Thread Julien Cristau
On Sat, Jan 22, 2011 at 14:59:38 +0100, Javier Fernandez-Sanguino wrote:

 On 22 January 2011 09:25, Thijs Kinkhorst th...@debian.org wrote:
  Package: release-notes
  Severity: normal
  Tags: patch
 
  Hi,
 
  The release notes list that the default python is now 2.5, whole it is
  actually 2.6 (as per apt-cache show python).
 
 I fixed this in SVN, thanks for pointing it out.
 
Your fix is wrong, python2.5 is still in squeeze, so it won't be
removed.  python2.4 is only in lenny, but I'm not sure it should get
removed on upgrades.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#610849: ttf-freefont: Sinhala glyphs and lookups are incomplete and faulty

2011-01-23 Thread Harshula
Package: ttf-freefont
Version: 20090104-7
Severity: normal

Hi,

The Sinhala glyphs and lookups that shipped with the older upstream
Freefont versions were incomplete and faulty.

The recent upstream release of Freefont introduces new glyphs and
correct lookups:
http://savannah.gnu.org/forum/forum.php?forum_id=6518

cya,
#




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#234470: os prober detects ufs partitions since 1.20

2011-01-23 Thread Nobuhiro Ban
reopen 234470
thanks

please support *BSD

Subject: os prober detects ufs partitions since 1.20

Detecting UFS partitions is not the same as detecting *BSD.

os-prober (~1.42) did not detect FreeBSD partitions,
so I had to write grub menu entries manually.

% sudo os-prober
/dev/sda1:Debian GNU/Linux (squeeze/sid):Debian:linux

os-prober detects the partition of old Debian only, no FreeBSD partition.
(I have two IDE hard disks on the PC, and use Debian on sdb1.)

% cat /etc/grub.d/08_otheros
#! /bin/sh

cat EOF
menuentry FreeBSD {
insmod part_bsd
set root=(hd1,msdos2,bsd1)
kfreebsd /boot/loader
}

menuentry FreeBSD chain {
set root=(hd1,msdos2)
chainloader +1
}

EOF


** version
ii  os-prober  1.42   utility to detect other OSes on a set of dri

** disk partitions
sda1 : EXT3 Debian GNU/Linux (old) squeeze
sda2 : FreeBSD 6
  sda6 : UFSv2 /
  sda7 : swap
  sda8 : UFSv2 /usr
  sda9 : UFSv2 /var
sda3 :
  sda5 : swap

sdb1 : EXT3 Debian GNU/Linux squeeze
sdb2 : FreeBSD 8
  sdb7 : UFSv2 /
  sdb8 : swap
  sdb9 : UFSv2 /var
  sdb10: UFSv2 /tmp
  sdb11: UFSv2 /usr
sdb3 :
  sdb5 : EXT2 data
  sdb6 : swap


Regards,
Nobuhiro



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

2011-01-23 Thread Jonathan Nieder
Hi,

Jonas Smedegaard wrote:

 We can avoid the delay of ftpmaster approval for new package name if
 stuffing it into libgs8 itself, on the cost of archive size.

I assume ftpmaster would be ok with a new package split even in
squeeze, so this can go either way.

 So something like this:

 Targeted Squeeze:

   * Fix libgs8 broken when installed ghostscript is different version:
 + Move /usr/share/ghostscript from ghostscript to libgs8.
 + Have libgs8 depend on libgs8-common.
 + Have libgs8 conflict with older ghostscript.

Sounds good.  replaces+breaks (as in policy §7.6.1) seems more
appropriate than a conflict.

There is no libgs8-common in this scenario, right?

One more detail: who owns /var/lib/ghostscript and /etc/ghostscript?
Do they gain versioned subdirectories or could there be an unversioned
libgs-common package?

I agree with you about the downsides of a circular dependency.  The
proposal for libgs9 sounds good, too.  Thanks for fleshing this out.

Regards,
Jonathan



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610850: request-tracker3.8: Weak password hash format in RT database

2011-01-23 Thread Dominic Hargreaves
Package: request-tracker3.8
Version: 3.8.8-6
Severity: grave
Tags: security
Justification: user security hole

Quoting from DSA 2150-1:

It was discovered that Request Tracker, an issue tracking system,
stored passwords in its database by using an insufficiently strong
hashing method. If an attacker would have access to the password
database, he could decode the passwords stored in it.

For the stable distribution (lenny), this problem has been fixed in
version 3.6.7-5+lenny5.

The testing distribution (squeeze) will be fixed soon.

For the unstable distribution (sid), this problem has been fixed in
version 3.8.8-7 of the request-tracker3.8 package.

More info at

http://lists.bestpractical.com/pipermail/rt-announce/2011-January/000185.html



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610851: base: Crash at boot time

2011-01-23 Thread Charles-Henry Houdemer
Package: base
Severity: critical
Justification: breaks the whole system

Hello,

I have a rather serious problem here appearing after a fresh install.
It happens that my system crashes at boot time. But it does so intermitently.
First I will (try to) describe the symptoms, then the suspected culprit and
finally an ugly way to fix it.

So the symptoms :
Sometimes (around 3/4 times) my debian crashes when I try to boot it. To be
more precise, it happens as soon as just after the first fsck and might
happen a bit later. All that I can say is that a segmentation fault appears
along with its trace. And then it is impossible to do anything except a hard
reboot directly on the machine or with a sysrq.

The suspected culprit :
My ati 4870X2. My suspitions went on it because even updating the whole
system the problem remained. And also because it could not have been a
problem coming from the installer as it was used to install the same debian
on my laptop without problem. And also because the problem appeared again
after a second installation.

An ugly fix :
My suspitions on the graphic card, I wondered if the absence of the
proprietary firmware could be the cause. So I installed them. And the
problem disappeared (~10 reboots without any problem). Just to be sure, I
tried to remove them. And the problem is back.

So if you want any additional information, I am ready to do (nearly)
anything possible to help you. Have a nice day.

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.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#610852: vnc4: FTBFS on hurd-i386

2011-01-23 Thread Samuel Thibault
Package: vnc4
Version: 4.1.1+X4.3.0-37
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hello,

vnc4 currently FTBFS on hurd-i386 because of a bogus
unix/xc/config/cf/gnu.cf file and missing VT_ACTIVATE ioctl. Here is a
patch.

Samuel

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37 (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/bash

-- 
Samuel Thibault samuel.thiba...@fnac.net
 tohi.cybercable.fr (212.198.0.3) si une personne se reconnait derriere
 cette adresse que ce soit un pirate ou une victime qu'il se manifeste,
 cette personne pourrait bien etre un petit malin
 -+- Fred in NPC : Maman, y a le routeur qui veut me hacker -+-
--- unix/xc/config/cf/gnu.cf.original   2011-01-22 14:03:39.0 +
+++ unix/xc/config/cf/gnu.cf2011-01-22 14:21:36.0 +
@@ -105,7 +105,7 @@
 #ifndef DoLoadableServer
 #define DoLoadableServer   YES
 #endif
-#ifndef
+#ifndef CppCmd
 #define CppCmd /lib/cpp
 #endif
 #define YaccCmdbison -y
--- ./unix/xc/programs/Xserver/hw/xfree86/common/xf86Events.c.original  
2011-01-23 01:41:05.0 +
+++ ./unix/xc/programs/Xserver/hw/xfree86/common/xf86Events.c   2011-01-23 
01:41:41.0 +
@@ -315,7 +315,7 @@
CloseDownClient(server);
}
break;
-#if !defined(__SOL8__)  (!defined(sun) || defined(i386))
+#if !defined(__SOL8__)  (!defined(sun) || defined(i386))  
(!defined(__GNU__))
 case ACTION_SWITCHSCREEN:
if (VTSwitchEnabled  !xf86Info.dontVTSwitch  arg) {
int vtno = *((int *) arg);


Bug#610853: ftbfs with --as-needed

2011-01-23 Thread Angel Abad
Package: logfs-tools
Version: 20100501-4
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmpvTeGzv
In Ubuntu, the attached patch was applied to achieve the following:

Hi! This package ftbfs with new binutils-gold, and --as-needed use,
you can solve this problem with this patch.

Thanks!

  * Merge from debian unstable.  Remaining changes:
- debian/patches/fix-as-needed: Fix linking with --as-needed


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-8-generic (SMP w/1 CPU core)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru logfs-tools-20100501/debian/patches/fix-as-needed logfs-tools-20100501/debian/patches/fix-as-needed
--- logfs-tools-20100501/debian/patches/fix-as-needed	1970-01-01 01:00:00.0 +0100
+++ logfs-tools-20100501/debian/patches/fix-as-needed	2011-01-23 12:32:56.0 +0100
@@ -0,0 +1,20 @@
+Description: Fix linking with --as-needed. 
+Author: Michael Bienia ge...@ubuntu.com
+
+--- logfs-tools-20100501.orig/Makefile
 logfs-tools-20100501/Makefile
+@@ -33,12 +33,12 @@ ifdef S
+ EXTRA_OBJ := $(ZLIB_O)
+ CFLAGS += -static
+ else
+-CFLAGS += -lz
++LIBS = -lz
+ endif
+ 
+ mklogfs: $(EXTRA_OBJ)
+ mklogfs: mkfs.o lib.o btree.o segment.o readwrite.o
+-	$(CC) $(CFLAGS) -o $@ $^
++	$(CC) $(CFLAGS) -o $@ $^ $(LIBS)
+ 
+ logfsck: $(ZLIB_O)
+ logfsck: fsck.o lib.o journal.o super.o
diff -Nru logfs-tools-20100501/debian/patches/series logfs-tools-20100501/debian/patches/series
--- logfs-tools-20100501/debian/patches/series	1970-01-01 01:00:00.0 +0100
+++ logfs-tools-20100501/debian/patches/series	2011-01-23 12:20:59.0 +0100
@@ -0,0 +1 @@
+fix-as-needed


Bug#610851: base: Crash at boot time

2011-01-23 Thread Julien Cristau
reassign 610851 linux-2.6
severity 610851 important
kthxbye

On Sun, Jan 23, 2011 at 12:25:10 +0100, Charles-Henry Houdemer wrote:

 Package: base
 Severity: critical
 Justification: breaks the whole system
 
 Hello,
 
 I have a rather serious problem here appearing after a fresh install.
 It happens that my system crashes at boot time. But it does so intermitently.
 First I will (try to) describe the symptoms, then the suspected culprit and
 finally an ugly way to fix it.
 
 So the symptoms :
 Sometimes (around 3/4 times) my debian crashes when I try to boot it. To be
 more precise, it happens as soon as just after the first fsck and might
 happen a bit later. All that I can say is that a segmentation fault appears
 along with its trace. And then it is impossible to do anything except a hard
 reboot directly on the machine or with a sysrq.
 
 The suspected culprit :
 My ati 4870X2. My suspitions went on it because even updating the whole
 system the problem remained. And also because it could not have been a
 problem coming from the installer as it was used to install the same debian
 on my laptop without problem. And also because the problem appeared again
 after a second installation.
 
 An ugly fix :
 My suspitions on the graphic card, I wondered if the absence of the
 proprietary firmware could be the cause. So I installed them. And the
 problem disappeared (~10 reboots without any problem). Just to be sure, I
 tried to remove them. And the problem is back.
 
 So if you want any additional information, I am ready to do (nearly)
 anything possible to help you. Have a nice day.
 
Please capture the kernel logs from this error, and/or the console
output (e.g. with a camera).

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#610854: nginx-light: Use /var/www instead of /usr/share/nginx/www

2011-01-23 Thread Olaf van der Spek
Package: nginx-light
Version: 0.8.54-3
Severity: normal

Hi,

IMO nginx should use /var/www instead of /usr/share/nginx/www
/var/www is the standard location.

Greetings,

Olaf

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nginx-light depends on:
ii  libc6   2.11.2-9 Embedded GNU C Library: Shared lib
ii  libpcre38.02-1.1 Perl 5 Compatible Regular Expressi
ii  libssl0.9.8 0.9.8o-4 SSL shared libraries
ii  lsb-base3.2-27   Linux Standard Base 3.2 init scrip
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

nginx-light recommends no packages.

Versions of packages nginx-light suggests:
pn  nginx-doc none (no description available)
pn  ufw   none (no description available)

-- Configuration Files:
/etc/nginx/sites-available/default changed [not included]

-- 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#533759: evince: Segfault when opening dvi files

2011-01-23 Thread Jonathan Nieder
found 533759 ghostscript/9.00~dfsg-2
quit

Jonathan Nieder wrote:

  - Install libgs9-dev from experimental.
  - Build and install libspectre from source.

 I tried that and I'm in the unhappy position of not being able to
 reproduce this bug.

I spoke too quickly.  evince errors out as expected.

 $ evince temp_report.dvi 
 Gtk-Message: Failed to load module canberra-gtk-module: 
libcanberra-gtk-module.so: cannot open shared object file: No such file or 
directory
 GPL Ghostscript  9.00: Initialization file gs_init.ps does not begin with an 
integer.
 fatal internal error -100Illegal instruction (core dumped)

Sorry for the nonsense.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#533759: evince: Segfault when opening dvi files

2011-01-23 Thread Jonathan Nieder
found 533759 ghostscript/8.70~dfsg-1
fixed 533759 ghostscript/9.00~dfsg-2
quit

Hi Wouter,

Wouter van Heyst wrote:

 Evince (as in squeeze) still segfaults when opening dvi files with
 images in them, which is unfortunate as I prefer evince to xdvi.

 Is there something I could do to help this issue forward?  

I'd suggest trying libgs from experimental.  That means:

 - Install libgs9-dev from experimental.
 - Build and install libspectre from source.
 
I tried that and I'm in the unhappy position of not being able to
reproduce this bug.

Hope that helps,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610855: Please package dcmtk 3.6

2011-01-23 Thread Rohan Garg
Package: dcmtk
Severity: wishlist
Tags: upstream

Hi
A new release of dcmtk was made a while back and this is a RTP bug against the 
same.

New upstream release can be found here : http://dicom.offis.de/dcmtk

-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
'maverick-proposed'), (500, 'maverick-backports'), (500, 'maverick')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-25-generic (SMP w/2 CPU cores)
Locale: LANG=en_IN, 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#589923: #589923 debian-installer: Rescue mode fails to determine codename for the release

2011-01-23 Thread Miguel Figueiredo
Hi,

as lenny's installer is not supported anymore can you try latest debian
installer release (squeeze rc2) rescue mode and report if you still
experience the issue you reported?

http://cdimage.debian.org/cdimage/squeeze_di_rc2/

Thanks!

-- 
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610856: evince-dbg: debug information does not match evince (CRC mismatch)

2011-01-23 Thread Jonathan Nieder
Package: evince-dbg
Version: 2.30.3-2

Stock experimental system.  gdb does not seem to be happy with
evince's debugging symbols:

| $ gdb --args /usr/bin/evince
| GNU gdb (GDB) 7.2-debian
| Copyright (C) 2010 Free Software Foundation, Inc.
| License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
| This is free software: you are free to change and redistribute it.
| There is NO WARRANTY, to the extent permitted by law.  Type show copying
| and show warranty for details.
| This GDB was configured as i486-linux-gnu.
| For bug reporting instructions, please see:
| http://www.gnu.org/software/gdb/bugs/...
| Reading symbols from /usr/bin/evince...
| warning: the debug information found in /usr/lib/debug//usr/bin/evince does 
not match /usr/bin/evince (CRC mismatch).
| 
| 
| warning: the debug information found in /usr/lib/debug/usr/bin/evince does 
not match /usr/bin/evince (CRC mismatch).
| 
| (no debugging symbols found)...done.
| (gdb) 

evince is version 2.30.3-2 as well.  gdb is version 7.2-1.  Ideas?

$ md5sum /var/cache/apt/archives/evince*_2.30.3-2_i386.deb
9a60c903e5be81c42b717eac26a8b4f8  
/var/cache/apt/archives/evince_2.30.3-2_i386.deb
1664081be872ccf169b692fd63455c66  
/var/cache/apt/archives/evince-dbg_2.30.3-2_i386.deb



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610843: debian-installer: keyboard selection does not work with graphical installer

2011-01-23 Thread Christian PERRIER
reassign 610843 console-setup 
tags 610843 important
retitle 610843 Swiss German keymap not working in D-I
thanks

Quoting Ronny Standtke (ronny.stand...@gmx.net):
 Package: debian-installer
 Severity: normal
 
 *** Please type your report below this line ***
 I used the Graphical install option.
 In the step Select a language I chose German - Deutsch.
 In the step Select your location I chose Switzerland.
 
 The first issue is that in the next step Configure the keyboard I expected 
 to have Swiss German preselected (as every other well-known distributions 
 do), but instead American English was preselected. I manually chose Swiss 
 German.
 
 The second issue is that this choice did not work. The keyboard layout was 
 still American English for the whole installation process.

I confirm this.

-- 




signature.asc
Description: Digital signature


Bug#610853: ftbfs with --as-needed

2011-01-23 Thread Daniel Baumann
tag 610853 pending
thanks

applied in git, thanks.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.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#610857: tcpsvd: Please support lack of any reverse DNS with ipsvd-instruct

2011-01-23 Thread Martin Nicholas
Package: tcpsvd
Version: ipsvd
Severity: wishlist

I'd like to use ipsvd to deny access for IPs with either no hostname at all or 
a DNS error when resolving
the hostname. You might call the two files -none and -error perhaps.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.18 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
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#321484: cupsys: No debug information logged from gs-esp

2011-01-23 Thread Roger Leigh
On Sat, Jan 22, 2011 at 08:19:18PM -0600, Jonathan Nieder wrote:
 tags 321484 + moreinfo help
 quit
 
 Hi Roger et al,
 
 Roger Leigh wrote:
  Ambrose Li ambrose...@cccgt.org writes:
 
  After upgrading to the new gutenprint drivers, if a Windows print
  job causes gs-esp to crash, /var/log/cups/errors will not log
  anything useful from gs-esp, even if the debug level is set to
  debug2.
 
  Running gs-esp manually with the crashed print job reveals that
  gs-esp cannot find Helvetica-Bold. This should have been logged in
  /var/log/cups/errors, esp. when the debug level is debug or debug2.
 
  This is a gs-esp bug (it was recently updated in addition to
  gutenprint); I've reassigned the bug.
 
 Do you happen to remember how gutenprint invokes ghostscript?  I am
 looking to fix the ancient Bug#321484, but to do so I would need to
 be able to reproduce it.
 
 Thanks, and sorry for the long delay.

It's run as /usr/lib/cups/filter/pstoraster; gutenprint itself
is just the next stage in the pipeline (it just converts the
raster image to the inkjet commands to actually print).

gutenprint /may/ influence the options pstoraster/gs is passed;
this would be from the printer options stored in the PPD for the
printer queue, possibly overridden by the job options.

You should see pstoraster etc. being executed in the error log,
and you should see the options they are passed there as well.

I'm afraid I no longer even have an inkjet printer, and so I do
not actively use or develop gutenprint today (though I am doing
uploads of point releases as they are made while I wait for someone
to take over the maintenance).  As a result, I'm afraid I can't
do any actual testing or debugging to assist any longer.

Is this still an issue with current squeeze/unstable versions
of ghostscript/gutenprint?


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#596006: #596006 xlockmore crashes as soon as it runs

2011-01-23 Thread Axel Beckert
Hi,

Fabien Millioz wrote:
 Package: xlockmore
 Version: 1:5.31-1
 Severity: important
 
 When I run xlock, I get
 
 user@umbra:~$ xlock
 xlock: can not find font: -*-helvetica-medium-r-*-*-24-*-*-*-*-*-*,
 using fixed...
 X Error of failed request:  BadMatch (invalid parameter attributes)
   Major opcode of failed request:  131 (DPMS)
   Minor opcode of failed request:  6 (DPMSForceLevel)

I wonder if this is related to the following changelog entry:

| * use DPMS for blank mode (Closes: #83413, #558695)

   Serial number of failed request:  297
   Current serial number in output stream:  300

I have two EeePCs here, my 701 4G (Intel Corporation Mobile
915GM/GMS/910GML Express Graphics Controller) with Sid where the
problem is not reproducible at all, and the EeePC 1000H (Intel
Corporation Mobile 945GME Express Integrated Graphics Controller) of a
friend of mine with Squeeze (and the Sid package of xlockmore) where
it happens always.

What I can say for now:

The font warning is unrelated as it does not appear on the 1000H but
the problem persists there, too.

It is not related to xscreensaver currently running or not as it
happens in both cases. (Was some guess for other xlock related bugs,
not mentioned in here. I also thought that this may be a possible
cause when I first heard about this problem.)

Will debug a little bit further.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609466: console [tty0] enabled, bootconsole disabled

2011-01-23 Thread Tomten Larsson

Hello,
Thanks for the quick reply.
entering 'install video=atyfb:off' (without quotes)
did make the trick.
 
After choosing language, keyboard,
 
It can't find the cdrom.
^^^
 
lsmod indicates the cdrom driver is loaded.
 
bug=609733 indicates that the issue with the cdrom is solved, but on my system 
it doesn't work.
 
I tried all the mentioned images, in bug 609466
 
Best regards
Otto

 
 Date: Sat, 22 Jan 2011 18:02:06 +
 From: ju...@wooyd.org
 To: tomten1...@live.se
 CC: 609...@bugs.debian.org; ju...@wooyd.org; fberc...@xs4all.nl; 
 el...@debianpt.org
 Subject: Re: console [tty0] enabled, bootconsole disabled
 
 On Fri, Jan 21, 2011 at 07:01:47PM +0100, Tomten Larsson wrote:
  
  Hello,
  I have tested this image.
  This build finished at Fri Jan 21 09:12:54 UTC 2011.
  http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/sparc/iso-cd/debian-testing-sparc-netinst.iso
  
  It still has the same problem.
  
  console [tty0] enabled, bootconsole disabled
  
  after this nothing more happens
 
 Well, this is hardly surprising. As I wrote in my previous message, we 
 need to build a patched kernel to see whether it fixes the problem. 
 However, I did not recognize that you cannot even boot the installer, 
 so you are unable to build/test such kernel.
 
 One thing you can try is disable aty framebuffer to see whether it 
 will allow you to boot the installer. After you see the installer 
 welcome screen with the 'boot:' prompt, instead of simply pressing 
 Enter, try entering 'install video=atyfb:off' (without quotes) and 
 then press Enter. That should boot the kernel with framebuffer 
 disabled.
 
 Best regards, 
 -- 
 Jurij Smakov ju...@wooyd.org
 Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC
  

Bug#610843: debian-installer: keyboard selection does not work with graphical installer

2011-01-23 Thread Gaudenz Steinlin
Excerpts from Ronny Standtke's message of Son Jan 23 10:16:15 +0100 2011:
 Package: debian-installer
 Severity: normal
 
 *** Please type your report below this line ***
 I used the Graphical install option.
 In the step Select a language I chose German - Deutsch.
 In the step Select your location I chose Switzerland.
 
 The first issue is that in the next step Configure the keyboard I expected 
 to have Swiss German preselected (as every other well-known distributions 
 do), but instead American English was preselected. I manually chose Swiss 
 German.
 
 The second issue is that this choice did not work. The keyboard layout was 
 still American English for the whole installation process.

I can confirm these two issues with the followning image:
http://d-i.debian.org/daily-images/amd64/20110123-00:18/netboot/gtk/mini.iso
(md5sum: f753e5d4c421e06c01cb66c582585783).
The non gtk build from the same date does not have the issue. So I
guess this is specific to the gtk build. 

The same issue is also present in d-i rc2. 

 
 The third issue is that the installed system also used the American English 
 keyboard instead of Swiss German. I noticed that in /etc/default/keyboard 
 there was
 -
 XKBLAYOUT=us
 -
 instead of
 -
 XKBLAYOUT=ch
 XKBVARIANT=de
 -

I did not test the whole installation, but I guess this would have
been present as well in my test.

Gaudenz
-- 
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~


signature.asc
Description: PGP signature


Bug#458008: gs-esp: gs crash on ps generated by xpdf

2011-01-23 Thread Jonathan Nieder
tags 458008 - upstream confirmed
notforwarded 458008
reassign 458008 xpdf
quit

Hi Michael et al,

It seems that some versions of xdpf produce corrupt ps files.

Tim Morgan wrote[1]:

 Recently I found gs crashing on any postscript file I send it.

Jacek Misiurewicz wrote[1]:

 I've also encountered a pdf file where the image was distorted
 (scrambled), other parts of page were printed OK.

 The same page converted pdf-ps by pdf2ps (from ghostscript pkg) is
 OK, converted by  pdftops (from xpdf pkg) is BAD.

Ken Sharp added[2]:

| I haven't investigated in detail, but Adobe Acrobat Distiller *also* gives an
| error on this file:
|
| %%[ Error: ioerror; OffendingCommand: imageDistiller; ErrorInfo:
| DCTDecodeFilter Input did not begin with a JPEG SOI marker ]%%
|
| Stack:
| -dict-
|
|
| %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
| %%[ Warning: PostScript error. No PDF file produced. ] %%

Tim and Jacek, do you remember what versions of xpdf were affected?
Does current poppler-utils work?

Thanks, all.

Regards,
Jonathan

[1] http://bugs.debian.org/458008
[2] http://bugs.ghostscript.com/show_bug.cgi?id=691902



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610843: debian-installer: keyboard selection does not work with graphical installer

2011-01-23 Thread Samuel Thibault
severity 610843 grave
thanks

 XKBLAYOUT=us
 -
 instead of
 -
 XKBLAYOUT=ch
 XKBVARIANT=de

Actually, this is all due to ch(de) not being in xorg.xml any more since
in symbols/ it's just an alias for ch... It's the same with bg(bds) and
se(basic). I'm on it.

Samuel



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610858: libsane: Please reload udev upon installation

2011-01-23 Thread Alexander Reichle-Schmehl
Package: libsane
Version: 1.0.21-9
Severity: wishlist


Hi!

I just tried to get my old Agfa Snapscan USB scanner working.  And had some
difficulties, as it worked as root, but not as user although my user was in
the group scanner.

It seemed that udev didn't noticed the freshly installed
/lib/udev/rules.d/60-libsane.rules files and therefore ignored the already
present rule to put my scanner device into the scanner group.  Running
/etc/init.d/udev relad solved my problem, but I think that should have
been done upon installation automatically.


Best regards,
  Alexander



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#360999: xpdf improperly sizes at least some IRS forms while printing

2011-01-23 Thread Jonathan Nieder
severity 360999 wishlist
tags 360999 + upstream
quit

Andreas Metzler wrote:

 Looks like http://rhodesmill.org/brandon/printing-tax-forms/, i.e.
 xpdf scaling for MediaBox instead of CropBox for printing.

Thanks, Andreas.  Is this a bug?  Would it be harmful to take the
other route and scale CropBox instead of MediaBox?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610859: linux-image-2.6.32-bpo.5: Sound unusable on 1GHz Powerbook (TiBook)

2011-01-23 Thread Anton Ivanov
Package: linux-2.6
Version: 2.6.32-15~bpo50+1
Severity: normal
File: linux-image-2.6.32-bpo.5


Sound module which is unusable.

Any playback starts OK, but gets interrupted with hissing/ticking
by other activity. Moving windows, disk activity, etc cause sound
interruptions up to a couple of seconds in length. With hands off
there is the occasional hiss-n-tick

I have tried both the AOA and powermac sound modules. AOA does not
detect the onboard sound card. Powermac detects it, but hisses/ticks.

I am observing the same with 2.6.26 and with 2.6.32 from backports.

-- Package-specific info:
** Version:
Linux version 2.6.32-bpo.5-powerpc (Debian 2.6.32-15~bpo50+1) 
(norb...@tretkowski.de) (gcc version 4.3.2 (Debian 4.3.2-1.1) ) #1 Sat Jun 12 
11:36:21 UTC 2010

** Command line:
root=/dev/hda4 ro 

** Not tainted

** Kernel log:
[  119.408798] ADDRCONF(NETDEV_UP): eth1: link is not ready
[  119.634006] eth1: Lucent/Agere firmware doesn't support manual roaming
[  119.705128] eth1: New link status: Connected (0001)
[  119.705685] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[  128.768782] tun: Universal TUN/TAP device driver, 1.6
[  128.768793] tun: (C) 1999-2004 Max Krasnyansky m...@qualcomm.com
[  128.771214] tun0: Disabled Privacy Extensions
[  130.690459] eth1: no IPv6 routers present
[  192.420338] eth1: New link status: AP Out of Range (0004)
[  192.476681] irq: irq 1 on host 
/pci@f200/mac-io@17/interrupt-controller@4 mapped to virtual irq 30
[  192.476723] irq: irq 2 on host 
/pci@f200/mac-io@17/interrupt-controller@4 mapped to virtual irq 31
[  192.522927] eth1: New link status: AP In Range (0005)
[  192.577697] irq: irq 61 on host 
/pci@f200/mac-io@17/interrupt-controller@4 mapped to virtual irq 61
[  192.991053] input: PowerMac Beep as 
/devices/pci0001:10/0001:10:17.0/input/input5
[  309.309899] eth1: New link status: AP Out of Range (0004)
[  310.245024] eth1: New link status: AP In Range (0005)
[  453.575083] eth1: New link status: AP Out of Range (0004)
[  453.673571] eth1: New link status: AP In Range (0005)
[  463.199890] eth1: New link status: AP Out of Range (0004)
[  463.298378] eth1: New link status: AP In Range (0005)
[  914.766359] eth1: New link status: AP Out of Range (0004)
[  914.867941] eth1: New link status: AP In Range (0005)
[ 1760.135494] input: PowerMac Beep as 
/devices/pci0001:10/0001:10:17.0/input/input6
[ 2101.517585] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 2101.811146] eth1: New link status: Connected (0001)
[ 2101.811702] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 2107.495653] eth1: New link status: Disconnected (0002)
[ 2108.696631] eth1: New link status: Connected (0001)
[ 2112.075720] eth1: no IPv6 routers present
[ 2112.875570] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2113.011062] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 2113.250253] eth1: Lucent/Agere firmware doesn't support manual roaming
[ 2113.941866] eth1: New link status: Connected (0001)
[ 2113.942576] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 2119.300944] eth1: New link status: Disconnected (0002)
[ 2120.489911] eth1: New link status: Connected (0001)
[ 2123.945793] eth1: no IPv6 routers present
[ 2139.908804] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2140.086915] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 2140.347740] eth1: Lucent/Agere firmware doesn't support manual roaming
[ 2140.589689] eth1: New link status: Connected (0001)
[ 2140.590395] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 2146.189335] eth1: New link status: Disconnected (0002)
[ 2147.406630] eth1: New link status: Connected (0001)
[ 2151.312134] eth1: no IPv6 routers present
[ 2304.962355] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 2305.191994] eth1: New link status: Connected (0001)
[ 2305.192556] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 2310.687020] eth1: New link status: Disconnected (0002)
[ 2312.007900] eth1: New link status: Connected (0001)
[ 2315.490011] eth1: no IPv6 routers present
[ 2316.217673] usb 2-1: new full speed USB device using ohci_hcd and address 2
[ 2316.426840] usb 2-1: New USB device found, idVendor=19d2, idProduct=0103
[ 2316.426856] usb 2-1: New USB device strings: Mfr=3, Product=2, SerialNumber=4
[ 2316.426866] usb 2-1: Product: ZTE WCDMA Technologies MSM
[ 2316.426874] usb 2-1: Manufacturer: ZTE,Incorporated
[ 2316.426882] usb 2-1: SerialNumber: P673A3H3GD01
[ 2316.428864] usb 2-1: configuration #1 chosen from 1 choice
[ 2317.081553] Initializing USB Mass Storage driver...
[ 2317.084319] scsi0 : SCSI emulation for USB Mass Storage devices
[ 2317.086268] usbcore: registered new interface driver usb-storage
[ 2317.086278] USB Mass Storage support registered.
[ 2317.093232] usb-storage: device found at 2
[ 2317.093239] usb-storage: waiting for device to settle before scanning
[ 2318.651190] usb 2-1: USB disconnect, address 2
[ 2319.080219] usb 2-1: new full speed USB device using ohci_hcd and address 3
[ 

Bug#589938: I understand that you are about to release a new stable version

2011-01-23 Thread Nancy Anthracite
This bug is a significant problem and has not been fixed on my machine with my 
last update last night.  

I suspect the kmail developers have fixed it already as I have not seen any 
more reports about it being a problem, but I reported it again last night to 
the kmail folks to see if I can find out more about it.

Previously the partially composed emails were in 
~/.kde/share/apps/kmail/autosave but they are not there now.

-- 
Nancy Anthracite



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610860: popularity-contest: abnormal termination while a package is uninstalled

2011-01-23 Thread Serafeim Zanikolas
Package: popularity-contest
Version: 1.49
Severity: normal
Tags: patch

Hi,

popcon failed with the error below while I've been purging another package:

/etc/cron.daily/popularity-contest:
readline() on closed filehandle FILES at /usr/sbin/popularity-contest line 104.

I guess that would be solved by changing line 102:

open FILES, $dpkg_db/$pkg.list;

to:

open FILES, $dpkg_db/$pkg.list or next;

Cheers,
Serafeim



-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing'), (100, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=el_GR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages popularity-contest depends on:
ii  debconf [debconf-2.0] 1.5.36 Debian configuration management sy
ii  dpkg  1.15.8.8   Debian package management system

Versions of packages popularity-contest recommends:
ii  cron  3.0pl1-116 process scheduling daemon
ii  exim4 4.72-3 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.72-3+b1  lightweight Exim MTA (v4) daemon

Versions of packages popularity-contest suggests:
ii  anacron   2.3-14 cron-like program that doesn't go 

-- debconf information:
  popularity-contest/submiturls:
* popularity-contest/participate: true



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#350553: ghostscript: major slowdown after upgrade

2011-01-23 Thread Jonathan Nieder
tags 350553 - moreinfo
reassign 350553 ghostscript
found 350553 gs-esp/8.15.1.dfsg.1-1
found 350553 ghostscript/8.62.dfsg.1-2.1
found 350553 ghostscript/8.71~dfsg2-6.1
quit

Marc Lehmann wrote:

 I downgraded and of course had the speed back then, but now i upgraded to
 squeeze and the slowdown is as horrible as before.

 also, this seems to be a very common issue, there are lots of reports about
 people having printing issues because gs takes a long time now, for ps that
 was fast to print before. it seems upstream thinks that this is a
 ubuntu/debian issue, and some people have reported that downloading and
 building upstream results in a fast ghostscript.

Thanks, Marc.  I hope I can find time to look into it (though anyone
else interested is welcome to test old packages and sift through
debdiffs, too).



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608336: exim4-base: Please change Suggests on libmail-spf-query-perl

2011-01-23 Thread Andreas Metzler
On 2011-01-21 Andreas Metzler ametz...@downhill.at.eu.org wrote:
 On 2011-01-20 The Fungi fu...@yuggoth.org wrote:
[...]
 Thank you for double checking. I will post (and commit) an amended patch.

I have uploaded -4 instead. It worked in my testcases.

cu andreas



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610858: libsane: Please reload udev upon installation

2011-01-23 Thread Julien BLACHE
Alexander Reichle-Schmehl toli...@debian.org wrote:

Hi,

 It seemed that udev didn't noticed the freshly installed
 /lib/udev/rules.d/60-libsane.rules files and therefore ignored the already
 present rule to put my scanner device into the scanner group.  Running

udev is supposedly monitoring the rules files for changes and reload
them automatically. This has no effect on devices that are already
plugged in at the time the rules are added, though.

Was your scanner plugged in when you installed the package?

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610452: strobe: ipv6 scanning not working

2011-01-23 Thread Michael Meskes
On Tue, Jan 18, 2011 at 06:49:28PM +0100, Witold Baryluk wrote:
 Please consider merging/finding/fixing this, to support ipv6.

Any idea how I should find this? :)

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
Jabber: michael.meskes at googlemail dot com
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#610690: bup: Bup versions 0.21 available as of Jan 8th

2011-01-23 Thread Jon Dowland

On 21/01/2011 12:04, Peter Rabbitson wrote:

Version: 0.17b-2
Severity: normal


Please consider wrapping up a new 0.21 package for sid
Note that sid is carrying 0.20-2 at the moment -- so we are one release 
behind upstream, but you are two releases behind sid...



--
Jon Dowland



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610714: NMU for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610714? (auctex)

2011-01-23 Thread Faheem Mitha


Hi,

I'd like to get a fix uploaded for #610714 for auctex in squeeze. This 
should be straightforward. The fix breaks preview with the version of 
ghostscript in squeeze (8.71~dfsg2-6.1), and was patched in upstream CVS 
in October 2010 (the patch is only to preview.el). According to Ralf 
Angeli, the patch's author, the fix should be backportable to 11.85. It 
was applied post 11.86.


According to #debian-release on OFTC, the first thing is to get a fix into 
sid. Patching 11.86 in sid is easy, easier than patching 11.85.


Perhaps the auctex maintainer will take care of it, but if not, then 
I'm willing to prepare an NMU if no more qualified person is willing. But 
I'm not a Debian packager, so someone will have to review and upload in 
that case.


Please CC me on any reply. I'm not subscribed to either the Debian tex or 
emacs mailing lists. Thanks.


  Regards, Faheem



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610861: xorg: xorg seems to have a memory leak when using opengl applications

2011-01-23 Thread macarthur
Package: xserver-xorg
Version: 1:7.5+8
Severity: normal
File: xorg

when using any opengl accellerated application xorg seems to steadily grow in
its memory consumption even after the application has been closed out. For
example upon startup xorg is only using 40MB of ram. After running the firefox
beta which features opengl accelleration its memory consumption steadily grows.
After almost twelve hours it is then using 150MB of ram.

 I originally thought that this was just something with 3d accellerated
applications but it seems to be any sort of opengl accellerated application
that causes this. Whether it be TuxRacer, to the new firefox they all seem to
cause the memory consumption to steadily increase without going back down where
it should be. I'd once more try out tux-racer but my graphics card currently
jumps to 90*C upon looking at glxgears.

I don't know if this is an issue with the propietary drivers interfacing with
xorg or if it's xorg itself causing this mess. Since it seems to always be
there so long as i use any sort of opengl accelleration. Otherwise it just
slowly asin very very slowly increases by ~10MB after using it for 13hrs.



-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Dec 15 08:10 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1931440 Jan 11 22:12 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce GTX 260M] 
(rev a2)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 141 Dec 15 11:20 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section Module
Loadglx
EndSection

Section Device
Identifier  Video Card
Driver  nvidia
EndSection


Kernel version (/proc/version):
Linux version 2.6.32-5-amd64 (Debian 2.6.32-30) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 03:40:32 UTC 2011

Xorg X server log files on system:
-rw-r--r-- 1 root root 17690 Jan 23 08:07 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
Current Operating System: Linux funtimes 2.6.32-5-amd64 #1 SMP Wed Jan 12 
03:40:32 UTC 2011 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 
root=UUID=d666cdee-bc6d-4f76-a358-00ac5df248aa ro quiet
Build Date: 12 January 2011  02:59:50AM
xorg-server 2:1.7.7-11 (Cyril Brulebois k...@debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sun Jan 23 08:07:05 2011
(==) Using config file: /etc/X11/xorg.conf
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |--Screen Default Screen Section (0)
(**) |   |--Monitor default monitor
(==) No device specified for screen Default Screen Section.
Using the first device section listed.
(**) |   |--Device Video Card
(==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/100dpi/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/75dpi/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/100dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/75dpi does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x7c8a00
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:1:0:0) 10de:0618:1043:1a52 nVidia Corporation G92 [GeForce GTX 
260M] rev 162, Mem @ 0xfc00/16777216, 0xd000/268435456, 
0xfa00/33554432, I/O @ 

Bug#589938: I understand that you are about to release a new stable version

2011-01-23 Thread Modestas Vainius
Hello,

On sekmadienis 23 Sausis 2011 14:58:38 Nancy Anthracite wrote:
 This bug is a significant problem and has not been fixed on my machine with
 my last update last night.
 
 I suspect the kmail developers have fixed it already as I have not seen any
 more reports about it being a problem, but I reported it again last night
 to the kmail folks to see if I can find out more about it.
 
 Previously the partially composed emails were in
 ~/.kde/share/apps/kmail/autosave but they are not there now.

If there is nothing in autosave, then there is nothing to recover. 4.4.6 or 
later has been in squeeze for a long time (since 2010-10-02). You probably 
just dismissed those mails when kmail recovered them after upgrade to 4.4.6.

-- 
Modestas Vainius mo...@debian.org


signature.asc
Description: This is a digitally signed message part.


Bug#122415: gs vertically misaligns printed output

2011-01-23 Thread Jonathan Nieder
tags 122415 - moreinfo
tags 122415 + upstream
reassign 122415 ghostscript
found 122415 ghostscript/6.51-5
quit

Hi,

Richard Kettlewell wrote:

 Oops, my apologies, I should have put that in the original message.
 The gs command line is:

 gs -sDEVICE=stp \
 -sModel=escp2-660 \
 -sQuality='360dpi' \
 -sInkType='CMYK' \
 -sMediaType='Plain' \
 -sPaperSize='A4' \
 -sPAPERSIZE='a4' \
 -sDither='Adaptive' \
 -dImageType=0 \
 -r360 \
 -q -dSAFER -dNOPAUSE -dBATCH -sOutputFile=- -

 The paper is indeed physically A4 paper, and the printer is an Epson
 Stylus Color 660.

 You can, hopefully, make out what I mean in the photo at:
 
 http://www.greenend.org.uk/rjk/junk/gsbug.jpg
 
 Just got a timeout...

 It should be working now.

Hmm, there was some work in this area recently upstream, but for HP
printers.  So I find this bug quite believable. :)

Anyone can debug this; it shouldn't require an Epson printer.  The
ESC/P2 language is documented at
http://web.archive.org/web/*/http://www.epson.co.uk/support/manuals/pdf/ESCP/Part_1.pdf
http://web.archive.org/web/*/http://www.epson.co.uk/support/manuals/pdf/ESCP/Part_2.pdf

Thanks for reporting.
Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#588824: Acknowledgement (gmpc-plugins: Jamendo Browser doesn't work.)

2011-01-23 Thread Paweł Różański

Hello.
 Yesterday upgraded mpd to newer version (0.15.15-2, from unstable).
After this cannot reproduce the bug, so I assume problem was on MPD 
side. Feel free to close/ressign this bug.


Regards,
Pawel Rozanski



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#587514: ITP: cpupowerd -- daemon for frequency and voltage, control of AMD K8 CPUs with undervolting/overvolting capability

2011-01-23 Thread Sebastian Steinhuber
Hi all,

nine months ago I liked to install a cpu frequency controlling daemon
that is also capable of voltage setting. I'm not an overclocker, but I
wanted to keep system temerature low and save some power consumption.

Well, since there was no package in the debian repositories I did a web
research, stumbled upon cpupowerd and two alternatives; I felt that
cpupowerd had all neccessary documentation and was easy to install.

I had to add some init info to the init script for more init compliance,
and played with the vid settings until I got the system running with
lowest possible values.
Only drawback is that itself needs cpu time, maybe that could be
optimized, but I'm very pleased with cpupowerd's efforts to save energy.
I've found cpupowerd very useful.

I'm feeling that Debian should have a cpu frequency controlling daemon
that is capable of cpu voltage setting.

Best,

Sebastian



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#610862: libtiff4-dev: dependencies on squeeze

2011-01-23 Thread Timo Rienaecker
Package: libtiff4-dev
Severity: important


libtiff4-dev depends on libjpeg-dev. libjpeg-dev doesn't exist. It's named
libjpeg8-de or libjpeg62-de

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (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#610863: ITP: libtwiggy-perl -- AnyEvent HTTP server for PSGI (like Thin)

2011-01-23 Thread Alessandro Ghedini
Package: wnpp
Severity: wishlist
Owner: Alessandro Ghedini al3x...@gmail.com

* Package name: libtwiggy-perl
  Version : 0.1010
  Upstream Author : Tatsuhiko Miyagawa miyag...@bulknews.net
* URL : http://search.cpan.org/dist/Twiggy/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : AnyEvent HTTP server for PSGI (like Thin)

Twiggy is a lightweight and fast HTTP server with unique features:
  * Can run any PSGI applications. Fully supports psgi.nonblocking
and psgi.streaming interfaces.
  * This server uses AnyEvent and runs in a non-blocking event loop,
so it's best to run event-driven web applications that runs I/O
bound jobs or delayed responses such as long-poll, WebSocket or
streaming content (server push).
  * Uses XS/C based HTTP header parser for the best performance. (optional)
  * The memory required to run twiggy is 6MB and it can serve more than
4500 req/s with a single process on Perl 5.10 with MacBook Pro 13
late 2009.
  * Supports Server::Starter for hot deploy and graceful restarts.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610859: linux-image-2.6.32-bpo.5: Sound unusable on 1GHz Powerbook (TiBook)

2011-01-23 Thread Ben Hutchings
On Sun, 2011-01-23 at 12:55 +, Anton Ivanov wrote:
 Package: linux-2.6
 Version: 2.6.32-15~bpo50+1

Why are you using a 7 month old version?  Try the current version
(2.6.32-30).

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


signature.asc
Description: This is a digitally signed message part


Bug#610864: retry time not reached for any host after a long failure period

2011-01-23 Thread jidanni
Package: exim4-daemon-light
Version: 4.73~rc1-1

Suddenly I can't queue or send mail. They all get
retry time not reached for any host after a long failure period

Downgrading or upgrading doesn't help.

Some other package has screwed me.

Maybe I will install postfix.

I had to send this via an external system.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610865: [thunar] Add gvfs to suggest/depends

2011-01-23 Thread Hrvoje S

Package: thunar
Version: 1.2.0-1
Severity: wishlist

--- Please enter the report below this line. ---


--- System information. ---
Architecture: i386
Kernel: Linux 2.6.32-5-686

Debian Release: 6.0
500 experimental www.debian-multimedia.org
500 experimental mozilla.debian.net
500 experimental hadret.rootnode.net
500 experimental ftp.de.debian.org
500 debian packages.linuxmint.com
1000 unstable liquorix.net
1000 unstable hadret.rootnode.net
1000 unstable ftp.debian-multimedia.org
1000 unstable ftp.de.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-==
libatk1.0-0 (= 1.29.3) | 1.32.0-2
libc6 (= 2.4) | 2.11.2-9
libcairo2 (= 1.2.4) | 1.10.2-1.1
libdbus-1-3 (= 1.0.2) | 1.4.1-1
libdbus-glib-1-2 (= 0.88) | 0.88-2.1
libexo-1-0 (= 0.5.0) | 0.6.0-1
libglib2.0-0 (= 2.24.0) | 2.27.91-1
libgtk2.0-0 (= 2.16.0) | 2.23.90-1
libgudev-1.0-0 (= 146) | 164-4
libice6 (= 1:1.0.0) | 2:1.0.7-1
libnotify1 (= 0.5.0) | 0.5.0-2
libnotify1-gtk2.10 |
libpango1.0-0 (= 1.14.0) | 1.28.3-4
libsm6 | 2:1.2.0-1
libthunarx-2-0 (= 1.1.0) | 1.2.0-1
libxfce4ui-1-0 | 4.8.0-1
libxfce4util4 (= 4.3.99.2) | 4.8.1-1
thunar-data (= 1.2.0-1) | 1.2.0-1
desktop-file-utils | 0.15-2
shared-mime-info | 0.80-2
exo-utils | 0.6.0-1


Recommends (Version) | Installed
===-+-=
dbus-x11 | 1.4.1-1
gamin | 0.1.10-2+b1
libfontconfig1 (= 2.8.0) | 2.8.0-2.1
libfreetype6 (= 2.2.1) | 2.4.2-2.1
xfce4-panel (= 4.7.7) | 4.8.0-1
zlib1g (= 1:1.1.4) | 1:1.2.5.dfsg-1
thunar-volman | 0.6.0-1
tumbler | 0.1.6-1
xdg-user-dirs | 0.13-2


Suggests (Version) | Installed
===-+-===
thunar-archive-plugin | 0.2.4-5
thunar-media-tags-plugin | 0.1.2-3







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

2011-01-23 Thread Jonas Smedegaard

On Sun, Jan 23, 2011 at 05:18:38AM -0600, Jonathan Nieder wrote:

Jonas Smedegaard wrote:

We can avoid the delay of ftpmaster approval for new package name if 
stuffing it into libgs8 itself, on the cost of archive size.


I assume ftpmaster would be ok with a new package split even in 
squeeze, so this can go either way.


Still, I see no need to burden ftpmaster here: saving space is not of 
high urgency.  I am easily convinced, though, so please do provide 
arguments if you feel differently.




So something like this:

Targeted Squeeze:

  * Fix libgs8 broken when installed ghostscript is different version:
+ Move /usr/share/ghostscript from ghostscript to libgs8.
+ Have libgs8 depend on libgs8-common.
+ Have libgs8 conflict with older ghostscript.


Sounds good.  replaces+breaks (as in policy §7.6.1) seems more
appropriate than a conflict.


Oh, silly me: This was exactly what I had in mind. Thanks! :-)



There is no libgs8-common in this scenario, right?


Correct - as mentioned initially this potentially speeds up processing 
at no loss compared to current state of affairs, just a lack of 
potential improvement in disk space savings: Phrased explicitly: I 
suggest to postpone splitting out indep parts to ghostscript 9.x.



One more detail: who owns /var/lib/ghostscript and /etc/ghostscript?
Do they gain versioned subdirectories or could there be an unversioned
libgs-common package?


Both those are empty as packaged, and populated at install time or by 
postinst script and potentially adapted by the user (i.e. the local 
sysadmin).


So no, I see no relevancy for a libgs-common, only a (versioned!) 
libgsN-common containing the /usr/share/ghostscript/N.NN files.



I agree with you about the downsides of a circular dependency.  The 
proposal for libgs9 sounds good, too.  Thanks for fleshing this out.


Ok.  I'll prepare those, then.


Thanks for your massive bug triaging work lately!!!


 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#584714: btrfs-tools might do too much in initramfs images

2011-01-23 Thread Christoph Anton Mitterer
On Sun, 2011-01-23 at 10:56 +1000, Martin Michlmayr wrote:
 initramfs-tools should be able to handle that situation just fine.
Well one must add a hook, that detects whether btrfs is required or not...



smime.p7s
Description: S/MIME cryptographic signature


Bug#485621: libgs8 has no ghostscript dependancy

2011-01-23 Thread Jonas Smedegaard

On Sun, Jan 23, 2011 at 01:47:52PM +0100, Jonas Smedegaard wrote:

On Sun, Jan 23, 2011 at 05:18:38AM -0600, Jonathan Nieder wrote:

Jonas Smedegaard wrote:

Targeted Squeeze:

 * Fix libgs8 broken when installed ghostscript is different version:
   + Move /usr/share/ghostscript from ghostscript to libgs8.
   + Have libgs8 depend on libgs8-common.
   + Have libgs8 conflict with older ghostscript.


Sounds good.  replaces+breaks (as in policy §7.6.1) seems more
appropriate than a conflict.


Oh, silly me: This was exactly what I had in mind. Thanks! :-)



There is no libgs8-common in this scenario, right?


Correct


Ohh - I see it now. Again: silly me! Thanks for spotting. :-)



One more detail: who owns /var/lib/ghostscript and /etc/ghostscript?
Do they gain versioned subdirectories or could there be an unversioned
libgs-common package?


Both those are empty as packaged, and populated at install time or by 
postinst script and potentially adapted by the user (i.e. the local 
sysadmin).


I notice now that there's a symlink from 
/usr/share/ghostscript/8.71/Resource/CMap to /var/lib/ghostscript/CMap 
which needs to move package as well.  Shouldn't cause any other trouble, 
just mentioning for competeness sake.


 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#610866: libhdf5-doc: reference manual does not contain the actual function descriptions

2011-01-23 Thread Ferenc Wagner
Package: libhdf5-doc
Version: 1.8.4-patch1-2
Severity: important

Hi,

For example file:///usr/share/doc/libhdf5-doc/html/RM/RM_H5F.html
does not contain the target of the H5Fcreate function link
file:///usr/share/doc/libhdf5-doc/html/RM/RM_H5F.html#File-Create
The page contains only the index part of the corresponding online
document: http://www.hdfgroup.org/HDF5/doc/RM/RM_H5F.html.

This pretty much cripples the package in my opinion.  Is this an
oversight or some license problem?

Thanks,
Feri.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.37+ (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

libhdf5-doc depends on no packages.

libhdf5-doc recommends no packages.

Versions of packages libhdf5-doc suggests:
ii  doc-base  0.9.5  utilities to manage online documen
ii  gv [pdf-viewer]   1:3.7.1-1  PostScript and PDF viewer for X
ii  iceweasel [www-browser]   3.5.16-4   Web browser based on Firefox
ii  libhdf5-serial-dev [libhd 1.8.4-patch1-2 Hierarchical Data Format 5 (HDF5) 
ii  w3m [www-browser] 0.5.2-9WWW browsable pager with excellent
ii  xpdf [pdf-viewer] 3.02-12Portable Document Format (PDF) rea

-- 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#609096: Send Details to claim 750.000.00 GBP IN BRITISH GNLD Promo

2011-01-23 Thread emily-liu


Names:



Location:



Tel:

Bug#608443: Processed: your mail

2011-01-23 Thread Antoine Sirinelli
On Sat, Jan 22, 2011 at 01:26:07AM +0100, Tollef Fog Heen wrote:
 I don't see why you think missing salting should be grave.  Sure, it
 should be fixed, but it's hardly the end of the world.

Mainly because if you personalize few keys in a row using this tool and if you
do not pay attention to use different AES passphrases relying on the random
salting you will end up with all your keys having the same AES key. I think
this is why it should be grave because if you use Yubikeys configured this
way you will introduces a security hole allowing access to the accounts of
users who use the package
[http://www.debian.org/Bugs/Developer.en.html#severities]

I agree that you need a not-very-bright-administrator but it is still a bug.

Antoine




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610379: git-import-dsc: copes poorly with missing 'upstream' branch

2011-01-23 Thread Guido Günther
Hi Jonathan,
On Mon, Jan 17, 2011 at 10:01:46PM -0600, Jonathan Nieder wrote:
 Package: git-buildpackage
 Version: 0.5.17
 
 Trying to import history of a Debian package from a git clone
 of the upstream repo:
 
  $ git import-dsc ../source-libwpd/libwpd_0.7.2-1.dsc 
  gbp:info: Tag upstream/0.7.2 not found, importing Upstream tarball
  fatal: Needed a single revision
  gbp:error: Git command failed: can't find SHA1 for upstream
 
 Two problems:
 
  1) the error message from rev-parse --verify is not so useful.
Agreed.

  2) it's not clear to me why git-buildpackage wants the
 'upstream' rev in the first place.  Couldn't it create
 the branch itself?
Creating this automatically might make sense but where would we branch
that off? We should be able to distinguish this from a usage error like
trying to import a non native package into the repo of a Debian native
package. Maybe we should just print a more verbose error message and
point the user to the right docs?

 import-orig gives a friendlier message:
 
  $ git import-orig ../source-libwpd/libwpd_0.7.2.orig.tar.gz
  gbp:error: 
  Repository does not have branch 'upstream' for upstream sources. If there is 
 none see
  
 file:///usr/share/doc/git-buildpackage/manual-html/gbp.import.html#GBP.IMPORT.CONVERT
  on howto create it otherwise use --upstream-branch to specify it.
 
 Side note: instead of an upstream/0.7.2 tag, this repo has
 
  LIBWPD-0-8-0
  LIBWPD-0-8-2
  RELEASE-0-3-0
 [...]
  RELEASE-0-6-3
  RELEASE-0-7-1
  RELEASE-0-7-2
 [...]
  RELEASE-0-9-0
  libwpd-0-6-2
  release-0-7-0
  release-0-8-1
  start
Hmm...we could add transform capabilities to build_tag but I wonder if
retagging with upstream/.. isn't simpler?

 Patch to somewhat mitigate (1) follows.  It might also make sense to
 use --quiet unconditionally.
Yes, gbp is lacking --quiet in quite some places, I recently added it to
force_head and we should also do this for rev_parse. I've fixed this in
my local tree.

 -- 8 --
 Subject: Use terminology more consistent with git
 
 When an operation fails due to an unexpectedly absent git
 rev, gbp writes
 
  fatal: Needed a single revision
  gbp:error: Git command failed: can't find SHA1 for upstream
 
 At first glance it is not obvious that these two messages
 have much to do with each other.  Follow the git terminology:
 
  fatal: Needed a single revision
  gbp:error: Git command failed: revision 'upstream' not found
Yes, this makes more sense. 

 to make what happened a little clearer.
 ---
 diff --git a/gbp/git.py b/gbp/git.py
 index 9fac3ba..26e2728 100644
 --- a/gbp/git.py
 +++ b/gbp/git.py
 @@ -331,7 +331,7 @@ def rev_parse(self, name, quiet=False):
  args.insert(0, --quiet)
  sha, ret = self.__git_getoutput('rev-parse', args)
  if ret:
 -raise GitRepositoryError, can't find SHA1 for %s % name
 +raise GitRepositoryError, revision '%s' not found % name
  return sha[0].strip()
Appied. Thanks,
 -- Guido



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#122415: gs vertically misaligns printed output

2011-01-23 Thread Till Kamppeter

On 01/23/2011 02:23 PM, Jonathan Nieder wrote:

gs -sDEVICE=stp \


This bug is obsolete. The built-in Ghostscript driver stp does not 
exist any more in current Ghostscript. It is replaced by the 
CUPS-Raster- and IJS-based flavors of Gutenprint. So this bug can be closed.


   Till



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608089: CuteFarm 2 released

2011-01-23 Thread Carlo Stemberger

Hi,
a new version is now available.

Here the updated form:
-
Package: wnpp
Severity: wishlist


* Package name : cutefarm
Version : 2.0.0
Upstream Author : Jan Vaillant jvail at gmx dot de
* URL : http://www.jan-vaillant.de/?page_id=60lang=en
* License : GPL
Programming Lang: C++
Description : Open-Source Software for Agriculture

CuteFarm is an open source farm management software. It it also an 
appropriate tool for organic farming.


Features:

* Fast and small file based database (SQLite).
* The database structure should allow to use it with as many different 
production systems.

* Export data.
* Straight and easy to use data input dialogues.
* Contains lots of data for crops, fertiliser …
* English and French translation.
-

Regards,
Carlo

--
 .'  `.   | Registered Linux User #443882
 |a_a  |  |http://counter.li.org/   .''`.
 \_)__/  +--- : :'  :
 /(   )\  ---+ `. `'`
|\`/\  Registered Debian User #9 |   `-
\_|=='|_/http://debiancounter.altervista.org/  |




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610868: sound-juicer: Can not rip CDs (not found on MusicBrainz)

2011-01-23 Thread Christian Meyer
Package: sound-juicer
Version: 2.28.2-3
Severity: important

Hi there,

when inserting some audio CDs s-j don't show the track listing, even unnamed
entries are missing (see temporalily screenshot: http://chbmeyer.de/s-j1.png ).
At this time it only happend when MusicBrainz does not know that CD. Other CDs
are ripped without problem.
When clicking 'submit album' then MusicBrainz shows the detailed TOC (see:
http://chbmeyer.de/s-j2.png ) so it must be recognized by s-j.
I don't know why s-j knows the name of the CD, I didn't enter it.

Sometimes I got the (german) error message that s-j could not retrieve the
track listing - I don't know what dbus has to do with this:
Die CD konnte nicht eingelesen werden.
Sound Juicer konnte die Titelliste auf dieser CD nicht einlesen.
Grund: Auf CD kann nicht zugegriffen werden: Error while getting peer-to-peer
dbus connection: The name :1.57 was not provided by any .service files

Google told me about similar looking bugs in Fedora and Ubuntu, e.g.:
https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/695155
https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/622213
https://bugzilla.redhat.com/show_bug.cgi?id=543830
https://bugzilla.redhat.com/show_bug.cgi?id=544843

Thanks for paying attention
Christian Meyer



-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sound-juicer depends on:
ii  gconf22.28.1-6   GNOME configuration database syste
ii  gstreamer0.10-plugins-base0.10.30-1  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.24-1  GStreamer plugins from the good 
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libbrasero-media0 2.30.3-2   CD/DVD burning library for GNOME -
ii  libc6 2.11.2-9   Embedded GNU C Library: Shared lib
ii  libcanberra-gtk0  0.24-1 Gtk+ helper for playing widget eve
ii  libdbus-glib-1-2  0.88-2.1   simple interprocess messaging syst
ii  libgconf2-4   2.28.1-6   GNOME configuration database syste
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgnome-media0   2.30.0-1   runtime libraries for the GNOME me
ii  libgstreamer0.10-00.10.30-1  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libmusicbrainz3-6 3.0.2-2library to access the MusicBrainz.
ii  libpango1.0-0 1.28.3-1   Layout and rendering of internatio

Versions of packages sound-juicer recommends:
ii  eject 2.1.5+deb1+cvs20081104-7.1 ejects CDs and operates CD-Changer

Versions of packages sound-juicer suggests:
ii  brasero  2.30.3-2CD/DVD burning application for GNO
ii  gstreamer0.10-lame   0.10.16-0.0 GStreamer lame plugin
pn  gstreamer0.10-plugins-really none  (no description available)
ii  gstreamer0.10-plugins-ugly   0.10.15-1   GStreamer plugins from the ugly 

-- 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#610869: Should use forward-char instead of forward-char-command

2011-01-23 Thread Florian Weimer
Package: rnc-mode
Version: 1.0b3-1

forward-char-command is no longer available in GNU Emacs.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610871: systemd: allow-hotplug interfaces are not brought up automatically

2011-01-23 Thread Bernhard Schmidt
Package: systemd
Version: 16-1
Severity: normal


After upgrading from systemd 11-1 to 16-1 my eth0 is not started
automatically anymore. Replacing

allow-hotplug eth0 (which is default after d-i)

with 

auto eth0

in /etc/network/interfaces it works as expected.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages systemd depends on:
ii  libaudit01.7.13-1+b2 Dynamic library for security audit
ii  libc62.11.2-9Embedded GNU C Library: Shared lib
ii  libcap2  1:2.19-3support for getting/setting POSIX.
ii  libcryptsetup1   2:1.2.0-1   libcryptsetup shared library
ii  libdbus-1-3  1.4.1-1 simple interprocess messaging syst
ii  libpam0g 1.1.1-6.1   Pluggable Authentication Modules l
ii  libudev0 164-3   libudev shared library
ii  util-linux   2.17.2-5Miscellaneous system utilities

Versions of packages systemd recommends:
ii  libpam-systemd16-1   system and service manager - PAM m

Versions of packages systemd suggests:
pn  systemd-gui   none (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#610867: trackpad mouse no longer working after upgrade xserver-xorg-core

2011-01-23 Thread Julien Cristau
On Sun, Jan 23, 2011 at 16:11:32 +0100, Jeroen Diederen wrote:

   Option  AllowEmptyInput   false

Don't use this.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#609864: smcroute: Request for changing priority to extra

2011-01-23 Thread Micha Lenk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

retitle 609864 override: smcroute:net/extra
reassign 609864 ftp.debian.org
thanks

Hi Julien, hi Antonin,

Am 13.01.2011 12:18, schrieb Julien BLACHE:
 The proper thing to do here is to demote smcroute to Priority: extra and
 leave pimd at Priority: optional.

I fully agree. I've just talked to one of the RMs: Apparently this is a
thing that should be done by the ftp-masters. So I'll now retitle this
bug to their requirements and reassign it to them. We will then need to
update the priority in debian/controll in the next upload.

 The pimd/xorp situation should be investigated, as I'm not sure both can
 be installed at the same time either.

I just investigated the pimd/xorp situation:

- - pimd: Pimd does also unconditionally call setsockopt() with MRT_INIT
  on daemon startup. So it cannot co-exist with smcroute on the same
  system.

- - xorp: Without modifying /etc/default/xorp doesn't start the daemon
  at all. But even if the daemon is run (eg. with its default
  configuration) it apparently does not call setsockopt() with MRT_INIT
  on startup. I don't know though whether setsockopt() might get called
  later.

Given that xorp does not neccessarily interfere with smcroute, the only
conflicting package is pimd. Hence I now think it is reasonable to
simply let smcroute conflict with pimd and be done with it. I will cater
for updated priority and dependencies in the next upload (sometimes
after the Squeeze release).

Regards,
Micha
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk08TBkACgkQWN0/4pnhQbSwFgCfTbK3umCv02p6aLTkiJ3l9MkU
wHQAnRx6uNXzOZmsWEGPZxo0hAcN554b
=o/FF
-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#610872: www.debian.org: include ANSSI french crypto export/import document

2011-01-23 Thread Yves-Alexis Perez
Package: www.debian.org
Severity: wishlist

Hey,

a recent mail on debian-project asked for a crypto declaration file
number to the French authorities. There wasn't any so I did the request
and got the file number (1101027) and scanned the documents (available
at http://people.debian.org/~corsac/anssi/)

Could you integrate them somewhere on the website?

Thanks in advance.

Regards,
-- 
Yves-Alexis


-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-grsec-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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610727: rawtherapee: Crashes in some conditions

2011-01-23 Thread Sebseb 01
The specific files is all my Sony RAW files (take with a Sony a100) !


Bug#610750: [pkg-cryptsetup-devel] Bug#610750: cryptsetup: decrypt_keyctl script needs an initramfs hook to pull in /bin/keyctl

2011-01-23 Thread Jonas Meurer
Hey Maik,

On 22/01/2011 Maik Zumstrull wrote:
 See subject. Additionally, the key script should fall back to unlocking
 just a single device at a time if keyctl doesn't work for any reason. I'd
 rather enter the passphrase several times than be left with an
 unbootable system. Speaking of an unbootable system, that possibility might
 technically qualify this bug for critical. I'm not setting it myself,
 but please consider it.

you're correct about the subject. the cryptkeyctl initramfs hook already
existed, I just forgot to install it into the binary package up to now.
Will be fixed with the next upload of cryptsetup.

your second point is about a fallback. so far, the cryptdisks/crypttab
implementation doesn't support fallback for failed unlocking. and in my
option it never should do so by default at all, for security reasons. I
might implement a fallback solution for keyscripts in the future, and
patches are always welcome. But this feature request is already
documented in bugreport #438481.

greetings,
 jonas


signature.asc
Description: Digital signature


Bug#485621: libgs8 has no ghostscript dependancy

2011-01-23 Thread Jonas Smedegaard

On Sat, Jan 22, 2011 at 11:09:50AM +0100, Julien Cristau wrote:

user release.debian@packages.debian.org
usertag 485621 squeeze-can-defer
tag 485621 squeeze-ignore
kthxbye

On Fri, Jan 21, 2011 at 18:22:37 -0600, Jonathan Nieder wrote:


# insufficient dependencies; shared library policy
severity 485621 serious
retitle 485621 libgs8: undeclared dependency on ghostscript ( 8.71~), 
ghostscript (= 8.71+)
affects 485621 + libspectre1
quit

Hi Jonas,

To the release team: I think a fix can wait for a point release.


I acknowledge that this need not hold back the release of Squeeze.

I assume, however, that no harm is done if it happens to reach Squeeze 
anyway.  I therefore request lifting the blocking of the just uploaded 
8.71~dfsg2-8 release of ghostscript fixing this bug.


...if then it does not trickle through to testing in time for the 
release, we can simply re-release targeted stable-proposed-updates. :-)



 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#593362: [Pkg-kde-extras] Bug#593362: keurocalc: desktop file does not validates FreeDesktop.org specs

2011-01-23 Thread Michael Meskes
On Thu, Sep 02, 2010 at 12:50:49PM +0300, Bilal Akhtar wrote:
 This is a better patch for the section change.

Please give us a reason why we should move the program to a different section
than the one upstream chose. 

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
Jabber: michael.meskes at googlemail dot com
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#610864: retry time not reached for any host after a long failure period

2011-01-23 Thread Andreas Metzler
On 2011-01-23 jida...@jidanni.org wrote:
 Package: exim4-daemon-light
 Version: 4.73~rc1-1

 Suddenly I can't queue or send mail. They all get
 retry time not reached for any host after a long failure period

 Downgrading or upgrading doesn't help.
[...]

http://wiki.exim.org/FAQ/Delivery/Q0620

Stop exim, delete /var/spool/exim4/db/* Restart exim.

cu andreas



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#455557: GPL Ghostscript SVN PRE-RELEASE 8.61: Unrecoverable error, exit code 1

2011-01-23 Thread Daniel Leidert
Am Freitag, den 21.01.2011, 03:07 -0600 schrieb Jonathan Nieder:

[..]
 If you have a chance to try, could you try again with current
 ghostscript and report back?

I checked my logs and didn't find this error (dhelp is not installed
anymore). The second document gets printed now. So the issue has
probably been fixed.

Regards, Daniel




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610875: RFP: DccNiTghtmare -- DccNiTghtmare (aka DNT) is a project to make a Free (as in free speech) 3D single player RPG in a satirical post-apocalyptical world.

2011-01-23 Thread Robert Richter
Package: wnpp
Severity: wishlist


* Package name: DccNiTghtmare
  Version : 0.6
  Upstream Author : Robert Richter robert.richt...@gmx.net
* URL : http://dnt.dnteam.org
* License : GPL
  Programming Lang: C?
  Description : DccNiTghtmare (aka DNT) is a project to make a Free (as in
free speech) 3D single player RPG in a satirical post-apocalyptical world.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   3   >