Bug#353613: ethereal: latest NMU linked against OpenSSL

2006-02-19 Thread Ivan Nestlerode
Package: ethereal
Version: 0.10.13-1.2
Severity: serious
Justification: Policy 2.3

The latest ethereal NMU is linked against OpenSSL which is not legal.
Ethereal is licensed under the GPL while the OpenSSL license has an advertising
clause that renders it incompatible with the GPL.

Ethereal must be rebuilt to avoid doing this (I think to avoid this; you
have to disable SNMP support since the SNMP library is what is bringing
in OpenSSL's libcrypto.so).

Note that this happened once in the past (version 0.10.3-1.0.1), and they added
a Build-Conflicts against libsnmp5-dev to keep it from reoccuring.  I think the
problems could be solved by adding another Build-Conflicts against
libsnmp9-dev and rebuilding.

-Ivan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14.4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ethereal depends on:
ii  ethereal-comm 0.10.13-1.2network traffic analyser (common f
ii  libadns1  1.1-4  Asynchronous-capable DNS client li
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.6-1GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libcap1   1:1.10-14  support for getting/setting POSIX.
ii  libcomerr21.38+1.39-WIP-2005.12.31-1 common error description library
ii  libfontconfig 2.3.2-2generic font configuration library
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgtk2.0-0   2.8.12-1   The GTK+ graphical user interface 
ii  libkrb53  1.4.3-5MIT Kerberos runtime libraries
ii  libpango1.0-0 1.10.3-1   Layout and rendering of internatio
ii  libpcap0.80.9.4-1System interface for user-level pa
ii  libpcre3  6.4-1.1Perl 5 Compatible Regular Expressi
ii  libsnmp9  5.2.1.2-4  NET SNMP (Simple Network Managemen
ii  libwrap0  7.6.dbs-8  Wietse Venema's TCP wrappers libra
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages ethereal recommends:
ii  gksu  1.3.6-1graphical frontend to su

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#343839: aptitude: segfaults trying to downgrade e2fsprogs

2005-12-29 Thread Ivan Nestlerode
On Tue, Dec 20, 2005 at 08:36:19AM -0800, Daniel Burrows wrote:
> On Mon, Dec 19, 2005 at 11:27:36PM -0500, Ivan Nestlerode <[EMAIL PROTECTED]> 
> was heard to say:
> > On Mon, Dec 19, 2005 at 08:05:27PM -0800, Daniel Burrows wrote:
> > >   Unfortunately, backtraces are generally useless unless you compile the
> > > program yourself with -O0 -fno-inline.
> > > 
> > >   What exactly do you do to trigger the segfault?  Nothing happens when I
> > > put all the stuff that's being upgraded on hold and then purge those
> > > packages, even if I type 'g'.
> > > 
> > >   Daniel
> > 
> > I start aptitude.  I press "g".  The programs are already marked for
> > holds and purges.  I press "g" again and press Enter for "Ok".  Then I
> > get the segfault.
> 
>   Ok, I think I've corrected how I'm running the program ... but it still
> doesn't segfault.
> 
> > How exactly do I build aptitude such that a back trace is useful?  I know
> > how to build the package from source but not how to change the build
> > options.
> 
>   Run 'CXXFLAGS="-g -O0 -fno-inline" ./configure' to disable optimization.
> 
>   Daniel

I rebuilt this way and reproduced the segfault in gdb.  Let me know if there is 
something else I can do.

-Ivan

Program received signal SIG32, Real-time event 32.
[Switching to Thread -1212298320 (LWP 13269)]
0xb7e30421 in __read_nocancel () from /lib/tls/libpthread.so.0
(gdb) cont
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0xb7d20956 in __deregister_frame () from /lib/libgcc_s.so.1
(gdb) bt
#0  0xb7d20956 in __deregister_frame () from /lib/libgcc_s.so.1
#1  0xb7ce966a in dl_iterate_phdr () from /lib/tls/libc.so.6
#2  0xb7d21646 in _Unwind_Find_FDE () from /lib/libgcc_s.so.1
#3  0xb7d1e397 in _Unwind_DeleteException () from /lib/libgcc_s.so.1
#4  0xb7d1f505 in _Unwind_Backtrace () from /lib/libgcc_s.so.1
#5  0xb7d1f59a in _Unwind_ForcedUnwind () from /lib/libgcc_s.so.1
#6  0xb7e32002 in _Unwind_ForcedUnwind () from /lib/tls/libpthread.so.0
#7  0xb7e2ffc1 in __pthread_unwind () from /lib/tls/libpthread.so.0
#8  0xb7e2a3e6 in sigcancel_handler () from /lib/tls/libpthread.so.0
#9  
#10 0xb7e30421 in __read_nocancel () from /lib/tls/libpthread.so.0
#11 0xb7e55983 in _nc_wgetch () from /lib/libncursesw.so.5
#12 0xb7e691f3 in wget_wch () from /lib/libncursesw.so.5
#13 0xb7e54745 in get_wch () from /lib/libncursesw.so.5
#14 0x081a869c in pkgSimulate::~pkgSimulate ()
#15 0x081a8780 in pkgSimulate::~pkgSimulate ()
#16 0xb7e2bcfd in start_thread () from /lib/tls/libpthread.so.0
#17 0xb7cb319e in clone () from /lib/tls/libc.so.6
(gdb) quit



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#343839: aptitude: segfaults trying to downgrade e2fsprogs

2006-01-02 Thread Ivan Nestlerode
On Mon, Jan 02, 2006 at 12:00:03PM -0800, Daniel Burrows wrote:
>   What does "info threads" show, and what do you get if you switch to
> each thread in turn (using "thread") and check the backtrace?
> 
>   Daniel

Unfortunately, "info threads" makes gdb exit (I don't know why), but here is
the captured "script" session.  Also, I can reproduce this now just by
starting aptitude interactively and quitting immediately (start it,
press q, confirm quit with Enter).

I removed some of the control characters between starting aptitude and
the gdb interaction.

-Ivan


Script started on Tue Jan  3 00:09:29 2006
# gdb aptitude
GNU gdb 6.3.90_20051119-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/aptitude
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1211798688 (LWP 5331)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
^[[?1049h^[[1;53r^[[m^[(B^[[4l^[[?7h^[[?1h^[=^[[39;49m^[[?1000h^[[?1h^[=[New 
Thread -1211802704 (LWP 5334)]
^[[39;49m^[[m^[(B^[[H^[[2J[New Thread -1220191312 (LWP 5335)]
[New Thread -1228579920 (LWP 5336)]
Program received signal SIG32, Real-time event 32.
[Switching to Thread -1211802704 (LWP 5334)]
0xb7ea9421 in __read_nocancel () from /lib/tls/libpthread.so.0
(gdb) ^Gb^H ^H^Gcont
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0xb7d99956 in __deregister_frame () from /lib/libgcc_s.so.1
(gdb) bt
#0  0xb7d99956 in __deregister_frame () from /lib/libgcc_s.so.1
#1  0xb7d6266a in dl_iterate_phdr () from /lib/tls/libc.so.6
#2  0xb7d9a646 in _Unwind_Find_FDE () from /lib/libgcc_s.so.1
#3  0xb7d97397 in _Unwind_DeleteException () from /lib/libgcc_s.so.1
#4  0xb7d98505 in _Unwind_Backtrace () from /lib/libgcc_s.so.1
#5  0xb7d9859a in _Unwind_ForcedUnwind () from /lib/libgcc_s.so.1
#6  0xb7eab002 in _Unwind_ForcedUnwind () from /lib/tls/libpthread.so.0
#7  0xb7ea8fc1 in __pthread_unwind () from /lib/tls/libpthread.so.0
#8  0xb7ea33e6 in sigcancel_handler () from /lib/tls/libpthread.so.0
#9  
#10 0xb7ea9421 in __read_nocancel () from /lib/tls/libpthread.so.0
#11 0xb7ece983 in _nc_wgetch () from /lib/libncursesw.so.5
#12 0xb7ee21f3 in wget_wch () from /lib/libncursesw.so.5
#13 0xb7ecd745 in get_wch () from /lib/libncursesw.so.5
#14 0x081a869c in pkgSimulate::~pkgSimulate ()
#15 0x081a8780 in pkgSimulate::~pkgSimulate ()
#16 0xb7ea4cfd in start_thread () from /lib/tls/libpthread.so.0
#17 0xb7d2c19e in clone () from /lib/tls/libc.so.6
(gdb) info threads
  5 Thread -1246118992 (LWP 5338)  0xb7ea6b91 in pthread_cond_wait@@GLIBC_2.3.2
() from /lib/tls/libpthread.so.0
  4 Thread -1228579920 (LWP 5336)  0xb7ea6b91 in pthread_cond_wait@@GLIBC_2.3.2
() from /lib/tls/libpthread.so.0
  3 Thread -1220191312 (LWP 5335)  0xb7eaa429 in do_sigwait ()
   from /lib/tls/libpthread.so.0
  1 Thread -1211798688 (LWP 5331)  0xb7ea5103 in pthread_join ()
   from /lib/tls/libpthread.so.0
^[[?1000l^[[53;1H^[[?1049l^[[?1l^[>Ouch!  Got SIGSEGV, dying..^M
Segmentation fault
^[]0;harpua^Gharpua:~# exit

Script done on Tue Jan  3 00:09:49 2006



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#291942: "amixer: not found" errors in /etc/init.d/alsa

2005-01-23 Thread Ivan Nestlerode
Package: alsa-base
Version: 1.0.8-2
Severity: normal

I took a look in /var/log/boot recently and I saw a bunch of errors from
the ALSA startup script:

Sun Jan 23 22:43:53 2005: bootlogd.
Sun Jan 23 22:43:53 2005: Activating swap.
Sun Jan 23 22:43:53 2005: Checking root file system...
Sun Jan 23 22:43:53 2005: fsck 1.36-rc3 (18-Jan-2005)
Sun Jan 23 22:43:53 2005: /dev/hde1: clean, 8123/72288 files, 42026/144553 
blocks
Sun Jan 23 22:43:53 2005: System time was Mon Jan 24 03:43:50 UTC 2005.
Sun Jan 23 22:43:53 2005: Setting the System Clock using the Hardware Clock as 
reference...
Sun Jan 23 22:43:53 2005: System Clock set. System local time is now Sun Jan 23 
22:43:52 EST 2005.
Sun Jan 23 22:43:53 2005: Cleaning up ifupdown...done.
Sun Jan 23 22:43:53 2005: Calculating module dependencies... done.
Sun Jan 23 22:43:53 2005: Loading modules...
Sun Jan 23 22:43:53 2005: 8139too
Sun Jan 23 22:43:53 2005: snd-via82xx
Sun Jan 23 22:43:53 2005: Setting up ALSA.../etc/init.d/alsa: 435: amixer: not 
found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: /etc/init.d/alsa: 435: amixer: not found
Sun Jan 23 22:43:53 2005: done.


I think it is because /usr is not mounted at this point in the boot process.

>From later on in that same log file:
Sun Jan 23 22:43:53 2005: Mounting local filesystems...
Sun Jan 23 22:43:53 2005: /dev/hde5 on /usr type ext3 (rw)
Sun Jan 23 22:43:54 2005: /dev/hde6 on /var type ext3 (rw)
Sun Jan 23 22:43:54 2005: /dev/hde7 on /tmp type ext3 (rw)
Sun Jan 23 22:43:54 2005: /dev/hde8 on /home type ext3 (rw)
...

-Ivan

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages alsa-base depends on:
ii  alsa-utils1.0.8-1ALSA utilities
ii  debconf   1.4.42 Debian configuration management sy
ii  debianutils   2.11.2 Miscellaneous utilities specific t
ii  lsof  4.73-1 List open files.
ii  module-init-tools 3.1-rel-2  tools for managing Linux kernel mo
ii  modutils  2.4.26-1.2 Linux module utilities

-- debconf information:
  alsa-base/alsactl_store_on_shutdown: always autosave


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#292451: java-package: ascending alternatives priorities

2005-01-26 Thread Ivan Nestlerode
Package: java-package
Version: 0.19
Severity: wishlist

It would be nice if the .deb packages generated by make-jpkg would set
different alternatives priorities depending on the version of the SDK/JRE
that is being installed.

For example, I have generated .deb packages for both the 1.3 and 1.4 Sun
SDKs and they are both installed.  Each of these packages installs alternatives
with priority of 200.

It would be more useful if the SDK with the higher version installed its
alternatives with a higher priority (say 200 for 1.3, 210 for 1.4, etc.).

This way this newest SDK would be the automatically chosen alternative (which
is a plausible setup).  Right now, achieving this setup requires manual
configuration of a dozen or so alternatives (since there is no consistent
winner when they both use priority of 200).

-Ivan

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages java-package depends on:
ii  debhelper 4.2.30 helper programs for debian/rules
ii  fakeroot  1.2.2  Gives a fake root environment

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#342319: aptitude: gets stuck resolving dependencies (related to KDE transition?)

2005-12-06 Thread Ivan Nestlerode
Package: aptitude
Version: 0.4.0-5
Severity: important

After running an update this evening, I found myself unable to use
aptitude as it kept getting stuck saying it was "Resolving dependencies".

Basic operations on the preview screen would hang aptitude (trying to
upgrade something that was on hold, trying to put something on hold that
was broken, etc.).  It was completely unusable (I had to kill it from
another window three times in a row).

I have a large number of KDE packages on hold right now due to that
transition, so I thought maybe it was some combinatoric calculation that
was talking forever.  However, aptitude doesn't peg the CPU or anything
when it is stuck like this.

To be more specific, I start aptitude.  I pressed "g".  It said:
Resolving dependencies...
[Previous][Next][Appl][Close]

This was already weird looking.  Usually it suggests putting some number
of packages on hold (since 72 packages are broken from the KDE
transition).  I selected "Close".

I attempted to put a broken KDE package (akode) on hold by typing "=".
This froze aptitude (required being killed elsewhere).  During this, the
bottom of the screen said:
[1(0)/...] Resolving dependencies
e: Examine (the rest of the things on this line were greyed out)

I started it up again, pressed "g", saw the same "Resolving
dependcies..." thing again, and selected "Close" again.  This type, I
tried to switching one of the packages scheduled for deletion to a purge
instead (kdelibs4c2) by pressing "_".  This also hung aptitude.  I
killed it again.

I started it up again, pressed "g", saw the same "Resolving
dependcies..." thing again, and selected "Close" again.  This type, I
tried to switching one of the packages on hold (kdeartwork) to be upgrade by
typing "+".  This also hung aptitude.  I killed it again.

-Ivan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.43 Advanced front-end for dpkg
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libncursesw5  5.5-1  Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.0.16-2   type-safe Signal Framework for C++
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.0-5English manual for aptitude, a ter

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#342319: aptitude: gets stuck resolving dependencies (related to KDE transition?)

2005-12-07 Thread Ivan Nestlerode
On Tue, Dec 06, 2005 at 07:31:20PM -0800, Daniel Burrows wrote:
>   Could you please send me the following files?  (specifically, place a
> .tar.bz2 somewhere that I can download it)
> 
>   - /etc/apt
>   - ~/.aptitude/config
>   - /var/lib/apt/lists
>   - /var/lib/aptitude
>   - /var/lib/dpkg/status
> 
> Thanks,
>   Daniel

http://www.speakeasy.org/~nestler/aptitude.tar.bz2

I'm not sure which aptitude config file is the right one.  I included both
root's and my own (~nestler).  I think the latter applies (I generally get
root with "su -m" before running aptitude).

Thanks,
-Ivan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#343556: alsa-source: upgrade to 1.0.10-2 fails

2005-12-15 Thread Ivan Nestlerode
Package: alsa-source
Version: 1.0.10-2
Severity: important

When attempting to upgrade alsa-source today, I got the following error
messages:

Preconfiguring packages ...
alsa-source failed to preconfigure, with exit status 127
(Reading database ... 122403 files and directories currently installed.)
...
Setting up alsa-source (1.0.10-2) ...
dpkg: error processing alsa-source (--configure):
 subprocess post-installation script returned error exit status 127
...
Errors were encountered while processing:
 alsa-source
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up alsa-source (1.0.10-2) ...
dpkg: error processing alsa-source (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 alsa-source

-Ivan

-- Package-specific info:
--- Begin additional package status ---
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  alsa-base  1.0.10-2   ALSA driver configuration files
ii  libasound2 1.0.10-2   ALSA library
--- End additional package status ---
--- Begin /proc/asound/version ---
Advanced Linux Sound Architecture Driver Version 1.0.10rc1 (Mon Sep 12 08:13:09 
2005 UTC).
--- End /proc/asound/version ---
--- Begin /proc/asound/cards ---
0 [V8237  ]: VIA8237 - VIA 8237
 VIA 8237 with ALC655 at 0xdc00, irq 22
--- End /proc/asound/cards ---
--- Begin /dev/snd/ listing ---
total 0
crw-rw 1 root audio 116,   0 Apr 30  2004 controlC0
crw-rw 1 root audio 116,  32 Apr 30  2004 controlC1
crw-rw 1 root audio 116,  64 Apr 30  2004 controlC2
crw-rw 1 root audio 116,  96 Apr 30  2004 controlC3
crw-rw 1 root audio 116,   4 Apr 30  2004 hwC0D0
crw-rw 1 root audio 116,   5 Apr 30  2004 hwC0D1
crw-rw 1 root audio 116,   6 Apr 30  2004 hwC0D2
crw-rw 1 root audio 116,   7 Apr 30  2004 hwC0D3
crw-rw 1 root audio 116,  36 Apr 30  2004 hwC1D0
crw-rw 1 root audio 116,  37 Apr 30  2004 hwC1D1
crw-rw 1 root audio 116,  38 Apr 30  2004 hwC1D2
crw-rw 1 root audio 116,  39 Apr 30  2004 hwC1D3
crw-rw 1 root audio 116,  68 Apr 30  2004 hwC2D0
crw-rw 1 root audio 116,  69 Apr 30  2004 hwC2D1
crw-rw 1 root audio 116,  70 Apr 30  2004 hwC2D2
crw-rw 1 root audio 116,  71 Apr 30  2004 hwC2D3
crw-rw 1 root audio 116, 100 Apr 30  2004 hwC3D0
crw-rw 1 root audio 116, 101 Apr 30  2004 hwC3D1
crw-rw 1 root audio 116, 102 Apr 30  2004 hwC3D2
crw-rw 1 root audio 116, 103 Apr 30  2004 hwC3D3
crw-rw 1 root audio 116,   8 Apr 30  2004 midiC0D0
crw-rw 1 root audio 116,   9 Apr 30  2004 midiC0D1
crw-rw 1 root audio 116,  10 Apr 30  2004 midiC0D2
crw-rw 1 root audio 116,  11 Apr 30  2004 midiC0D3
crw-rw 1 root audio 116,  12 Apr 30  2004 midiC0D4
crw-rw 1 root audio 116,  13 Apr 30  2004 midiC0D5
crw-rw 1 root audio 116,  14 Apr 30  2004 midiC0D6
crw-rw 1 root audio 116,  15 Apr 30  2004 midiC0D7
crw-rw 1 root audio 116,  40 Apr 30  2004 midiC1D0
crw-rw 1 root audio 116,  41 Apr 30  2004 midiC1D1
crw-rw 1 root audio 116,  42 Apr 30  2004 midiC1D2
crw-rw 1 root audio 116,  43 Apr 30  2004 midiC1D3
crw-rw 1 root audio 116,  44 Apr 30  2004 midiC1D4
crw-rw 1 root audio 116,  45 Apr 30  2004 midiC1D5
crw-rw 1 root audio 116,  46 Apr 30  2004 midiC1D6
crw-rw 1 root audio 116,  47 Apr 30  2004 midiC1D7
crw-rw 1 root audio 116,  72 Apr 30  2004 midiC2D0
crw-rw 1 root audio 116,  73 Apr 30  2004 midiC2D1
crw-rw 1 root audio 116,  74 Apr 30  2004 midiC2D2
crw-rw 1 root audio 116,  75 Apr 30  2004 midiC2D3
crw-rw 1 root audio 116,  76 Apr 30  2004 midiC2D4
crw-rw 1 root audio 116,  77 Apr 30  2004 midiC2D5
crw-rw 1 root audio 116,  78 Apr 30  2004 midiC2D6
crw-rw 1 root audio 116,  79 Apr 30  2004 midiC2D7
crw-rw 1 root audio 116, 104 Apr 30  2004 midiC3D0
crw-rw 1 root audio 116, 105 Apr 30  2004 midiC3D1
crw-rw 1 root audio 116, 106 Apr 30  2004 midiC3D2
crw-rw 1 root audio 116, 107 Apr 30  2004 midiC3D3
crw-rw 1 root audio 116, 108 Apr 30  2004 midiC3D4
crw-rw 1 root audio 116, 109 Apr 30  2004 midiC3D5
crw-rw 1 root audio 116, 110 Apr 30  2004 midiC3D6
crw-rw 1 root audio 116, 111 Apr 30  2004 midiC3D7
crw-rw 1 root audio 116,  24 Apr 30  2004 pcmC0D0c
crw-rw 1 root audio 116,  16 Apr 30  2004 pcmC0D0p
crw-rw 1 root audio 116,  25 Apr 30  2004 pcmC0D1c
crw-rw 1 root audio 116,  17 Apr 30  2004 pcmC0D1p
crw-rw 1 root audio 116,  26 Apr 30  2004 pcmC0D2c
crw-rw 1 root audio 116,  18 Apr 30  2004 pcmC0D2p
crw-rw 1 root audio 116,  27 Apr 30  2004 pcmC0D3c
crw-rw 1 root audio 116,  19 Apr

Bug#343839: aptitude: segfaults trying to downgrade e2fsprogs

2005-12-17 Thread Ivan Nestlerode
Package: aptitude
Version: 0.4.1-1
Severity: normal

I just attempted to downgrade all the binary packages from e2fsprogs
using aptitude.  It segfaulted:
# aptitude 
Ouch!  Got SIGSEGV, dying..
Segmentation fault

I had the following things going on:

mozilla-firefox on hold at version 1.0.7-a
libwine-arts set to be purged
downgrades for e2fslibs, e2fsprogs, libblkid1, libcomerr2, libss2, and
libuuid1 (all from version 1.38+1.39-WIP-2005.12.10-1 to version 1.38-2)

Let me know if additional information is required.

-Ivan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14.4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.43 Advanced front-end for dpkg
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libncursesw5  5.5-1  Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.0.16-2   type-safe Signal Framework for C++
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.1-1English manual for aptitude, a ter

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#343903: filelight: glibc detects free() of invalid pointer on exit

2005-12-18 Thread Ivan Nestlerode
Package: filelight
Version: 0.99beta6-1+b1
Severity: normal

If you start filelight from a shell (to see stdout/stderr easily), you
see this after exiting it with "Quit" from the menu:

$ filelight 2>/dev/null
*** glibc detected *** free(): invalid pointer: 0x41752ac0 ***
Alarm clock

-Ivan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.4.32
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages filelight depends on:
ii  kdelibs4c2a   4:3.4.3-2  core libraries for all KDE applica
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3

filelight recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#343905: filelight: lots of noise on stderr from RadialMap methods

2005-12-18 Thread Ivan Nestlerode
Package: filelight
Version: 0.99beta6-1+b1
Severity: minor

Running filelight from a shell results in tons of messages on stderr
(without clicking on anything at all).  A sampling:

filelight: >> void RadialMap::Map::setRingBreadth()
filelight: >> void RadialMap::Map::paint(unsigned int)
filelight: >> bool RadialMap::Map::resize(const QRect&)
filelight: >> void RadialMap::Map::setRingBreadth()
filelight: >> void RadialMap::Map::paint(unsigned int)
filelight: >> bool RadialMap::Map::resize(const QRect&)
filelight: >> void RadialMap::Map::setRingBreadth()
filelight: >> void RadialMap::Map::paint(unsigned int)
filelight: >> bool RadialMap::Map::resize(const QRect&)
filelight: >> void RadialMap::Map::setRingBreadth()
filelight: >> void RadialMap::Map::paint(unsigned int)
filelight: >> void RadialMap::Map::make(const Directory*, bool)
filelight: >> void RadialMap::Map::setRingBreadth()
filelight: >> void RadialMap::Map::colorise()
filelight: >> void RadialMap::Map::paint(unsigned int)
filelight: >> void RadialMap::Map::make(const Directory*, bool)
filelight: >> void RadialMap::Map::setRingBreadth()
filelight: >> void RadialMap::Map::colorise()
...

-Ivan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.4.32
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages filelight depends on:
ii  kdelibs4c2a   4:3.4.3-2  core libraries for all KDE applica
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3

filelight recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#343839: aptitude: segfaults trying to downgrade e2fsprogs

2005-12-19 Thread Ivan Nestlerode
On Sun, Dec 18, 2005 at 09:35:37PM -0800, Daniel Burrows wrote:
>   If your system is still in a state where you can reproduce this, what would
> be ideal would be to post a bzipped tarfile of the following somewhere
> (assuming of course that the data are yours to post):
> 
>   - /etc/apt
>   - /var/lib/dpkg/status
>   - /var/lib/aptitude
>   - /var/lib/apt
> 
>   Daniel

My system is still in a state where I can easily reproduce the crash.
The tar file is here:
http://www.speakeasy.org/~nestler/aptitude-bug343839.tar.bz2

The scenario required to reproduce the crash is even simpler now.
I have a handful of packages on hold (mozilla-firefox and all of the
e2fsprogs binary packages) and I am trying to purge bittorrent and
libwine-arts.  Nothing is being upgraded, downgraded, or installed.  I
still get a segfault.

The backtrace is hard to paste here because gdb's terminal gets totally
messed up when running aptitude inside of it.  I assume you can
reproduce it.

It involves pkgSimulate::Policy::~Policy() which is mentioned in another
Bug (343488).  However, applying the patch from that bug did not solve
the problem.  Also, downgrading aptitude to version 0.4.0-5 did not solve
the problem either.

-Ivan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#343839: aptitude: segfaults trying to downgrade e2fsprogs

2005-12-19 Thread Ivan Nestlerode
On Mon, Dec 19, 2005 at 08:05:27PM -0800, Daniel Burrows wrote:
> On Mon, Dec 19, 2005 at 10:48:31PM -0500, Ivan Nestlerode <[EMAIL PROTECTED]> 
> was heard to say:
> > The scenario required to reproduce the crash is even simpler now.
> > I have a handful of packages on hold (mozilla-firefox and all of the
> > e2fsprogs binary packages) and I am trying to purge bittorrent and
> > libwine-arts.  Nothing is being upgraded, downgraded, or installed.  I
> > still get a segfault.
> > 
> > The backtrace is hard to paste here because gdb's terminal gets totally
> > messed up when running aptitude inside of it.  I assume you can
> > reproduce it.
> > 
> > It involves pkgSimulate::Policy::~Policy() which is mentioned in another
> > Bug (343488).  However, applying the patch from that bug did not solve
> > the problem.  Also, downgrading aptitude to version 0.4.0-5 did not solve
> > the problem either.
> 
>   Unfortunately, backtraces are generally useless unless you compile the
> program yourself with -O0 -fno-inline.
> 
>   What exactly do you do to trigger the segfault?  Nothing happens when I
> put all the stuff that's being upgraded on hold and then purge those
> packages, even if I type 'g'.
> 
>   Daniel

I start aptitude.  I press "g".  The programs are already marked for
holds and purges.  I press "g" again and press Enter for "Ok".  Then I
get the segfault.

How exactly do I build aptitude such that a back trace is useful?  I know
how to build the package from source but not how to change the build
options.

-Ivan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#226547: the bug is fixed now

2005-12-01 Thread Ivan Nestlerode
After filing this bug a long time ago, I just tried to reproduce it and
it seems to be fixed now.  I'm not sure exactly when it got fixed, but here are
the relevant package versions on my system now.

-Ivan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages python2.3 depends on:
ii  libbz2-1.01.0.2-11   high-quality block-sorting file co
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libdb4.3  4.3.29-1   Berkeley v4.3 Database Libraries [
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libreadline5  5.0-11 GNU readline and history libraries
ii  libssl0.9.8   0.9.8a-4   SSL shared libraries
ii  zlib1g1:1.2.3-8  compression library - runtime

Versions of packages python2.3 recommends:
ii  python2.3-iconvcodec  1.1.2-1Python universal Unicode codec, us

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#331322: libssl0.9.7-dbg: .so files in debug packages do not seem to work

2005-10-02 Thread Ivan Nestlerode
Package: libssl0.9.7-dbg
Version: 0.9.7g-3
Severity: normal

The .so files in the libssl0.9.7-dbg package do not seem to work.
Were they built properly?

/tmp$ ldd ossl-test
linux-gate.so.1 =>  (0xe000)
libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0xb7edb000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7da3000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7d9f000)
/lib/ld-linux.so.2 (0xb7feb000)
/tmp$ LD_LIBRARY_PATH=/usr/lib/debug/usr/lib ldd ossl-test
./ossl-test: error while loading shared libraries: libcrypto.so.0.9.7: object 
file has no dynamic section
/tmp$ cd /usr/lib/debug/usr/lib
/usr/lib/debug/usr/lib$ ldd libcrypto.so.0.9.7
not a dynamic executable
/usr/lib/debug/usr/lib$ ldd libssl.so.0.9.7 
not a dynamic executable

-Ivan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libssl0.9.7-dbg depends on:
ii  libssl0.9.7   0.9.7g-3   SSL shared libraries

libssl0.9.7-dbg recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#338073: aptitude: screen showing reverse dependencies is wrong

2005-11-07 Thread Ivan Nestlerode
Package: aptitude
Version: 0.4.0-2
Severity: normal

After recently upgrading to the 0.4.0 version of aptitude, I noticed
that pressing 'r' to show reverse dependencies produces incorrect results
sometimes (haven't figured out the pattern yet; maybe when the dependency is a
strict = on the version).

For example, right now I have libgnomeprint-data on hold, so it is under
"Packages being held back" in the "Preview" screen.  Pressing 'r' on it
here shows this:

iha --\ libgnomeprint-data 0.37-10 0.37-1
  --\ Depends
p   hylafax-client 2:4.2.2-1

It neglects to mention libgnomeprint15 which is also a reverse dependency
(libgnomeprint-data (= 0.37-10)).

-Ivan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.42.2   Advanced front-end for dpkg
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-3  GCC support library
ii  libncursesw5  5.5-1  Shared libraries for terminal hand
ii  libsigc++-2.0-0c2 2.0.16-1   type-safe Signal Framework for C++
ii  libstdc++64.0.2-3The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.0-2English manual for aptitude, a ter

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#338073: aptitude: screen showing reverse dependencies is wrong

2005-11-08 Thread Ivan Nestlerode
On Mon, Nov 07, 2005 at 07:18:49PM -0800, Daniel Burrows wrote:
>   When several versions of a package are available, it's sometimes a bit
> confusing which one gets picked as the target of an action (when it matters).
> In this case, aptitude is showing you the reverse dependencies of
> libgnomeprint-data version 0.37-11, not 0.37-10.  You can confirm this by
> hitting "v" to list the versions and then checking the reverse dependencies
> of each.
> 
>   Daniel

In that case, this sounds like expected behavior.  This bug can be closed then.
Sorry for the false alarm. I had never run into this situation before.

Thanks,
-Ivan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#303930: mozilla-firefox: printing does not work

2005-04-09 Thread Ivan Nestlerode
Package: mozilla-firefox
Version: 1.0.2-3
Severity: normal

I cannot print anything from mozilla-firefox.  The system is using CUPS
but I do not think the problem is at that level because I can print
things with lpr from other applications (text and postscript) just fine.

I have tried using firefox to print to a PostScript file as well as to the
printer.

Printing to a PostScript file gives me a file that gv complains about:
Error: /invalidfont in findfont
Operand stack:
   0   106   (Times-RomanISO)   Times-Roman   Font   Times-Roman   523084   
Times-Roman   --nostringval--   Courier   NimbusMonL-Regu   (NimbusMonL-Regu)   
NimbusMonL-Regu   (NimbusMonL-Regu)   NimbusMonL-Regu
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
--nostringval--   false   1   %stopped_push   1   3   %oparray_pop   1   3   
%oparray_pop   1   3   %oparray_pop   .runexec2   --nostringval--   
--nostringval--   --nostringval--   2   %stopped_push   --nostringval--   
--nostringval--   --nostringval--   --nostringval--   4   3   %oparray_pop   5  
 3   %oparray_pop   --nostringval--   --nostringval--   --nostringval--   
--nostringval--   --nostringval--   false   1   %stopped_push   8   4   
%oparray_pop   --nostringval--   --nostringval--   --nostringval--   5   -1   1 
  --nostringval--   %for_neg_int_continue   --nostringval--   --nostringval--
Dictionary stack:
   --dict:1056/1417(ro)(G)--   --dict:0/20(G)--   --dict:184/200(L)--   
--dict:17/17(ro)(G)--   --dict:1056/1417(ro)(G)--
Current allocation mode is local
Last OS error: 2
ESP Ghostscript 7.07.1: Unrecoverable error, exit code 1

Printing to the printer makes CUPS complain with a very similar error (when
debug logging is enabled for CUPS).

The bizarre thing is that this was working a few weeks ago.  I am not sure
which change on my system caused the problem here (firefox, some font package,
xprint, or what).

I tried making a new user that would have default Firefox font settings, but
that did not fix anything.

-Ivan

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mozilla-firefox depends on:
ii  debianutils  2.13.2  Miscellaneous utilities specific t
ii  fontconfig   2.3.1-2 generic font configuration library
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.1-2 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-12  GCC support library
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.4-1 The GTK+ graphical user interface 
ii  libidl0  0.8.5-1 library for parsing CORBA IDL file
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libkrb53 1.3.6-2 MIT Kerberos runtime libraries
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxp6   4.3.0.dfsg.1-12.0.1 X Window System printing extension
ii  libxt6   4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics
ii  psmisc   21.6-1  Utilities that use the proc filesy
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#303930: xprint: xphelloworld doesn't work since upgrade

2005-04-11 Thread Ivan Nestlerode
Package: xprint
Version: 1:0.1.0.alpha1-10
Followup-For: Bug #303930

xprint on my system is currently broken.  It used to work a few weeks
ago, and I assume that once of the recent upgrades may have caused the
problems (around the package name transition time).

What originally looked like a firefox problem is actually an xprint
problem since I can see these error messages in the CUPS error log when
I do xphelloworld (my printer's light flashes; then nothing happens):
D [12/Apr/2005:00:18:19 -0400] [Job 160] Error: /invalidfont in findfont
D [12/Apr/2005:00:18:19 -0400] [Job 160] Operand stack:
D [12/Apr/2005:00:18:19 -0400] [Job 160] 0   150   (AvantGarde-DemiObliqueISO)  
 AvantGarde-DemiOblique   Font   AvantGarde-DemiOblique   555669   
AvantGarde-DemiOblique   --nostringval--   Helvetica-Bold   NimbusSanL-Bold   
(NimbusSanL-Bold)   NimbusSanL-Bold   (NimbusSanL-Bold)   NimbusSanL-Bold
D [12/Apr/2005:00:18:19 -0400] [Job 160] Execution stack:
D [12/Apr/2005:00:18:19 -0400] [Job 160] %interp_exit   .runexec2   
--nostringval--   --nostringval--   --nostringval--   2   %stopped_push   
--nostringval--   --nostringval--   --nostringval--   false   1   %stopped_push 
  1   3   %oparray_pop   1   3   %oparray_pop   1   3   %oparray_pop   
.runexec2   --nostringval--   --nostringval--   --nostringval--   2   
%stopped_push   --nostringval--   --nostringval--   --nostringval--   
--nostringval--   4   3   %oparray_pop   5   3   %oparray_pop   --nostringval-- 
  --nostringval--   --nostringval--   --nostringval--   --nostringval--   false 
  1   %stopped_push   8   4   %oparray_pop   --nostringval--   --nostringval--  
 --nostringval--   5   -1   1   --nostringval--   %for_neg_int_continue   
--nostringval--   --nostringval--
D [12/Apr/2005:00:18:19 -0400] [Job 160] Dictionary stack:
D [12/Apr/2005:00:18:19 -0400] [Job 160] --dict:1053/1417(ro)(G)--   
--dict:0/20(G)--   --dict:187/200(L)--   --dict:17/17(ro)(G)--   
--dict:1053/1417(ro)(G)--
D [12/Apr/2005:00:18:19 -0400] [Job 160] Current allocation mode is local
D [12/Apr/2005:00:18:19 -0400] [Job 160] Last OS error: 2
D [12/Apr/2005:00:18:19 -0400] [Job 160] ESP Ghostscript 7.07.1: Unrecoverable 
error, exit code 1

-Ivan

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xprint depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxaw7  4.3.0.dfsg.1-12.0.1 X Athena widget set library
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxmu6  4.3.0.dfsg.1-12.0.1 X Window System miscellaneous util
ii  libxp6   4.3.0.dfsg.1-12.0.1 X Window System printing extension
ii  libxpm4  4.3.0.dfsg.1-12.0.1 X pixmap library
ii  libxt6   4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  xprint-common1:0.1.0.alpha1-10   Xprint - the X11 print system (con
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#303930: Processed: reassign bug

2005-04-11 Thread Ivan Nestlerode
On Tue, Apr 12, 2005 at 02:21:24PM +1000, Drew Parsons wrote:
> On Mon, 2005-04-11 at 21:03 -0700, Debian Bug Tracking System wrote:
> > Processing commands for [EMAIL PROTECTED]:
> > 
> > > reassign 303930 xprint
> > Bug#303930: mozilla-firefox: printing does not work
> > Bug reassigned from package `mozilla-firefox' to `xprint'.
> > 
> 
> Ivan, you reassigned bug #303930 to xprint, but you seem to have missed
> Jonas' comment that the bug is in mozilla's internal postscript driver,
> not in xprint.
> 
> Did you print to the printer labelled with an ":64" inside it or the one
> labelled with "Postscript/" at the front?  The first is Xprint's, the
> second is mozilla's own.
> 
> You might want to forward your postscript file (or at least the first
> few lines of it: "head mozilla.ps") to this bug.
> 
> Drew Parsons

The reason I reassigned it is because I still get the error when doing
xphelloworld (which presumably just uses xprint, bypassing Mozilla Firefox).

It seems like the Mozilla output is less useful if xphelloworld doesn't
even work.

In case you still think it is useful, here are the first six lines of
mozilla.ps of www.debian.org when printed to the printer labelled
"LaserJet2200d@:64":

%!PS-Adobe-3.0
%%Creator: The X Print Server's PostScript DDX (xprint.mozdev.org, release 
10, FreeType version 2.1.8)
%%Title: Debian -- The Universal Operating System
%%EndComments
%%BeginProlog
%%BeginProcSet: XServer_PS_Functions

-Ivan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#303930: xprint postscript crashes

2005-04-14 Thread Ivan Nestlerode
On Thu, Apr 14, 2005 at 03:10:04PM +1000, Drew Parsons wrote:
> I don't think anyone understands the Debian font system ;)
> 
> Nautilus provides me with a nice graphical view of a010035l.pfb and
> tells me it's "URW Gothic L".  The URW fonts are provided by gsfonts:
> 
> $ dpkg -L gsfonts
> ...
> /usr/share/fonts/type1/gsfonts/a010013l.afm
> /usr/share/fonts/type1/gsfonts/a010015l.afm
> /usr/share/fonts/type1/gsfonts/a010033l.afm
> /usr/share/fonts/type1/gsfonts/a010035l.afm
> /usr/share/fonts/type1/gsfonts/b018012l.afm
> ...
> 
> 
> I assume defoma registers these fonts if it's installed and converts the
> afms to pfbs.  Maybe you didn't have defoma installed when gsfonts got
> installed?  Try the purge-and-reinstall trick on gsfonts and see if it
> helps.
> 
> If that works then a short workaround might be to declare a dependency
> in xprint on gsfonts and maybe defoma.
> 
> Drew
> 
> p.s. I'm CC:ing the bug report, since I think we're starting to get
> somewhere.

Purging and reinstalling gsfonts spewed out a whole bunch of errors.
However, things seem to be ok at this point.  I can open all of the
PostScript files mentioned in this bug in gv without incident now.

Part of the problem may have been my weird upgrade trajectory of
gsfonts.  I had it on hold for about a year because it made all text on
Slashdot appear bold on my system (maybe due to the font I
had chosen in Mozilla Firefox).  I recently upgraded it on April 9th:
[UPGRADE] gsfonts 8.14+urwcyr1.0.7pre35-1 -> 8.14+v8.11+urw-0.2

At that time, I didn't capture the output, but I remember it printing a
message about how the old pre-removal had an error and it was going to run
the new packages pre-removal instead.  I believe it was very similar to
the error from today's purge/reinstall which I have included here.

-Ivan

# dpkg --purge --force-depends gsfonts   
dpkg: gsfonts: dependency problems, but removing anyway as you request:
 libguppi16 depends on gsfonts.
 gs-common depends on gsfonts; however:
  Package gsfonts is to be removed.
 libwmf0.2-7 depends on gsfonts.
 libgnomeprint-data depends on gsfonts; however:
  Package gsfonts is to be removed.
 xpdf-reader depends on gsfonts (>= 6.0-1).
(Reading database ... 101890 files and directories currently installed.)
Removing gsfonts ...
Unregistering PostScript fonts...W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
dpkg: error processing gsfonts (--purge):
 subprocess pre-removal script returned error exit status 1
Errors were encountered while processing:
 gsfonts

# dpkg -l gsfonts
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
pi  gsfonts8.14+v8.11+urw Fonts for the Ghostscript interpreter(s)

# apt-get install --reinstall gsfonts
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 14 not upgraded.
Need to get 0B/3722kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue? [Y/n] y
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Selecting previously deselected package gsfonts.
(Reading database ... 101892 files and directories currently installed.)
Preparing to replace gsfonts 8.14+v8.11+urw-0.2 (using 
.../gsfonts_8.14+v8.11+urw-0.2_all.deb) ...
Unregistering PostScript fonts...W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Category not found.
W: type1: Ca

Bug#309217: startup error trying to touch /usr/share/rezound/key_bindings.dat

2005-05-15 Thread Ivan Nestlerode
Package: rezound
Version: 0.12.0beta-1
Severity: normal

When I start rezound from the command line, I get the following error
message:

using path '/usr/share/rezound' for share data directory
error - Error reading user macro store -- bool CPath::touch(bool, bool)
const -- error touching path name '/usr/share/rezound/key_bindings.dat'
-- Permission denied

There is also a popup message with the title "Error" that says:
Error reading user macro store
-- bool CPath::touch(bool, bool) const
-- error touching path '/usr/share/rezound/key_bindings.dat'
-- Permission denied

I'm not sure why the program is trying to touch something in a directory
that only root could touch (it would seem something in ~ would be more
appropriate it it is trying to store something).

-Ivan

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.4.30
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages rezound depends on:
ii  fftw2 [fftw2-double] 2.1.3-16Library for computing Fast Fourier
ii  libasound2   1.0.8-3 ALSA library
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libbz2-1.0   1.0.2-6 high-quality block-sorting file co
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libcupsys2-gnutls10  1.1.23-10   Common UNIX Printing System(tm) - 
ii  libflac++4   1.1.1-5 Free Lossless Audio Codec - C++ ru
ii  libflac6 1.1.1-5 Free Lossless Audio Codec - runtim
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libfox1.21.2.13-1.1  The FOX C++ GUI Toolkit
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-13  GCC support library
ii  libjack0.80.0-0  0.99.0-6JACK Audio Connection Kit (librari
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libogg0  1.1.2-1 Ogg Bitstream Library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libsoundtouch1   1.2.1-6 sound stretching library
ii  libstdc++5   1:3.3.6-4   The GNU Standard C++ Library v3
ii  libtiff4 3.7.2-2 Tag Image File Format (TIFF) libra
ii  libvorbis0a  1.1.0-1 The Vorbis General Audio Compressi
ii  libvorbisenc21.1.0-1 The Vorbis General Audio Compressi
ii  libvorbisfile3   1.1.0-1 The Vorbis General Audio Compressi
ii  libx11-6 4.3.0.dfsg.1-13 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 4.3.0.dfsg.1-13 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxrender1  1:0.8.3-1   X Rendering Extension client libra
ii  xlibmesa-gl [libgl1] 4.3.0.dfsg.1-13 Mesa 3D graphics library [XFree86]
ii  xlibmesa-glu [libglu1]   4.3.0.dfsg.1-13 Mesa OpenGL utility library [XFree
ii  xlibs4.3.0.dfsg.1-13 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#304748: aptitude: this bug is worse than it sounds

2005-04-22 Thread Ivan Nestlerode
Package: aptitude
Version: 0.2.15.9-2
Followup-For: Bug #304748

This bug is worse than it sounds.

I've used aptitude for over a year with no major problems to speak of,
but in the past couple of hours I've wasted a decent chunk of it due to
this bug and a key-binding related to it.

For whatever reason, shift-downArrow seems to have recently been mapped
to bring up reportbug (which as mentioned here causes all of your pending work
to be forgotten).

This is a very easy key sequence to hit in at least two scenarios:

1. setting lots of stuff to autoinstalled

On a machine that hasn't had aptitude run on it before, I'll often go
into libs and mark all of the libraries as auto-installed.  The
keystroke sequence is downArrow, shift-M, downArrow, shift-M, etc.

If I accidentally keep shift held down while hitting downArrow, I suddenly
lose all of my work by getting thrown into reportbug.

2. purging lots of stuff

When I go to purge a package that autoinstalled a lot of stuff, I then
go to mark all of the autoinstalled stuff as purge (instead of just
delete).  Again the sequence looks like down, shift-dash, down,
shift-dash.  Again, holding down shift too long results in lost work.


I don't think shift-downArrow should be mapped to anything by default.
Even if reportbug didn't cause all of my changes to be lost, it would
still be annoying to invoke it accidentally so easily.

-Ivan

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-5-3 0.5.28.6 Advanced front-end for dpkg
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-12   GCC support library
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libsigc++-1.2-5c102 1.2.5-4  type-safe Signal Framework for C++
ii  libstdc++5  1:3.3.5-12   The GNU Standard C++ Library v3

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#293828: python2.3-libxslt1: shouldn't have versioned dependency on dummy libxml2-python2.3

2005-02-05 Thread Ivan Nestlerode
Package: python2.3-libxslt1
Version: 1.1.12-4
Severity: normal

The python bindings for libxml2 and libxslt1 just had their packages renamed.
I attempted to remove the old dummy packages
(libxml2-python2.3 and libxslt1-python2.3), but I cannot do so because
python2.3-libxslt1 has a versioned dependency on libxml2-python2.3 (the
dummy package):

Package: python2.3-libxslt1
Depends: libxml2-python2.3 (>= 2.6.15)

python2.3-libxml2 provides libxml2-python2.3 but I do not think you can
do a versioned "Provides:" to satisfy this versioned dependency.

My first guess for a fix is to change this dependency to be on
python2.3-libxml2 (to avoid depending on the dummy layer, avoiding the issue of 
versioned "Provides:"), but I'm not sure if that would affect the smoothness of
the upgrade transition.

-Ivan

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages python2.3-libxslt1 depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libxml2-python2.32.6.16-2Python 2.3 bindings for the GNOME 
ii  libxslt1.1   1.1.12-4XSLT processing library - runtime 
ii  python2.32.3.4+2.3.5c1-2 An interactive high-level object-o
ii  python2.3-libxml2 [libxm 2.6.16-2Python 2.3 bindings for the GNOME 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#327002: filelight: needs to be rebuilt for kde/c++ transition

2005-09-06 Thread Ivan Nestlerode
Package: filelight
Version: 0.6.4.1-1
Severity: normal

filelight is currently uninstallable in unstable because it still
depends on the kdelibs4 from before the kde/c++ transition.

It needs to be rebuilt against the transitioned library.

Thanks,
-Ivan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#327003: kmyfirewall: needs to be rebuilt for kde/c++ transition

2005-09-06 Thread Ivan Nestlerode
Package: kmyfirewall
Version: 0.9.6.2-1
Severity: important

kmyfirewall is currently uninstallable in unstable because it still
depends on the kdelibs4 from before the kde/c++ transition.

It needs to be rebuilt against the transitioned library.

Thanks,
-Ivan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#327005: kxmleditor: needs to be rebuilt for kde/c++ transition

2005-09-06 Thread Ivan Nestlerode
Package: kxmleditor
Version: 1.1.4-1
Severity: important

kxmleditor is currently uninstallable in unstable because it still
depends on the kdelibs4 from before the kde/c++ transition.

It needs to be rebuilt against the transitioned library.

Thanks,
-Ivan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#318682: libqt4-dev: missing dependency on libxinerama-dev

2005-07-16 Thread Ivan Nestlerode
Package: libqt4-dev
Version: 4.0.0-1
Severity: important

I just attempted to walk through the tutorial in qt4-doc.

I copied their "Hello World" program and attempted to build it, and ran
into a missing Xinerama library:

$ vi test.cpp
$ qmake -project
$ qmake
$ make
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -I. -I. -o test.o test.cpp
g++  -o qt test.o   -L/usr/lib -L/tmp/buildd/qt4-x11-4.0.0/lib -lQtGui_debug 
-L/usr/X11R6/lib -laudio -lXt -lpng -lSM -lICE -lXi -lXrender -lXrandr 
-lXcursor -lXinerama -lfreetype -lXext -lX11 -lm -lQtCore_debug -lfontconfig 
-lz -ldl -lpthread
/usr/bin/ld: cannot find -lXinerama
collect2: ld returned 1 exit status
make: *** [qt] Error 1

Installing the libxinerama-dev package fixes the problem.

I think libqt4-dev (or something that it depends on) needs to depend on
libxinerama-dev.

-Ivan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libqt4-dev depends on:
ii  libaudio-dev 1.7-2   The Network Audio System (NAS). (d
ii  libc6-dev2.3.2.ds1-22GNU C Library: Development Librari
ii  libfreetype6-dev 2.1.10-1FreeType 2 font engine, developmen
ii  libjpeg62-dev6b-10   Development files for the IJG JPEG
ii  libmng-dev   1.0.8-1 M-N-G library (Development headers
ii  libpng12-dev [libpng12-0 1.2.8rel-1  PNG library - development
ii  libqt4-core  4.0.0-1 Qt 4 core non-GUI functionality ru
ii  libxcursor-dev   1.1.3-1 X cursor management library (devel
ii  libxft-dev   2.1.7-1 FreeType-based font drawing librar
ii  libxrender-dev   1:0.9.0-2   X Rendering Extension client libra
ii  xlibmesa-gl-dev [libgl-d 6.8.2.dfsg.1-2  Mesa 3D graphics library developme
ii  xlibmesa-glu-dev [libglu 4.3.0.dfsg.1-14 Mesa OpenGL utility library develo
ii  xlibs-dev6.8.2.dfsg.1-2  X Window System client library dev
ii  xlibs-pic6.8.2.dfsg.1-2  X.Org static PIC libraries transit
ii  zlib1g-dev   1:1.2.2-9   compression library - development

Versions of packages libqt4-dev recommends:
ii  libqt4-gui4.0.0-1Qt 4 core GUI functionality runtim
ii  qt4-dev-tools 4.0.0-1Qt 4 development tools

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#317474: libgcrypt11-doc: install-info errors during installation

2005-07-08 Thread Ivan Nestlerode
Package: libgcrypt11-doc
Version: 1.2.1-1
Severity: important

The latest version of libgcrypt11-doc doesn't install properly.  I tried
changing /bin/sh to bash but that did not fix anything.

The error message:
Selecting previously deselected package libgcrypt11-doc.
(Reading database ... 101778 files and directories currently installed.)
Unpacking libgcrypt11-doc (from .../libgcrypt11-doc_1.2.1-1_all.deb) ...
Setting up libgcrypt11-doc (1.2.1-1) ...
install-info(/usr/share/info/gcrypt.info): warning, ignoring confusing 
INFO-DIR-ENTRY in file.

No `START-INFO-DIR-ENTRY' and no `This file documents'.
install-info(/usr/share/info/gcrypt.info): unable to determine description for 
`dir' entry - giving up
dpkg: error processing libgcrypt11-doc (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 libgcrypt11-doc
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ack!  Something bad happened while installing packages.  Trying to recover:
Setting up libgcrypt11-doc (1.2.1-1) ...
install-info(/usr/share/info/gcrypt.info): warning, ignoring confusing 
INFO-DIR-ENTRY in file.

No `START-INFO-DIR-ENTRY' and no `This file documents'.
install-info(/usr/share/info/gcrypt.info): unable to determine description for 
`dir' entry - giving up
dpkg: error processing libgcrypt11-doc (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 libgcrypt11-doc


-Ivan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]