Bug#452312: Iceweasel FTBFS in current sid

2007-11-22 Thread Cyril Brulebois
On 21/11/2007, peter green wrote:
 package: iceweasel
 version: 2.0.0.9-1
 severity: serious
 
 I tried to reproduce in my amd64 sid chroot but instead of the failure from
 the buildd I got a different failure:
 
 dpkg-shlibdeps: failure: couldn't find library libxpcom_core.so (note: only
 packages with 'shlibs' files are looked into).

Hi.

You might want to have a look at the dpkg-dev bug page.

Cheers,

-- 
Cyril Brulebois


pgpFauXblkVnZ.pgp
Description: PGP signature


Bug#452339: dpkg-dev: fails to parse some shlibs files

2007-11-22 Thread Raphael Hertzog
On Thu, 22 Nov 2007, Aurelien Jarno wrote:
 Package: dpkg-dev
 Version: 1.14.9
 Severity: serious
 
 From my build log:
 
 dh_compress -pkzenexplorer -X .dcl -X .docbook -X -license -X .tag -X .sty -X 
 .el
 dh_fixperms -pkzenexplorer
 dh_makeshlibs -pkzenexplorer
 dh_installdeb -pkzenexplorer
 dh_perl -pkzenexplorer
 dh_shlibdeps -pkzenexplorer
 dpkg-shlibdeps: failure: No dependency information found for libusb-0.1.so.4 
 (used by debian/kzenexplorer/usr/bin/kzenexplorer).
 dh_shlibdeps: command returned error code 65280
 make: *** [binary-predeb-IMPL/kzenexplorer] Error 1
 
 But libusb-0.1.so.4 has a shlib file:
 
 [volta:~]$ cat /var/lib/dpkg/info/libusb-0.1-4.shlibs
 libusb-0.1 4 libusb-0.1-4 (= 2:0.1.12)
 udeb: libusb-0.1 4 libusb-0.1-udeb (= 2:0.1.12)

I can't reproduce this on i386 while building kzenexplorer_0.6-1. I fear
that the lookup of the library on amd64 provides a name which is not the
real name but somehow a symlink lib like /usr/lib64/libusb-0.1-4 since
we're now respecting ld.so.conf properly with includes.

Can you apply the attached patch to dpkg-shlibdeps and re-run the build after
adding -v to dpkg-shlibdeps (use dh_slibdeps -- -v for this), that way
I'll have all the required information.

Please also paste me /etc/ld.so.conf and /etc/ld.so.conf.d/*

Thanks,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/
diff --git a/scripts/dpkg-shlibdeps.pl b/scripts/dpkg-shlibdeps.pl
index 8902b94..800460d 100755
--- a/scripts/dpkg-shlibdeps.pl
+++ b/scripts/dpkg-shlibdeps.pl
@@ -100,7 +100,8 @@ foreach my $file (keys %exec) {
failure(_g(couldn't find library %s (note: only packages with  .
   'shlibs' files are looked into).), $soname)
unless defined($lib);
-   $libfiles{$lib} = $soname if defined($lib);
+   $libfiles{$lib} = $soname;
+   print Library $soname found in $lib\n if $debug;
 }
 my $file2pkg = find_packages(keys %libfiles);
 my $symfile = Dpkg::Shlibs::SymbolFile-new();
@@ -114,6 +115,7 @@ foreach my $file (keys %exec) {
# Empty package name will lead to consideration of symbols
# file from the package being built only
$file2pkg-{$lib} = [];
+   print No associated package found for $lib\n if $debug;
}
 
# Load symbols/shlibs files from packages providing libraries
@@ -327,6 +329,7 @@ Dependency fields recognised are:
 
 sub add_shlibs_dep {
 my ($soname, $pkg) = @_;
+print Looking up shlibs dependency of $soname provided by '$pkg'\n if 
$debug;
 foreach my $file ($shlibslocal, $shlibsoverride, @pkg_shlibs,
$admindir/info/$pkg.shlibs,
$shlibsdefault)
@@ -334,12 +337,14 @@ sub add_shlibs_dep {
next if not -e $file;
my $dep = extract_from_shlibs($soname, $file);
if (defined($dep)) {
+   print Found $dep in $file\n if $debug;
foreach (split(/,\s*/, $dep)) {
$dependencies{$cur_field}{$_} = 1;
}
return 1;
}
 }
+print Found nothing\n if $debug;
 return 0;
 }
 


Processed: Re: Bug#452338: dpkg-dev: should ignore private libraries

2007-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 452338 pending
Bug#452338: dpkg-dev: should ignore private libraries
There were no tags set.
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#452338: dpkg-dev: should ignore private libraries

2007-11-22 Thread Raphael Hertzog
tag 452338 pending
thanks

On Thu, 22 Nov 2007, Aurelien Jarno wrote:
 libR.so is a private library that has no SONAME, and that is installed
 in /usr/lib/R/lib/. It should be ignored by dpkg-dev has it was the
 cases in the previous versions.

That was the intent from the beginning. However a bug slipped through that
made it incorrectly detect private libs as public libs. This was fixed
yesterday in git's repo (after discussion on -devel). So it will be fixed
in 1.14.10.

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/




Bug#444204: scons: version 0.97.0d20070918-1 fails to clean csound 5.06 but 0.97.0d20070809-1 doesn't

2007-11-22 Thread Mark Brown
On Wed, Nov 21, 2007 at 10:08:09PM -0300, Felipe Sateler wrote:

 Any schedule on when this fix will be included in debian? This is preventing 
 a 
 security fix on ardour [1]. Note that there is no explicit mention in the bug 
 log but there was some talk at debian-multimedia about it (scons fails while 
 checking for pkgconfig).

According to schedule upstream should have released a fix for this about
a month ago.  However, they are currently working on fixing another bug
(and have been since the time they fixed this one).  I'll hassle them
again and consider packaging a snapshot of my own for Debian.

-- 
You grabbed my hand and we fell into it, like a daydream - or a fever.


signature.asc
Description: Digital signature


Bug#452367: hal: can no longer suspend

2007-11-22 Thread Benoît Dejean
Package: hal
Version: 0.5.10-2
Severity: grave
Justification: renders package unusable

hal can no longer suspend my laptop.
gnome-power-manager no longer shows the suspend option and

$ sudo /usr/sbin/pm-suspend
Error: kernel cannot suspend to ram.

Going back to 0.5.9.1-6 re-enables suspend.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.22.10-ibook
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages hal depends on:
ii  adduser  3.105   add and remove users and groups
ii  dbus 1.1.1-3 simple interprocess messaging syst
ii  hal-info 20070618-1  Hardware Abstraction Layer - fdi f
ii  libc62.6.1-6 GNU C Library: Shared libraries
ii  libdbus-1-3  1.1.1-3 simple interprocess messaging syst
ii  libdbus-glib-1-2 0.74-1  simple interprocess messaging syst
ii  libexpat11.95.8-4XML parsing C library - runtime li
ii  libglib2.0-0 2.14.2-1The GLib library of C routines
ii  libhal-storage1  0.5.10-2Hardware Abstraction Layer - share
ii  libhal1  0.5.10-2Hardware Abstraction Layer - share
ii  libusb-0.1-4 2:0.1.12-7  userspace USB programming library
ii  libvolume-id00.114-2 libvolume_id shared library
ii  lsb-base 3.1-24  Linux Standard Base 3.1 init scrip
ii  mount2.13-12 Tools for mounting and manipulatin
ii  pciutils 1:2.2.4-1.1 Linux PCI Utilities
ii  pm-utils 0.99.2-3utilities and scripts for power ma
ii  udev 0.114-2 /dev/ and hotplug management daemo
ii  usbutils 0.73-4  Linux USB utilities

Versions of packages hal recommends:
ii  eject 2.1.5-6ejects CDs and operates CD-Changer

-- no debconf information



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



Bug#431883: dcraw license changed

2007-11-22 Thread Patrice Vetsel
The text licence changed, can we close this bug ?



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



Bug#452339: dpkg-dev: fails to parse some shlibs files

2007-11-22 Thread Aurelien Jarno
On Thu, Nov 22, 2007 at 09:11:50AM +0100, Raphael Hertzog wrote:
 On Thu, 22 Nov 2007, Aurelien Jarno wrote:
  Package: dpkg-dev
  Version: 1.14.9
  Severity: serious
  
  From my build log:
  
  dh_compress -pkzenexplorer -X .dcl -X .docbook -X -license -X .tag -X .sty 
  -X .el
  dh_fixperms -pkzenexplorer
  dh_makeshlibs -pkzenexplorer
  dh_installdeb -pkzenexplorer
  dh_perl -pkzenexplorer
  dh_shlibdeps -pkzenexplorer
  dpkg-shlibdeps: failure: No dependency information found for 
  libusb-0.1.so.4 (used by debian/kzenexplorer/usr/bin/kzenexplorer).
  dh_shlibdeps: command returned error code 65280
  make: *** [binary-predeb-IMPL/kzenexplorer] Error 1
  
  But libusb-0.1.so.4 has a shlib file:
  
  [volta:~]$ cat /var/lib/dpkg/info/libusb-0.1-4.shlibs
  libusb-0.1 4 libusb-0.1-4 (= 2:0.1.12)
  udeb: libusb-0.1 4 libusb-0.1-udeb (= 2:0.1.12)
 
 I can't reproduce this on i386 while building kzenexplorer_0.6-1. I fear
 that the lookup of the library on amd64 provides a name which is not the
 real name but somehow a symlink lib like /usr/lib64/libusb-0.1-4 since
 we're now respecting ld.so.conf properly with includes.
 
 Can you apply the attached patch to dpkg-shlibdeps and re-run the build after
 adding -v to dpkg-shlibdeps (use dh_slibdeps -- -v for this), that way
 I'll have all the required information.

Scanning debian/kzenexplorer/usr/bin/kzenexplorer (for Depends field)
Library libkutils.so.1 found in /usr/lib/libkutils.so.1
Library libkio.so.4 found in /usr/lib/libkio.so.4
Library libkdeui.so.4 found in /usr/lib/libkdeui.so.4
Library libkdesu.so.4 found in /usr/lib/libkdesu.so.4
Library libkwalletclient.so.1 found in /usr/lib/libkwalletclient.so.1
Library libkdecore.so.4 found in /usr/lib/libkdecore.so.4
Library libDCOP.so.4 found in /usr/lib/libDCOP.so.4
Library libresolv.so.2 found in /lib/libresolv.so.2
Library libutil.so.1 found in /lib/libutil.so.1
Library libart_lgpl_2.so.2 found in /usr/lib/libart_lgpl_2.so.2
Library libidn.so.11 found in /usr/lib/libidn.so.11
Library libkdefx.so.4 found in /usr/lib/libkdefx.so.4
Library libqt-mt.so.3 found in /usr/lib/libqt-mt.so.3
Library libaudio.so.2 found in /usr/lib/libaudio.so.2
Library libXt.so.6 found in /usr/lib/libXt.so.6
Library libjpeg.so.62 found in /usr/lib/libjpeg.so.62
Library libXi.so.6 found in /usr/lib/libXi.so.6
Library libXrandr.so.2 found in /usr/lib/libXrandr.so.2
Library libXcursor.so.1 found in /usr/lib/libXcursor.so.1
Library libXinerama.so.1 found in /usr/lib/libXinerama.so.1
Library libXft.so.2 found in /usr/lib/libXft.so.2
Library libfreetype.so.6 found in /usr/lib/libfreetype.so.6
Library libfontconfig.so.1 found in /usr/lib/libfontconfig.so.1
Library libdl.so.2 found in /lib/libdl.so.2
Library libpng12.so.0 found in /usr/lib/libpng12.so.0
Library libXext.so.6 found in /usr/lib/libXext.so.6
Library libX11.so.6 found in /usr/lib/libX11.so.6
Library libSM.so.6 found in /usr/lib/libSM.so.6
Library libICE.so.6 found in /usr/lib/libICE.so.6
Library libpthread.so.0 found in /lib/libpthread.so.0
Library libXrender.so.1 found in /usr/lib/libXrender.so.1
Library libfam.so.0 found in /usr/lib/libfam.so.0
Library libacl.so.1 found in /lib/libacl.so.1
Library libattr.so.1 found in /lib/libattr.so.1
Library libtag.so.1 found in /usr/lib/libtag.so.1
Library libz.so.1 found in /usr/lib/libz.so.1
Library libnjb.so.5 found in /usr/lib/libnjb.so.5
Library libusb-0.1.so.4 found in /usr/lib/libusb-0.1.so.4
Library libstdc++.so.6 found in /usr/lib/libstdc++.so.6
Library libm.so.6 found in /lib/libm.so.6
Library libgcc_s.so.1 found in /lib/libgcc_s.so.1
Library libc.so.6 found in /lib/libc.so.6
Looking up shlibs dependency of libXft.so.2 provided by 'libxft2'
Found libxft2 ( 2.1.1) in /var/lib/dpkg/info/libxft2.shlibs
Looking up shlibs dependency of libm.so.6 provided by 'libc6'
Found libc6 (= 2.6.1-1) in /var/lib/dpkg/info/libc6.shlibs
Looking up shlibs dependency of libjpeg.so.62 provided by 'libjpeg62'
Found libjpeg62 in /var/lib/dpkg/info/libjpeg62.shlibs
Looking up shlibs dependency of libkio.so.4 provided by 'kdelibs4c2a'
Found kdelibs4c2a (= 4:3.5.7-1) in /var/lib/dpkg/info/kdelibs4c2a.shlibs
Looking up shlibs dependency of libXrandr.so.2 provided by 'libxrandr2'
Found libxrandr2 (= 2:1.2.0) in /var/lib/dpkg/info/libxrandr2.shlibs
Looking up shlibs dependency of libDCOP.so.4 provided by 'kdelibs4c2a'
Found kdelibs4c2a (= 4:3.5.7-1) in /var/lib/dpkg/info/kdelibs4c2a.shlibs
Looking up shlibs dependency of libqt-mt.so.3 provided by 'libqt3-mt'
Found libqt3-mt (= 3:3.3.7) in /var/lib/dpkg/info/libqt3-mt.shlibs
Looking up shlibs dependency of libkdeui.so.4 provided by 'kdelibs4c2a'
Found kdelibs4c2a (= 4:3.5.7-1) in /var/lib/dpkg/info/kdelibs4c2a.shlibs
Looking up shlibs dependency of libICE.so.6 provided by 'libice6'
Found libice6 (= 1:1.0.0) in /var/lib/dpkg/info/libice6.shlibs
Looking up shlibs dependency of libfreetype.so.6 provided by 'libfreetype6'
Found libfreetype6 (= 2.3.5) in /var/lib/dpkg/info/libfreetype6.shlibs
Looking up shlibs 

Bug#452367: hal: can no longer suspend

2007-11-22 Thread Martin Pitt
Hi,

Benoît Dejean [2007-11-22 10:42 +0100]:
 hal can no longer suspend my laptop.
 gnome-power-manager no longer shows the suspend option and
 
 $ sudo /usr/sbin/pm-suspend
 Error: kernel cannot suspend to ram.

Just a quick note: This is an issue in pm-utils. On powerpc,
/sys/power/state only contains 'disk', not 'mem'. On powerpc with a
PMU the prefered way of querying sleep capability and causing
suspend-to-ram is to use a sysctl (see attached script from Ubuntu's
powermanagement-interface). I believe that echoing 'mem' to
/sys/power/state works, too, though.

So this needs a quirk/fix/workaround in pm-utils.

Martin

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

# This is the PowerPC version of PMI.

# (C) 2006 Martin Pitt [EMAIL PROTECTED]

command=$1
event=$2

usage () {
echo Usage: $0 query|action event 2
echo$0 capabilities 2
exit 254
}

query () {
[ ! -z $1 ]  event=$1
case $event in
suspend|sleep)
perl  EOF
sub PMU_IOC_CAN_SLEEP { 0x40044205; }
open PMU, '/dev/pmu' or die open /dev/pmu: \$!;
\$p = pack 'l', 0;
ioctl PMU, PMU_IOC_CAN_SLEEP, \$p or die ioctl: \$!;
(\$v) = unpack 'l', \$p;
exit (\$v ? 0 : 1);
EOF
result=$?
;;
hibernate)
# no hibernation support at the moment
result=1
;;
*)
result=1
echo No such event found 2
;;
esac
}

call_scripts() {
if [ -x /etc/apm/apmd_proxy ]; then
/etc/apm/apmd_proxy $1 $2
else
run-parts --arg=$1 --arg=$2 /etc/apm/event.d
if [ -d /etc/apm/$1.d ]; then
run-parts --arg=$1 --arg=$2 /etc/apm/$1.d
fi
fi
}

run () {
case $1 in
suspend|sleep)
# call suspend scripts
call_scripts suspend user

# trigger sleep
perl EOF
sub PMU_IOC_SLEEP { 0x20004200; }
open PMU, /dev/pmu or die open /dev/pmu: \$!;
ioctl PMU, PMU_IOC_SLEEP, 0;
EOF

# call resume scripts
call_scripts resume suspend
;;
hibernate)
echo 'Not implemented' 2
;;
*)
echo No such event found 2
;;
esac
}

capabilities () {
for i in hibernate suspend; do 
query $i 
[ $result -eq 0 ]  caps=$caps $i
done
echo $caps
}

case $command in
query)
query $event
exit $result
;;
action)
run $event
;;
capabilities)
capabilities
;;
*)
usage
;;
esac

exit 0


signature.asc
Description: Digital signature


Bug#452339: dpkg-dev: fails to parse some shlibs files

2007-11-22 Thread Raphael Hertzog
On Thu, 22 Nov 2007, Aurelien Jarno wrote:
 No associated package found for /usr/lib/libusb-0.1.so.4
 dpkg-shlibdeps: failure: No dependency information found for libusb-0.1.so.4 
 (used by debian/kzenexplorer/usr/bin/kzenexplorer).
 Looking up shlibs dependency of libusb-0.1.so.4 provided by ''
 Found nothing
 dh_shlibdeps: command returned error code 65280

What happened is:
- kzenexplorer has an RPATH /usr/lib:/lib on amd64 (and not on i386)
- the new dpkg-shlibdeps now support this directive correctly
- thus it finds a symlink in /usr/lib/libusb-0.1.so.4 which has been
  created by ldconfig and which is not owned by any package
  (instead of finding the packaged symlink in /lib/libusb-0.1.so.4)

So my diagnostic was not far from the truth. I supposed that I should try
a dpkg -S on realpath(library) as fallback when I don't find an associated
package.

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/




Bug#452374: gnome-orca: Fails to start: ImportError: No module named brl

2007-11-22 Thread Yavor Doganov
Package: gnome-orca
Version: 2.20.1-2
Severity: grave

Orca currently fails to start:

[EMAIL PROTECTED]:~$ orca
Traceback (most recent call last):
  File string, line 1, in ?
  File /var/lib/python-support/python2.4/orca/orca.py, line 55, in ?
import braille
  File /var/lib/python-support/python2.4/orca/braille.py, line 53, in ?
import brl
ImportError: No module named brl

python-brlapi is not in testing (yet) but it seems that orca should
depend on it instead of only recommending it.  I could be wrong,
though.

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

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

Versions of packages gnome-orca depends on:
ii  at-spi1.20.1-1   Assistive Technology Service Provi
ii  libatspi1.0-0 1.20.1-1   C binding libraries of at-spi for 
ii  libgnome-speech7  1:0.4.16-2 GNOME text-to-speech library
ii  python2.4.4-6An interactive high-level object-o
ii  python-glade2 2.12.0-1   GTK+ bindings: Glade support
ii  python-gnome2 2.20.0-1   Python bindings for the GNOME desk
ii  python-gtk2   2.12.0-1   Python bindings for the GTK+ widge
ii  python-pyorbit2.14.3-2   A Python language binding for the 
ii  python-support0.7.5  automated rebuilding support for p

Versions of packages gnome-orca recommends:
ii  gnome-mag 1:0.14.6-1 a screen magnifier for the GNOME d
pn  python-brlapi none (no description available)
ii  wget  1.10.2-3   retrieves files from the web

-- debconf-show failed



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



Processed: setting package to dpkg dpkg-dev dselect, tagging 452339

2007-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.11
 package dpkg dpkg-dev dselect
Ignoring bugs not assigned to: dselect dpkg-dev dpkg

 tags 452339 + pending
Bug#452339: dpkg-dev: fails to parse some shlibs files
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#452069: nfs-kernel-server: broken NFS server on Thecus N2100

2007-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 452069 linux-2.6
Bug#452069: nfs-kernel-server: broken NFS server on Thecus N2100
Bug reassigned from package `nfs-kernel-server' to `linux-2.6'.

 owner 452069 !
Bug#452069: nfs-kernel-server: broken NFS server on Thecus N2100
Owner recorded as Martin Michlmayr [EMAIL PROTECTED].

 found 452069 2.6.22-4
Bug#452069: nfs-kernel-server: broken NFS server on Thecus N2100
Bug marked as found in version 2.6.22-4.

 found 452069 2.6.22-5
Bug#452069: nfs-kernel-server: broken NFS server on Thecus N2100
Bug marked as found in version 2.6.22-5.

 found 452069 2.6.18.dfsg.1-13
Bug#452069: nfs-kernel-server: broken NFS server on Thecus N2100
Bug marked as found in version 2.6.18.dfsg.1-13.

 found 452069 2.6.18.dfsg.1-13lenny1
Bug#452069: nfs-kernel-server: broken NFS server on Thecus N2100
Bug marked as found in version 2.6.18.dfsg.1-13lenny1.

 severity 452069 important
Bug#452069: nfs-kernel-server: broken NFS server on Thecus N2100
Severity set to `important' from `critical'

 retitle 452069 NFS broken on Thecus N2100 (r8160 bug)
Bug#452069: nfs-kernel-server: broken NFS server on Thecus N2100
Changed Bug title to `NFS broken on Thecus N2100 (r8160 bug)' from 
`nfs-kernel-server: broken NFS server on Thecus N2100'.

 --
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#451662: marked as done (xmms-crossfade: FTBFS: Could not find audacious/beepctrl.h)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Thu, 22 Nov 2007 11:47:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#451662: fixed in xmms-crossfade 0.3.13-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: xmms-crossfade
Version: 0.3.12-5
Severity: serious

With the new version of audacious, I get this in my pbuilder build log:

...
/usr/bin/make   XF_LIBS=-L/usr/X11R6/lib -L/usr/lib -laudacious -rdynamic \
libcrossfade_la_LIBADD=-L/usr/X11R6/lib -L/usr/lib -laudacious 
-rdynamic -lsamplerate
make[1]: Entering directory `/tmp/buildd/xmms-crossfade-0.3.12'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
-DPNG_NO_MMX_CODE -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/include/gtk-2.0 
-I/usr/include/libmowgli -I/usr/include/libpng12 -I/usr/include/pango-1.0 
-I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -g -O2-Wall -c 
cfgutil.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/glib-2.0 
-I/usr/include/gtk-2.0 -I/usr/include/libmowgli -I/usr/include/libpng12 
-I/usr/include/pango-1.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include 
-g -O2 -Wall -c cfgutil.c  -fPIC -DPIC -o .libs/cfgutil.o
In file included from cfgutil.c:30:
crossfade.h:48:34: error: audacious/beepctrl.h: No such file or directory
In file included from cfgutil.c:30:
crossfade.h:366: error: conflicting types for 'playlist_get_active'
/usr/include/audacious/playlist.h:239: error: previous declaration of 
'playlist_get_active' was here
crossfade.h:367: error: conflicting types for 'playlist_get_current_length'
/usr/include/audacious/playlist.h:159: error: previous declaration of 
'playlist_get_current_length' was here
crossfade.h:376: error: conflicting types for 'playlist_get_songtitle'
/usr/include/audacious/playlist.h:188: error: previous declaration of 
'playlist_get_songtitle' was here
cfgutil.c:56: error: conflicting types for 'cfg'
/usr/include/audacious/main.h:159: error: previous declaration of 'cfg' was here
make[1]: *** [cfgutil.lo] Error 1
make[1]: Leaving directory `/tmp/buildd/xmms-crossfade-0.3.12'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
-- 
Daniel Schepler


---End Message---
---BeginMessage---
Source: xmms-crossfade
Source-Version: 0.3.13-1

We believe that the bug you reported is fixed in the latest version of
xmms-crossfade, which is due to be installed in the Debian FTP archive:

audacious-crossfade_0.3.13-1_i386.deb
  to pool/main/x/xmms-crossfade/audacious-crossfade_0.3.13-1_i386.deb
xmms-crossfade_0.3.13-1.diff.gz
  to pool/main/x/xmms-crossfade/xmms-crossfade_0.3.13-1.diff.gz
xmms-crossfade_0.3.13-1.dsc
  to pool/main/x/xmms-crossfade/xmms-crossfade_0.3.13-1.dsc
xmms-crossfade_0.3.13.orig.tar.gz
  to pool/main/x/xmms-crossfade/xmms-crossfade_0.3.13.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
William Pitcock [EMAIL PROTECTED] (supplier of updated xmms-crossfade package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 22 Nov 2007 04:32:21 -0600
Source: xmms-crossfade
Binary: audacious-crossfade
Architecture: source i386
Version: 0.3.13-1
Distribution: unstable
Urgency: low
Maintainer: William Pitcock [EMAIL PROTECTED]
Changed-By: William Pitcock [EMAIL PROTECTED]
Description: 
 audacious-crossfade - Audacious Plugin for Crossfading / Continuous Output
Closes: 437011 451662
Changes: 
 xmms-crossfade (0.3.13-1) unstable; urgency=low
 .
   * New upstream release for Audacious 1.4. (Closes: #451662)
   * Reassign maintainership to me. (Closes: #437011)
Files: 
 5d2dfebaa3e300da8e6397aea901e7d2 765 sound optional xmms-crossfade_0.3.13-1.dsc
 11a6a5456f83310fc4325806272db78b 504084 sound optional 
xmms-crossfade_0.3.13.orig.tar.gz
 9929d2c9bf613242312f0ef14bfd7805 5158 sound optional 
xmms-crossfade_0.3.13-1.diff.gz
 0b55d07ee005a2dd68ef8172f4278737 96768 sound optional 
audacious-crossfade_0.3.13-1_i386.deb


Bug#452069: nfs-kernel-server: broken NFS server on Thecus N2100

2007-11-22 Thread Martin Michlmayr
* Daniel Smolik [EMAIL PROTECTED] [2007-11-21 22:03]:
 OK, I see it with 2.6.22... and it happens quite often too.
 And with 2.6.23 is it OK ?

This change, which went into 2.6.23, fixes the bug:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=864022344caf43dab7fa5219152280d056c6e051

I'll see whether we can backport this to 2.6.18.
-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#452377: A package marked for reinstall, if conflicting, is removed *without warning*

2007-11-22 Thread David
Package: apt
Version: 0.7.9
Severity: grave

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

Today, in sid, I marked for upgrade xserver-xorg-core (2:1.4-3) to 2:
1.4.1~git20071119-1. Synaptic asked to remove xserver-xorg-input-all (1:
7.3+6) and xserver-xorg-input-wacom (0.7.7.11-1). Before committing changes,
I marked the two last for reinstall (yes, this is a dirty trick, but
sometimes works in sid).

So I clicked on apply, SYNAPTIC DID NOT WARN THAT ANYTHING WAS GOING TO BE
REMOVED, but, actually, xserver-xorg-core was upgraded, and
xserver-xorg-input-all and xserver-xorg-input-wacom were removed.

Still, in synaptic history I see:

Upgraded the following packages:
xserver-xorg-core (2:1.4-3) to 2:1.4.1~git20071119-1

Reinstalled the following packages:
xserver-xorg-input-all (1:7.3+6)
xserver-xorg-input-wacom (0.7.7.11-1)

I think this is grave because you may remove important packages, and
therefore break the system, WITHOUT ANY SINGLE WARNING.

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-3-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
===-+-=
libc6 (= 2.6.1-1) | 2.6.1-6
libgcc1 (= 1:4.2.1) | 1:4.2.2-3
libstdc++6 (= 4.2.1) | 4.2.2-3
debian-archive-keyring | 2007.07.31


Bug#452381: multiple security issues

2007-11-22 Thread Nico Golde
Package: wireshark
Severity: grave
Tags: security

Hi,
from: http://www.wireshark.org/security/wnpa-sec-2007-03.html

Wireshark 0.99.7 fixes the following vulnerabilities: 
Wireshark could crash when reading an MP3 file. 
Versions affected: 0.99.6 
Beyond Security discovered that Wireshark could loop excessively while reading 
a malformed DNP packet. 
Versions affected: 0.10.12 to 0.99.6 
Stefan Esser discovered a buffer overflow in the SSL dissector. 
Versions affected: 0.99.0 to 0.99.6 
The ANSI MAP dissector could be susceptible to a buffer overflow on some 
platforms. (Bug 1844) 
Versions affected: 0.99.5 to 0.99.6 
The Firebird/Interbase dissector could go into an infinite loop or crash. (Bugs 
1931 and 1932) 
Versions affected: 0.99.6 
The NCP dissector could cause a crash. 
Versions affected: 0.99.6 
The HTTP dissector could crash on some systems while decoding chunked messages. 
Versions affected: 0.10.14 to 0.99.6 
The MEGACO dissector could enter a large loop and consume system resources. 
Versions affected: 0.9.14 to 0.99.6 
The DCP ETSI dissector could enter a large loop and consume system resources. 
Versions affected: 0.99.6 
Fabiodds discovered a buffer overflow in the iSeries (OS/400) Communication 
trace file parser. (Bug 1926) 
Versions affected: 0.99.0 to 0.99.6 
The PPP dissector could overflow a buffer. 
Versions affected: 0.99.6 
The Bluetooth SDP dissector could go into an infinite loop. 
Versions affected: 0.99.2 to 0.99.6 
A malformed RPC Portmap packet could cause a crash. (Bug 1998) 
Versions affected: 0.8.16 to 0.99.6

CVE ids for this are pending, I will add them to this bug report if
I got them.

Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpHwasLOP3HC.pgp
Description: PGP signature


Bug#446988: must compile -fno-strict-aliasing

2007-11-22 Thread Jose Luis Rivas Contreras
Hi Kurt  Dean,

I'm checking right now this issue, I haven't get it and I'm using
amd64... Maybe it's related to the gcc version? I will check this
further trying to get the error.

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#451790: libtorrent10: PeerConnectionSeed::event_write() wrong state.

2007-11-22 Thread Jose Luis Rivas Contreras
Hi Kurt,

How does you get this error? When? Some specific shortcut combination?

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Processed: xscreensaver: fireworxx shows live screen contents when xcompmgr is running

2007-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 450907 important
Bug#450907: xscreensaver: fireworxx shows live screen contents when xcompmgr is 
running
Severity set to `important' from `serious'

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#450907: xscreensaver: fireworxx shows live screen contents when xcompmgr is running

2007-11-22 Thread Jose Luis Rivas Contreras
severity 450907 important
quit

Hi,

I do not really think this is a serious bug but important since does
lock the screen and I do not believe showing data is a security issue.

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#452389: rawstudio: Segfaults at startup

2007-11-22 Thread Thomas Weber
Package: rawstudio
Version: 0.6+20071101-1
Severity: grave
Justification: renders package unusable

$ rawstudio 
Segmentation fault

Re-building without optimization and with debug symbols yields the attached
backtrace. 

Thanks
  Thomas

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable')
Architecture: i386 (i686)

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

Versions of packages rawstudio depends on:
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libc6  2.6.1-6   GNU C Library: Shared libraries
ii  libcairo2  1.4.10-1  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libgcc11:4.2.2-3 GCC support library
ii  libgconf2-42.20.1-1  GNOME configuration database syste
ii  libglib2.0-0   2.14.3-1  The GLib library of C routines
ii  libgtk2.0-02.12.1-3  The GTK+ graphical user interface 
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  liblcms1   1.16-7Color management library
ii  liborbit2  1:2.14.7-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.18.3-1  Layout and rendering of internatio
ii  libstdc++6 4.2.2-3   The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-7   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcomposite1 1:0.3.2-1+b1  X11 Composite extension library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxdamage11:1.1.1-3 X11 damaged region extension libra
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.30.dfsg-3 GNOME XML library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra

rawstudio recommends no packages.

-- no debconf information
$ gdb rawstudio 
GNU gdb 6.6.90.20070912-debian
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu...
Using host libthread_db library /lib/i686/cmov/libthread_db.so.1.
(gdb) run
Starting program: /usr/bin/rawstudio 
[Thread debugging using libthread_db enabled]
[New Thread 0xb71ef6c0 (LWP 2318)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb71ef6c0 (LWP 2318)]
0xb74d7fb8 in strcmp () from /lib/i686/cmov/libc.so.6
(gdb) bt full
#0  0xb74d7fb8 in strcmp () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#1  0xb77d8104 in g_str_equal () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#2  0x08062cb0 in rs_batch_new_queue () at rs-batch.c:184
tmp = (gchar *) 0x0
queue = (RS_QUEUE *) 0x80f01e0
filetype = (RS_FILETYPE *) 0x80d4228
#3  0x080535de in rs_new () at rawstudio.c:574
rs = (RS_BLOB *) 0x80ef390
c = 3083688320
#4  0x08055103 in main (argc=1, argv=0xbfdb86d4) at rawstudio.c:1252
rs = (RS_BLOB *) 0x80b21a0
optimized = 1
opt = -1
(gdb) quit
The program is running.  Exit anyway? (y or n) y



Processed: Re: Bug#452377: A package marked for reinstall, if conflicting, is removed *without warning*

2007-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 package apt
Ignoring bugs not assigned to: apt

 reassign 452377 synaptic
Bug#452377: A package marked for reinstall, if conflicting, is removed *without 
warning*
Bug reassigned from package `apt' to `synaptic'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#452399: luatex needs to be rebuilt against libpoppler2

2007-11-22 Thread Michael Berg
Package: luatex
Version: 0.11.2-1
Severity: grave
Justification: renders package unusable

luatex is currently uninstallable in sid because it depends on the obsoleted
libpoppler1 which has been removed from sid.

If a user works around this problem by installing libpoppler1 from another
archive, they then introduce a several security holes into their system
(CVE-2007-4352, CVE-2007-5392, CVE-2007-5393) that are present in libpoppler1.

Please rebuild luatex against libpoppler2.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages luatex depends on:
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libpoppler1 0.5.4-6.2PDF rendering library
ii  texlive-base-bin2007.dfsg.1-2TeX Live: Essential binaries
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

luatex recommends no packages.

-- no debconf information



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



Bug#452377: A package marked for reinstall, if conflicting, is removed *without warning*

2007-11-22 Thread Daniel Burrows
package apt
reassign 452377 synaptic
thanks

On Thu, Nov 22, 2007 at 11:53:02AM +, David [EMAIL PROTECTED] was heard 
to say:
 Package: apt
 Version: 0.7.9
 Severity: grave
 
 --- Please enter the report below this line. ---
 
 Today, in sid, I marked for upgrade xserver-xorg-core (2:1.4-3) to 2:
 1.4.1~git20071119-1. Synaptic asked to remove xserver-xorg-input-all (1:
 7.3+6) and xserver-xorg-input-wacom (0.7.7.11-1). Before committing changes,
 I marked the two last for reinstall (yes, this is a dirty trick, but
 sometimes works in sid).

  This sounds like a bug in synaptic, not apt.

  Daniel



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



Bug#399724: klibc problem on sparc might be caused by 32/64 bit strangeness of gcc

2007-11-22 Thread Bernhard R. Link
Looking into this problem, to find out why klibc-utils segfault, I found
some things that might be related:

When I replace the ARCH=sparc64 in debian/rules with ARCH=sparc I get
working binaries. Both the static binaries and the dynamic binaries
seem to work. (I only tried to run the static binaries and install the
dynamic ones into a chroot and run /bin/sh.shared in there and issue all
kind of command I could try, which did all work, while the one compiled
with sparc64 always segfault (even the static binaries)). I did not
try anything more sophisticated or creating an initrd with it.
(I personally use yaird, so am not effected by klibc).

Thus making it ARCH=sparc might be a workaround until the issue is
found. (But someone would need to verify that this works)

Something this might be related with, is that it always seem to include
the same libgcc.a file, both in 32 and in 64 bit.
(gcc seems to only have a single one, which I reported as
 http://bugs.debian.org/452402 )

Hochachtungsvoll,
Bernhard R. Link



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



Bug#452367: hal: can no longer suspend

2007-11-22 Thread Michael Biebl
severity 452367 normal
reassign 452367 pm-utils
merge 452367 450601
thanks

Benoît Dejean schrieb:
 Package: hal
 Version: 0.5.10-2
 Severity: grave
 Justification: renders package unusable
 
 hal can no longer suspend my laptop.
 gnome-power-manager no longer shows the suspend option and
 
 $ sudo /usr/sbin/pm-suspend
 Error: kernel cannot suspend to ram.
 
 Going back to 0.5.9.1-6 re-enables suspend.
 

Hi,

this is an issue in pm-utils, because in hal_0.5.10 we decided to only
support pm-utils as power management backend. Merging with the existing
bug report #450601.

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#452367: hal: can no longer suspend

2007-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 452367 normal
Bug#452367: hal: can no longer suspend
Severity set to `normal' from `grave'

 reassign 452367 pm-utils
Bug#452367: hal: can no longer suspend
Bug reassigned from package `hal' to `pm-utils'.

 merge 452367 450601
Bug#450601: pm-utils suck hard on non-ACPI systems
Bug#452367: hal: can no longer suspend
Merged 450601 452367.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#452381: multiple security issues

2007-11-22 Thread Frederic Peters
Nico Golde wrote:

I'll package 0.99.7pre1, I'll then investigate the problems also
present in Etch/Sarge packages.

 Beyond Security discovered that Wireshark could loop excessively
 while reading a malformed DNP packet. 
 Versions affected: 0.10.12 to 0.99.6 

Etch.


 Stefan Esser discovered a buffer overflow in the SSL dissector. 
 Versions affected: 0.99.0 to 0.99.6 

Etch.

 The HTTP dissector could crash on some systems while decoding chunked 
 messages. 
 Versions affected: 0.10.14 to 0.99.6 

Etch.


 The MEGACO dissector could enter a large loop and consume system resources. 
 Versions affected: 0.9.14 to 0.99.6 

Etch and Sarge.

 Fabiodds discovered a buffer overflow in the iSeries (OS/400)
 Communication trace file parser. (Bug 1926) 
 Versions affected: 0.99.0 to 0.99.6 

Etch.


 The Bluetooth SDP dissector could go into an infinite loop. 
 Versions affected: 0.99.2 to 0.99.6 

Etch.

 A malformed RPC Portmap packet could cause a crash. (Bug 1998) 
 Versions affected: 0.8.16 to 0.99.6

Etch and Sarge.


Regards,

Frederic



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



Bug#452408: hplip: undeclared predependency on killall (Re: E: Couldn't install system due to errors!)

2007-11-22 Thread Justin Pryzby
Package: hplip
Version: 2.7.10-2
Severity: serious
Justification: undeclared preinstallation dependency
X-Debbugs-Cc: [EMAIL PROTECTED]

On Thu, Nov 22, 2007 at 05:28:15PM +0100, René Mérou wrote:
 El Wednesday 21 November 2007 21:06:34 Daniel Baumann escribió:
  Justin Pryzby wrote:
   IIRC d-l silently .. fixes it for
   you if it's not installed.
 
  yes
 
   I think maybe it should not.
 
  you're right, it's changed.

 Now i have one new : i cant create the iso
 
 http://pastebin.com/d4dff3a10

|Unpacking hplip (from .../hplip_2.7.10-2_i386.deb) ...
|/var/lib/dpkg/tmp.ci/preinst: line 31: killall: command not found
|dpkg: error processing /var/cache/apt/archives/hplip_2.7.10-2_i386.deb 
(--unpack):
| subprocess pre-installation script returned error exit status 127

This one is a package-specific bug.  hplip should either predepend on
psmisc or (preferably) find a different way of doing that using only
essential (?) packages (for example use of start-stop-daemon perhaps).

I don't know what dependencies are causing the inclusion of hplip in
your image, but you should somehow work around that package bug.




Bug#451790: libtorrent10: PeerConnectionSeed::event_write() wrong state.

2007-11-22 Thread Kurt Roeckx
On Thu, Nov 22, 2007 at 10:17:10AM -0400, Jose Luis Rivas Contreras wrote:
 Hi Kurt,
 
 How does you get this error? When? Some specific shortcut combination?

I don't touch anything at all.  I'm just seeding a few debian iso
images, and after some time I get that error.  I got the same
or atleast simular error twice in 10 minutes.  I assume that some peer
sends something you didn't expect.


Kurt




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



Processed: Re: bug found (was: Re: sofia-sip 1.12.7-1 MIGRATED to testing)

2007-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 452386 serious
Bug#452386: sofia-sip: Library is leaking memory.
Severity set to `serious' from `important'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: re: cronosii: FTBFS: your implementation of AM_INIT_AUTOMAKE comes, from an old Automake version

2007-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 450472 +patch
Bug#450472: cronosii: FTBFS: your implementation of AM_INIT_AUTOMAKE comes from 
an old Automake version
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#452416: cronosii FTBFS if built twice in a row

2007-11-22 Thread peter green

package: cronosii
version: 0.2.2.23.1-3.2
severity: serious
tags: patch

dpkg-source: building cronosii using existing 
cronosii_0.2.2.23.1.orig.tar.gz

dpkg-source: building cronosii in cronosii_0.2.2.23.1-3.2.diff.gz
dpkg-source: cannot represent change to po/de.gmo: binary file contents 
changed

dpkg-source: building cronosii in cronosii_0.2.2.23.1-3.2.dsc
dpkg-source: unrepresentable changes to source
dpkg-buildpackage: failure: dpkg-source -b cronosii-0.2.2.23.1 gave 
error exit status 1


to fix this add
rm -f po/de.gmo
to the clean target



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



Bug#452312: Iceweasel FTBFS in current sid

2007-11-22 Thread Mike Hommey
On Thu, Nov 22, 2007 at 08:56:12AM +0100, Cyril Brulebois wrote:
 On 21/11/2007, peter green wrote:
  package: iceweasel
  version: 2.0.0.9-1
  severity: serious
  
  I tried to reproduce in my amd64 sid chroot but instead of the failure from
  the buildd I got a different failure:
  
  dpkg-shlibdeps: failure: couldn't find library libxpcom_core.so (note: only
  packages with 'shlibs' files are looked into).
 
 Hi.
 
 You might want to have a look at the dpkg-dev bug page.

I adding an -l argument to dh_shlibdeps call would fix this.

Mike




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



Bug#451989: Xorg log

2007-11-22 Thread Ben Holt
Further to my earlier report, here is the Xorg.0.log.old file from a
session that froze up.

- Ben


X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20071119-1)
Current Operating System: Linux benh 2.6.22-3-686 #1 SMP Mon Oct 22
22:11:56 UTC 2007 i686
Build Date: 20 November 2007  01:48:55AM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Wed Nov 21 03:21:10 2007
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device VideoCard0
(**) |--Input Device Generic Keyboard
(**) |--Input Device Configured Mouse
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/lib/X11/fonts/misc does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/100dpi/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/75dpi/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/Type1 does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/Speedo does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/100dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/75dpi does not exist.
Entry deleted from font path.
(==) Including the default font path
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
unix/:7100,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/usr/share/fonts/X11/75dpi,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(**) Extension Composite is enabled
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d7500
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: pcidata
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
compiled for 1.4.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 1028,013a rev 01 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2562 card 1028,013a rev 01 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24c2 card 1028,013a rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1028,013a rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1028,013a rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1028,013a rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card , rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 1028,013a rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1028,013a rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,013a rev 01 class 04,01,00 hdr 00
(II) PCI: 01:0c:0: chip 8086,1229 card 1028,002e rev 10 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 

Processed: severity of 452244 is serious

2007-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.11
 severity 452244 serious
Bug#452244: hplip: depends on sysv-rc
Severity set to `serious' from `wishlist'


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#399724: marked as done (sparc64: klibc segfaults again)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Thu, 22 Nov 2007 18:17:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#399724: fixed in klibc 1.5.7-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libklibc
Version: 1.4.30-1
Severity: important

I tried to install Etch-RC1 on a Sun Ultra 5 (400 MHz UltraSparc IIi,
type sun4u). When it comes to rebooting the system stops in the
initramfs phase because of segfaults in klibc. 
Installing a kernel with yaird works fine (from chroot), so i tried to
run some klibc-utils (such as /usr/lib/klibc/bin/uname -a) as the system
was running, but it segfaults.

I think this is related to bugs #363686 and #347902, as far as I've
found out.

Transscript of a boot session follows (maybe with typos because
transferred by hand...):

output
Begin: mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Segmentation fault
Begin: Running /scripts/local-premount ...
Done.
Usage: modprobe [-v] [-V] [-C config-file] [-n] [-i] [-q] [-b] [-o
modname] modname [parameters...]
modprobe -r [-n] [-i] [-v] modulename ...
modprobe -l -t dirname [ -a modulename ...]
mount: Cannot read /etc/fstab: No such file or directory
Begin: Running /scripts/local-bottom ...
Done.
Done.
Begin: Running /scripts/init-bottom ...
Segmentation fault
Done.
mount: Mounting /sys on /root/sys failed: No such file or directory
mount: Mounting /proc on /root/proc failed: No such file or directory
Target filesystem doesn't have /sbin/init


BusyBox v1.1.3 (Debian 1:1.1.3-3) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/sh: can't access tty; job control turned off
(initramfs) 
/output

Versions used:
libc6: 2.3.6.ds1-7
linux-image-2.6.17-2-sparc64: 2.6.17-19
libklibc: 1.4.30-1
yaird: 0.0.12-18



---End Message---
---BeginMessage---
Source: klibc
Source-Version: 1.5.7-3

We believe that the bug you reported is fixed in the latest version of
klibc, which is due to be installed in the Debian FTP archive:

klibc-utils-floppy-udeb_1.5.7-3_amd64.udeb
  to pool/main/k/klibc/klibc-utils-floppy-udeb_1.5.7-3_amd64.udeb
klibc-utils-udeb_1.5.7-3_amd64.udeb
  to pool/main/k/klibc/klibc-utils-udeb_1.5.7-3_amd64.udeb
klibc-utils_1.5.7-3_amd64.deb
  to pool/main/k/klibc/klibc-utils_1.5.7-3_amd64.deb
klibc_1.5.7-3.diff.gz
  to pool/main/k/klibc/klibc_1.5.7-3.diff.gz
klibc_1.5.7-3.dsc
  to pool/main/k/klibc/klibc_1.5.7-3.dsc
libklibc-dev_1.5.7-3_amd64.deb
  to pool/main/k/klibc/libklibc-dev_1.5.7-3_amd64.deb
libklibc-udeb_1.5.7-3_amd64.udeb
  to pool/main/k/klibc/libklibc-udeb_1.5.7-3_amd64.udeb
libklibc_1.5.7-3_amd64.deb
  to pool/main/k/klibc/libklibc_1.5.7-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
maximilian attems [EMAIL PROTECTED] (supplier of updated klibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 22 Nov 2007 18:50:55 +0100
Source: klibc
Binary: libklibc-dev klibc-utils-floppy-udeb libklibc-udeb libklibc klibc-utils 
klibc-utils-udeb
Architecture: source amd64
Version: 1.5.7-3
Distribution: unstable
Urgency: high
Maintainer: maximilian attems [EMAIL PROTECTED]
Changed-By: maximilian attems [EMAIL PROTECTED]
Description: 
 klibc-utils - small statically-linked utilities built with klibc
 klibc-utils-floppy-udeb - small utilities built with klibc for the boot floppy 
(udeb)
 klibc-utils-udeb - small statically-linked utilities built with klibc (udeb)
 libklibc   - minimal libc subset for use with initramfs
 libklibc-dev - kernel headers used during the build of klibc
 libklibc-udeb - minimal libc subset for use with initramfs (udeb)
Closes: 399724
Changes: 
 klibc (1.5.7-3) unstable; urgency=high
 .
   * debian/rules: s/sparc64/sparc/ thanks to the Debian sparc folks.
 (closes: #399724)
Files: 
 b161493ad42faf8f3e288ab67ba6063e 730 libs optional klibc_1.5.7-3.dsc
 6ccd7d30f14276b4bb5cc337be7d0380 10947 libs optional klibc_1.5.7-3.diff.gz
 0e288c58bc88c90ba8f04dc8bb8cf176 832068 libdevel optional 
libklibc-dev_1.5.7-3_amd64.deb
 b991b5aa667fb7c62847b30523fae1b5 46052 libs optional libklibc_1.5.7-3_amd64.deb
 

Bug#450472: cronosii: FTBFS: your implementation of AM_INIT_AUTOMAKE comes, from an old Automake version

2007-11-22 Thread peter green

tags 450472 +patch
thanks

This package needs the automake command to point to automake 1.4 for the 
package to build successfully. There is a conflict on automake1.9 but 
not on any other version of automake.


the automake package (which contains automake1.10) will break the build 
simply by being installed, I suspect this is what killed the build on 
the archive rebuild test.


automake1.7 and automake1.8 will not break the build by default because 
they have a lower alternatives priority than 1.4 but will break the 
build if the sysadmin manually changes the automake alternative.


there are two simple fixes I can see

1: add build-conflicts on automake, automake1.7 and automake1.8
2: fix the build process to always use the correct automake (I have 
attatched a modified debian/rules that does this). After doing this you 
should be able to drop the build-conflict on automake1.9 as well.


IMO the second fix is preferable

#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# This is the debhelper compatability version to use.
export DH_COMPAT=5
export SED=sed
export PATH:=$(shell pwd)/automakelink:$(PATH)

configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
libtoolize --force
aclocal
./configure --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info

touch configure-stamp

build: configure-stamp build-stamp
build-stamp:
dh_testdir

# Add here commands to compile the package.
mkdir automakelink
ln -s /usr/bin/automake-1.4 automakelink/automake
$(MAKE) CFLAGS=-Wall -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-D_REENTRANT -DUSE_GNOME -g  -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
-I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gdk-pixbuf-1.0
#/usr/bin/docbook-to-man debian/cronosii.sgml  cronosii.1

touch build-stamp

clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
-rm -rf automakelink
# Add here commands to clean up after the build process.
-$(MAKE) distclean
rm -f config.guess config.sub ltmain.sh
$(MAKE) -C $(CURDIR)/plugins/c2filters-0.4.5patch1 clean
$(MAKE) -C $(CURDIR)/plugins/fortune clean
$(MAKE) -C $(CURDIR)/plugins/sample clean
$(MAKE) -C $(CURDIR)/plugins/nohtml clean
dh_clean

install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs

# Add here commands to install the package into debian/cronosii.
$(MAKE) install prefix=$(CURDIR)/debian/cronosii/usr
# Get rid of the .h files
rm -rf $(CURDIR)/debian/cronosii/usr/include
# Remove intel dependant binaries plugins and make the plugins
rm -rf $(CURDIR)/debian/cronosii/usr/share/cronosII/plugins/filters.so
rm -rf $(CURDIR)/debian/cronosii/usr/share/cronosII/plugins/fortune.so
rm -rf $(CURDIR)/debian/cronosii/usr/share/cronosII/plugins/sample.so
rm -rf $(CURDIR)/debian/cronosii/usr/share/cronosII/plugins/nohtml.so
$(MAKE) -C $(CURDIR)/plugins/c2filters-0.4.5patch1
cp $(CURDIR)/plugins/c2filters-0.4.5patch1/filters.so 
$(CURDIR)/debian/cronosii/usr/share/cronosII/plugins
$(MAKE) -C $(CURDIR)/plugins/fortune
cp $(CURDIR)/plugins/fortune/fortune.so 
$(CURDIR)/debian//cronosii/usr/share/cronosII/plugins
$(MAKE) -C $(CURDIR)/plugins/sample
cp $(CURDIR)/plugins/sample/sample.so 
$(CURDIR)/debian/cronosii/usr/share/cronosII/plugins
$(MAKE) -C $(CURDIR)/plugins/nohtml
cp $(CURDIR)/plugins/nohtml/nohtml.so 
$(CURDIR)/debian/cronosii/usr/share/cronosII/plugins

# Switch plugins to a FHS compliant location.
mkdir -p $(CURDIR)/debian/cronosii/usr/lib/cronosII/
mv $(CURDIR)/debian/cronosii/usr/share/cronosII/plugins \
   $(CURDIR)/debian/cronosii/usr/lib/cronosII/plugins
dh_link usr/lib/cronosII/plugins usr/share/cronosII/plugins

# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.

# Build architecture-dependent files here.
binary-arch: build install
dh_testdir
dh_testroot
#   dh_installdebconf   
dh_installdocs
dh_installexamples
dh_installmenu
#   dh_installlogrotate
#   dh_installemacsen
#   dh_installpam
#   dh_installmime
#   dh_installinit
dh_installcron
dh_installman
dh_installinfo
#   dh_undocumented c2addrbook.1 cronosII-config.1
dh_installchangelogs ChangeLog
dh_link
dh_strip
dh_compress
dh_fixperms
#   dh_makeshlibs
dh_installdeb
# 

Bug#452424: Apache::MVC: use mod_perl.pm;

2007-11-22 Thread Al Nikolov
Package: libapache2-mod-perl2
Version: 2.0.2-2.4
Severity: grave
Tags: patch
Justification: renders package unusable

Apache::MVC requires wrong class name: mod_perl instead of mod_perl2.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages libapache2-mod-perl2 depends on:
ii  apache2. 2.2.3-4+etch1   Next generation, scalable, extenda
ii  libapr1  1.2.7-8.2   The Apache Portable Runtime Librar
ii  libaprut 1.2.7+dfsg-2The Apache Portable Runtime Utilit
ii  libc62.3.6.ds1-13etch2   GNU C Library: Shared libraries
ii  libdevel 2.03-3  Perl module for inspecting perl's 
ii  libperl5 5.8.8-7etch1Shared Perl library
ii  liburi-p 1.35-2  Manipulates and accesses URI strin
ii  libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-2 universally unique id library
ii  libwww-p 5.805-1 WWW client/server library for Perl
ii  netbase  4.29Basic TCP/IP networking system
ii  perl [li 5.8.8-7etch1Larry Wall's Practical Extraction 
ii  perl-bas 5.8.8-7etch1The Pathologically Eclectic Rubbis

libapache2-mod-perl2 recommends no packages.

-- no debconf information

*** /tmp/MVC.diff
--- /tmp/MVC.pm 2007-11-22 22:21:22.382296751 +0300
+++ /usr/share/perl5/Apache/MVC.pm  2007-11-22 22:21:43.0 +0300
@@ -6,7 +6,7 @@
 use warnings;
 
 use base 'Maypole';
-use mod_perl;
+use mod_perl2;
 use Maypole::Headers;
 
 use constant APACHE2 = $mod_perl::VERSION = 1.99;



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



Bug#448873: marked as done (iscsitarget: ietd.conf public readable and contains passwords)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Thu, 22 Nov 2007 20:32:06 +
with message-id [EMAIL PROTECTED]
and subject line Bug#448873: fixed in iscsitarget 0.4.15-5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: iscsitarget
Version: 0.4.15-4
Severity: serious
Tags: security
Justification: Policy 10.9

Hi,

/etc/ietd.conf will on most usual cases contain passwords, but is 644
per default after the installations. That needs to be fixed.

Greetings
Martin

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


---End Message---
---BeginMessage---
Source: iscsitarget
Source-Version: 0.4.15-5

We believe that the bug you reported is fixed in the latest version of
iscsitarget, which is due to be installed in the Debian FTP archive:

iscsitarget-source_0.4.15-5_all.deb
  to pool/main/i/iscsitarget/iscsitarget-source_0.4.15-5_all.deb
iscsitarget_0.4.15-5.diff.gz
  to pool/main/i/iscsitarget/iscsitarget_0.4.15-5.diff.gz
iscsitarget_0.4.15-5.dsc
  to pool/main/i/iscsitarget/iscsitarget_0.4.15-5.dsc
iscsitarget_0.4.15-5_amd64.deb
  to pool/main/i/iscsitarget/iscsitarget_0.4.15-5_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frederik Schüler [EMAIL PROTECTED] (supplier of updated iscsitarget package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 04 Nov 2007 18:54:41 +0100
Source: iscsitarget
Binary: iscsitarget iscsitarget-source
Architecture: source amd64 all
Version: 0.4.15-5
Distribution: unstable
Urgency: high
Maintainer: Philipp Hug [EMAIL PROTECTED]
Changed-By: Frederik Schüler [EMAIL PROTECTED]
Description: 
 iscsitarget - iSCSI Enterprise Target userland tools
 iscsitarget-source - iSCSI Enterprise Target kernel module source
Closes: 448195 448873
Changes: 
 iscsitarget (0.4.15-5) unstable; urgency=high
 .
   * Urgenc: high due to security update.
   * Fix /etc/ietd.conf permissions. (Closes: #448873)
   * Fix module-assistant build. Thanks to Franklin PIAT [EMAIL PROTECTED]
 for the patch. (Closes: #448195)
Files: 
 21007871c250d4fe201f1986b53b9352 658 net optional iscsitarget_0.4.15-5.dsc
 e2fce38f875de7c5f3fe961885fafcfb 5212 net optional iscsitarget_0.4.15-5.diff.gz
 14eb8366d25ca91f7f81a2726e6e22d6 58600 net optional 
iscsitarget_0.4.15-5_amd64.deb
 f87e3ccdd1fdf66c5e0e1b7210bb3773 39938 net optional 
iscsitarget-source_0.4.15-5_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHLgvn6n7So0GVSSARArHrAJ9jeOKyepenHrpYwrne0KGr9cNLZwCfbu4d
Cjlxv+EpLOnMP257pQSf4m8=
=zwQN
-END PGP SIGNATURE-


---End Message---


Bug#451790: libtorrent10: PeerConnectionSeed::event_write() wrong state.

2007-11-22 Thread Jose Luis Rivas Contreras
Kurt Roeckx wrote:
 On Thu, Nov 22, 2007 at 10:17:10AM -0400, Jose Luis Rivas Contreras wrote:
 Hi Kurt,

 How does you get this error? When? Some specific shortcut combination?
 
 I don't touch anything at all.  I'm just seeding a few debian iso
 images, and after some time I get that error.  I got the same
 or atleast simular error twice in 10 minutes.  I assume that some peer
 sends something you didn't expect.

You get it when you start the app? Or is random?


-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Processed: reassign

2007-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 452424 libmaypole-perl
Bug#452424: Apache::MVC: use mod_perl.pm;
Bug reassigned from package `libapache2-mod-perl2' to `libmaypole-perl'.

 reassign 452426 libmaypole-perl
Bug#452426: Apache::MVC: require Apache::Request..
Bug reassigned from package `libapache2-mod-perl2' to `libmaypole-perl'.

 reassign 452433 libmaypole-perl
Bug#452433: Apache::MVC: require Apache::Request;
Bug reassigned from package `libapache2-mod-perl2' to `libmaypole-perl'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#439923: marked as done (texmacs: Segfaults on startup)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Thu, 22 Nov 2007 22:17:06 +
with message-id [EMAIL PROTECTED]
and subject line Bug#439923: fixed in guile-1.8 1.8.3+1-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: texmacs
Version: 1:1.0.6.10-1
Severity: grave
Justification: renders package unusable

Even after rm -rf ~/.TeXmacs, sincy my last upgrade to bleeding edge
sid, texmacs segfaults on startup. Here is the end of an strace:

open(/usr/share/texmacs/TeXmacs/progs/texmacs/texmacs/tm-print.scm, 
O_RDONLY|O_LARGEFILE) = 8
fcntl64(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
lseek(8, 0, SEEK_CUR)   = 0
fstat64(8, {st_mode=S_IFREG|0644, st_size=4504, ...}) = 0
select(1024, [8], [], [], {0, 0})   = 1 (in [8], left {0, 0})
read(8, \n;;;..., 4096) = 4096
access(/etc/papersize, R_OK)  = 0
open(/etc/papersize, O_RDONLY|O_LARGEFILE) = 9
fcntl64(9, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
lseek(9, 0, SEEK_CUR)   = 0
fstat64(9, {st_mode=S_IFREG|0644, st_size=3, ...}) = 0
select(1024, [9], [], [], {0, 0})   = 1 (in [9], left {0, 0})
read(9, a4\n, 4096)   = 3
close(9)= 0
select(1024, [8], [], [], {0, 0})   = 1 (in [8], left {0, 0})
read(8, $TEXMACS_HOME_PATH/system/tmp/pr..., 4096) = 408
select(1024, [8], [], [], {0, 0})   = 1 (in [8], left {0, 0})
read(8, , 4096)   = 0
close(8)= 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

and the end of an ltrace:

strlen(guile-c) = 7
scm_mem2string(0x8628750, 7, 0xff809ae8, 0x83f74df, 8)= 
0x86e8300
strlen(guile-c) = 7
scm_mem2string(0x8628750, 7, 0xff809c18, 0x83f74df, 8)= 
0x86e82e0
strlen(guile-c) = 7
scm_mem2string(0x8628750, 7, 0xff8086e8, 0x83f74df, 8)= 
0x86e7f90
strlen(guile-c) = 7
scm_mem2string(0x8628750, 7, 0xff808818, 0x83f74df, 8)= 
0x86e7f70
scm_is_string(0x86e9dd0, 0xff808db8, 0xff808d68, 0xf7e169e7, 1)   = 1
gh_scm2newstr(0x86e9dd0, 0xff808d54, 0xff808d68, 0xf7e169e7, 1)   = 
0x85c2020
free(0x85c2020)   = 
void
scm_is_string(0x86e9b30, 0xf7550f08, 1, 0xf7a3a285, 0xf7e81b54)   = 1
gh_scm2newstr(0x86e9b30, 0xff808c1c, 1, 0xf7a3a285, 0xf7e81b54)   = 
0x85c2020
free(0x85c2020)   = 
void
scm_mem2string(0x8628680, 2, 0xff808bf8, 0x85c2018, 4)= 
0x86e9ac0
scm_is_string(0x86e9ac0, 0xff808db8, 0xff808d68, 0xf7e169e7, 1)   = 1
gh_scm2newstr(0x86e9ac0, 0xff808d54, 0xff808d68, 0xf7e169e7, 1)   = 
0x85c2020
free(0x85c2020)   = 
void
scm_is_string(0x86e9c70, 0xff808db8, 0xff808d68, 0xf7e169e7, 1)   = 1
gh_scm2newstr(0x86e9c70, 0xff808d54, 0xff808d68, 0xf7e169e7, 1)   = 
0x85c2020
free(0x85c2020)   = 
void
scm_is_integer(10, 0xf755dbe0, 0xff808e98, 0xf7df4c20, 0xf7e81b54)= 1
scm_to_int32(10, 0xf755dbe0, 0xff808e98, 0xf7df4c20, 0xf7e81b54)  = 2
strlen()= 0
strlen(MAKETFM) = 7
strlen(none)= 4
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (200, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.22-amd64+deb-3
Locale: LANG=fr_LU.UTF-8, LC_CTYPE=fr_LU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages texmacs depends on:
ii  groff   1.18.1.1-12  GNU troff text-formatting system
ii  gs-gpl  8.56.dfsg.1-1.1  The GPL Ghostscript PostScript int
ii  guile-1.8-libs  1.8.2+1-2Main Guile libraries
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib

Bug#452426: Apache::MVC: require Apache::Request..

2007-11-22 Thread Al Nikolov
Package: libapache2-mod-perl2
Version: 2.0.2-2.4
Severity: grave
Tags: patch
Justification: renders package unusable

Apache::MVC requires wrong class names: Apache::Request.. instead of 
Apache2::Request..

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages libapache2-mod-perl2 depends on:
ii  apache2. 2.2.3-4+etch1   Next generation, scalable, extenda
ii  libapr1  1.2.7-8.2   The Apache Portable Runtime Librar
ii  libaprut 1.2.7+dfsg-2The Apache Portable Runtime Utilit
ii  libc62.3.6.ds1-13etch2   GNU C Library: Shared libraries
ii  libdevel 2.03-3  Perl module for inspecting perl's 
ii  libperl5 5.8.8-7etch1Shared Perl library
ii  liburi-p 1.35-2  Manipulates and accesses URI strin
ii  libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-2 universally unique id library
ii  libwww-p 5.805-1 WWW client/server library for Perl
ii  netbase  4.29Basic TCP/IP networking system
ii  perl [li 5.8.8-7etch1Larry Wall's Practical Extraction 
ii  perl-bas 5.8.8-7etch1The Pathologically Eclectic Rubbis

libapache2-mod-perl2 recommends no packages.

-- no debconf information

*** /tmp/MVC.diff
--- /tmp/MVC.pm 2007-11-22 22:32:50.836537120 +0300
+++ /usr/share/perl5/Apache/MVC.pm  2007-11-22 22:33:40.0 +0300
@@ -13,9 +13,9 @@
 
 if (APACHE2) {
 require Apache2;
-require Apache::RequestIO;
-require Apache::RequestRec;
-require Apache::RequestUtil;
+require Apache2::RequestIO;
+require Apache2::RequestRec;
+require Apache2::RequestUtil;
 require APR::URI;
 }
 else { require Apache }



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



Bug#452424: marked as done (Apache::MVC: use mod_perl.pm;)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Thu, 22 Nov 2007 23:05:14 +
with message-id [EMAIL PROTECTED]
and subject line Apache::MVC: use mod_perl.pm;
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libapache2-mod-perl2
Version: 2.0.2-2.4
Severity: grave
Tags: patch
Justification: renders package unusable

Apache::MVC requires wrong class name: mod_perl instead of mod_perl2.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages libapache2-mod-perl2 depends on:
ii  apache2. 2.2.3-4+etch1   Next generation, scalable, extenda
ii  libapr1  1.2.7-8.2   The Apache Portable Runtime Librar
ii  libaprut 1.2.7+dfsg-2The Apache Portable Runtime Utilit
ii  libc62.3.6.ds1-13etch2   GNU C Library: Shared libraries
ii  libdevel 2.03-3  Perl module for inspecting perl's 
ii  libperl5 5.8.8-7etch1Shared Perl library
ii  liburi-p 1.35-2  Manipulates and accesses URI strin
ii  libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-2 universally unique id library
ii  libwww-p 5.805-1 WWW client/server library for Perl
ii  netbase  4.29Basic TCP/IP networking system
ii  perl [li 5.8.8-7etch1Larry Wall's Practical Extraction 
ii  perl-bas 5.8.8-7etch1The Pathologically Eclectic Rubbis

libapache2-mod-perl2 recommends no packages.

-- no debconf information

*** /tmp/MVC.diff
--- /tmp/MVC.pm 2007-11-22 22:21:22.382296751 +0300
+++ /usr/share/perl5/Apache/MVC.pm  2007-11-22 22:21:43.0 +0300
@@ -6,7 +6,7 @@
 use warnings;
 
 use base 'Maypole';
-use mod_perl;
+use mod_perl2;
 use Maypole::Headers;
 
 use constant APACHE2 = $mod_perl::VERSION = 1.99;


---End Message---
---BeginMessage---
Apache::MVC is part of the libmaypole-perl package.  Version 2.10-1,
found in etch, does not work with Apache 2.  Version 2.11+2.111-2, in
lenny and sid, includes the necessary changes to work with Apache 2.

Ben.

-- 
Ben Hutchings
Beware of bugs in the above code;
I have only proved it correct, not tried it. - Donald Knuth


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


Bug#452442: marked as done (synfigstudio: symbol lookup error: synfigstudio: undefined symbol: _ZN6synfig5Color4hex_E)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 23 Nov 2007 09:22:08 +0930
with message-id [EMAIL PROTECTED]
and subject line synfigstudio: 452442: fixed in 0.61.07
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: synfigstudio
Version: 0.61.06-1+b1
Severity: grave
Justification: renders package unusable


Running synfigstudio renders:
synfigstudio: symbol lookup error: synfigstudio: undefined symbol:
_ZN6synfig5Color4hex_E

Here
http://jabber.deepdarc.com/logs.php/[EMAIL PROTECTED]/20070621
is said that package needs rebuilding

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

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

Versions of packages synfigstudio depends on:
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libcairomm-1.0-11.4.2-1  C++ wrappers for Cairo (shared lib
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2.2-3GCC support library
ii  libglib2.0-02.14.1-5 The GLib library of C routines
ii  libglibmm-2.4-1c2a  2.12.10-0.1  C++ wrapper for the GLib toolkit (
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a   1:2.10.10-0.2C++ wrappers for GTK+ 2.4 (shared 
ii  libopenexr2ldbl 1.2.2-4.4runtime files for the OpenEXR imag
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libsigc++-2.0-0c2a  2.0.17-2 type-safe Signal Framework for C++
ii  libstdc++6  4.2.2-3  The GNU Standard C++ Library v3
ii  libsynfig0  0.61.07-1synfig library
ii  libsynfigapp0   0.61.06-1+b1 synfig GUI library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml++2.6-2   2.14.0-0.1   A C++ interface to the GNOME XML l
ii  libxml2 2.6.30.dfsg-2GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

synfigstudio recommends no packages.

-- no debconf information


---End Message---
---BeginMessage---
Version: 0.61.07-1

Please upgrade to 0.61.07-1 from Debian sid.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Processed (with 1 errors): setting package to libmaypole-perl, forcibly merging 432463 452426 452433, found 452424 in 2.10-1 ...

2007-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.10
 package libmaypole-perl
Ignoring bugs not assigned to: libmaypole-perl

 forcemerge 432463 452426 452433
Bug number 432463 belongs to package maypole, skipping.

 found 452424 2.10-1
Bug#452424: Apache::MVC: use mod_perl.pm;
Bug marked as found in version 2.10-1 and reopened.

 fixed 452424 2.11+2.111-1
Bug#452424: Apache::MVC: use mod_perl.pm;
Bug marked as fixed in version 2.11+2.111-1.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: closing 452424

2007-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.10
 close 452424
Bug#452424: Apache::MVC: use mod_perl.pm;
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Al Nikolov [EMAIL PROTECTED]


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#452436: octaviz: examples do not run because of line vtk_init

2007-11-22 Thread João Franco
Package: octaviz
Version: 0.4.5-5
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21.3-slh64-smp-4 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_PT.UTF-8, LC_CTYPE=pt_PT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages octaviz depends on:
ii  atlas3-base [liblap 3.6.0-20.6   Automatically Tuned Linear Algebra
ii  lapack3 [liblapack. 3.0.2531a-6.1library of linear algebra routines
ii  libc6   2.7-0exp8+c0.sidux.1 GNU C Library: Shared libraries
ii  libfftw3-3 [fftw3]  3.1.2-3  library for computing Fast Fourier
ii  libgcc1 1:4.2.2-3GCC support library
ii  libgfortran14.1.2-17 Runtime library for GNU Fortran ap
ii  libhdf5-serial-1.6. 1.6.5-5+b1   Hierarchical Data Format 5 (HDF5)
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libncurses5 5.6+20071103-1   Shared libraries for terminal hand
ii  libreadline55.2-3GNU readline and history libraries
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.2-3  The GNU Standard C++ Library v3
ii  libvtk5 5.0.3-1  Visualization Toolkit - A high lev
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  octave2.1   1:2.1.73-13  GNU Octave language for numerical
ii  refblas3 [libblas.s 1.2-8Basic Linear Algebra Subroutines 3
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

octaviz recommends no packages.

-- no debconf information

NOTE: Runnig on linux SIDUX
Output of running example
octave:3 vtk_demo
error: /usr/lib/octaviz/liboctaviz.so: undefined symbol:
_ZNK17octave_base_value 6resizeERK10dim_vector
error: called from `vtk_demo' in file
`/usr/share/doc/octaviz/examples/vtk_demo. m'

I USE WEBMAIL GMAIL AND I DO NOT KNOW  IF I CONFIGURED REPORTBUG TO
SEND MAIL, SO I ATTACH THE COMPLETE REPORT BUG. DUPLICATE?


octaviz.bug
Description: Binary data


Bug#452433: Apache::MVC: require Apache::Request;

2007-11-22 Thread Al Nikolov
Package: libapache2-mod-perl2
Version: 2.0.2-2.4
Severity: grave
Tags: patch
Justification: renders package unusable

Apache::MVC requires Apache::Request instead of Apache2::Request.

The package itself should list libapache2-request-perl in Depends.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages libapache2-mod-perl2 depends on:
ii  apache2. 2.2.3-4+etch1   Next generation, scalable, extenda
ii  libapr1  1.2.7-8.2   The Apache Portable Runtime Librar
ii  libaprut 1.2.7+dfsg-2The Apache Portable Runtime Utilit
ii  libc62.3.6.ds1-13etch2   GNU C Library: Shared libraries
ii  libdevel 2.03-3  Perl module for inspecting perl's 
ii  libperl5 5.8.8-7etch1Shared Perl library
ii  liburi-p 1.35-2  Manipulates and accesses URI strin
ii  libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-2 universally unique id library
ii  libwww-p 5.805-1 WWW client/server library for Perl
ii  netbase  4.29Basic TCP/IP networking system
ii  perl [li 5.8.8-7etch1Larry Wall's Practical Extraction 
ii  perl-bas 5.8.8-7etch1The Pathologically Eclectic Rubbis

libapache2-mod-perl2 recommends no packages.

-- no debconf information

*** /tmp/MVC.diff
--- /tmp/MVC.pm 2007-11-22 23:10:08.112998633 +0300
+++ /usr/share/perl5/Apache/MVC.pm  2007-11-22 22:56:55.0 +0300
@@ -19,11 +19,11 @@
 require APR::URI;
 }
 else { require Apache }
-require Apache::Request;
+require Apache2::Request;
 
 sub get_request {
 my ( $self, $r ) = @_;
-$self-{ar} = Apache::Request-new($r);
+$self-{ar} = Apache2::Request-new($r);
 }
 
 sub parse_location {



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



Bug#452442: synfigstudio: symbol lookup error: synfigstudio: undefined symbol: _ZN6synfig5Color4hex_E

2007-11-22 Thread Sergey Lapin
Package: synfigstudio
Version: 0.61.06-1+b1
Severity: grave
Justification: renders package unusable


Running synfigstudio renders:
synfigstudio: symbol lookup error: synfigstudio: undefined symbol:
_ZN6synfig5Color4hex_E

Here
http://jabber.deepdarc.com/logs.php/[EMAIL PROTECTED]/20070621
is said that package needs rebuilding

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

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

Versions of packages synfigstudio depends on:
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libcairomm-1.0-11.4.2-1  C++ wrappers for Cairo (shared lib
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2.2-3GCC support library
ii  libglib2.0-02.14.1-5 The GLib library of C routines
ii  libglibmm-2.4-1c2a  2.12.10-0.1  C++ wrapper for the GLib toolkit (
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a   1:2.10.10-0.2C++ wrappers for GTK+ 2.4 (shared 
ii  libopenexr2ldbl 1.2.2-4.4runtime files for the OpenEXR imag
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libsigc++-2.0-0c2a  2.0.17-2 type-safe Signal Framework for C++
ii  libstdc++6  4.2.2-3  The GNU Standard C++ Library v3
ii  libsynfig0  0.61.07-1synfig library
ii  libsynfigapp0   0.61.06-1+b1 synfig GUI library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml++2.6-2   2.14.0-0.1   A C++ interface to the GNOME XML l
ii  libxml2 2.6.30.dfsg-2GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

synfigstudio recommends no packages.

-- no debconf information



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



Bug#429092: marked as done (RM: libapache-mod-limitipconn -- RoM; obsoleted)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 23 Nov 2007 00:14:27 +
with message-id [EMAIL PROTECTED]
and subject line Bug#429092: fixed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libapache-mod-limitipconn
Severity: serious
Version: 0.04-3

Hi there!

 Due to the recent removal of apache (including it's accompanied
packages of apache-common, apache-dbg, apache-dev, apache-doc,
apache-perl and apache-ssl) and libapache-mod-perl your package most
propably isn't able to get installed or built anymore.  These are the
problems your package currently has:

libapache-mod-limitipconn (dependency): apache-common (= 1.3.33-4)

 Please either send the ftp team a removal request for your package if
it isn't able to work with apache2, or update it to build (only)
packages for apache2.

 Thanks in advance,
-- 
generate-mails.pl assisting Gerfried Fuchs


---End Message---
---BeginMessage---
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

libapache-mod-limitipconn | 0.04-3 | source, alpha, amd64, arm, hppa, i386, 
ia64, m68k, mips, mipsel, powerpc, s390, sparc

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

---End Message---


Bug#447093: marked as done (RM: ja-trans -- RoM; merged into other packages)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 23 Nov 2007 00:16:39 +
with message-id [EMAIL PROTECTED]
and subject line Bug#447093: fixed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: ja-trans
Version: 0.8-2
Severity: serious

Hi,

While looking at very old packages, I came across ja-trans.
* it was last uploaded in Aug 2002.
* the full list of files in that package is:
/.
/usr
/usr/share
/usr/share/locale
/usr/share/locale/ja
/usr/share/locale/ja/LC_MESSAGES
/usr/share/locale/ja/LC_MESSAGES/net-tools.mo
/usr/share/doc
/usr/share/doc/ja-trans
/usr/share/doc/ja-trans/README.Debian
/usr/share/doc/ja-trans/copyright
/usr/share/doc/ja-trans/changelog.Debian.gz

The mo file for net-tools is for version 1.51, according to the source.
While the version of net-tools in the archive is 1.60. Shouldn't this
translation be merged in net-tools, and this package be removed?

Thank you,
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |

---End Message---
---BeginMessage---
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

  ja-trans |  0.8-2 | source, all

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

---End Message---


Bug#452462: update-bootsystem-insserv violates sysv-rc policy, breaking init sequence

2007-11-22 Thread Martin Braure de Calignon
Package: insserv
Version: 1.09.0-1
Severity: critical
Tags: patch

--- Please enter the report below this line. ---
According to /usr/share/doc/sysv-rc/README.runlevels.gz #6
in runlevel 6 and 0 scripts begin with S?? should be rename in the future to 
K1??
that mean S scripts should be execute after K ones.

in /usr/sbin/update-bootsystem-insserv you have in convert_rc_s_to_k function :
mv $target/etc/rc$runlevel.d/$link 
$target/etc/rc$runlevel.d/K$seq$service
instead of
mv $target/etc/rc$runlevel.d/$link 
$target/etc/rc$runlevel.d/K1$seq$service

this make my system launching init.d/reboot as first init script when I reboot 
or halt.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22+perso

Debian Release: lenny/sid
  500 voip-snapshots-debian-sid snapshots.seconix.com 
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.fr.debian.org 
  500 unstabledownload.tuxfamily.org 
  500 debian-unstable download.tuxfamily.org 
  400 testing security.debian.org 
  400 testing ftp.fr.debian.org 
1 experimentalftp.fr.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-=
libc6   (= 2.3.6-6) | 2.6.1-6
debconf(= 0.5)  | 1.5.17
 OR debconf-2.0  | 
sysv-rc  | 2.86.ds1-38.1

--- /usr/sbin/update-bootsystem-insserv	2007-11-23 02:19:33.0 +0100
+++ /usr/sbin/update-bootsystem-insserv	2007-11-23 01:43:02.0 +0100
@@ -23,7 +23,7 @@
   set `echo $link|sed s%S\(..\)\(.*\)%\1 \2%`
   seq=$1
   service=$2
-  mv $target/etc/rc$runlevel.d/$link $target/etc/rc$runlevel.d/K$seq$service
+  mv $target/etc/rc$runlevel.d/$link $target/etc/rc$runlevel.d/K1$seq$service
   done
 }
 


signature.asc
Description: Ceci est une partie de message	numériquement signée


Processed: tagging 432463

2007-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.10
 tags 432463 - lenny sid patch
Bug#432463: maypole: Depends on libapache-request-perl, which is due to be 
removed
Tags were: sid patch lenny
Bug#452426: Apache::MVC: require Apache::Request..
Bug#452433: Apache::MVC: require Apache::Request;
Tags removed: lenny, sid, patch


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#452463: systemimager-boot-i386-standard contains device files

2007-11-22 Thread Thiemo Seufer
Package: systemimager-boot-i386-standard
Version: 3.6.3dfsg1-3
Severity: serious

The systemimager-boot-i386-standard package contains device files.
According to http://release.debian.org/etch_rc_policy.txt 5(i) this
is a RC bug.


Thiemo



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



Bug#452461: Scilab provides architecture specific binaries in all package

2007-11-22 Thread Thiemo Seufer
Package: scilab
Version: 4.1.1-2
Severity: serious

The scilab_4.1.1-2_all.deb provides x86 binaries in
/usr/lib/scilab-4.1.2/macros/. The build system in that place
suggests the package should provide no binaries at all, as they
are supposed to get built at install time or later.


Thiemo



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



Bug#452244: [Pkg-hpijs-devel] Bug#452244: sysv-rc dependency

2007-11-22 Thread Ken Bloom
On Thu, 22 Nov 2007 23:49:57 +
Mark Purcell [EMAIL PROTECTED] wrote:

 On Thursday 22 November 2007, Ken Bloom wrote:
  severity 452244 serious # Violates debian policy 9.3.3
  thanks
 
 Thanks Ken,
 
 Yes there is a bit of work to do there.
 
 In part we have started backporting the ubuntu work for the package
 to bring it back into Debian, so the postinst does need some work.
 Most of the magic is to clear up old versions of the software to
 ensure we have a sane state.
 
 But your suggestions are well made and we will work through them.

As far as I can tell, these things are the only dependency hpijs has on
sysv-rc specifically. Moreover, they wouldn't actually be dangerous if
you removed the sysv-rc dependency while leaving them in place in the
maintainer scripts, although in reality, you'd want to use update-rc.d
in order to correctly handle cleanup in systems using file-rc. So this
is actually an easy bug to fix, and the sysv-rc dependency is
unnecessary.

--Ken

-- 
Ken (Chanoch) Bloom. PhD candidate. Linguistic Cognition Laboratory.
Department of Computer Science. Illinois Institute of Technology.
http://www.iit.edu/~kbloom1/


signature.asc
Description: PGP signature


Bug#429118: marked as done (RM: libapache-mod-auth-plain -- RoM; obsoleted)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 23 Nov 2007 00:47:55 +
with message-id [EMAIL PROTECTED]
and subject line Bug#429118: fixed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libapache-mod-auth-plain
Severity: serious
Version: 1.3.31-3-2

Hi there!

 Due to the recent removal of apache (including it's accompanied
packages of apache-common, apache-dbg, apache-dev, apache-doc,
apache-perl and apache-ssl) and libapache-mod-perl your package most
propably isn't able to get installed or built anymore.  These are the
problems your package currently has:

libapache-mod-auth-plain (dependency): apache-common (= 1.3.33-4)

 Please either send the ftp team a removal request for your package if
it isn't able to work with apache2, or update it to build (only)
packages for apache2.

 Thanks in advance,
-- 
generate-mails.pl assisting Gerfried Fuchs


---End Message---
---BeginMessage---
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

libapache-mod-auth-plain | 1.3.31-3-2 | source, alpha, amd64, arm, hppa, i386, 
ia64, m68k, mips, mipsel, powerpc, s390, sparc

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

---End Message---


Processed: reassign 452426 to maypole, reassign 452433 to maypole, forcibly merging 432463 452426 452433

2007-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.10
 reassign 452426 maypole
Bug#452426: Apache::MVC: require Apache::Request..
Bug reassigned from package `libmaypole-perl' to `maypole'.

 reassign 452433 maypole
Bug#452433: Apache::MVC: require Apache::Request;
Bug reassigned from package `libmaypole-perl' to `maypole'.

 forcemerge 432463 452426 452433
Bug#432463: maypole: Depends on libapache-request-perl, which is due to be 
removed
Bug#452426: Apache::MVC: require Apache::Request..
Bug#452433: Apache::MVC: require Apache::Request;
Forcibly Merged 432463 452426 452433.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#452465: pidgin: fails to build in lenny (when intltool is 0.36)

2007-11-22 Thread alex bodnaru
Package: pidgin
Version: 2.2.2-1
Severity: serious
Justification: no longer builds from source

as i said in the subject.
intltool 0.36 is being currently provided with lenny.
for a problem workaround please see:
https://fcp.surfsite.org/modules/newbb/viewtopic.php?topic_id=42486forum=11;

thank you for packaging pidgin :)

alex

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

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

Versions of packages pidgin depends on:
ii  gconf2  2.20.1-1 GNOME configuration database syste
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libglib2.0-02.14.1-5 The GLib library of C routines
ii  libgstreamer0.10-0  0.10.14-2Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface 
ii  libgtkspell02.0.10-3+b1  a spell-checking addon for GTK's T
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libpurple0  2.2.2-1  multi-protocol instant messaging l
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstartup-notification00.9-1library for program launch feedbac
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcomposite1  1:0.3.2-1+b1 X11 Composite extension library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxdamage1 1:1.1.1-3X11 damaged region extension libra
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxss1 1:1.1.2-1X11 Screen Saver extension library
ii  pidgin-data 2.2.2-1  multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.14-4  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.6-2   GStreamer plugins from the good 

-- no debconf information



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



Bug#452465: pidgin: fails to build in lenny (when intltool is 0.36)

2007-11-22 Thread Ari Pollak
Huh? Pidgin 2.2.2-1 doesn't depend on intltool, so why should it matter what
version is installed?



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



Bug#446475: marked as done (CVE-2007-5245 multiple buffer overflows)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 23 Nov 2007 07:59:50 +0200
with message-id [EMAIL PROTECTED]
and subject line Closing security bugs of removed firebird1.5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: firebird1.5
Severity: grave
Tags: security patch

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for firebird1.5.

CVE-2007-5245[0]:
| Multiple stack-based buffer overflows in Firebird LI 1.5.3.4870 and
| 1.5.4.4910, and WI 1.5.3.4870 and 1.5.4.4910, allow remote attackers
| to execute arbitrary code via (1) a long service attach request on TCP
| port 3050 to the SVC_attach function or (2) unspecified vectors
| involving the INET_connect function.

If you fix this vulnerability please also include the CVE id
in your changelog entry.

This is fixed in the 2.0 package in unstable.
As far as I can see the fixes for these issues are:
http://firebird.cvs.sourceforge.net/firebird/firebird2/src/remote/inet.cpp?r1=1.122r2=1.123
and
http://firebird.cvs.sourceforge.net/firebird/firebird2/src/jrd/svc.cpp?r1=1.97r2=1.98

but please check back with upstream, I might have missed something.

For further information:
[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5245

Kind regards
Nico

-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


---End Message---
---BeginMessage---
With the removal of firebird1.5 from the archive, its security bugs are
no longer a concern.

firebird1.5 is removed as upstream has no intent of providing any kind
of support to it, including security support.
-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature
---End Message---


Bug#446373: marked as done (CVE-2007-4992 stack based buffer overflow)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 23 Nov 2007 07:59:50 +0200
with message-id [EMAIL PROTECTED]
and subject line Closing security bugs of removed firebird1.5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: firebird1.5
Severity: grave
Tags: security

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for firebird1.5.

CVE-2007-4992[0]:
| Stack-based buffer overflow in the process_packet function in
| fbserver.exe in Firebird SQL 2.0.2 allows remote attackers to execute
| arbitrary code via a long request to TCP port 3050.

If you fix this vulnerability please also include the CVE id
in your changelog entry.

I had a look at remote/server.cpp, the vulnerable code is
the following:
3049: TEXT msg[128];
...
3064 if (string = port-  port_user_name) {
3065 sprintf(msg,
3066 SERVER/process_packet: connection rejected for %*.*s,
3067 string-  str_length, string-  str_length,
3068 string-  str_data);
3069 gds__log(msg, 0);

For further information:
[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4992

Kind regards
Nico

-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgp66UyA2jBaM.pgp
Description: PGP signature
---End Message---
---BeginMessage---
With the removal of firebird1.5 from the archive, its security bugs are
no longer a concern.

firebird1.5 is removed as upstream has no intent of providing any kind
of support to it, including security support.
-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature
---End Message---


Processed: Re: Bug#452462: update-bootsystem-insserv violates sysv-rc policy, breaking init sequence

2007-11-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 452462 - patch
Bug#452462: update-bootsystem-insserv violates sysv-rc policy, breaking init 
sequence
Tags were: patch
Tags removed: patch

 severity 452462 important
Bug#452462: update-bootsystem-insserv violates sysv-rc policy, breaking init 
sequence
Severity set to `important' from `critical'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#422481: marked as done (libemail-mime-modifier-perl: FTBFS: tests failed)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 23 Nov 2007 08:30:36 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#422481: libemail-mime-modifier-perl: FTBFS: tests failed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libemail-mime-modifier-perl
Version: 1.441-1
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000 rebuild

Hi,

During a rebuild of all packages in sid, I discovered that your package
failed to build on i386.

Relevant parts:
Failed Test Stat Wstat Total Fail  Failed  List of Failed
---
t/parts.t 11  281622   11  50.00%  6 8-9 15-22
2 tests skipped.
Failed 1/7 test scripts, 85.71% okay. 11/68 subtests failed, 83.82%
okay.
make[1]: *** [test_dynamic] Error 255

The full build log is available from 
http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/

About the archive rebuilt: The rebuilt was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

About Grid'5000:
Grid'5000 is an highly reconfigurable experimental Grid platform
gathering 9 sites and featuring a total of 5000 CPUs. It serves as a
testbed for research in Grid Computing. See https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |

---End Message---
---BeginMessage---
Package: libemail-mime-modifier-perl
Version: 1.442-1

On Tue, Jul 24, 2007 at 10:16:33PM +0300, Niko Tyni wrote:
 On Sun, May 06, 2007 at 12:23:23PM +0200, Lucas Nussbaum wrote:
  Package: libemail-mime-modifier-perl
  Version: 1.441-1
  Severity: serious
  Justification: FTBFS on i386, very likely to fail everywhere else
  Usertags: grid5000 rebuild

  Failed 1/7 test scripts, 85.71% okay. 11/68 subtests failed, 83.82%
  okay.

 FWIW, this is fixed by upgrading to (at least) Email::MIME 1.858. However,
 in the meantime, the libemail-simple-perl upgrade to 2.002-1 has caused
 more test failures that are fixed upstream in Email::MIME::Modifier 1.442.

As libemail-mime-perl has since been updated and libemail-mime-modifier
1.442-1 was recently uploaded, I'm closing this. The tests work now,
at least for me.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]

---End Message---


Bug#452339: marked as done (dpkg-dev: fails to parse some shlibs files)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 23 Nov 2007 05:17:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#452339: fixed in dpkg 1.14.10
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: dpkg-dev
Version: 1.14.9
Severity: serious

From my build log:

dh_compress -pkzenexplorer -X .dcl -X .docbook -X -license -X .tag -X .sty -X 
.el
dh_fixperms -pkzenexplorer
dh_makeshlibs -pkzenexplorer
dh_installdeb -pkzenexplorer
dh_perl -pkzenexplorer
dh_shlibdeps -pkzenexplorer
dpkg-shlibdeps: failure: No dependency information found for libusb-0.1.so.4 
(used by debian/kzenexplorer/usr/bin/kzenexplorer).
dh_shlibdeps: command returned error code 65280
make: *** [binary-predeb-IMPL/kzenexplorer] Error 1

But libusb-0.1.so.4 has a shlib file:

[volta:~]$ cat /var/lib/dpkg/info/libusb-0.1-4.shlibs
libusb-0.1 4 libusb-0.1-4 (= 2:0.1.12)
udeb: libusb-0.1 4 libusb-0.1-udeb (= 2:0.1.12)


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages dpkg-dev depends on:
ii  binutils  2.18-1 The GNU assembler, linker and bina
ii  cpio  2.9-4  GNU cpio -- a program to manage ar
ii  dpkg  1.14.9 package maintenance system for Deb
ii  make  3.81-3 The GNU version of the make util
ii  patch 2.5.9-4Apply a diff file to an original
ii  perl [perl5]  5.8.8-11   Larry Wall's Practical Extraction 
ii  perl-modules  5.8.8-11   Core Perl modules

Versions of packages dpkg-dev recommends:
ii  bcc [c-compiler]  0.16.17-2  16-bit x86 C compiler
ii  bzip2 1.0.3-7high-quality block-sorting file co
ii  gcc [c-compiler]  4:4.2.1-6  The GNU C compiler
ii  gcc-3.3 [c-compiler]  1:3.3.6-15 The GNU C compiler
ii  gcc-3.4 [c-compiler]  3.4.6-6The GNU C compiler
ii  gcc-4.1 [c-compiler]  4.1.2-16   The GNU C compiler
ii  gcc-4.2 [c-compiler]  4.2.2-2The GNU C compiler

-- no debconf information


---End Message---
---BeginMessage---
Source: dpkg
Source-Version: 1.14.10

We believe that the bug you reported is fixed in the latest version of
dpkg, which is due to be installed in the Debian FTP archive:

dpkg-dev_1.14.10_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.14.10_all.deb
dpkg_1.14.10.dsc
  to pool/main/d/dpkg/dpkg_1.14.10.dsc
dpkg_1.14.10.tar.gz
  to pool/main/d/dpkg/dpkg_1.14.10.tar.gz
dpkg_1.14.10_i386.deb
  to pool/main/d/dpkg/dpkg_1.14.10_i386.deb
dselect_1.14.10_i386.deb
  to pool/main/d/dpkg/dselect_1.14.10_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guillem Jover [EMAIL PROTECTED] (supplier of updated dpkg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 23 Nov 2007 06:32:27 +0200
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source i386 all
Version: 1.14.10
Distribution: unstable
Urgency: low
Maintainer: Dpkg Developers [EMAIL PROTECTED]
Changed-By: Guillem Jover [EMAIL PROTECTED]
Description: 
 dpkg   - package maintenance system for Debian
 dpkg-dev   - package building tools for Debian
 dselect- user tool to manage Debian packages
Closes: 452262 452338 452339
Changes: 
 dpkg (1.14.10) unstable; urgency=low
 .
   [ Raphael Hertzog ]
   * dpkg-shlibdeps now correctly identify private libraries (avoid many
 warnings with perl/python modules). Closes: #452338
   * Move capit() to a Dpkg::Fields module and use it in dpkg-shlibdeps.
 Closes: #452262
   * Add more debug messages to dpkg-shlibdeps to ease collecting information
 in case of problems.
   * dpkg-shlibdeps now accepts again empty dependencies in shlibs files.
   * dpkg-shlibdeps will try harder to identify packages providing a library
 by looking up dpkg -S on the realpath of any symlink 

Bug#451790: libtorrent10: PeerConnectionSeed::event_write() wrong state.

2007-11-22 Thread Kurt Roeckx
On Thu, Nov 22, 2007 at 04:55:53PM -0400, Jose Luis Rivas Contreras wrote:
 Kurt Roeckx wrote:
  On Thu, Nov 22, 2007 at 10:17:10AM -0400, Jose Luis Rivas Contreras wrote:
  Hi Kurt,
 
  How does you get this error? When? Some specific shortcut combination?
  
  I don't touch anything at all.  I'm just seeding a few debian iso
  images, and after some time I get that error.  I got the same
  or atleast simular error twice in 10 minutes.  I assume that some peer
  sends something you didn't expect.
 
 You get it when you start the app? Or is random?

It's after some random time, I didn't touch it at all.


Kurt




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



Bug#446472: marked as done (CVE-2007-5246 stack-based buffer overflow)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 23 Nov 2007 07:59:50 +0200
with message-id [EMAIL PROTECTED]
and subject line Closing security bugs of removed firebird1.5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: firebird1.5
Severity: grave
Tags: security patch

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for firebird1.5.

CVE-2007-5246[0]:
| Multiple stack-based buffer overflows in Firebird LI 2.0.0.12748 and
| 2.0.1.12855, and WI 2.0.0.12748 and 2.0.1.12855, allow remote
| attackers to execute arbitrary code via (1) a long attach request on
| TCP port 3050 to the isc_attach_database function or (2) a long create
| request on TCP port 3050 to the isc_create_database function.

If you fix this vulnerability please also include the CVE id
in your changelog entry.

This bug is fixed in the 2.0 version of firebird.

You can find a patch on:
http://firebird.cvs.sourceforge.net/firebird/firebird2/src/jrd/why.cpp?r1=1.100.4.2r2=1.100.4.3

For further information:
[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5246

Kind regards
Nico

-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


---End Message---
---BeginMessage---
With the removal of firebird1.5 from the archive, its security bugs are
no longer a concern.

firebird1.5 is removed as upstream has no intent of providing any kind
of support to it, including security support.
-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature
---End Message---


Bug#452262: marked as done (dpkg-shlibdeps: Undefined subroutine main::capit.)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 23 Nov 2007 05:17:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#452262: fixed in dpkg 1.14.10
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: dpkg-dev
Version: 1.14.9
Severity: important

Hi,

When running dpkg-shlibdeps (with the -d command line option) from
debian/rules of one of my packages, it aborts with the following error
message:

  Undefined subroutine main::capit called at /usr/bin/dpkg-shlibdeps line 62.

This subroutine is defined in /usr/lib/dpkg/controllib.pl which no longer gets
included in dpkg-shlibdeps.

TIA,
Sebastian

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.17.13-vs2.0.2.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages dpkg-dev depends on:
ii  binutils2.18.1~cvs20071027-1 The GNU assembler, linker and bina
ii  cpio2.9-6GNU cpio -- a program to manage ar
ii  dpkg1.14.9   package maintenance system for Deb
ii  make3.81-3   The GNU version of the make util
ii  patch   2.5.9-4  Apply a diff file to an original
ii  perl [perl5]5.8.8-12 Larry Wall's Practical Extraction 
ii  perl-modules5.8.8-12 Core Perl modules

Versions of packages dpkg-dev recommends:
ii  bzip2 1.0.3-7high-quality block-sorting file co
ii  gcc [c-compiler]  4:4.2.1-6  The GNU C compiler
ii  gcc-3.4 [c-compiler]  3.4.6-6The GNU C compiler
ii  gcc-4.2 [c-compiler]  4.2.2-3The GNU C compiler

-- no debconf information

-- 
Sebastian tokkee Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: dpkg
Source-Version: 1.14.10

We believe that the bug you reported is fixed in the latest version of
dpkg, which is due to be installed in the Debian FTP archive:

dpkg-dev_1.14.10_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.14.10_all.deb
dpkg_1.14.10.dsc
  to pool/main/d/dpkg/dpkg_1.14.10.dsc
dpkg_1.14.10.tar.gz
  to pool/main/d/dpkg/dpkg_1.14.10.tar.gz
dpkg_1.14.10_i386.deb
  to pool/main/d/dpkg/dpkg_1.14.10_i386.deb
dselect_1.14.10_i386.deb
  to pool/main/d/dpkg/dselect_1.14.10_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guillem Jover [EMAIL PROTECTED] (supplier of updated dpkg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 23 Nov 2007 06:32:27 +0200
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source i386 all
Version: 1.14.10
Distribution: unstable
Urgency: low
Maintainer: Dpkg Developers [EMAIL PROTECTED]
Changed-By: Guillem Jover [EMAIL PROTECTED]
Description: 
 dpkg   - package maintenance system for Debian
 dpkg-dev   - package building tools for Debian
 dselect- user tool to manage Debian packages
Closes: 452262 452338 452339
Changes: 
 dpkg (1.14.10) unstable; urgency=low
 .
   [ Raphael Hertzog ]
   * dpkg-shlibdeps now correctly identify private libraries (avoid many
 warnings with perl/python modules). Closes: #452338
   * Move capit() to a Dpkg::Fields module and use it in dpkg-shlibdeps.
 Closes: #452262
   * Add more debug messages to dpkg-shlibdeps to ease collecting information
 in case of problems.
   * dpkg-shlibdeps now accepts again empty dependencies in shlibs files.
   * dpkg-shlibdeps will try harder to identify packages providing a library
 by looking up dpkg -S on the realpath of any symlink to a library.
 Closes: #452339
   * dpkg-source now correctly identifies the extension of the
 orig.tar.{gz,bz2,lzma} file and won't unexpectedly create Format: 2.0
 .dsc files.
 .
   [ Guillem Jover ]
   * Add support for Package-Type 

Bug#452464: linhdd packaging bug, i386 binary in all .deb

2007-11-22 Thread Kartik Mistry
Thiemo Seufer wrote:
 Package: linhdd
 Version: 0.4-2
 Severity: serious
 
 Linhdd builds a single _all.deb despite providing an architecture
 dependent binary. /usr/share/doc/linhdd/README.Debian suggests this
 was done to save space in the archive.
 
 The consequence, however, is that it won't work on any other
 architecture than the one it happens to get built on.

Hi,

Thanks for your bug report.

/usr/share/doc/linhdd/README.Debian says that linhdd will not work where
cfdisk utility is not provided and it is clearly mentioned ie
m68k and sparc arch.

Can you please test it on different arch? I've tested it in amd64 and i386.

If it really doesn't work, the options is,
To limited linhdd to these two (or where it works) arch

Let me know your views.

-- 
 Cheers,
 --
 Kartik Mistry | GPG: 0xD1028C8D | IRC: kart_
 blog.ftbfs.in | kartikm.wordpress.com
 --

Endless Loop, n.:
see Loop, Endless.
Loop, Endless, n.:
see Endless Loop.
-- Random Shack Data Processing Dictionary



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



Bug#447667: what's up with vlc?

2007-11-22 Thread Evgeni Golov
Hey guys,

vlc is uninstallable in Sid since one month now.
Is there any update regarding this (broken) transition?

Regards
Evgeni



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



Bug#452338: marked as done (dpkg-dev: should ignore private libraries)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 23 Nov 2007 05:17:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#452338: fixed in dpkg 1.14.10
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: dpkg-dev
Version: 1.14.9
Severity serious

From my build log:

Automatic build of fassets_260.72-1 on himalia1 by sbuild/kfreebsd-i386 98
Build started at 20071121-2223
**
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 94.4kB of source archives.
Get:1 http://ftp.fr.debian.org unstable/main fassets 260.72-1 (dsc) [712B]
Get:2 http://ftp.fr.debian.org unstable/main fassets 260.72-1 (tar) [91.3kB]
Get:3 http://ftp.fr.debian.org unstable/main fassets 260.72-1 (diff) [2343B]

[...]

dh_installdeb -pr-cran-fassets 
dh_perl -pr-cran-fassets 
dh_shlibdeps -pr-cran-fassets
dpkg-shlibdeps: warning: Can't extract name and version from library name 
`libR.so'
dpkg-shlibdeps: warning: Can't extract name and version from library name 
`libR.so'
dpkg-shlibdeps: failure: No dependency information found for libR.so (used by 
debian/r-cran-fassets/usr/lib/R/site-library/fAssets/libs/fAssets.so).
dh_shlibdeps: command returned error code 512
make: *** [binary-predeb-IMPL/r-cran-fassets] Error 1
dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
error exit status 2


libR.so is a private library that has no SONAME, and that is installed
in /usr/lib/R/lib/. It should be ignored by dpkg-dev has it was the
cases in the previous versions.




---End Message---
---BeginMessage---
Source: dpkg
Source-Version: 1.14.10

We believe that the bug you reported is fixed in the latest version of
dpkg, which is due to be installed in the Debian FTP archive:

dpkg-dev_1.14.10_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.14.10_all.deb
dpkg_1.14.10.dsc
  to pool/main/d/dpkg/dpkg_1.14.10.dsc
dpkg_1.14.10.tar.gz
  to pool/main/d/dpkg/dpkg_1.14.10.tar.gz
dpkg_1.14.10_i386.deb
  to pool/main/d/dpkg/dpkg_1.14.10_i386.deb
dselect_1.14.10_i386.deb
  to pool/main/d/dpkg/dselect_1.14.10_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guillem Jover [EMAIL PROTECTED] (supplier of updated dpkg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 23 Nov 2007 06:32:27 +0200
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source i386 all
Version: 1.14.10
Distribution: unstable
Urgency: low
Maintainer: Dpkg Developers [EMAIL PROTECTED]
Changed-By: Guillem Jover [EMAIL PROTECTED]
Description: 
 dpkg   - package maintenance system for Debian
 dpkg-dev   - package building tools for Debian
 dselect- user tool to manage Debian packages
Closes: 452262 452338 452339
Changes: 
 dpkg (1.14.10) unstable; urgency=low
 .
   [ Raphael Hertzog ]
   * dpkg-shlibdeps now correctly identify private libraries (avoid many
 warnings with perl/python modules). Closes: #452338
   * Move capit() to a Dpkg::Fields module and use it in dpkg-shlibdeps.
 Closes: #452262
   * Add more debug messages to dpkg-shlibdeps to ease collecting information
 in case of problems.
   * dpkg-shlibdeps now accepts again empty dependencies in shlibs files.
   * dpkg-shlibdeps will try harder to identify packages providing a library
 by looking up dpkg -S on the realpath of any symlink to a library.
 Closes: #452339
   * dpkg-source now correctly identifies the extension of the
 orig.tar.{gz,bz2,lzma} file and won't unexpectedly create Format: 2.0
 .dsc files.
 .
   [ Guillem Jover ]
   * Add support for Package-Type in dpkg-name.
   * Restore cross compilation support by honouring the environment host and
 arch variables to override the default values on the dpkg-dev scripts.
 .
   [ Updated man pages translations ]
   * Swedish (Peter Karlsson)
 .
   [ Added scripts translations ]
   * Swedish (Peter Karlsson)
Files: 
 725671b062c27851de8392e9aa04ef4a 997 admin required dpkg_1.14.10.dsc
 

Bug#393606: mail-notification-evolution: Fails to contact Evolution

2007-11-22 Thread Arnaud Installe
I have this problem since I upgraded to mail-notification 
mail-notification-evolution version 4.1.dfsg.1-4.

With mail-notification running and Evolution not running I get Unable
to contact Evolution. This used to work before.

Evolution version 2.12.0.






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



Bug#452464: linhdd packaging bug, i386 binary in all .deb

2007-11-22 Thread Thiemo Seufer
Package: linhdd
Version: 0.4-2
Severity: serious

Linhdd builds a single _all.deb despite providing an architecture
dependent binary. /usr/share/doc/linhdd/README.Debian suggests this
was done to save space in the archive.

The consequence, however, is that it won't work on any other
architecture than the one it happens to get built on.


Thiemo



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



Bug#429103: marked as done (RM: libapache-mod-auth-curdir -- RoM; obsoleted)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 23 Nov 2007 00:58:48 +
with message-id [EMAIL PROTECTED]
and subject line Bug#429103: fixed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libapache-mod-auth-curdir
Severity: serious
Version: 1.3.31-3-2

Hi there!

 Due to the recent removal of apache (including it's accompanied
packages of apache-common, apache-dbg, apache-dev, apache-doc,
apache-perl and apache-ssl) and libapache-mod-perl your package most
propably isn't able to get installed or built anymore.  These are the
problems your package currently has:

libapache-mod-auth-curdir (dependency): apache-common (= 1.3.33-4)

 Please either send the ftp team a removal request for your package if
it isn't able to work with apache2, or update it to build (only)
packages for apache2.

 Thanks in advance,
-- 
generate-mails.pl assisting Gerfried Fuchs


---End Message---
---BeginMessage---
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

libapache-mod-auth-curdir | 1.3.31-3-2 | source, alpha, amd64, arm, hppa, i386, 
ia64, m68k, mips, mipsel, powerpc, s390, sparc

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

---End Message---


Bug#452074: qdbm: No LFS support

2007-11-22 Thread Pierre Habouzit
On Tue, Nov 20, 2007 at 09:05:44AM +, Cyril Brulebois wrote:
 Package: qdbm
 Version: 1.8.74-1.1
 Severity: serious
 Justification: LFS support is a release goal
 
 Hi,
 
 there's no LFS support in qdbm, which makes it unsuitable for lenny,
 since LFS is a release goal. It also doesn't look like new releases
 (qdbm-1.8.77) fix that.

  Note that libqdbm has very few reverse dependencies:

  * estraier
  * hyperestraier
  * tracker
  * bogofilter

  and that qdbm author provides a full rewrite of his library under the
name of tokyocabinet, with a very similar API, that doesn't suffers of
the same limitations (it's currently sitting in NEW).

  I just sent a patch to bogofilter to support tokyocabinet. I don't
think *estraier and tracker will be hard to patch either.

  Though we will need to release lenny with qdbm and this bug because
people will need to have a working qdbm and a working tokyocabinet part
of the same release to dump database using qdbm tools and import them
using tokyocabinet ones [AFAIK tokyocabinet isn't able to read QDBM
files].


  So when RMs will go and read about that bug, I'd suggest that it's
tagged lenny-ignore for that very reason (unless someones has a better
clue ;p).

Cheers,
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpTZlHaiPRrG.pgp
Description: PGP signature


Bug#452244: [Pkg-hpijs-devel] Bug#452244: sysv-rc dependency

2007-11-22 Thread Mark Purcell
On Thursday 22 November 2007, Ken Bloom wrote:
 severity 452244 serious # Violates debian policy 9.3.3
 thanks

Thanks Ken,

Yes there is a bit of work to do there.

In part we have started backporting the ubuntu work for the package to bring 
it back into Debian, so the postinst does need some work.  Most of the magic 
is to clear up old versions of the software to ensure we have a sane state.

But your suggestions are well made and we will work through them.

Mark


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


Bug#452462: update-bootsystem-insserv violates sysv-rc policy, breaking init sequence

2007-11-22 Thread Petter Reinholdtsen
tags 452462 - patch
severity 452462 important
thanks

Thank you for your feedback.  It is very motivating to hear from other
testeres of insserv.

[Martin Braure de Calignon]
 According to /usr/share/doc/sysv-rc/README.runlevels.gz #6 in
 runlevel 6 and 0 scripts begin with S?? should be rename in the
 future to K1??  that mean S scripts should be execute after K ones.

Actually, it reads:

   In the future, the /etc/rc6.d/SXX scripts MIGHT be moved to
   /etc/rc6.d/K1XX for clarity.

This is probably not a usable solution, as most systems using the
sequence number demands that they are two digits.

 in /usr/sbin/update-bootsystem-insserv you have in convert_rc_s_to_k function 
 :
   mv $target/etc/rc$runlevel.d/$link 
 $target/etc/rc$runlevel.d/K$seq$service
 instead of
   mv $target/etc/rc$runlevel.d/$link 
 $target/etc/rc$runlevel.d/K1$seq$service
 
 this make my system launching init.d/reboot as first init script
 when I reboot or halt.

The bug you are describing is real, that the shutdown sequence is
slightly incorrect, but the fix will not work properly with insserv,
as insserv require the sequence number to be only two digits.

The real bug here is that insserv is sometimes confused when using the
*-stop dependency information, and fail to generate a correct shutdown
and halt sequence.  This is why enabling dependency based boot is
still an exerimental feature, hidden deep inside the postinst script.
I'm working with upstream to try to figure out why this do not work as
expected.

And, I am reducing the severity to important, as I believe the
sysadmin activating dependency baased boot must follow the
instructions and take responsibility for any breakage.  Or to quote
the text displayed when asking if the feature should be enabled when
running BAD_INSSERV_HACKER=true dpkg-reconfigure insserv:

 WARNING: It is very hard to revert this change.  Reinstallation is
 probably required to stop using the dependecy based boot system.

 This is an experimental feature, and is only intended for testing of
 insserv.

Admins deciding to enable it after reading this text get to keep all
the pieces if it break.  I'm lovering the severity to important
because of this.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#438855: marked as done (firebird1.x is not supported by upstream any more)

2007-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 23 Nov 2007 07:59:50 +0200
with message-id [EMAIL PROTECTED]
and subject line Closing security bugs of removed firebird1.5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: firebird1.5
Severity: normal
Tags: security


These issues are reported to be fixed in 2.0, but I can't find any references in
the changelogs that they are fixed in 1.5:


CVE-2006-7214

Multiple unspecified vulnerabilities in Firebird 1.5 allow remote attackers to
(1) cause a denial of service (application crash) by sending many remote
protocol versions; and (2) cause a denial of service (connection drop) via
certain network traffic, as demonstrated by Nessus vulnerability scanning.

CVE-2006-7213

Firebird 1.5 allows remote authenticated users without SYSDBA and owner
permissions to overwrite a database by creating a database.

CVE-2006-7212

Multiple buffer overflows in Firebird 1.5, one of which affects WNET, have
unknown impact and attack vectors. NOTE: this issue might overlap CVE-2006-1240.

CVE-2006-7211

fb_lock_mgr in Firebird 1.5 uses weak permissions (0666) for the semaphore
array, which allows local users to cause a denial of service (blocked query
processing) by locking semaphores.



http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-7211
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-7212
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-7213
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-7214

---End Message---
---BeginMessage---
With the removal of firebird1.5 from the archive, its security bugs are
no longer a concern.

firebird1.5 is removed as upstream has no intent of providing any kind
of support to it, including security support.
-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature
---End Message---