Bug#355959: reopen

2006-04-10 Thread Jeff Licquia
found 355959 3.0-16
thanks

licquia ln -sf /lib/ld-linux-x86-64.so.3 /lib64/ld-lsb-x86-64.so.2
licquia that's in the lsb-core postinst
mats that's backwards
licquia ?
mats ld-linux-x86-64.so.3 doesn't exist... it's .so.2
mats it's the LSB linker that needs to be .so.3
mats yup, that's what it did: lrwxrwxrwx 1 root root 25 Apr 10 16:04 
ld-lsb-x86-64.so.2 - /lib/ld-linux-x86-64.so.3
mats ls -l /lib/ld-linux*
mats lrwxrwxrwx 1 root root 11 Apr 10 15:56 /lib/ld-linux-x86-64.so.2 - 
ld-2.3.6.so
mats lrwxrwxrwx 1 root root 34 Apr 10 16:03 /lib/ld-linux.so.2 - 
/emul/ia32-linux/lib/ld-linux.so.2



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



Bug#361085: denyhosts-python2.4: /usr/bin/denyhosts contains incorrect shebang

2006-04-10 Thread Marco Bertorello
On Mon, 10 Apr 2006 08:51:03 -0700 (PDT)
Phil Schwartz [EMAIL PROTECTED] wrote:

 
 Pascal,
 
 Chances are you have more than one version of Python installed?  Is 
 Python2.4 not the 'default' version-- that is, if you type:
 
 $ python -V
 
 does it say Python 2.4 or some other version?
 
 Try changing the first line of the init.d/denyhosts script from:
 
 #!/usr/bin/env python
 
 to
 
 #!/usr/bin/python2.4
 
 (or whatever the path to your python2.4 executable is-- you can always
 try  which python2.4 to locate it).

excuse me, if I not explained this little detail: Phil, your init script
isn't LSB-compilant (must be shell posix and not python) so i writed one
for debian system [1]. Your workaround can't work on a debian system.

But I can confirm that on my machine I've more than one version of
Python installed

$ python -V
Python 2.3.5

And I can also confirm that if I link /usr/bin/python to correct version
of python2.4, it works fine.

$ which python
/usr/bin/python

$ ls -alh /usr/bin/python
lrwxrwxrwx 1 root root 9 2006-04-04 11:45 /usr/bin/python - python2.3

$ sudo rm /usr/bin/python
$ sudo ln -s /usr/bin/python2.4 /usr/bin/python 

$ sudo /etc/init.d/denyhosts start
Starting DenyHosts: denyhosts.

$ ps -ef | grep denyhosts
root 13823 1  0 18:37 ?00:00:00 python
/usr/bin/denyhosts --daemon --config=/etc/denyhosts.conf 

Now I've an idea about the problem and I can take the right way to
close this bug.

Thanks a lot.

Pascal, I think to close this bug ASAP, but you can use this little
workaround to have denyhosts working with python2.4

Cheers,

[1] I've not send you my init script because I use start-stop-daemon
that is only parts of Debian and can't be used on other distribution.

-- 
Marco Bertorello
System Administrator
Linux Registered User #319921


pgp2yn93lrbHL.pgp
Description: PGP signature


Bug#234556: it's baaaaackk..

2006-04-10 Thread Joey Hess
This bug has reared its ugly head again for me today, when I rebooted
and came up in xserver-xorg 6.9.0.dfsg.1-6. Sigh, I thought it was dead.
Installing the -dbg package to work around it again.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#361840: popularity-contest: Please clarify debconf question Participate in the Debian Package Popularity Contest?

2006-04-10 Thread Thijs Kinkhorst
Package: popularity-contest
Version: 1.33
Severity: minor
Tags: patch

Hello,

I just now did a fresh installation of Debian etch and I got the popcon
question: Participate in the Debian package usage survey? with
some text ending in the same question again.

When reading I skipped to the question itself, and found that I could
only understand it because I already know the concept. This question
should stand on its own, the other text is mainly an elaboration.

So I propose to change the cryptic Package Popularity Contest (which
is just the name of the package) to package usage survey, which is a
description of what the actual function is.

Please find an attached patch, thanks for considering.


Thijs
--- templates.orig  2006-04-10 18:30:31.0 +0200
+++ templates   2006-04-10 18:31:00.0 +0200
@@ -1,7 +1,7 @@
 Template: popularity-contest/participate
 Type: boolean
 Default: false
-_Description: Participate in the Debian Package Popularity Contest?
+_Description: Participate in the Debian package usage survey?
  You can have your system anonymously supply the Debian developers with
  statistics about your most used Debian packages.  This information influences
  decisions such as which packages should go on the first Debian CD.


Bug#349999: acknowledged by developer (fixed?)

2006-04-10 Thread Marsh
 [EMAIL PROTECTED] (Debian Bug Tracking System) writes:

owner This is a multi-part message in MIME format...
owner =_1144008285-2339-1 Content-Disposition: inline
owner Content-Transfer-Encoding: binary Content-Type: text/plain;
owner charset=utf-8

owner This is an automatic notification regarding your Bug report
owner #34: tty not inherited, which was filed against the
owner sudo package.

owner It has been closed by one of the developers, namely
owner [EMAIL PROTECTED] (Bdale Garbee).

owner Their explanation is attached below.  If this explanation
owner is unsatisfactory and you have not received a better one in
owner a separate message then please contact the developer, by
owner replying to this email.

owner Debian bug tracking system administrator (administrator,
owner Debian Bugs database)


Yes it appears to be fixed.

Thanks.


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



Bug#361843: libnotify-dev: libnotify pkgconfig has hard dependancies on specified libraries

2006-04-10 Thread Tom Parker
Package: libnotify-dev
Version: 0.3.2-3
Severity: minor
Tags: patch

Libnotify's standard pkgconfig file contains hard dependancies on
various libraries in it's 'Libs' and 'Cflags' section, rather than the cleaner 
option of adding the various packages into 'Requires', and only requiring
libnotify's own libraries/include flags in Libs and Cflags. I've
attached an improved version of libnotify.pc.in , along with a minor patch to 
configure.ac in order to correctly enable auto-adding of new
dependancies with this improved pc.in.

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (990, 'stable'), (103, 'testing'), (102, 'unstable'), (99, 
'experimental'), (97, 'dapper')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libnotify-dev depends on:
ii  libnotify10.3.2-3sends desktop notifications to a n

libnotify-dev recommends no packages.

-- no debconf information
--- configure.ac.old2006-04-10 18:39:00.0 +0200
+++ configure.ac2006-04-10 18:39:12.0 +0200
@@ -90,7 +90,8 @@
 AC_CHECK_LIB([popt], [poptGetArg], , AC_MSG_ERROR([Popt is required]))
 
 REQ_DBUS_VERSION=0.36
-pkg_modules=gtk+-2.0 = 2.2.2 glib-2.0 = 2.2.2, dbus-1 = $REQ_DBUS_VERSION, 
dbus-glib-1 = $REQ_DBUS_VERSION
+pkg_modules=gtk+-2.0 = 2.2.2, glib-2.0 = 2.2.2, dbus-1 = 
$REQ_DBUS_VERSION, dbus-glib-1 = $REQ_DBUS_VERSION
+AC_SUBST(pkg_modules)
 PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
 AC_SUBST(PACKAGE_CFLAGS)
 AC_SUBST(PACKAGE_LIBS)
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@

Name: libnotify
Description: Notifications Library
Version: @VERSION@
Requires: @pkg_modules@
Libs: -L${libdir} -lnotify
Cflags: -I${includedir}



Bug#152206: patch to handle symlinks

2006-04-10 Thread Martin Michlmayr
* Matthias Klose [EMAIL PROTECTED] [2006-04-10 18:22]:
   * deluser: Include symbolic links in the backup and remove them
 with the other files and directores, when --remove-home is given.
 http://people.ubuntu.com/patches/deluser-remove-all.diff

Attached.
-- 
Martin Michlmayr
http://www.cyrius.com/
diff -Nru /tmp/6zzDXGzH46/adduser-3.80ubuntu1/debian/changelog 
/tmp/EBbO6nkvFy/adduser-3.80ubuntu2/debian/changelog
--- /tmp/6zzDXGzH46/adduser-3.80ubuntu1/debian/changelog2006-03-07 
12:39:31.0 +0100
+++ /tmp/EBbO6nkvFy/adduser-3.80ubuntu2/debian/changelog2006-04-10 
18:18:43.0 +0200
@@ -1,3 +1,11 @@
+adduser (3.80ubuntu2) dapper; urgency=low
+
+  * deluser: Include symbolic links in the backup and remove them
+with the other files and directores, when --remove-home is given.
+Ubuntu #34299.
+
+ -- Matthias Klose [EMAIL PROTECTED]  Mon, 10 Apr 2006 16:16:47 +
+
 adduser (3.80ubuntu1) dapper; urgency=low
 
   * Only check $! after calling symlink() if symlink() fails. Fixes user
diff -Nru /tmp/6zzDXGzH46/adduser-3.80ubuntu1/deluser 
/tmp/EBbO6nkvFy/adduser-3.80ubuntu2/deluser
--- /tmp/6zzDXGzH46/adduser-3.80ubuntu1/deluser 2005-10-25 07:20:43.0 
+0200
+++ /tmp/EBbO6nkvFy/adduser-3.80ubuntu2/deluser 2006-04-10 18:16:43.0 
+0200
@@ -258,7 +258,7 @@
}
  }
  push(@files, $File::Find::name) 
-   if(-f $File::Find::name);
+   if(-f $File::Find::name || -l $File::Find::name);
  push(@dirs, $File::Find::name)
if(-d $File::Find::name);
} # sub home_match
diff -Nru /tmp/6zzDXGzH46/adduser-3.80ubuntu1/po/adduser.pot 
/tmp/EBbO6nkvFy/adduser-3.80ubuntu2/po/adduser.pot
--- /tmp/6zzDXGzH46/adduser-3.80ubuntu1/po/adduser.pot  2006-03-07 
12:39:38.0 +0100
+++ /tmp/EBbO6nkvFy/adduser-3.80ubuntu2/po/adduser.pot  2006-04-10 
18:18:54.0 +0200
@@ -8,7 +8,7 @@
 msgstr 
 Project-Id-Version: PACKAGE VERSION\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2006-03-07 11:39+\n
+POT-Creation-Date: 2006-04-10 16:18+\n
 PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
 Last-Translator: FULL NAME [EMAIL PROTECTED]\n
 Language-Team: LANGUAGE [EMAIL PROTECTED]\n


Bug#361501: Log for failed build of gcl_2.6.7-14

2006-04-10 Thread Martin Michlmayr
and here:

 Automatic build of gcl_2.6.7-14 on em64t by sbuild/amd64 1.112
...
 OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
 Finished compiling gcl_cmptop.
 gcl_cmptop.c: In function 'init_gcl_cmptop':
 gcl_cmptop.c:4: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 gcl_cmptop.c: In function 'LI3__INIT_NAME__cmptop':
 gcl_cmptop.c:150: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 gcl_cmptop.c:172: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 gcl_cmptop.c:191: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 gcl_cmptop.c:197: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 gcl_cmptop.c:203: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 gcl_cmptop.c:209: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 gcl_cmptop.c:215: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 gcl_cmptop.c:250: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 gcl_cmptop.c:262: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 gcl_cmptop.c: In function 'LI4__C_FUNCTION_NAME__cmptop':
 gcl_cmptop.c:318: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
[lots of messages like these]
 gcl_cmptop.c: In function 'LnkTLI305':
 gcl_cmptop.c:6250: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 gcl_cmptop.c: In function 'LnkTLI304':
 gcl_cmptop.c:6251: warning: dereferencing type-punned pointer will break 
 strict-aliasing rules
 gcl_cmptop.c: In function 'LI29__T3DEFUN_VARARG__cmptop':
 gcl_cmptop.c:2570: internal compiler error: in merge_alias_info, at 
 tree-ssa-copy.c:235
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See URL:http://gcc.gnu.org/bugs.html for instructions.

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#361842: e2fsprogs: Unable to format as ext3 crypt file

2006-04-10 Thread Mario Izquierdo (mariodebian)
Package: e2fsprogs
Version: 1.38+1.39-WIP-2006.03.29-2.1
Severity: important


I have created a small crypt filesystem with this commands:

  # load modules
  modprobe loop
  modprobe dm_mod
  modprobe dm_crypt

  # create virtual disk
  dd if=/dev/zero of=./secret.img bs=15k count=1

  # loopback
  losetup /dev/loop0 ./secret.img

  # this ask for pass twice
  cryptsetup -c aes -y create secret /dev/loop0

  # Then format as ext3
  mkfs.ext3 /dev/mapper/secret

Output error for mkfs.ext3 (with LC_ALL=C):

  mke2fs 1.39-WIP (29-Mar-2006)
  Filesystem label=
  OS type: Linux
  Block size=1024 (log=0)
  Fragment size=1024 (log=0)
  37544 inodes, 15 blocks
  7500 blocks (5.00%) reserved for the super user
  First data block=1
  19 block groups
  8192 blocks per group, 8192 fragments per group
  1976 inodes per group
  Superblock backups stored on blocks:
  8193, 24577, 40961, 57345, 73729

  Writing inode tables: done
  Creating journal (4096 blocks): mkfs.ext3: Device or resource busy
  while trying to create journal


If I format with ext2 or vfat works right.
I have probed first to format as ext2 and then add journal like this

 mkfs.ext2 /dev/mapper/secret
 tune2fs -j /dev/mapper/secret

and works sucessfully.

I suppose this is a bug of mkfs.ext3 binary, with old versions
of e2fsprogs my script works ok.

If I try to mount mkfs.ext3 device:
  mount -t ext3 /dev/mapper/secret /mnt/secret

dmesg said:
  VFS: Can't find ext3 filesystem on dev dm-0.



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)

Versions of packages e2fsprogs depends on:
ii  e2fslibs1.38+1.39-WIP-2006.03.29-2.1 ext2 filesystem libraries
ii  libblkid1   1.38+1.39-WIP-2006.03.29-2.1 block device id library
ii  libc6   2.3.6-5  GNU C Library: Shared libraries an
ii  libcomerr2  1.38+1.39-WIP-2006.03.29-2.1 common error description library
ii  libdevmappe 2:1.02.03-1  The Linux Kernel Device Mapper use
ii  libselinux1 1.30-1   SELinux shared libraries
ii  libsepol1   1.12-1   Security Enhanced Linux policy lib
ii  libss2  1.38+1.39-WIP-2006.03.29-2.1 command-line interface parsing lib
ii  libuuid11.38+1.39-WIP-2006.03.29-2.1 universally unique id library

e2fsprogs recommends no packages.

-- no debconf information


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



Bug#361844: firefox: Does not honor application helper settings for PDF files anymore

2006-04-10 Thread Andre Wendt
Package: firefox
Version: 1.5.dfsg+1.5.0.1-4
Severity: normal


Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Andre Wendt [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: firefox: Does not honor saved application helper settings for PDF
Message-ID: [EMAIL PROTECTED]
X-Mailer: reportbug 3.18
Date: Mon, 10 Apr 2006 18:53:02 +0200

Package: firefox
Version: 1.5.dfsg+1.5.0.1-4
Severity: important

After upgrading to firefox 1.5, my application helper setting for PDF files does
not work anymore. I have the mozilla-acroread plugin installed, and set the 
behavior for PDF files to use that plugin a while ago, but I am asked 
nonetheless
what to do every time that I want to open a PDF file.

Hence, I re-installed mozilla-acroread with no luck, and ended up purging it.
Still no luck. I removed the setting which prompts me to select a behavior for
PDF files. When doing so, the entry re-appears in the preferences -- but is
ignored no matter what I do.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages firefox depends on:
ii  debianutils   2.15.3 Miscellaneous utilities specific t
ii  fontconfig2.3.2-1.1  generic font configuration library
ii  libatk1.0-0   1.11.3-1   The ATK accessibility toolkit
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libglib2.0-0  2.10.1-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.16-1   The GTK+ graphical user interface 
ii  libidl0   0.8.6-1library for parsing CORBA IDL file
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG 
ii  libpango1.0-0 1.12.0-2   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libstdc++64.1.0-1The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-5.1FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-6 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-6 X Window System multi-head display
ii  libxp66.9.0.dfsg.1-6 X Window System printing extension
ii  libxrandr26.9.0.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-6 X Toolkit Intrinsics
ii  psmisc22.2-1 Utilities that use the proc filesy
ii  zlib1g1:1.2.3-11 compression library - runtime

firefox recommends no packages.

-- no debconf information

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages firefox depends on:
ii  debianutils   2.15.3 Miscellaneous utilities specific t
ii  fontconfig2.3.2-1.1  generic font configuration library
ii  libatk1.0-0   1.11.3-1   The ATK accessibility toolkit
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libglib2.0-0  2.10.1-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.16-1   The GTK+ graphical user interface 
ii  libidl0   0.8.6-1library for parsing CORBA IDL file
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG 
ii  libpango1.0-0 1.12.0-2   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libstdc++64.1.0-1The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-6 

Bug#361604: r-base: FTBFS (ppc64): sibling call optimization to `bratio' does not allow automatic multiple TOCs; recompile with -mminimal-toc ...

2006-04-10 Thread Dirk Eddelbuettel

On 10 April 2006 at 16:39, Prof Brian Ripley wrote:
| What I get from this is that ppc64 needs -mminimal-toc at least when 
| building a shared libR.so.  pbeta.c has actually been simplified a lot, so 
| I guess this may not actually be related to that but rather to the 
| progress of the linker.

I see, thanks.
 
| Note that the message is about a failed optimization.  I have seen those 
| far too often in gcc 4.0.x (you cannot even compile R on i686 with -O2 on 
| gcc 4.0.[123] on our FC3 system).  As such I don't think it is something 
| we want to hardcode into R's configure, but I will add a note to the 
| manual.
| 
| I presume this the GNU linker.  I suspect that gcc on ppc64 can be used 
| with other linkers (and maybe usually is on AIX and MacOS X), so we would 
| have to apply the flag very specifically.

Ok, in which we will simply do what Andreas' patch already encoded, ie add
the -mminimal-toc flag to builds on powerpc64 (== ppc64) and leave everything
else as is.

Thanks,  Dirk
 
| On Sun, 9 Apr 2006, Dirk Eddelbuettel wrote:
| 
| 
|  [ Ooops, resending, this time with the promised two additional
|   recipients. --Dirk ]
| 
|  On 9 April 2006 at 07:44, Dirk Eddelbuettel wrote:
|  |
|  | Hi Andreas,
|  |
|  | On 23 April 2006 at 12:07, Andreas Jochens wrote:
|  | | Package: r-base
|  | | Version: 2.2.1.svn37668-1
|  | | Severity: wishlist
|  | | Tags: patch
|  | |
|  | |
|  | | When building 'r-base' on ppc64/unstable, I get the following error:
|  | |
|  | |
|  | | gcc -I. -I../../src/include -I../../src/include  -DHAVE_CONFIG_H  
-fpic  -std=gnu99 -O2 -pipe -c vfonts.c -o vfonts.o
|  | | gfortran  -fpic  -O2 -pipe -c xxxpr.f -o xxxpr.o
|  | | gcc -shared   -o libR.so Rembedded.o CConverters.o CommandLineArgs.o 
Rdynload.o Renviron.o RNG.o apply.o arithmetic.o apse.o array.o attrib.o base.o 
bind.o builtin.o character.o coerce.o colors.o complex.o connections.o 
context.o cov.o cum.o dcf.o datetime.o debug.o deparse.o deriv.o dotcode.o 
dounzip.o dstruct.o duplicate.o engine.o envir.o errors.o eval.o format.o 
fourier.o gevents.o gram.o gram-ex.o graphics.o identical.o internet.o 
iosupport.o lapack.o list.o localecharset.o logic.o main.o mapply.o match.o 
memory.o model.o names.o objects.o optim.o optimize.o options.o par.o paste.o 
pcre.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o 
printutils.o qsort.o random.o regex.o registration.o relop.o rlocale.o 
saveload.o scan.o seq.o serialize.o size.o sort.o source.o split.o sprintf.o 
startup.o subassign.o subscript.o subset.o summary.o sysutils.o unique.o util.o 
version.o vfonts.o xxxpr.o   `ls ../appl/*.o ../nmath/*.o ../unix/*.o  
2/dev/nul!
|  l`!
|-lgfortran -lm -lgcc_s  -lreadline  -lpcre -lbz2 -lz -ldl -lm
|  | | /usr/bin/ld: ../nmath/pbeta.o(.text+0x40): sibling call optimization to 
`bratio' does not allow automatic multiple TOCs; recompile with -mminimal-toc 
or -fno-optimize-sibling-calls, or make `bratio' extern
|  | | /usr/bin/ld: final link failed: Bad value
|  | | collect2: ld returned 1 exit status
|  | | make[4]: *** [libR.so] Error 1
|  | | make[4]: Leaving directory `/r-base-2.2.1.svn37668/src/main'
|  | |
|  | |
|  | | With the attached patch 'r-base' can be compiled on ppc64.
|  |
|  | Very interesting. So that must have been gcc/gfortan/g++ 4.0.3-3, correct 
?
|  |
|  | | diff -urN ../tmp-orig/r-base-2.2.1.svn37668/debian/rules ./debian/rules
|  | | --- ../tmp-orig/r-base-2.2.1.svn37668/debian/rules  2006-04-09 
08:37:31.0 +
|  | | +++ ./debian/rules  2006-04-09 07:03:04.0 +
|  | | @@ -75,6 +75,10 @@
|  | |  cxxcompiler= g++
|  | |  optimflags = -O2 -pipe
|  | |
|  | | +ifeq ($(arch),powerpc64)
|  | | +optimflags += -mminimal-toc
|  | | +endif
|  | | +
|  | |  # edd 04 Sep 2001  default compiler flags, lowered for m68k
|  | |  #compilerflags = -O2
|  | |  # m68k barks when using g77, and when gcc use -O2
|  |
|  | Thanks for the detailed patch. I have applied it to my debian/rules, and 
I am
|  | CCing two of upstream authors as a heads-up.  The option should be 
generally
|  | required and not be Debian specific, correct?  Do you know if other
|  | optimization flags make a difference?  As I recall, pbeta got quite a bit 
of
|  | attention for its algorithmic performance and correctness, so it is
|  | interesting to see the compiler complain.  Could we count on you for some
|  | minimal testing?
|  |
|  | Regards, Dirk
|  |
|  | --
|  | Hell, there are no rules here - we're trying to accomplish something.
|  |   -- Thomas A. Edison
| 
| 
| -- 
| Brian D. Ripley,  [EMAIL PROTECTED]
| Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
| University of Oxford, Tel:  +44 1865 272861 (self)
| 1 South Parks Road, +44 1865 272866 (PA)
| Oxford OX1 3TG, UKFax:  +44 1865 272595

-- 
Hell, there are no rules here - 

Bug#361267: Net requires *all* squares to be connected

2006-04-10 Thread Tom Parker

Ben Hutchings wrote:

Tom Parker wrote:

In other implementations of the Net game, only the clients (rotable
non-central squares) needed to be connected to the central server.
However in the sgt version, all squares need to be connected, not just
the clients. Could the other choice be allowed as well?


I'm afraid I don't understand quite what you're asking for.  Do you
want:

1. The option of a fixed server that does not need to be rotated.
2. The possibility of blocks with no wire or component.  (I seem to
   remember that Simon Tatham's Net does rarely generate these,
   though this may no longer happen.)
3. Something else?


Just going to clarify my naming here (based on the naming from a Palm 
Pilot version of this I played long ago):


Server: square in the center
Client: the non-central squares.
Links: all others (straight and bent lines).

In the version I remember, all of the Clients had to be connected to the 
Server, but it was allowed for some of the Links to be unconnected. In 
the sgt-puzzles version, *all* squares (Clients and Links) need to be 
connected. I've come across a couple of cases with the sgt-puzzles 
version where I've connected all the Clients, but it doesn't say that 
I've finished because some of the Links are disconnected. This is 
probably because I'm doing a puzzle that has a non-unique solution, and 
one of the other solutions would have all the Links connected, but I'd 
like to be able to just have to connect all the Clients without having 
to switch on the puzzles with unique solutions only option.


Thanks,

Tom Parker


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



Bug#69818: easy as 1_2_3

2006-04-10 Thread Pilger
Tired of working a dead end job ?

Ca.ll u_s now get any de.g.ree you desire in 2weeks! _1.0.0% verifiable

2^0^6^984^2327


Get back to you later,
Robert Templeton 




Cheerful—for freest action form’d, under the laws divine, .
And Dollie -- gone!,I gave myself over entirely to studying the evolution of 
the elephant.
Lyin' on the sidewalk,.
companies that just lately have gone outside to find CEOs .
It might be a bit of the cloak.
shrinking sensation, Watson, .
Hum! He's about due. Do you feel a creeping, ,People's perception of Toyota 
is that Toyota has 'brand power,' 
If you'll just tell me so --.
Next, select the source and destination currencies using the scrolling 
selection boxes. .
In an earlier incarnation, she had used her toes to perch on pencils..



Bug#234556: it's baaaaackk..

2006-04-10 Thread Michel Dänzer
On Mon, 2006-04-10 at 12:52 -0400, Joey Hess wrote:
 This bug has reared its ugly head again for me today, when I rebooted
 and came up in xserver-xorg 6.9.0.dfsg.1-6. Sigh, I thought it was dead.
 Installing the -dbg package to work around it again.

I'm afraid that won't work anymore, as -dbg only contains the debugging
symbols for the binaries in the non-dbg package now.


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#360391: linda: libs-not-in-depends message is confusing

2006-04-10 Thread Adeodato Simó
* Riku Voipio [Sun, 02 Apr 2006 00:22:51 +0300]:

Hi,

 Currently I'm getting the following message:

 -snip-
 W: kaffeine; A binary links against a library it does not use symbols from
  This package contains a binary that links against a library that is
  not in the Depends line. This may also be a bug in the library which
  does not have a shlibs file.
 -snip-

 1) The short and long messages are contradicting. If the short message is 
 true, I need prevent it from from linking needlesly. If the long 
 message is true, I need to file a bug against the library package.

  Arf. The original version of the short description (A binary links
  against a library that is not depended on) was correct, but it was
  changed:

linda (0.3.19) unstable; urgency=low

  * BinaryCheck:
- Change the description of libs-not-in-depends. (thanks,  Adeodato
  Simó)

  This comes from http://lists.debian.org/debian-devel/2006/03/msg00940.html; 
  when writing the message, I didn't have the time to check the code and see
  which of the two cases was the actual one; sorry for that, since that
  contributed to causing this mess. Now I've seen that it was the second
  one (linking to a lib not Depended on), but Steve applied the suggestion
  intended for the other case.

  This change should be reverted, and hopefully Nicolas François' patch
  in #357727 (or a similar one) applied in the next upload, in order to
  fix #2 below, _and_ the big number of false positives that this check
  in its current form introduces.

 2) There is no information of what binary is affected, or more importantly 
 what libraries are not depended on.

  Thanks,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
British policemen don't wear guns. If they're chasing someone, they
yell, Stop! Or I'll yell stop again.
-- Robin Williams



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



Bug#361192: Fails to install

2006-04-10 Thread Adam Majer
severity 361192 serious
thanks



The proper fix is to write,

Replaces: libcairo-ruby (=1.0.0-1)



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



Bug#251059: Request for clarification

2006-04-10 Thread Øystein Gisnås
Are you still experiencing this problem with a recent version of
evolution? If so, can you please clarify a bit how to reproduce it?

Thanks,
Øystein


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


Bug#354927: susv3: /bin/sh maintscript uses nonposix $()

2006-04-10 Thread Justin Pryzby
On Mon, Apr 10, 2006 at 01:16:41PM -0400, Jeff Bailey wrote:
 Le mercredi 01 mars 2006 ?? 23:35 -0500, Justin Pryzby a ??crit :
 
  Package: susv3
  Severity: normal
  Version: 6.1
  
  The post install script is #!/bin/sh but uses nonposix $() rather than
  ``.
 
 If you have the package installed:
 
 file:///usr/share/doc/susv3/susv3/utilities/xcu_chap02.html#tag_02_06_03
 
 disagrees with you.
:)  You're right.  I was following vim's lead, and vim hightlights it
in red because it interprets #! /bin/sh as strict 1970s Bourne, and
has no mechanism by which to say posix/sus but not some specific
shell like #! /bin/bash with all its extensions.

Thanks
Justin


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



Bug#361689: I810: Failed to load module ddc (module does not exist, 0)

2006-04-10 Thread VJ
On Mon, Apr 10, 2006 at 04:40:41PM +0200, Michel D??nzer wrote:

 So, how did you manage to install both versions at the same time?

running sid, upgraded to xorg from experimentali, subsequently
downgraded to the xorg in sid. /var/log/aptitude attached.

 *shrug* What does apt-cache policy xserver-xorg{,-core,-dbg}
 say?

nirvana:~$ apt-cache policy xserver-xorg{,-core,-dbg}
xserver-xorg:
  Installed: 6.9.0.dfsg.1-6
  Candidate: 6.9.0.dfsg.1-6
  Version table:
 1:7.0.9 0
  1 http://http.us.debian.org ../project/experimental/main Packages
 *** 6.9.0.dfsg.1-6 0
500 http://mirrors.kernel.org sid/main Packages
100 /var/lib/dpkg/status
xserver-xorg-core:
  Installed: (none)
  Candidate: 1:1.0.2-1
  Version table:
 1:1.0.2-1 0
  1 http://http.us.debian.org ../project/experimental/main Packages
xserver-xorg-dbg:
  Installed: 6.9.0.dfsg.1-6
  Candidate: 6.9.0.dfsg.1-6
  Version table:
 *** 6.9.0.dfsg.1-6 0
500 http://mirrors.kernel.org sid/main Packages
100 /var/lib/dpkg/status

cheers,

vj 
Aptitude 0.4.1: log report
Sun, Apr  9 2006 17:00:57 +0300

IMPORTANT: this log only lists intended actions; actions which fail due to
dpkg problems may not be completed.

Will install 76 packages, and remove 5 packages.
52.6MB of disk space will be used
===
[REMOVE, NOT USED] libxkbui1
[INSTALL, DEPENDENCIES] libdrm2
[INSTALL, DEPENDENCIES] libfontenc1
[INSTALL, DEPENDENCIES] libgl1-mesa-dev
[INSTALL, DEPENDENCIES] libgl1-mesa-dri
[INSTALL, DEPENDENCIES] libgl1-mesa-glx
[INSTALL, DEPENDENCIES] libglu1-mesa
[INSTALL, DEPENDENCIES] libglu1-mesa-dev
[INSTALL, DEPENDENCIES] libxfont1
[INSTALL, DEPENDENCIES] libzzip-0-12
[INSTALL, DEPENDENCIES] mdetect
[INSTALL, DEPENDENCIES] mesa-common-dev
[INSTALL, DEPENDENCIES] php4-cli
[INSTALL, DEPENDENCIES] php4-common
[INSTALL, DEPENDENCIES] xfonts-encodings
[INSTALL, DEPENDENCIES] xfonts-utils
[INSTALL, DEPENDENCIES] xresprobe
[INSTALL, DEPENDENCIES] xserver-xorg-core
[INSTALL, DEPENDENCIES] xserver-xorg-input-all
[INSTALL, DEPENDENCIES] xserver-xorg-input-evdev
[INSTALL, DEPENDENCIES] xserver-xorg-input-kbd
[INSTALL, DEPENDENCIES] xserver-xorg-input-mouse
[INSTALL, DEPENDENCIES] xserver-xorg-video-all
[INSTALL, DEPENDENCIES] xserver-xorg-video-apm
[INSTALL, DEPENDENCIES] xserver-xorg-video-ark
[INSTALL, DEPENDENCIES] xserver-xorg-video-ati
[INSTALL, DEPENDENCIES] xserver-xorg-video-chips
[INSTALL, DEPENDENCIES] xserver-xorg-video-cirrus
[INSTALL, DEPENDENCIES] xserver-xorg-video-cyrix
[INSTALL, DEPENDENCIES] xserver-xorg-video-dummy
[INSTALL, DEPENDENCIES] xserver-xorg-video-fbdev
[INSTALL, DEPENDENCIES] xserver-xorg-video-glint
[INSTALL, DEPENDENCIES] xserver-xorg-video-i128
[INSTALL, DEPENDENCIES] xserver-xorg-video-i740
[INSTALL, DEPENDENCIES] xserver-xorg-video-i810
[INSTALL, DEPENDENCIES] xserver-xorg-video-imstt
[INSTALL, DEPENDENCIES] xserver-xorg-video-mga
[INSTALL, DEPENDENCIES] xserver-xorg-video-neomagic
[INSTALL, DEPENDENCIES] xserver-xorg-video-newport
[INSTALL, DEPENDENCIES] xserver-xorg-video-nsc
[INSTALL, DEPENDENCIES] xserver-xorg-video-nv
[INSTALL, DEPENDENCIES] xserver-xorg-video-rendition
[INSTALL, DEPENDENCIES] xserver-xorg-video-s3
[INSTALL, DEPENDENCIES] xserver-xorg-video-s3virge
[INSTALL, DEPENDENCIES] xserver-xorg-video-savage
[INSTALL, DEPENDENCIES] xserver-xorg-video-siliconmotion
[INSTALL, DEPENDENCIES] xserver-xorg-video-sis
[INSTALL, DEPENDENCIES] xserver-xorg-video-sisusb
[INSTALL, DEPENDENCIES] xserver-xorg-video-tdfx
[INSTALL, DEPENDENCIES] xserver-xorg-video-tga
[INSTALL, DEPENDENCIES] xserver-xorg-video-trident
[INSTALL, DEPENDENCIES] xserver-xorg-video-tseng
[INSTALL, DEPENDENCIES] xserver-xorg-video-vesa
[INSTALL, DEPENDENCIES] xserver-xorg-video-vga
[INSTALL, DEPENDENCIES] xserver-xorg-video-via
[INSTALL, DEPENDENCIES] xserver-xorg-video-vmware
[INSTALL, DEPENDENCIES] xserver-xorg-video-voodoo
[INSTALL, DEPENDENCIES] xutils-dev
[REMOVE, DEPENDENCIES] libglu1-xorg
[REMOVE, DEPENDENCIES] xlibmesa-gl
[REMOVE, DEPENDENCIES] xserver-common
[REMOVE, DEPENDENCIES] xserver-xfree86
[HOLD] findutils
[HOLD] foomatic-db
[HOLD] gnome-session
[HOLD] klibc-utils
[HOLD] libklibc
[HOLD] login
[HOLD] manpages
[HOLD] passwd
[HOLD] popularity-contest
[HOLD] poster
[HOLD] python2.3-pysqlite2
[HOLD] python2.3-xml
[HOLD] zeroconf
[INSTALL] glibc-doc-reference
[INSTALL] kbabel-dev
[INSTALL] kcachegrind-converters
[INSTALL] kdesdk-doc-html
[INSTALL] libqt3-i18n
[INSTALL] qt3-doc
[INSTALL] xkb-data
[UPGRADE] libglu1-xorg-dev 6.9.0.dfsg.1-6 - 1:7.0.9
[UPGRADE] x11-common 6.9.0.dfsg.1-6 - 1:7.0.9
[UPGRADE] xbase-clients 6.9.0.dfsg.1-6 - 1:7.0.0-1
[UPGRADE] xfonts-100dpi 6.9.0.dfsg.1-6 - 1:1.0.0-1
[UPGRADE] xfonts-75dpi 6.9.0.dfsg.1-6 - 1:1.0.0-1
[UPGRADE] xfonts-base 6.9.0.dfsg.1-6 - 1:1.0.0-2
[UPGRADE] xfonts-scalable 6.9.0.dfsg.1-6 - 1:1.0.0-2
[UPGRADE] xlibmesa-dri 6.9.0.dfsg.1-6 - 1:7.0.9
[UPGRADE] xlibmesa-gl-dev 6.9.0.dfsg.1-6 - 1:7.0.9

Bug#300464: RFS: phpicalendar -- clean, logical iCalendar web interface

2006-04-10 Thread ms419

On Apr 23, 2005, at 7:46 AM, Andreas Barth wrote:

* [EMAIL PROTECTED] ([EMAIL PROTECTED]) [050412 08:00]:

On Apr 11, 2005, at 3:09 AM, Andreas Barth wrote:

* [EMAIL PROTECTED] ([EMAIL PROTECTED]) [050411 04:10]:

Both Chad  I really look forward to making this package part of
Debian


Actually, I would really like to sponsor this package.


Hello Andi - I updated the phpicalendar package -
http://cgi.sfu.ca/~jdbates/debian/pool/phpicalendar/

Will you still consider sponsoring this package?


Quite better. Some (fewer) comments:

- prerm removes the apache-config-file even on upgrade - this leads to
  loosing configuraion on each upgrade. Please consider to just kill 
the

  configuration on purge


prerm removes links to /etc/phpicalendar/apache.conf if they were 
automatically created by postinst.  Since /etc/phpicalendar/apache.conf 
is a config file, configuration should be preserved



- similarly, postinst installs he configuration even if the
  administrator has previously killed it by hand.


Tricky.  You are correct - I considered how to detect if the 
administrator manually removes links to /etc/phpicalendar/apache.conf


At least postinst only installs links for servers debconf is set to 
automatically configure.  The administrator could use dpkg-reconfigure 
phpicalendar to kill automatic configuration now  for always


It should also be trivial for prerm to detect if a link is manually 
removed  update debconf accordingly.  If you like this, I will make it 
so



- the construct
  [ -d  /etc/$server/conf.d/ -a ! -e /etc/$server/conf.d/phpicalendar ]
  in postinst is not posix - please use [ -d ...]  [ ...]


Thank you for your attention - done


- Perhaps add an hint about the posibility to publish via the
  php-scripts - and that this is disabled by default


Hints added to REAME.Debian


- I'm not sure if the default should not rather be to anonymously read
  icalendar files instead of requiring ftp-authentication - but that is
  your call as maintainer. However, adding some information about the
  different authentication possibilities to README.Debian might be a
  good idea.


By default, authentication is not required.  The administrator should 
configure webserver authentication before enabling publishing.  Please 
let me know if you encounter ftp-authentication by default, since I 
encounter different behavior


Thanks Andi! - Jack



signature.asc
Description: Digital signature


Bug#361845: vim-full: doesn't update-alternative the 'editor' alternative

2006-04-10 Thread Y Giridhar Appaji Nag
Package: vim-full
Version: 1:6.4-007+1
Severity: normal

vim-full package doesn't install an editor alternative (the vim package
does it).

[loktak sandbox]$  dpkg -l | grep vim
ii  vim-common 6.4-007+1Vi 
IMproved - Common files
ii  vim-full   6.4-007+1Vi 
IMproved - enhanced vi editor - full fled
ii  vim-gui-common 6.4-007+1Vi 
IMproved - Common GUI files
ii  vim-runtime6.4-007+1Vi 
IMproved - Runtime files
[loktak sandbox]$ 
[loktak sandbox]$ update-alternatives --display editor
editor - status is auto.
 link currently points to /bin/ed
/bin/ed - priority -100
 slave editor.1.gz: /usr/share/man/man1/ed.1.gz
Current `best' version is /bin/ed.
[loktak sandbox]$ 
[loktak sandbox]$ 
[loktak sandbox]$ update-alternatives --display vim
vim - status is auto.
 link currently points to /usr/bin/vim.full
/usr/bin/vim.full - priority 60
Current `best' version is /usr/bin/vim.full.
[loktak sandbox]$ 
[loktak sandbox]$ 

Giridhar

-- 
Y Giridhar Appaji Nag | http://www.appaji.net/

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

Versions of packages vim-full depends on:
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.11.4-1The ATK accessibility toolkit
ii  libbonobo2-0 2.14.0-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.14.0-1The Bonobo UI library
ii  libc62.3.6-5 GNU C Library: Shared libraries an
ii  libcairo21.0.4-1 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-5.1   generic font configuration library
ii  libgconf2-4  2.14.0-1GNOME configuration database syste
ii  libglib2.0-0 2.10.2-1The GLib library of C routines
ii  libgnome-keyring00.4.9-1 GNOME keyring services library
ii  libgnome2-0  2.14.0-2The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.14.0-1A powerful object-oriented display
ii  libgnomeui-0 2.14.0-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.14.0-2GNOME virtual file-system (runtime
ii  libgpmg1 1.19.6-22   General Purpose Mouse - shared lib
ii  libgtk2.0-0  2.8.16-1The GTK+ graphical user interface 
ii  libice6  6.9.0.dfsg.1-6  Inter-Client Exchange library
ii  libncurses5  5.5-1   Shared libraries for terminal hand
ii  liborbit21:2.14.0-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.12.0-2Layout and rendering of internatio
ii  libperl5.8   5.8.8-4 Shared Perl library
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libruby1.8   1.8.4-1 Libraries necessary to run Ruby 1.
ii  libsm6   6.9.0.dfsg.1-6  X Window System Session Management
ii  libx11-6 6.9.0.dfsg.1-6  X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.9.0.dfsg.1-6  X Window System miscellaneous exte
ii  libxi6   6.9.0.dfsg.1-6  X Window System Input extension li
ii  libxinerama1 6.9.0.dfsg.1-6  X Window System multi-head display
ii  libxml2  2.6.23.dfsg.2-3 GNOME XML library
ii  libxrandr2   6.9.0.dfsg.1-6  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  libxt6   6.9.0.dfsg.1-6  X Toolkit Intrinsics
ii  python2.32.3.5-9.1   An interactive high-level object-o
ii  tcl8.4   8.4.12-1Tcl (the Tool Command Language) v8
ii  vim-gui-common   1:6.4-007+1 Vi IMproved - Common GUI files
ii  vim-runtime  1:6.4-007+1 Vi IMproved - Runtime files
ii  zlib1g   1:1.2.3-11  compression library - runtime

vim-full recommends no packages.

-- no debconf information


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



Bug#361844: firefox: Does not honor application helper settings for PDF files anymore

2006-04-10 Thread Justin Pryzby
On Mon, Apr 10, 2006 at 06:55:33PM +0200, Andre Wendt wrote:
 Package: firefox
 Version: 1.5.dfsg+1.5.0.1-4
 Severity: normal
 
 Content-Type: text/plain; charset=us-ascii
 MIME-Version: 1.0
 Content-Transfer-Encoding: 7bit
 From: Andre Wendt [EMAIL PROTECTED]
 To: Debian Bug Tracking System [EMAIL PROTECTED]
 Subject: firefox: Does not honor saved application helper settings for PDF
 Message-ID: [EMAIL PROTECTED]
 X-Mailer: reportbug 3.18
 Date: Mon, 10 Apr 2006 18:53:02 +0200
 
 Package: firefox
 Version: 1.5.dfsg+1.5.0.1-4
 Severity: important
 
 After upgrading to firefox 1.5, my application helper setting for
 PDF files does not work anymore. I have the mozilla-acroread plugin
 installed, and set the behavior for PDF files to use that plugin a
 while ago, but I am asked nonetheless what to do every time that I
 want to open a PDF file.
 
 Hence, I re-installed mozilla-acroread with no luck, and ended up
 purging it.  Still no luck. I removed the setting which prompts me
 to select a behavior for PDF files. When doing so, the entry
 re-appears in the preferences -- but is ignored no matter what I do.
What mozilla-acroread are you talking about?  Is it from non-debian
repository?  If not, how are you purging it?

Justin


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



Bug#361840: popularity-contest: Please clarify debconf question Participate in the Debian Package Popularity Contest?

2006-04-10 Thread Thijs Kinkhorst
On Mon, 2006-04-10 at 18:35 +0200, Thijs Kinkhorst wrote:
 I just now did a fresh installation of Debian etch and I got the popcon
 question: Participate in the Debian package usage survey? with
 some text ending in the same question again. 

The question of course was Participate in the Debian Package Popularity
Contest?.


Thijs


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


Bug#360696: exim4-daemon-heavy: Failed to get write lock forretry.lockfile / exim process hangs with 100% CPU

2006-04-10 Thread Michel Meyers

-BEGIN PGP MESSAGE-
Version: GnuPG v1.4.2 (MingW32) - GPGrelay v0.959

hQQOA+qVrMD51YUvEBAAw4MZr5CH6rmyEy03HcPZZXJ4JzBBuHEMfTWmlXbKsJ/w
aob/Av8z3iUF12RMZQf4BsmSfYTSsIl7/eYn4Wha6nM3DGP8I/lqtyq+2pD/Rs9c
kz7fvKKrGeKrHeN9Hu+kv78lQQRykJsTNIS6Ws5NtVDMuxHsG4T+irrCd3StH8Dw
9szf1nCuoabbE092FUebAVn1To7EcEsk+oevReknkn03QaAjCv2tNBR5FokWCxAP
6dEqz2bQIEJahrXPEiUNRqGxoPOdpfgtyeC9NTpQkq0I+klvsvyNtZzhOqFEzYSC
GESn9wSvn3tEEryVUwOjyocY+42HQYr/YIIvnbIrcaVN7ZJSiIPz4UgFZ0iTqAdH
Ri4TzqgKPA59KitdPOi7A5ylJjDmOxXgm1rHMVHE3MluxAvfQck1shT+idAxiBMF
EeVtEot/4RB0E1d0HS+LvGapVf2uxmAkwzMRFE6p4hANxToZvorE2b5PxqkXC9aX
qNtV/deu6zz+/wD/styqiLm+Qk87URwoN2JoYIMOVliZ6RreCq0tKCcdaOOw5ZR6
MLbPfFZLZrbW2TrQ1L01HQx7x0fgKqbXDHTazUPRh21waLI+M42bastmNV0nGlOH
B6RYHEMEGzbouTXsW/xFiRi0/2vnKrHGhKxCTuqQAftvWr6UREDeIGYHaBcY1dMQ
AJm50At04htoB/NTUaQnnCgw31Ul6iVdzn/B3h8L48YN8DYaU/H3n7TWpfAdOAIA
LB5BkR8QRJgbR3iHv45ae/F/TK1zTTEtUY8zH1oxjVSeV5nUPhhMirvaQL3TcdvU
e8BSWa2orERV6n6GysJyIqXmxxmHQHnWycfNvD5UK0wHJfpfE4R1Wuo2yK+lZDL4
x7jpGqEZp8R2wVeaFmEgtgXOVDQe8/A/TxaTi7D9qnloAllDqwZJCCYZtXebFR6r
P48rKk74Aui6H1AiP4lnoJuoJHF/tLV7Irpf04wLES+yn2NhgL5MBc4R9QGr4rCl
uYKFrsvnKPxCX1HrFbzX9iIpxPKpJrvwgjALKNwcZdd5ql3l0mbZxKvFPGUY1pfe
cKAzb3mzKI3GUD3/4Dr0Xkn2kXsfhJlibbCbvRQ0emK0VHPdnWtBl0tarjKRnzBY
ZNi9A3uPg7tTgUbenedCpowDGPs0bMNTZ+TyZE3XbD1sf8DkN7GNE1RW1ESQTlWH
O3sUniIP1NcstCxY4umMnQJOqqf6jcKM60nPHH9Oy8EnpjqrNeumbrj/q3JIrH3y
56ZtqFpMdHKJlt3EUnidj/l+WvD5cFxeEiK0UB9pLGCqJ7pn5Ae9cDgShwTi4YJZ
h6g6QvJGR6w1MuJ7xh+j3PhP/o31SPXwVQIrgIovSewI0ukB2CHneo7WRJN+GyB4
f3IvnTcDQ1a1BPx8JlvVS0p5ALa4L/lTXFxcEA8IWBDbjVdTGtkEIMainkgk65qc
imVRlSw7kRguUTVW88jAm6829P96gROAJux2hwDd5UYOQJbk/NDkffdVNE1zn9Iw
vzOh+kknENzaZToPY1pHGXcT28edKlrX/l4bpKK0mQAI3mUzl6IzQe27efv8tMda
PmAKxZaPzvBuM84XfCrV6mHoe57oYVj0swY669UzKErYkA+vr8s3wiCD2RQXMk0f
Xjv1DjrH/sDvs9rvTifTtrriGXm+Wd61AxOmCiU0pfaolq72tcs6YY7EvvB1lvIy
bOsGoSzoXGHaTa90YaOLmpyg/zA4jszbNNa4hPzL54X6xwXQhStKXKUWgfmI/NIn
fQQC9Vg5TRNZ918wAPXQNmaqCo5kw8t8ZipeJzIZkU9+x0RS9YkAGfuScZ3Argw4
C7G8zLKsjWv8QZivaqAGNZXDwD614px8W63h3WewqTfAH6tlWCfJsdLmM6Of9M7i
Ad2RyQZwyQNhW27DDZqFbQZIZyKTAp2Ti4EgvAYZMOrNXG3J0Vyiw/RImGo7CWOE
XUwD0lkdk835Fa8fKwBVK9snkfLfLlbf2sHYoMliOOGo58zrLmn4kSazdPhojEm2
JROdhgfNokEh9hUfwDoROOcMQcALrZy676SICk8E+z2pHlTYBbfehyBODNLZECka
62J6ZLuue6o7UxseC2LW66vjuFfS4cEi5fckHftuwUwSezmL3Zgz2fOvU/T4oh3z
mL/HDEAXUWam3ae6sWTSpcACZLyo6RvU5D1MZD5kdFMgwPh4akizqbVYYChuKQkk
o3naCRTLYLLWlVCk33UuJvEb7V4JQZ+tflsA3WE5/2VCCHO9s+IrScbxNuAmENDg
Kn2Yt9P9bjOUZxkGbZBe4Tr48Fjbe/0BJDUXMYQzCEA=
=PHU+
-END PGP MESSAGE-


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



Bug#234556: it's baaaaackk..

2006-04-10 Thread Joey Hess
Michel Dänzer wrote:
 On Mon, 2006-04-10 at 12:52 -0400, Joey Hess wrote:
  This bug has reared its ugly head again for me today, when I rebooted
  and came up in xserver-xorg 6.9.0.dfsg.1-6. Sigh, I thought it was dead.
  Installing the -dbg package to work around it again.
 
 I'm afraid that won't work anymore, as -dbg only contains the debugging
 symbols for the binaries in the non-dbg package now.

So I noticed. :-(
Downgraded to -5 from snapshots.debian.net..

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#254468: Request for more information

2006-04-10 Thread Øystein Gisnås
I'm sorry this bug has not been investigated before. I will ask you once
again to see if you can reproduce it with a recent version of Evolution
and if you can, provide some more detailed steps for me to reproduce it.

Many thanks,
Øystein Gisnås


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


Bug#312926: ..kget fetches 99% of 2.7G Quantian_0.7.9.2.iso, dumps the 99% (but no core) and starts over from zero %.

2006-04-10 Thread Arnt Karlsen
Package: kget
Version: 4:3.5.2-1
Followup-For: Bug #312926


...kget will _not_ resume a DL nor produce a core dump, AFAICT:
[EMAIL PROTECTED]:/tmp $ kget --nocrashhandler 
[1] 2946
[EMAIL PROTECTED]:/tmp $ QApplication::postEvent: Unexpected null receiver

[1]+  Donekget --nocrashhandler
[EMAIL PROTECTED]:/tmp $ ll
total 2794568
drwx-- 3 arnt arnt   4096 Apr  8 05:38 GNUstepSecure1000
-rw-r--r-- 1 arnt arnt 55 Mar  1 14:18 Quantian_0.7.9.2.iso.md5sum.txt
-rw-r--r-- 1 arnt arnt 2858532864 Apr 10 19:29 Quantian_0.7.9.2.iso.part
-rw-r--r-- 1 root root  0 Apr  8 02:04 elc_xULQXN.log
-rw-r--r-- 1 arnt arnt622 Apr  9 02:47 index.html
drwx-- 3 arnt arnt   4096 Apr 10 12:10 ksocket-arnt
drwxr-xr-x 2 root root  49152 Nov  8 05:17 lost+found
drwx-- 2 arnt arnt   4096 Apr  8 05:13 mc-arnt
drwx-- 2 arnt arnt   4096 Apr  8 00:52 ssh-AFCWiQ4794
srwxr-xr-x 1 arnt arnt  0 Apr  8 05:46 sylpheed-1000
-rw-r--r-- 1 root root 228803 Apr  8 02:07 update-auctex-elisp.XKDFRck
[EMAIL PROTECTED]:/tmp $ ll -h
total 2.7G
drwx-- 3 arnt arnt 4.0K Apr  8 05:38 GNUstepSecure1000
-rw-r--r-- 1 arnt arnt   55 Mar  1 14:18 Quantian_0.7.9.2.iso.md5sum.txt
-rw-r--r-- 1 arnt arnt 2.7G Apr 10 19:29 Quantian_0.7.9.2.iso.part
-rw-r--r-- 1 root root0 Apr  8 02:04 elc_xULQXN.log
-rw-r--r-- 1 arnt arnt  622 Apr  9 02:47 index.html
drwx-- 3 arnt arnt 4.0K Apr 10 12:10 ksocket-arnt
drwxr-xr-x 2 root root  48K Nov  8 05:17 lost+found
drwx-- 2 arnt arnt 4.0K Apr  8 05:13 mc-arnt
drwx-- 2 arnt arnt 4.0K Apr  8 00:52 ssh-AFCWiQ4794
srwxr-xr-x 1 arnt arnt0 Apr  8 05:46 sylpheed-1000
-rw-r--r-- 1 root root 224K Apr  8 02:07 update-auctex-elisp.XKDFRck
[EMAIL PROTECTED]:/tmp $ ll -h
total 2.0M
drwx-- 3 arnt arnt 4.0K Apr  8 05:38 GNUstepSecure1000
-rw-r--r-- 1 arnt arnt   55 Mar  1 14:18 Quantian_0.7.9.2.iso.md5sum.txt
-rw-r--r-- 1 arnt arnt 1.7M Apr 10 19:31 Quantian_0.7.9.2.iso.part
-rw-r--r-- 1 root root0 Apr  8 02:04 elc_xULQXN.log
-rw-r--r-- 1 arnt arnt  622 Apr  9 02:47 index.html
drwx-- 3 arnt arnt 4.0K Apr 10 19:31 ksocket-arnt
drwxr-xr-x 2 root root  48K Nov  8 05:17 lost+found
drwx-- 2 arnt arnt 4.0K Apr  8 05:13 mc-arnt
drwx-- 2 arnt arnt 4.0K Apr  8 00:52 ssh-AFCWiQ4794
srwxr-xr-x 1 arnt arnt0 Apr  8 05:46 sylpheed-1000
-rw-r--r-- 1 root root 224K Apr  8 02:07 update-auctex-elisp.XKDFRck
[EMAIL PROTECTED]:/tmp $ reportbug kget


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

Versions of packages kget depends on:
ii  kdelibs4c2a   4:3.5.2-2  core libraries for all KDE applica
ii  libc6 2.3.6-5GNU C Library: Shared libraries an
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libqt3-mt 3:3.3.6-1  Qt GUI Library (Threaded runtime v
ii  libstdc++64.1.0-1The GNU Standard C++ Library v3
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte

kget recommends no packages.

-- no debconf information



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



Bug#356916: Severity of #356916 is serious

2006-04-10 Thread Sven Joachim

severity 356916 serious
thanks

This is, unfortunately, a serious issue that has to be solved
before the etch release.

Kind regards,

Sven





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



Bug#360610: wine: Recommends package from contrib section

2006-04-10 Thread Sven Joachim

Ove Kaaven wrote:

Since Wine is all about emulating a non-free OS, it makes sense to
recommend something that's an integral part of that OS, its fonts;
undoubtedly, many applications Wine is trying to run will assume they're
there.


Maybe, I don't have many Windows applications and, moreover, have installed
the msttcorefonts long before wine.  But aren't there free TrueType fonts
which could be used instead, e.g. in the ttf-freefont and ttf-bitstream-vera
packages?  I have to admit that wine's font selection scheme is a complete
mystery to me.


Anyone willing to run Wine in the first place is unlikely to be
against installing anything from contrib. I plan to try to propose a
policy amendment (allowing software in otherosfs to recommend from
contrib) when I have the time, or at least bring it up for discussion.


I don't like that idea.  Even though I have the contrib and non-free sections
in my sources.list, that does not mean that I want arbitrary stuff from there
installed behind my back.


An alternative I'm open to is to bring the whole Wine package into
contrib, but I assume that's not a preferred solution.


Certainly not.


Anyway, I'll
defer to any consensus on this, but until there is one, I'll leave the
recommends.


No need to hurry, since the release team does not consider this as an RC-bug
for Etch, there's plenty of time.




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



Bug#361846: non-free license for core.schema

2006-04-10 Thread Peter Eisentraut
Package: openldap2.2
Severity: serious

The license for the file core.schema says:

## Portions Copyright (C) The Internet Society (1997-2003).
## All Rights Reserved.
##
## This document and translations of it may be copied and furnished to
## others, and derivative works that comment on or otherwise explain it
## or assist in its implementation may be prepared, copied, published
## and distributed, in whole or in part, without restriction of any
## kind, provided that the above copyright notice and this paragraph are
## included on all such copies and derivative works.  However, this
## document itself may not be modified in any way, such as by removing
## the copyright notice or references to the Internet Society or other
## Internet organizations, except as needed for the purpose of
## developing Internet standards in which case the procedures for
## copyrights defined in the Internet Standards process must be
## followed, or as required to translate it into languages other than
## English.
##
## The limited permissions granted above are perpetual and will not be
## revoked by the Internet Society or its successors or assigns.
##
## This document and the information contained herein is provided on an
## AS IS basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
## TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
## BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
## HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
## MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

The ftpmasters have recently rejected a package that contains another
schema file with identical license text, and there was no obvious
opposition to that decision on Debian legal [0], so the current
understanding seems to be that this license is not free.

I don't necessarily agree with all that, but this bug can serve as an
incentive to getting this issue resolved.

[0]  http://lists.debian.org/debian-legal/2006/04/threads.html


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



Bug#361847: gxine: FTBS with DEB_BUILD_OPTIONS=nostrip noopt debug

2006-04-10 Thread Timo Juhani Lindfors
Package: gxine
Version: 0.5.5-0.2
Severity: normal

Steps to reproduce:
1) DEB_BUILD_OPTIONS=nostrip noopt debug fakeroot apt-get --build source gxine

Expected results:
1) gxine should build with debugging symbols

Actual results:
1) Build fails with the following messages:



make[2]: Leaving directory `/home/lindi/debian/debian-gxine/gxine-0.5.4/po'
make[1]: Leaving directory `/home/lindi/debian/debian-gxine/gxine-0.5.4'
dh_testdir
dh_testroot
dh_installdocs
dh_installexamples misc/lircrc
dh_installmenu
dh_installmime
dh_installchangelogs ChangeLog
rm -rf 
/home/lindi/debian/debian-gxine/gxine-0.5.4/debian/gxineplugin/usr/share/doc/gxineplugin
dh_install --sourcedir=/home/lindi/debian/debian-gxine/gxine-0.5.4/debian/tmp
cp: cannot stat 
`/home/lindi/debian/debian-gxine/gxine-0.5.4/debian/tmp//usr/share/applications/gxine.desktop':
 No such file or directory
dh_install: command returned error code 256
make: *** [binary-arch] Error 1
Build command 'cd gxine-0.5.4  dpkg-buildpackage -b -uc' failed.
E: Child process failed


This makes it more difficult to debug other bugs in xine.


-- 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.4.29sauna
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)

Versions of packages gxine depends on:
ii  libc6 2.3.6-5GNU C Library: Shared libraries an
ii  libglib2.0-0  2.10.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.8.16-1   The GTK+ graphical user interface 
ii  liblircclient00.7.2-2LIRC client library
ii  libmozjs0d1.8.0.1-8  The Mozilla SpiderMonkey JavaScrip
ii  libpango1.0-0 1.12.0-2   Layout and rendering of internatio
ii  librsvg2-common   2.14.2-1   SAX-based renderer library for SVG
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxine1  1.1.1-1the xine video/media player librar
ii  libxinerama1  6.9.0.dfsg.1-6 X Window System multi-head display

gxine recommends no packages.

-- no debconf information


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



Bug#361314: can't connect to wireless interface anymore

2006-04-10 Thread Matijs van Zuijlen
On Mon, Apr 10, 2006 at 10:37:21AM +0200, Michael Biebl wrote:
 With 0.6 you need wpa_supplicant for both WEP and WPA encryption. There
 is currently no other way.

That's what I feared.

 I tried to start a discussion on the
 NetworkManager mailing list to fall back on libiw (iwconfig) for WEP
 encryption if no wpa_supplicant is available. Let's hope that the NM
 devs will consider that option.

That would be good. Also, it probably shouldn't be too hard for
wpa_supplicant to support Airport cards. That would be a good thing, since
then I can finally start using WPA.

 I'm sorry that I can't provide you a working solution atm. If you want
 WEP encryption it's probably best if you go back to 0.5.1 for now and
 set the packet on hold.

I will do that and hope for the best :).

-- 
Matijs van Zuijlen  http://www.matijs.net/


signature.asc
Description: Digital signature


Bug#361848: dxml-db2latex doesn't start, missing dependency on libdancer-xml0?

2006-04-10 Thread Alexander Schmehl
Package: dancer-xml
Version: 0.8.2.1-2
Severity: important


Hi!

While trying one of the tools in this package I noticed the following:

=
$ dxml-db2latex --help
dxml-db2latex: error while loading shared libraries: libdancer-xml.so.0:
cannot open shared object file: No such file or directory
=

Further investigation shows:

=
$ apt-cache show dancer-xml|grep Depends
Depends: libc6 (= 2.3.5-1)
=

Hmm... seems that the dependency on libdancer-xml0 is missing.  If
installed, dxml-db2latex works.


Yours sincerely,
  Alexander

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-powerpc
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages dancer-xml depends on:
ii  libc6 2.3.6-3GNU C Library: Shared libraries an

dancer-xml recommends no packages.

-- no debconf information



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



Bug#259866: Request for confirmation

2006-04-10 Thread Øystein Gisnås
Do you still have this problem in a recent version of Evolution? It
seems to be fixed.


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


Bug#361287: Acknowledgement (gnome-power-manager: l10n, updated pt_BR translation)

2006-04-10 Thread Goedson Teixeira Paixao
I've update the messages file. Please consider the one attached to this
message.


pt_BR.po.gz
Description: GNU Zip compressed data


signature.asc
Description: Esta é uma parte de mensagem	assinada digitalmente


Bug#359638: amarok: Please re-enable the gstreamer engine, xine does not work at all

2006-04-10 Thread Adeodato Simó
* Gabor Gombas [Tue, 28 Mar 2006 10:06:11 +0200]:

 Hi,

Hi,

 I had to update from 1.4-beta2-1 to 1.4-beta2-3 due to the
 libmysqlclient transition, and I found out that amaroK is unusable. The
 xine engine with alsa output produces 2-3 seconds of static noise then
 amaroK freezes. With OSS output I do not even get the static noise just
 the freeze. Previously I used the gstreamer engine and that worked more
 or less (about 1 freeze/day with gstreamer). AFAIK the xine engine never
 worked for me even with the 1.3.x versions.

  Yes, XINE engine is broken on amd64 due to #336437. I'm now struggling
  between following the wish of upstream, and not ship the gst10 engine
  (which is likely not to be present in 1.4 final, or so they tell me),
  and making amarok unusable on amd64.

  To try help me to decide, can you compile this xine package and try
  the xine engine on 1.4-beta2-3 with this library? It should fix the
  bug above. (Sorry I don't provide binaries, I have no amd64 system
  handy.)


http://people.debian.org/~adeodato/tmp/2006-04-10/xine/xine-lib_1.1.1-1.1.dsc

http://people.debian.org/~adeodato/tmp/2006-04-10/xine/xine-lib_1.1.1-1.1.diff.gz

  Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
If you want the holes in your knowledge showing up try teaching someone.
-- Alan Cox



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



Bug#352171: amarok: doesn't honor virtual desktop it was on

2006-04-10 Thread Adeodato Simó
close 352171 1.4-beta2-1
thanks

* Joost Yervante Damad [Fri, 10 Feb 2006 07:30:47 +0100]:

 Package: amarok
 Version: 1.3.8-1
 Severity: minor


 Hello,

Hi,

 amaroK doesn't honor the virtual desktop it was on.

  right. Fixed in amarok 1.4-beta2 that you can find in experimental.

  Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
I try to keep an open mind, but not so open that my brains fall out.



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



Bug#361849: cl-sql-mysql and libmysqlclient library not found

2006-04-10 Thread Daniel Lakeland
package: cl-sql-mysql
version: 3.5.6-2
severity: serious

On amd64 using cl-sql-mysql 3.5.6-2 and libmysqlclient15off version
5.0.19-3 I can't load cl-sql-mysql under sbcl 0.9.9 using:

(asdf:operate 'asdf:load-op 'clsql-mysql)

It complains that it can't find the libmysqlclient library (or several
alternatives that it looks for such as libmysql.o and soforth).

It seems to be looking for /usr/lib/libmysqlclient.so but all I have
in my /usr/lib/ directory is

[EMAIL PROTECTED]:~$ ls /usr/lib/libmysqlclient*
/usr/lib/libmysqlclient_r.so.15  /usr/lib/libmysqlclient.so.15
/usr/lib/libmysqlclient_r.so.15.0.0  /usr/lib/libmysqlclient.so.15.0.0

I suspect this is related to the recent change to libmysqlclient15off
but really don't know enough to be sure.

-- 
Daniel Lakeland
[EMAIL PROTECTED]
http://www.street-artists.org/~dlakelan


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



Bug#260591: Downgrading severity

2006-04-10 Thread Øystein Gisnås
severity 260591 wishlist
tags 260691 confirmed

When attaching the example file in the latest version of Evolution, it
correctly identifies the file type as text/plain.

It is however still not possible to change the mime type. Downgrading
severity to wishlist.


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


Bug#361846: non-free license for core.schema

2006-04-10 Thread Noèl Köthe
Am Montag, den 10.04.2006, 19:39 +0200 schrieb Peter Eisentraut:

 The ftpmasters have recently rejected a package that contains another
 schema file with identical license text, and there was no obvious
 opposition to that decision on Debian legal [0], so the current
 understanding seems to be that this license is not free.

 [0]  http://lists.debian.org/debian-legal/2006/04/threads.html

http://lists.debian.org/debian-legal/2006/04/msg00051.html ff.

-- 
Noèl Köthe noel debian.org
Debian GNU/Linux, www.debian.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#315158: News on this one?

2006-04-10 Thread Torsten Landschoff
On Mon, Apr 10, 2006 at 05:18:43PM +0200, Matthijs Mohlmann wrote:
 There is still one problem with the upgrade path remaining and I didn't 
 have the time yet to fix it. It should be pretty trivial but I 
 encountered there trouble. That's at the moment the situation.

I hope I can take a look tomorrow or wednesday evening, after my 
second test.

Greetings

Torsten


signature.asc
Description: Digital signature


Bug#318372: obscure xdvi font warning

2006-04-10 Thread Nikolaus Schulz
Hi, 

as far as I can see, I've had the same problem here. Same error message,
same cure: 

Victor Munoz:
 My solution was to delete  /etc/texmf/dvips/bsr-interpolated.map, run
 updmap again, and then I got a clean ps2pk.map. Now xdvi does not complain.

Actually this error has shown up for some time on this system, but I didn't
bother since everything seemed to be working.  However, it's now about half a
year that I upraded from Woody to Sarge, and I don't *think* that started with
the upgrade.  Unfortunately I'm a mere LaTeX user with no idea what's going on. 
dlocate didn't know about /etc/texmf/dvips/bsr-interpolated.map at all, so 
it looked reasonable to try without it, like Victor did. 

Have a nice day,
Nikolaus


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-deb.240306
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages tetex-bin depends on:
ii  debconf1.4.30.13 Debian configuration management sy
ii  debianutils2.8.4 Miscellaneous utilities specific t
ii  dpkg   1.10.28   Package maintenance system for Deb
ii  ed 0.2-20The classic unix line editor
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libgcc11:3.4.3-13GCC support library
ii  libice64.3.0.dfsg.1-14sarge1 Inter-Client Exchange library
ii  libkpathsea3   2.0.2-30sarge4path search library for teTeX (run
ii  libpaper1  1.1.14-3  Library for handling paper charact
ii  libpng12-0 1.2.8rel-1PNG library - runtime
ii  libsm6 4.3.0.dfsg.1-14sarge1 X Window System Session Management
ii  libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3
ii  libt1-55.0.2-3   Type 1 font rasterizer library - r
ii  libwww05.4.0-9   The W3C WWW library
ii  libx11-6   4.3.0.dfsg.1-14sarge1 X Window System protocol client li
ii  libxaw74.3.0.dfsg.1-14sarge1 X Athena widget set library
ii  libxext6   4.3.0.dfsg.1-14sarge1 X Window System miscellaneous exte
ii  libxmu64.3.0.dfsg.1-14sarge1 X Window System miscellaneous util
ii  libxt6 4.3.0.dfsg.1-14sarge1 X Toolkit Intrinsics
ii  mime-support   3.28-1MIME files 'mime.types'  'mailcap
ii  perl   5.8.4-8sarge3 Larry Wall's Practical Extraction 
ii  sed4.1.2-8   The GNU sed stream editor
ii  tetex-base 2.0.2c-8  Basic library files of teTeX
ii  ucf1.17  Update Configuration File: preserv
ii  xlibs  4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- debconf information:
* tetex-bin/upd_map: true
* tetex-bin/cnf_name:
* tetex-bin/fmtutil: true
  tetex-bin/fmtutil-failed:
* tetex-bin/userperm: false
  tetex-bin/updmap-failed:
  tetex-bin/hyphen: french[=patois], ngerman[=naustrian-neue_Rechtschreibung]
  tetex-bin/oldcfg: true
* tetex-bin/use_debconf: false
* tetex-bin/groupname: users
* tetex-bin/groupperm: true
* tetex-bin/lsr-perms: true


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



Bug#305355: firefox: Since upgrading to 1.5.0.1 some pages cause 100% CPU load

2006-04-10 Thread Adam Trickett
Package: firefox
Version: 1.5.dfsg+1.5.0.1-4
Followup-For: Bug #305355


Since upgrading to FF 1.5.0. this weekend I've notices that FF freezes on
certain pages. The whole browser locks, CPU load for the firefox-bin hits
100%. After a few seconds or a minute it carries on running, but every
page is back at the top. It's okay for a few minutes then it does it again.

I've a selection of plugins, NoScript and AdBlock, Web Developer. Disabling
plug-ins doesn't seem to help.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages firefox depends on:
ii  debianutils   2.15.3 Miscellaneous utilities specific t
ii  fontconfig2.3.2-1.1  generic font configuration library
ii  libatk1.0-0   1.11.3-1   The ATK accessibility toolkit
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libglib2.0-0  2.10.1-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.16-1   The GTK+ graphical user interface 
ii  libidl0   0.8.6-1library for parsing CORBA IDL file
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG 
ii  libpango1.0-0 1.12.0-2   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libstdc++64.1.0-1The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-5.1FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-6 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-6 X Window System multi-head display
ii  libxp66.9.0.dfsg.1-6 X Window System printing extension
ii  libxrandr26.9.0.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-6 X Toolkit Intrinsics
ii  psmisc22.2-1 Utilities that use the proc filesy
ii  zlib1g1:1.2.3-11 compression library - runtime

firefox recommends no packages.

-- no debconf information


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



Bug#359138: firefox: Firefox crashes on http://en.wikipedia.org/wiki/Dash

2006-04-10 Thread Hendrik Weimer
Eric Dorland [EMAIL PROTECTED] writes:

 That bugzilla bug goes on about SIL graphite pango modules, which I'm
 not familiar with. Do you have those installed? 

I have now found the source of the problem. I had a previous version
of libcairo installed under /usr/local/lib, which I had totally
forgotten. Now Firefox uses the correct library and everything works
fine. :-) Sorry for the inconvenience.

Hendrik


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



Bug#272348: Seems to work

2006-04-10 Thread Øystein Gisnås
tags 272348 unreproducible
stop

I don't have this problem on my system with evolution 2.6.0. Can you
confirm that you have this with a recent version. If you do, can you try
to find out which versions of gnupg, gpg-agent and pinentry* you have?

Thanks


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


Bug#360036: shfs-source: patch availabled

2006-04-10 Thread David Vernazobres
Could you please provide an update package with the official patch

http://atrey.karlin.mff.cuni.cz/~qiq/src/shfs/shfs-0.35/d_entry-2.6.16.diff

thanks,
david vernazobres



Bug#361851: mozilla-thunderbird: Undo undoes next-to-last operation, not mark all as read

2006-04-10 Thread Tony Godshall
Package: mozilla-thunderbird
Version: 1.0.7-3
Severity: normal



Mark all as read appears in the (right-click) context menu for 
the message listings.  I clicked it, thinking incorrectly that it would
mark all highlighted messages as read, and all messages were marked as
read.  I tried undo (ctrl-z) and instead of undoing the mark-as-read
operation, it undid my previous move-to-folder operation.

(I also question the context menu's operation- Mark as Read seems to
unmark instead mark when there's a checkbox and there's a checkbox if
even one of the messages is already marked as read but that's a subject
to be discussed elsewhere).

Best Regards,

Tony

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)

Versions of packages mozilla-thunderbird depends on:
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libglib2.0-0  2.10.1-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.9-2The GTK+ graphical user interface 
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libpango1.0-0 1.12.0-2   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxp66.8.2.dfsg.1-7 X Window System printing extension
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-8  compression library - runtime

Versions of packages mozilla-thunderbird recommends:
ii  myspell-ca [myspell-di 0.4-6 Catalan dictionary for myspell
ii  myspell-en-us [myspell 20050823-1English (US) dictionary for myspel
ii  xprint 1:0.1.0.alpha1-12 Xprint - the X11 print system (bin

-- debconf information:
* mozilla-thunderbird/browser: Debian


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



Bug#361850: Syncml plugin for opensync needs another patch to libwbxml2

2006-04-10 Thread Rene Mayrhofer
Package: libwbxml2
Version: 0.9.0-3
Severity: wishlist

The syncml plugin for opensync needs a patch to be applied to libxml2. I
applied it here locally to the debian package, and besides two files which
have already been patched, it applies cleanly. Details on the patch can be
found at http://www.opensync.org/wiki/syncml-guide. In short, the patch is
in (anonymously accessible) SVN at http://svn.opensync.org/libsyncml/trunk
as misc/wbxml2-0.9.0.patch.

Thanks for considering,
Rene


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (800, 'testing'), (300, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.6
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)

Versions of packages libwbxml2 depends on:
ii  libc6 2.3.6-3GNU C Library: Shared libraries 
an
ii  libexpat1 1.95.8-3   XML parsing C library - runtime 
li
ii  libpopt0  1.7-5  lib for parsing cmdline 
parameters
ii  zlib1g1:1.2.3-11 compression library - runtime

libwbxml2 recommends no packages.

-- no debconf information


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



Bug#361558: alsa-firmware-loaders: firmware loading for tascam us-122 not working w/ udev

2006-04-10 Thread Elimar Riesebieter
On Mon, 10 Apr 2006 the mental interface of
Federico Grau told:

[...]
   Unfortunately on my unstable/sid system the sound card does not 
   automatically 
   get detected.  I was able to get it working by adding the following lines 
   to 
   /etc/udev/udev.rules
   
   # TASCAM US-122 usb sound card.
   SYSFS{idVendor}==1604, SYSFS{idProduct}==8006, 
   RUN+=/etc/hotplug/usb/tascam_fw
   SYSFS{idVendor}==1604, SYSFS{idProduct}==8007, 
   RUN+=/etc/hotplug/usb/tascam_fpga
   
   While this gets the sound card working, I am pretty sure this is not the
   correct place to put such configuration. 
  
  Is hotplug installed on your sid system?
 
 The hotplug package conflicts with udev / hal packages, so it can not be
 installed.

I wanted to make sure hotplug isn't installed. Sometimes one forgot
to _purge_ the package, not only remove it.

As I don't have a TASCAM US-122 usb sound card for testing I propose to add your
udev.rules to a alsa-firmware-loaders.rules then.

One thing first:

What happens when snd_usb_usx2y is listet in /etc/modules? Does the
module loading kick on the hotplugscripts while booting? Are ther
any parm: listed by the output of modinfo snd_usb_usx2y? But this
may be useless, since it is a usb-card, which can be plugged
independend from boot process so we have to involve udev then.

Elimar


-- 
  On the keyboard of life you have always
  to keep a finger at the escape key;-)


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



Bug#361375: tetex-base: [dvips] Unable to create fonts for commands from the textcomp package

2006-04-10 Thread Thomas Braun
Am Saturday 08 April 2006 16:43 schrieb Hilmar Preusse:
  [EMAIL PROTECTED]:~$ls -dl /var/cache/fonts/pk/ljfour/jknappen/tc/
  drwxrwsr-t 2 root users 4096 2006-04-08
  13:06 /var/cache/fonts/pk/ljfour/jknappen/tc/

 Well, the dir is only writeable as normal user if you're a member of
 the group users. Unfortunately this is not the default in Debian.
 During upgrading of tex-common you should have been informed about
 that. If not, please call back.
 Further: getting a member of group users should fix that bug.

Hello,

okay I added myself to the users group and now it works.

Because of the getting informed.
I issued apt-get install --reinstall tex-common and got nothing which said 
that I can expect problems.
In /usr/share/doc/tex-common/README.Debian is this explicitly written down, 
but some message from postinst or a mail to the system account would be 
better.

Thanks
Thomas


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



Bug#352714: scrollkeeper RC bug fixed

2006-04-10 Thread Lars Wirzenius
package scrollkeeper
tag 352714 fixed
tag 352628 fixed
tag 345563 fixed
thanks

Below is the change log entry that should have been in the binary
(version 0.3.14-10.1) that I uploaded, but because I forgot to rebuild
the binary package after changing the changelog (but after testing that
the fix actually fixes the bug) it wasn't included and also these three
bugs weren't closed. I'm marking them fixed with this message.

+scrollkeeper (0.3.14-10.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+Note that although #352714 against scrollkeeper is of severity
+normal, #352628 and #345563 against yelp are release critical,
+which is justification for the NMU.
+  * Applied patch, with a modification to surround the addition with
+parentheses, from
+http://librarian.launchpad.net/1510562/scrollkeeper.patch (see also
+https://launchpad.net/distros/ubuntu/+source/yelp/+bug/18434). This
+fixes a memory allocation that is one array element too small. Note
+that the original patch only adds one byte, but we need enough for
+one char**. As it happens, adding just one byte will work, since
+malloc rounds up to the next suitable multiple of word size (or
+even larger unit), but it is not correct to rely on this.
+Closes: #352714, #352628, #345563.
+
+ -- Lars Wirzenius [EMAIL PROTECTED]  Sat,  8 Apr 2006 18:47:42 +
+

-- 
Comedy evolution: survival of the wittiest



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



Bug#316771: ITA: gnomad2

2006-04-10 Thread Shaun Jackman
On 4/10/06, Manuel García [EMAIL PROTECTED] wrote:
  Hello Manuel,
 
  I believe I fixed that warning just this weekend. Download gnomad2
  2.8.3-1 from unstable.
 
  Cheers,
  Shaun

 Sorry but i forgot something, could you plis tell me what do you do?

I'm wrong Manuel. I was thinking of a neutrino bug (#340519: package
still ships gconf schemas in /etc).

I'm not seeing any lintian warnings in
gnomad2_2.8.3-1_i386.deb. What warning are you seeing?

Cheers,
Shaun


Bug#361852: kaffeine: crashes when trying to play sound using xine/arts

2006-04-10 Thread Filipus Klutiero
Package: kaffeine
Version: 0.8.1-2
Severity: important

I can set the xine audio driver to arts, but as soon as some sound is
played, kaffeine crashes on 3 elsewhere Etch boxes on 3 tested. This
happens on a freshly installed box, and as root (this is to highlight
differences with some information reported in closed #328788). On at
least one of the affected machines, amarok and gxine are able to play
simultaneously using xine/arts.

The backtrace attached was obtained with libc6-dbg, kdelibs-dbg and
kaffeine-dbg installed. I don't know how to get all needed packages, so
feel free to tell me some I missed if you think there's a way to get a
more complete backtrace. On the other hand, this reproduces easily
enough that you should be able to do it yourself. This is one factor
considered when setting the severity. The other is that I'd assume
xine/arts to be the default driver (auto pointing to it, but it's not
the case for now as auto works). alsa and oss both work.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8)

Versions of packages kaffeine depends on:
ii  kdelibs4c2a   4:3.5.2-2  core libraries for all KDE applica
ii  libacl1   2.2.36-1   Access control list shared library
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libattr1  2.4.32-1   Extended attribute shared library
ii  libaudio2 1.7-6  The Network Audio System (NAS). (s
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libcdparanoia03a9.8-13   Shared libraries for cdparanoia
ii  libfam0   2.7.0-9Client library to control the FAM 
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libice6   6.9.0.dfsg.1-6 Inter-Client Exchange library
ii  libidn11  0.5.18-2   GNU libidn library, implementation
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG 
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libpcre3  6.4-1.1Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libqt3-mt 3:3.3.6-1  Qt GUI Library (Threaded runtime v
ii  libsm66.9.0.dfsg.1-6 X Window System Session Management
ii  libstdc++64.1.0-1The GNU Standard C++ Library v3
ii  libvorbis0a   1.1.2-1The Vorbis General Audio Compressi
ii  libvorbisenc2 1.1.2-1The Vorbis General Audio Compressi
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-5.1FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-6 X Window System Input extension li
ii  libxine1  1.0.1-1.6  the xine video/media player librar
ii  libxinerama1  6.9.0.dfsg.1-6 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-6 X Toolkit Intrinsics
ii  libxtst6  6.9.0.dfsg.1-6 X Window System event recording an
ii  zlib1g1:1.2.3-11 compression library - runtime

kaffeine recommends no packages.

-- no debconf information
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread -1238567232 (LWP 29177)]
[New Thread -1302803536 (LWP 29191)]
[New Thread -1294210128 (LWP 29190)]
[New Thread -1283929168 (LWP 29189)]
[New Thread -1271436368 (LWP 29188)]
[New Thread -1311196240 (LWP 29186)]
[New Thread -1262773328 (LWP 29181)]
[New Thread -1249895504 (LWP 29180)]
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0xb6641fec in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib/tls/i686/cmov/libpthread.so.0
#2  0xb5dbf351 in _x_demux_control_headers_done () from /usr/lib/libxine.so.1
#3  0x08a44e80 in ?? ()
#4  0xbf90b6b8 in ?? ()
#5  0x0001 in ?? ()
#6  0x08d0bfe8 in ?? ()
#7  0x4439e0fa in ?? ()
#8  0x31d47070 in ?? ()
#9  0x4439e0f9 in ?? ()
#10 0x000cc1a6 in ?? ()
#11 0xb5dde164 in ?? () from /usr/lib/libxine.so.1
#12 0x0001 in ?? ()
#13 0xb5dd5417 in ?? () from /usr/lib/libxine.so.1
#14 

Bug#361854: function *() php/apache Crash PHP 4.4.2 and 5.1.2

2006-04-10 Thread Oliver Paulus
Package: php4
Version: 4:4.3.10-16
Severity: grave

for more informaton see:
http://securityreason.com/achievement_securityalert/35

-- 
Oliver Paulus

OpenPGP
Key id: 28D9C44F
Fingerprint: EADA 62FC 07DC 3361 A3D6  4174 2DE3 C027 28D9 C44F
Public Key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x28D9C44F





pgpICF0eGOrDX.pgp
Description: Digitale PGP-Unterschrift


Bug#361855: tempnam() open_basedir bypass PHP 4.4.2 and 5.1.2

2006-04-10 Thread Oliver Paulus
Package: php4
Version: 4:4.3.10-16
Severity: grave

for more informaton see:
http://securityreason.com/achievement_securityalert/36

-- 
Oliver Paulus

OpenPGP
Key id: 28D9C44F
Fingerprint: EADA 62FC 07DC 3361 A3D6  4174 2DE3 C027 28D9 C44F
Public Key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x28D9C44F





pgpyeZvdS3kGt.pgp
Description: Digitale PGP-Unterschrift


Bug#361856: copy() Safe Mode Bypass PHP 4.4.2 and 5.1.2

2006-04-10 Thread Oliver Paulus
Package: php4
Version: 4:4.3.10-16
Severity: grave

for more informaton see:
http://securityreason.com/achievement_securityalert/37

-- 
Oliver Paulus

OpenPGP
Key id: 28D9C44F
Fingerprint: EADA 62FC 07DC 3361 A3D6  4174 2DE3 C027 28D9 C44F
Public Key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x28D9C44F





pgpz9uVJShJnq.pgp
Description: Digitale PGP-Unterschrift


Bug#361847: gxine: FTBS with DEB_BUILD_OPTIONS=nostrip noopt debug

2006-04-10 Thread Darren Salt
In message [EMAIL PROTECTED] you wrote:

 Steps to reproduce:
 1) DEB_BUILD_OPTIONS=nostrip noopt debug fakeroot apt-get --build source 
 gxine
[snip]
 dh_install 
 --sourcedir=/home/lindi/debian/debian-gxine/gxine-0.5.4/debian/tmp
 cp: cannot stat 
 `/home/lindi/debian/debian-gxine/gxine-0.5.4/debian/tmp//usr/share/applications/gxine.desktop':
  No such file or directory
 dh_install: command returned error code 256
 make: *** [binary-arch] Error 1
[snip]

 This makes it more difficult to debug other bugs in xine.

The attached patch (which I've committed to CVS) fixes this.

Alternatively, you could use the gxine-test script. While this doesn't test
building and installing a .deb, it's good enough for
  $ debuild clean
  $ DEB_BUILD_OPTIONS=nostrip noopt debug ./debian/rules build
  $ ./gxine-test --gdb

BTW, a CVS HEAD snapshot, current as of the date of this message, is
available from URL:http://zap.tartarus.org/~ds/gxine-cvs.tar.bz2. This is
*not* a release tarball :-)

-- 
| Darren Salt| linux or ds at  | nr. Ashington, | Toon
| RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army
| + Travel less. Share transport more.   PRODUCE LESS CARBON DIOXIDE.

RISC OS 4 easter egg E3A2 E28F1004 E3A02000 EF1E 55515249 736C6974 00
Index: Makefile.am
===
RCS file: /cvsroot/xine/gnome-xine/Makefile.am,v
retrieving revision 1.22
diff -u -r1.22 Makefile.am
--- Makefile.am 4 Apr 2006 21:55:02 -   1.22
+++ Makefile.am 10 Apr 2006 18:54:28 -
@@ -13,6 +13,7 @@
   $(MAKE) $@ CFLAGS=$(DEBUG_CFLAGS) LDFLAGS=$(DEBUG_LDFLAGS)) \
  || exit; \
done;
+   $(MAKE) all-am CFLAGS=$(DEBUG_CFLAGS) LDFLAGS=$(DEBUG_LDFLAGS)) \
 
 install-debug: debug
@list='$(SUBDIRS)'; for subdir in $$list; do \
@@ -20,6 +21,7 @@
   $(MAKE) $@ CFLAGS=$(DEBUG_CFLAGS) LDFLAGS=$(DEBUG_LDFLAGS)) \
  || exit; \
done;
+   $(MAKE) install-am CFLAGS=$(DEBUG_CFLAGS) LDFLAGS=$(DEBUG_LDFLAGS)) 
\
 
 prune-cache:
-rm -f config.cache


Bug#361853: phpinfo() Cross Site Scripting PHP 5.1.2 and 4.4.2

2006-04-10 Thread Oliver Paulus
Package: php4
Version: 4:4.3.10-16
Severity: grave

for more informaton see:
http://securityreason.com/achievement_securityalert/34

--
Oliver Paulus

OpenPGP
Key id: 28D9C44F
Fingerprint: EADA 62FC 07DC 3361 A3D6  4174 2DE3 C027 28D9 C44F
Public Key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x28D9C44F





pgpbwXvN2HHAR.pgp
Description: Digitale PGP-Unterschrift


Bug#361846: non-free license for core.schema

2006-04-10 Thread Torsten Landschoff
On Mon, Apr 10, 2006 at 08:16:46PM +0200, Noèl Köthe wrote:
  The ftpmasters have recently rejected a package that contains another
  schema file with identical license text, and there was no obvious
  opposition to that decision on Debian legal [0], so the current
  understanding seems to be that this license is not free.
 
  [0]  http://lists.debian.org/debian-legal/2006/04/threads.html
 
 http://lists.debian.org/debian-legal/2006/04/msg00051.html ff.

That whole discussion is silly. I am not a lawyer but I for me it looks 
like you are not allowed to modify the RFC document which is fine in
this context. It's just that we use the schema documented in the RFC. 

Greetings

Torsten


signature.asc
Description: Digital signature


Bug#361825: fetchmail: Connection vom an IPv4-only-host to an IPv6/IPv4-Host doesn't work

2006-04-10 Thread Nico Golde
tags 361825 + upstream
thanks

* Daniel 'DaB.' Baur [EMAIL PROTECTED] [2006-04-10 20:39]:
 my IPv4-Only-host (ServerX) can't connects to my IPv6/IPv4-Host (kant). kant
 has a IPv6- and a IPv4-DNS-Entry.
 Syslog shows:
 Apr 10 12:34:48 ServerX fetchmail[10277]: Abfragestatus=2 (SOCKET)
 Apr 10 12:34:48 ServerX fetchmail[10277]: POP3 Verbindung zu kant
 fehlgeschlagen: Die Adressfamilie wird von der Protokollfamilie nicht
 unterstütz.

Can you plaese provide your config file and call fetchmail 
with -v?
For the future please post bugs with english messages:
LC_MESSAGES=C fetchmail
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!


pgp54x0rXmWY4.pgp
Description: PGP signature


Bug#361858: libdbd-pg-perl: Please remove postgresql-client-8.0 build dependency

2006-04-10 Thread Martin Pitt
Package: libdbd-pg-perl
Version: 1.43-1
Severity: important

Hi!

postgresql-8.0 is about to be removed from the archive RSN, and
libdbd-pg-perl is one of the very few packages that still build-depend
on it.

However, build-depending on postgresql-client-X.Y sounds just wrong.
What does the package need from -client for building? It does not
contain any header files and such.

So, can you please either drop the build dep completely, or use
p-client-8.1 instead? (If you need e. g. the psql binary for a package
test suite and the like, in which case it is certainly justified).

Thank you!

Martin

-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?


signature.asc
Description: Digital signature


Bug#337142: Bypassed for custom buildcommands

2006-04-10 Thread Paul van Tilburg
Hi,

I have looked a bit in the code of svn-buildpackage and have noticed
that the moving is only done when no custom build command is used.  
Is this done for a specific reason?  I could not think of one and I
would really would like the debs moved to the package/ directory after
calling svn-buildpackage from package/trunk/ and a succesful build in
package/build-area/.

Paul

-- 
Student @ Eindhoven | email: [EMAIL PROTECTED]
University of Technology, The Netherlands   | JID: [EMAIL PROTECTED]
 Using the Power of Debian GNU/Linux  | GnuPG key ID: 0x50064181


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



Bug#361846: non-free license for core.schema

2006-04-10 Thread Noèl Köthe
Am Montag, den 10.04.2006, 21:19 +0200 schrieb Torsten Landschoff:

   The ftpmasters have recently rejected a package that contains another
   schema file with identical license text, and there was no obvious
   opposition to that decision on Debian legal [0], so the current
   understanding seems to be that this license is not free.
  
   [0]  http://lists.debian.org/debian-legal/2006/04/threads.html
  
  http://lists.debian.org/debian-legal/2006/04/msg00051.html ff.
 
 That whole discussion is silly. I am not a lawyer but I for me it looks 
 like you are not allowed to modify the RFC document which is fine in
 this context. It's just that we use the schema documented in the RFC. 

We tried to clarify this point on debian-legal without success.
The same license was rejected by ftp-master so there is something wrong
which we want to document.

-- 
Noèl Köthe noel debian.org
Debian GNU/Linux, www.debian.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#361857: typo in URL in description

2006-04-10 Thread Tomas Pospisek
Package: libcairo-ruby1.8
Severity: minor
Tags: patch

s/cairographics/cairographics.org/

Greets,
*t

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.22
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#316772: RFA: Everything must go!

2006-04-10 Thread Shaun Jackman
On 4/9/06, Jaldhar H. Vyas [EMAIL PROTECTED] wrote:
  * Creative Labs Nomad Jukebox
  libnjb - Creative Labs Nomad Jukebox library
  gnomad2 - Manage a Creative Labs Nomad Jukebox

 I have a Creative Zen touch which use these  so I can take them.  I would
 rather work with someone to comaintain them though.

John Bovey [EMAIL PROTECTED], an experienced programmer, has expressed
interest in becoming a Debian developer and maintaining libnjb.

Manuel García [EMAIL PROTECTED] has expressed interest in
maintaining gnomad2. He is also a NM, and could probably use a hand
with gnomad2.

  neutrino - GNOME shell for managing your Creative Labs Nomad Jukebox

 I'd be willing to take this too but I'm not a GNOME user myself.

There have been no claims on neutrino. It's yours, if you want it.

 Also what about kionjb?

There's an old version (0.1.6) of kionjb in experimental. My hope was
that it would eventually make it into the upstream KDE
kdemultimedia-kio-plugins package, but that requires some co-operation
with the KDE folks. If you'd like to package the newer kionjb (0.2.4)
for unstable, it's all yours. Upload the new package and file a bug
against ftp.debian.org to remove my package from experimental.

Cheers,
Shaun


Bug#354358: RFH: Test swt-gtk (azureus) on ia64 and alpha

2006-04-10 Thread Shaun Jackman
 I could test on alpha, but there's no version of swt-gtk in sarge for this
 architecture.

 Why is it the old versions of this package which need testing, not the
 current version?

Don't worry about testing the Sarge version then; that only applies to
ia64. If you could test libswt-gtk-3.1=3.1.2-1 from
snapshot.debian.net, I'd appreciate it. I'm trying to establish
whether all the 64-bit targets of SWT are broken, or only amd64.

Cheers,
Shaun


Bug#361180: Debian installer doesn't install kernel

2006-04-10 Thread Geert Stappers
On Mon, Apr 10, 2006 at 03:11:58PM -0400, Jack Carroll wrote:
 
   That revealed the place where the files get deleted.  I'll see if I
 can move the log to disk and attach it to this message.  Just copying a few
 key items from the screen on the test machine:
   It happens at the 93% point in the log file.  apt-install generates
 a large number of lines...
 
 Setting up discover1-data
 Setting up libdiscover1
 Setting up discover1
 base-installer: info: Installed discover1 successfully onto /target/
 Reading package lists
 Building dependency tree
 Suggested packages:
   ifrename
 Recommended packages:
   usbutils pciutils
 The following packages will be REMOVED:
   initramfs-tools linux-image-2.6-686 linux-image-2.6.15-1-686 udev
 The following NEW packages will be installed:
   hotplug

GGeee!!!

 
   And then it goes on to remove those packages and their symbolic
 links.
   This sounds like an incorrect dependency.

Yep ...

 
 
   All this was done with beta 2 floppies from the site you
 recommended, using the net-drivers floppy, and downloading installer
 components and packages from ftp.us.debian.org.
 
   I downloaded a current netinst CD image from the devel site last
 night, burned it to a CD-RW, and did a network install on a different set of
 partitions (dev/hda3 and /dev/hda7).  That worked, and didn't delete the
 kernel.  So this problem happens only when booting the installer from
 floppies.

I'm glad^Whappy that you took time to reproduce the error you encountered.

 Apr 10 17:26:55 syslogd started: BusyBox v1.01 (Debian 1:1.01-4)
 bigsnip/
 Apr 10 18:01:08 main-menu[345]: (process:25127): + db_progress SET 137 
 Apr 10 18:01:08 main-menu[345]: (process:25127): + _db_cmd PROGRESS SET 137 
 Apr 10 18:01:08 main-menu[345]: (proce 
 Apr 10 18:01:08 apt-install: Reading package lists...
 Apr 10 18:01:08 apt-install: Building dependency tree...
 Apr 10 18:01:09 apt-install: 
 Apr 10 18:01:09 apt-install: The following extra packages will be installed:
 Apr 10 18:01:09 apt-install:   discover1-data libdiscover1
 Apr 10 18:01:09 apt-install: The following NEW packages will be installed:
 Apr 10 18:01:09 apt-install:   discover1 discover1-data libdiscover1
 Apr 10 18:01:09 apt-install: 0 upgraded, 3 newly installed, 0 to remove and 0 
 not upgraded.
 Apr 10 18:01:09 apt-install: Need to get 275kB of archives.
 Apr 10 18:01:09 apt-install: After unpacking 995kB of additional disk space 
 will be used.
 Apr 10 18:01:09 apt-install: Get:1 http://ftp.us.debian.org etch/main 
 discover1-data 1.2006.01.14 [107kB]
 Apr 10 18:01:10 apt-install: Get:2 http://ftp.us.debian.org etch/main 
 libdiscover1 1.7.17 [99.0kB]
 Apr 10 18:01:10 apt-install: Get:3 http://ftp.us.debian.org etch/main 
 discover1 1.7.17 [68.2kB]
 Apr 10 18:01:11 apt-install: Fetched 275kB in 0s (338kB/s)
 Apr 10 18:01:11 apt-install: Selecting previously deselected package 
 discover1-data.
 Apr 10 18:01:11 apt-install: (Reading database ... 10376 files and 
 directories currently installed.)
 Apr 10 18:01:11 apt-install: Unpacking discover1-data (from 
 .../discover1-data_1.2006.01.14_all.deb) ...
 Apr 10 18:01:11 apt-install: Selecting previously deselected package 
 libdiscover1.
 Apr 10 18:01:11 apt-install: Unpacking libdiscover1 (from 
 .../libdiscover1_1.7.17_i386.deb) ...
 Apr 10 18:01:12 apt-install: Selecting previously deselected package 
 discover1.
 Apr 10 18:01:12 apt-install: Unpacking discover1 (from 
 .../discover1_1.7.17_i386.deb) ...
 Apr 10 18:01:12 apt-install: Setting up discover1-data (1.2006.01.14) ...
 Apr 10 18:01:12 apt-install: Setting up libdiscover1 (1.7.17) ...
 Apr 10 18:01:13 apt-install: 
 Apr 10 18:01:13 apt-install: Setting up discover1 (1.7.17) ...
 Apr 10 18:01:13 apt-install: 
 Apr 10 18:01:13 base-installer: info: Installed discover1 successfully into 
 /target/
 Apr 10 18:01:13 apt-install: Reading package lists...
 Apr 10 18:01:13 apt-install: 
 Apr 10 18:01:13 apt-install: Building dependency tree...
 Apr 10 18:01:14 apt-install: 
 Apr 10 18:01:14 apt-install: Suggested packages:
 Apr 10 18:01:14 apt-install:   ifrename
 Apr 10 18:01:14 apt-install: Recommended packages:
 Apr 10 18:01:14 apt-install:   usbutils pciutils
 Apr 10 18:01:14 apt-install: The following packages will be REMOVED:
 Apr 10 18:01:14 apt-install:   initramfs-tools linux-image-2.6-686 
 linux-image-2.6.15-1-686 udev
 Apr 10 18:01:14 apt-install: The following NEW packages will be installed:
 Apr 10 18:01:14 apt-install:   hotplug
 Apr 10 18:01:14 apt-install: 0 upgraded, 1 newly installed, 4 to remove and 0 
 not upgraded.
 Apr 10 18:01:14 apt-install: Need to get 66.7kB of archives.
 Apr 10 18:01:14 apt-install: After unpacking 46.1MB disk space will be freed.
 Apr 10 18:01:14 apt-install: Get:1 http://ftp.us.debian.org etch/main hotplug 
 0.0.20040329-25 [66.7kB]
 Apr 10 18:01:16 apt-install: Preconfiguring packages ...
 Apr 10 18:01:17 apt-install: Fetched 66.7kB in 0s (164kB/s)
 Apr 10 18:01:17 

Bug#361715: Log for failed build of barrage_1.0.2-1

2006-04-10 Thread Falk Hueffner
Martin Michlmayr [EMAIL PROTECTED] writes:

 Yeah, I had an old file around that delta used instead.  Below is a
 new test case.  Falk, do you see this segfault?

Nope...

-- 
Falk


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



Bug#304510: deb package available in upstream website

2006-04-10 Thread Sandro Tosi
Hi all,
in the upstream site, I've found ed2k_hash already deb packaged (I
didn't check the deb quality).

So, what are you going to do with these bugs?

Regards,
Sandro

--
Sandro Tosi (aka Morpheus, matrixhasu)
My (little) site: http://matrixhasu.altervista.org/



Bug#315214: gambit: FTBFS (amd64/gcc-4.0): cast from 'char*' to 'int' loses precision

2006-04-10 Thread Pierre HABOUZIT

  attached is a patch to fix gambit compilation for 64bits archs against
last release.

  for upstream: please not that casting pointers into (int) is ugly, and
that printf formats have a %p format especially designed for pointers
(that is equivalent to the right %x format).

thanks

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org
diff -ru gambit-0.2006.01.20/sources/tools/enumpoly/pelqhull.cc 
../gambit-0.2006.01.20/sources/tools/enumpoly/pelqhull.cc
--- gambit-0.2006.01.20/sources/tools/enumpoly/pelqhull.cc  2006-01-07 
07:36:53.0 +0100
+++ ../gambit-0.2006.01.20/sources/tools/enumpoly/pelqhull.cc   2006-04-10 
21:43:09.0 +0200
@@ -121,7 +121,7 @@
 if (!(object= malloc(outsize))) qhull_fatal(3);
 
 if (qhmem.IStracing = 5)
-  fprintf (qhmem.ferr, qh_memalloc long: %d bytes at %x\n, outsize, 
(int)object);
+  fprintf (qhmem.ferr, qh_memalloc long: %d bytes at %p\n, outsize, 
object);
   }
   return (object);
 } /* memalloc */
@@ -148,7 +148,7 @@
 qhmem .totlong -= size;
 free (object);
 if (qhmem.IStracing = 5)
-  fprintf (qhmem.ferr, qh_memfree long: %d bytes at %x\n, size, 
(int)object);
+  fprintf (qhmem.ferr, qh_memfree long: %d bytes at %p\n, size, object);
   }
 } /* memfree */
 
@@ -519,10 +519,10 @@
   
   if (!set || !(set-e[0]))
 return NULL;
-  if ((setsize= (int)*(last= (set-e[set-maxsize] {
+  if ((setsize= (long)*(last= (set-e[set-maxsize] {
 returnvalue= set-e[setsize - 2];
 set-e[setsize - 2]= NULL;
-*last= (void *)((int)*last - 1);
+*last= (void *)((long)*last - 1);
   }else {
 returnvalue= set-e[set-maxsize - 1];
 set-e[set-maxsize - 1]= NULL;
@@ -939,11 +939,11 @@
   else {
 SETreturnsize_(set, size);
 fprintf (fp, %s set=%x maxsize=%d size=%d elems=,
-string, (unsigned int)set, set-maxsize, size);
+string, (unsigned long)set, set-maxsize, size);
 if (size  (int)set-maxsize)
   size= set-maxsize+1;
 for (k=0; ksize; k++)
-  fprintf(fp,  %x, (unsigned int)(set-e[k]));
+  fprintf(fp,  %p, set-e[k]);
 fprintf(fp, \n);
   }
 } /* setprint */
@@ -998,8 +998,8 @@
   newset= qh_setnew (setsize);
   qh_setappend ((setT **)qhmem.tempstack, newset);
   if (qhmem.IStracing = 5)
-fprintf (qhmem.ferr, qh_settemp: temp set %x of %d elements, depth %d\n,
-   (int)newset, newset-maxsize, qh_setsize ((setT *)qhmem.tempstack));
+fprintf (qhmem.ferr, qh_settemp: temp set %p of %d elements, depth %d\n,
+   newset, newset-maxsize, qh_setsize ((setT *)qhmem.tempstack));
   return newset;
 } /* settemp */
 
@@ -1043,8 +1043,8 @@
   if (!stackedset) qhull_fatal(18);
 
   if (qhmem.IStracing = 5)
-fprintf (qhmem.ferr, qh_settemppop: depth %d temp set %x of %d 
elements\n,
-   qh_setsize((setT *)qhmem.tempstack)+1, (int)stackedset, 
qh_setsize(stackedset));
+fprintf (qhmem.ferr, qh_settemppop: depth %d temp set %p of %d 
elements\n,
+   qh_setsize((setT *)qhmem.tempstack)+1, stackedset, 
qh_setsize(stackedset));
   return stackedset;
 } /* settemppop */
 
@@ -1056,8 +1056,8 @@
   
   qh_setappend ((setT**)qhmem.tempstack, set);
   if (qhmem.IStracing = 5)
-fprintf (qhmem.ferr, qh_settemppush: depth %d temp set %x of %d 
elements\n,
-qh_setsize((setT *)qhmem.tempstack), (int)set, qh_setsize(set));
+fprintf (qhmem.ferr, qh_settemppush: depth %d temp set %p of %d 
elements\n,
+qh_setsize((setT *)qhmem.tempstack), set, qh_setsize(set));
 } /* settemppush */
 
  
@@ -4088,8 +4088,8 @@
vertex-seen= True;
numvertices++;
if (qh_pointid (vertex-point) == -1) {
- fprintf (qh ferr, qhull internal error (checkpolygon): unknown point 
%x for vertex v%d first_point %x\n,
-  (int) vertex-point, vertex-id, (int) qh first_point);
+ fprintf (qh ferr, qhull internal error (checkpolygon): unknown point 
%p for vertex v%d first_point %p\n,
+  vertex-point, vertex-id, qh first_point);
  waserror= True;
}
   }
@@ -4152,7 +4152,7 @@
   facetT *neighbor, **neighborp, *errfacet=NULL;
 
   if (qh_pointid (vertex-point) == -1) {
-fprintf (qh ferr, qhull internal error (checkvertex): unknown point id 
%x\n, (int) vertex-point);
+fprintf (qh ferr, qhull internal error (checkvertex): unknown point id 
%p\n, vertex-point);
 waserror= True;
   }
   if (vertex-id = qh vertex_id) {
@@ -4461,33 +4461,33 @@
 
   switch (size-firstindex) {
   case 1:
-hash= (unsigned)(*elemp) - (unsigned) skipelem;
+hash= (unsigned long)(*elemp) - (unsigned long) skipelem;
 break;
   case 2:
-hash= (unsigned)(*elemp) + (unsigned)elemp[1] - (unsigned) skipelem;
+hash= (unsigned long)(*elemp) + (unsigned long)elemp[1] - (unsigned long) 
skipelem;
 break;
   case 3:
-hash= (unsigned)(*elemp) + (unsigned)elemp[1] + 

Bug#330192: filenames in /etc/skel

2006-04-10 Thread Marc Haber
On Mon, Apr 10, 2006 at 04:13:53PM +0200, Matthias Klose wrote:
 in http://launchpad.net/bugs/31553, a user pointed out the same
 problem with dotfiles, which actually are symlinks.

The bug continues to be unreproducible here. Cause: The proprietary
click-and-drool Ubuntu bug report doesn't mention the adduser
version at all.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#358754: [Fwd: [Bug 4885] Source-Code is missing, only binary-only is provided]

2006-04-10 Thread Daniel Baumann
Seems like someone is alive, finally.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/
---BeginMessage---
https://bugs.helixcommunity.org/show_bug.cgi?id=4885


guest changed:

   What|Removed |Added   

 Status|NEW |OPEN
   Severity|S4  |S3  
 AssignedTo|TRIAGE  |PGM 
   Priority|P4  |P1  




--- Additional Comments From guest 2006-10-04 12:39 GMT-0800 ---
TRIAGE:  This is not intentional.  We are looking into the lack of source 
posted for the RealPlayer
10.0.7 and the Helix Player 1.0.7 now.  

-- 
--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


This e-mail is sent to you automatically from the Helix Bug Tracker.  Please, do
not respond to this message, but instead edit your Bug Tracker user preferences
to change when Bug Tracker sends you e-mail.
---End Message---


Bug#360820: kopete starts eating processor time and memory when a chat session is opened

2006-04-10 Thread A.M.P. Boelens
I have a backtrace attached. It is really short though. If there is anything
else I can do to produce more usefull data. please let me know

regards

Arnout

On Sat, Apr 08, 2006 at 05:03:51PM +0200, David Schmitt wrote:
 Hi A.M.P.!
 
 Please install kdenetwork-dbg to receive the current debugging information 
 for 
 kopete. Then reproduce the problem and kill kopete with 
 
   kill -SQGV $(pidof kopete)
 
 This will shutdown kopete and trigger a KCrash dialog.
 
 Please send the backtrace from the krash report to the report at 
 [EMAIL PROTECTED]
 
 Thank you for your cooperation!
 
 Regards, David
 -- 
 - hallo... wie gehts heute?
 - *hust* gut *rotz* *keuch*
 - gott sei dank kommunizieren wir über ein septisches medium ;)
  -- Matthias Leeb, Uni f. angewandte Kunst, 2005-02-15
 
 
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread -1242027808 (LWP 20715)]
[KCrash handler]
#6  0xe410 in __kernel_vsyscall ()
#7  0xb606fdc1 in select () from /lib/tls/i686/cmov/libc.so.6
#8  0xb681d852 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#9  0xb6891255 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#10 0xb689117a in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#11 0xb687738d in QApplication::exec () from /usr/lib/libqt-mt.so.3
#12 0x080798b0 in main (argc=-4, argv=0xfffc) at main.cpp:103
#13 0xb5fbaeb0 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#14 0x0806d2c1 in _start () at ../sysdeps/i386/elf/start.S:119


Bug#268796: Can also cause crash

2006-04-10 Thread Øystein Gisnås
tags 268796 confirmed
forwarded 258796 http://bugzilla.gnome.org/show_bug.cgi?id=328405
stop

Adding and removing a signature on such a message can lead to a crash
(looks like a GSlice crash with 2.6.0!). gdb crashes (ironically!?) when
I try to make the backtrace. Will come back to that later.


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


Bug#361859: dovecot-imapd: login only succeeds from localhost

2006-04-10 Thread Stefan Völkel
Package: dovecot-imapd
Version: 1.0.beta5-1
Severity: grave
Justification: renders package unusable

After the last update I can only log log in from localhost.

Neither my old config file, nor the one packaged (with things like ip
changed) worked.

I turned on debugging output but could not find any usefull information.

I tried strace, without any helpfull findings.

Additionally the man page is missing.

Apr 10 21:06:25 server-244 dovecot: Dovecot v1.0.beta5 starting up
Apr 10 21:06:44 server-244 dovecot: auth(default): client in:
AUTH^I1^IPLAIN^Iservice=IMAP^Isecured^Ilip=195.243.111.12^Irip=8
4.161.210.106
Apr 10 21:06:44 server-244 dovecot: auth(default): client out: CONT^I1^I
Apr 10 21:06:44 server-244 dovecot: auth(default): client in:
CONThidden
Apr 10 21:06:46 server-244 dovecot: auth(default): client out:
FAIL^I1^Iuser=bd

-- 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.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages dovecot-imapd depends on:
ii  dovecot-common   1.0.beta5-1 secure mail server that supports m
ii  libc62.3.6-5 GNU C Library: Shared libraries an
ii  libssl0.9.8  0.9.8a-8SSL shared libraries

dovecot-imapd recommends no packages.

-- no debconf information


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



Bug#361862: hostname: --version produces output on stderr instead of stdout

2006-04-10 Thread Peter T. Breuer
Package: hostname
Version: 2.07
Severity: normal

% hostname --version | od
hostname 2.05
000


I.e., with --version (or -V), output is on stderr instead of stdout.
The man page says:

  -V, --version
   Print version information on standard output and exit successfully.


This fouls up, among other things, my startx script, which greps the
output of hostname --version for the GNU string.


Peter




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



Bug#361861: blender: 3ds importer is broken

2006-04-10 Thread Takeshi Hakamata
Package: blender
Version: 2.41-1
Severity: normal

3ds file import script is broken.  When importing a 3ds file, you will
get an error message on the console and nothing will be loaded into blender.
I tried importing many 3ds models and always get the same error except for
the value of the object.  IIRC, I didn't have a problem importing 3ds
files in blender 2.40.  Here is the error message:

  Using Python version 2.3
  
  Importing /home/tkh/HanSolo.3ds
  Traceback (most recent call last):
File string, line 646, in my_callback
File string, line 634, in load_3ds
File string, line 603, in process_main_chunk
File string, line 260, in process_object_block
File string, line 199, in getUniqueName
  ValueError: object obj0 not found
  Saved session recovery to /home/tkh/.blender/quit.blend

I used HanSolo.3ds model which is available at the following URL:

  http://70.174.118.233:8080/programming/blender/HanSolo.3ds.

Takeshi

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

Versions of packages blender depends on:
ii  gettext [libgettextpo0]   0.14.5-2   GNU Internationalization utilities
ii  libc6 2.3.6-5GNU C Library: Shared libraries an
ii  libfreetype6  2.1.10-3   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libglu1-xorg [libglu1]6.9.0.dfsg.1-6 Mesa OpenGL utility library [X.Org
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.8rel-5.1   PNG library - runtime
ii  libsdl1.2debian   1.2.9-5Simple DirectMedia Layer
ii  libstdc++64.1.0-1The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
pi  python2.3.5-5An interactive high-level object-o
pi  python2.3 2.3.5-9.1  An interactive high-level object-o
ii  xlibmesa-gl [libgl1]  6.9.0.dfsg.1-6 Mesa 3D graphics library [X.Org]
ii  zlib1g1:1.2.3-11 compression library - runtime

blender recommends no packages.

-- no debconf information


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



Bug#361860: kdevelop: big delay at first breakpoint

2006-04-10 Thread Eike Sauer
Package: kdevelop
Severity: normal

When debugging a C++ project, I get a big delay at the first breakpoint.
I saw an entry at bugs.kde.org mentioning a patch that makes the delay
vanish if you don't watch local variables (unfortunately, I can't find 
this entry anymore). I don't think such a patch is a valid bug fix for 
this problem, watching variables is an important part of debugging. 

This bug is a real show stopper when you want to do serious debugging. :-(

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (150, 'testing'), (100, 'stable'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Bug#358949: FTBFS on AMD64: conflicting types for 'SQLSetPos'

2006-04-10 Thread Steve Langasek
On Mon, Apr 10, 2006 at 02:00:52PM +0200, Peter Eisentraut wrote:
 Am Montag, 10. April 2006 13:20 schrieb Steve Langasek:
  This unixodbc fix has been uploaded, so psqlodbc can be uploaded at any
  time also.

 So the build dependency should be set to = 2.2.11-13 ?

Probably so, yes.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#351573: dpkg: trying script from the new package instead actually runs old script again

2006-04-10 Thread Nicolas François
hello,

On Sun, Feb 05, 2006 at 02:57:32PM -0500, James R. Van Zandt wrote:
 
 I made a syntax error in an emacs remove script, which caused the next
 package installation to fail.  The dpkg message said it would try the
 smae script in the new package instead.  However, fixing the error
 there didn't help:
 
 /usr/lib/emacsen-common/packages/remove/emacspeak-ss: line 9: accent: command 
 not found
 sudo debi
 (Reading database ... 191714 files and directories currently installed.)
 Preparing to replace emacspeak-ss 1.9.1-2 (using 
 emacspeak-ss_1.9.1-2_i386.deb) ...
 /usr/lib/emacsen-common/packages/remove/emacspeak-ss: line 9: accent: command 
 not found
 emacs-package-remove: /usr/lib/emacsen-common/packages/remove/emacspeak-ss 
 emacs emacs20 emacs21 xemacs21 failed at 
 /usr/lib/emacsen-common/emacs-package-remove line 30.
 dpkg: warning - old pre-removal script returned error exit status 9
 dpkg - trying script from the new package instead ...
 /usr/lib/emacsen-common/packages/remove/emacspeak-ss: line 9: accent: command 
 not found
 emacs-package-remove: /usr/lib/emacsen-common/packages/remove/emacspeak-ss 
 emacs emacs20 emacs21 xemacs21 failed at 
 /usr/lib/emacsen-common/emacs-package-remove line 30.
 dpkg: error processing emacspeak-ss_1.9.1-2_i386.deb (--install):
  subprocess new pre-removal script returned error exit status 9
 Errors were encountered while processing:
  emacspeak-ss_1.9.1-2_i386.deb
 
 Apparently it just re-ran the old script again.  I manually installed
 the repaired script so dpkg could replace the package.
 
 Maybe dpkg's script substitution mechanism fails for emacsen removal
 scripts?


In the above log, dpkg did execute the prerm script of the second package,
but this second prerm uses the same
/usr/lib/emacsen-common/packages/remove/emacspeak-ss file (which is the
file containing the typo).


I'm not sure it can be fixed easily by either dpkg or dh_installemacsen (I
can't think of any other place to fix this):
 * dpkg can't fix this because it only knows the package prerm script
 * dh_installemacsen can't fix this because when the prerm script is
   called, the files are not unpacked and thus dh_installemacsen can't use
   the second emacsen's remove file.


Please dpkg maintainers, comment. (I may be completely wrong in the above
points).

Kind Regards,
-- 
Nekral


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



Bug#305355: firefox: Since upgrading to 1.5.0.1 some pages cause 100% CPU load

2006-04-10 Thread Justin Pryzby
On Mon, Apr 10, 2006 at 07:18:50PM +0100, Adam Trickett wrote:
 Package: firefox
 Version: 1.5.dfsg+1.5.0.1-4
 Followup-For: Bug #305355
 
 Since upgrading to FF 1.5.0. this weekend I've notices that FF freezes on
 certain pages. The whole browser locks, CPU load for the firefox-bin hits
 100%. After a few seconds or a minute it carries on running, but every
 page is back at the top. It's okay for a few minutes then it does it again.
What pages?  Does disabling javascript (or flash) help?

Justin


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



Bug#361863: CVE-2006-1655: Unspecified vulnerability in mpg123

2006-04-10 Thread Stefan Fritsch
Package: mpg123
Version: 0.59r-21
Severity: grave
Tags: security

cite:
Unspecified vulnerability in mpg123 0.59r allows user-complicit
attackers to trigger a segmentation fault and possibly have other
impacts via a certain MP3 file, as demonstrated by mpg1DoS3.  NOTE:
this issue might be related to CVE-2004-0991, but it is not clear.


Version 0.59r-21 should be fixed against CVE-2004-0991 but segfaults
with the poc-exploit. So it seems to be a different vulnerability
than CVE-2004-0991.

gdb says the segfault is in layer3.c:1185, but debugging this is beyond
me.

If you fix it, please mention the CVE-id in the changelog.


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



Bug#361864: segfaults in OpenSP::ParsedSystemId::unparse

2006-04-10 Thread Filipus Klutiero
Package: openjade1.3
Version: 1.3.2-9
Severity: grave
Justification: renders package unusable

Both openjade1.3 and openjade segfault when called with the example
usage in Using OpenJade from the documentation index. The first
openjade command I tried segfaulted, and I didn't find any command that didn't 
segfault.
This problem reproduces apparently everytime on 3 Etch boxes on the 3 I tested:

$ openjade1.3 /usr/share/doc/openjade/demo.sgm
Erreur de segmentation

(The output line means Segmentation fault)

Here is the backtrace:

$ gdb openjade1.3
GNU gdb 6.4-debian
Copyright 2005 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/i686/cmov/libthread_db.so.1.

(gdb) run /usr/share/doc/openjade/demo.sgm
Starting program: /usr/bin/openjade1.3 /usr/share/doc/openjade/demo.sgm
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1213634880 (LWP 1409)]
(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)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1213634880 (LWP 1409)]
0xb7de1db1 in OpenSP::ParsedSystemId::unparse () from
/usr/lib/libosp.so.5
(gdb) bt
#0  0xb7de1db1 in OpenSP::ParsedSystemId::unparse () from
/usr/lib/libosp.so.5
#1  0x080c1465 in OpenSP::Stringchar::String ()
#2  0xb7dd0d5a in OpenSP::EntityApp::processArguments () from
/usr/lib/libosp.so.5
#3  0xb7dbb413 in OpenSP::CmdLineApp::run () from /usr/lib/libosp.so.5
#4  0x08053f55 in ?? ()
#5  0xb7aaceb0 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#6  0x080533f1 in ?? ()
(gdb)

This appears to be a problem in libosp5, which would explain that the
problem appears in both openjade versions, but I feel already bad for
opening a bug against a package I have no clue about as openjade, that I
would be unable to argue anything about libosp. Please reassign the bug
and feel free to adopt it if the problem is indeed in libosp.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8)

Versions of packages openjade1.3 depends on:
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libosp5   1.5.2-1Runtime library for OpenJade group
ii  libstdc++64.1.0-1The GNU Standard C++ Library v3
ii  sgml-base 1.26   SGML infrastructure and SGML catal

openjade1.3 recommends no packages.

-- no debconf information


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



Bug#361865: ocaml-nox: ocamlopt sets the rpath

2006-04-10 Thread Shaun Jackman
Package: ocaml-nox
Version: 3.09.1-3
Severity: normal

ocamlopt sets the rpath of the binaries it builds. The documentation
gives no indication of how to disable this behaviour.

Cheers,
Shaun


Bug#346342: libc6: REALLY annoying: destroys workaround all the time

2006-04-10 Thread Denis Barbier
On Mon, Apr 10, 2006 at 07:42:41AM +0200, Aurelien Jarno wrote:
 Then on the bug itself, I will try to investigate that. The solution is
 not trivial, if you look at the tzconfig script, you may notice that the
 script use a readlink on /etc/localtime. Replacing it by a plain file
 may have consequences that have to be investigated. It seems that it is
 broken for some people (I fail to understand how it happens), and we 
 don't want to break it for everyone.

With tzconfig, location is stored into /etc/timezone and /etc/localtime
becomes a symlink to /usr/share/zoneinfo/$location.  It seems that this
is a Debian addition, but it is outdated, locations do not match
/usr/share/zoneinfo/zone.tab.
There are 2 similar tools:
  * tzselect, which seems to be the predecessor of tzconfig, but which
is maintained upstream.  This program does not modify system files,
it is intended to be run by normal users to know how to set TZ to
match their need.
  * tzsetup, written by d-i folks to replace tzconfig.  It behaves like
tzconfig, but is well maintained.
I suggest thus to drop tzconfig, this program is no more useful.  And to
modify tzdata.postinst like this:

if [ $1 = configure ]; then
timezone=Factory
if [ -f /etc/timezone ]; then
timezone=$(sed -e 1q /etc/timezone)
fi
if [ -f /usr/share/zoneinfo/$timezone ]  [ $timezone != Factory ]
then
rm -f /etc/localtime  \
cp -f /usr/share/zoneinfo/$timezone /etc/localtime
fi
fi

Denis


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



Bug#361731: postgresql-client-8.1: createuser man page missing some options

2006-04-10 Thread Martin Pitt
reassign 361731 postgresql-common
retitle 361731 postgresql-common: Fix createuser documentation in README.Debian
thanks

Hi Ross,

Ross Boylan [2006-04-09 15:00 -0700]:
 -A is not documented on the man page for createuser.
 I noticed this because it's used in the README.Debian quickstart instructions.

-A is indeed deprecated in PostgreSQL 8.1 since it is misleading (and
even dangerous due to that). So I will rather fix README.Debian to
state the correct options for 8.1.

Thank you for your report!

Martin

-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?


signature.asc
Description: Digital signature


Bug#361180: Debian installer doesn't install kernel

2006-04-10 Thread Frans Pop
reassign 361180 base-installer
retitle Selecting 2.6 kernel when installing using 2.4 will break install
thanks

On Monday 10 April 2006 21:11, Jack Carroll wrote:
   That revealed the place where the files get deleted.  I'll see if I
 can move the log to disk and attach it to this message.  Just copying a
 few key items from the screen on the test machine:
   It happens at the 93% point in the log file.  apt-install generates
 a large number of lines...

OK. This information has been in the syslog all the time. We would not 
have had to activate the debugging for this.

The root of the problem is that you are installing from floppy which uses 
the 2.4 kernel and therefore schedules the package hotplug for 
installation.

When you get to kernel installation, you choose to ignore the offered 
default 2.4 kernel and instead select a 2.6 kernel. The 2.6 kernel 
depends on udev which conflicts with hotplug which results in the kernel 
being uninstalled.

So, if you'd just accept the 2.4 kernel offered by default, the 
installation will go fine. You can upgrade to a 2.6 kernel after the 
installation finishes.

If you'd just done a default installation instead of choosing expert mode, 
none of this would have happened. However, Thanks for staying with this 
as it has laid bare something we should not allow users to do.

Cheers,
FJP

Note for BR history. A few mails exchanged for this issue were not sent to 
the bug report. They can be found in the d-boot list (9/10 april 2006).

Note for resolution.
There are two issues here:
- We should probably no longer allow selection of a 2.4 kernel when
  running 2.6 and vice versa.
- We should probably not allow apt-install to remove packages that are
  installed.


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



Bug#361846: non-free license for core.schema

2006-04-10 Thread Steve Langasek
On Mon, Apr 10, 2006 at 09:19:31PM +0200, Torsten Landschoff wrote:
 On Mon, Apr 10, 2006 at 08:16:46PM +0200, Noèl Köthe wrote:
   The ftpmasters have recently rejected a package that contains another
   schema file with identical license text, and there was no obvious
   opposition to that decision on Debian legal [0], so the current
   understanding seems to be that this license is not free.

   [0]  http://lists.debian.org/debian-legal/2006/04/threads.html

  http://lists.debian.org/debian-legal/2006/04/msg00051.html ff.

 That whole discussion is silly. I am not a lawyer but I for me it looks 
 like you are not allowed to modify the RFC document which is fine in
 this context. It's just that we use the schema documented in the RFC. 

Which means we should be shipping a functional schema, but not the
copyrighted RFC.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#360076: tailor: Import fails when a CVS repo contains locks

2006-04-10 Thread Vincent Danjean
Lauri Alanko wrote:
 I have a cvs repo that has in ancient past been manipulated with rcs
 commands and there are some locks left on, so cvs rlog reports:
[...]

  Can you try if the package on my web page[1] fixes the bug you report?
If you tell me it does, I will upload it in the Debian distribution.

Note: to install the package, you can download 'tailor_0.9.20-3_all.deb'
and then type (being root) :
dpkg -i tailor_0.9.20-3_all.deb

[1] http://dept-info.labri.fr/~danjean/deb.html#tailor

  Best regards,
Vincent



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



Bug#361866: add dpkg solaris-i386 architecture support

2006-04-10 Thread Erast Benson
Package: dpkg
Version: 1.13.11

Upstream version of dpkg currently does not recognizes NexentaOS 
(GNU/OpenSolaris)
Debian architecture. Support needs to be provided.

Resulted printouts should be:

$ dpkg-architecture
DEB_BUILD_ARCH=solaris-i386
DEB_BUILD_ARCH_OS=solaris
DEB_BUILD_ARCH_CPU=i386
DEB_BUILD_GNU_CPU=i486
DEB_BUILD_GNU_SYSTEM=solaris
DEB_BUILD_GNU_TYPE=i386-pc-solaris2.11
DEB_HOST_ARCH=solaris-i386
DEB_HOST_ARCH_OS=solaris
DEB_HOST_ARCH_CPU=i386
DEB_HOST_GNU_CPU=i486
DEB_HOST_GNU_SYSTEM=solaris
DEB_HOST_GNU_TYPE=i386-pc-solaris2.11

-- 
Erast



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



Bug#361866: [PATCH 0/1] add dpkg solaris-i386 architecture support

2006-04-10 Thread Erast Benson
tags 361866 +patch

Patch is against dpkg 1.13.11.

Index: debian/control
===
--- debian/control  (.../pool/current)  (revision 20420)
+++ debian/control  (.../trunk) (revision 20420)
@@ -5,7 +5,7 @@
 Origin: debian
 Bugs: debbugs://bugs.debian.org
 Standards-Version: 3.6.1.0
-Build-Depends: debhelper (= 4.1.81), libncurses5-dev | libncurses-dev, 
zlib1g-dev (= 1:1.1.3-19.1), libbz2-dev, libsepol1-dev [!hurd-i386 
!kfreebsd-i386], libselinux1-dev [!hurd-i386 !kfreebsd-i386]
+Build-Depends: debhelper (= 4.1.81), libncurses5-dev | libncurses-dev, 
zlib1g-dev (= 1:1.1.3-19.1), libbz2-dev, libsepol1-dev [!hurd-i386 
!kfreebsd-i386 !solaris-i386], libselinux1-dev [!hurd-i386 !kfreebsd-i386 
!solaris-i386]
 
 Package: dpkg
 Architecture: any
@@ -26,7 +26,7 @@
 Section: utils
 Priority: standard
 Architecture: all
-Depends: dpkg (= 1.13.1), perl5, perl-modules, cpio (= 2.4.2-2), patch (= 
2.2-1), make, binutils
+Depends: dpkg (= 1.13.1), perl5, perl-modules, cpio (= 2.4.2-2), patch (= 
2.2-1), make, binutils, sunwtoo [solaris-i386]
 Recommends: gcc | c-compiler, bzip2
 Suggests: gnupg, debian-keyring
 Conflicts: dpkgname
Index: scripts/dpkg-architecture.pl
===
--- scripts/dpkg-architecture.pl(.../pool/current)  (revision 20420)
+++ scripts/dpkg-architecture.pl(.../trunk) (revision 20420)
@@ -81,7 +81,7 @@
 sub split_debian {
 local ($_) = @_;
 
-if (/^([^-]*)-(.*)/) {
+if (/^([^-][a-zA-Z_]+)[\.\d]*-(.*)/) {
return ($1, $2);
 } else {
return (linux, $_);
@@ -151,6 +151,7 @@
 # Set default values:
 
 chomp ($deb_build_arch = `dpkg --print-architecture`);
+($deb_os, $deb_cpu) = split_debian($deb_host_arch);
 syserr(dpkg --print-architecture failed) if $?8;
 $deb_build_gnu_type = debian_to_gnu($deb_build_arch);
 
@@ -258,6 +259,23 @@
  DEB_HOST_ARCH DEB_HOST_ARCH_OS DEB_HOST_ARCH_CPU
  DEB_HOST_GNU_CPU DEB_HOST_GNU_SYSTEM DEB_HOST_GNU_TYPE);
 
+# nexenta fixups...
+# Since solaris-cpu port relays on OpenSolaris core(i.e. not GNU C library),
+# we have to follow its architecture convention for DEB_BUILD_GNU_TYPE and
+# DEB_HOST_GNU_TYPE, otherwise autoconf and related scripts might not enable
+# cpu-pc-solaris2.krel specific optimizations
+if ($deb_os == solaris) {
+   my $krel=`uname -r`;
+   chomp $krel;
+   $krel =~ s/\d+(.*)/\1/;
+   $deb_build_gnu_system = solaris;
+   $deb_host_gnu_system = solaris;
+   $deb_build_gnu_type =~ s/i486/i386/;
+   $deb_build_gnu_type .= $krel;
+   $deb_host_gnu_type =~ s/i486/i386/;
+   $deb_host_gnu_type .= $krel;
+}
+
 $env{'DEB_BUILD_ARCH'}=$deb_build_arch;
 $env{'DEB_BUILD_ARCH_OS'}=$deb_build_arch_os;
 $env{'DEB_BUILD_ARCH_CPU'}=$deb_build_arch_cpu;
Index: scripts/dpkg-shlibdeps.pl
===
--- scripts/dpkg-shlibdeps.pl   (.../pool/current)  (revision 20420)
+++ scripts/dpkg-shlibdeps.pl   (.../trunk) (revision 20420)
@@ -104,7 +104,7 @@
 defined($c= open(P,-|)) || syserr(cannot fork for ldd);
 if (!$c) { exec(ldd,--,$exec[$i]); syserr(cannot exec ldd); }
 while (P) {
-   if (m,^\s+(\S+)\s+=\s+(\S+)\s+\(0x.+\)?$,) {
+   if (m,^\s+(\S+)\s+=\s+(\S+),) {
$so2path{$1} = $2;
}
 }


-- 
Erast



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



Bug#352755: Bug#196429: Does not restore window size on error

2006-04-10 Thread Anthony DeRobertis
On Mon, Apr 10, 2006 at 06:30:59PM +0200, Martin Michlmayr wrote:
 * Anthony DeRobertis [EMAIL PROTECTED] [2006-04-10 09:41]:
  I can think of several reasons you'd want to quickly kill jack
  completely:
 
 Well, but you have 'Q' which will quit immediately.

Sure. That's a small argument in favor of C-c doing something else;
however, it is certainly not uncommon to have ways of quitting a program
in addition to C-c.

 
  I can not think of any reason why I'd want to kill the rip of the
  current track and immediately proceed to the next track. (And why the
  current ripper, not the current encoder[s]?)
 
 It should work for encoders too.  Doesn't it?

No idea... Haven't actually tried. If C-c kills all running encoders and
rippers, that seems even more useless...


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



Bug#358754: Last call to prevent Helix beeing removed from Debian

2006-04-10 Thread mfrazier
Daniel - 

We are looking into this issue right now and I will respond with our
official plan once I have all the information.  I hope to send out email by
end of day.

One very important correction in your characterization of the issue below is
that the Helix Team did NOT decide to no longer ship the source-code.  We
understand this is an absolute requirement and we are working on rectifying
the situation.

I do have a question for you so hopefully you can enlighten me on how would
you suggest we add license headers to a .bmp files.  

Mike


 -Original Message-
 From: Daniel Baumann [mailto:[EMAIL PROTECTED]
 Sent: Sunday, April 09, 2006 7:28 AM
 To: Rishi Mathew; David Hirayama; Donya Shirzad; Scott Nelson; Greg
 Wright; Michael Frazier; [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Last call to prevent Helix beeing removed from Debian
 
 Hi,
 
 in December 2005, the Helix Team was informed about the undistributable
 code in Helix Player (some code does not have a license at all, and the
 dna code which is available separately, is even non-free). Since then,
 no action was taken to solve the problem.
 
 With the 1.0.7 release of Helix Player, the Helix Team decided to no
 longer ship the source-code (the source tarball contains a src.rpm which
 contains binary-only stuff, but no source-code). It can't be optained
 via CVS, the respective module is empty (yes, I did login properly).
 Although I opened bug #4885 on helixcommunity, there is still no
 reaction to that.
 
 Please note, that I have the *right* to get the source-code, I have
 downloaded the binary and decided to use it under the GNU General Public
 License, so you *must* ship it to me when I ask for it (at least for the
 parts which are proper licensed).
 
 This is your last chance - if you don't fix the two issues and/or answer
 at latest until Apr, 11 2006 12:00 UTC, I will request the removal of
 helix-player from Debian.
 
 For your reference:
   * Undistributable code - http://bugs.debian.org/321195
   * No source - http://bugs.debian.org/358754
 
 Regards,
 Daniel
 
 --
 Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
 Email:  [EMAIL PROTECTED]
 Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#361868: linda: spurious html-only-changelog error

2006-04-10 Thread Lars Wirzenius
Package: linda
Version: 0.3.21

I was playing around with the packaging for bzr, and enabled its HTML
documentation. This resulted in a
file /usr/share/doc/bzr/html/changelogs.html being included in the
package. Upstream does not have a changelog, and this file is not its
HTML version (it is just some documentation that happens to be in a file
named like that). Linda decided that it *was* the name of a changelog in
HTML format, and gave the html-only-changelog error.

I think this is a bug in linda. I've worked around with an overrides
file. If you think it's not a bug in linda, I'm happy to keep the
overrides file.

-- 
I think, therefore I am alone in the universe. -- Over the Hedge



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



Bug#361867: ~/.raggle/feeds.yaml zero-sized after crash

2006-04-10 Thread J.H.M. Dassen (Ray)
Package: raggle
Version: 0.4.4-2
Severity: important

raggle crashed on me:
/usr/bin/raggle:3714:in `mark_current_as_unread': undefined method 
`[]=' for
nil:NilClass (NoMethodError)
from (eval):1:in `_load'
from /usr/bin/raggle:4301:in `main_loop'
from /usr/bin/raggle:5645:in `main'
from /usr/bin/raggle:6656
Thanks for using Raggle!
zsh: exit 1 raggle

and immediately after this crash, ~/.raggle/feeds.yaml was zero-sized.
Luckily, there was still a usable ~/.raggle/feeds.yaml~ around.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (800, 'unstable'), (750, 'experimental'), (500, 'testing'), (500, 
'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.2
Locale: LANG=C, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages raggle depends on:
ii  elinks [www-browser]  0.10.6-1   advanced text-mode WWW browser
ii  epiphany-browser [www 2.14.0-1   Intuitive GNOME web browser
ii  firefox [www-browser] 1.5.dfsg+1.5.0.1-4 lightweight web browser based on M
ii  irb   1.8.2-1Interactive Ruby (irb)
ii  libncurses-ruby1.81.0-2  ruby Extension for the ncurses C l
pn  librexml-ruby1.8  none (no description available)
ii  libruby1.8 [libyaml-r 1.8.4-1Libraries necessary to run Ruby 1.
ii  links2 [www-browser]  2.1pre21-1 Web browser running in both graphi
ii  lynx [www-browser]2.8.5-2sarge1  Text-mode WWW Browser
ii  mozilla-browser [www- 2:1.7.12-1.1   The Mozilla Internet application s
ii  ruby  1.8.2-1An interpreter of object-oriented 
ii  w3m [www-browser] 0.5.1-4WWW browsable pager with excellent

raggle recommends no packages.

-- debconf-show failed
-- 
Obsig: developing a new sig


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



Bug#321195: Last call to prevent Helix beeing removed from Debian

2006-04-10 Thread mfrazier
Daniel - 

We are looking into this issue right now and I will respond with our
official plan once I have all the information.  I hope to send out email by
end of day.

One very important correction in your characterization of the issue below is
that the Helix Team did NOT decide to no longer ship the source-code.  We
understand this is an absolute requirement and we are working on rectifying
the situation.

I do have a question for you so hopefully you can enlighten me on how would
you suggest we add license headers to a .bmp files.  

Mike


 -Original Message-
 From: Daniel Baumann [mailto:[EMAIL PROTECTED]
 Sent: Sunday, April 09, 2006 7:28 AM
 To: Rishi Mathew; David Hirayama; Donya Shirzad; Scott Nelson; Greg
 Wright; Michael Frazier; [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Last call to prevent Helix beeing removed from Debian
 
 Hi,
 
 in December 2005, the Helix Team was informed about the undistributable
 code in Helix Player (some code does not have a license at all, and the
 dna code which is available separately, is even non-free). Since then,
 no action was taken to solve the problem.
 
 With the 1.0.7 release of Helix Player, the Helix Team decided to no
 longer ship the source-code (the source tarball contains a src.rpm which
 contains binary-only stuff, but no source-code). It can't be optained
 via CVS, the respective module is empty (yes, I did login properly).
 Although I opened bug #4885 on helixcommunity, there is still no
 reaction to that.
 
 Please note, that I have the *right* to get the source-code, I have
 downloaded the binary and decided to use it under the GNU General Public
 License, so you *must* ship it to me when I ask for it (at least for the
 parts which are proper licensed).
 
 This is your last chance - if you don't fix the two issues and/or answer
 at latest until Apr, 11 2006 12:00 UTC, I will request the removal of
 helix-player from Debian.
 
 For your reference:
   * Undistributable code - http://bugs.debian.org/321195
   * No source - http://bugs.debian.org/358754
 
 Regards,
 Daniel
 
 --
 Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
 Email:  [EMAIL PROTECTED]
 Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#278170: More info

2006-04-10 Thread Øystein Gisnås
Hi,

can you still reproduce this bug? Sorry for asking you over and over,
but we'd really like to sort this out. If you once again can reproduce,
you'll be contacted for further investigation of the issue.

Thanks,
Øystein Gisnås


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


Bug#361418: [Proposal] new Debian menu structure

2006-04-10 Thread Bill Allombert
On Sun, Apr 09, 2006 at 10:46:21AM -0600, Shaun Jackman wrote:
 Is it possible to make use of freedesktop.org's standardization of
 menu layout within Debian? If we find their standard lacking, could we
 lobby them for improvements similar to those listed here?

The freedesktop.org menu draft do not mandate a menu layout. Instead it
mandate a list of categories that should be used by .menu files to build
menus, the .menu files specifying the layout and the way categories are
presented to the users. The menu-xdg Debian package provide a menu-method
that generate a .menu file that implement the Debian menu layout in term
of the freedesktop.org menu draft.

I am not sure it would make sense to standardize a menu layout: such
layout should be decided with respect to the actual set of menu entries
we want to provide instead of abstractly.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


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



Bug#356408: dpkg: doesn't install conffiles if they have been deleted

2006-04-10 Thread Nicolas François
Hello Jiří,

Can you check with the latest dpkg. I think this was fixed between 1.13.13
and 1.13.17 (probably by Ian Jackson in 1.13.14, have a look at #351361 or
#108587).

At least with a testcase similar to what you describe, I get:

Configuration file `/etc/test-package.conf'
 == Deleted (by you or by a script) since installation.
 == Package distributor has shipped an updated version.
   What would you like to do about it ?  Your options are:
Y or I  : install the package maintainer's version
N or O  : keep your currently-installed version
  D : show the differences between the versions
  Z : background this process to examine the situation
 The default action is to keep your current version.
*** test-package.conf (Y/I/N/O/D/Z) [default=N] ?

Kind Regards,
-- 
Nekral



Bug#361869: supertux: no background or titles on menus in OpenGL mode

2006-04-10 Thread Timothy Talbot
Package: supertux
Version: 0.1.3-1
Severity: normal

When running in OpenGL mode, supertux has no titles on any of the menus
and no background graphics. It works fine under SDL. I've looked at
the development version of 0.2 and it's even worse (no text at all).

I'm using a Matrox G450.

Hope this is relatively easy to solve.

Timothy Talbot

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages supertux depends on:
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libsdl-image1.2   1.2.4-1image loading library for Simple D
ii  libsdl-mixer1.2   1.2.6-1.1+b1   mixer library for Simple DirectMed
ii  libsdl1.2debian   1.2.9-4Simple DirectMedia Layer
ii  libstdc++64.1.0-1The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  supertux-data 0.1.3-1Levels for classic 2D jump 'n run 
ii  xlibmesa-gl [libgl1]  6.9.0.dfsg.1-6 Mesa 3D graphics library [X.Org]
ii  xlibs 6.9.0.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-11 compression library - runtime

supertux recommends no packages.

-- no debconf information



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



<    1   2   3   4   >