Bug#546275: Uninstallable plus sync mechanismn broken

2009-09-12 Thread Andreas Barth
Package: cyrus-sasl2-heimdal
Version: 2.1.23.dfsg1-1
Severity: serious

Hi,

this package is now uninstallable as it depends hard on the same
source version as cyrus-sasl2.

Furthermore, the mechanimns isn't really easy to see and to
understand. If both packages need the same source, why are they not
from the same source package? It is next to impossible for me to see
what I should do to make e.g. libsasl2-modules-gssapi-heimdal happy to
install (apart from changing the source version, which can be done
easily but ... well, conflicts should be there for a reason).

In other words, if there's an ABI needed, please use ABI-markers so
that innocent NMUs don't break them (see e.g. apt with markers like
libapt-pkg-libc6.7-6-4.6), and make it possible to get
cyrus-sasl2-heimdal fixed by binNMUs in case the ABI marker has been
changed.


Cheers,
Andi



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



Bug#546227: Bug in libstatistics-basic-perl fixed in revision 43965

2009-09-12 Thread pkg-perl-maintainers
tag 546227 + pending
thanks

Some bugs are closed in revision 43965
by Salvatore Bonaccorso (carnil-guest)

Commit message:

* Add patch ProhibitIndirectSyntax.patch to fix a Perl::Critic policy
  violation (Closes: #546227).
* Add myself to Uploaders. 



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



Processed: Bug in libstatistics-basic-perl fixed in revision 43965

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 546227 + pending
Bug #546227 [libstatistics-basic-perl] libstatistics-basic-perl: FTBFS (test 
failures)
Added tag(s) 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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#545833: hdf-eos5: FTBFS due to missing B-D

2009-09-12 Thread Elías Alejandro
Hi,
tag 545833 + patch

thanks.

I only include automake in debian/control.
Attach the debdiff.


--
Elías Alejandro
diff -u hdf-eos5-5.1.12.dfsg.1/debian/control hdf-eos5-5.1.12.dfsg.1/debian/control
--- hdf-eos5-5.1.12.dfsg.1/debian/control
+++ hdf-eos5-5.1.12.dfsg.1/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Alastair McKinstry mckins...@debian.org
 Standards-Version: 3.8.3
 Homepage: http://www.hdfeos.org
-Build-Depends: cdbs, debhelper ( 7), dh-buildinfo,  gfortran, libhdf5-serial-dev, libjpeg62-dev, zlib1g-dev, autotools-dev, libtool, libgctp-dev, chrpath
+Build-Depends: cdbs, debhelper ( 7), dh-buildinfo,  gfortran, libhdf5-serial-dev, libjpeg62-dev, zlib1g-dev, autotools-dev, libtool, libgctp-dev, chrpath, automake
 
 Package: libhe5-hdfeos0
 Architecture: any
diff -u hdf-eos5-5.1.12.dfsg.1/debian/changelog hdf-eos5-5.1.12.dfsg.1/debian/changelog
--- hdf-eos5-5.1.12.dfsg.1/debian/changelog
+++ hdf-eos5-5.1.12.dfsg.1/debian/changelog
@@ -1,3 +1,10 @@
+hdf-eos5 (5.1.12.dfsg.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * fixing bug #545833
+
+ -- Elías Alejandro Año Mendoza eal...@gmail.com  Sat, 12 Sep 2009 01:59:08 -0500
+
 hdf-eos5 (5.1.12.dfsg.1-1) unstable; urgency=low
 
   * Added DEB_AUTO_UPDATE_LIBTOOL := pre to rules; dependency on libtool.


Bug#546285: coherence: python modules not in python search path

2009-09-12 Thread Philipp Matthias Hahn
Package: coherence
Version: 0.6.4-3
Severity: grave
Justification: renders package unusable


Looks like the coherence Python files are not found by python, because
they are in the private directory /usr/share/coherence:

$ coherence
Traceback (most recent call last):
  File /usr/bin/coherence, line 21, in module
from coherence import __version__
ImportError: No module named coherence

Fix:
--- /tmp/coherence  2009-09-12 09:48:44.726859850 +0200
+++ /usr/bin/coherence  2009-09-12 09:47:11.0 +0200
@@ -17,6 +17,9 @@

 from twisted.python import usage, text

+pycoherencelibdir = os.path.join(/usr/share, coherence)
+sys.path.insert(0, pycoherencelibdir)
+
 from coherence import __version__

 from coherence.extern.simple_config import Config,ConfigItem

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

Kernel: Linux 2.6.31 (SMP w/2 CPU cores; PREEMPT)
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 coherence depends on:
ii  python [python-ctypes]2.5.4-2An interactive high-level object-o
ii  python-axiom  0.5.31-2   Python object database
ii  python-celementtree   1.0.5-10   Light-weight toolkit for XML proce
ii  python-configobj  4.5.2-2a simple but powerful config file
ii  python-elementtree1.2.6-14   Light-weight toolkit for XML proce
ii  python-gst0.100.10.16-1  generic media-playing framework (P
ii  python-louie  1.1-1.1Python signal dispatching mechanis
ii  python-nose   0.11.1-1   test discovery and running for Pyt
ii  python-pkg-resources  0.6c9-2Package Discovery and Resource Acc
ii  python-support1.0.3  automated rebuilding support for P
ii  python-tagpy  0.94.7-1   Python module for manipulating tag
ii  python-twisted-core   8.2.0-3Event-based framework for internet
ii  python-twisted-web8.2.0-2An HTTP protocol implementation to
ii  python-zopeinterface  3.4.0-1The implementation of interface de

coherence recommends no packages.

coherence suggests no packages.

-- no debconf information



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



Bug#519623: gracie cannot start

2009-09-12 Thread Ben Finney
package gracie
tags 519623 - moreinfo unreproducible
thanks

On 07-May-2009, Ben Finney wrote:
 On 13-Mar-2009, Thadeu Lima de Souza Cascardo wrote:
  Below is the error.
 
  Starting Gracie OpenID provider:Traceback (most recent call last):
File /usr/bin/gracied, line 18, in module
  from gracie.server import become_daemon
  ImportError: No module named gracie.server

I'm now able to reproduce this: The error is caused by the ‘postinst’
script of this package trying to start the server before the Python
packages are available (that is, ‘dh_installinit’ code appears before
‘dh_pycentral’). Since the script fails, the Python packages never
actually get configured properly.

-- 
 \   “Let others praise ancient times; I am glad I was born in |
  `\  these.” —Ovid (43 BCE–18 CE) |
_o__)  |
Ben Finney b...@benfinney.id.au


signature.asc
Description: Digital signature


Processed: Re: Bug#519623: gracie cannot start

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 package gracie
Limiting to bugs with field 'package' containing at least one of 'gracie'
Limit currently set to 'package':'gracie'

 tags 519623 - moreinfo unreproducible
Bug #519623 [gracie] gracie cannot start
Removed tag(s) unreproducible.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#543369: gnu-fdisk: diff for NMU version 1.2.3-1.1

2009-09-12 Thread Luk Claes
Dear maintainer,

I've prepared an NMU for gnu-fdisk (versioned as 1.2.3-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Cheers

Luk
diff -u gnu-fdisk-1.2.3/debian/changelog gnu-fdisk-1.2.3/debian/changelog
--- gnu-fdisk-1.2.3/debian/changelog
+++ gnu-fdisk-1.2.3/debian/changelog
@@ -1,3 +1,10 @@
+gnu-fdisk (1.2.3-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Don't ship info/dir.gz (Closes: #543369).
+
+ -- Luk Claes l...@debian.org  Sat, 12 Sep 2009 08:14:05 +
+
 gnu-fdisk (1.2.3-1) unstable; urgency=low
 
   * New upstream release
only in patch2:
unchanged:
--- gnu-fdisk-1.2.3.orig/doc/Makefile.in
+++ gnu-fdisk-1.2.3/doc/Makefile.in
@@ -603,15 +603,6 @@
 	  done; \
 	done
 	@$(POST_INSTALL)
-	@if (install-info --version  \
-	 install-info --version 21 | sed 1q | grep -i -v debian) /dev/null 21; then \
-	  list='$(INFO_DEPS)'; \
-	  for file in $$list; do \
-	relfile=`echo $$file | sed 's|^.*/||'`; \
-	echo  install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile';\
-	install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$relfile || :;\
-	  done; \
-	else : ; fi
 install-man: install-man8
 
 install-pdf: install-pdf-am


Processed: Re: Bug#541307: xserver-xorg: x locks requires reboot

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 541307 src:linux-2.6 2.6.30-1
Bug #541307 [xserver-xorg-video-intel] [865G] locks up very quickly
Bug reassigned from package 'xserver-xorg-video-intel' to 'src:linux-2.6'.
Bug No longer marked as found in versions 2:2.8.0-2.
Bug #541307 [src:linux-2.6] [865G] locks up very quickly
Bug Marked as found in versions linux-2.6/2.6.30-1.
 retitle 541307 agp/intel: gpu lockups on 865G
Bug #541307 [src:linux-2.6] [865G] locks up very quickly
Changed Bug title to 'agp/intel: gpu lockups on 865G' from '[865G] locks up 
very quickly'
 tag 541307 upstream patch
Bug #541307 [src:linux-2.6] agp/intel: gpu lockups on 865G
Added tag(s) upstream and patch.
 kthxbye
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#541307: xserver-xorg: x locks requires reboot

2009-09-12 Thread Julien Cristau
reassign 541307 src:linux-2.6 2.6.30-1
retitle 541307 agp/intel: gpu lockups on 865G
tag 541307 upstream patch
kthxbye

On Thu, Aug 20, 2009 at 11:27:39 -0700, Carl Worth wrote:

 Excerpts from Brice Goglin's message of Thu Aug 20 00:07:26 -0700 2009:
  865G support is severely broken unfortunately. It was supposed to
  improve when disabling render acceleration in driver 2.8.0-2 but it
  still miserably fails on my machine. I had to downgrade to 2.7.1 without
  UXA to get something to work.
 
 Hi Brice,
 
 I'm glad to see this message from you. Just moments ago I fired up an
 865 machine planning to disable RenderAccel for 8xx in the upstream
 code. It's interesting to learn that this isn't enough to fix things,
 (since we know that the RenderAccel code is very broken for 8xx).
 
 Have you had any luck discovering more about what's happening here,
 (for example, doing any bisecting or so?).
 
 I'm interested in getting the driver to be stable on all hardware in
 current use as quickly as possible, (even if that means just reverting
 to the old code as in 2.7.1 for 8xx for example).
 
 Anyway, I'll start experimenting with my 865 here, but any input you
 might be able to provide will be appreciated.
 
I'm reassigning this to the kernel since it turned out to be a bug in
the intel_agp chipset flush routine.
The patch is queued at
http://git.kernel.org/?p=linux/kernel/git/anholt/drm-intel.git;a=commit;h=e517a5e97080bbe52857bd0d7df9b66602d53c4d
Kernel maintainers, any chance to get this into sid soonish?

Thanks,
Julien



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



Bug#546262: marked as done (kdm crash (due to a bug in libx11-6 o xserver in unstable?))

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 12:34:07 +0300
with message-id ba4a6e220909120234t292046c9w7ab1bec9b555e...@mail.gmail.com
and subject line Re: Bug#546262: kdm crash (due to a bug in libx11-6 o xserver 
in  unstable?)
has caused the Debian Bug report #546262,
regarding kdm crash (due to a bug in libx11-6 o xserver in unstable?)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
546262: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546262
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Subject: kdm crash (due to a bug in libx11-6 o xserver in unstable?)
Package: kdm
Version: 4:3.5.9.dfsg.1-6
Severity: grave
Justification: renders package unusable

I want to report a bug that makes kdm crash, though I believe that the bug
is not caused by kdm itself but probably by the xserver in unstable (that
have changed the way of handling input devices, in particular the keyboard).
[with the xserver-xorg in lenny (version 1.7.20) things work fine, with
the version in unstable (1.7.4+4) kdm crashes.

Here is the back trace generated by kcrash: as you can see the segfault
occurs in src/xkb/XKBBind.c (line 320) from libx11:

[Thread debugging using libthread_db enabled]
[New Thread 0xb6ca6700 (LWP 1054)]
[KCrash handler]
#5  XkbTranslateKeyCode (xkb=0x99cbc30, key=value optimized out, mods=0,
mods_rtrn=0xbfe6b7c4, keysym_rtrn=0xbfe6b874)
at ../../../src/xkb/XKBBind.c:320
#6  0xb701570b in XkbLookupKeySym (dpy=0x9979720, key=value optimized out,
mods=0, mods_rtrn=0xbfe6b7c4, keysym_rtrn=0xbfe6b874)
at ../../../src/xkb/XKBBind.c:262
#7  0xb7015813 in XLookupString (event=0xbfe6b828, buffer=0x9a587d8 ,
nbytes=513, keysym=0xbfe6b874, status=0x0)
at ../../../src/xkb/XKBBind.c:668
#8  0xb726d392 in QETWidget::translateKeyEventInternal (this=0x9a10148,
event=0xbfe6bde8, cou...@0xbfe6bb2c, te...@0xbfe6bb20, sta...@0xbfe6bb28,
asc...@0xbfe6bb37, co...@0xbfe6bb30, ty...@0xbfe6bb24, willRepeat=false,
statefulTranslation=true) at kernel/qapplication_x11.cpp:5202
#9  0xb726dc08 in QETWidget::translateKeyEvent (this=0x9a10148,
event=0xbfe6bde8, grab=false) at kernel/qapplication_x11.cpp:5506
#10 0xb7275821 in QApplication::x11ProcessEvent (this=0xbfe6bf00,
event=0xbfe6bde8) at kernel/qapplication_x11.cpp:3539
#11 0xb7289e2c in QEventLoop::processEvents (this=0x9998868,
flags=value optimized out) at kernel/qeventloop_x11.cpp:195
#12 0xb72f81a0 in QEventLoop::enterLoop (this=0x9998868)
at kernel/qeventloop.cpp:201
#13 0xb72dfdcf in QApplication::enter_loop (this=0xbfe6bf00)
at kernel/qapplication.cpp:2796
#14 0xb74d715d in QDialog::exec (this=0x99a5178) at dialogs/qdialog.cpp:435
#15 0x08060c87 in FDialog::exec (this=0x99a5178)
at /tmp/buildd/kdebase-3.5.9.dfsg.1/./kdm/kfrontend/kfdialog.cpp:118
#16 0x0807b2a1 in kg_main (argv0=0xbfe6cf29 /usr/bin/kdm_greet)
at /tmp/buildd/kdebase-3.5.9.dfsg.1/./kdm/kfrontend/kgapp.cpp:223
#17 0x0805d11d in main (argc=1735287144, argv=0xbfe6c154)
at /tmp/buildd/kdebase-3.5.9.dfsg.1/./kdm/kfrontend/kdm_greet.c:784

I'm using a serial mouse, thefore I'm using the xserver-xorg-input-mouse
(version 1:1.0.4-4) and xserver-xorg-input-kbd (version 1:1.3.2-4) drivers
(and not evdev). Here is my xorg.conf file:

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
# Esto desactiva el uso de HAL y hace que la configuración
# de xorg.conf funcione
Option AutoAddDevices Off
EndSection


Section Files
ModulePath   /usr/lib/xorg/modules
FontPath /usr/share/fonts/X11/misc
FontPath /usr/share/fonts/X11/cyrillic
FontPath /usr/share/fonts/X11/100dpi/:unscaled
FontPath /usr/share/fonts/X11/75dpi/:unscaled
FontPath /usr/share/fonts/X11/Type1
FontPath /usr/share/fonts/X11/100dpi
FontPath 

Bug#544802: opendkim: FTBFS on various archs

2009-09-12 Thread Kurt Roeckx
On Fri, Sep 11, 2009 at 03:54:12PM -0700, Mike Markley wrote:
 On Wed, Sep 09, 2009 at 11:08:20PM +0200, Kurt Roeckx k...@roeckx.be wrote:
   My concern is how cross-platform that is. I work very closely with
   upstream and we're discussing now the best way to accomplish this. The
   code doesn't even call res_mkquery() unless --enable-arlib is set in
   configure (which it isn't in the Debian build), so we're thinking that
   changing the check to something like AC_SEARCH_LIBS(dn_expand, resolv)
   would be more appropriate. Thoughts there?
  
  AC_SEARCH_LIBS is always going to fail:
  objdump -T /usr/lib/libresolv.so |grep dn_expand
  5400 gDF .text  0025  GLIBC_2.2.5 __dn_expand
  
  You need to #include resolv.h to get the right name of the
  symbol.
 
 Cool, thanks for the options. I do wonder if just adding a check for
 __res_mkquery in addition to the res_mkquery check would be a simpler
 solution. I'll start adapting the suggestions you sent, but would either
 of you be able to test that? (or do either of you think it's insane? :)

Sure, I'll test it.


Kurt




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



Bug#516568: solved: Upgrading nfs-common and nfs-kernel-server from 1:1.1.2-6lenny1

2009-09-12 Thread Stefan Munder
Hello Markus,
This is exactly what I have in my /var/lib/cfs/cfs_mount.sh, but doesn't
work for me. Unfortunately.

Regards,
Stefan




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



Bug#546262: kdm crash (due to a bug in libx11-6 o xserver in unstable?)

2009-09-12 Thread Julien Cristau
reopen 546262
kthxbye

On Sat, Sep 12, 2009 at 12:34:07 +0300, George Kiagiadakis wrote:

 2009/9/12 Pablo De Napoli pden...@gmail.com:
  I want to report a bug that makes kdm crash, though I believe that the bug
  is not caused by kdm itself but probably by the xserver in unstable (that
  have changed the way of handling input devices, in particular the keyboard).
  [with the xserver-xorg in lenny (version 1.7.20) things work fine, with
  the version in unstable (1.7.4+4) kdm crashes.
 
 Hi,
 
 You are using an unsupported combination of packages (KDE 3 from lenny
 and X 7.4 from unstable). KDE 3 is dead upstream and it is not going
 to be fixed to support newer versions of libraries and other
 components of the system, such as X. Since kdm from lenny works fine
 with X from lenny, this is not a bug that concerns us. To solve this
 problem, either downgrade X to the version from lenny or upgrade to
 KDE 4. If the problem persists with KDE 4.3.1 that is now available in
 testing and unstable, please reopen this bug.
 
WTF.  If kdm crashes reproducibly then this should be investigated, and
fixed if it's a bug in the X libraries or server.  Newer X libs (or
newer X server) shouldn't break older software.  Only if it's a kdm bug
fixed in sid does it sort of make sense to close this.

Pablo, can you rebuild libx11 without optimisation and send a full
backtrace?

Line 320 of src/xkb/XKBBind.c is:
preserve= type-preserve[i].mask;
so knowing what *type looks like would be nice.

Cheers,
Julien



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



Processed: Re: Bug#546262: kdm crash (due to a bug in libx11-6 o xserver in unstable?)

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 546262
Bug #546262 {Done: George Kiagiadakis kiagiadakis.geo...@gmail.com} [kdm] kdm 
crash (due to a bug in libx11-6 o xserver in unstable?)
 kthxbye
Stopping processing here.

Please contact me if you need assistance.

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


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




Bug#539705: can we proceed?

2009-09-12 Thread Martin-Éric Racine
On Tue, Aug 18, 2009 at 12:35 PM, Julien Cristau jcris...@debian.org wrote:
 On Tue, Aug 18, 2009 at 10:50:57 +0300, Martin-Éric Racine wrote:

 Unless I'm mistaken, all the required components for this new MESA and
 the new X.org to go into Testing are ready. Shall we remove this
 artificial RC bug then?

 Not unless we want to ignore xserver-xorg-video-intel bugginess.
 I'm not sure that we do, at this point.

If -intel is the problem, then why don't we block that one, instead of
blocking the whole X transition by blocking mesa?

Martin-Éric



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



Bug#539705: can we proceed?

2009-09-12 Thread Martin-Éric Racine
2009/9/12 Julien Cristau jcris...@debian.org:
 On Sat, Sep 12, 2009 at 13:18:16 +0300, Martin-Éric Racine wrote:

 On Tue, Aug 18, 2009 at 12:35 PM, Julien Cristau jcris...@debian.org wrote:
  On Tue, Aug 18, 2009 at 10:50:57 +0300, Martin-Éric Racine wrote:
 
  Unless I'm mistaken, all the required components for this new MESA and
  the new X.org to go into Testing are ready. Shall we remove this
  artificial RC bug then?
 
  Not unless we want to ignore xserver-xorg-video-intel bugginess.
  I'm not sure that we do, at this point.

 If -intel is the problem, then why don't we block that one, instead of
 blocking the whole X transition by blocking mesa?

 Is this a joke?

Intel has all the paid developers in the world to look after that
particular issue with their driver. Meanwhile, the rest of X works
fine as it is.



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



Bug#539705: can we proceed?

2009-09-12 Thread Julien Cristau
On Sat, Sep 12, 2009 at 13:18:16 +0300, Martin-Éric Racine wrote:

 On Tue, Aug 18, 2009 at 12:35 PM, Julien Cristau jcris...@debian.org wrote:
  On Tue, Aug 18, 2009 at 10:50:57 +0300, Martin-Éric Racine wrote:
 
  Unless I'm mistaken, all the required components for this new MESA and
  the new X.org to go into Testing are ready. Shall we remove this
  artificial RC bug then?
 
  Not unless we want to ignore xserver-xorg-video-intel bugginess.
  I'm not sure that we do, at this point.
 
 If -intel is the problem, then why don't we block that one, instead of
 blocking the whole X transition by blocking mesa?
 
Is this a joke?

Cheers,
Julien



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



Bug#522302: obexftp: Patch

2009-09-12 Thread Rakesh 'arky' Ambati
Package: obexftp
Version: 0.22-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch

Posting a patch

*** /tmp/tmpFVRM9O
In Ubuntu, we've applied the attached patch to achieve the following:

  * fix dangling symlinks (LP: #411991)

We thought you might be interested in doing the same. 


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

Kernel: Linux 2.6.31-10-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u obexftp-0.22/debian/obexftp.links obexftp-0.22/debian/obexftp.links
--- obexftp-0.22/debian/obexftp.links
+++ obexftp-0.22/debian/obexftp.links
@@ -2,7 +2,7 @@
-usr/share/man/man/obexftp.1.gz usr/share/man/man1/obexls.1.gz
+usr/share/man/man1/obexftp.1.gz usr/share/man/man1/obexls.1.gz
 usr/bin/obexftp usr/bin/obexget
-usr/share/man/man/obexftp.1.gz usr/share/man/man1/obexget.1.gz
+usr/share/man/man1/obexftp.1.gz usr/share/man/man1/obexget.1.gz
 usr/bin/obexftp usr/bin/obexput
-usr/share/man/man/obexftp.1.gz usr/share/man/man1/obexput.1.gz
+usr/share/man/man1/obexftp.1.gz usr/share/man/man1/obexput.1.gz
 usr/bin/obexftp usr/bin/obexrm
-usr/share/man/man/obexftp.1.gz usr/share/man/man1/obexrm.1.gz
+usr/share/man/man1/obexftp.1.gz usr/share/man/man1/obexrm.1.gz
diff -u obexftp-0.22/debian/changelog obexftp-0.22/debian/changelog


Bug#545889: marked as done ([funkload] Dpends on python-xml which was removed from unstable)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 10:47:05 +
with message-id e1mmq8h-0007yk...@ries.debian.org
and subject line Bug#545889: fixed in funkload 1.10.0-3
has caused the Debian Bug report #545889,
regarding [funkload] Dpends on python-xml which was removed from unstable
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
545889: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545889
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: funkload
Severity: serious

Hi,

Funkload depends on python-xml, but python-xml is not part of unstable anymore. 
The package can't be installed.

Regards,
Julien Lavergne




---End Message---
---BeginMessage---
Source: funkload
Source-Version: 1.10.0-3

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

funkload_1.10.0-3.diff.gz
  to pool/main/f/funkload/funkload_1.10.0-3.diff.gz
funkload_1.10.0-3.dsc
  to pool/main/f/funkload/funkload_1.10.0-3.dsc
funkload_1.10.0-3_all.deb
  to pool/main/f/funkload/funkload_1.10.0-3_all.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 545...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Toni Mueller t...@debian.org (supplier of updated funkload 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Sep 2009 12:26:52 +0200
Source: funkload
Binary: funkload
Architecture: source all
Version: 1.10.0-3
Distribution: unstable
Urgency: low
Maintainer: Toni Mueller t...@debian.org
Changed-By: Toni Mueller t...@debian.org
Description: 
 funkload   - web testing tool
Closes: 545889
Changes: 
 funkload (1.10.0-3) unstable; urgency=low
 .
   * removing python-xml dependency (closes: #545889)
   * cleaned up cruft from now-defunct python-central
Checksums-Sha1: 
 e1abbab12b3f76359d8fa4a4ee506d5deae5297c 1033 funkload_1.10.0-3.dsc
 eb735c1ed18ca16fd7362674bed472e28108dd5a 173570 funkload_1.10.0-3.diff.gz
 c07a647ca6dc36de20847b02f2ef7cc0055e2501 146244 funkload_1.10.0-3_all.deb
Checksums-Sha256: 
 d5b3af56ae13452e51ee96c079142e5c37a6c92ba88aa6c26aa914542fc6d36e 1033 
funkload_1.10.0-3.dsc
 e67351a447dde1c3cfd22d0258c0dbc76af9aeacaa747d5c006b60343b84c55c 173570 
funkload_1.10.0-3.diff.gz
 c130fc5c65877a2a364278121a07fa8c05d1cda3de97d3f4f5c842004e6c3788 146244 
funkload_1.10.0-3_all.deb
Files: 
 3cde2e10089f5c9df3a699ef757c3174 1033 web extra funkload_1.10.0-3.dsc
 19183f71399c40e25125f89ece93c149 173570 web extra funkload_1.10.0-3.diff.gz
 ea524a23c6b210245a9bba9ddc45e5e9 146244 web extra funkload_1.10.0-3_all.deb

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

iD8DBQFKq3qufoEUoHXLGtIRAkY4AJ9IwQux9XaHMlk7HfuYjZklbPAKkQCgy7G8
Hx87HT7eEIKp3T5GpHCSUqo=
=Snz4
-END PGP SIGNATURE-


---End Message---


Bug#546227: TEST_AUTHOR ??

2009-09-12 Thread Paul Miller
Why are you guys running this test?  Are you the package author?
Unset TEST_AUTHOR and you're all set.

I will fix this in two ways.  1) I'll make it so the test won't
run unless you're the test author, and then 2) I'll fix the
problem -- the problem being perl critic (they are suggestions).

-Paul

-- 
If riding in an airplane is flying, then riding in a boat is swimming.
114 jumps, 47.2 minutes of freefall, 90.4 freefall miles.



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



Bug#546227: Statistics-Basic 1.6600 FTBFS with perlcritic tests activated

2009-09-12 Thread Salvatore Bonaccorso
Hi Paul

On Sat, Sep 12, 2009 at 06:47:56AM -0400, Paul Miller via RT wrote:
 Why are you guys running this test?  Are you the package author?  Unset
 TEST_AUTHOR and you're all set.
 
 I will fix this in two ways.  1) I'll make it so the test won't run
 unless you're the test author, and then 2) I'll fix the problem -- the
 problem being perl critic (they are suggestions).

No I'm clearly not the author ;-). In Debian pkg-perl team we try
always (where applicable) to activate and run all tests when packaging
it for the Distribution. Thus Niko detected this when doing a rebuild
of Statistics-Basic 1.6600. Yes I know, we can simply skip the author
tests, and we are done. I wanted anyway only forward it to you as
upstream author.

Many thanks for your fast reply and for your work
Bests
Salvatore


signature.asc
Description: Digital signature


Bug#527788: marked as done (apertium-eo-es: FTBFS: Nonexistent build-dependency: libapertium3-3.0-0-dev)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 11:47:05 +
with message-id e1mmr4l-000426...@ries.debian.org
and subject line Bug#527788: fixed in apertium-eo-es 0.9.0-1.1
has caused the Debian Bug report #527788,
regarding apertium-eo-es: FTBFS: Nonexistent build-dependency: 
libapertium3-3.0-0-dev
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
527788: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527788
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: apertium-eo-es
Version: 0.9.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090508 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 ** Using build dependencies supplied by package:
 Build-Depends: apertium (= 3.0.1), autotools-dev, debhelper (= 5), 
 libapertium3-3.0-0-dev (= 3.0.1), libxml2-utils (= 2.6.26), lttoolbox (= 
 3.0.0), pkg-config (= 0.21), xsltproc (= 1.1.20)
 
 ┌──┐
 │ Install build dependencies  
  │
 └──┘
 
 Checking for already installed source dependencies...
 W: Unable to locate package libapertium3-3.0-0-dev
 apertium: missing
 Using default version 3.1.0-1.1
 autotools-dev: missing
 debhelper: missing
 Using default version 7.2.9
 libapertium3-3.0-0-dev: missing
 libxml2-utils: missing
 Using default version 2.7.3.dfsg-1
 lttoolbox: missing
 Using default version 3.1.0-1
 pkg-config: missing
 Using default version 0.22-1
 xsltproc: missing
 Using default version 1.1.24-2
 Checking for source dependency conflicts...
 E: Couldn't find package libapertium3-3.0-0-dev

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/05/08/apertium-eo-es_0.9.0-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: apertium-eo-es
Source-Version: 0.9.0-1.1

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

apertium-eo-es_0.9.0-1.1.diff.gz
  to pool/main/a/apertium-eo-es/apertium-eo-es_0.9.0-1.1.diff.gz
apertium-eo-es_0.9.0-1.1.dsc
  to pool/main/a/apertium-eo-es/apertium-eo-es_0.9.0-1.1.dsc
apertium-eo-es_0.9.0-1.1_amd64.deb
  to pool/main/a/apertium-eo-es/apertium-eo-es_0.9.0-1.1_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 527...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefano Zacchiroli z...@debian.org (supplier of updated apertium-eo-es 
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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 10 Sep 2009 13:23:35 +0200
Source: apertium-eo-es
Binary: apertium-eo-es
Architecture: source amd64
Version: 0.9.0-1.1
Distribution: unstable
Urgency: low
Maintainer: Stefano Zacchiroli z...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 apertium-eo-es - Apertium linguistic data to translate between Esperanto and 
Spani
Closes: 527788
Changes: 
 apertium-eo-es (0.9.0-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Rebuild against apertium 3.1: fix build dependency and configure.ac
 accordingly; re-run autoconf. (Closes: #527788)
Checksums-Sha1: 
 d5f161fadc953ddf273af425f86e445a2559ba26 1190 apertium-eo-es_0.9.0-1.1.dsc
 41a27cc2bafa0a191d3ec6b972d25442e71fcff0 33677 apertium-eo-es_0.9.0-1.1.diff.gz
 22ce309ada7aa553b8efa445a2d4749904535ab6 924082 
apertium-eo-es_0.9.0-1.1_amd64.deb
Checksums-Sha256: 
 27a578efe8d2b6eb27d1a8658dbb606b5a4d69860a205ad3c39a167f7f559a2a 1190 
apertium-eo-es_0.9.0-1.1.dsc
 

Bug#542210: marked as done (openjdk-6: Various security bugs)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 13:58:55 +0200
with message-id 4aab8cff.6050...@ubuntu.com
and subject line OpenJDK bugs fixed in 6b16-1.6-1
has caused the Debian Bug report #542210,
regarding openjdk-6: Various security bugs
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
542210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542210
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: openjdk-6
Version: 6b16-4
Severity: grave
Tags: security
Justification: user security hole

Hi,

As per
http://security-tracker.debian.net/tracker/source-package/openjdk-6

there are quite a few unfixed security issues in the current versions
of the openjdk package; some of which have the potential for abitrary
code execution.

I wondered if you had any plans to address these in the near future?

Thanks,
Dominic.


---End Message---
---BeginMessage---

Version: 6b16-1.6-1

These are fixed in the 6b16-1.6-1 upload.

---End Message---


Processed: Re: Bug#544177: regressions in the binutils test suite on mips{,el}

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 544177 important
Bug #544177 [binutils] regressions in the binutils test suite on mips{,el}
Severity set to 'important' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#543019: marked as done (openjdk-6: FTBFS: The type package-info is already defined)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 13:58:55 +0200
with message-id 4aab8cff.6050...@ubuntu.com
and subject line OpenJDK bugs fixed in 6b16-1.6-1
has caused the Debian Bug report #543019,
regarding openjdk-6: FTBFS: The type package-info is already defined
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
543019: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543019
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: openjdk-6
Version: 6b16-4
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090822 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[1]: Entering directory 
 `/build/user-openjdk-6_6b16-4-amd64-f7oXli/openjdk-6-6b16/build'
 mkdir -p stamps ; \
   if test xno != xno; then \
 no -g -O2 -Wl,-Bsymbolic -findirect-dispatch -o native-ecj \
   --main=org.eclipse.jdt.internal.compiler.batch.Main 
 /usr/share/java/eclipse-ecj.jar ; \
   fi ; \
   touch stamps/native-ecj.stamp
 mkdir -p bootstrap/ecj/bin stamps/
 ln -sf /usr/lib/jvm/java-gcj/bin/java bootstrap/ecj/bin/java
 ln -sf /usr/bin/gjavah-4.3 bootstrap/ecj/bin/javah
 ln -sf /usr/bin/grmic-4.3 bootstrap/ecj/bin/rmic
 ln -sf /usr/bin/fastjar bootstrap/ecj/bin/jar
 ln -sf ../../../javac bootstrap/ecj/bin/javac
 ln -sf ../../../javap bootstrap/ecj/bin/javap
 mkdir -p bootstrap/ecj/lib/endorsed
 ln -sf /usr/share/java/xalan2.jar bootstrap/ecj/lib/endorsed/xalan-j2.jar
 ln -sf /usr/share/java/serializer.jar \
 bootstrap/ecj/lib/endorsed/xalan-j2-serializer.jar
 ln -sf /usr/share/java/xercesImpl.jar bootstrap/ecj/lib/endorsed/xerces-j2.jar
 mkdir -p bootstrap/ecj/jre/lib; \
   ln -sf /usr/lib/jvm/java-gcj/jre/lib/amd64 \
 bootstrap/ecj/jre/lib/; \
   if ! test -d bootstrap/ecj/jre/lib/amd64; \
 then \
 ln -sf ./amd64 \
   bootstrap/ecj/jre/lib/amd64; \
   fi; \
   mkdir -p bootstrap/ecj/include; \
   for i in /usr/lib/jvm/java-gcj/include/*; do \
 test -r $i | continue; \
 i=`basename $i`; \
 rm -f bootstrap/ecj/include/$i; \
 ln -s /usr/lib/jvm/java-gcj/include/$i bootstrap/ecj/include/$i; \
   done; \
   if test -f 
 /build/user-openjdk-6_6b16-4-amd64-f7oXli/openjdk-6-6b16/build/bootstrap/jdk1.7.0/jre/lib/tools.jar
  ; \
   then \
 mkdir -p 
 /build/user-openjdk-6_6b16-4-amd64-f7oXli/openjdk-6-6b16/build/bootstrap/ecj/lib
  ; \
 ln -sf 
 /build/user-openjdk-6_6b16-4-amd64-f7oXli/openjdk-6-6b16/build/bootstrap/jdk1.7.0/jre/lib/tools.jar
  \
   
 /build/user-openjdk-6_6b16-4-amd64-f7oXli/openjdk-6-6b16/build/bootstrap/ecj/lib/tools.jar
  ; \
   fi
 if test -f \
 
 /build/user-openjdk-6_6b16-4-amd64-f7oXli/openjdk-6-6b16/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar
  ; \
   then \
 cp 
 /build/user-openjdk-6_6b16-4-amd64-f7oXli/openjdk-6-6b16/build/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar
  \
   
 /build/user-openjdk-6_6b16-4-amd64-f7oXli/openjdk-6-6b16/build/bootstrap/ecj/jre/lib/rt.jar
  ; \
   fi
 mkdir -p stamps
 touch stamps/bootstrap-directory-ecj.stamp
 rm -f bootstrap/jdk1.6.0
 ln -sf ecj bootstrap/jdk1.6.0
 mkdir -p stamps
 touch stamps/bootstrap-directory-symlink-ecj.stamp
 for copy_dir in \
 `cat 
 /build/user-openjdk-6_6b16-4-amd64-f7oXli/openjdk-6-6b16/build/../tools-copy/tools-jdk-copy-files.txt`
  ; \
   do \
 mkdir -p hotspot-tools/$copy_dir ; \
 cp -pPRf openjdk/jdk/src/share/classes/$copy_dir/* \
   hotspot-tools/$copy_dir ; \
   done
 cp: cannot stat `openjdk/jdk/src/share/classes/org/relaxng/datatype//*': No 
 such file or directory
 cp: cannot stat 
 `openjdk/jdk/src/share/classes/org/relaxng/datatype/helpers//*': No such file 
 or directory
 for copy_dir in \
 `cat 
 /build/user-openjdk-6_6b16-4-amd64-f7oXli/openjdk-6-6b16/build/../tools-copy/tools-langtools-copy-files.txt`
  ; \
   do \
 mkdir -p hotspot-tools/$copy_dir ; \
 cp -pPRf openjdk/langtools/src/share/classes/$copy_dir/* \
   hotspot-tools/$copy_dir ; \
   done
 for copy_dir in \
 `cat 
 /build/user-openjdk-6_6b16-4-amd64-f7oXli/openjdk-6-6b16/build/../tools-copy/tools-corba-copy-files.txt`
  ; \
   do \
 mkdir -p hotspot-tools/$copy_dir ; \
 cp -pPRf openjdk/corba/src/share/classes/$copy_dir/* \
   hotspot-tools/$copy_dir ; \
   done
 for copy_dir in \
 `cat 
 

Bug#544177: regressions in the binutils test suite on mips{,el}

2009-09-12 Thread Matthias Klose

severity 544177 important
thanks

On 31.08.2009 11:38, Aurelien Jarno wrote:

While they are real regressions that have to be fixed, we don't have
MIPS16 binaries in Debian, so I am not sure this bug should be
considered as serious.




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



Bug#544474: marked as done (openjdk-6: uses gcc-4.4 without appropriate build-dependency)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 13:58:55 +0200
with message-id 4aab8cff.6050...@ubuntu.com
and subject line OpenJDK bugs fixed in 6b16-1.6-1
has caused the Debian Bug report #544474,
regarding openjdk-6: uses gcc-4.4 without appropriate build-dependency
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
544474: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544474
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: openjdk-6
Severity: serious
Tags: patch
Justification: no longer builds from source

Per 
https://buildd.debian.org/fetch.cgi?pkg=openjdk-6;ver=6b16-1.6~pre2-1;arch=amd64;stamp=1251511029
building in openjdk-ecj bombs out because debian/rules now sets GCC_SUFFIX
to -4.4 but still build-depends on g++-4.3 because the corresponding
logic is out of sync:

| make[2]: Entering directory 
`/build/buildd/openjdk-6-6b16-1.6~pre2/build/openjdk-ecj'
| linux amd64 1.6.0_0 build started: 09-08-29 01:56
| /bin/mkdir -p ./build/linux-amd64/j2sdk-image
| /bin/mkdir -p 
/build/buildd/openjdk-6-6b16-1.6~pre2/build/openjdk-ecj/build/linux-amd64/j2sdk-image
| /bin/mkdir -p ./build/linux-amd64-fastdebug/j2sdk-image
| /bin/mkdir -p 
/build/buildd/openjdk-6-6b16-1.6~pre2/build/openjdk-ecj/build/linux-amd64-fastdebug/j2sdk-image
| /bin/sh: gcc-4.4: command not found
| /bin/sh: gcc-4.4: command not found
| /bin/sh: gcc-4.4: command not found
| /bin/sh: /NOT-SET/devtools/share/findbugs/latest/bin/findbugs: No such file 
or directory
| make[3]: Entering directory 
`/build/buildd/openjdk-6-6b16-1.6~pre2/build/openjdk-ecj/jdk/make'
| 
/build/buildd/openjdk-6-6b16-1.6~pre2/build/openjdk-ecj/jdk/make/common/shared/Sanity-Settings.gmk:111:
 WARNING: CC_VER should not be empty [Sanity-Settings.gmk]
| 
/build/buildd/openjdk-6-6b16-1.6~pre2/build/openjdk-ecj/jdk/make/common/shared/Sanity-Settings.gmk:125:
 WARNING: FINDBUGS_VER should not be empty [Sanity-Settings.gmk]
| /bin/sh: gcc-4.4: command not found
| make[3]: *** 
[/build/buildd/openjdk-6-6b16-1.6~pre2/build/openjdk-ecj/build/linux-amd64/tmp/alsaversioncheck]
 Error 127
| make[3]: Leaving directory 
`/build/buildd/openjdk-6-6b16-1.6~pre2/build/openjdk-ecj/jdk/make'
| make[2]: *** [jdk-sanity] Error 2
| make[2]: Leaving directory 
`/build/buildd/openjdk-6-6b16-1.6~pre2/build/openjdk-ecj'
| make[1]: *** [stamps/icedtea-ecj.stamp] Error 2
| make[1]: Leaving directory `/build/buildd/openjdk-6-6b16-1.6~pre2/build'
| make: *** [stamps/build] Error 1

The following simple patch resyncs the logic:

--- debian/rules~   2009-08-31 16:34:21.0 -0400
+++ debian/rules2009-08-31 16:35:32.0 -0400
@@ -354,7 +354,7 @@
 
 ifneq (,$(filter $(distrel),hardy gutsy feisty edgy dapper))
   bd_gcc = g++-4.2 [amd64 powerpc sparc], g++-4.1 [i386 lpia],
-else ifneq (,$(filter $(distrel),lenny intrepid jaunty squeeze sid))
+else ifneq (,$(filter $(distrel),lenny intrepid jaunty))
   bd_gcc = g++-4.3,
 else
   bd_gcc = g++-4.4 (= 4.4.1),

Could you please apply it and update debian/control?

Thanks!

(BTW, I suspect the gcj-related build dependencies could also stand to
be tighter, as I see no obvious guarantee that they will actually pull
in gcj-4.4-jdk as opposed to using older packages that buildd chroots
happen to have installed.  That's less critical, though.)

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

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


---End Message---
---BeginMessage---

Version: 6b16-1.6-1

These are fixed in the 6b16-1.6-1 upload.

---End Message---


Bug#539705: can we proceed?

2009-09-12 Thread Brice Goglin
Martin-Éric Racine wrote:
 Intel has all the paid developers in the world to look after that
 particular issue with their driver. Meanwhile, the rest of X works
 fine as it is.
   

Intel from testing doesn't work with Xserver 1.6.

Brice




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



Bug#521958: Bug #521958: lash: FTBFS: 'NI_MAXHOST' undeclared

2009-09-12 Thread Simon McVittie
Please don't ever define __USE_MISC or similar. Quoting from
feature_test_macros(7):

 According to which of the above feature test macros are defined, fea‐
 tures.h internally defines various other macros that are checked by
 other glibc header files.  These macros have names prefixed by two
 underscores (e.g., __USE_MISC).  Programs should never define these
 macros directly: instead, the appropriate feature test macro(s) from
 the list above should be employed.

I think what you meant to use for this patch is _GNU_SOURCE, probably.

Regards,
S



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



Bug#546262: kdm crash (due to a bug in libx11-6 o xserver in unstable?)

2009-09-12 Thread Pablo De Napoli
Yes, it is a reproducible crash. For some strange reason it happens
not the first time you log in using kdm, but when you close your
session and log in again (after answering your username and password)

I know that I'm using an unsupported combination (for several reasons
I'm not planning to upgrade to KDE 4 for the moment, therefore I've
downgraded my X to stable, but I've build a Debian system in a chroot
in order to reproduce the bug) , but as Julien says that doesn't mean
that the bug needs not to be investigated, because it may reveal some
hidden bug in the new version of X  in unstable.

I think that the X implementation should reliably run all the programs
that use the standard X libraries in the expected way (and I believe
that  kdm 3.5.x is one of them), even if they are not included in
Debian.

I will rebuild libx11 without optimisation as requested and send you a
full backtrace.

Many thanks. Cheers,
Pablo


On Sat, Sep 12, 2009 at 7:05 AM, Julien Cristau jcris...@debian.org wrote:
 reopen 546262
 kthxbye

 On Sat, Sep 12, 2009 at 12:34:07 +0300, George Kiagiadakis wrote:

 2009/9/12 Pablo De Napoli pden...@gmail.com:
  I want to report a bug that makes kdm crash, though I believe that the bug
  is not caused by kdm itself but probably by the xserver in unstable (that
  have changed the way of handling input devices, in particular the 
  keyboard).
  [with the xserver-xorg in lenny (version 1.7.20) things work fine, with
  the version in unstable (1.7.4+4) kdm crashes.

 Hi,

 You are using an unsupported combination of packages (KDE 3 from lenny
 and X 7.4 from unstable). KDE 3 is dead upstream and it is not going
 to be fixed to support newer versions of libraries and other
 components of the system, such as X. Since kdm from lenny works fine
 with X from lenny, this is not a bug that concerns us. To solve this
 problem, either downgrade X to the version from lenny or upgrade to
 KDE 4. If the problem persists with KDE 4.3.1 that is now available in
 testing and unstable, please reopen this bug.

 WTF.  If kdm crashes reproducibly then this should be investigated, and
 fixed if it's a bug in the X libraries or server.  Newer X libs (or
 newer X server) shouldn't break older software.  Only if it's a kdm bug
 fixed in sid does it sort of make sense to close this.

 Pablo, can you rebuild libx11 without optimisation and send a full
 backtrace?

 Line 320 of src/xkb/XKBBind.c is:
                    preserve= type-preserve[i].mask;
 so knowing what *type looks like would be nice.

 Cheers,
 Julien




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



Bug#516769: marked as done (music-applet: hardcodes the path to modules in python-support directory)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 13:32:27 +
with message-id e1mmsij-0002v3...@ries.debian.org
and subject line Bug#516769: fixed in music-applet 2.4.2-1.1
has caused the Debian Bug report #516769,
regarding music-applet: hardcodes the path to modules in python-support 
directory
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
516769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516769
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: music-applet
Version: 2.4.2-1

Hi,

in music-applet, the fix-python-plugins-dir.diff patch looks for plugins
in the python-support private directory.

This has two consequences:
  * The plugins are accessed from there instead of the place where
they are installed; it is likely that .pyc files will be
generated incorrectly because of that, and the package will fail
to uninstall properly.
  * The package will stop working with the upcoming version of
python-support (currently in experimental), since the files will
be moved to a different directory.

For a more portable solution, I suggest to use e.g. __file__ :
os.path.join (os.path.dirname(__file__), musicapplet/plugins)

As a general rule, please do not rely on the internals of python-support
in the packaging; this will avoid such issues in the future (although
hopefully there won’t be a need to change the paths any further).

Thanks,
-- 
 .''`.  Debian 5.0 Lenny has been released!
: :' :
`. `'   Last night, Darth Vader came down from planet Vulcan and told
  `-me that if you don't install Lenny, he'd melt your brain.


signature.asc
Description: Ceci est une partie de message	numériquement signée
---End Message---
---BeginMessage---
Source: music-applet
Source-Version: 2.4.2-1.1

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

music-applet_2.4.2-1.1.diff.gz
  to pool/main/m/music-applet/music-applet_2.4.2-1.1.diff.gz
music-applet_2.4.2-1.1.dsc
  to pool/main/m/music-applet/music-applet_2.4.2-1.1.dsc
music-applet_2.4.2-1.1_i386.deb
  to pool/main/m/music-applet/music-applet_2.4.2-1.1_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 516...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luca Falavigna dktrkr...@debian.org (supplier of updated music-applet 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 06 Sep 2009 20:37:37 +0200
Source: music-applet
Binary: music-applet
Architecture: source i386
Version: 2.4.2-1.1
Distribution: unstable
Urgency: low
Maintainer: Adriaan Peeters apeet...@lashout.net
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 music-applet - GNOME panel applet to control several music players
Closes: 516769 541566 541580
Changes: 
 music-applet (2.4.2-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/patches/fix-python-plugins-dir.diff:
 - Do not rely on python-support internals (Closes: #516769).
   * debian/control:
 - Drop python-gnome2-desktop dependency, python-gnomeapplet and
   python-gnomekeyring added (Closes: #541566).
 - Do not depend on python-gnome2, it will be removed soon, depend on
   python-gconf instead (Closes: #541580).
Checksums-Sha1: 
 5fc034726999ceef6d545b5f7756a321e108406d 1364 music-applet_2.4.2-1.1.dsc
 0368628ba6c2813a458fb2bd626537ae1d8216c7 4198 music-applet_2.4.2-1.1.diff.gz
 34112135d4b1186cb4aadee2590ca0c857c52aa5 115220 music-applet_2.4.2-1.1_i386.deb
Checksums-Sha256: 
 a175a1f33b66060f780ac725ee7bf856233fb0235d3227ed9dc1ab0a07553fa3 1364 
music-applet_2.4.2-1.1.dsc
 d8f105f3410e05f402c8acc2e0260e96248e98e5178380bc69c8812e797a1a0f 4198 
music-applet_2.4.2-1.1.diff.gz
 36814af181d6483b3e7966153b60463e845035bb9adfcc548092fdcd5e7e12ef 115220 
music-applet_2.4.2-1.1_i386.deb
Files: 
 35413dfb91434c619560d1da9bd0f99c 1364 gnome optional music-applet_2.4.2-1.1.dsc
 a0f70ff49822757e95ab26cfa786b5f5 4198 gnome optional 
music-applet_2.4.2-1.1.diff.gz
 b82bfa7c013a267008327d8e4a8317fb 115220 gnome optional 
music-applet_2.4.2-1.1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 

Bug#545718: marked as done (apr-util: FTBFS: libtoolize not found in path)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 13:32:14 +
with message-id e1mmsi6-0002t1...@ries.debian.org
and subject line Bug#545718: fixed in apr-util 1.3.9+dfsg-2
has caused the Debian Bug report #545718,
regarding apr-util: FTBFS: libtoolize not found in path
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
545718: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545718
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: apr-util
Version: 1.3.9+dfsg-1
Severity: serious

From my pbuilder build log:

...
dh_testdir
./buildconf --with-apr=/usr/share/apr-1.0

Looking for apr source in /usr/share/apr-1.0
Creating include/private/apu_config.h ...
Creating configure ...
Generating 'make' outputs ...
Invoking xml/expat/buildconf.sh ...
libtoolize not found in path
make: *** [config.status] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Looks like it's probably missing a Build-Depends on libtool.
-- 
Daniel Schepler


---End Message---
---BeginMessage---
Source: apr-util
Source-Version: 1.3.9+dfsg-2

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

apr-util_1.3.9+dfsg-2.diff.gz
  to pool/main/a/apr-util/apr-util_1.3.9+dfsg-2.diff.gz
apr-util_1.3.9+dfsg-2.dsc
  to pool/main/a/apr-util/apr-util_1.3.9+dfsg-2.dsc
libaprutil1-dbd-freetds_1.3.9+dfsg-2_i386.deb
  to pool/main/a/apr-util/libaprutil1-dbd-freetds_1.3.9+dfsg-2_i386.deb
libaprutil1-dbd-mysql_1.3.9+dfsg-2_i386.deb
  to pool/main/a/apr-util/libaprutil1-dbd-mysql_1.3.9+dfsg-2_i386.deb
libaprutil1-dbd-odbc_1.3.9+dfsg-2_i386.deb
  to pool/main/a/apr-util/libaprutil1-dbd-odbc_1.3.9+dfsg-2_i386.deb
libaprutil1-dbd-pgsql_1.3.9+dfsg-2_i386.deb
  to pool/main/a/apr-util/libaprutil1-dbd-pgsql_1.3.9+dfsg-2_i386.deb
libaprutil1-dbd-sqlite3_1.3.9+dfsg-2_i386.deb
  to pool/main/a/apr-util/libaprutil1-dbd-sqlite3_1.3.9+dfsg-2_i386.deb
libaprutil1-dbg_1.3.9+dfsg-2_i386.deb
  to pool/main/a/apr-util/libaprutil1-dbg_1.3.9+dfsg-2_i386.deb
libaprutil1-dev_1.3.9+dfsg-2_i386.deb
  to pool/main/a/apr-util/libaprutil1-dev_1.3.9+dfsg-2_i386.deb
libaprutil1-ldap_1.3.9+dfsg-2_i386.deb
  to pool/main/a/apr-util/libaprutil1-ldap_1.3.9+dfsg-2_i386.deb
libaprutil1_1.3.9+dfsg-2_i386.deb
  to pool/main/a/apr-util/libaprutil1_1.3.9+dfsg-2_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 545...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch s...@debian.org (supplier of updated apr-util 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Sep 2009 15:04:55 +0200
Source: apr-util
Binary: libaprutil1 libaprutil1-ldap libaprutil1-dbd-mysql 
libaprutil1-dbd-sqlite3 libaprutil1-dbd-odbc libaprutil1-dbd-pgsql 
libaprutil1-dbd-freetds libaprutil1-dev libaprutil1-dbg
Architecture: source i386
Version: 1.3.9+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers debian-apa...@lists.debian.org
Changed-By: Stefan Fritsch s...@debian.org
Description: 
 libaprutil1 - The Apache Portable Runtime Utility Library
 libaprutil1-dbd-freetds - The Apache Portable Runtime Utility Library - 
FreeTDS Driver
 libaprutil1-dbd-mysql - The Apache Portable Runtime Utility Library - MySQL 
Driver
 libaprutil1-dbd-odbc - The Apache Portable Runtime Utility Library - ODBC 
Driver
 libaprutil1-dbd-pgsql - The Apache Portable Runtime Utility Library - 
PostgreSQL Driver
 libaprutil1-dbd-sqlite3 - The Apache Portable Runtime Utility Library - 
SQLite3 Driver
 libaprutil1-dbg - The Apache Portable Runtime Utility Library - Debugging 
Symbols
 libaprutil1-dev - The Apache Portable Runtime Utility Library - Development 
Headers
 libaprutil1-ldap - The Apache Portable Runtime Utility Library - LDAP Driver
Closes: 543554 545718
Changes: 
 apr-util (1.3.9+dfsg-2) unstable; urgency=low
 .
   * Fix FTBFS (closes: #545718). The FTBFS didn't happen with dash as /bin/sh
 due to dash bug #514863.
   * Ship the html documentation in the -dev package. Thanks to Joel Smith for
 the patch (closes: #543554).
   * Make libaprutil1-dev depend on libmysqlclient-dev instead of
 libmysqlclient15-dev.
Checksums-Sha1: 
 

Bug#530032: Closing or downgrading severity

2009-09-12 Thread Bas Wijnen
On Fri, Sep 11, 2009 at 10:59:41PM +0200, Roland Clobus wrote:
 On Wed, 2009-09-09 at 10:11 -0700, Steve Langasek wrote:
  Well, that's not a proper fix for the bug then.  The server should be
  listening on both IPv6 and IPv4.
 
 I think the bug that was reported: 'Unable to play games using
 localhost' is adequately fixed by adapting the clients.
 I agree that it should be nice if the server would listen on all
 available protocols. IMO that would be another bug report with severity
 'wishlist', while this bug with severity 'grave' can be closed.

I've written a patch which listens on everything returned by
getaddrinfo.  The call returns two structures, but the second bind fails
with address already in use.  It seems the problem doesn't occur in
Debian, because it automatically listens on both IPv4 and IPv6(?)  So
I'm a bit confused: this is a Debian bug, so the problem presumably
exists on Debian systems.  This may be different on GNU/kFreeBSD, but
the reporter is using GNU/Linux, like the system I'm testing on.

Anyway, I'm attaching the patch.

Thanks,
Bas
Index: common/network.h
===
--- common/network.h	(revision 1459)
+++ common/network.h	(working copy)
@@ -82,9 +82,10 @@
  *  @param port The port
  *  @retval error_message If opening fails, a description of the error
  *  You should g_free the error_message
- *  @return A file descriptor if succesfull, or -1 if it fails
+ *  @retval num_fds The number of valid fds in the returned array
+ *  @return An array of file descriptors if succesfull, or NULL if it fails
  */
-int net_open_listening_socket(const gchar * port, gchar ** error_message);
+int *net_open_listening_socket(const gchar * port, gchar ** error_message, int *num_fds);
 
 /** Close a socket
  */
Index: common/network.c
===
--- common/network.c	(revision 1459)
+++ common/network.c	(working copy)
@@ -743,14 +743,17 @@
 	return pioneers_dir;
 }
 
-int net_open_listening_socket(const gchar * port, gchar ** error_message)
+int *net_open_listening_socket(const gchar * port, gchar ** error_message, int *num_fds)
 {
 #ifdef HAVE_GETADDRINFO_ET_AL
 	int err;
 	struct addrinfo hints, *ai, *aip;
 	int yes;
-	gint fd = -1;
+	int *fds;
+	int max_num_fds;
 
+	*num_fds = 0;
+
 	memset(hints, 0, sizeof(hints));
 
 	hints.ai_family = NETWORK_PROTOCOL;
@@ -763,65 +766,77 @@
 		g_strdup_printf(_(
   Error creating struct addrinfo: %s),
 gai_strerror(err));
-		return -1;
+		return NULL;
 	}
 
+	max_num_fds = 0;
 	for (aip = ai; aip; aip = aip-ai_next) {
-		fd = socket(aip-ai_family, SOCK_STREAM, 0);
-		if (fd  0) {
+		++max_num_fds;
+	}
+
+	fds = g_malloc (max_num_fds * sizeof (*fds));
+	for (aip = ai; aip; aip = aip-ai_next) {
+		fds[*num_fds] = socket(aip-ai_family, SOCK_STREAM, 0);
+		if (fds[*num_fds]  0) {
 			continue;
 		}
-		yes = 1;
 
 		/* setsockopt() before bind(); otherwise it has no effect! -- egnor */
+		yes = 1;
 		if (setsockopt
-		(fd, SOL_SOCKET, SO_REUSEADDR, yes,
+		(fds[*num_fds], SOL_SOCKET, SO_REUSEADDR, yes,
 		 sizeof(yes))  0) {
-			net_closesocket(fd);
+			g_warning(_(
+ Not using socket because setting REUSEADDR failed: %s\n),
+			   net_errormsg());
+			net_closesocket(fds[*num_fds]);
 			continue;
 		}
-		if (bind(fd, aip-ai_addr, aip-ai_addrlen)  0) {
-			net_closesocket(fd);
+		if (bind(fds[*num_fds], aip-ai_addr, aip-ai_addrlen)  0) {
+			g_warning(_(
+ Not using socket because bind failed: %s\n),
+			   net_errormsg());
+			net_closesocket(fds[*num_fds]);
 			continue;
 		}
 
-		break;
-	}
+		if (net_set_socket_non_blocking(fds[*num_fds])) {
+			g_warning(_(
+ Not using socket because it cannot be set to non-blocking: %s\n),
+			   net_errormsg());
+			net_closesocket(fds[*num_fds]);
+			continue;
+		}
 
-	if (!aip) {
-		*error_message =
-		g_strdup_printf(_(
-  Error creating listening socket: %s\n),
-net_errormsg());
-		freeaddrinfo(ai);
-		return -1;
+		if (listen(fds[*num_fds], 5)  0) {
+			g_warning(_(
+ Not using socket because listening failed: %s\n),
+			   net_errormsg());
+			net_closesocket(fds[*num_fds]);
+			continue;
+		}
+
+		/* Listening succeeded.  Keep the fd and continue.  */
+		++*num_fds;
 	}
 
 	freeaddrinfo(ai);
 
-	if (net_set_socket_non_blocking(fd)) {
+	if (*num_fds == 0) {
+		g_free (fds);
 		*error_message =
 		g_strdup_printf(_(
-  Error setting socket non-blocking: %s\n),
+  Error creating listening socket: %s\n),
 net_errormsg());
-		net_closesocket(fd);
-		return -1;
+		return NULL;
 	}
 
-	if (listen(fd, 5)  0) {
-		*error_message =
-		g_strdup_printf(_(
-  Error during listen on socket: %s\n),
-net_errormsg());
-		net_closesocket(fd);
-		return -1;
-	}
 	*error_message = NULL;
-	return fd;
+	return fds;
 #else/* HAVE_GETADDRINFO_ET_AL */
 	*error_message =
 	

Bug#546262: new backtrace

2009-09-12 Thread Pablo De Napoli
Here is the backtrace with the unoptimized verson

[Thread debugging using libthread_db enabled]
[New Thread 0xb6bc6700 (LWP 13795)]
[KCrash handler]
#5  0xb6f55016 in XkbTranslateKeyCode (xkb=0x82343d0, key=26 '\032', mods=0,
mods_rtrn=0xbfa3acbc, keysym_rtrn=0xbfa3ad74)
at ../../../src/xkb/XKBBind.c:320
#6  0xb6f54e11 in XkbLookupKeySym (dpy=0x81e1720, key=26 '\032', mods=0,
mods_rtrn=0xbfa3acbc, keysym_rtrn=0xbfa3ad74)
at ../../../src/xkb/XKBBind.c:262
#7  0xb6f55c28 in XLookupString (event=0xbfa3ad28, buffer=0x82c1718 ,
nbytes=513, keysym=0xbfa3ad74, status=0x0)
at ../../../src/xkb/XKBBind.c:668
#8  0xb71b4392 in QETWidget::translateKeyEventInternal (this=0x82788f8,
event=0xbfa3b2e8, cou...@0xbfa3b02c, te...@0xbfa3b020, sta...@0xbfa3b028,
asc...@0xbfa3b037, co...@0xbfa3b030, ty...@0xbfa3b024, willRepeat=false,
statefulTranslation=true) at kernel/qapplication_x11.cpp:5202
#9  0xb71b4c08 in QETWidget::translateKeyEvent (this=0x82788f8,
event=0xbfa3b2e8, grab=false) at kernel/qapplication_x11.cpp:5506
#10 0xb71bc821 in QApplication::x11ProcessEvent (this=0xbfa3b400,
event=0xbfa3b2e8) at kernel/qapplication_x11.cpp:3539
#11 0xb71d0e2c in QEventLoop::processEvents (this=0x82005b8,
flags=value optimized out) at kernel/qeventloop_x11.cpp:195
#12 0xb723f1a0 in QEventLoop::enterLoop (this=0x82005b8)
at kernel/qeventloop.cpp:201
#13 0xb7226dcf in QApplication::enter_loop (this=0xbfa3b400)
at kernel/qapplication.cpp:2796
#14 0xb741e15d in QDialog::exec (this=0x820d920) at dialogs/qdialog.cpp:435
#15 0x08060c87 in FDialog::exec (this=0x820d920)
at /tmp/buildd/kdebase-3.5.9.dfsg.1/./kdm/kfrontend/kfdialog.cpp:118
#16 0x0807b2a1 in kg_main (argv0=0xbfa3cf29 /usr/bin/kdm_greet)
at /tmp/buildd/kdebase-3.5.9.dfsg.1/./kdm/kfrontend/kgapp.cpp:223
#17 0x0805d11d in main (argc=1953393007, argv=0xbfa3b654)
at /tmp/buildd/kdebase-3.5.9.dfsg.1/./kdm/kfrontend/kdm_greet.c:784



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



Bug#546307: haskelldb - FTBFS: Could not find module `Text.PrettyPrint.HughesPJ'

2009-09-12 Thread Bastian Blank
Source: haskelldb
Version: 0.12-2
Severity: serious

There was an error while trying to autobuild your package:

 sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on debian-31.osdl.marist.edu
[...]
 [26 of 26] Compiling Database.HaskellDB.DBDirect ( 
 src/Database/HaskellDB/DBDirect.hs, dist/build/Database/HaskellDB/DBDirect.o )
 
 src/Database/HaskellDB.hs:87:7:
 Could not find module `Text.PrettyPrint.HughesPJ':
   Perhaps you haven't installed the profiling libraries for package 
 `pretty-1.0.1.0'?
   Use -v to see a list of the files searched for.
 make: *** [build-ghc6-stamp] Error 1



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



Bug#546305: lives - FTBFS: Illegal build-depends

2009-09-12 Thread Bastian Blank
Source: lives
Version: 1.1.2-1
Severity: serious

There was an error while trying to autobuild your package:

 sbuild (Debian sbuild) 0.58.2 (15 Jun 2009) on lxdebian.bfinv.de
[...]
 Build-Depends: debhelper (= 7.0.50), libdirectfb-dev, libaa1-dev, 
 libgtk2.0-dev (= 2.12), bison, libjack0.100.0-dev, libsdl1.2-dev, python, 
 xutils-dev, python-support, autoconf, automake, libtool, gettext, 
 libtheora-dev, frei0r-plugins-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 
 arm powerpc], libogg-dev, libdv4-dev [!hurd-i386], libraw1394-dev 
 [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libavc1394-dev [!kfreebsd-i386 
 !kfreebsd-amd64 !hurd-i386], liboil0.3-dev, libasound2-dev [!arm !hurd-i386 
 !kfreebsd-i386 !kfreebsd-amd64]

One part of this build-dependency
| frei0r-plugins-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 arm powerpc]
is illegal. Either inclusion or exclusion is allowed, not both.

Bastian

-- 
Not one hundred percent efficient, of course ... but nothing ever is.
-- Kirk, Metamorphosis, stardate 3219.8



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



Bug#546311: ball - FTBFS: Sorry - this architecture is currently not supported...

2009-09-12 Thread Bastian Blank
Source: ball
Version: 1.3+rc2-1
Severity: serious

There was an error while trying to autobuild your package:

 sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on debian-31.osdl.marist.edu
[...]
 checking whether echo accepts -e... no
 checking your OS... OS: Linux / hardware: s390
 Sorry - this architecture is currently not supported...
[...]
 configure: error: Aborted.
 make: *** [configure-stamp] Error 1

I use this tool on my own and don't see a reason why this should be
architecture specific.

Bastian



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



Bug#546312: aircrack-ng - FTBFS: error: 'u_int16_t' undeclared

2009-09-12 Thread Bastian Blank
Source: aircrack-ng
Version: 1:1.0~rc4-1
Severity: serious

There was an error while trying to autobuild your package:

 sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on debian-31.osdl.marist.edu
[...]
 gcc -Wall -g -O2 -D_FILE_OFFSET_BITS=64 -D_REVISION=0  -Iinclude   -c -o 
 radiotap/radiotap-parser.o radiotap/radiotap-parser.c
 radiotap/radiotap-parser.c: In function 'ieee80211_radiotap_iterator_init':
 radiotap/radiotap-parser.c:57: error: 'u_int16_t' undeclared (first use in 
 this function)
 radiotap/radiotap-parser.c:57: error: (Each undeclared identifier is reported 
 only once
 radiotap/radiotap-parser.c:57: error: for each function it appears in.)
 radiotap/radiotap-parser.c:57: error: expected ')' before numeric constant
 radiotap/radiotap-parser.c:57: error: expected ')' before numeric constant
 radiotap/radiotap-parser.c:61: error: expected ')' before numeric constant
 radiotap/radiotap-parser.c:61: error: expected ')' before numeric constant
 radiotap/radiotap-parser.c:63: error: 'u_int32_t' undeclared (first use in 
 this function)
 radiotap/radiotap-parser.c:63: error: expected ')' before numeric constant
 radiotap/radiotap-parser.c:63: error: expected ')' before numeric constant
 radiotap/radiotap-parser.c:63: error: expected ')' before numeric constant
 radiotap/radiotap-parser.c:63: error: expected ')' before numeric constant
 radiotap/radiotap-parser.c:72: error: expected ')' before numeric constant
 radiotap/radiotap-parser.c:72: error: expected ')' before numeric constant
 radiotap/radiotap-parser.c:72: error: expected ')' before numeric constant
 radiotap/radiotap-parser.c:72: error: expected ')' before numeric constant
 radiotap/radiotap-parser.c: In function 'ieee80211_radiotap_iterator_next':
 radiotap/radiotap-parser.c:225: error: 'u_int32_t' undeclared (first use in 
 this function)
 radiotap/radiotap-parser.c:225: error: expected ')' before numeric constant
 radiotap/radiotap-parser.c:225: error: expected ')' before numeric constant
 radiotap/radiotap-parser.c:225: error: expected ')' before numeric constant
 radiotap/radiotap-parser.c:225: error: expected ')' before numeric constant
 make[4]: *** [radiotap/radiotap-parser.o] Error 1
 make[4]: Leaving directory 
 `/build/buildd-aircrack-ng_1.0~rc4-1-s390-oEo1IR/aircrack-ng-1.0~rc4/src/osdep'
 make[3]: *** [all] Error 2
 make[2]: *** [osd] Error 2
 make[3]: Leaving directory 
 `/build/buildd-aircrack-ng_1.0~rc4-1-s390-oEo1IR/aircrack-ng-1.0~rc4/src/osdep'
 make[2]: Leaving directory 
 `/build/buildd-aircrack-ng_1.0~rc4-1-s390-oEo1IR/aircrack-ng-1.0~rc4/src'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory 
 `/build/buildd-aircrack-ng_1.0~rc4-1-s390-oEo1IR/aircrack-ng-1.0~rc4'
 make: *** [build-stamp] Error 2



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



Bug#546308: bickley - FTBFS: error: #warning Architecture does not support ioprio modification

2009-09-12 Thread Bastian Blank
Source: bickley
Version: 0.4~git20090814-1
Severity: serious

There was an error while trying to autobuild your package:

 sbuild (Debian sbuild) 0.58.2 (15 Jun 2009) on lxdebian.bfinv.de
[...]
   LINK  bkl-orbiter
   CC
   CC
 bkl-investigator.c:72:4: error: #warning Architecture does not support 
 ioprio modification
 make[4]: *** [bkl-investigator.o] Error 1
 make[4]: Leaving directory 
 `/build/buildd-bickley_0.4~git20090814-1-s390-jHkfYs/bickley-0.4~git20090814/src'
 make[3]: *** [all] Error 2
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all] Error 2
 make: *** [debian/stamp-makefile-build] Error 2



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



Bug#546313: java-gnome - FTBFS: Could not initialize inotify

2009-09-12 Thread Bastian Blank
Source: java-gnome
Version: 4.0.13-1
Severity: serious

There was an error while trying to autobuild your package:

 sbuild (Debian sbuild) 0.58.2 (15 Jun 2009) on lxdebian.bfinv.de
[...]
 KILL  Xvfb
 KILL  metacity
 Exception in thread main org.gnome.glib.FatalError: GLib-GIO-WARNING
 Could not initialize inotify
 
   at 
 org.gnome.gtk.GtkFileChooserDialog.gtk_file_chooser_dialog_new(Native Method)
   at 
 org.gnome.gtk.GtkFileChooserDialog.createFileChooserDialog(GtkFileChooserDialog.java:38)
   at org.gnome.gtk.FileChooserDialog.init(FileChooserDialog.java:79)
   at 
 org.gnome.gtk.SnapshotFileChooserDialog.init(SnapshotFileChooserDialog.java:26)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at 
 sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
   at java.lang.Class.newInstance0(Class.java:372)
   at java.lang.Class.newInstance(Class.java:325)
   at Harness.main(Harness.java:196)
 make[1]: *** [doc] Error 1
 make[1]: Leaving directory 
 `/build/buildd-java-gnome_4.0.13-1-s390-imbX4m/java-gnome-4.0.13'
 make: *** [debian/stamp-makefile-build] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2



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



Bug#545364: marked as done (grub-pc: out of range pointer 0x400040)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 13:59:05 +
with message-id e1mmt85-0005f2...@ries.debian.org
and subject line Bug#545364: fixed in grub2 1.97~beta3-1
has caused the Debian Bug report #545364,
regarding grub-pc: out of range pointer 0x400040
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
545364: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545364
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: grub-pc
Version: 1.97~beta2-2
Severity: grave

The recent grub update brought grub-pc onto my system and made it
unbootable.  I briefly see something appearing with the Grub version,
then the screen blanks, and I get the following:

,
| out of range pointer 0x400040
| Aborted. Press any key to exit.
`

  If I press a key, I get the same behaviour again (presumably from the
second drive), then the BIOS falls back on booting on the CD-ROM.  At no
point do I see a list of kernels or a shell.

  My setup: md0 is a Linux RAID-1 array made of hda1 and hdc1 and
contains / (and /boot, which isn't separated onto its own partition).
md1 and md2 are used in LVM for the other partitions.  From other bug
reports, it seems like the video card could be involved, so for the
record it's an ATI Radeon 9200.

  I switched back to grub-legacy for now.

Roland.

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

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
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 grub-pc depends on:
ii  debconf [debconf-2.0]   1.5.27   Debian configuration management sy
ii  grub-common 1.97~beta2-2 GRand Unified Bootloader, version 
ii  libc6   2.9-26   GNU C Library: Shared libraries
ii  ucf 3.0021   Update Configuration File: preserv

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
ii  desktop-base  5.0.5  common files for the Debian Deskto
ii  genisoimage   9:1.1.9-1  Creates ISO-9660 CD-ROM filesystem

-- 
Roland Mas

Mou ichido !  Hayaku !  Ookii koede !
  -- Atsuko Sasaki


---End Message---
---BeginMessage---
Source: grub2
Source-Version: 1.97~beta3-1

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

grub-common_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-common_1.97~beta3-1_amd64.deb
grub-coreboot_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-coreboot_1.97~beta3-1_amd64.deb
grub-efi-amd64_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-efi-amd64_1.97~beta3-1_amd64.deb
grub-efi-ia32_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-efi-ia32_1.97~beta3-1_amd64.deb
grub-efi_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-efi_1.97~beta3-1_amd64.deb
grub-firmware-qemu_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-firmware-qemu_1.97~beta3-1_amd64.deb
grub-ieee1275_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-ieee1275_1.97~beta3-1_amd64.deb
grub-linuxbios_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-linuxbios_1.97~beta3-1_amd64.deb
grub-pc_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-pc_1.97~beta3-1_amd64.deb
grub-rescue-pc_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-rescue-pc_1.97~beta3-1_amd64.deb
grub2_1.97~beta3-1.diff.gz
  to pool/main/g/grub2/grub2_1.97~beta3-1.diff.gz
grub2_1.97~beta3-1.dsc
  to pool/main/g/grub2/grub2_1.97~beta3-1.dsc
grub2_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub2_1.97~beta3-1_amd64.deb
grub2_1.97~beta3.orig.tar.gz
  to pool/main/g/grub2/grub2_1.97~beta3.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 545...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Felix Zielcke fziel...@z-51.de (supplier of updated grub2 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 12 Sep 2009 15:28:20 +0200
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub-pc grub-rescue-pc 
grub-coreboot grub-efi-ia32 grub-efi-amd64 grub-ieee1275 grub-firmware-qemu

Bug#546315: pavucontrol suddenly fails with Gtk::IconThemeError

2009-09-12 Thread arne anka
Package: pavucontrol
Version: 0.9.8-1
Severity: grave
Justification: renders package unusable

 am not quite sure what happend, but from one minute to the other
pavucontrol doesn't start anymore.

$ pavucontrol
terminate called after throwing an instance of 'Gtk::IconThemeError'
Aborted

soem browsing and the output of strace seemed to indicate, that it is
searching simple in the wrong pathes, ie below $HOME, ~/.icons 
~/.local/share/icons/, and /usr/local/. but simply copying the icons from 
/usr/share doesn't help.

i would append a log of strace, but i don't know how to do that with
reportbug.

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

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

Versions of packages pavucontrol depends on:
ii  libatk1.0-0 1.26.0-1 The ATK accessibility toolkit
ii  libc6   2.9-26   GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libcairomm-1.0-11.8.0-1  C++ wrappers for Cairo (shared lib
ii  libcanberra-gtk00.12-1.1 Gtk+ helper for playing widget eve
ii  libcanberra00.12-1.1 a simple abstract interface for pl
ii  libfontconfig1  2.6.0-4  generic font configuration library
ii  libfreetype62.3.9-5  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.1-3GCC support library
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglademm-2.4-1c2a 2.6.7-2  C++ wrappers for libglade2 (shared
ii  libglib2.0-02.20.5-1 The GLib library of C routines
ii  libglibmm-2.4-1c2a  2.20.1-1 C++ wrapper for the GLib toolkit (
ii  libgtk2.0-0 2.16.6-1 The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a   1:2.16.0-2   C++ wrappers for GTK+ 2.4 (shared 
ii  libpango1.0-0   1.24.5-1 Layout and rendering of internatio
ii  libpangomm-1.4-12.24.0-3 C++ Wrapper for pango (shared libr
ii  libpulse-mainloop-glib0 0.9.16-1 PulseAudio client libraries (glib 
ii  libpulse0   0.9.16-1 PulseAudio client libraries
ii  libsigc++-2.0-0c2a  2.0.18-2 type-safe Signal Framework for C++
ii  libstdc++6  4.4.1-3  The GNU Standard C++ Library v3
ii  libxml2 2.7.4.dfsg-1 GNOME XML library

pavucontrol recommends no packages.

pavucontrol suggests no packages.

-- debconf-show failed



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



Bug#544639: marked as done (out of range pointer 0xebc0 with gfxterm)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 13:59:04 +
with message-id e1mmt84-0005eu...@ries.debian.org
and subject line Bug#544639: fixed in grub2 1.97~beta3-1
has caused the Debian Bug report #544639,
regarding out of range pointer 0xebc0 with gfxterm
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
544639: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544639
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: grub-pc
Version: 1.97~beta1-1
Severity: critical
Justification: breaks the whole system


I'm actually using 1.96+20090808-1 right now, because otherwise, obviously, it 
won't boot, so if that appears anywhere, that's why.
And yes, grub-common was running at 1.97 too.

Anyway, on to the problem.

out of range pointer 0xebc0

That's what it says after I select a kernel in grub. It does it for both 2.6.30 
and 2.6.26.

Sorry I can't provide more info, dunno what else to say.

If you need any info, just tell me what to do. :P


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/fd9a61fb-18c5-44da-978d-d4ad08f36d88 / ext3 
rw,relatime,errors=remount-ro,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)/dev/hda
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output.gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, Linux 2.6.30-1-686 {
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
linux/boot/vmlinuz-2.6.30-1-686 
root=UUID=fd9a61fb-18c5-44da-978d-d4ad08f36d88 ro  quiet
initrd/boot/initrd.img-2.6.30-1-686
}
menuentry Debian GNU/Linux, Linux 2.6.30-1-686 (recovery mode) {
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
linux/boot/vmlinuz-2.6.30-1-686 
root=UUID=fd9a61fb-18c5-44da-978d-d4ad08f36d88 ro single 
initrd/boot/initrd.img-2.6.30-1-686
}
menuentry Debian GNU/Linux, Linux 2.6.26-2-686 {
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
linux/boot/vmlinuz-2.6.26-2-686 
root=UUID=fd9a61fb-18c5-44da-978d-d4ad08f36d88 ro  quiet
initrd/boot/initrd.img-2.6.26-2-686
}
menuentry Debian GNU/Linux, Linux 2.6.26-2-686 (recovery mode) {
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
linux/boot/vmlinuz-2.6.26-2-686 
root=UUID=fd9a61fb-18c5-44da-978d-d4ad08f36d88 ro single 
initrd/boot/initrd.img-2.6.26-2-686
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*** END /boot/grub/grub.cfg

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

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]1.5.27  Debian configuration management sy
ii  grub-common  1.96+20090808-1 GRand Unified Bootloader, version 
ii  libc62.9-25  GNU C Library: Shared libraries
ii  ucf  3.0021  Update Configuration File: 

Bug#544155: marked as done (unaligned pointer 0x700ba with gfxterm)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 13:59:04 +
with message-id e1mmt84-0005es...@ries.debian.org
and subject line Bug#544155: fixed in grub2 1.97~beta3-1
has caused the Debian Bug report #544155,
regarding unaligned pointer 0x700ba with gfxterm
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
544155: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544155
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: grub-pc
Version: 1.96+20090317-1
Severity: grave

--- Please enter the report below this line. ---
Note: This bug report is for 1.96+20090826-3, I downgraded to the squeeze 
version to make system bootable again.

I just let aptitude update grub-pc to 1.96+20090826-3. I do not know the 
earlier version, but I guess it was one version before, cause if I still 
had the squeeze one it wouldn't have updated to the unstable 
automatically.

On booting up today I got:

[Linux-bzImage, setup=0x2c00, size=0x25a070]
vga=792 is deprecated. Use set gfxpayload=1024x768x24,1024x768 before 
linux command instead.
unaligned pointer 0x700ba
Aborted. Press any key to exit.Operating system not found

I also tried with another kernel with the same result.

Then I booted into grml, overwrote the swap partition and recreated it via 
mkswap in order to make sure the TuxOnIce snapshot is invalidated to avoid 
data loss in next boot.

Then I chrooted to my debian system after bind mounting /dev, /proc, /sys 
to it, downgraded grub-pc to 1.96+20090317-1 from squeeze and ran grub-
install.

I thought about running grub-install for the grub-pc from unstable, but I 
read the current sid version might be broken anyway[1], thus I thought I'd 
better downgrade to the squeeze one in order to get a working system 
quickly again. I could try updating to the sid one again, without running 
grub-install manually and then I run it manually and see whether it fixes 
the issue. So you could know whether its grub itself or a missing grub-
install.

Anyway the expected result is: After an update of grub-pc package the 
system boots up manually. Thus if a new version is incompatible to the old 
stage 1 the upgrade process has to force a grub-install IMHO or at least 
strongly recommend it. I don't remember seeing anything about this in 
debconf questions. And if a new version of grub-pc doesn't work on my 
ThinkPad T42 it shouldn´t enter testing ;)

This is on an IBM ThinkPad T42.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540125#75

Regards,
Martin

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.31-rc7-tp42-toi-3.0.1-04741-g57e61c0

Debian Release: squeeze/sid
  500 stable  x2go.obviously-nice.de 
  500 stable  security.debian.org 
  500 stable  debian.n-ix.net 
  450 testing security.debian.org 
  450 testing debian.n-ix.net 
  400 unstablewww.debian-multimedia.org 
  400 unstableftp.de.debian.org 
  101 experimentalftp.de.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-
libc6  (= 2.3) | 2.9-12
debconf   (= 0.5)  | 1.5.26
 OR debconf-2.0 | 
grub-common (= 1.96+20090317-1) | 1.96+20090317-1


Package's Recommends field is empty.

Suggests  (Version) | Installed
===-+-===
desktop-base (= 4.0.6) | 5.0.5
os-prober   | 



--- Output from package bug script ---

*** BEGIN /proc/mounts
/dev/disk/by-uuid/fb9cbb11-964a-4b92-bde3-50674324e670 / ext4 
rw,relatime,barrier=1,data=ordered 0 0
/dev/sda5 /home xfs rw,relatime,attr2,logbufs=8,logbsize=256k,noquota 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from  and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,1)
search --fs-uuid --set fb9cbb11-964a-4b92-bde3-50674324e670
if loadfont /usr/share/grub/ascii.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN 

Bug#546322: Log for failed build of pulseaudio_0.9.17-1 on armel (dist=unstable)

2009-09-12 Thread Riku Voipio

Package: pulseaudio
Version: 0.9.17-1
Severity: serious
User: debian-...@lists.debian.org
Usertag: eabi

svolume_arm.c appears to use ARMv6 instructions, so it should be compiled with
-march=armv6. The function appears already be protected with runtime CPU
detection, so pulseaudio should still work as whole on lesser ARM cpu's.

   CC libpulsecore_0.9.17_la-svolume_arm.lo
 /bin/bash ../libtool --silent --tag=CC   --mode=compile cc -std=gnu99 
 -DHAVE_CONFIG_H -I. -I..-I../src -I../src -I../src/modules 
 -I../src/modules -I../src/modules/rtp -I../src/modules/rtp 
 -I../src/modules/gconf -I../src/modules/gconf -I../src/modules/bluetooth 
 -I../src/modules/bluetooth -I../src/modules/oss -I../src/modules/oss 
 -I../src/modules/alsa -I../src/modules/alsa -I../src/modules/raop 
 -I../src/modules/raop -I../src/modules/x11 -I../src/modules/x11 
 -I../src/modules/jack -I../src/modules/jack -pthread 
 -D_POSIX_PTHREAD_SEMANTICS
 -DPA_BUILDDIR=\/build/buildd-pulseaudio_0.9.17-1-armel-njHR4X/pulseaudio-0.9.17/src\
  -DPA_DLSEARCHPATH=\/usr/lib/pulse-0.9.17/modules\ 
 -DPA_DEFAULT_CONFIG_DIR=\/etc/pulse\ -DPA_BINARY=\/usr/bin/pulseaudio\ 
 -DPA_SYSTEM_RUNTIME_PATH=\/var/run/pulse\ 
 -DPA_SYSTEM_CONFIG_PATH=\/var/lib/pulse\ 
 -DPA_SYSTEM_STATE_PATH=\/var/lib/pulse\ -DAO_REQUIRE_CAS 
 -DPULSE_LOCALEDIR=\/usr/share/locale\ 
 -DPA_MACHINE_ID=\/var/lib/dbus/machine-id\ 
 -DPA_ALSA_PATHS_DIR=\/usr/share/pulseaudio/alsa-mixer/paths\ 
 -DPA_ALSA_PROFILE_SETS_DIR=\/usr/share/pulseaudio/alsa-mixer/profile-sets\  
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -O2 -g -Wall 
 -O2 -Wall -W -Wextra -pipe -Wno-long-long -Winline -Wvla 
 -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 
 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs 
 -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self 
 -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes 
 -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations 
 -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2 
 -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 
 -fno-common -fdiagnostics-show-option -c -o 
 libpulsecore_0.9.17_la-svolume_arm.lo `test -f 'pulsecore/svolume_arm.c' || 
 echo './'`pulsecore/svolume_arm.c
 {standard input}: Assembler messages:
 {standard input}:54: Error: selected processor does not support `smulwb 
 r0,r0,r2'
 {standard input}:55: Error: selected processor does not support `ssat 
 r0,#16,r0'
 {standard input}:65: Error: selected processor does not support `ldrd 
 r2,[r6],#8'
 {standard input}:67: Error: selected processor does not support `smulwt 
 r2,r2,r0'
 {standard input}:68: Error: selected processor does not support `smulwb 
 r3,r3,r0'
 {standard input}:69: Error: selected processor does not support `ssat 
 r2,#16,r2'
 {standard input}:70: Error: selected processor does not support `ssat 
 r3,#16,r3'
 {standard input}:71: Error: selected processor does not support `pkhbt 
 r0,r3,r2,LSL#16'
 {standard input}:80: Error: selected processor does not support `ldrd 
 r2,[r6],#8'
 {standard input}:81: Error: selected processor does not support `ldrd 
 r4,[r6],#8'
 {standard input}:82: Error: selected processor does not support `ldrd r0,[sl]'
 {standard input}:83: Error: selected processor does not support `smulwt 
 r2,r2,r0'
 {standard input}:84: Error: selected processor does not support `smulwb 
 r3,r3,r0'
 {standard input}:85: Error: selected processor does not support `smulwt 
 r4,r4,r1'
 {standard input}:86: Error: selected processor does not support `smulwb 
 r5,r5,r1'
 {standard input}:87: Error: selected processor does not support `ssat 
 r2,#16,r2'
 {standard input}:88: Error: selected processor does not support `ssat 
 r3,#16,r3'
 {standard input}:89: Error: selected processor does not support `ssat 
 r4,#16,r4'
 {standard input}:90: Error: selected processor does not support `ssat 
 r5,#16,r5'
 {standard input}:91: Error: selected processor does not support `pkhbt 
 r0,r3,r2,LSL#16'
 {standard input}:92: Error: selected processor does not support `pkhbt 
 r1,r5,r4,LSL#16'
 {standard input}:93: Error: selected processor does not support `strd 
 r0,[sl],#8'
 make[4]: *** [libpulsecore_0.9.17_la-svolume_arm.lo] Error 1
 make[4]: Leaving directory 
 `/build/buildd-pulseaudio_0.9.17-1-armel-njHR4X/pulseaudio-0.9.17/src'
 make[3]: *** [all] Error 2
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all] Error 2





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



Bug#544822: marked as done (out of range pointer 0x8080810 with r128 graphics card and gfxterm)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 13:59:04 +
with message-id e1mmt84-0005ew...@ries.debian.org
and subject line Bug#544822: fixed in grub2 1.97~beta3-1
has caused the Debian Bug report #544822,
regarding out of range pointer 0x8080810 with r128 graphics card and gfxterm
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
544822: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544822
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: grub-pc
Version: 1.97~beta1-1

Dear GRUB team,

At the sh:grub prompt, I run:

|  insmod gfxterm
|  insmod vbe
|  videotest

This produces output:

| error: No suitable mode found.

That is not too worrying.  Afterwards, I run:

|  lsmod
|  loadfont /boot/grub/unicode.pf2

This usually produces much more worrying output:

| out of range pointer 0x8080810

Sometimes that message is in response to the lsmod, sometimes the loadfont.

This series of commands was devised to try to figure out a problem booting
with GRUB_TERMINAL=console not commented.  The out of range pointer was
different then, so that was probably a different bug, but this one looks
more debuggable anyway.  Any tips?

Thanks,
Jonathan

*** BEGIN /proc/mounts
/dev/disk/by-uuid/9dd1f668-ec78-4bd3-9bc3-b6f6073468f7 / ext3 
rw,relatime,errors=remount-ro,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
if terminal_input console ; then true ; else
  # For backward compatibility with versions of terminal.mod that don't
  # understand terminal_input
  terminal console
fi
if terminal_output console ; then true ; else
  # For backward compatibility with versions of terminal.mod that don't
  # understand terminal_output
  terminal console
fi
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, Linux 2.6.31-rc6-00242-g4dfd79e-dirty {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set 9dd1f668-ec78-4bd3-9bc3-b6f6073468f7
linux   /boot/vmlinuz-2.6.31-rc6-00242-g4dfd79e-dirty 
root=UUID=9dd1f668-ec78-4bd3-9bc3-b6f6073468f7 ro quiet quiet
initrd  /boot/initrd.img-2.6.31-rc6-00242-g4dfd79e-dirty
}
menuentry Debian GNU/Linux, Linux 2.6.30-1-686 {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set 9dd1f668-ec78-4bd3-9bc3-b6f6073468f7
linux   /boot/vmlinuz-2.6.30-1-686 
root=UUID=9dd1f668-ec78-4bd3-9bc3-b6f6073468f7 ro quiet quiet
initrd  /boot/initrd.img-2.6.30-1-686
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*** END /boot/grub/grub.cfg
---End Message---
---BeginMessage---
Source: grub2
Source-Version: 1.97~beta3-1

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

grub-common_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-common_1.97~beta3-1_amd64.deb
grub-coreboot_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-coreboot_1.97~beta3-1_amd64.deb
grub-efi-amd64_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-efi-amd64_1.97~beta3-1_amd64.deb
grub-efi-ia32_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-efi-ia32_1.97~beta3-1_amd64.deb
grub-efi_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-efi_1.97~beta3-1_amd64.deb
grub-firmware-qemu_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-firmware-qemu_1.97~beta3-1_amd64.deb
grub-ieee1275_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-ieee1275_1.97~beta3-1_amd64.deb
grub-linuxbios_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-linuxbios_1.97~beta3-1_amd64.deb
grub-pc_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-pc_1.97~beta3-1_amd64.deb
grub-rescue-pc_1.97~beta3-1_amd64.deb
  to pool/main/g/grub2/grub-rescue-pc_1.97~beta3-1_amd64.deb
grub2_1.97~beta3-1.diff.gz
  to pool/main/g/grub2/grub2_1.97~beta3-1.diff.gz

Processed: closing 539705

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # time for migration
 close 539705
Bug#539705: Not fit for testing migration yet
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Andreas Barth 
a...@not.so.argh.org


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#546032: libjgrapht0.6-java-doc and libjgrapht-java-doc: error , when trying to install together

2009-09-12 Thread Niels Thykier
 On Thu, Sep 10, 2009 at 9:44 PM, Ralf Treinen trei...@free.fr wrote:
 Package: libjgrapht-java-doc,libjgrapht0.6-java-doc
 Version: libjgrapht-java-doc/0.6.0-5
 Version: libjgrapht0.6-java-doc/0.6.0-8

 libjgrapht0.6-java-doc/0.6.0-8 in main replaces
 libjgrapht-java-doc/0.6.0-5 in contrib. That is why the package in
 contrib should get removed. Feel free to file a removal request.

 Cheers,
 Torsten


Hi

Shouldn't the libjgrapht0.6 then have the Replaces entry in the
control file? As far as I can tell it only have Conflicts.

~Niels





signature.asc
Description: OpenPGP digital signature


Bug#546305: lives - FTBFS: Illegal build-depends

2009-09-12 Thread Harry Rickards
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bugger. That should have been frei0r-plugins-dev [!kfreebsd-i386
!kfreebsd-amd64 !hurd-i386 !arm !powerpc]. Will upload a new version to
mentors.d.n and send another RFS to d-ment...@l.d.o

- -- 
Thanks
Harry Rickards hricka...@l33tmyst.com

_,   _,  ,'`.
  `$$' `$$' `.  ,'
   $$   $$`'
   $$   $$ _,   _
 ,d$$$g$$  ,d$$$b.  $$,d$$$b.`$$' g$b.`$$,d$$b.
,$P'  `$$ ,$P' `Y$. $$$'  `$$ $$  '   `$$ $$$' `$$
$$'$$ $$'   `$$ $$'$$ $$  ,g$$ $$'   $$
$$ $$ $$g$$ $$ $$ $$ ,$P   $$ $$$$
$$,$$ $$.   $$,$P $$ $$'   ,$$ $$$$
`$g. ,$$$ `$$._ _., $$ _,g$P' $$ `$b. ,$$$ $$$$
 `Y$$P'$$. `YP',P'  ,$$. `Y$$P'$$.$$.  ,$$.

Proud Debian and Ubuntu maintainer of LiVES!
http://packages.qa.debian.org/l/lives.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iJwEAQECAAYFAkqruYwACgkQ+9DWHFhEn29x/wQAp9kIBkf4VkHpPl5qY6jba9C2
GDFMevDKRfvFIE+7Ucdzn1raxF2QAGEPVjvdZkUF/OvZy5RelQ03nGBCmrSdkyc5
4x9Z4v3bGDBAtx+IUWJLgnz4WametkvdpfPJxsdwmLyF9DgudjPvDS3hfQ5V+wsA
jVsf2zq8XNJYT05Sefo=
=9Asv
-END PGP SIGNATURE-



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



Bug#546336: Misses the glade file used to generate interface.{h,c}

2009-09-12 Thread Enrico Zini
Package: tangogps
Version: 0.9.6-6
Severity: serious

Hello,

thanks for maintaining tangogps.

I wanted to try and add a button to the interface, and I noticed that
interface.c is autogenerated code. interface.h also says  * DO NOT EDIT
THIS FILE - it is generated by Glade.

The glade source does not seem to be in the Debian sources, not in the
tarball downloaded at http://www.tangogps.org/downloads/tangogps-0.9.6.tar.gz

It looks like I am unable to alter the interface without hand-touching
autogenerated code, or to create a patch involving the interface to
submit to upstream.

I set severity serious, since the software is GPLed and the preferred
source of modification for interface.{h,c} would be the .glade file.


Ciao,

Enrico

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

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

Versions of packages tangogps depends on:
ii  libatk1.0-0   1.26.0-1   The ATK accessibility toolkit
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libcurl3-gnutls   7.19.5-1.1 Multi-protocol file transfer libra
ii  libexif12 0.6.17-1   library to parse EXIF files
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.9-5FreeType 2 font engine, shared lib
ii  libgconf2-4   2.26.2-3   GNOME configuration database syste
ii  libglib2.0-0  2.20.5-1   The GLib library of C routines
ii  libgtk2.0-0   2.16.6-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.24.5-1   Layout and rendering of internatio
ii  libsqlite3-0  3.6.17-2   SQLite 3 shared library

Versions of packages tangogps recommends:
ii  gpsd  2.39-5 Global Positioning System - daemon

Versions of packages tangogps suggests:
ii  python2.5.4-2An interactive high-level object-o

-- no debconf information



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



Bug#543089: Google Give-Away Promo

2009-09-12 Thread Google Give-Away Team .
This E-mail is to inform you that your e-mail emerged as a winner 
of£1,000,000.00 GBP (One million British Pounds) in our online Give-away 
draws.contact us with your Ful Name.address.Country and Telnumber.Google 
Give-Away Team.
Reply this email with the information for claim(mrgrahams_benfi...@9.cn)



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



Processed: Re: Should multipath-tools-boot depend on iscsi?

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 542370 grave
Bug #542370 [open-iscsi] init.d script dependency loop involving lvm2, 
multipath-tools-boot and open-iscsi
Severity set to 'grave' 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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#546336: Misses the glade file used to generate interface.{h,c}

2009-09-12 Thread Marcus Bauer

Hello, the comment is a left-over from the first versions of tangogps,
I will remove it in the next version. Feel free to send me your patches
and I will integrate them.

See also  bug #497117



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



Bug#546254: inkscape: crashes at start with render_barcode.inx:1: parser error : XML declaration

2009-09-12 Thread Tony White
Hi,
I don't think that this is an inkscape problem. The error is : XML
declaration allowed only at the start of the document
but the correct declaration : ?xml version=1.0? is at the start of
/usr/share/inkscape/extensions/render_barcode.inx.
If ?xml version=1.0? is removed from the start of
render_barcode.inx then inkscape will complain about
/usr/share/inkscape/templates/default.svg having the same problem,
which is incorrect.
The problem appears to be libxml2. The package that causes the problem
here was libxml2 (2.7.4.dfsg-1).
After downgrading libxml2 (2.7.4.dfsg-1) to the previous version of
libxml2 from /var/cache/apt/archives/libxml2_2.7.3.dfsg-2+b1_i386.deb,
inkscape started fine.

So a quick fix is to downgrade libxml2 a version using dpkg -i on the
previous version stored in /var/cache/apt/archives/.
I don't think that this is an inkscape problem but I can confirm this bug.



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



Bug#517060: pythoncard: diff for NMU version 0.8.1-8.2

2009-09-12 Thread Luca Falavigna
tags 517060 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for pythoncard (versioned as 0.8.1-8.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer or cancel it.

-- 
  .''`.
 :  :' :   Luca Falavigna dktrkr...@debian.org
 `.  `'
   `-


signature.asc
Description: PGP signature


Processed: pythoncard: diff for NMU version 0.8.1-8.2

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 517060 + patch pending
Bug #517060 [pythoncard] pythoncard: generates incorrect package with 
python-support in experimental
Added tag(s) pending and 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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#544104: depends on dpkg version not in archive

2009-09-12 Thread Eric Cooper
Package: readline-common
Version: 6.0-4
Severity: normal

This bug is also preventing debootstrap and pbuilder from creating
squeeze chroots, because readline-common 6.0-4 is in squeeze, but only
dpkg 1.15.3.1 is in squeeze.

(I don't understand how readline-common could have migrated to testing
in this state.  Also, why does it depend on dpkg in the first place?)
-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (400, 'unstable')
Architecture: i386 (i686)

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

Versions of packages readline-common depends on:
ii  dpkg  1.15.3.1   Debian package management system
ii  install-info  4.13a.dfsg.1-4 Manage installed documentation in 

readline-common recommends no packages.

readline-common suggests no packages.

-- no debconf information



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



Bug#523353: stellarium: Segmentation fault while startup, backtrace

2009-09-12 Thread Andreas B. Mundt

Hi,

I've got the same problem, attached find a (hopefully usefull)
backtrace I tried to produce following
http://wiki.debian.org/HowToGetABacktrace . 
X video driver is nv, debian testing/squeeze. Let me know if anything
else is needed. 

Regards, 

 Andi


a...@flashgordon:~/devel/deb$ MALLOC_CHECK_=2 gdb stellarium  
GNU gdb (GDB) 6.8.50.20090628-cvs-debian  
Copyright (C) 2009 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 x86_64-linux-gnu.
For bug reporting instructions, please see:   
http://www.gnu.org/software/gdb/bugs/...
(gdb) run 
Starting program: /usr/bin/stellarium 
[Thread debugging using libthread_db enabled] 
[New Thread 0x70c5d950 (LWP 17840)]   
 ---  
[ This is Stellarium 0.10.2 - http://www.stellarium.org ] 
[ Copyright (C) 2000-2009 Fabien Chereau et al  ] 
 ---  
Writing log file to: /home/andi/.stellarium/log.txt 
File search paths:
  0 .  /home/andi/.stellarium   
  1 .  /usr/share/stellarium
Config file is:  /home/andi/.stellarium/config.ini  
Attempting to use an existing older config file.  
Cache directory is:  /home/andi/.cache/stellarium/stellarium
Sky language is 
Application language is 
Loading Solar System data ... 
Loaded 38 / 38 planet orbits  
Loading star data ... 
Loading stars_0_0v0_1.cat: 0_0v0_1; 5013
Loading stars_1_0v0_1.cat: 1_0v0_1; 21999   
Loading stars_2_0v0_1.cat: 2_0v0_1; 151416  
Loading stars_3_1v0_0.cat: 3_1v0_0; 434064  
Finished loading star catalogue data, max_geodesic_level:  3  
Warning: location Paris, Paris, France is unknown   
navigation/preset_sky_time is a double - treating as jday: 2.45151e+06
Unknown projection type:  stereographic setting ProjectionStereographic 
instead 
Loaded 10051 / 13226 NGC records

Loading NGC name data ...   

Loaded 222 / 222 NGC name records successfully  

Loaded 88 / 88 constellation records successfully for culture western 

Loaded 85 / 85 constellation art records successfully for culture western 

Loaded 89 / 89 constellation names  

Loading constellation boundary data ... 

Loaded 782 constellation boundary segments  

Loading star names from 
/usr/share/stellarium/skycultures/western/star_names.fab  
Loaded 230 / 230 common star names  

Loading star names from /usr/share/stellarium/stars/default/name.fab  

Loaded 3215 / 4359 scientific star names

Creating GUI ...

[New Thread 0x7fffea54d950 (LWP 17842)] 

[Thread 0x7fffea54d950 (LWP 17842) exited]  


Program received signal SIGSEGV, Segmentation fault.
0x77b85b45 in ?? () from /usr/lib/libQtOpenGL.so.4
(gdb) thread apply all bt   

Thread 2 (Thread 0x70c5d950 (LWP 17840)):
#0  0x746a0f02 in select () from /lib/libc.so.6
#1  0x75b855a6 in ?? () from /usr/lib/libQtCore.so.4
#2  0x75ac0475 in ?? () from /usr/lib/libQtCore.so.4
#3  0x7583ff9a in start_thread () from /lib/libpthread.so.0
#4  

Bug#546336: Misses the glade file used to generate interface.{h,c}

2009-09-12 Thread Enrico Zini
On Sat, Sep 12, 2009 at 06:15:50PM +0200, Marcus Bauer wrote:

 Hello, the comment is a left-over from the first versions of tangogps,
 I will remove it in the next version. Feel free to send me your patches
 and I will integrate them.
 
 See also  bug #497117

Sorry for mailing you twice, I didn't know you were subscribed to the
Gnome BTS.

So, you mean that to edit the interface you now normally hand-edit the
glade-generated files?


Ciao,

Enrico

-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini enr...@enricozini.org


signature.asc
Description: Digital signature


Processed: libaws - FTBFS: /usr/lib/ada/adalib/templates_parser/templates_parser.ali is obsolete and read-only

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 536949 2.5-1
Bug #536949 {Done: Ludovic Brenta lbre...@debian.org} [libaws] libaws: FTBFS: 
error: (/usr/lib/ada/adalib/asis/a4g-contt.ali is obsolete and read-only)
There is no source info for the package 'libaws' at version '2.5-1' with 
architecture ''
Unable to make a source version for version '2.5-1'
Bug Marked as found in versions 2.5-1; no longer marked as fixed in versions 
libaws/2.5-1 and reopened.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#525231: X freezes

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 525231 important
Bug #525231 [xserver-xorg-video-intel] X freezes
Severity set to 'important' from 'grave'

 notforwarded 525231
Bug #525231 [xserver-xorg-video-intel] X freezes
Unset Bug forwarded-to-address
 tag 525231 - fixed-upstream + moreinfo
Bug #525231 [xserver-xorg-video-intel] X freezes
Removed tag(s) fixed-upstream.
Bug #525231 [xserver-xorg-video-intel] X freezes
Added tag(s) moreinfo.
 kthxbye
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#536528: marked as done (gimp-gap: implicit pointer conversions)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 16:48:17 +
with message-id e1mmvlp-00028f...@ries.debian.org
and subject line Bug#536528: fixed in gimp-gap 2.6.0+dfsg-1
has caused the Debian Bug report #536528,
regarding gimp-gap: implicit pointer conversions
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
536528: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536528
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gimp-gap
Version: 2.6.0-1
Severity: serious
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

  Function `p_gtk_button_new_from_stock_icon' implicitly converted to pointer 
at gap_story_section_properties.c:869
  Function `gap_fmac_get_alternate_name' implicitly converted to pointer at 
gap_story_properties.c:3340
  Function `g_fopen' implicitly converted to pointer at gap_gve_misc_util.c:358

This is often due to a missing function prototype definition.
For more information, see [2].

Though it is guaranteed that this codepath will cause a segfault on certain
architectures, it is not guaranteed that this codepath would ever be executed
(e.g., if the returned pointer is never dereferenced). However, this bug
does prevent the ia64 buildd from successfully building this package, resulting
in a practical FTBFS issue and warranting the serious severity.

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions



-- 
dann frazier

diff -urpN gimp-gap-2.6.0.orig/gap/gap_story_dialog.h gimp-gap-2.6.0/gap/gap_story_dialog.h
--- gimp-gap-2.6.0.orig/gap/gap_story_dialog.h	2009-06-04 14:38:03.0 -0600
+++ gimp-gap-2.6.0/gap/gap_story_dialog.h	2009-07-10 13:30:35.833743151 -0600
@@ -32,6 +32,8 @@
 #include gap_story_main.h
 #include gap_story_properties.h
 
+GtkWidget * p_gtk_button_new_from_stock_icon(const char *stock_id);
+
 voidgap_storyboard_dialog(GapStbMainGlobalParams *gpp);
 
 voidgap_story_dlg_attw_render_all(GapStbAttrWidget *attw);
diff -urpN gimp-gap-2.6.0.orig/gap/gap_story_properties.c gimp-gap-2.6.0/gap/gap_story_properties.c
--- gimp-gap-2.6.0.orig/gap/gap_story_properties.c	2009-06-04 14:38:03.0 -0600
+++ gimp-gap-2.6.0/gap/gap_story_properties.c	2009-07-10 13:31:59.424583981 -0600
@@ -55,6 +55,7 @@
 #include gap_timeconv.h
 #include gap_thumbnail.h
 #include gap_fmac_base.h
+#include gap_fmac_name.h
 #include gap_story_vthumb.h
 
 
diff -urpN gimp-gap-2.6.0.orig/libgapvidutil/gap_gve_misc_util.c gimp-gap-2.6.0/libgapvidutil/gap_gve_misc_util.c
--- gimp-gap-2.6.0.orig/libgapvidutil/gap_gve_misc_util.c	2009-06-04 14:38:03.0 -0600
+++ gimp-gap-2.6.0/libgapvidutil/gap_gve_misc_util.c	2009-07-10 13:33:22.379426254 -0600
@@ -34,6 +34,7 @@
 #include sys/stat.h
 #include errno.h
 
+#include glib/gstdio.h
 
 /* GIMP includes */
 #include gtk/gtk.h
---End Message---
---BeginMessage---
Source: gimp-gap
Source-Version: 2.6.0+dfsg-1

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

gimp-gap_2.6.0+dfsg-1.diff.gz
  to pool/main/g/gimp-gap/gimp-gap_2.6.0+dfsg-1.diff.gz
gimp-gap_2.6.0+dfsg-1.dsc
  to pool/main/g/gimp-gap/gimp-gap_2.6.0+dfsg-1.dsc
gimp-gap_2.6.0+dfsg-1_ia64.deb
  to pool/main/g/gimp-gap/gimp-gap_2.6.0+dfsg-1_ia64.deb
gimp-gap_2.6.0+dfsg.orig.tar.gz
  to pool/main/g/gimp-gap/gimp-gap_2.6.0+dfsg.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 536...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thibaut Paumard paum...@users.sourceforge.net (supplier of updated gimp-gap 
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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 Aug 2009 16:28:59 +0200
Source: gimp-gap
Binary: gimp-gap
Architecture: source ia64
Version: 2.6.0+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Thibaut Paumard paum...@users.sourceforge.net
Changed-By: Thibaut Paumard paum...@users.sourceforge.net
Description: 
 gimp-gap   - The GIMP Animation Package

Bug#537727: marked as done (gimp-gap contains a convenience copy of libmpeg3)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 16:48:17 +
with message-id e1mmvlp-00028j...@ries.debian.org
and subject line Bug#537727: fixed in gimp-gap 2.6.0+dfsg-1
has caused the Debian Bug report #537727,
regarding gimp-gap contains a convenience copy of libmpeg3
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
537727: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537727
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: gimp-gap
Version: 2.6.0-1
Severity: serious
Justification: Policy 4.13

Hi,

gimp-gap contains a convenience copy of libmpeg3, which it should not  
(Policy 4.13 bellow).


Please remove the offending code from the source tarball. (Of course,  
you need to wait for libmpeg3 to be upgraded, it seems some lobbying  
would be useful for that: see #430770).


Regards, Thibaut.

Policy v. 3.8.2.0: 4.13 Convenience copies of code
Some software packages include in their distribution convenience  
copies of code from other software packages, generally so that users  
compiling from source don't have to download multiple packages. Debian  
packages should not make use of these convenience copies unless the  
included package is explicitly intended to be used in this way. If the  
included code is already in the Debian archive in the form of a  
library, the Debian packaging should ensure that binary packages  
reference the libraries already in Debian and the convenience copy is  
not used. If the included code is not already in Debian, it should be  
packaged separately as a prerequisite if possible.



- -- System Information:

Debian Release: squeeze/sid

  APT prefers unstable

  APT policy: (500, 'unstable'), (1, 'experimental')

Architecture: i386 (i686)



Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)

Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Shell: /bin/sh linked to /bin/dash



Versions of packages gimp-gap depends on:

ii  gimp   2.6.6-1+b1The GNU Image  
Manipulation Program


ii  libatk1.0-01.26.0-1  The ATK accessibility  
toolkit


ii  libc6  2.9-18GNU C Library: Shared  
libraries


ii  libcairo2  1.8.8-2   The Cairo 2D vector  
graphics libra


ii  libfontconfig1 2.6.0-4   generic font  
configuration library


ii  libfreetype6   2.3.9-5   FreeType 2 font engine,  
shared lib


ii  libgimp2.0 2.6.6-1+b1Libraries for the GNU  
Image Manipu


ii  libglib2.0-0   2.20.4-1  The GLib library of C  
routines


ii  libgtk2.0-02.16.4-1  The GTK+ graphical user  
interface


ii  libjpeg62  6b-14 The Independent JPEG  
Group's JPEG


ii  libpango1.0-0  1.24.3-1  Layout and rendering of  
internatio


ii  libpng12-0 1.2.37-1  PNG library - runtime

ii  zlib1g 1:1.2.3.3.dfsg-14 compression library -  
runtime




gimp-gap recommends no packages.



Versions of packages gimp-gap suggests:

pn  mplayer   none (no description available)



- -- no debconf information



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAkpkeawACgkQ+37NkUuUiPFWTQCfdxrM4Byir7O/l/t1gBI9I91M
WVQAn0W8yREbehrt5ZqNqBDpjVTW09oc
=oTFM
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: gimp-gap
Source-Version: 2.6.0+dfsg-1

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

gimp-gap_2.6.0+dfsg-1.diff.gz
  to pool/main/g/gimp-gap/gimp-gap_2.6.0+dfsg-1.diff.gz
gimp-gap_2.6.0+dfsg-1.dsc
  to pool/main/g/gimp-gap/gimp-gap_2.6.0+dfsg-1.dsc
gimp-gap_2.6.0+dfsg-1_ia64.deb
  to pool/main/g/gimp-gap/gimp-gap_2.6.0+dfsg-1_ia64.deb
gimp-gap_2.6.0+dfsg.orig.tar.gz
  to pool/main/g/gimp-gap/gimp-gap_2.6.0+dfsg.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 537...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thibaut Paumard paum...@users.sourceforge.net (supplier of updated gimp-gap 
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 ftpmas...@debian.org)


-BEGIN PGP SIGNED 

Bug#537725: marked as done (gimp-gap contains a convenience copy of ffmpeg)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 16:48:17 +
with message-id e1mmvlp-00028h...@ries.debian.org
and subject line Bug#537725: fixed in gimp-gap 2.6.0+dfsg-1
has caused the Debian Bug report #537725,
regarding gimp-gap contains a convenience copy of ffmpeg
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
537725: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537725
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: gimp-gap
Version: 2.6.0-1
Severity: serious
Justification: Policy 4.13

Hi,

gimp-gap contains a convenience copy of ffmpeg, which it should not  
(Policy 4.13 bellow). In addition, ffmpeg poses serious legal  
problems, best let them in a single package.


Please remove the offending code from the source tarball.

Regards, Thibaut.

Policy v. 3.8.2.0: 4.13 Convenience copies of code
Some software packages include in their distribution convenience  
copies of code from other software packages, generally so that users  
compiling from source don't have to download multiple packages. Debian  
packages should not make use of these convenience copies unless the  
included package is explicitly intended to be used in this way. If the  
included code is already in the Debian archive in the form of a  
library, the Debian packaging should ensure that binary packages  
reference the libraries already in Debian and the convenience copy is  
not used. If the included code is not already in Debian, it should be  
packaged separately as a prerequisite if possible.


- -- System Information:

Debian Release: squeeze/sid

  APT prefers unstable

  APT policy: (500, 'unstable'), (1, 'experimental')

Architecture: i386 (i686)



Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)

Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Shell: /bin/sh linked to /bin/dash



Versions of packages gimp-gap depends on:

ii  gimp   2.6.6-1+b1The GNU Image  
Manipulation Program


ii  libatk1.0-01.26.0-1  The ATK accessibility  
toolkit


ii  libc6  2.9-18GNU C Library: Shared  
libraries


ii  libcairo2  1.8.8-2   The Cairo 2D vector  
graphics libra


ii  libfontconfig1 2.6.0-4   generic font  
configuration library


ii  libfreetype6   2.3.9-5   FreeType 2 font engine,  
shared lib


ii  libgimp2.0 2.6.6-1+b1Libraries for the GNU  
Image Manipu


ii  libglib2.0-0   2.20.4-1  The GLib library of C  
routines


ii  libgtk2.0-02.16.4-1  The GTK+ graphical user  
interface


ii  libjpeg62  6b-14 The Independent JPEG  
Group's JPEG


ii  libpango1.0-0  1.24.3-1  Layout and rendering of  
internatio


ii  libpng12-0 1.2.37-1  PNG library - runtime

ii  zlib1g 1:1.2.3.3.dfsg-14 compression library -  
runtime




gimp-gap recommends no packages.



Versions of packages gimp-gap suggests:

pn  mplayer   none (no description available)



- -- no debconf information


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAkpkeMEACgkQ+37NkUuUiPFtigCcC5hUQqKTOkb5hBMRiFMd7pUG
3VwAn1/LRBM70SVNpHPtAf//MBB7YbSt
=RXv0
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: gimp-gap
Source-Version: 2.6.0+dfsg-1

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

gimp-gap_2.6.0+dfsg-1.diff.gz
  to pool/main/g/gimp-gap/gimp-gap_2.6.0+dfsg-1.diff.gz
gimp-gap_2.6.0+dfsg-1.dsc
  to pool/main/g/gimp-gap/gimp-gap_2.6.0+dfsg-1.dsc
gimp-gap_2.6.0+dfsg-1_ia64.deb
  to pool/main/g/gimp-gap/gimp-gap_2.6.0+dfsg-1_ia64.deb
gimp-gap_2.6.0+dfsg.orig.tar.gz
  to pool/main/g/gimp-gap/gimp-gap_2.6.0+dfsg.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 537...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thibaut Paumard paum...@users.sourceforge.net (supplier of updated gimp-gap 
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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 

Bug#536949: libaws - FTBFS: /usr/lib/ada/adalib/templates_parser/templates_parser.ali is obsolete and read-only

2009-09-12 Thread Bastian Blank
found 536949 2.5-1
thanks

There was an error while trying to autobuild your package:

 sbuild (Debian sbuild) 0.58.2 (15 Jun 2009) on lxdebian.bfinv.de
[...]
 gnatbind -shared -I- -x 
 /build/buildd-libaws_2.5-1-s390-0G4WwF/libaws-2.5/obj-tools/ada2wsdl-main.ali
 error: templates_parser.adb must be compiled
 error: (/usr/lib/ada/adalib/templates_parser/templates_parser.ali is 
 obsolete and read-only)
 error: templates_parser-configuration__standalone.ads must be compiled
 error: 
 (/usr/lib/ada/adalib/templates_parser/templates_parser-configuration__standalone.ali
  is obsolete and read-only)
 error: templates_parser-input__standalone.adb must be compiled
 error: 
 (/usr/lib/ada/adalib/templates_parser/templates_parser-input__standalone.ali
  is obsolete and read-only)
 error: templates_parser-tasking__standard_tasking.adb must be compiled
 error: 
 (/usr/lib/ada/adalib/templates_parser/templates_parser-tasking__standard_tasking.ali
  is obsolete and read-only)
 error: templates_parser-utils.adb must be compiled
 error: (/usr/lib/ada/adalib/templates_parser/templates_parser-utils.ali is 
 obsolete and read-only)
 error: unicode.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode.ali is obsolete and read-only)
 error: unicode-names.ads must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-names.ali is obsolete and 
 read-only)
 error: unicode-names-basic_latin.ads must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-names-basic_latin.ali is 
 obsolete and read-only)
 error: unicode-ccs.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-ccs.ali is obsolete and 
 read-only)
 error: unicode-ces.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-ces.ali is obsolete and 
 read-only)
 error: unicode-ces-utf16.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-ces-utf16.ali is obsolete and 
 read-only)
 error: unicode-ces-utf32.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-ces-utf32.ali is obsolete and 
 read-only)
 error: unicode-ces-utf8.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-ces-utf8.ali is obsolete and 
 read-only)
 error: input_sources.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/input_sources.ali is obsolete and 
 read-only)
 error: unicode-ces-basic_8bit.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-ces-basic_8bit.ali is obsolete 
 and read-only)
 error: unicode-encodings.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-encodings.ali is obsolete and 
 read-only)
 error: unicode-ccs-iso_8859_1.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-ccs-iso_8859_1.ali is obsolete 
 and read-only)
 error: unicode-ccs-iso_8859_15.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-ccs-iso_8859_15.ali is obsolete 
 and read-only)
 error: unicode-names-currency_symbols.ads must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-names-currency_symbols.ali is 
 obsolete and read-only)
 error: unicode-names-latin_1_supplement.ads must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-names-latin_1_supplement.ali is 
 obsolete and read-only)
 error: unicode-names-latin_extended_a.ads must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-names-latin_extended_a.ali is 
 obsolete and read-only)
 error: unicode-ccs-iso_8859_2.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-ccs-iso_8859_2.ali is obsolete 
 and read-only)
 error: unicode-names-spacing_modifier_letters.ads must be compiled
 error: 
 (/usr/lib/ada/adalib/xmlada/unicode-names-spacing_modifier_letters.ali is 
 obsolete and read-only)
 error: unicode-ccs-iso_8859_3.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-ccs-iso_8859_3.ali is obsolete 
 and read-only)
 error: unicode-ccs-iso_8859_4.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-ccs-iso_8859_4.ali is obsolete 
 and read-only)
 error: unicode-ccs-windows_1252.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-ccs-windows_1252.ali is obsolete 
 and read-only)
 error: unicode-names-general_punctuation.ads must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-names-general_punctuation.ali is 
 obsolete and read-only)
 error: unicode-names-latin_extended_b.ads must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-names-latin_extended_b.ali is 
 obsolete and read-only)
 error: unicode-names-letterlike_symbols.ads must be compiled
 error: (/usr/lib/ada/adalib/xmlada/unicode-names-letterlike_symbols.ali is 
 obsolete and read-only)
 error: dom.ads must be compiled
 error: (/usr/lib/ada/adalib/xmlada/dom.ali is obsolete and read-only)
 error: dom-core.adb must be compiled
 error: (/usr/lib/ada/adalib/xmlada/dom-core.ali is obsolete and read-only)
 error: sax.ads must be compiled
 error: (/usr/lib/ada/adalib/xmlada/sax.ali is obsolete and read-only)
 error: sax-encodings.ads must be compiled
 error: 

Bug#517060: pythoncard: diff for NMU version 0.8.1-8.2

2009-09-12 Thread Luca Falavigna
Attaching patch this time :)

-- 
  .''`.
 :  :' :   Luca Falavigna dktrkr...@debian.org
 `.  `'
   `-


pythoncard_0.8.1-8.2.nmudiff
Description: Binary data


signature.asc
Description: PGP signature


Bug#525231: X freezes

2009-09-12 Thread Julien Cristau
severity 525231 important
notforwarded 525231
tag 525231 - fixed-upstream + moreinfo
kthxbye

Hi Soeren,

On Sat, Aug  1, 2009 at 10:37:37 +0200, Soeren Sonnenburg wrote:

 On Sat, 2009-08-01 at 10:25 +0200, Brice Goglin wrote:
  On Wed, Jun 03, 2009 at 06:16:11AM +0200, Soeren Sonnenburg wrote:
   Yes, happens with 2.6.30-rc7+ and xorg-intel-git-current. AFAIK bugs are
   filed already.
   
   AFAIK it is not kernel dependent but happens with
   xserver-xorg-video-intel version 2.6.X and above (last version known to
   work is 2.4.X).
  
  Any improvement with intel 2.8.0 and 2.6.31-rc ?
 
 It is more stable but I still have the same hangs with and w/o kms
 enabled on sid-current and -rc4. Well and in addition it now hangs
 directly after resume from time to time...
 
No better luck with 2.8.1?  That fixed a few gpu hangs.

If X still hangs for you with 2.8.1 and kernel .31, that needs to be
filed upstream (fd.o bug#20893, which this is marked as forwarded to, is
an even bigger mess than this, so we have no way to know what is or
isn't still relevant).  If other people are reading this, please file
your own bugs for your own issues.

Thanks,
Julien



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



Bug#523353: stellarium: Segmentation fault while startup, backtrace

2009-09-12 Thread Julien Cristau
On Sat, Sep 12, 2009 at 18:32:15 +0200, Andreas B. Mundt wrote:

 
 Hi,
 
 I've got the same problem, attached find a (hopefully usefull)
 backtrace I tried to produce following
 http://wiki.debian.org/HowToGetABacktrace . 
 X video driver is nv, debian testing/squeeze. Let me know if anything
 else is needed. 
 
Any chance you could install libqt4-dbg and get the backtrace again?

Thanks,
Julien



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



Bug#544072: Similar problem for cdebootstrap 0.5.5 on squeeze

2009-09-12 Thread Bastian Blank
On Sun, Sep 06, 2009 at 08:34:31AM +0800, Steven Shiau wrote:
 P: Configuring package libsepol1
 D: Updating libsepol1 to status 3
 O: telinit:
 O: /dev/initctl: No such file or directory
 O: dpkg: error processing libsepol1 (--configure):
 O: subprocess installed post-installation script returned error exit
 status 1

Why should cdebootstrap handle errors of _other_ packages?

Anyway, this is already fixed.

Bastian



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



Bug#546307: marked as done (haskelldb - FTBFS: Could not find module `Text.PrettyPrint.HughesPJ')

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 17:33:27 +
with message-id e1mmwtx-0006o9...@ries.debian.org
and subject line Bug#546307: fixed in haskelldb 0.12-3
has caused the Debian Bug report #546307,
regarding haskelldb - FTBFS: Could not find module `Text.PrettyPrint.HughesPJ'
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
546307: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546307
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: haskelldb
Version: 0.12-2
Severity: serious

There was an error while trying to autobuild your package:

 sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on debian-31.osdl.marist.edu
[...]
 [26 of 26] Compiling Database.HaskellDB.DBDirect ( 
 src/Database/HaskellDB/DBDirect.hs, dist/build/Database/HaskellDB/DBDirect.o )
 
 src/Database/HaskellDB.hs:87:7:
 Could not find module `Text.PrettyPrint.HughesPJ':
   Perhaps you haven't installed the profiling libraries for package 
 `pretty-1.0.1.0'?
   Use -v to see a list of the files searched for.
 make: *** [build-ghc6-stamp] Error 1


---End Message---
---BeginMessage---
Source: haskelldb
Source-Version: 0.12-3

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

haskell-haskelldb-doc_0.12-3_all.deb
  to pool/main/h/haskelldb/haskell-haskelldb-doc_0.12-3_all.deb
haskelldb-doc_0.12-3_all.deb
  to pool/main/h/haskelldb/haskelldb-doc_0.12-3_all.deb
haskelldb_0.12-3.diff.gz
  to pool/main/h/haskelldb/haskelldb_0.12-3.diff.gz
haskelldb_0.12-3.dsc
  to pool/main/h/haskelldb/haskelldb_0.12-3.dsc
libghc6-haskelldb-dev_0.12-3_amd64.deb
  to pool/main/h/haskelldb/libghc6-haskelldb-dev_0.12-3_amd64.deb
libghc6-haskelldb-prof_0.12-3_amd64.deb
  to pool/main/h/haskelldb/libghc6-haskelldb-prof_0.12-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 546...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joachim Breitner nome...@debian.org (supplier of updated haskelldb 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Sep 2009 19:18:26 +0200
Source: haskelldb
Binary: libghc6-haskelldb-dev libghc6-haskelldb-prof haskelldb-doc 
haskell-haskelldb-doc
Architecture: source all amd64
Version: 0.12-3
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 haskell-haskelldb-doc - API documentation of haskelldb
 haskelldb-doc - transitional dummy package
 libghc6-haskelldb-dev - Haskell library for expressing database queries
 libghc6-haskelldb-prof - Haskell library for expressing database queries; 
profiling librar
Closes: 546307
Changes: 
 haskelldb (0.12-3) unstable; urgency=low
 .
   * Build-Depend on the right -prof packages (Closes: #546307)
Checksums-Sha1: 
 6a469379ebd0d54a370259420b4b2363611590be 1367 haskelldb_0.12-3.dsc
 0cd6c065430d15620aa1d6ee117c2512ed21b358 5251 haskelldb_0.12-3.diff.gz
 bbf0d77ac8062a31105cfca1d364bbf60af542ef 5548 haskelldb-doc_0.12-3_all.deb
 aa04d17651ea66adfea94a6540f405626815b347 189170 
haskell-haskelldb-doc_0.12-3_all.deb
 8378befcf877e97cf28e38850480a8f2e480984d 792470 
libghc6-haskelldb-dev_0.12-3_amd64.deb
 c6f10316a0bf7c9aa6d3264eafac73f90ee277e3 796036 
libghc6-haskelldb-prof_0.12-3_amd64.deb
Checksums-Sha256: 
 4493d23d05dd1f82d3f8a07cb02f09effec6e102d30c5f446c92d5d38335a321 1367 
haskelldb_0.12-3.dsc
 49d9b356f34e48c6714939553a9bfbbeba470b8916432f62b2bb3df549908ea7 5251 
haskelldb_0.12-3.diff.gz
 c771b4f61f6730b80c20be94e5cfca6aed693c41338d8a28e07848f8c463dca0 5548 
haskelldb-doc_0.12-3_all.deb
 28b4be7d13e337aef4d3db1378e88f2cbd790db854c0f1b7c9f4861504c7807d 189170 
haskell-haskelldb-doc_0.12-3_all.deb
 82cb0307846b4d1774dcfae343527f787e3de3abd5a0344b5abaecc5b8063f72 792470 
libghc6-haskelldb-dev_0.12-3_amd64.deb
 89be602fcd8aa5e3caf0eb471dc20c9e0882e74148c266dacdbf987aebf538e0 796036 
libghc6-haskelldb-prof_0.12-3_amd64.deb
Files: 
 fee9af5d5275d977fc65800d83f7ee9b 1367 haskell optional haskelldb_0.12-3.dsc
 e67df5b11f0c07ba80350aa6d927036d 5251 haskell optional haskelldb_0.12-3.diff.gz
 ac5cd68d4e60427558c0ab1137b4e888 

Bug#523353: stellarium: Segmentation fault backtrace with libqt4-dbg

2009-09-12 Thread Andreas B. Mundt
Hi Julien,

On Sat, Sep 12, 2009 at 07:21:08PM +0200, Julien Cristau wrote:
 Any chance you could install libqt4-dbg and get the backtrace again?

Here we are, with libqt4-dbg installed. Could you give a short hint
from which line(s) you determined the need of libqt4-dbg? (Just to be
able to learn something...)  

Thanks,

Andi

a...@flashgordon:~$ MALLOC_CHECK_=2 gdb stellarium
GNU gdb (GDB) 6.8.50.20090628-cvs-debian  
Copyright (C) 2009 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 x86_64-linux-gnu.   
For bug reporting instructions, please see:  
http://www.gnu.org/software/gdb/bugs/...   
(gdb) run
Starting program: /usr/bin/stellarium
[Thread debugging using libthread_db enabled]
[New Thread 0x70c5d950 (LWP 6216)]   
 --- 
[ This is Stellarium 0.10.2 - http://www.stellarium.org ]
[ Copyright (C) 2000-2009 Fabien Chereau et al  ]
 --- 
Writing log file to: /home/andi/.stellarium/log.txt
File search paths:   
  0 .  /home/andi/.stellarium  
  1 .  /usr/share/stellarium   
Config file is:  /home/andi/.stellarium/config.ini 
Attempting to use an existing older config file. 
Cache directory is:  /home/andi/.cache/stellarium/stellarium   
Sky language is
Application language is
Loading Solar System data ...
Loaded 38 / 38 planet orbits 
Loading star data ...
Loading stars_0_0v0_1.cat: 0_0v0_1; 5013   
Loading stars_1_0v0_1.cat: 1_0v0_1; 21999  
Loading stars_2_0v0_1.cat: 2_0v0_1; 151416 
Loading stars_3_1v0_0.cat: 3_1v0_0; 434064 
Finished loading star catalogue data, max_geodesic_level:  3 
Warning: location Paris, Paris, France is unknown  
navigation/preset_sky_time is a double - treating as jday: 2.45151e+06   
Unknown projection type:  stereographic setting ProjectionStereographic 
instead 
  
Loaded 10051 / 13226 NGC records
   
Loading NGC name data ...   
   
Loaded 222 / 222 NGC name records successfully  
   
Loaded 88 / 88 constellation records successfully for culture western 
   
Loaded 85 / 85 constellation art records successfully for culture western 
   
Loaded 89 / 89 constellation names  
   
Loading constellation boundary data ... 
   
Loaded 782 constellation boundary segments  
   
Loading star names from 
/usr/share/stellarium/skycultures/western/star_names.fab 
Loaded 230 / 230 common star names  
   
Loading star names from /usr/share/stellarium/stars/default/name.fab  
   
Loaded 3215 / 4359 scientific star names
   
Creating GUI ...
   
[New Thread 0x7fffea543950 (LWP 6218)]  
   
[Thread 0x7fffea543950 (LWP 6218) exited]   
   

Program received signal SIGSEGV, Segmentation fault.
0x7464ead0 in ?? () from /lib/libc.so.6 
(gdb) (gdb) thread apply all bt 
Undefined command: .  Try help. 
(gdb) thread apply all bt 

Thread 2 (Thread 0x70c5d950 (LWP 6216)):
#0  0x746a0f02 in select () from /lib/libc.so.6
#1  0x75b855a6 in QProcessManager::run (this=0xb456b0)
at io/qprocess_unix.cpp:296 

Bug#546353: funguloids - FTBFS: error: cannot allocate an object of abstract type 'MPakArchive'

2009-09-12 Thread Bastian Blank
Source: funguloids
Version: 1.06-7+b1
Severity: serious

There was an error while trying to autobuild your package:

 sbuild (Debian sbuild) 0.58.2 (15 Jun 2009) on lxdebian.bfinv.de
[...]
 g++ -DHAVE_CONFIG_H -I. -I../include  -I../include -I../include/SimpleIni 
 -I/usr/include/lua5.1   -I/usr/include/OIS   -DOGRE_GUI_GLX 
 -DOGRE_CONFIG_LITTLE_ENDIAN -I/usr/include/OGRE-O2 -g -Wall -MT 
 funguloids-mpakogre.o -MD -MP -MF .deps/funguloids-mpakogre.Tpo -c -o 
 funguloids-mpakogre.o `test -f 'mpakogre.cpp' || echo './'`mpakogre.cpp
 mpakogre.cpp:88:59: warning: /* within comment
 In file included from mpakogre.cpp:32:
 ../include/mpakogre.h: In member function 'virtual Ogre::Archive* 
 MPakArchiveFactory::createInstance(const Ogre::String)':
 ../include/mpakogre.h:70: error: cannot allocate an object of abstract type 
 'MPakArchive'
 ../include/mpakogre.h:38: note:   because the following virtual functions are 
 pure within 'MPakArchive':
 /usr/include/OGRE/OgreArchive.h:174: note:virtual time_t 
 Ogre::Archive::getModifiedTime(const Ogre::String)
 make[2]: *** [funguloids-mpakogre.o] Error 1
 make[2]: Leaving directory 
 `/build/buildd-funguloids_1.06-7-s390-qoCIqw/funguloids-1.06/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory 
 `/build/buildd-funguloids_1.06-7-s390-qoCIqw/funguloids-1.06'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2



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



Bug#546354: ltp - FTBFS: error: static declaration of 'sched_setaffinity' follows non-static declaration

2009-09-12 Thread Bastian Blank
Source: ltp
Version: 20090531+dfsg-4
Severity: serious

There was an error while trying to autobuild your package:

 sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on debian-31.osdl.marist.edu
[...]
 cc -g -O2 -g -Wall -O2cpuset_syscall_test.c ../cpuset_lib/cpuinfo.o 
 ../cpuset_lib/libbitmask.o ../cpuset_lib/libcpuset.o ../cpuset_lib/meminfo.o  
  -o cpuset_syscall_test
 cpuset_syscall_test.c:74: error: static declaration of 'sched_setaffinity' 
 follows non-static declaration
 /usr/include/sched.h:110: error: previous declaration of 'sched_setaffinity' 
 was here
 cpuset_syscall_test.c: In function 'sched_setaffinity':
 cpuset_syscall_test.c:74: error: number of arguments doesn't match prototype
 /usr/include/sched.h:110: error: prototype declaration
 cpuset_syscall_test.c:74: error: 'errno' undeclared (first use in this 
 function)
 cpuset_syscall_test.c:74: error: (Each undeclared identifier is reported only 
 once
 cpuset_syscall_test.c:74: error: for each function it appears in.)
 cpuset_syscall_test.c: At top level:
 cpuset_syscall_test.c:84: error: redefinition of 'sched_setaffinity'
 cpuset_syscall_test.c:74: error: previous definition of 'sched_setaffinity' 
 was here
 cpuset_syscall_test.c: In function 'sched_setaffinity':
 cpuset_syscall_test.c:84: error: number of arguments doesn't match prototype
 cpuset_syscall_test.c:74: error: prototype declaration
 cpuset_syscall_test.c:84: error: 'errno' undeclared (first use in this 
 function)
 cpuset_syscall_test.c: At top level:
 cpuset_syscall_test.c:93: error: redefinition of 'sched_setaffinity'
 cpuset_syscall_test.c:84: error: previous definition of 'sched_setaffinity' 
 was here
 cpuset_syscall_test.c: In function 'sched_setaffinity':
 cpuset_syscall_test.c:93: error: number of arguments doesn't match prototype
 cpuset_syscall_test.c:84: error: prototype declaration
 cpuset_syscall_test.c:93: error: 'errno' undeclared (first use in this 
 function)
 cpuset_syscall_test.c: In function 'test_mbind':
 cpuset_syscall_test.c:192: warning: implicit declaration of function 'mbind'
 cpuset_syscall_test.c: In function 'test_set_mempolicy':
 cpuset_syscall_test.c:197: warning: implicit declaration of function 
 'set_mempolicy'
 cpuset_syscall_test.c: In function 'test_get_mempolicy':
 cpuset_syscall_test.c:219: warning: implicit declaration of function 
 'get_mempolicy'
 make[6]: *** [cpuset_syscall_test] Error 1
 make[6]: Leaving directory 
 `/build/buildd-ltp_20090531+dfsg-4-s390-1qMjMU/ltp-20090531+dfsg/testcases/kernel/controllers/cpuset/cpuset_syscall_test'
 make[5]: *** [all] Error 2
 make[5]: Leaving directory 
 `/build/buildd-ltp_20090531+dfsg-4-s390-1qMjMU/ltp-20090531+dfsg/testcases/kernel/controllers/cpuset'
 make[4]: *** [all] Error 2
 make[4]: Leaving directory 
 `/build/buildd-ltp_20090531+dfsg-4-s390-1qMjMU/ltp-20090531+dfsg/testcases/kernel/controllers'
 make[3]: *** [all] Error 2
 make[3]: Leaving directory 
 `/build/buildd-ltp_20090531+dfsg-4-s390-1qMjMU/ltp-20090531+dfsg/testcases/kernel'
 make[2]: *** [all] Error 2
 make[1]: *** [all] Error 2
 make[2]: Leaving directory 
 `/build/buildd-ltp_20090531+dfsg-4-s390-1qMjMU/ltp-20090531+dfsg/testcases'
 make[1]: Leaving directory 
 `/build/buildd-ltp_20090531+dfsg-4-s390-1qMjMU/ltp-20090531+dfsg'
 make: *** [debian/stamp-makefile-build] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2



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



Bug#546352: hdf-eos4 - FTBFS: autoreconf: Command not found

2009-09-12 Thread Bastian Blank
Source: hdf-eos4
Version: 2.16v1.00.dfsg.1-1
Severity: serious

There was an error while trying to autobuild your package:

 sbuild (Debian sbuild) 0.58.2 (15 Jun 2009) on lxdebian.bfinv.de
[...]
 cp samples/simple.txt testdrivers/threads
 autoreconf
 make: autoreconf: Command not found
 make: *** [makebuilddir/libhdfeos-dev] Error 127



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



Bug#546355: clisp - FTBFS: error: C preprocessor s390-linux-gnu-gcc -E fails sanity check

2009-09-12 Thread Bastian Blank
Source: clisp
Version: 1:2.48-1
Severity: serious

There was an error while trying to autobuild your package:

 sbuild (Debian sbuild) 0.58.2 (15 Jun 2009) on lxdebian.bfinv.de
[...]
 checking how to run the C preprocessor... s390-linux-gnu-gcc -E
 configure: error: in 
 `/build/buildd-clisp_2.48-1-s390-JKEep7/clisp-2.48/debian/build':
 configure: error: C preprocessor s390-linux-gnu-gcc -E fails sanity check
 See `config.log' for more details.
 make: *** [configure-stamp] Error 1
 dpkg-buildpackage: error: debian/rules build gave error exit status 2



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



Bug#523353: stellarium: Segmentation fault backtrace with libqt4-dbg

2009-09-12 Thread Julien Cristau
On Sat, Sep 12, 2009 at 19:46:31 +0200, Andreas B. Mundt wrote:

 Hi Julien,
 
 On Sat, Sep 12, 2009 at 07:21:08PM +0200, Julien Cristau wrote:
  Any chance you could install libqt4-dbg and get the backtrace again?
 
 Here we are, with libqt4-dbg installed. Could you give a short hint
 from which line(s) you determined the need of libqt4-dbg? (Just to be
 able to learn something...)  
 
The backtrace pointed at /usr/lib/libQtOpenGL.so.4, from the
libqt4-opengl package, whose debugging symbols are in libqt4-dbg.

The new backtrace seems to point at some realloc in freetype…

Cheers,
Julien



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



Bug#528404: Downgrading severity

2009-09-12 Thread Vincent Fourmond
severity 528404 important
thanks

  Hello,

  I'm downgrading the severity of this bug, as, after all, it does not
affect boxes based on the stock kernel.

  I'll try to push a fix to s-p-u, though.

  Cheers,

Vincent

-- 
Vincent Fourmond, Debian Developer
http://vince-debian.blogspot.com/

The moon was high now, in a sky as black as a cup of coffee that
wasn't very black at all.
 -- Terry Pratchet, Men at arms

Vincent, not listening to anything for now



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



Processed: merging 530293 525627

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 merge 530293 525627
Bug#525627: ImportError: No module named gobject
Bug#530293: when i try to start gaphor i get a Traceback bug-messsage
Bug#530294: when i try to start gaphor i get a Traceback bug-messsage
Merged 525627 530293 530294.


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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Downgrading severity

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 528404 important
Bug #528404 [pmount] pmount: does not work on linux 2.6.29
Severity set to 'important' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#529998: marked as done (root-system_5.18.00-2.3+b1(mips/unstable): FTFBS on mips. Undefined symbol.)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 18:19:03 +
with message-id e1mmxbf-0001y4...@ries.debian.org
and subject line Bug#529998: fixed in root-system 5.18.00-2.4
has caused the Debian Bug report #529998,
regarding root-system_5.18.00-2.3+b1(mips/unstable): FTFBS on mips. Undefined 
symbol.
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
529998: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529998
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: root-system
Version: 5.18.00-2.3+b1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of root-system_5.18.00-2.3+b1 on mayr by sbuild/mips 99.999
 Build started at 20090516-1325

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5.0.37.2), po-debconf, libssl-dev, comerr-dev, 
 libxpm-dev, libfreetype6-dev, libpcre3-dev, zlib1g-dev | libz-dev, python-dev 
 (= 2.1), libxft-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, libgif-dev, 
 libxinerama-dev, libpacklib1-dev [!kfreebsd-i386 !kfreebsd-amd64], gfortran | 
 fortran-compiler, libxmlrpc-c3-dev | libxmlrpc-c-dev, libcurl4-gnutls-dev | 
 libcurl4-openssl-dev | libcurl-dev, libfftw3-dev | fftw3-dev, libkrb5-dev | 
 heimdal-dev, krb5-user | heimdal-clients, libldap2-dev | libldap-dev, 
 libgsl0-dev, libmysqlclient15-dev | libmysqlclient14-dev | 
 libmysqlclient12-dev | libmysqlclient-dev, libiodbc2-dev | unixodbc-dev, 
 libglu1-mesa-dev | libglu-dev, libftgl-dev, libpq-dev | postgresql-dev, 
 python-support (= 0.3), libqt4-dev (= 4.3.0) | libqt3-mt-dev (= 3.3.0), 
 qt4-dev-tools (= 4.3.0) | qt3-dev-tools (= 3.3.0), libqt4-opengl-dev, ruby 
 (= 1.8), ruby1.8-dev | ruby-dev (= 1.8), libxml2-dev, libsm-dev

[...]

  -pipe -Wall -W -Woverloaded-virtual -fPIC -mabi=32 -Iinclude 
 -DR__HAVE_CONFIG -pthread -D__cplusplus -Icint/lib/prec_stl \
  -Icint/stl -- table/src/G__Table.cxx
 g++  -pipe -Wall -W -Woverloaded-virtual -fPIC -mabi=32 -Iinclude 
 -DR__HAVE_CONFIG -pthread -I. -o table/src/G__Table.o -c 
 table/src/G__Table.cxx
 g++ -shared -Wl,-soname,libTable.so.5.18 -O2 -o lib/libTable.so.5.18 
 table/src/TCernLib.o table/src/TChair.o table/src/TColumnView.o 
 table/src/TDataSet.o table/src/TDataSetIter.o table/src/TDsKey.o 
 table/src/TFileIter.o table/src/TFileSet.o table/src/TGenericTable.o 
 table/src/TIndexTable.o table/src/TObjectSet.o table/src/TPoints3D.o 
 table/src/TPointsArray3D.o table/src/TPolyLineShape.o 
 table/src/TResponseTable.o table/src/TTable.o table/src/TTable3Points.o 
 table/src/TTableDescriptor.o table/src/TTableIter.o table/src/TTableMap.o 
 table/src/TTablePadView3D.o table/src/TTablePoints.o table/src/TTableSorter.o 
 table/src/TVolume.o table/src/TVolumePosition.o table/src/TVolumeView.o 
 table/src/TVolumeViewIter.o table/src/G__Table.o -Llib -lTree -lGpad -lGraf3d 
 -lGraf -lHist -lRIO -Llib -lCore -lCint
 == lib/libTable.so done
 bin/rmkdepend -R -fkrb5auth/src/Krb5Auth.d -Y -w 1000 -- -pipe -Wall -W 
 -Woverloaded-virtual -fPIC -mabi=32 -Iinclude -DR__HAVE_CONFIG -pthread 
 -DR__KRB5INIT=\/usr/bin/kinit\  -D__cplusplus -- krb5auth/src/Krb5Auth.cxx
 g++ -O2 -pipe -Wall -W -Woverloaded-virtual -fPIC -mabi=32 -Iinclude 
 -DR__HAVE_CONFIG -pthread -DR__KRB5INIT=\/usr/bin/kinit\   -o 
 krb5auth/src/Krb5Auth.o -c krb5auth/src/Krb5Auth.cxx
 krb5auth/src/Krb5Auth.cxx: In function 'Int_t 
 Krb5Authenticate(TAuthenticate*, TString, TString, Int_t)':
 krb5auth/src/Krb5Auth.cxx:228: warning: suggest explicit braces to avoid 
 ambiguous 'else'
 krb5auth/src/Krb5Auth.cxx:424: error: 'valid_cksumtype' was not declared in 
 this scope
 make[1]: *** [krb5auth/src/Krb5Auth.o] Error 1
 rm utils/src/rootcint_tmp.cxx utils/src/RStl_tmp.cxx
 make[1]: Leaving directory `/build/buildd/root-system-5.18.00'
 make: *** [build-arch-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=mipspkg=root-systemver=5.18.00-2.3+b1



---End Message---
---BeginMessage---
Source: root-system
Source-Version: 5.18.00-2.4

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

libroot-clarens-dev_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-clarens-dev_5.18.00-2.4_i386.deb
libroot-clarens5.18_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-clarens5.18_5.18.00-2.4_i386.deb
libroot-dev_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-dev_5.18.00-2.4_i386.deb

Bug#533964: marked as done (root-system: FTBFS: krb5auth/src/Krb5Auth.cxx:424: error: 'valid_cksumtype' was not declared in this scope)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 18:19:03 +
with message-id e1mmxbf-0001y4...@ries.debian.org
and subject line Bug#529998: fixed in root-system 5.18.00-2.4
has caused the Debian Bug report #529998,
regarding root-system: FTBFS: krb5auth/src/Krb5Auth.cxx:424: error: 
'valid_cksumtype' was not declared in this scope
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
529998: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529998
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: root-system
Version: 5.18.00-2.3
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 g++ -O2 -pipe -Wall -m64 -fPIC -Iinclude -DR__HAVE_CONFIG -pthread 
 -DR__KRB5INIT=\/usr/bin/kinit\   -o krb5auth/src/Krb5Auth.o -c 
 krb5auth/src/Krb5Auth.cxx
 krb5auth/src/Krb5Auth.cxx: In function 'Int_t 
 Krb5Authenticate(TAuthenticate*, TString, TString, Int_t)':
 krb5auth/src/Krb5Auth.cxx:228: warning: suggest explicit braces to avoid 
 ambiguous 'else'
 krb5auth/src/Krb5Auth.cxx:424: error: 'valid_cksumtype' was not declared in 
 this scope
 make[1]: *** [krb5auth/src/Krb5Auth.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/06/20/root-system_5.18.00-2.3_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: root-system
Source-Version: 5.18.00-2.4

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

libroot-clarens-dev_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-clarens-dev_5.18.00-2.4_i386.deb
libroot-clarens5.18_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-clarens5.18_5.18.00-2.4_i386.deb
libroot-dev_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-dev_5.18.00-2.4_i386.deb
libroot-ldap-dev_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-ldap-dev_5.18.00-2.4_i386.deb
libroot-ldap5.18_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-ldap5.18_5.18.00-2.4_i386.deb
libroot-mathmore-dev_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-mathmore-dev_5.18.00-2.4_i386.deb
libroot-mathmore5.18_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-mathmore5.18_5.18.00-2.4_i386.deb
libroot-minuit-dev_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-minuit-dev_5.18.00-2.4_i386.deb
libroot-minuit5.18_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-minuit5.18_5.18.00-2.4_i386.deb
libroot-mlp-dev_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-mlp-dev_5.18.00-2.4_i386.deb
libroot-mlp5.18_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-mlp5.18_5.18.00-2.4_i386.deb
libroot-python-dev_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-python-dev_5.18.00-2.4_i386.deb
libroot-python5.18_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-python5.18_5.18.00-2.4_i386.deb
libroot-quadp-dev_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-quadp-dev_5.18.00-2.4_i386.deb
libroot-quadp5.18_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-quadp5.18_5.18.00-2.4_i386.deb
libroot-roofit-dev_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-roofit-dev_5.18.00-2.4_i386.deb
libroot-roofit5.18_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-roofit5.18_5.18.00-2.4_i386.deb
libroot-ruby-dev_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-ruby-dev_5.18.00-2.4_i386.deb
libroot-ruby5.18_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-ruby5.18_5.18.00-2.4_i386.deb
libroot-tmva-dev_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-tmva-dev_5.18.00-2.4_i386.deb
libroot-tmva5.18_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-tmva5.18_5.18.00-2.4_i386.deb
libroot-unuran-dev_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-unuran-dev_5.18.00-2.4_i386.deb
libroot-unuran5.18_5.18.00-2.4_i386.deb
  to pool/main/r/root-system/libroot-unuran5.18_5.18.00-2.4_i386.deb

Bug#532345: System freeze kernel log messages

2009-09-12 Thread Tzafrir Cohen
On Fri, Jun 12, 2009 at 03:53:41PM +0200, Raoul Bönisch wrote:
 Hello!
 
 I noticed the kernel was still able to log messages. Even my
 SysRq keystroke were recognized, at least the help menu.
 
 The messages file is attached, stripped down to messages
 concerning the crash.
 
 Meanwhile I tried rc4 from debian testing which crashed, too.
 Sometimes the system immediately reboots, sometimes it freezes.

Current SVN package replaces zaphfc with a new driver, based on vzaphfc,
but called zaphfc. Any chance you can test it and see if the problem is
can still be reproduced?

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir



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



Bug#523353: stellarium: Segmentation fault backtrace with libfreetype.so.6 dbg

2009-09-12 Thread Andreas B. Mundt
Hi,

On Sat, Sep 12, 2009 at 08:10:45PM +0200, Julien Cristau wrote:
 The backtrace pointed at /usr/lib/libQtOpenGL.so.4, from the
 libqt4-opengl package, whose debugging symbols are in libqt4-dbg.
 
 The new backtrace seems to point at some realloc in freetype…
 
So if I understand this correctly, a bt with libfreetype.so.6
including debug symbols should be usefull, see below. 

Cheers
Andi


a...@flashgordon:~/devel/deb$ MALLOC_CHECK_=2 gdb stellarium
GNU gdb (GDB) 6.8.50.20090628-cvs-debian
Copyright (C) 2009 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 x86_64-linux-gnu.   
For bug reporting instructions, please see:  
http://www.gnu.org/software/gdb/bugs/...   
(no debugging symbols found) 
(gdb) run
Starting program: /usr/bin/stellarium
(no debugging symbols found) 
(no debugging symbols found) 
[Thread debugging using libthread_db enabled]
[New Thread 0x70c33950 (LWP 12703)]  
 --- 
[ This is Stellarium 0.10.2 - http://www.stellarium.org ]
[ Copyright (C) 2000-2009 Fabien Chereau et al  ]
 --- 
Writing log file to: /home/andi/.stellarium/log.txt
File search paths:   
  0 .  /home/andi/.stellarium  
  1 .  /usr/share/stellarium   
Config file is:  /home/andi/.stellarium/config.ini 
Attempting to use an existing older config file. 
Sky language is
Application language is
Loading Solar System data ...
Loaded 38 / 38 planet orbits 
Loading star data ...
Loading stars_0_0v0_1.cat: 0_0v0_1; 5013   
Loading stars_1_0v0_1.cat: 1_0v0_1; 21999  
Loading stars_2_0v0_1.cat: 2_0v0_1; 151416 
Loading stars_3_1v0_0.cat: 3_1v0_0; 434064 
Finished loading star catalogue data, max_geodesic_level:  3 
Warning: location Paris, Paris, France is unknown  
navigation/preset_sky_time is a double - treating as jday: 2.45151e+06   
Unknown projection type:  stereographic setting ProjectionStereographic 
instead 
  
Loaded 10051 / 13226 NGC records
   
Loading NGC name data ...   
   
Loaded 222 / 222 NGC name records successfully  
   
Loaded 88 / 88 constellation records successfully for culture western 
   
Loaded 85 / 85 constellation art records successfully for culture western 
   
Loaded 89 / 89 constellation names  
   
Loading constellation boundary data ... 
   
Loaded 782 constellation boundary segments  
   
Loading star names from 
/usr/share/stellarium/skycultures/western/star_names.fab 
Loaded 230 / 230 common star names  
   
Loading star names from /usr/share/stellarium/stars/default/name.fab  
   
Loaded 3215 / 4359 scientific star names
   
Creating GUI ...
   
[New Thread 0x7fffea5aa950 (LWP 12705)] 
   
[Thread 0x7fffea5aa950 (LWP 12705) exited]  
   

Program received signal SIGSEGV, Segmentation fault.
QString::operator (this=0xbd05b0, other=...) at tools/qstring.cpp:1973
1973tools/qstring.cpp: No such file or directory.  
  

Bug#546364: trying to overwrite '/usr/share/locale/ja/LC_MESSAGES/diffutils.mo', which is also in package diff 0:2.8.7-0.2 on dist-upgrade

2009-09-12 Thread Soeren Sonnenburg
Package: diffutils
Version: 2.8.1-17
Severity: grave

note I have experimental/unstable/stable in sources.list : on a dist-upgrade 
from today I get:

(Reading database ... 510515 files and directories currently installed.)
Unpacking diffutils (from .../diffutils_1%3a2.8.1-17_i386.deb) ...
dpkg: error processing
/var/cache/apt/archives/diffutils_1%3a2.8.1-17_i386.deb (--unpack):
 trying to overwrite '/usr/share/locale/ja/LC_MESSAGES/diffutils.mo',
 which is also in package diff 0:2.8.7-0.2
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 Errors were encountered while processing:
  /var/cache/apt/archives/diffutils_1%3a2.8.1-17_i386.deb

These are the available diff packages:

$ apt-cache policy diff
diff:
  Installed: 2.8.7-0.2
  Candidate: 1:2.8.1-16
  Version table:
 1:2.8.7-0.1 0
  1 http://ftp.de.debian.org ../project/experimental/main Packages
 1:2.8.1-17 0
600 http://ftp.de.debian.org unstable/main Packages
 1:2.8.1-16 0
650 http://ftp.de.debian.org testing/main Packages
 *** 2.8.7-0.2 0
100 /var/lib/dpkg/status
 2.8.1-12 0
700 http://ftp.de.debian.org stable/main Packages


$ apt-cache policy diffutils
diffutils:
  Installed: (none)
  Candidate: 1:2.8.1-16
  Version table:
 1:2.8.7-0.1 0
  1 http://ftp.de.debian.org ../project/experimental/main Packages
 1:2.8.1-17 0
600 http://ftp.de.debian.org unstable/main Packages
 1:2.8.1-16 0
650 http://ftp.de.debian.org testing/main Packages



-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (500, 
'oldstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-rc7-sonne (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/dash

Versions of packages diffutils depends on:
ii  libc6 2.9-26 GNU C Library: Shared libraries

diffutils recommends no packages.

Versions of packages diffutils suggests:
pn  diffutils-doc none (no description available)



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



Bug#530293: marked as done (when i try to start gaphor i get a Traceback bug-messsage)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 20:01:52 +
with message-id e1mmyna-0002dp...@ries.debian.org
and subject line Bug#525627: fixed in gaphor 0.13.1-1
has caused the Debian Bug report #525627,
regarding when i try to start gaphor i get a Traceback bug-messsage
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
525627: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Subject: when i try to start gaphor i get a Traceback bug-messsage
Package: gaphor
Version: 0.13.0-1
Justification: renders package unusable
Severity: grave

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


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

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
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 gaphor depends on:
ii  python2.5.4-2An interactive high-level 
object-o
ii  python-cairo  1.8.4-3Python bindings for the 
Cairo vect

ii  python-gaphas 0.3.6-1diagramming widget
ii  python-gnome2 2.26.1-1   Python bindings for the 
GNOME desk
ii  python-gtk2   2.14.1-2   Python bindings for the 
GTK+ widge
ii  python-pkg-resources  0.6c9-2Package Discovery and 
Resource Acc
ii  python-support1.0.3  automated rebuilding 
support for P
ii  python2.4 2.4.6-2An interactive high-level 
object-o
ii  zope3 3.3.1-7Open Source Web Application 
Server


gaphor recommends no packages.

gaphor suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: gaphor
Source-Version: 0.13.1-1

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

gaphor_0.13.1-1.diff.gz
  to pool/main/g/gaphor/gaphor_0.13.1-1.diff.gz
gaphor_0.13.1-1.dsc
  to pool/main/g/gaphor/gaphor_0.13.1-1.dsc
gaphor_0.13.1-1_all.deb
  to pool/main/g/gaphor/gaphor_0.13.1-1_all.deb
gaphor_0.13.1.orig.tar.gz
  to pool/main/g/gaphor/gaphor_0.13.1.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 525...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cédric Delfosse ced...@debian.org (supplier of updated gaphor 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Sep 2009 19:45:07 +0200
Source: gaphor
Binary: gaphor
Architecture: source all
Version: 0.13.1-1
Distribution: unstable
Urgency: low
Maintainer: Cédric Delfosse ced...@debian.org
Changed-By: Cédric Delfosse ced...@debian.org
Description: 
 gaphor - UML modeling tool
Closes: 525627 536417 541583
Changes: 
 gaphor (0.13.1-1) unstable; urgency=low
 .
   * New upstream release
   * Depends on python-gobject (Closes: #525627)
   * Depends on python-gconf instead of python-gnome2 (Closes: #541583)
   * Update authors, copyright and license fields in debian/copyright
   * Standard-Version to 3.8.3
   * debian/rules: no more use dh_desktop
   * Depends on python-zope.component instead of zope3 (Closes: #536417)
Checksums-Sha1: 
 7fa7ab6ed1e6998d290c94cb24ad143617f57918 1067 gaphor_0.13.1-1.dsc
 ce3211e9e2ff2268ad106b7862aa36746df399ae 547075 gaphor_0.13.1.orig.tar.gz
 7f00b1a7f6de8fea12cd6797a028b04bf9ffa42f 14172 gaphor_0.13.1-1.diff.gz
 faa8a03ce805c7b055ccbb551c4f95b287060873 451452 gaphor_0.13.1-1_all.deb
Checksums-Sha256: 
 12409e29a5e8ddc7a6deb3f913707d846d9a86250017feda54fbf8aeeebbc17e 1067 
gaphor_0.13.1-1.dsc
 3887e9fdebad4059ea1e6e43ec78df37f0eaa73cf095cd217edbb4b3361ab50b 547075 
gaphor_0.13.1.orig.tar.gz
 da11ccb71da7ed5f603fd8eda8bb2efaec65950c20b28e9eb915585a5e15faca 14172 
gaphor_0.13.1-1.diff.gz
 e5f15547b30f8825e4d8b06ba947b3dd082957ab13c971cb4298dce0c5fdb139 451452 
gaphor_0.13.1-1_all.deb
Files: 
 ee4db3255fda4f44ca00f9925c89f643 1067 devel optional gaphor_0.13.1-1.dsc
 cb08850a91f23bee62eb266f4388af0e 547075 devel optional 
gaphor_0.13.1.orig.tar.gz
 da243e3a2fc118a3a1bb83308bc74486 14172 devel optional 

Bug#530294: marked as done (when i try to start gaphor i get a Traceback bug-messsage)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 20:01:52 +
with message-id e1mmyna-0002dp...@ries.debian.org
and subject line Bug#525627: fixed in gaphor 0.13.1-1
has caused the Debian Bug report #525627,
regarding when i try to start gaphor i get a Traceback bug-messsage
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
525627: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Subject: when i try to start gaphor i get a Traceback bug-messsage
Package: gaphor
Version: 0.13.0-1
Justification: renders package unusable
Severity: grave

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

i...@tlap:~$ gaphor
Traceback (most recent call last):
 File /usr/bin/gaphor, line 7, in ?
   sys.exit(
 File /usr/lib/pymodules/python2.4/gaphor/__init__.py, line 57, in main
   launch()
 File /usr/lib/pymodules/python2.4/gaphor/__init__.py, line 36, in launch
   from gaphor.application import Application
 File /usr/lib/pymodules/python2.4/gaphor/application.py, line 16, in ?
   import gaphor.UML
 File /usr/lib/pymodules/python2.4/gaphor/UML/__init__.py, line 3, in ?
   from gaphor.UML.uml2 import *
 File /usr/lib/pymodules/python2.4/gaphor/UML/uml2.py, line 94, in ?
   from diagram import Diagram
 File /usr/lib/pymodules/python2.4/gaphor/UML/diagram.py, line 12, in ?
   import gobject
ImportError: No module named gobject



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

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
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 gaphor depends on:
ii  python2.5.4-2An interactive high-level 
object-o
ii  python-cairo  1.8.4-3Python bindings for the 
Cairo vect

ii  python-gaphas 0.3.6-1diagramming widget
ii  python-gnome2 2.26.1-1   Python bindings for the 
GNOME desk
ii  python-gtk2   2.14.1-2   Python bindings for the 
GTK+ widge
ii  python-pkg-resources  0.6c9-2Package Discovery and 
Resource Acc
ii  python-support1.0.3  automated rebuilding 
support for P
ii  python2.4 2.4.6-2An interactive high-level 
object-o
ii  zope3 3.3.1-7Open Source Web Application 
Server


gaphor recommends no packages.

gaphor suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: gaphor
Source-Version: 0.13.1-1

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

gaphor_0.13.1-1.diff.gz
  to pool/main/g/gaphor/gaphor_0.13.1-1.diff.gz
gaphor_0.13.1-1.dsc
  to pool/main/g/gaphor/gaphor_0.13.1-1.dsc
gaphor_0.13.1-1_all.deb
  to pool/main/g/gaphor/gaphor_0.13.1-1_all.deb
gaphor_0.13.1.orig.tar.gz
  to pool/main/g/gaphor/gaphor_0.13.1.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 525...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cédric Delfosse ced...@debian.org (supplier of updated gaphor 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Sep 2009 19:45:07 +0200
Source: gaphor
Binary: gaphor
Architecture: source all
Version: 0.13.1-1
Distribution: unstable
Urgency: low
Maintainer: Cédric Delfosse ced...@debian.org
Changed-By: Cédric Delfosse ced...@debian.org
Description: 
 gaphor - UML modeling tool
Closes: 525627 536417 541583
Changes: 
 gaphor (0.13.1-1) unstable; urgency=low
 .
   * New upstream release
   * Depends on python-gobject (Closes: #525627)
   * Depends on python-gconf instead of python-gnome2 (Closes: #541583)
   * Update authors, copyright and license fields in debian/copyright
   * Standard-Version to 3.8.3
   * debian/rules: no more use dh_desktop
   * Depends on python-zope.component instead of zope3 (Closes: #536417)
Checksums-Sha1: 
 7fa7ab6ed1e6998d290c94cb24ad143617f57918 1067 gaphor_0.13.1-1.dsc
 ce3211e9e2ff2268ad106b7862aa36746df399ae 547075 gaphor_0.13.1.orig.tar.gz
 

Bug#525627: marked as done (ImportError: No module named gobject)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 20:01:52 +
with message-id e1mmyna-0002dp...@ries.debian.org
and subject line Bug#525627: fixed in gaphor 0.13.1-1
has caused the Debian Bug report #525627,
regarding ImportError: No module named gobject
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
525627: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gaphor
Version: 0.13.0-1
Severity: grave
Justification: renders package unusable


I can't run gaphor.

See traceback below.

I hope it could help you.
Have a nice day.
Salokine.

salok...@salokine-laptop:~$ gaphor
Traceback (most recent call last):
  File /usr/bin/gaphor, line 7, in ?
sys.exit(
  File /var/lib/python-support/python2.4/gaphor/__init__.py, line 57, in main
launch()
  File /var/lib/python-support/python2.4/gaphor/__init__.py, line 36, in 
launch
from gaphor.application import Application
  File /var/lib/python-support/python2.4/gaphor/application.py, line 16, in ?
import gaphor.UML
  File /var/lib/python-support/python2.4/gaphor/UML/__init__.py, line 3, in ?
from gaphor.UML.uml2 import *
  File /var/lib/python-support/python2.4/gaphor/UML/uml2.py, line 94, in ?
from diagram import Diagram
  File /var/lib/python-support/python2.4/gaphor/UML/diagram.py, line 12, in ?
import gobject
ImportError: No module named gobject


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

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages gaphor depends on:
ii  python2.5.4-2An interactive high-level object-o
ii  python-cairo  1.8.4-3Python bindings for the Cairo vect
ii  python-gaphas 0.3.6-1diagramming widget
ii  python-gnome2 2.22.3-3   Python bindings for the GNOME desk
ii  python-gtk2   2.14.1-1   Python bindings for the GTK+ widge
ii  python-pkg-resources  0.6c9-2Package Discovery and Resource Acc
ii  python-support0.8.7  automated rebuilding support for P
ii  python2.4 2.4.6-2An interactive high-level object-o
ii  zope3 3.3.1-7Open Source Web Application Server

gaphor recommends no packages.

gaphor suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: gaphor
Source-Version: 0.13.1-1

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

gaphor_0.13.1-1.diff.gz
  to pool/main/g/gaphor/gaphor_0.13.1-1.diff.gz
gaphor_0.13.1-1.dsc
  to pool/main/g/gaphor/gaphor_0.13.1-1.dsc
gaphor_0.13.1-1_all.deb
  to pool/main/g/gaphor/gaphor_0.13.1-1_all.deb
gaphor_0.13.1.orig.tar.gz
  to pool/main/g/gaphor/gaphor_0.13.1.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 525...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cédric Delfosse ced...@debian.org (supplier of updated gaphor 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Sep 2009 19:45:07 +0200
Source: gaphor
Binary: gaphor
Architecture: source all
Version: 0.13.1-1
Distribution: unstable
Urgency: low
Maintainer: Cédric Delfosse ced...@debian.org
Changed-By: Cédric Delfosse ced...@debian.org
Description: 
 gaphor - UML modeling tool
Closes: 525627 536417 541583
Changes: 
 gaphor (0.13.1-1) unstable; urgency=low
 .
   * New upstream release
   * Depends on python-gobject (Closes: #525627)
   * Depends on python-gconf instead of python-gnome2 (Closes: #541583)
   * Update authors, copyright and license fields in debian/copyright
   * Standard-Version to 3.8.3
   * debian/rules: no more use dh_desktop
   * Depends on python-zope.component instead of zope3 (Closes: #536417)
Checksums-Sha1: 
 7fa7ab6ed1e6998d290c94cb24ad143617f57918 1067 gaphor_0.13.1-1.dsc
 ce3211e9e2ff2268ad106b7862aa36746df399ae 547075 gaphor_0.13.1.orig.tar.gz
 

Processed: Re: Bug#535968: asterisk: Recording speed too fast with BRI cards

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 535968 1:1.6.1.0~dfsg~rc3-1
Bug #535968 [asterisk] asterisk: Recording speed too fast with BRI cards
There is no source info for the package 'asterisk' at version 
'1:1.6.1.0~dfsg~rc3-1' with architecture ''
Unable to make a source version for version '1:1.6.1.0~dfsg~rc3-1'
Bug Marked as fixed in versions 1:1.6.1.0~dfsg~rc3-1.
 tag 535968 +lenny
Bug #535968 [asterisk] asterisk: Recording speed too fast with BRI cards
Added tag(s) lenny.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#535968: asterisk: Recording speed too fast with BRI cards

2009-09-12 Thread Tzafrir Cohen
fixed 535968 1:1.6.1.0~dfsg~rc3-1
tag 535968 +lenny
thanks

This issue has already been fixed upstream. Thus it is Lenny-specific.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir



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



Bug#546263: this might be cl-asdf instead, unsure

2009-09-12 Thread gzeus
I'm not sure, but the problem seems to be the inability for clisp and sbcl to 
find CLX.
I checked to make sure I had the sbcl version installed as well, and have tried 
dpkg-reconfigure on it, and tried cleaning up old *.fasl et al files then 
dpkg-reconfigure to rebuild all to no avail.
Same result every time.
The upgrade of cl-asdf today did not help this situation, so I'm not sure if 
that's where the problem lies or not.
Basically all dependencies for building StumpWM were updated at once, save 
sbcl, and that fails as well, so it's not clisp.

Given step-by step instructions, I'm willing to test patches or other versions, 
etc.



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



Bug#541441: setting package to asterisk-dbg asterisk-config asterisk-doc asterisk-dev asterisk asterisk-sounds-main asterisk-h323 ...

2009-09-12 Thread Tzafrir Cohen
# Automatically generated email from bts, devscripts version 2.10.35lenny3
# via tagpending 
#
# asterisk (1:1.6.2.0~dfsg~rc1-1) UNRELEASED; urgency=low
#
#  * New upstream release.
#- Fixes CVE-2009-2726 aka AST-2009-005 (Closes: #541441).
#- Ship CC BY-SA 3.0 licensed music-on-hold sounds, replacing the old
#  non-free FreePlay Music that were never distributed by Debian.
#- Removed patches/makefile_appdocs_dtd (merged upstream) and
#  patches/disable_moh (obsoleted, see above).
#  * Fix FTBFS on armel. (Closes: #532971)
#  * Fix name of voicemail 'openssl' dep. (Thomas Renard) (Closes: #539150)
#  * Patch AST-2009-006: Closes: #539473 but breaks IAX2 compatibility. 

package asterisk-dbg asterisk-config asterisk-doc asterisk-dev asterisk 
asterisk-sounds-main asterisk-h323
tags 541441 + pending
tags 532971 + pending
tags 539150 + pending
tags 539473 + pending




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



Processed: setting package to asterisk-dbg asterisk-config asterisk-doc asterisk-dev asterisk asterisk-sounds-main asterisk-h323 ...

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 # via tagpending
 #
 # asterisk (1:1.6.2.0~dfsg~rc1-1) UNRELEASED; urgency=low
 #
 #  * New upstream release.
 #- Fixes CVE-2009-2726 aka AST-2009-005 (Closes: #541441).
 #- Ship CC BY-SA 3.0 licensed music-on-hold sounds, replacing the old
 #  non-free FreePlay Music that were never distributed by Debian.
 #- Removed patches/makefile_appdocs_dtd (merged upstream) and
 #  patches/disable_moh (obsoleted, see above).
 #  * Fix FTBFS on armel. (Closes: #532971)
 #  * Fix name of voicemail 'openssl' dep. (Thomas Renard) (Closes: #539150)
 #  * Patch AST-2009-006: Closes: #539473 but breaks IAX2 compatibility.
 package asterisk-dbg asterisk-config asterisk-doc asterisk-dev asterisk 
 asterisk-sounds-main asterisk-h323
Limiting to bugs with field 'package' containing at least one of 
'asterisk-dbg', 'asterisk-config', 'asterisk-doc', 'asterisk-dev', 'asterisk', 
'asterisk-sounds-main', 'asterisk-h323'
Limit currently set to 'package':'asterisk-dbg', 'asterisk-config', 
'asterisk-doc', 'asterisk-dev', 'asterisk', 'asterisk-sounds-main', 
'asterisk-h323'

 tags 541441 + pending
Bug #541441 [asterisk] CVE-2009-2726: Asterisk SIP Channel Driver Denial of 
Service
Added tag(s) pending.
 tags 532971 + pending
Bug #532971 [asterisk] asterisk FTBFS on armel
Added tag(s) pending.
 tags 539150 + pending
Bug #539150 [asterisk] asterisk: Missing app_voicemail_imap
Added tag(s) pending.
 tags 539473 + pending
Bug #539473 [asterisk] CVE-2009-2651: Remote Crash Vulnerability in RTP stack
Added tag(s) 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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542370: Should multipath-tools-boot depend on iscsi?

2009-09-12 Thread Ritesh Raj Sarraf
Hi Petter,

I have been following the status of open-iscsi in Debian and it is lagging 
behind. I don't think it has an active maintainer any more. I had tried 
contacting Philip (for co-maintenance) but never got any reply.

Is there anyone else maintaining open-iscsi in Debian ?
Otherwise I can take care of it (my day job involves working on open-iscsi) 
but will need your help to sponsor.

Regards,
Ritesh

On Saturday 12 Sep 2009 21:10:15 Petter Reinholdtsen wrote:
 severity 542370 grave
 thanks
 
 I am raising severity of this problem to grave, as it make it
 impossible to install the three packages in question together.
 
 Happy hacking,
 

-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.


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


Processed: Raise severity on bugs making it impossible to install package

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 541980 serious
Bug #541980 [redhat-cluster-suite] redhat-cluster: Incorrect provides, 
dependencies and runlevels in init.d scripts
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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: nice: Please remove build-dep on jikes-classpath - patch

2009-09-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 529505 + patch
Bug #529505 [nice] nice: Please remove build-dep on jikes-classpath
Added tag(s) 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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#529505: nice: Please remove build-dep on jikes-classpath - patch

2009-09-12 Thread Niels Thykier
tags 529505 + patch
thanks

Hi

I have created a patch that fixes this problem and also replaces kaffe
with default java as (Build-)Depends.

~Niels

diff -u nice-deb-orig/control nice-deb-mod/control
--- a/debian/control	2009-09-13 00:10:58.0 +0200
+++ b/debian/control	2009-09-13 00:09:56.693008403 +0200
@@ -3,12 +3,13 @@
 Priority: optional
 Maintainer: Daniel Bonniot bonn...@users.sf.net
 Build-Depends: debhelper (= 5)
-Build-Depends-Indep: jikes-classpath, kaffe (= 2:1.1.8), javacc, groff, ant, zip, unzip
+Build-Depends-Indep: default-jdk, javacc, groff, ant, zip, unzip
 Standards-Version: 3.7.3
 
 Package: nice
 Architecture: all
-Depends: kaffe | java-virtual-machine, kaffe | java1-runtime | java2-runtime
+Depends: default-jre-headles | java-virtual-machine, 
+ default-jre-headless | java1-runtime | java2-runtime
 Suggests: emacsen, ant, gcj
 Description: Extension of Java with parametric types, multi-methods, and more
  Nice is a new object-oriented programming language.
diff -u nice-deb-orig/rules nice-deb-mod/rules
--- a/debian/rules	2009-09-13 00:10:58.0 +0200
+++ b/debian/rules	2009-09-13 00:10:08.957403367 +0200
@@ -21,7 +21,7 @@
 	# Ask javac to produce optimized code, but no debugging info
 # so that the package is smaller.
 	chmod a+x debian/jar
-	$(MAKE) complete JAVAC_FLAGS=-O java=kaffe javac=jikes-classpath -nowarn jar=debian/jar NICE_ANTJAR=/usr/share/java/ant.jar
+	$(MAKE) complete JAVAC_FLAGS=-O java=java javac=javac -nowarn jar=debian/jar NICE_ANTJAR=/usr/share/java/ant.jar
 
 	#/usr/bin/docbook-to-man debian/nice.sgml  nice.1
 


signature.asc
Description: OpenPGP digital signature


Bug#542370: Should multipath-tools-boot depend on iscsi?

2009-09-12 Thread Petter Reinholdtsen
[Ritesh Raj Sarraf]
 Hi Petter,
 
 I have been following the status of open-iscsi in Debian and it is lagging 
 behind. I don't think it has an active maintainer any more. I had tried 
 contacting Philip (for co-maintenance) but never got any reply.

This is sad.  Please share your experience with m...@qa.debian.org, to
make them aware that the maintainer seem to be missing.

 Is there anyone else maintaining open-iscsi in Debian ?

URL: http://packages.qa.debian.org/o/open-iscsi.html  list another
person, but I did not get any replies from him when I tried an email.

 Otherwise I can take care of it (my day job involves working on open-iscsi) 
 but will need your help to sponsor.

I am willing to sponsor if I got time to spare.  My sponsoring
preferences are available from
URL: http://www.hungry.com/~pere/debian-sponsoring.html .

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#543108: marked as done (valkyrie: FTBFS: configure: line 5232: syntax error near unexpected token `fi')

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 23:08:18 +
with message-id e1mmbha-rz...@ries.debian.org
and subject line Bug#543108: fixed in valkyrie 1.4.0-2
has caused the Debian Bug report #543108,
regarding valkyrie: FTBFS: configure: line 5232: syntax error near unexpected 
token `fi'
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
543108: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543108
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: valkyrie
Version: 1.4.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090822 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[1]: Entering directory 
 `/build/user-valkyrie_1.4.0-1-amd64-9B7Ifm/valkyrie-1.4.0'
 make[1]: Nothing to be done for `update-config'.
 make[1]: Leaving directory 
 `/build/user-valkyrie_1.4.0-1-amd64-9B7Ifm/valkyrie-1.4.0'
 touch debian/stamp-autotools-files
 chmod a+x /build/user-valkyrie_1.4.0-1-amd64-9B7Ifm/valkyrie-1.4.0/./configure
 cd .  CC=cc CXX=g++ CFLAGS=-g -O2 -g -Wall -O2 CXXFLAGS=-g -O2 -g 
 -Wall -O2 CPPFLAGS= LDFLAGS= LDFLAGS=-Wl,-z,defs -Wl,-O3 
 -Wl,--as-needed 
 /build/user-valkyrie_1.4.0-1-amd64-9B7Ifm/valkyrie-1.4.0/./configure 
 --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include 
 --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info 
 --sysconfdir=/etc --localstatedir=/var --libexecdir=\${prefix}/lib/valkyrie 
 --disable-maintainer-mode --disable-dependency-tracking --srcdir=.  
 --with-Qt-dir=/usr/share/qt3 
 configure: WARNING: unrecognized options: --disable-maintainer-mode
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for a thread-safe mkdir -p... /bin/mkdir -p
 checking for gawk... no
 checking for mawk... mawk
 checking whether make sets $(MAKE)... yes
 checking for style of include used by make... GNU
 checking for C++ compiler default output file name... a.out
 checking whether the C++ compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables... 
 checking for suffix of object files... o
 checking whether we are using the GNU C++ compiler... yes
 checking whether g++ accepts -g... yes
 checking dependency style of g++... none
 checking for gcc... cc
 checking whether we are using the GNU C compiler... yes
 checking whether cc accepts -g... yes
 checking for cc option to accept ISO C89... none needed
 checking dependency style of cc... none
 checking how to run the C preprocessor... cc -E
 checking for X... libraries , headers 
 checking for gethostbyname... yes
 checking for connect... yes
 checking for remove... yes
 checking for shmat... yes
 checking for IceConnectionNumber in -lICE... yes
 /build/user-valkyrie_1.4.0-1-amd64-9B7Ifm/valkyrie-1.4.0/./configure: line 
 5232: syntax error near unexpected token `fi'
 /build/user-valkyrie_1.4.0-1-amd64-9B7Ifm/valkyrie-1.4.0/./configure: line 
 5232: `fi'
 make: *** [config.status] Error 2

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/08/22/valkyrie_1.4.0-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: valkyrie
Source-Version: 1.4.0-2

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

valkyrie_1.4.0-2.diff.gz
  to pool/main/v/valkyrie/valkyrie_1.4.0-2.diff.gz
valkyrie_1.4.0-2.dsc
  to pool/main/v/valkyrie/valkyrie_1.4.0-2.dsc
valkyrie_1.4.0-2_amd64.deb
  to pool/main/v/valkyrie/valkyrie_1.4.0-2_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 543...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hai Zaar haiz...@haizaar.com (supplier of updated valkyrie package)

(This message was generated automatically at their request; if you

Bug#545356: marked as done (initscripts: Missing dependency on sysvinit-utils)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 23:07:57 +
with message-id e1mmbhf-nv...@ries.debian.org
and subject line Bug#545356: fixed in sysvinit 2.87dsf-5
has caused the Debian Bug report #545356,
regarding initscripts: Missing dependency on sysvinit-utils
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
545356: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545356
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: initscripts
Version: 2.87dsf-2+b1
Severity: grave
Justification: causes non-serious data loss

I apt-geet install initscript and it failed to grab the corresponding
sysvinit-utils package.

This caused /sbin/fstab-decode to be missing and therefore /etc/init.d/umountfs
would not properly umount the filesystems, causing an fsck on all of them
at the next boot.

There is probably a missing dependency between initscript and the
sysvinit-utils package.

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

Kernel: Linux 2.6.30.5
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages initscripts depends on:
ii  debianutils 2.23.1   Miscellaneous utilities specific t
ii  libc6   2.9-12   GNU C Library: Shared libraries
ii  lsb-base3.2-23   Linux Standard Base 3.2 init scrip
ii  mount   2.16-3   Tools for mounting and manipulatin
ii  sysvinit-utils  2.87dsf-2+b1 System-V-like utilities

Versions of packages initscripts recommends:
ii  e2fsprogs   1.37-2sarge1 ext2 file system utilities and lib
ii  psmisc  20.2-2.1 Utilities that use the proc filesy

initscripts suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: sysvinit
Source-Version: 2.87dsf-5

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

initscripts_2.87dsf-5_i386.deb
  to pool/main/s/sysvinit/initscripts_2.87dsf-5_i386.deb
sysv-rc_2.87dsf-5_all.deb
  to pool/main/s/sysvinit/sysv-rc_2.87dsf-5_all.deb
sysvinit-utils_2.87dsf-5_i386.deb
  to pool/main/s/sysvinit/sysvinit-utils_2.87dsf-5_i386.deb
sysvinit_2.87dsf-5.diff.gz
  to pool/main/s/sysvinit/sysvinit_2.87dsf-5.diff.gz
sysvinit_2.87dsf-5.dsc
  to pool/main/s/sysvinit/sysvinit_2.87dsf-5.dsc
sysvinit_2.87dsf-5_i386.deb
  to pool/main/s/sysvinit/sysvinit_2.87dsf-5_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 545...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen p...@debian.org (supplier of updated sysvinit 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Sep 2009 00:13:49 +0200
Source: sysvinit
Binary: sysvinit sysvinit-utils sysv-rc initscripts
Architecture: source i386 all
Version: 2.87dsf-5
Distribution: experimental
Urgency: low
Maintainer: Debian sysvinit maintainers 
pkg-sysvinit-de...@lists.alioth.debian.org
Changed-By: Petter Reinholdtsen p...@debian.org
Description: 
 initscripts - scripts for initializing and shutting down the system
 sysv-rc- System-V-like runlevel change mechanism
 sysvinit   - System-V-like init utilities
 sysvinit-utils - System-V-like utilities
Closes: 239342 265801 406361 545356 545368 545409 545949
Changes: 
 sysvinit (2.87dsf-5) experimental; urgency=low
 .
   * Uploading to experimental, to test the new build rules.
 .
   * Make sysv-rc postinst report detected problems to stderr too when
 failing to migrate.
   * Fix typo in error message from postinst (Closes: #545409).
   * Make initscripts depend on sysvinit-utils (= 2.86.ds1-64), to
 make sure the fstab-decode program is available (Closes: #545356).
   * Make sure the calls to 'update-rc.d X remove' in initscripts
 postinst do not ignore errors (Closes: #406361).
   * Make sysvinit depend on sysvinit-utils (= 2.86.ds1-66) to avoid
 that bootlogd disappear during partial upgrades (Closes: #545368).
   * Restructure source package to make it possible to use debhelper in

  1   2   >