Bug#377330: tar: posible patch

2006-09-07 Thread Vladimir Suplin
Package: tar
Version: 1.15.91-2
Followup-For: Bug #377330

Hi All.

It seems that there are 2 bugs in incremen.c:
1) uninitialized variable stract stat st, as was correctly pointed
by Kurt Roeckx.
2) wrong file type check in 
  || (*entry == 'D'  S_ISDIR (st.st_mode))
  || (*entry == 'Y'  !S_ISDIR (st.st_mode)))

I made a patch that fixes these problems.

Attached the patch and a script I used to test the
stock debian tar and after several iterations it always fails. 

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-amd64-k8
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages tar depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries

tar recommends no packages.

-- no debconf information
--- tar-1.15.91/src/incremen.c	2006-06-08 14:28:16.0 +0300
+++ tar-1.15.91-mod/src/incremen.c	2006-09-07 09:06:07.0 +0300
@@ -1299,10 +1299,6 @@ try_purge_directory (char const *directo
 	free (p);
   p = new_name (directory_name, cur);
 
-  if (!(entry = dumpdir_locate (current_stat_info.dumpdir, cur))
-	  || (*entry == 'D'  S_ISDIR (st.st_mode))
-	  || (*entry == 'Y'  !S_ISDIR (st.st_mode)))
-	{
 	  if (deref_stat (false, p, st))
 	{
 	  if (errno != ENOENT) /* FIXME: Maybe keep a list of renamed
@@ -1321,6 +1317,10 @@ try_purge_directory (char const *directo
 		 quotearg_colon (p)));
 	  continue;
 	}
+  if (!(entry = dumpdir_locate (current_stat_info.dumpdir, cur))
+	  || (*entry == 'D'  !S_ISDIR (st.st_mode))
+	  || (*entry == 'Y'  S_ISDIR (st.st_mode)))
+	{
 
 	  if (! interactive_option || confirm (delete, p))
 	{


rrr
Description: application/shellscript


Bug#382988: No keyboard layout available under kcontrol!

2006-09-07 Thread PP
Hi!

I'm create symlink from /usr/share/X11/xkb to /etc/X11/xkb
and this problem come out.
-- 
pp


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



Processed: Re: Bug#386344: apt-proxy: APT-Proxy has Problems with ~ in package-names

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 package apt-proxy
Ignoring bugs not assigned to: apt-proxy

 tags 386344 + moreinfo
Bug#386344: apt-proxy: APT-Proxy has Problems with ~ in package-names
Tags were: security
Tags added: moreinfo

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#386371: ImportError: No module named planet

2006-09-07 Thread Neil Levine
Package: planet
Version: 2.0-2
Severity: grave
Justification: renders package unusable


After the latest upgrade, I am now getting this error message:

Traceback (most recent call last):
  File /usr/bin/planet, line 23, in ?
import planet
ImportError: No module named planet

Running the most up to date version of Python2.4 from unstable.

Neil

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

Versions of packages planet depends on:
ii  apache [httpd]1.3.34-4   versatile, high-performance HTTP s
ii  apache2   2.0.55-4.2 next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.0.55-4.2 traditional model for Apache2
ii  debconf   1.5.3  Debian configuration management sy
ii  python2.4.3-11   An interactive high-level object-o
ii  python-support0.4.3  automated rebuilding support for p

planet recommends no packages.

-- debconf information:
* planet/use_cron: true
  planet/planet_link:
* planet/configure: false
* planet/template: fancy
* planet/cron_interval: 60
  planet/planet_owner_name:
  planet/planet_name:
  planet/planet_owner_email:


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



Bug#386344: apt-proxy: APT-Proxy has Problems with ~ in package-names

2006-09-07 Thread Chris Halls
package apt-proxy
tags 386344 + moreinfo
thanks

On Wednesday 06 September 2006 23:29, Daniel 'DaB.' Baur wrote:
 Package: apt-proxy
 Version: 1.9.35
 Severity: grave
 Tags: security
 Justification: renders package unusable

 Apt-Proxy can not handle Package, which have the new ~ in there names.
 A example is libkrb5-dev_1.4.4~beta1-1_i386.deb which gives a 404 file not
 found on backend error. Please fix it, because it is unpossible to play in
 any packages or security-updates.

$ sudo apt-get install brazilian-conjugate
[...]
Get: 1 http://aptproxy testing/main brazilian-conjugate 3.0~beta4-1 [104kB]
Fetched 104kB in 0s (153kB/s)

It doesn't seem to be purely down to a '~' in the filename. It might be 
something in your configuration. For example, I am using an http backend but 
you could be using another type. The best thing is to turn on debug info in 
your apt-proxy-v2.conf:

debug = all:9 db:7

Then restart apt-proxy, and send a copy of /var/log/apt-proxy.log for the 
session where you try to get the file. When you do the test, can you also 
please check that the backend server you are using really has the file - 
sometimes mirrors can get out of sync.

Thanks
Chris


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



Processed: Fixed in NMU of bobcat 1.10.1-1.1

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 385312 + fixed
Bug#385312: bobcat: FTBFS (amd64): cannot convert 'size_t*' to 'unsigned int*' 
for argument '9' to 'int XQueryPointer(Display*, Window, Window*, Window*, 
int*, int*, int*, int*, unsigned int*)'
Tags were: patch
Bug#385576: bobcat - FTBFS: invalid conversion from 'size_t*' to 'unsigned int*'
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#324982: marked as done (jed: FTBFS: Build-Depends cannot be satisfied because no available versions of package slang1-dev can satisfy version requirements)

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 7 Sep 2006 10:56:56 +0200
with message-id [EMAIL PROTECTED]
and subject line Grave bug is still open
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: jed
Version: 0.99.16-5
Severity: serious
Tags: patch

When trying to build 'jed' in a clean 'unstable' chroot,
I get the following error:

# apt-get build-dep jed
Reading package lists... Done
Building dependency tree... Done
E: Build-Depends dependency for jed cannot be satisfied because no available 
versions of package slang1-dev can satisfy version requirements

Please change the Build-Depends to use 'libslang1-dev' 
instead of 'slang1-dev'.

Regards
Andreas Jochens

diff -urN ../tmp-orig/jed-0.99.16/debian/control ./debian/control
--- ../tmp-orig/jed-0.99.16/debian/control  2005-08-25 07:49:37.0 
+
+++ ./debian/control2005-08-25 07:49:24.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian JED Group [EMAIL PROTECTED]
 Standards-Version: 3.6.1
-Build-Depends: debhelper (= 4), hevea, libgpmg1-dev (= 1.17.8-18) 
[!hurd-i386], perl (= 5.004.05-1.1), perl-base (= 5.004.05-1.1), slang1-dev 
(= 1.3.11), xlibs-dev (= 4.0.1-10), libfreetype6-dev (= 2.0.1-1), 
libxft-dev, dpatch
+Build-Depends: debhelper (= 4), hevea, libgpmg1-dev (= 1.17.8-18) 
[!hurd-i386], perl (= 5.004.05-1.1), perl-base (= 5.004.05-1.1), 
libslang1-dev, xlibs-dev (= 4.0.1-10), libfreetype6-dev (= 2.0.1-1), 
libxft-dev, dpatch
 
 Package: jed
 Architecture: any

---End Message---
---BeginMessage---
* Jörg Sommer [EMAIL PROTECTED] [2006-09-07 01:53]:

 has someone an explanation why #324982 is not marked as resolved?
 Did we forget to re???close it in 0.99.16-6? I'm not very familiar with
 NMUs, but the NMU in 0.99.16-3.[12] were closed a second time in
 0.99.16-4.

It has been probably overseen.

 What can we do now? Can we close it via e???mail?

Yes, in the way am doing with this reply (see the Cc:).
 
-- 
Rafael
---End Message---


Bug#358575: Binary NMU requested for mailman in sarge [was: mailman 2.1.5-8sarge3: screwup between security and maintainer upload]

2006-09-07 Thread Lionel Elie Mamane
On Wed, Sep 06, 2006 at 12:03:34PM +0200, Lionel Elie Mamane wrote:

 There seems to have been a screw-up in handling of mailman security
 and stable updates: There are two different mailman packages in Debian
 with version number 2.1.5-8sarge3.

  -8sarge3 maintainer update (that got frozen waiting for -8sarge2 to
   happen in order not to conflict with it) to fix bug #358575, a
   severity critical bug.

  -8sarge3 security update to fix:
   formt string vulnerability [src/common.c, 
 debian/patches/72_CVE-2006-2191.dpatch]
 

 The situation right now:

  - sarge r3 contains mailman 2.1.5-8sarge3, but some architectures
have the security update (such as i386) and others have the
maintainer update (such as source, sparc and alpha).

Thus all architectures are screwed up in one way or the other.

 Stable release team, please react accordingly; you may for example
 do a binary sourceless NMU for the architectures that have -8sarge3
 the security update so that they all have -8sarge3 the maintainer
 update.

I have now heard about what the security problem addressed in -8sarge3
the security update is. It is believed not to be exploitable. I thus
now officially request a binary NMU to replace -8sarge3 the security
update by -8sarge3 the maintainer update on the arches that have
-8sarge3 the security update.

-- 
Lionel


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



Bug#382757: Generating VST headers

2006-09-07 Thread Free Ekanayaka
Hi Javier,

sorry for the delay, but I was on holiday and I'm still recovering the
old mails..

|--== Javier Serrano Polo writes:

  JSP Hi, again.
  JSP You may have heard about VST and its non-free headers. I'm using a free
  JSP program that optionally supports that technology and, of course, it'd be
  JSP nice to have that support in main.

  JSP I believe reverse engineering is legal, even a common practice (so I've
  JSP read in some messages in this list). But I don't think Steinberg
  JSP (copyright owner) would be very happy. They don't want to give away the 
API.

  JSP I should clarify that I'm not trying to make the whole technology
  JSP available, just the necessary bits to allow my program work. This
  JSP couldn't be used to move fst to main (perhaps, it could).

  JSP Oh, that reminds me. Free Ekanayaka, did you get explicit permission
  JSP from Torben Hohn? You know that Steinberg headers aren't like a Java
  JSP compiler, don't you? GPL still applies.

I've downloaded the  VST development kit from  the Steinberg site, and
accepted the use conditions.  Then I've built the  fst package (as you
would compile any other   VST plugin using the  Steinberg  development
kit)  and uploaded  it  to  non-free.   From my  understanding this is
perfectly legal,  as is legal  to distribute VST plugins compiled with
the VST SDK.

  JSP Oh no, it's depending on LASH. I'm afraid you didn't get it. I read
  JSP through their mail archives (fst archives), Paul Davis (co-author)
  JSP argued LASH dependency was enough reason to not grant exceptions nor
  JSP allow binary distributions.

Mmmh, I'm not sure to get this point, please would you elaborate?

  JSP By the way, my program doesn't use LASH so that reason doesn't apply.
  JSP Got no answer from them.

  JSP I'm sorry I had to bring this up. If it helps, dssi-vst does have GPL
  JSP exceptions to allow binary distribution.

We could probably upload that too then.

  JSP Back to my subject, I already wrote a header to make the Linux parts
  JSP work. Of course, it crashes when connecting to VST: constants need the
  JSP correct values, class members the correct offsets...

  JSP I guess I can't ask a developer who can use the official headers to
  JSP substitute the constant names with numbers and fill classes with char
  JSP arrays. It would be so easier to get the header.

  JSP If I finish this file (in a far far future), could it be included in 
main?

I think so, but I'll let more knowledgeable people answer this.

  JSP Knowing that fst shouldn't be there, it wouldn't be much ethical to use
  JSP it to obtain additional information, would it?

Ciao,

Free



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



Bug#386392: fails to build

2006-09-07 Thread Damyan Ivanov
Package: sim
Version: 0.9.4.0+1-1
Severity: serious
Justification: no longer builds from source

Hi, In a clean, fresh sid pbuilder ./configure call ends up with:

.
checking whether byte ordering is bigendian... no
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
configure: error: You need to have flex installed.
$

I do have flex :)


Thanks,
dam

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

Versions of packages sim depends on:
ii  kdelibs4c2a 4:3.5.4-3core libraries and binaries for al
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20060709-1 GCC support library
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libqt3-mt   3:3.3.6-4Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.1-2X11 Session Management library
ii  libssl0.9.8 0.9.8b-2 SSL shared libraries
ii  libstdc++6  4.1.1-13 The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-8X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxml2 2.6.26.dfsg-3GNOME XML library
ii  libxslt1.1  1.1.17-4 XSLT processing library - runtime 
ii  libxss1 1:1.0.1-4X11 Screen Saver extension library
ii  sim-data0.9.4.0+1-1  Simple Instant Messenger data file
ii  zlib1g  1:1.2.3-13   compression library - runtime

sim recommends no packages.

-- no debconf information


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



Bug#386394: tomcat5: Fails to start: doesn't detect sun-java5-bin JVM

2006-09-07 Thread Bastian Kleineidam
Package: tomcat5
Version: 5.0.30-10
Severity: serious
Tags: patch
Justification: init.d start failure

Hi,

after installation I got this message:
Could not start Tomcat 5 servlet engine because no Java Development Kit
(JDK) was found. Please download and install JDK 1.3 or higher and set
JAVA_HOME in /etc/default/tomcat5 to the JDK's installation directory.

Adding /usr/lib/jvm/java-1.5.0-sun to the JDK dirs tomcat starts up
without errors. Here is the patch:

--- tomcat5.orig2006-09-07 11:29:18.0 +0200
+++ tomcat5 2006-09-07 11:30:07.0 +0200
@@ -20,7 +20,7 @@
 
 # The first existing directory is used for JAVA_HOME (if JAVA_HOME is not
 # defined in $DEFAULT)
-JDK_DIRS=/usr/lib/j2sdk1.4-sun /usr/lib/j2sdk1.4-blackdown /usr/lib/j2se/1.4 
/usr/lib/j2sdk1.5-sun /usr/lib/j2sdk1.3-sun /usr/lib/j2sdk1.3-blackdown 
/usr/lib/jvm/java-gcj /usr/lib/kaffe
+JDK_DIRS=/usr/lib/jvm/java-1.5.0-sun /usr/lib/j2sdk1.4-sun 
/usr/lib/j2sdk1.4-blackdown /usr/lib/j2se/1.4 /usr/lib/j2sdk1.5-sun 
/usr/lib/j2sdk1.3-sun /usr/lib/j2sdk1.3-blackdown /usr/lib/jvm/java-gcj 
/usr/lib/kaffe
 
 # Directory for per-instance configuration files and webapps
 CATALINA_BASE=/var/lib/tomcat5


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


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



Processed: Re: Bug#386299: ekg2: Plugin/program compilation option mismatch

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 386299 serious
Bug#386299: Fails when run in UTF-8 environment
Severity set to `serious' from `minor'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#358575: Binary NMU requested for mailman in sarge [was: mailman 2.1.5-8sarge3: screwup between security and maintainer upload]

2006-09-07 Thread Steve Langasek
On Thu, Sep 07, 2006 at 11:21:35AM +0200, Lionel Elie Mamane wrote:
  Stable release team, please react accordingly; you may for example
  do a binary sourceless NMU for the architectures that have -8sarge3
  the security update so that they all have -8sarge3 the maintainer
  update.

 I have now heard about what the security problem addressed in -8sarge3
 the security update is. It is believed not to be exploitable. I thus
 now officially request a binary NMU to replace -8sarge3 the security
 update by -8sarge3 the maintainer update on the arches that have
 -8sarge3 the security update.

And which archs are those?

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


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



Bug#386403: linux-uvc-source: Unable to complete device test with ekiga

2006-09-07 Thread Andy Huhn
Package: linux-uvc-source
Version: 0.1.0-4
Severity: grave
Justification: renders package unusable

I have a Logitech QuickCam Pro 5000.  When I attempt to test the device
with ekiga 2.0.2-1, I receive the following:

Failed to open the device.  Error with the frame size.

I am on AMD64 etch (kernel 2.6.16-2-amd64-k8-smp).  I have
libpt-plugins-v4l2 1.10.1.dfsg-1 installed.

Here is the entire scenario:
1) I plug the device into a USB port, and the following is reported in
/var/log/messages:

Sep  7 06:18:39 chennai kernel: usb 5-7: new high speed USB device using
ehci_hcd and address 3
Sep  7 06:18:40 chennai kernel: usb 5-7: configuration #1 chosen from 1
choice
Sep  7 06:18:40 chennai kernel: uvcvideo: Found UVC 1.00 device
unnamed (046d:08c5)

I then start ekiga, and choose to use the Configuration Druid.

I click through the forms to enter my name, username/password,
connection type, NAT type, audio manager, and test my audio device.  On
form 8/10 (Video Manager), I choose V4L2 as my video manager (my
options are Picture, V4L2, V4L).  On the next form, I choose USB
Video Class Device for my video input device (it is my only option),
and then click Test Device.

Sometimes I receive the message Failed to open the device.  Error with the 
frame size.  At other times, I receive the message Failed to open the device. 
 Your driver doesn't support any of the color formats tried by Ekiga.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-amd64-k8-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- no debconf information


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



Bug#385385: marked as done (FTBFS: expected specifier-qualifier-list before '__u8')

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Sep 2006 03:47:04 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#385385: fixed in efi-reader 0.8
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: efi-reader
Version: 0.7
Severity: serious

efi-reader doesn't build with current toolchain:

(osprey)[EMAIL PROTECTED]:~/src/efi-reader-0.7$ gcc-4.1 -W -Wall  -I.  
-fomit-frame-pointer -Os efi-reader.c -o efi-reader -ldebian-installer 
-ldebconfclient
efi-reader.c:27: error: expected specifier-qualifier-list before '__u8'
efi-reader.c:34: error: expected specifier-qualifier-list before '__u8'
efi-reader.c: In function 'get_efi_lang_code':
efi-reader.c:64: error: 'efi_variable_t' has no member named 'Data'
efi-reader.c: In function 'main':
efi-reader.c:89: warning: unused parameter 'argc'
efi-reader.c:89: warning: unused parameter 'argv'
(osprey)[EMAIL PROTECTED]:~/src/efi-reader-0.7$

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

---End Message---
---BeginMessage---
Source: efi-reader
Source-Version: 0.8

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

efi-reader_0.8.dsc
  to pool/main/e/efi-reader/efi-reader_0.8.dsc
efi-reader_0.8.tar.gz
  to pool/main/e/efi-reader/efi-reader_0.8.tar.gz
efi-reader_0.8_ia64.udeb
  to pool/main/e/efi-reader/efi-reader_0.8_ia64.udeb



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

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

Debian distribution maintenance software
pp.
Alastair McKinstry [EMAIL PROTECTED] (supplier of updated efi-reader package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Sep 2006 08:02:43 +0100
Source: efi-reader
Binary: efi-reader
Architecture: source ia64
Version: 0.8
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Alastair McKinstry [EMAIL PROTECTED]
Description: 
 efi-reader - Select default values from EFI configuration. (udeb)
Closes: 385385
Changes: 
 efi-reader (0.8) unstable; urgency=low
 .
   [ Colin Watson ]
   * Include linux/types.h for __u8 and friends. Closes: #385385.
Files: 
 394c168cbf49f81225276248273e8785 707 debian-installer optional 
efi-reader_0.8.dsc
 fe174dd1043e09290869c4f69786a5bd 8493 debian-installer optional 
efi-reader_0.8.tar.gz
 5abccb08d06ee05b5a3b61fd3d94c9aa 4690 debian-installer optional 
efi-reader_0.8_ia64.udeb
package-type: udeb

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

iD8DBQFE//ZxQTK/kCo4XFcRAmjsAKCz+gId+uZg55O3kJFvZYfxpFAy0gCgw2Gl
MQOq6dNIbuEdjTpmHcWGcYQ=
=0nWA
-END PGP SIGNATURE-

---End Message---


Processed: severity of 386321 is wishlist

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
  # downgrading, per submitter
 severity 386321 wishlist
Bug#386321: hugin: new packages must replace old ones
Severity set to `wishlist' from `serious'


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#385909: pyversions: command not found

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 385909 python 2.4.3-11
Bug#385909: pyversions: command not found
Bug reassigned from package `python-gnome2' to `python'.

 retitle 385909 preinst calls .rtupdate scripts while dependencies aren't 
 installed
Bug#385909: pyversions: command not found
Changed Bug title.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#385576: marked as done (bobcat - FTBFS: invalid conversion from 'size_t*' to 'unsigned int*')

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Sep 2006 05:02:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#385312: fixed in bobcat 1.10.2-1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: bobcat
Version: 1.10.1-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of bobcat_1.10.1-1 on debian-31 by sbuild/s390 85
[...]
 g++ -c -o xpointer/o/58get.o -Itmp -Wall -O3 xpointer/get.cc
 xpointer/get.cc: In member function 'bool FBB::Xpointer::get(int*, int*) 
 const':
 xpointer/get.cc:14: error: invalid conversion from 'size_t*' to 'unsigned 
 int*'
 xpointer/get.cc:14: error:   initializing argument 9 of 'int 
 XQueryPointer(Display*, Window, Window*, Window*, int*, int*, int*, int*, 
 unsigned int*)'
 system - failure of system call (status 256)
 system - failure of system call (status 256)
 make: *** [build-stamp] Error 1
 **
 Build finished at 20060829-0852
 FAILED [dpkg-buildpackage died]

---End Message---
---BeginMessage---
Source: bobcat
Source-Version: 1.10.2-1

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

bobcat_1.10.2-1.diff.gz
  to pool/main/b/bobcat/bobcat_1.10.2-1.diff.gz
bobcat_1.10.2-1.dsc
  to pool/main/b/bobcat/bobcat_1.10.2-1.dsc
bobcat_1.10.2.orig.tar.gz
  to pool/main/b/bobcat/bobcat_1.10.2.orig.tar.gz
libbobcat1-dev_1.10.2-1_amd64.deb
  to pool/main/b/bobcat/libbobcat1-dev_1.10.2-1_amd64.deb
libbobcat1_1.10.2-1_amd64.deb
  to pool/main/b/bobcat/libbobcat1_1.10.2-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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
George Danchev [EMAIL PROTECTED] (supplier of updated bobcat package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 7 Sep 2006 11:14:35 +0300
Source: bobcat
Binary: libbobcat1 libbobcat1-dev
Architecture: source amd64
Version: 1.10.2-1
Distribution: unstable
Urgency: high
Maintainer: Frank B. Brokken [EMAIL PROTECTED]
Changed-By: George Danchev [EMAIL PROTECTED]
Description: 
 libbobcat1 - run-time (shared) Bobcat library
 libbobcat1-dev - headers and documentation for the Bobcat library
Closes: 385312 386374
Changes: 
 bobcat (1.10.2-1) unstable; urgency=high
 .
   * New upstream release (Closes: #385312)
 .
   [ George Danchev ]
   * renamed *.install and *.dirs files to match package names
   * no more doc directories which do not match binary package names:
 (/usr/share/doc/bobcat and /usr/share/doc/bobcat-dev)
   * install upstream changelog for both packages
   * debian/copyright: added GPL license preambule, debian packaging
 copyright and canonical upstream download location
   * debian/compat 5, thus debhelper (= 5.0.37.3)
   * Ack superfluous NMU (Closes: #386374)
   * fix some url locations in copyright and rules:get-svn-trunk
   * installdocs CLASSES README.class-setup README.optimization
 .
   [ Frank Brokken ]
   * the lintian overrides are superfluous and were removed, the icmake/install
 script ignores them, too.
Files: 
 8916d28d431a65fda6a160849472810d 774 libs optional bobcat_1.10.2-1.dsc
 60c957679aff4d1580744e84dafc9b16 396791 libs optional bobcat_1.10.2.orig.tar.gz
 1b03bb408ca70a9109b2da863d9450b6 8254 libs optional bobcat_1.10.2-1.diff.gz
 96d6bd451cbf430d4f263ce952a65014 132768 libs optional 
libbobcat1_1.10.2-1_amd64.deb
 44763cd7b335f76b8d98c15b12937b95 698812 libdevel optional 
libbobcat1-dev_1.10.2-1_amd64.deb

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

iD8DBQFFAAi7EFV7g4B8rCURAqJxAKDMP2svJiYCzpb27wgqKoXJ01kPZwCdHcz/
KT30ukjfkCPGV5zgzIz5jJU=
=pAuO
-END PGP SIGNATURE-

---End Message---


Bug#384818: marked as done (dia-newcanvas: FTBFS: checking for headers required to compile python extensions... not found)

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 7 Sep 2006 14:12:48 +0200
with message-id [EMAIL PROTECTED]
and subject line Fixed in NMU of dia-newcanvas 0.6.10-5.1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: dia-newcanvas
Version: 0.6.10-5
Severity: serious
Justification: fails to build from source

From my build log:

 Automatic build of dia-newcanvas_0.6.10-5 on testbuild by sbuild/i386 85
 Build started at 20060826-1602
 **
 Checking available source versions...
 Fetching source files...
 Reading package lists...
 Building dependency tree...
 Need to get 605kB of source archives.
 Get:1 http://debian.aurel32.net sid/main dia-newcanvas 0.6.10-5 (dsc) [715B]
 Get:2 http://debian.aurel32.net sid/main dia-newcanvas 0.6.10-5 (tar) [328kB]
 Get:3 http://debian.aurel32.net sid/main dia-newcanvas 0.6.10-5 (diff) [276kB]
 Fetched 605kB in 0s (5909kB/s)
 Download complete and in download only mode
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper ( 3.0.0), libgtk2.0-dev (= 2.0.6), gettext, 
 libglade2-dev (= 2.0.0-2), python2.3-dev, python-gtk2-dev
 
...
 
 checking whether the i486-linux-gnu-g++ linker (/usr/bin/ld) supports shared 
 libraries... yes
 checking dynamic linker characteristics... GNU/Linux ld.so
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... yes
 appending configuration tag F77 to libtool
 checking for a Python interpreter with version = 2.3... python
 checking for python... /usr/bin/python
 checking for python version... 2.4
 checking for python platform... linux2
 checking for python script directory... ${prefix}/lib/python2.4/site-packages
 checking for python extension module directory... 
 ${exec_prefix}/lib/python2.4/site-packages
 checking for python = 2.3... okay
 checking for headers required to compile python extensions... not found
 configure: error: could not find Python headers
 make: *** [config.status] Error 1
 **
 Build finished at 20060826-1604
 FAILED [dpkg-buildpackage died]
 Purging chroot-unstable/build/buildd/dia-newcanvas-0.6.10
 --


Build-depending on python-dev instead of python2.3-dev should fix the problem.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8-smp
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)

---End Message---
---BeginMessage---
Version: 0.6.10-5.1

I've NMUed for this bug (fixing the bug to use versioning instead of the
fixed tag, to ease tracking through testing); here's the changelog:

  dia-newcanvas (0.6.10-5.1) unstable; urgency=medium
  .
* Non-maintainer upload.
* Build-depend on python-dev instead of python2.3-dev; fixes FTBFS now
  that python is python2.4. (Closes: #384818)

/* Steinar */
-- 
Homepage: http://www.sesse.net/
---End Message---


Bug#385909: pyversions: command not found

2006-09-07 Thread Josselin Mouette
reassign 385909 python 2.4.3-11
retitle 385909 preinst calls .rtupdate scripts while dependencies aren't 
installed
thanks

Le dimanche 03 septembre 2006 à 23:38 +0200, Julien Danjou a écrit :
 Package: python-gnome2
 Version: 2.12.4-4
 Severity: serious
 
 While upgrading an old etch:
 
 Suggested packages:
   python-doc python-profiler
 The following NEW packages will be installed:
   python-minimal
 The following packages will be upgraded:
   python
 1 upgraded, 1 newly installed, 0 to remove and 212 not upgraded.
 221 not fully installed or removed.
 Need to get 0B/152kB of archives.
 After unpacking 119kB of additional disk space will be used.
 (Reading database ... 142617 files and directories currently installed.)
 Preparing to replace python 2.3.5-5 (using .../python_2.4.3-11_all.deb)
 ...
 running python pre-rtupdate hooks for python2.4...
 /usr/share/python/runtime.d/python-gnome2.rtupdate: line 4: pyversions:
 command not found
 error running python pre-rtupdate hook python-gnome2
 running python failed-pre-rtupdate hook python-gnome2
 /usr/share/python/runtime.d/python-gnome2.rtupdate: line 4: pyversions:
 command not found
 dpkg: error processing /var/cache/apt/archives/python_2.4.3-11_all.deb
 (--unpack):
  subprocess pre-installation script returned error exit status 127
 dpkg: considering removing python in favour of python-minimal ...
 dpkg: no, cannot remove python (--auto-deconfigure will help):
  uligo depends on python
   python is to be removed.
 dpkg: regarding .../python-minimal_2.4.3-11_all.deb containing
 python-minimal:
  python-minimal conflicts with python (= 2.4-1)
   python (version 2.3.5-5) is installed.
 dpkg: error processing
 /var/cache/apt/archives/python-minimal_2.4.3-11_all.deb (--unpack):
  conflicting packages - not installing python-minimal
 Errors were encountered while processing:
  /var/cache/apt/archives/python_2.4.3-11_all.deb
  /var/cache/apt/archives/python-minimal_2.4.3-11_all.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)

As explained on debian-python, this is a problem with python's preinst
script, which calls the .rtupdate stuff. At that moment, nothing is
guaranteed to be installed, except for required packages. Most scripts
are calling pyversions, which is a symbolic link to pyversions.py,
present in python-minimal.

The clean solution is to remove this stuff from the preinst script and
to find another solution for the packages currently using it.

Another possibility would be to add python-minimal as a Pre-Depends: for
python and to state in the policy that .rtupdate scripts must ensure
everything they need is installed and working.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom




Bug#385312: marked as done (bobcat: FTBFS (amd64): cannot convert 'size_t*' to 'unsigned int*' for argument '9' to 'int XQueryPointer(Display*, Window, Window*, Window*, int*, int*, int*, int*, unsign

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Sep 2006 05:02:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#385312: fixed in bobcat 1.10.2-1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: bobcat
Version: 1.10.1-1
Severity: serious
Tags: patch

When building 'bobcat' on amd64/unstable,
I get the following error:

g++ -c -o xpointer/o/58get.o -Itmp -Wall -O3 xpointer/get.cc
xpointer/get.cc: In member function 'bool FBB::Xpointer::get(int*, int*) const':
xpointer/get.cc:14: error: cannot convert 'size_t*' to 'unsigned int*' for 
argument '9' to 'int XQueryPointer(Display*, Window, Window*, Window*, int*, 
int*, int*, int*, unsigned int*)'
system - failure of system call (status 256)
system - failure of system call (status 256)
make: *** [build-stamp] Error 1

With the attached patch 'bobcat' can be compiled on amd64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/bobcat-1.10.1/xpointer/get.cc ./xpointer/get.cc
--- ../tmp-orig/bobcat-1.10.1/xpointer/get.cc   2006-08-25 14:25:20.0 
+
+++ ./xpointer/get.cc   2006-08-30 11:43:02.0 +
@@ -5,7 +5,7 @@
 Window rootret;
 Window child;
 Window root = DefaultRootWindow(s_theDisplay);
-size_t keys;
+unsigned int keys;
 int dum_x;
 int dum_y;
 

---End Message---
---BeginMessage---
Source: bobcat
Source-Version: 1.10.2-1

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

bobcat_1.10.2-1.diff.gz
  to pool/main/b/bobcat/bobcat_1.10.2-1.diff.gz
bobcat_1.10.2-1.dsc
  to pool/main/b/bobcat/bobcat_1.10.2-1.dsc
bobcat_1.10.2.orig.tar.gz
  to pool/main/b/bobcat/bobcat_1.10.2.orig.tar.gz
libbobcat1-dev_1.10.2-1_amd64.deb
  to pool/main/b/bobcat/libbobcat1-dev_1.10.2-1_amd64.deb
libbobcat1_1.10.2-1_amd64.deb
  to pool/main/b/bobcat/libbobcat1_1.10.2-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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
George Danchev [EMAIL PROTECTED] (supplier of updated bobcat package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 7 Sep 2006 11:14:35 +0300
Source: bobcat
Binary: libbobcat1 libbobcat1-dev
Architecture: source amd64
Version: 1.10.2-1
Distribution: unstable
Urgency: high
Maintainer: Frank B. Brokken [EMAIL PROTECTED]
Changed-By: George Danchev [EMAIL PROTECTED]
Description: 
 libbobcat1 - run-time (shared) Bobcat library
 libbobcat1-dev - headers and documentation for the Bobcat library
Closes: 385312 386374
Changes: 
 bobcat (1.10.2-1) unstable; urgency=high
 .
   * New upstream release (Closes: #385312)
 .
   [ George Danchev ]
   * renamed *.install and *.dirs files to match package names
   * no more doc directories which do not match binary package names:
 (/usr/share/doc/bobcat and /usr/share/doc/bobcat-dev)
   * install upstream changelog for both packages
   * debian/copyright: added GPL license preambule, debian packaging
 copyright and canonical upstream download location
   * debian/compat 5, thus debhelper (= 5.0.37.3)
   * Ack superfluous NMU (Closes: #386374)
   * fix some url locations in copyright and rules:get-svn-trunk
   * installdocs CLASSES README.class-setup README.optimization
 .
   [ Frank Brokken ]
   * the lintian overrides are superfluous and were removed, the icmake/install
 script ignores them, too.
Files: 
 8916d28d431a65fda6a160849472810d 774 libs optional bobcat_1.10.2-1.dsc
 60c957679aff4d1580744e84dafc9b16 396791 libs optional bobcat_1.10.2.orig.tar.gz
 1b03bb408ca70a9109b2da863d9450b6 8254 libs optional bobcat_1.10.2-1.diff.gz
 96d6bd451cbf430d4f263ce952a65014 132768 libs optional 
libbobcat1_1.10.2-1_amd64.deb
 44763cd7b335f76b8d98c15b12937b95 698812 libdevel optional 
libbobcat1-dev_1.10.2-1_amd64.deb

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

iD8DBQFFAAi7EFV7g4B8rCURAqJxAKDMP2svJiYCzpb27wgqKoXJ01kPZwCdHcz/
KT30ukjfkCPGV5zgzIz5jJU=
=pAuO
-END PGP SIGNATURE-

---End Message---


Bug#384357: libcommons-collections3-java: FTBFS: Build-Depends-Indep specified twice

2006-09-07 Thread Steinar H. Gunderson
tags 384357 - patch
thanks

On Wed, Aug 23, 2006 at 08:08:17PM +0200, Aurelien Jarno wrote:
 -Build-Depends-Indep: debhelper (= 4.2.30), cdbs (=0.4.21)
 +Build-Depends: debhelper (= 4.2.30), cdbs (=0.4.21)

FWIW, the patch is correct, but even after applying it the package doesn't
build. (The error log is way too long to include here, but it complains about
undefined methods such as assertTrue() or fail(), totalling 4533 errors).

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#386337: mysql-server-5.0: crash on INSERT query

2006-09-07 Thread Christoph Hohmann
Christian Hammers wrote:

 MySQL crashes every time doing the query below with the following log
 entry:
 
 Can you provide a 
  SHOW CREATE TABLE ;

 CREATE TABLE `log` (
  `id` int(11) NOT NULL auto_increment,
  `ip` varchar(15) default NULL,
  `agent` varchar(250) default NULL,
  `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update
CURRENT_TIMESTAMP,
  `request` varchar(250) default NULL,
  `method` varchar(10) default NULL,
  `uid` int(11) default NULL,
  `ulogin` varchar(250) default NULL,
  `cid` int(11) default NULL,
  `module` varchar(250) default NULL,
  `fct` varchar(250) default NULL,
  `param` varchar(250) default NULL,
  `iid` int(11) default NULL,
  PRIMARY KEY  (`id`),
  KEY `rid` (`cid`),
  KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM AUTO_INCREMENT=4833261 DEFAULT CHARSET=latin1

 and the complete insert (if it was not in the output below)?

Yes I think it was in the line starting with thd-query. I tried to
run the query in this line with the mysql client and it crashed too. The
original crash was caused by a PHP script.

 If the data is not private then the database files itself could 
 be helpful, too. Can you reproduce the problem after creating a fresh new
 table and inserting the relevant query there (maybe it's just a filesystem
 corruption on this one table).

I tried that and it didn't crash. I could try to clear the other table
and see if it still crashes. But maybe that would make the problem
unreproduceable for me too. I would not be able to give any further
information if it is needed. I think a segfault is not correct even if a
table is damaged.

 Please provide your /etc/mysql/my.cnf, too, in case it's a bug related to
 charsets or special buffer sizes.

Attached.

I forgot to mention that this problem occured first after I upgraded
MySQL to version 5. It was a 4.x version before.

-- 
http://reboot.animeirc.de (Personal Homepage)

#
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - /etc/mysql/my.cnf to set global options,
# - /var/lib/mysql/my.cnf to set server-specific options or
# - ~/.my.cnf to set user-specific options.
# 
# One can use all long options that the program supports.
# Run program with --help to get a list of available options and with
# --print-defaults to see which it would actually understand and use.
#

# This will be passed to all mysql clients
[client]
#password   = my_password
port= 3306
socket  = /var/run/mysqld/mysqld.sock

# Here is entries for some specific programs
# The following values assume you have at least 32M ram

# This was formally known as [safe_mysqld]. Both versions are currently parsed.
[mysqld_safe]
err-log = /var/log/mysql/mysql.err
socket  = /var/run/mysqld/mysqld.sock

[mysqld]
user= mysql
pid-file= /var/run/mysqld/mysqld.pid
socket  = /var/run/mysqld/mysqld.sock
port= 3306
#
# The preferred location for the log files is /var/log/mysql/ but the old
# file /var/log/mysql.log still gets rotated by the cronjob.
# log   = /var/log/mysql.log
log = /var/log/mysql/mysql.log
log-error   = /var/log/mysql/mysql.err
basedir = /usr
datadir = /var/lib/mysql
tmpdir  = /tmp
language= /usr/share/mysql/english
skip-locking
#
# The skip-networkin option will no longer be set via debconf menu.
# You have to manually change it if you want networking i.e. the server
# listening on port 3306. The default is disable - for security reasons.
# skip-networking
set-variable= key_buffer=16M
set-variable= max_allowed_packet=1M
set-variable= thread_stack=128K
#
# Here you can see queries with especially long duration
#log-slow-queries   = /var/log/mysql/mysql-slow.log
#
# The following can be used as easy to replay backup logs or for replication
server-id   = 10001
#log-bin= /var/log/mysql/mysql-bin.log
#binlog-do-db   = include_database_name
#binlog-ignore-db   = include_database_name
#
# Read the manual if you want to enable InnoDB!
# skip-innodb
#
# Read the manual, too, if you want chroot!
# chroot = /var/lib/mysql/
#
# If you want to enable SSL support (recommended) read the manual or my
# HOWTO in /usr/share/doc/mysql-server/SSL-MINI-HOWTO.txt
# ssl-ca=/etc/mysql/cacert.pem
# ssl-cert=/etc/mysql/server-cert.pem
# ssl-key=/etc/mysql/server-key.pem

# log-slave-updates
skip-slave-start
# replicate-do-db=nybria

# Uncomment the following if you are using InnoDB tables
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/
innodb_log_arch_dir = /var/lib/mysql/
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
innodb_buffer_pool_size = 16M
innodb_additional_mem_pool_size = 2M
# Set .._log_file_size to 25 % of buffer pool size
innodb_log_file_size = 5M
innodb_log_buffer_size = 8M

Processed: Fixed in NMU of libgd-graph-perl 1.43.08-2.1

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 385202 + fixed
Bug#385202: libgd-graph-perl: FTBFS: New or changed copyright notices 
discovered!
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#386371: ImportError: No module named planet

2006-09-07 Thread Arnaud Fontaine
tags 386371 + pending
thanks

Hey,

Thanks  for your  report.  I  did something  really  stupid, sorry,  the
package will be uploaded today.

Regards,
Arnaud Fontaine


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



Bug#385945: boson: crashes on singleplayer game start

2006-09-07 Thread Alexander Schmehl
Hi!

* Eddy Petrisor [EMAIL PROTECTED] [060904 09:20]:

 I couldn't since the game crashed when trying to start the game in
 single player mode.

Same here on my iBook.

Yours sincerely,
  Alexander



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



Processed: Re: ImportError: No module named planet

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 386371 + pending
Bug#386371: ImportError: No module named planet
There were no tags set.
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#385202: marked as done (libgd-graph-perl: FTBFS: New or changed copyright notices discovered!)

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 7 Sep 2006 14:37:15 +0200
with message-id [EMAIL PROTECTED]
and subject line Fixed in NMU of libgd-graph-perl 1.43.08-2.1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: libgd-graph-perl
Version: 1.43.08-2
Severity: serious
Justification: no longer builds from source

Hello,

There was a problem while autobuilding your package:

 Automatic build of libgd-graph-perl_1.43.08-2 on saturne by sbuild/amd64 85
 Build started at 20060829-1357
 **

[...]

 Scanning upstream source for new/changed copyright notices (except debian 
 subdir!)...
 diff --normal debian/copyright_hints debian/copyright_newhints | egrep '^'
  BSRKl?gR!Rx!C`dr(h$/ 
  Sg4o*uY.v,@v{hPW|@n7rjpZ,e]!rT_n;ot$qcN\H=G|;0?+oJx0IENDB`Dustismo is 
  Copyright (C) 2002 Dustin Norlander
 New or changed copyright notices discovered! Do this:
   1) Search source for each of the above lines ('grep -r' is your friend)
   2) Update debian/copyright as needed
   3) Replace debian/copyright_hints with debian/copyright_newhints
 make: *** [clean] Error 1
 **
 Build finished at 20060829-1357
 FAILED [dpkg-buildpackage died]

-- 
Florent


pgpRJahLW9dEM.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Version: 1.43.08-2.1

I've NMUed for this bug (fixing the bug to use versioning instead of the
fixed tag, to ease tracking through testing); here's the changelog:

  libgd-graph-perl (1.43.08-2.1) unstable; urgency=low
  .
* Non-maintainer upload.
* Comment out copyright-check.mk; it is not robust enough to avoid random
  false positives on buildds. (Closes: #385202)

/* Steinar */
-- 
Homepage: http://www.sesse.net/
---End Message---


Bug#385934: Fixed by using xen-hypervisor-3.0-unstable-1-i386

2006-09-07 Thread Thomas Stewart
Hi,

I got exactly, the same problem. I tryed installing 
xen-hypervisor-3.0-unstable-1-i386. It seems to have fixed the problem.

I have no idea what the original issue is but this might be of use to
people that need to get going again.

Regards
--
Tom


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



Bug#386337: mysql-server-5.0: crash on INSERT query

2006-09-07 Thread Christian Hammers
Hi

INSERT DELAYED and varchar columns sound familiar. Can you take a look at
  http://bugs.mysql.com/bug.php?id=17364 and
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376551
and tell me if your bug is the same?

bye,

-christian-


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



Bug#386416: Depends: dynamips but it is not installable

2006-09-07 Thread Michael Prokop
Package: dynagen
Severity: grave
Justification: renders package unusable


# apt-get install dynagen
[...]
The following packages have unmet dependencies:
  dynagen: Depends: dynamips but it is not installable
E: Broken packages

I couldn't find a package named dynamips in incoming.debian.org,
only #383068.

regards,
-mika-


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



Bug#386371: marked as done (ImportError: No module named planet)

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Sep 2006 06:47:08 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#386371: fixed in planet 2.0-3
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: planet
Version: 2.0-2
Severity: grave
Justification: renders package unusable


After the latest upgrade, I am now getting this error message:

Traceback (most recent call last):
  File /usr/bin/planet, line 23, in ?
import planet
ImportError: No module named planet

Running the most up to date version of Python2.4 from unstable.

Neil

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

Versions of packages planet depends on:
ii  apache [httpd]1.3.34-4   versatile, high-performance HTTP s
ii  apache2   2.0.55-4.2 next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.0.55-4.2 traditional model for Apache2
ii  debconf   1.5.3  Debian configuration management sy
ii  python2.4.3-11   An interactive high-level object-o
ii  python-support0.4.3  automated rebuilding support for p

planet recommends no packages.

-- debconf information:
* planet/use_cron: true
  planet/planet_link:
* planet/configure: false
* planet/template: fancy
* planet/cron_interval: 60
  planet/planet_owner_name:
  planet/planet_name:
  planet/planet_owner_email:

---End Message---
---BeginMessage---
Source: planet
Source-Version: 2.0-3

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

planet_2.0-3.diff.gz
  to pool/main/p/planet/planet_2.0-3.diff.gz
planet_2.0-3.dsc
  to pool/main/p/planet/planet_2.0-3.dsc
planet_2.0-3_all.deb
  to pool/main/p/planet/planet_2.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Arnaud Fontaine [EMAIL PROTECTED] (supplier of updated planet package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Sep 2006 14:35:16 +0200
Source: planet
Binary: planet
Architecture: source all
Version: 2.0-3
Distribution: unstable
Urgency: low
Maintainer: Arnaud Fontaine [EMAIL PROTECTED]
Changed-By: Arnaud Fontaine [EMAIL PROTECTED]
Description: 
 planet - Flexible feed aggregator
Closes: 386371
Changes: 
 planet (2.0-3) unstable; urgency=low
 .
   * Fix debian/postinst by  removing an exit 0 which  was at the wrong
 place. Closes: #386371.
Files: 
 b9ddbe37e2432fb5412136baaa35ce5c 802 python optional planet_2.0-3.dsc
 d2f93cfb15404820658d69d39ba6b16d 15397 python optional planet_2.0-3.diff.gz
 2114ce71ddd85ba5a74c417d00dc790c 110638 python optional planet_2.0-3_all.deb

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

iD8DBQFFACB2sczZcpAmcIYRAqIzAJ9bbaVKkb+QPCW/EHQwPTcf5H+ySACfZwFx
MFmDzfuH0ac5mFU1rc7NhLU=
=lTmP
-END PGP SIGNATURE-

---End Message---


Bug#386347: initscripts: BOOT FAILURE: checkroot.sh can't fsck /dev/shm/root because /dev/shm is mounted nodev

2006-09-07 Thread Petter Reinholdtsen
[Petter Reinholdtsen]
 An option might be to mount a private tmpfs (aka mounting it, chdir
 into it and umounting it, thus making it available only to the process
 running within it), but this will not make the life of mtab.sh easier.

Here is a draft patch for the private tmpfs approach.  It is untested,
as I am unsure how to provoke the test environment to actually try to
do fsck like that.  Can you test it?

It mounts on /tmp/ (randomly picked, it is not supposed to be writable
nor mounted at this point in the boot, so I believe it should be safe
to mount on top of it.  Next, it move into /tmp/, and finally umounts
/tmp/, removing all traces of the file system for all processes except
the running checkroot script.  After that, it behaves as before, with
the slight exception that it chdir out of the private temp directory
when it is no longer used by checkroot.  The path give to fsck need to
ve relative, as it only work as long as the current working directory
is the private tmpfs partition.

Index: debian/initscripts/etc/init.d/checkroot.sh
===
--- debian/initscripts/etc/init.d/checkroot.sh  (revisjon 855)
+++ debian/initscripts/etc/init.d/checkroot.sh  (arbeidskopi)
@@ -144,12 +144,15 @@
then
rootdev=/dev/root
else
+   # Using lazy umount, only available from kernel 2.4.11
if \
-   rm -f /dev/shm/root \
-mknod -m 600 /dev/shm/root b 
${rdev%:*} ${rdev#*:} \
-[ -e /dev/shm/root ]
+   mount -n -t tmpfs tmpfs /tmp \
+cd /tmp \
+umount -l /tmp \
+mknod -m 600 rootdev b ${rdev%:*} 
${rdev#*:} \
+[ -e rootdev ]
then
-   rootdev=/dev/shm/root
+   rootdev=rootdev
else
rootfatal=yes
fi
@@ -162,6 +165,7 @@
#
if [ $rootfatal = yes ]
then
+   cd / # Get out of the private tmpfs system if we moved in there
log_failure_msg The device node $rootdev for the root 
filesystem is missing or incorrect 
 or there is no entry for the root filesystem listed in /etc/fstab. 
 The system is also unable to create a temporary node in /dev/shm. 
@@ -275,6 +279,7 @@
log_end_msg $FSCKCODE
fi
fi
+   cd / # Get out of the private tmpfs system if we moved in there
 
#
# If there was a failure, drop into single-user mode.



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



Bug#383143: marked as done (Uninstallable due to unmet deps on libgdal1-1.3.1-dev and libgrass-dev)

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Sep 2006 07:17:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#383143: fixed in qgis 0.7.4-5
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: libqgis0-dev
Severity: serious
Version: 0.7.4-4.1

Hi

Your package is not installable as it depends on libgdal1-1.3.1-dev and
libgrass-dev which are both not available anymore in unstable. You might
want to update the dependencies to libgdal1-1.3.2-dev and grass-dev
after you verified that your package still works with these...

Cheers

Luk

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D



signature.asc
Description: OpenPGP digital signature
---End Message---
---BeginMessage---
Source: qgis
Source-Version: 0.7.4-5

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

libqgis0-dev_0.7.4-5_sparc.deb
  to pool/main/q/qgis/libqgis0-dev_0.7.4-5_sparc.deb
libqgis0_0.7.4-5_sparc.deb
  to pool/main/q/qgis/libqgis0_0.7.4-5_sparc.deb
qgis-plugin-grass_0.7.4-5_sparc.deb
  to pool/main/q/qgis/qgis-plugin-grass_0.7.4-5_sparc.deb
qgis_0.7.4-5.diff.gz
  to pool/main/q/qgis/qgis_0.7.4-5.diff.gz
qgis_0.7.4-5.dsc
  to pool/main/q/qgis/qgis_0.7.4-5.dsc
qgis_0.7.4-5_sparc.deb
  to pool/main/q/qgis/qgis_0.7.4-5_sparc.deb



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

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

Debian distribution maintenance software
pp.
Steve Halasz [EMAIL PROTECTED] (supplier of updated qgis package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 19 Aug 2006 22:13:32 -0400
Source: qgis
Binary: qgis-plugin-grass libqgis0 qgis libqgis0-dev
Architecture: source sparc
Version: 0.7.4-5
Distribution: unstable
Urgency: low
Maintainer: Steve Halasz [EMAIL PROTECTED]
Changed-By: Steve Halasz [EMAIL PROTECTED]
Description: 
 libqgis0   - QGIS Geographic Information System - shared library
 libqgis0-dev - QGIS Geographic Information System - development files
 qgis   - Geographic Information System (GIS)
 qgis-plugin-grass - Plugin for accessing GRASS data from QGIS
Closes: 356215 360649 383143
Changes: 
 qgis (0.7.4-5) unstable; urgency=low
 .
   * Acknowledge GCC 4.1 NMU (Closes: #356215)
   * Update deps to libgdal1-1.3.2-dev and grass-dev (Closes: #383143, #360649)
   * Bump standards version to 3.7.2. No changes made.
Files: 
 158d7da3475565c748837f0594409d67 1141 science extra qgis_0.7.4-5.dsc
 d4a355c30b97061c8dcb3267f9ec2f44 42785 science extra qgis_0.7.4-5.diff.gz
 b02359c2247d12f81cd0484881386674 7714540 science extra qgis_0.7.4-5_sparc.deb
 ab165443945ca21ab42b3f1f960a8e44 740904 science extra 
libqgis0_0.7.4-5_sparc.deb
 af6b9bc1fbeaec3bf329367934b2e887 13580212 science extra 
libqgis0-dev_0.7.4-5_sparc.deb
 18e0f5a30b18291e34ff60d73cf97441 311360 science extra 
qgis-plugin-grass_0.7.4-5_sparc.deb

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

iQEVAwUBRQAokMP9a9GOLSE6AQICBQf/Q9bAP04MDoLZXRo2rpkUjXI30uXn74c0
8uL5h0zF5Biphu+hiFs+2i8OuhsSVsXuy4+XFZ2c15+uJLWKLePPlRpkQpMJTVZK
eDgg04WpX5Ov/gijp6KTUPGrFycFvaeo/eG3rYk32yw5vfmReSEjsBq/jVTzcSWx
J9AzNvtd2qSlM99O1zowrMe3I0e6ZRYM9hiPucxqf4o9gIpG1AII/u/mm119fbM/
zFtPaYT/rVrcHrEmACI6qAjjbfkf55F8JoH5sQCWOvBEm41WWheCzh5K5yIrZB4d
VuqiOen4cnj0/pRBbHUI2Yka8FhAKXrCvEX58OmgLyjwNGNRJyF8Hg==
=T+kx
-END PGP SIGNATURE-

---End Message---


Bug#385934: Fixed by using xen-hypervisor-3.0-unstable-1-i386

2006-09-07 Thread Thomas Schwinge
Hello!

On Thu, Sep 07, 2006 at 01:35:52PM +0100, Thomas Stewart wrote:
 I got exactly, the same problem. I tryed installing 
 xen-hypervisor-3.0-unstable-1-i386. It seems to have fixed the problem.

Hm.  More like ``worked around that problem'', I'd say.


 I have no idea what the original issue is but this might be of use to
 people that need to get going again.

Indeed I can confirm that `xen-hypervisor-3.0-unstable-1-i386' together
with `linux-image-2.6.17-2-xen-686' gets the Dom0 going again.  So far, I
had no luck to get a DomU running, however:

#v+
[EMAIL PROTECTED]:~ $ sudo /etc/init.d/xendomains restart
Shutting down Xen domains:Starting auto Xen domains: riemannError: Device 0 
(vif) could not be connected. Hotplug scripts not working.
#v-

Perhaps the syntax for the /etc/xen/DOMAIN files has changed?


Regards,
 Thomas


signature.asc
Description: Digital signature


Bug#386347: initscripts: BOOT FAILURE: checkroot.sh can't fsck /dev/shm/root because /dev/shm is mounted nodev

2006-09-07 Thread Petter Reinholdtsen
[Chip Salzenberg]
 The checkroot.sh init script sometimes needs to mknod the root
 filesystem device as /dev/shm/root so it can fsck.  This worked
 fine, until the recent change that mounts /dev/shm with the nodev
 option.  Now, any system that fscks /dev/shm/root is unbootable.

Right.  Good point.  I have forgotten about that code.  It need to
stop using /dev/shm/, as it is poluting the shm namespace.

 I suppose the right fix is having checkroot.sh mount a new tmpfs as
 /dev/check; mknod /dev/check/root; fsck /dev/check/root; umount
 /dev/check.

Creating stuff under /dev/ is not an option, as /dev/ might be
read-only when checkroot.sh is running.

I suspect we need to revitalize the discussion on mounting a tmpfs on
/run/ or /lib/run/, to have some writable area available during boot.
This would make the mtab handling easier as well.

An option might be to mount a private tmpfs (aka mounting it, chdir
into it and umounting it, thus making it available only to the process
running within it), but this will not make the life of mtab.sh easier.

Ideas for solutions are welcome.  If we do not find a solution in the
next few days, I suggest we drop the nodev option on /dev/shm/ until
we do come up with a working solution.

Friendly,
-- 
Petter Reinholdtsen


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



Bug#386337: mysql-server-5.0: crash on INSERT query

2006-09-07 Thread Christoph Hohmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christian Hammers wrote:

 INSERT DELAYED and varchar columns sound familiar. Can you take a look at
   http://bugs.mysql.com/bug.php?id=17364 and
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376551

This seems to be the same problem. A crash on INSERT DELAYED after
upgrading from MySQL 4.x to 5.0. Like I said on a newly created table it
is working. So it seems to be a bug in the way MySQL handles the old tables.

I didn't find this bug in the debian database because I was searching
for mysql-server-5.0 bugs.

- --
http://reboot.animeirc.de (Personal Homepage)

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

iD8DBQFFACLdoHTSdnOy6+ERAgYgAJ9ZCdgoeo6Q6RZpZLXqCPHJbXpNIwCgwXzv
GRNAaC4qspqBfzYjOzPopWk=
=uTOh
-END PGP SIGNATURE-


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



Processed: Re: Who is supposed to remove the .pyc files? (see #386211)

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # sorry pal, but such a bug renders the package completely unusable, and
 # is also a policy violation.
 severity 386211 grave
Bug#386211: plucker: Fails to remove byte compiled files from previous version
Severity set to `grave' from `normal'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 386344

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 tags 386344 - security
Bug#386344: apt-proxy: APT-Proxy has Problems with ~ in package-names
Tags were: moreinfo security
Tags removed: security


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#386425: pioneers-server-gtk: fails to start: assertion failed: ((*line)[len - 1] == '\n')

2006-09-07 Thread Markus Kammerstetter
Package: pioneers-server-gtk
Version: 0.10.1-1
Severity: grave
Justification: renders package unusable


pioneers-server-gtk and pioneers-server-console do not start up.

I did an strace on pioneers-server-console (same error than in
pioneers-server-gtk, but easier to debug):

# strace pioneers-server-console
.
read(4, , 131072) = 0
open(/usr/lib/charset.alias, O_RDONLY|O_LARGEFILE) = -1 ENOENT (No
such file or directory)
write(2, \n** ERROR **: file common/game.c..., 123
** ERROR **: file common/game.c: line 420 (read_line_from_file):
assertion failed: ((*line)[len - 1] == '\n')
aborting...
) = 123


I downloaded the source of the pioneers-server-console package, added
some debugging code and tried to find the error.

Bulding and installing pioneers without debianization (thus using
./configure directly) worked.

When building and installing using the debian build system (debian/rules
binary), the pioneers server containis the mentioned error.



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages pioneers-server-gtk depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libglib2.0-0 2.10.3-3The GLib library of C routines
ii  libgnome2-0  2.14.1-3The GNOME 2 library - runtime file
ii  libgtk2.0-0  2.8.20-1The GTK+ graphical user interface 
ii  pioneers-server-data 0.10.1-1data required by the Pioneers serv

Versions of packages pioneers-server-gtk recommends:
ii  pioneers-ai   0.10.1-1   computer version of the Settlers o
ii  pioneers-client   0.10.1-1   computer version of the Settlers o

-- no debconf information


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



Bug#386416: Depends: dynamips but it is not installable

2006-09-07 Thread erik
On Thu, Sep 07, 2006 at 02:59:51PM +0200, Michael Prokop wrote:
 Package: dynagen
 Severity: grave
 Justification: renders package unusable
 
 
 # apt-get install dynagen
 [...]
 The following packages have unmet dependencies:
   dynagen: Depends: dynamips but it is not installable
 E: Broken packages
 
 I couldn't find a package named dynamips in incoming.debian.org,
 only #383068.
Be more patient, please. ftpmasters are not that fast. Meanwhile you can
use apt source at http://gpl.code.de/debian for dynamips and dynagen.


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



Bug#386403: linux-uvc-source: Unable to complete device test with ekiga

2006-09-07 Thread Junichi Uekawa
Hi,

 I have a Logitech QuickCam Pro 5000.  When I attempt to test the device
 with ekiga 2.0.2-1, I receive the following:
 
 Failed to open the device.  Error with the frame size.

The version of linux-uvc in Debian is known not to work with Logitech
QuickCam Pro 5000, and known to work with Apple iSight.

Hopefully it will be resolved soon, by a patch from Iwamatsu-san.


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



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



Bug#385934: Fixed by using xen-hypervisor-3.0-unstable-1-i386

2006-09-07 Thread Thomas Stewart
On Thu, Sep 07, 2006 at 03:54:12PM +0200, Thomas Schwinge wrote:
 Hello!
 
 Indeed I can confirm that `xen-hypervisor-3.0-unstable-1-i386' together
 with `linux-image-2.6.17-2-xen-686' gets the Dom0 going again.  So far, I
 had no luck to get a DomU running, however:
 
 #v+
 [EMAIL PROTECTED]:~ $ sudo /etc/init.d/xendomains restart
 Shutting down Xen domains:Starting auto Xen domains: riemannError: Device 0 
 (vif) could not be connected. Hotplug scripts not working.
 #v-

I got the same messsage, however if you create a dom without networking or
disable networking, I found that the a dom will start and run fine.

I think this networking issue has something todo with kernel module that
creates the devices.

It's somethign todo with:
/lib/modules/2.6.17-2-xen-686/kernel/drivers/xen/netback/netloop.ko

I found that if I added netloop to /etc/modules, everything works ok.

I have a feeling that its named changed and whatever was auto loading
it before is not now. (Thow I have no idea)

Regards
--
Tom


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



Processed: Fixed in NMU of cmucl 19c-release-20051115-2.1

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 384758 + fixed
Bug#384758: FTBFS: build-depends on removed package lesstif-dev
Tags were: patch etch sid
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#384852: Can't open '/etc/selinux/targeted/policy/policy.20': No such file or directory

2006-09-07 Thread Manoj Srivastava
Hi,

This is a configuration issue. Edit /etc/selinux/config and
 set the SELINUXTYPE to refpolicy-targeted or refpolicy-targeted.  The
 next upload of policycoreutils will initialize a file with the right
 value.

manoj
-- 
Then there was the Formosan bartender named Taiwan-On.
Manoj Srivastava   [EMAIL PROTECTED]  http://www.datasync.com/%7Esrivasta/
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


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



Bug#386347: initscripts: BOOT FAILURE: checkroot.sh can't fsck /dev/shm/root because /dev/shm is mounted nodev

2006-09-07 Thread Chip Salzenberg
On Thu, Sep 07, 2006 at 04:11:07PM +0200, Petter Reinholdtsen wrote:
 [Chip Salzenberg]
  The checkroot.sh init script sometimes needs to mknod the root
  filesystem device as /dev/shm/root so it can fsck. [...]
 
 Right.  Good point.  I have forgotten about that code.  It need to
 stop using /dev/shm/, as it is poluting the shm namespace.

Hrm.  Shirley, there's some name in there it could use safely...?  Whatever
that name is, checkroot.sh could mount a tmpfs on /dev/shm/thatname and
create the root dev node under it.  BTW, checkroot.sh *does* remove the
'root' node, once the fsck is done, so what's the pollution issue?

 An option might be to mount a private tmpfs (aka mounting it, chdir
 into it and umounting it, thus making it available only to the process
 running within it), but this will not make the life of mtab.sh easier.

What's the mtab.sh problem?
-- 
Chip Salzenberg [EMAIL PROTECTED]


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



Bug#384758: marked as done (FTBFS: build-depends on removed package lesstif-dev)

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 7 Sep 2006 17:29:44 +0200
with message-id [EMAIL PROTECTED]
and subject line Fixed in NMU of cmucl 19c-release-20051115-2.1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: cmucl
Version: cmucl_19c-release-20051115-2
Severity: serious
Tags: etch sid
Justification: fails to build from source

From my build log:

 Automatic build of cmucl_19c-release-20051115-2 on testbuild by sbuild/i386 85
 Build started at 20060826-1357
 **
 Checking available source versions...
 Fetching source files...
 Reading package lists...
 Building dependency tree...
 Need to get 6161kB of source archives.
 Get:1 http://debian.aurel32.net sid/main cmucl 19c-release-20051115-2 (dsc) 
 [745B]
 Get:2 http://debian.aurel32.net sid/main cmucl 19c-release-20051115-2 (tar) 
 [4654kB]
 Get:3 http://debian.aurel32.net sid/main cmucl 19c-release-20051115-2 (diff) 
 [1506kB]
 Fetched 6161kB in 0s (7685kB/s)
 Download complete and in download only mode
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.1.16), lesstif-dev, tetex-extra, cmucl (= 
 19c-pre1-20051019-1), hevea, tidy,
 +a2ps, x-dev, gcc-3.4, bc
 Checking for already installed source dependencies...
 debhelper: missing
 Using default version 5.0.37.3
 lesstif-dev: missing
 tetex-extra: missing
 cmucl: missing
 Using default version 19c-release-20051115-2
 hevea: missing
 tidy: missing
 a2ps: missing
 x-dev: missing
 gcc-3.4: missing
 bc: missing
 Checking for source dependency conflicts...
   /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install 
 debhelper lesstif-dev tetex-extra
 +cmucl hevea tidy a2ps x-dev gcc-3.4 bc
 Reading package lists...
 Building dependency tree...
 Package lesstif-dev is not available, but is referred to by another package.
 This may mean that the package is missing, has been obsoleted, or
 is only available from another source
 However the following packages replace it:
   lesstif2-dev
 E: Package lesstif-dev has no installation candidate
 apt-get failed.
 Package installation failed
 Trying to reinstall removed packages:
 Trying to uninstall newly installed packages:
 Source-dependencies not satisfied; skipping cmucl
 **
 Finished at 20060826-1357
 Build needed 00:00:00, 0k disk space


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8-smp
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)

---End Message---
---BeginMessage---
Version: 19c-release-20051115-2.1

I've NMUed for this bug (fixing the bug to use versioning instead of the
fixed tag, to ease tracking through testing); here's the changelog:

  cmucl (19c-release-20051115-2.1) unstable; urgency=medium
  .
* Non-maintainer upload; all patches by Arjan Oosting.
* Update build dependency to lesstif2-dev; fixes FTBFS. (Closes: #384758)
* Fix typo in debian/config; fixes lintian error about unknown debconf
  priority.

/* Steinar */
-- 
Homepage: http://www.sesse.net/
---End Message---


Bug#386347: initscripts: BOOT FAILURE: checkroot.sh can't fsck /dev/shm/root because /dev/shm is mounted nodev

2006-09-07 Thread Petter Reinholdtsen
[Chip Salzenberg]
 Hrm.  Shirley, there's some name in there it could use safely...?
 Whatever that name is, checkroot.sh could mount a tmpfs on
 /dev/shm/thatname and create the root dev node under it.  BTW,
 checkroot.sh *does* remove the 'root' node, once the fsck is done,
 so what's the pollution issue?

I do not believe it is a good idea.  First of all, the current version
of checkroot.sh do not remove /dev/shm/root after it is done with it,
so at the moment there is name polution.  Second, /dev/shm/ is ment
for the shm* funcitions in glibc only. And checkroot isn't the only
one trying to misuse /dev/shm/, so I believe it is best for it to
stop, and for the others to stop as well.

Did you test the patch?  Did it work?

 What's the mtab.sh problem?

/etc/mtab isn't updated by mount early in the boot, because /etc/mtab
isn't writable.  If we could tell mount to write to some other tmpfs
during boot, we did not have to try to recreate it in mtab.sh, and
could just copy it over to /etc/, or leave /etc/mtab as a symlink into
the tmpfs file.  This would make it easier for diskless machines
(those booting from read-only NFS file systems like LTSP and
lessdisks), as they no longer have to work around the fact that
/etc/mtab is written to.

Friendly,
-- 
Petter Reinholdtsen


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



Processed: Fixed in NMU of xen-3.0 3.0.2+hg9697-2.1

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 384739 + fixed
Bug#384739: ImportError: No module named xen.xend.server
Tags were: patch
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#386437: @MKINSTALLDIRS@: No such file or directory

2006-09-07 Thread Martin Michlmayr
Package: eiciel
Version: 0.9.2-1
Severity: serious

This package fails to build in unstable:

 Automatic build of eiciel_0.9.2-1 on em64t by sbuild/amd64 0.49
...
 make[3]: Leaving directory `/build/tbm/eiciel-0.9.2/img'
 make[2]: Leaving directory `/build/tbm/eiciel-0.9.2/img'
 Making install in po
 make[2]: Entering directory `/build/tbm/eiciel-0.9.2/po'
 /bin/sh @MKINSTALLDIRS@ /build/tbm/eiciel-0.9.2/debian/eiciel//usr/share
 /bin/sh: @MKINSTALLDIRS@: No such file or directory
 make[2]: *** [install-data-yes] Error 127
 make[2]: Leaving directory `/build/tbm/eiciel-0.9.2/po'
 make[1]: *** [install-recursive] Error 1

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


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



Bug#386438: FTBFS: assignment of read-only member '__in'

2006-09-07 Thread Martin Michlmayr
Package: remctl
Version: 2.1-1
Severity: serious

This package no longer builds in unstable.  Below is a patch that
addresses the error but it's probably not optimal since it introduces
some warnings.

 Automatic build of remctl_2.1-1 on em64t by sbuild/amd64 0.49
...
   if gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -MT 
 tests/runtests.o -MD -MP -MF $depbase.Tpo -c -o tests/runtests.o 
 tests/runtests.c; \
   then mv -f $depbase.Tpo $depbase.Po; else rm -f $depbase.Tpo; 
 exit 1; fi
 tests/runtests.c: In function 'test_summarize':
 tests/runtests.c:472: error: assignment of read-only member '__in'
 tests/runtests.c: In function 'test_analyze':
 tests/runtests.c:485: error: assignment of read-only member '__in'
 tests/runtests.c:485: error: assignment of read-only member '__in'
 tests/runtests.c:486: error: assignment of read-only member '__in'
 tests/runtests.c:500: error: assignment of read-only member '__in'
 tests/runtests.c:504: error: assignment of read-only member '__in'
 tests/runtests.c:505: error: assignment of read-only member '__in'
 tests/runtests.c: In function 'test_fail_summary':
 tests/runtests.c:594: error: assignment of read-only member '__in'
 tests/runtests.c:595: error: assignment of read-only member '__in'
 make[2]: *** [tests/runtests.o] Error 1
 make[2]: Leaving directory `/build/tbm/remctl-2.1'


--- tests/runtests.c~   2006-09-07 12:27:10.223337750 +0200
+++ tests/runtests.c2006-09-07 12:30:20.123205750 +0200
@@ -469,7 +469,7 @@
 printf( (exit status %d), status);
 else if (status  0)
 printf( (killed by signal %d%s), -status,
-   WCOREDUMP(ts-status) ? , core dumped : );
+   WCOREDUMP((struct testset *)ts-status) ? , core dumped : );
 putchar('\n');
 }
 
@@ -482,8 +482,8 @@
 {
 if (ts-reported)
 return 0;
-if (WIFEXITED(ts-status)  WEXITSTATUS(ts-status) != 0) {
-switch (WEXITSTATUS(ts-status)) {
+if (WIFEXITED((struct testset *)ts-status)  WEXITSTATUS((struct testset 
*)ts-status) != 0) {
+switch (WEXITSTATUS((struct testset *)ts-status)) {
 case CHILDERR_DUP:
 if (!ts-reported)
 puts(can't dup file descriptors);
@@ -497,12 +497,12 @@
 puts(can't open /dev/null);
 break;
 default:
-test_summarize(ts, WEXITSTATUS(ts-status));
+test_summarize(ts, WEXITSTATUS((struct testset *)ts-status));
 break;
 }
 return 0;
-} else if (WIFSIGNALED(ts-status)) {
-test_summarize(ts, -WTERMSIG(ts-status));
+} else if (WIFSIGNALED((struct testset *)ts-status)) {
+test_summarize(ts, -WTERMSIG((struct testset *)ts-status));
 return 0;
 } else {
 test_summarize(ts, 0);
@@ -591,8 +591,8 @@
 printf(%-26.26s %4d/%-4d %3.0f%% %4d , ts-file, ts-failed,
total, total ? (ts-failed * 100.0) / total : 0,
ts-skipped);
-if (WIFEXITED(ts-status))
-printf(%4d  , WEXITSTATUS(ts-status));
+if (WIFEXITED((struct testset *)ts-status))
+printf(%4d  , WEXITSTATUS((struct testset *)ts-status));
 else
 printf(  --  );
 if (ts-aborted) {

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


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



Bug#384739: marked as done (ImportError: No module named xen.xend.server)

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 7 Sep 2006 18:22:16 +0200
with message-id [EMAIL PROTECTED]
and subject line Fixed in NMU of xen-3.0 3.0.2+hg9697-2.1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: xen-utils-3.0
Version: 3.0.2+hg9697-2
Severity: grave
Justification: renders package unusable


Below you find the output of apt-get install xen-utils-3.0 .
/usr/sbin/xend tries tom import the python scripts from
/usr/lib/python as well as from /usr/lib64/python ; both directories
do not exist on my system, I have python2.4 installed.
(With both python2.3 and python2.4 installed I had the same error.)
(When forcing an install of libxen-python, which is no more existent
in the repository, 'xend start' does work.)
The problem is obviously connected with the python transition.

This bug is grave, because xen-utils-3.0 is broken after install and
cannot be removed via apt / dpkg. I had to manually do prerm (fails,
partially), delete, postrm.

I have this problem for at least a week now.



Selecting previously deselected package xen-utils-3.0.
(Reading database ... 161873 files and directories currently installed.)
Unpacking xen-utils-3.0 (from .../xen-utils-3.0_3.0.2+hg9697-2_amd64.deb) ...
Setting up xen-utils-3.0 (3.0.2+hg9697-2) ...
Starting XEN: Traceback (most recent call last):
  File /usr/sbin/xend, line 33, in ?
from xen.xend.server import SrvDaemon
ImportError: No module named xen.xend.server
invoke-rc.d: initscript xend, action start failed.
dpkg: error processing xen-utils-3.0 (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 xen-utils-3.0
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up xen-utils-3.0 (3.0.2+hg9697-2) ...
Starting XEN: Traceback (most recent call last):
  File /usr/sbin/xend, line 33, in ?
from xen.xend.server import SrvDaemon
ImportError: No module named xen.xend.server
invoke-rc.d: initscript xend, action start failed.
dpkg: error processing xen-utils-3.0 (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 xen-utils-3.0



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-xen-amd64-k8
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

---End Message---
---BeginMessage---
Version: 3.0.2+hg9697-2.1

I've NMUed for this bug (fixing the bug to use versioning instead of the
fixed tag, to ease tracking through testing); here's the changelog:

  xen-3.0 (3.0.2+hg9697-2.1) unstable; urgency=high
  .
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Switch the order of dh_python/dh_pycentral and dh_installinit in
  debian/rules, so that the python modules are available when the
  postinst tries to start the init script; patch from Steve Langasek.
  (Closes: #384739)

/* Steinar */
-- 
Homepage: http://www.sesse.net/
---End Message---


Bug#378295: marked as done (joystick.h: expected specifier-qualifier-list before 'int32_t')

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Sep 2006 09:17:18 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#378295: fixed in linux-kernel-headers 2.6.17.10-3
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: linux-kernel-headers
Version: 2.6.17.3-1
Severity: serious

Hello,

While autobuilding xgalaga:

 Automatic build of xgalaga_2.0.34-37 on avidan by sbuild/i386 0.48
 Build started at 20060715-0025
 **
...
 ranlib libsprite.a
 make[2]: Leaving directory `/build/buildd/xgalaga-2.0.34/libsprite'
 gcc -I. -O2 -g -DXF86VIDMODE -DHAVE_CONFIG_H  
 -DXGALAGADIR=\/usr/share/games/xgalaga/\ 
 -DSOUNDSERVER=\/usr/share/games/xgalaga/xgal.sndsrv.linux\ 
 -DORIGINAL_XGALAGA -c main.c -o main.o
 gcc -I. -O2 -g -DXF86VIDMODE -DHAVE_CONFIG_H  
 -DXGALAGADIR=\/usr/share/games/xgalaga/\ 
 -DSOUNDSERVER=\/usr/share/games/xgalaga/xgal.sndsrv.linux\ 
 -DORIGINAL_XGALAGA -c images.c -o images.o
 gcc -I. -O2 -g -DXF86VIDMODE -DHAVE_CONFIG_H  
 -DXGALAGADIR=\/usr/share/games/xgalaga/\ 
 -DSOUNDSERVER=\/usr/share/games/xgalaga/xgal.sndsrv.linux\ 
 -DORIGINAL_XGALAGA -c data.c -o data.o
 gcc -I. -O2 -g -DXF86VIDMODE -DHAVE_CONFIG_H  
 -DXGALAGADIR=\/usr/share/games/xgalaga/\ 
 -DSOUNDSERVER=\/usr/share/games/xgalaga/xgal.sndsrv.linux\ 
 -DORIGINAL_XGALAGA -c paths.c -o paths.o
 gcc -I. -O2 -g -DXF86VIDMODE -DHAVE_CONFIG_H  
 -DXGALAGADIR=\/usr/share/games/xgalaga/\ 
 -DSOUNDSERVER=\/usr/share/games/xgalaga/xgal.sndsrv.linux\ 
 -DORIGINAL_XGALAGA -c pathfile.c -o pathfile.o
 gcc -I. -O2 -g -DXF86VIDMODE -DHAVE_CONFIG_H  
 -DXGALAGADIR=\/usr/share/games/xgalaga/\ 
 -DSOUNDSERVER=\/usr/share/games/xgalaga/xgal.sndsrv.linux\ 
 -DORIGINAL_XGALAGA -c title.c -o title.o
 gcc -I. -O2 -g -DXF86VIDMODE -DHAVE_CONFIG_H  
 -DXGALAGADIR=\/usr/share/games/xgalaga/\ 
 -DSOUNDSERVER=\/usr/share/games/xgalaga/xgal.sndsrv.linux\ 
 -DORIGINAL_XGALAGA -c explosions.c -o explosions.o
 gcc -I. -O2 -g -DXF86VIDMODE -DHAVE_CONFIG_H  
 -DXGALAGADIR=\/usr/share/games/xgalaga/\ 
 -DSOUNDSERVER=\/usr/share/games/xgalaga/xgal.sndsrv.linux\ 
 -DORIGINAL_XGALAGA -c score.c -o score.o
 gcc -I. -O2 -g -DXF86VIDMODE -DHAVE_CONFIG_H  
 -DXGALAGADIR=\/usr/share/games/xgalaga/\ 
 -DSOUNDSERVER=\/usr/share/games/xgalaga/xgal.sndsrv.linux\ 
 -DORIGINAL_XGALAGA -c highscore.c -o highscore.o
 gcc -I. -O2 -g -DXF86VIDMODE -DHAVE_CONFIG_H  
 -DXGALAGADIR=\/usr/share/games/xgalaga/\ 
 -DSOUNDSERVER=\/usr/share/games/xgalaga/xgal.sndsrv.linux\ 
 -DORIGINAL_XGALAGA -c prize.c -o prize.o
 gcc -I. -O2 -g -DXF86VIDMODE -DHAVE_CONFIG_H  
 -DXGALAGADIR=\/usr/share/games/xgalaga/\ 
 -DSOUNDSERVER=\/usr/share/games/xgalaga/xgal.sndsrv.linux\ 
 -DORIGINAL_XGALAGA -c sound.c -o sound.o
 gcc -I. -O2 -g -DXF86VIDMODE -DHAVE_CONFIG_H  
 -DXGALAGADIR=\/usr/share/games/xgalaga/\ 
 -DSOUNDSERVER=\/usr/share/games/xgalaga/xgal.sndsrv.linux\ 
 -DORIGINAL_XGALAGA -c nas_sound.c -o nas_sound.o
 gcc -I. -O2 -g -DXF86VIDMODE -DHAVE_CONFIG_H  
 -DXGALAGADIR=\/usr/share/games/xgalaga/\ 
 -DSOUNDSERVER=\/usr/share/games/xgalaga/xgal.sndsrv.linux\ 
 -DORIGINAL_XGALAGA -c frate.c -o frate.o
 gcc -I. -O2 -g -DXF86VIDMODE -DHAVE_CONFIG_H  
 -DXGALAGADIR=\/usr/share/games/xgalaga/\ 
 -DSOUNDSERVER=\/usr/share/games/xgalaga/xgal.sndsrv.linux\ 
 -DORIGINAL_XGALAGA -c linux-joystick.c -o linux-joystick.o
 In file included from linux-joystick.c:9:
 /usr/include/linux/joystick.h:114: error: expected specifier-qualifier-list 
 before 'int32_t'
 /usr/include/linux/joystick.h:120: error: expected specifier-qualifier-list 
 before 'int32_t'
 /usr/include/linux/joystick.h:129: error: expected specifier-qualifier-list 
 before 'int32_t'
 make[1]: *** [linux-joystick.o] Error 1
 make[1]: Leaving directory `/build/buildd/xgalaga-2.0.34'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20060715-0026
 FAILED [dpkg-buildpackage died]
 --

And I guess this is not a xgalaga bug.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: linux-kernel-headers
Source-Version: 2.6.17.10-3

We believe that the bug you reported is fixed in the latest version of
linux-kernel-headers, which is due to be 

Processed: severity of 385994 is serious

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.21
 severity 385994 serious
Bug#385994: mdadm: Missing versionned dep on debconf
Severity set to `serious' from `important'


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#386267: FTBFS: sysutil.c:604: error: assignment of read-only member '__in'

2006-09-07 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2006-09-06 13:34]:
  gcc -c sysutil.c -g -O2 -Wall -W -Wshadow  -idirafter dummyinc
  sysutil.c: In function 'vsf_sysutil_wait_exited_normally':

  {
 -  return WIFEXITED(p_waitret-exit_status);
 +  return WIFEXITED((struct vsf_sysutil_wait_retval *)p_waitret-exit_status);
  }

Dan, maybe you have some time to look at this issue more deeply.
Here's a smal testcase:

struct rx_length_info
{
  unsigned short tag;
};
void f(void)
{
  const struct rx_length_info *length_info;
  __typeof__ (*(length_info-tag)) __v = *(length_info-tag);
}

pinskia pointed out that it works with the following change:

-  __typeof__ (*(length_info-tag)) __v;
-  __v = *(length_info-tag);
+  __typeof__ (*(length_info-tag)) __v = *(length_info-tag);

/usr/include/stdlib.h defines:

#   define
__WAIT_INT(status)
  (__extension__ ({ union { __typeof(status) __in; int __i; } __u; \
   __u.__in = (status); __u.__i; }))

Is there some way this could be rewritten so applications don't need
to cast the const away?
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Processed: Fixed in upload of ekg2 20060907+0754-1 to experimental

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 386299 + fixed-in-experimental
Bug#386299: Fails when run in UTF-8 environment
There were no tags set.
Tags added: fixed-in-experimental

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#386442: roxen4: Fails to preconfigure: debconf loop?

2006-09-07 Thread Kurt Roeckx
Package: roxen4
Version: 4.0.425-2
Severity: serious

Hi,

When trying to install roxen4, it hangs during the pre configuring:
intrepid:~# apt-get install roxen4
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  pike7.6-mysql
Suggested packages:
  roxen4-doc php3-cgi roxen-fonts-iso8859-1 roxen-fonts-iso8859-2
The following NEW packages will be installed:
  pike7.6-mysql roxen4
0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded.
Need to get 7746kB of archives.
After unpacking 16.9MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://mirror.realroute.net unstable/main pike7.6-mysql 7.6.87-2 [23.9kB]
Get:2 http://mirror.realroute.net unstable/main roxen4 4.0.425-2 [7722kB]
Fetched 7746kB in 10s (712kB/s)
Preconfiguring packages ...

At that time I get:
root 30180 69.3  2.4  31920 12492 tty9 S+   19:02   4:12 /usr/bin/perl 
-w /usr/sbin/dpkg-preconfigure --apt
root 30182  0.0  0.0  0 0 tty9 Z+   19:02   0:00 
[dpkg-preconfigu] defunct
root 30186 29.2  4.5  27540 23116 tty9 R+   19:02   1:46 /bin/sh 
/tmp/roxen4.config.301831 configure

A strace shows:
read(9, INPUT high roxen4/admin_password..., 4096) = 33
write(8, 30 question skipped\n, 20)   = 20
read(9, INPUT high roxen4/admin_password..., 4096) = 46
write(8, 30 question skipped\n, 20)   = 20
read(9, GO \n, 4096)  = 4
write(8, 0 ok\n, 5)   = 5
read(9, GET roxen4/admin_password\n, 4096) = 26
write(8, 0 \n, 3) = 3
read(9, INPUT high roxen4/admin_password..., 4096) = 41
write(8, 30 question skipped\n, 20)   = 20
read(9, GO \n, 4096)  = 4
write(8, 0 ok\n, 5)   = 5
read(9, FSET roxen4/admin_password seen ..., 4096) = 38
write(8, 0 false\n, 8)= 8
read(9, FSET roxen4/admin_password_verif..., 4096) = 51
write(8, 0 false\n, 8)= 8
read(9, SUBST roxen4/admin_password SERV..., 4096) = 41
write(8, 0\n, 2)  = 2
read(9, INPUT high roxen4/admin_password..., 4096) = 33
write(8, 30 question skipped\n, 20)   = 20
read(9, INPUT high roxen4/admin_password..., 4096) = 46
write(8, 30 question skipped\n, 20)   = 20
read(9, GO \n, 4096)  = 4
write(8, 0 ok\n, 5)   = 5
read(9, GET roxen4/admin_password\n, 4096) = 26
write(8, 0 \n, 3) = 3
read(9, INPUT high roxen4/admin_password..., 4096) = 41
[...]

I've tried setting my debconf priority lower, but it's not working.


Kurt



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



Bug#358575: mailman 2.1.5-8sarge3: screwup between security and maintainer upload

2006-09-07 Thread Florian Weimer
* Martin Schulze:

 Imho, it's more useful to upload 2.1.5-8sarge4 and only bump the
 version number to get the new version built for all architectures into
 the archive.

While you are at it, you could also include this patch:

Revision: 8001
  http://svn.sourceforge.net/mailman/?rev=8001view=rev
Author:   bwarsaw
Date: 2006-08-30 07:54:22 -0700 (Wed, 30 Aug 2006)

Log Message:
---
CVE-2006-3636.  Fixes for various cross-site scripting issues.  Discovery by
Moritz Naumann and most of the repair work done by Mark Sapiro (with some
additional work by Barry).


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



Bug#385945: boson: crashes on singleplayer game start

2006-09-07 Thread Andreas Beckermann
Hi
From the backtrace:

 #7  0x0f6e1318 in __assert_fail () from /lib/tls/libc.so.6
 #8  0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
 #9  0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1

and even clearer in the console log:

 boson: indirect_vertex_array.c:1359: __indirect_glTexCoordPointer: Assertion
 `a != ((void *)0)' failed. 

Your OpenGL driver is broken. Since you are using PowerPC/SPARC, I guess you 
use the DRI drivers? Well, good is not one of the adjectives I'd use to 
describe DRI drivers when it comes to 3D.
Try to start boson using
  boson --indirect
This should start boson without 3d accelleration and thus be very slow. 
However it should start then. If it works, it indeed is a driver bug.

If it works with --indirect, you may want to try to edit
 ~/.kde/share/config/bosonrc
and replace
 MeshRenderer=BoMeshRendererVertexArray
by
 MeshRenderer=BoMeshRendererImmediate

If you're lucky this might fix it for direct mode, too.

CU
Andi



Bug#386267: FTBFS: sysutil.c:604: error: assignment of read-only member '__in'

2006-09-07 Thread Daniel Jacobowitz
CC'ing new maintainer.

On Thu, Sep 07, 2006 at 06:44:36PM +0200, Martin Michlmayr wrote:
 * Martin Michlmayr [EMAIL PROTECTED] [2006-09-06 13:34]:
   gcc -c sysutil.c -g -O2 -Wall -W -Wshadow  -idirafter dummyinc
   sysutil.c: In function 'vsf_sysutil_wait_exited_normally':
 
   {
  -  return WIFEXITED(p_waitret-exit_status);
  +  return WIFEXITED((struct vsf_sysutil_wait_retval 
  *)p_waitret-exit_status);
   }
 
 Dan, maybe you have some time to look at this issue more deeply.
 Here's a smal testcase:
 
 struct rx_length_info
 {
   unsigned short tag;
 };
 void f(void)
 {
   const struct rx_length_info *length_info;
   __typeof__ (*(length_info-tag)) __v = *(length_info-tag);
 }
 
 pinskia pointed out that it works with the following change:
 
 -  __typeof__ (*(length_info-tag)) __v;
 -  __v = *(length_info-tag);
 +  __typeof__ (*(length_info-tag)) __v = *(length_info-tag);
 
 /usr/include/stdlib.h defines:
 
 #   define
 __WAIT_INT(status)
   (__extension__ ({ union { __typeof(status) __in; int __i; } __u; \
__u.__in = (status); __u.__i; }))
 
 Is there some way this could be rewritten so applications don't need
 to cast the const away?

I don't know.  You might be able to use a union initializer in the same
way.

-- 
Daniel Jacobowitz
CodeSourcery


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



Bug#385071: Confirmation

2006-09-07 Thread Florian Boelstler
Hi,

version 1.0.2-2.sarge1.0.8b.2 from asac works fine here as well on two
systems running Sarge.

Thanks,

  Florian


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



Bug#385115: License for Chromium music and sound?

2006-09-07 Thread Mike Furr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi Mark,

I have a quick question about the sound that comes with your game,
Chromium B.S.U.  Can you clarify the license for the music and sound
effects that you distribute with it?  On the webpage for the game, you
mention that the music loops and raw sound effects are from two sound
search engines, but I was unable to find their exact origins.  Do you
know the original owner and the license for distributing these files?

Thanks,
- -Mike Furr
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFAGL97ZPKKRJLJvMRAmecAKC5J8cVcdSuaK3pyglHOjbAKOCITACfYpIH
V74qhzIcoEj9Bwt3qHNgboA=
=0wi5
-END PGP SIGNATURE-


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



Bug#386438: FTBFS: assignment of read-only member '__in'

2006-09-07 Thread Russ Allbery
Martin Michlmayr [EMAIL PROTECTED] writes:

 Package: remctl
 Version: 2.1-1
 Severity: serious

 This package no longer builds in unstable.  Below is a patch that
 addresses the error but it's probably not optimal since it introduces
 some warnings.

 tests/runtests.c: In function 'test_summarize':
 tests/runtests.c:472: error: assignment of read-only member '__in'

 --- tests/runtests.c~ 2006-09-07 12:27:10.223337750 +0200
 +++ tests/runtests.c  2006-09-07 12:30:20.123205750 +0200
 @@ -469,7 +469,7 @@
  printf( (exit status %d), status);
  else if (status  0)
  printf( (killed by signal %d%s), -status,
 -   WCOREDUMP(ts-status) ? , core dumped : );
 +   WCOREDUMP((struct testset *)ts-status) ? , core dumped : 
 );
  putchar('\n');
  }

That is a bizarre error message and an even more bizarre patch to fix it.
The WCOREDUMP macro should take an integer exit status and return true or
false based on whether the process exited with a core dump.  Passing a
pointer into it is definitely wrong; casting it to a pointer to some
struct that WCOREDUMP has never heard about is even weirder.  Something
very, very strange is going on here.

That looks suspiciously like some sort of bug in the libc headers.
However, that's almost never the actual problem, even when it looks like
it, so I'll take a closer look.

Thank you for the report!

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


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



Bug#386438: FTBFS: assignment of read-only member '__in'

2006-09-07 Thread Martin Michlmayr
* Russ Allbery [EMAIL PROTECTED] [2006-09-07 11:05]:
 That is a bizarre error message and an even more bizarre patch to fix it.
 The WCOREDUMP macro should take an integer exit status and return true or
 false based on whether the process exited with a core dump.  Passing a
 pointer into it is definitely wrong; casting it to a pointer to some
 struct that WCOREDUMP has never heard about is even weirder.  Something
 very, very strange is going on here.
 
 That looks suspiciously like some sort of bug in the libc headers.
 However, that's almost never the actual problem, even when it looks like
 it, so I'll take a closer look.

It's not as bizarre as it looks.  See #386267 for a description of the
problem.  If you can come up with a better fix (i.e one for the glibc
header), I'd appreciate it.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#386457: updatedb consumes almost all available memory and never releases it

2006-09-07 Thread starkj

Package: findutils
Version: 4.2.28-1
Severity: grave

updatedb during it's run consumes almost all of the system's available  
memory (as reported by top), and fails to release it when the run is  
complete.  The memory consumption at the end of the run appears to be  
about 1/3 kernel and 2/3 userspace for ALL of the memory in the  
system, however adding up the memory used by the running processes  
after the updatedb run completes does not come anywhere near the total  
memory usage reported by top.  This bug appears during findutils daily  
run and at any time that updatedb is invoked independently.


I have managed to reproduce this behaviour, on demand, on two machines  
(both running Debian/unstable).  One is an AMD64 with 1GB of RAM, and  
the other is an i386 with 512MB of RAM.  Both machines show the same  
relative memory consumption patters.  It should be noted that nothing  
is swapped out on either machine.  Both machines are running kernel  
2.6.17.


The severity is set to grave because this bug makes the entire system  
unusable until it is rebooted.


James






Bug#386211: plucker: Fails to remove byte compiled files from previous version

2006-09-07 Thread Luis Rodrigo Gallardo Cruz
tag 386211 +patch

On Thu, Sep 07, 2006 at 02:12:25PM +0200, Ludovic Rousseau wrote:
 Le 05.09.2006, à 19:30:43, Luis Rodrigo Gallardo Cruz a écrit:
  Upon update to this version the byte-compiled files in 
   /usr/lib/python2.3/site-packages/PyPlucker/
  were left behind.
 
 I note that on one of my systems I still have plucker 1.8-16 and no
 byte-compiled files are present in
 /usr/lib/python2.3/site-packages/PyPlucker/
 
 $ ls /usr/lib/python2.3/site-packages/PyPlucker/
 AliasList.py ImageParser.py  PluckerDocs.py   Url.py
 ConfigFiles.py   __init__.py PluckerLinks.py  UtilFns.py
 ConversionParser.py  JIUImageParser.py   Profiling.py Writer.py
 Decode.pyPalmImagePlugin.py  Retriever.py
 ExclusionList.py Parser.py   Spider.py
 helper   pluck-comics.py TextParser.py
 
 Maybe you started plucker as root and Python stored the byte-compiled
 files there?

You're right, they must have been created that way, since plucker did
not byte compile it's files on install.

Given that 1.8-17 no longer ships files in /usr/lib/python* maybe you
could add a snippet in postinst to completely remove those dirs.

The following works on my system:

-
#!/bin/sh

set -e

if [ $1 = configure ]  dpkg --compare-versions $2 lt 1.8-17; then
  # Remove dirs from old versions
  rm -rf /usr/lib/python2.3/site-packages/PyPlucker/ || true
  rm -rf /usr/lib/python2.4/site-packages/PyPlucker/ || true
fi

#DEBHELPER#

exit 0
-

-- 
Rodrigo Gallardo
GPG-Fingerprint: 7C81 E60C 442E 8FBC D975  2F49 0199 8318 ADC9 BC28


signature.asc
Description: Digital signature


Bug#386458: libavcodec-dev: Missing dependencies for libraw1394-dev libdc1934-dev

2006-09-07 Thread Rémi Denis-Courmont
Package: libavcodec-dev
Version: 0.cvs20060823-3
Severity: grave
Justification: renders package unusable


ffmpeg-config --libs mentions library whose development packages
libavcodec-dev does not depend upon. Yet without these, the package is
pretty much unusable, since any attempt to link against it will fail.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17.11
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages libavcodec-dev depends on:
ii  liba52-0.7.4-dev [liba52 0.7.4-4 Library for decoding ATSC A/52 str
ii  libavcodec0d 0.cvs20060823-3 ffmpeg codec library
ii  libdts-dev   0.0.2-svn-1 development files for libdts
ii  libgsm1-dev  1.0.10-13   Development libraries for a GSM sp
ii  libogg-dev   1.1.3-2 Ogg Bitstream Library Development
ii  libtheora-dev0.0.0.alpha7-1  The Theora Video Compression Codec
ii  libvorbis-dev1.1.2-1 The Vorbis General Audio Compressi
ii  zlib1g-dev   1:1.2.3-13  compression library - development

libavcodec-dev recommends no packages.

-- no debconf information


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



Processed: Re: Bug#386211: plucker: Fails to remove byte compiled files from previous version

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 386211 +patch
Bug#386211: plucker: Fails to remove byte compiled files from previous version
There were no tags set.
Tags added: patch

 On Thu, Sep 07, 2006 at 02:12:25PM +0200, Ludovic Rousseau wrote:
Unknown command or malformed arguments to command.

  Le 05.09.2006, à 19:30:43, Luis Rodrigo Gallardo Cruz a écrit:
Unknown command or malformed arguments to command.

   Upon update to this version the byte-compiled files in
Unknown command or malformed arguments to command.

/usr/lib/python2.3/site-packages/PyPlucker/
Unknown command or malformed arguments to command.

   were left behind.
Unknown command or malformed arguments to command.

Too many unknown commands, stopping here.

Please contact me if you need assistance.

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


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



Bug#386394: tomcat5: Fails to start: doesn't detect sun-java5-bin JVM

2006-09-07 Thread Kalle Kivimaa
Bastian Kleineidam [EMAIL PROTECTED] writes:
 Adding /usr/lib/jvm/java-1.5.0-sun to the JDK dirs tomcat starts up
 without errors. Here is the patch:

Umh, how have you installed the Sun 1.5 JDK? make-jpkg should put it
into /usr/lib/j2sdk1.5-sun, not under lib/jvm.

-- 
* Sufficiently advanced magic is indistinguishable from technology (T.P)  *
*   PGP public key available @ http://www.iki.fi/killer   *


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



Bug#386457: updatedb consumes almost all available memory and never releases it

2006-09-07 Thread Steve Langasek
severity 386457 important
tags 386457 unreproducible moreinfo
thanks

On Thu, Sep 07, 2006 at 02:46:47PM -0400, [EMAIL PROTECTED] wrote:

 updatedb during it's run consumes almost all of the system's available  
 memory (as reported by top), and fails to release it when the run is  
 complete.  The memory consumption at the end of the run appears to be  
 about 1/3 kernel and 2/3 userspace for ALL of the memory in the  
 system, however adding up the memory used by the running processes  
 after the updatedb run completes does not come anywhere near the total  
 memory usage reported by top.  This bug appears during findutils daily  
 run and at any time that updatedb is invoked independently.

 I have managed to reproduce this behaviour, on demand, on two machines  
 (both running Debian/unstable).  One is an AMD64 with 1GB of RAM, and  
 the other is an i386 with 512MB of RAM.  Both machines show the same  
 relative memory consumption patters.  It should be noted that nothing  
 is swapped out on either machine.  Both machines are running kernel  
 2.6.17.

A process doesn't use any memory after it's done; the memory is freed by the
kernel.  If not, that would be a kernel bug.

But how have you determined that the memory is in use?  It sounds to me
like you're misidentifying disk cache as used memory.

 The severity is set to grave because this bug makes the entire system  
 unusable until it is rebooted.

What is unusable about it?

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


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



Processed: Re: Bug#386457: updatedb consumes almost all available memory and never releases it

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 386457 important
Bug#386457: updatedb consumes almost all available memory and never releases it
Severity set to `important' from `grave'

 tags 386457 unreproducible moreinfo
Bug#386457: updatedb consumes almost all available memory and never releases it
There were no tags set.
Tags added: unreproducible, moreinfo

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#385606: marked as done (package contains no plugin)

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Sep 2006 14:06:20 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#385606: fixed in sylpheed-claws-gtk2-extra-plugins 
2.5.0~rc3-1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: sylpheed-claws-gtk2-html2-viewer
Version: 2.5.0~rc2-1
Severity: grave

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

after upgrade, html viewer plugin was lost as it is not contained in
package, it contains only locales, man page and documentation.

- -- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


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

Versions of packages sylpheed-claws-gtk2-html2-viewer depends on:
ii  sylpheed-claws-gtk2  2.5.0~rc2-2 Fast, lightweight and user-friendl

sylpheed-claws-gtk2-html2-viewer recommends no packages.

- -- no debconf information

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

iD8DBQFE+EM13DVS6DbnVgQRAj6NAKDZjGwSIadUqS2W8tLGOEBkCH0sWwCgxHsD
96saxEMohDIWwZ8CJh+Jbf8=
=ETeL
-END PGP SIGNATURE-

---End Message---
---BeginMessage---
Source: sylpheed-claws-gtk2-extra-plugins
Source-Version: 2.5.0~rc3-1

We believe that the bug you reported is fixed in the latest version of
sylpheed-claws-gtk2-extra-plugins, which is due to be installed in the Debian 
FTP archive:

sylpheed-claws-gtk2-acpi-notifier_2.5.0~rc3-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-acpi-notifier_2.5.0~rc3-1_amd64.deb
sylpheed-claws-gtk2-attach-remover_2.5.0~rc3-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-attach-remover_2.5.0~rc3-1_amd64.deb
sylpheed-claws-gtk2-cache-saver_2.5.0~rc3-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-cache-saver_2.5.0~rc3-1_amd64.deb
sylpheed-claws-gtk2-etpan-privacy_2.5.0~rc3-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-etpan-privacy_2.5.0~rc3-1_amd64.deb
sylpheed-claws-gtk2-extra-plugins_2.5.0~rc3-1.diff.gz
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-extra-plugins_2.5.0~rc3-1.diff.gz
sylpheed-claws-gtk2-extra-plugins_2.5.0~rc3-1.dsc
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-extra-plugins_2.5.0~rc3-1.dsc
sylpheed-claws-gtk2-extra-plugins_2.5.0~rc3-1_all.deb
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-extra-plugins_2.5.0~rc3-1_all.deb
sylpheed-claws-gtk2-extra-plugins_2.5.0~rc3.orig.tar.gz
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-extra-plugins_2.5.0~rc3.orig.tar.gz
sylpheed-claws-gtk2-feeds-reader_2.5.0~rc3-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-feeds-reader_2.5.0~rc3-1_amd64.deb
sylpheed-claws-gtk2-fetchinfo-plugin_2.5.0~rc3-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-fetchinfo-plugin_2.5.0~rc3-1_amd64.deb
sylpheed-claws-gtk2-html2-viewer_2.5.0~rc3-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-html2-viewer_2.5.0~rc3-1_amd64.deb
sylpheed-claws-gtk2-maildir-plugin_2.5.0~rc3-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-maildir-plugin_2.5.0~rc3-1_amd64.deb
sylpheed-claws-gtk2-mailmbox-plugin_2.5.0~rc3-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-mailmbox-plugin_2.5.0~rc3-1_amd64.deb
sylpheed-claws-gtk2-multi-notifier_2.5.0~rc3-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-multi-notifier_2.5.0~rc3-1_amd64.deb
sylpheed-claws-gtk2-newmail-plugin_2.5.0~rc3-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-newmail-plugin_2.5.0~rc3-1_amd64.deb
sylpheed-claws-gtk2-perl-filter_2.5.0~rc3-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-perl-filter_2.5.0~rc3-1_amd64.deb
sylpheed-claws-gtk2-smime-plugin_2.5.0~rc3-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-smime-plugin_2.5.0~rc3-1_amd64.deb
sylpheed-claws-gtk2-vcalendar-plugin_2.5.0~rc3-1_amd64.deb
  to 
pool/main/s/sylpheed-claws-gtk2-extra-plugins/sylpheed-claws-gtk2-vcalendar-plugin_2.5.0~rc3-1_amd64.deb



A summary of the changes between 

Bug#297251: marked as done (uae: FTBFS (amd64/gcc-4.0): static declaration of 'vpos' follows non-static declaration)

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Sep 2006 14:06:42 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#297251: fixed in uae 0.8.25-1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: uae
Severity: normal
Tags: patch

When building 'uae' on amd64 with gcc-4.0,
I get the following error:

gcc -I. -I../src/include/ -c  -O2 -fomit-frame-pointer  -Wall -Wno-unused 
-Wno-format -W -Wmissing-prototypes -Wstrict-prototypes   
-DGCCCONSTFUNC=__attribute__((const)) -DREGPARAM= -DUSE_ZFILE 
-DSUPPORT_THREADS -D_REENTRANT -DUAE_FILESYS_THREADS -D__inline__=inline 
-I/usr/X11R6/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
-I/usr/lib/glib/include -DSHM_SUPPORT_LINKS=1   custom.c -o custom.o
custom.c:64: error: static declaration of 'vpos' follows non-static declaration
../src/include/custom.h:42: error: previous declaration of 'vpos' was here
custom.c:121: error: static declaration of 'sprite_width' follows non-static 
declaration
../src/include/drawing.h:34: error: previous declaration of 'sprite_width' was 
here
custom.c:266: error: static declaration of 'next_sprite_entry' follows 
non-static declaration
../src/include/drawing.h:200: error: previous declaration of 
'next_sprite_entry' was here
custom.c: In function 'update_fetch':

With the attached patch 'uae' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/uae-0.8.22/src/autoconf.c ./src/autoconf.c
--- ../tmp-orig/uae-0.8.22/src/autoconf.c   2001-12-30 15:15:56.0 
+
+++ ./src/autoconf.c2005-02-28 09:30:28.051855761 +
@@ -219,7 +219,7 @@
 
 /* ROM tag area memory access */
 
-static uae_u8 *rtarea;
+uae_u8 *rtarea;
 
 static uae_u32 rtarea_lget (uaecptr) REGPARAM;
 static uae_u32 rtarea_wget (uaecptr) REGPARAM;
diff -urN ../tmp-orig/uae-0.8.22/src/custom.c ./src/custom.c
--- ../tmp-orig/uae-0.8.22/src/custom.c 2002-04-07 13:47:50.0 +
+++ ./src/custom.c  2005-02-28 09:31:41.386700783 +
@@ -61,7 +61,7 @@
 
 frame_time_t vsynctime, vsyncmintime;
 
-static int vpos;
+int vpos;
 static uae_u16 lof;
 static int next_lineno;
 static enum nln_how nextline_how;
@@ -118,7 +118,8 @@
 static uae_u16 sprdata[MAX_SPRITES][4], sprdatb[MAX_SPRITES][4];
 static int sprite_last_drawn_at[MAX_SPRITES];
 static int last_sprite_point, nr_armed;
-static int sprite_width, sprres, sprite_buffer_res;
+static int sprres, sprite_buffer_res;
+int sprite_width;
 
 static uae_u32 bpl1dat, bpl2dat, bpl3dat, bpl4dat, bpl5dat, bpl6dat, bpl7dat, 
bpl8dat;
 static uae_s16 bpl1mod, bpl2mod;
@@ -263,7 +264,7 @@
 struct draw_info line_drawinfo[2][2 * (MAXVPOS + 1) + 1];
 struct color_entry color_tables[2][(MAXVPOS + 1) * 2];
 
-static int next_sprite_entry = 0;
+int next_sprite_entry = 0;
 static int prev_next_sprite_entry;
 static int next_sprite_forced = 1;
 

---End Message---
---BeginMessage---
Source: uae
Source-Version: 0.8.25-1

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

uae_0.8.25-1.diff.gz
  to pool/contrib/u/uae/uae_0.8.25-1.diff.gz
uae_0.8.25-1.dsc
  to pool/contrib/u/uae/uae_0.8.25-1.dsc
uae_0.8.25-1_amd64.deb
  to pool/contrib/u/uae/uae_0.8.25-1_amd64.deb
uae_0.8.25.orig.tar.gz
  to pool/contrib/u/uae/uae_0.8.25.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Stephan A Suerken [EMAIL PROTECTED] (supplier of updated uae package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Sep 2006 20:19:01 +
Source: uae
Binary: uae
Architecture: source amd64
Version: 0.8.25-1
Distribution: unstable
Urgency: low
Maintainer: Stephan A Suerken [EMAIL PROTECTED]
Changed-By: Stephan A Suerken [EMAIL PROTECTED]
Description: 
 uae- The Ubiquitous Amiga Emulator: Base
Closes: 297251
Changes: 
 uae (0.8.25-1) unstable; urgency=low
 .
   * Real maintainer upload based on the 0.8.25-0.1 NMU by Antonio
 Ospite (see below, not actually uploaded).
 Thanks to Antonio Ospite, Florian Ernst (maybe others) that worked on
 those fixes.
   * This package 

Bug#386470: ifeffit: Build depends on libc6

2006-09-07 Thread Kurt Roeckx
Package: ifeffit
Version: 1:1.3.0-1
Severity: serious

Hi,

Your package has a build dependency on libc6.  Please remove it.

The package is not available on all arches.  The glibc source package
generates packages with different names depending on the arch.  And if
you would like to use a build dependency use libc-dev (or libc6-dev,
...)


Kurt



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



Processed: tagging 386259

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 tags 386259 sid
Bug#386259: FTBFS: aclocal: macro `AM_PROG_MKDIR_P' required but not defined
There were no tags set.
Tags added: sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: thttpd: cannot uninstall with stale .pid file

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 385055 + patch
Bug#385055: thttpd: cannot uninstall with stale .pid file
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Fixed in NMU of bazaar 1.4.2-5.1

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 334320 + fixed
Bug#334320: FTBFS on arm, hppa, ia-64 and sparc.
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#386252: marked as done (debdelta: terminates with error: NameError: name 'T' is not defined)

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Sep 2006 14:02:49 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#386252: fixed in debdelta 0.19
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---

Package: debdelta
Version: 0.17
Severity: grave
Justification: renders package unusable

When running debdelta to create a delta:

Transcript begins
debdelta -v  rrcontrol-center-generic_7.4-2_all.deb
rrcontrol-center-generic_7.4-3_all.deb rrcontrol-center.debdelta
OLD: Package: rrcontrol-center-generic Version: 7.4-2 Architecture: all
Installed-Size: 16676
NEW: Package: rrcontrol-center-generic Version: 7.4-3 Architecture: all
Installed-Size: 16680
 Hmmm... there is a md5 but not a file:
var/www/control_center/security/hosts.deny
deb delta is  0.8% of deb; that is, 8494kB are saved, on a total of
8559kB.
delta time: 66.77 sec, speed: 128kB /sec, (bsdiff time: 57.72sec speed
225kB /sec) (corr 0.22 sec)
Traceback (most recent call last):
 File /usr/bin/debdelta, line 2104, in ?
   append_info(delta,info,T)
Trascript ends

I checked /usr/bin/debdelta's source at line 2104:

 append_info(delta,info,T)

However, append_info (on line 274) only takes 2 arguments.

Removing the T argument from line 2104 appears to fix the problem.

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

Versions of packages debdelta depends on:
ii  bsdiff   4.3-3   generate/apply a patch between two
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  python   2.3.5-11An interactive high-level object-o
ii  xdelta   1.1.3-6.1   A diff utility which works with bi
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages debdelta recommends:
ii  python-apt0.6.19 Python interface to libapt-pkg

-- no debconf information

---End Message---
---BeginMessage---
Source: debdelta
Source-Version: 0.19

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

debdelta_0.19.dsc
  to pool/main/d/debdelta/debdelta_0.19.dsc
debdelta_0.19.tar.gz
  to pool/main/d/debdelta/debdelta_0.19.tar.gz
debdelta_0.19_i386.deb
  to pool/main/d/debdelta/debdelta_0.19_i386.deb



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

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

Debian distribution maintenance software
pp.
A Mennucc1 [EMAIL PROTECTED] (supplier of updated debdelta package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Sep 2006 20:49:22 +0200
Source: debdelta
Binary: debdelta
Architecture: source i386
Version: 0.19
Distribution: unstable
Urgency: low
Maintainer: A Mennucc1 [EMAIL PROTECTED]
Changed-By: A Mennucc1 [EMAIL PROTECTED]
Description: 
 debdelta   - diff and patch utilities which work with Debian packages
Closes: 386252
Changes: 
 debdelta (0.19) unstable; urgency=low
 .
   * Bug fix: append_info(delta,info,T) is wrong
 thanks a lot to David (Closes: #386252).
Files: 
 dff51a8b73bd27928d20473c08daa268 481 devel optional debdelta_0.19.dsc
 805d8b5ee33d0b6fb300b1528e883d4e 110245 devel optional debdelta_0.19.tar.gz
 5761af881077954432698823d773b6fb 39004 devel optional debdelta_0.19_i386.deb

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

iD8DBQFFAGvn9B/tjjP8QKQRAhjpAJ0cI9qSBT9UQiG1f0vk+/fMEB32+gCgmtx3
OqQH8kIhxrID1yDpZfbnyBg=
=weyP
-END PGP SIGNATURE-

---End Message---


Bug#386394: tomcat5: Fails to start: doesn't detect sun-java5-bin JVM

2006-09-07 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kalle Kivimaa schrieb:
 Bastian Kleineidam [EMAIL PROTECTED] writes:
 Adding /usr/lib/jvm/java-1.5.0-sun to the JDK dirs tomcat starts up
 without errors. Here is the patch:
 
 Umh, how have you installed the Sun 1.5 JDK
I installed the Debian package with apt-get install sun-java5-bin. I
realize now that this is a non-free package, so feel free to lower the
severity of this bug. Problems with non-free packages are not
necessarily RC.

 make-jpkg should put it
 into /usr/lib/j2sdk1.5-sun, not under lib/jvm.
I don't know the Java policy, or the make-jpkg tool. Perhaps Matthias,
the maintainer of sun-java5-bin, can tell why lib/jvm is used? I have
added him as CC.

Regards,
  Bastian
- --
  ,''`.  Bastian Kleineidam
 : :' :GnuPG Schlüssel
 `. `'gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
   `-

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

iD8DBQFFAIYpeBwlBDLsbz4RAslCAKCH47L+ZwLj+OcEAbcGNKQVTFENlQCePg5i
Q3kSBwJoFLWsnb4gtKbEnBs=
=OjG6
-END PGP SIGNATURE-



Processed: block 385235 with 386259

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 block 385235 with 386259
Bug#385235: gettext 0.15 causes build failures in multiple packages
Was blocked by: 385160 385161 385165 385177 385181 386072 386220 386222 386263
Blocking bugs of 385235 added: 386259


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#385055: thttpd: cannot uninstall with stale .pid file

2006-09-07 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 385055 + patch
thanks

The attached patch solves the removal error on my box. With the patch,
the init.d script detects a stale PID file.

Regards,
  Bastian
- --
  ,''`.  Bastian Kleineidam
 : :' :GnuPG Schlüssel
 `. `'gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
   `-

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

iD8DBQFFAIsCeBwlBDLsbz4RAmvdAJ0VRfa4/zjOB4w6LNsVAReAQVzeCQCfR+aD
0jI1e/YWlzc35rKnhRNyEOw=
=0EEG
-END PGP SIGNATURE-
--- debian/thttpd.rc2006-09-07 23:07:44.0 +0200
+++ /home/calvin/thttpd.rc  2006-09-07 23:07:11.544563440 +0200
@@ -32,8 +32,13 @@
 stop)
 echo -n Stopping web server: 
 if [ -f $PIDFILE ]; then
-kill -10 `cat $PIDFILE`
-echo $NAME
+PID=`cat $PIDFILE`
+if ps | grep -q ^$PID; then
+kill -10 $PID
+echo $NAME
+else
+echo No $DAEMON found running; none killed.
+fi
 rm -f $PIDFILE
 else
 echo No $DAEMON found running; none killed.
@@ -42,8 +47,13 @@
 force-stop)
 echo -n Terminating web server: 
 if [ -f $PIDFILE ]; then
-kill -10 `cat $PIDFILE`
-echo $NAME
+PID=`cat $PIDFILE`
+if ps | grep -q ^$PID; then
+kill -10 $PID
+echo $NAME
+else
+echo No $DAEMON found running; none killed.
+fi
 rm -f $PIDFILE
 else
 echo No $DAEMON found running; none killed.


Bug#386477: kernel-patch-ppscsi-2.4: Obsolete package: Etch will be Linux 2.6 only

2006-09-07 Thread Moritz Muehlenhoff
Package: kernel-patch-ppscsi-2.4
Severity: grave
Justification: renders package unusable

Etch won't provide 2.4 kernels any longer.


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


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



Bug#386478: kernel-patch-2.4-bluez: Obsolete package: Etch will have only 2.6 kernels

2006-09-07 Thread Moritz Muehlenhoff
Package: kernel-patch-2.4-bluez
Severity: grave
Justification: renders package unusable

Etch will have only 2.6 kernels, so this binary package need to be dropped.

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


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



Bug#386480: uninstallable: depends on python ( 2.4)

2006-09-07 Thread Bastian Kleineidam
Package: python-metakit
Version: 2.4.9.3-6.1+b1
Severity: serious
Justification: uninstallable

Hi,

the package depends on python ( 2.4), however python in unstable is
now at version 2.4. So python-metakit is uninstallable:
$ apt-get install python-metakit
[...]
The following packages have unmet dependencies:
  python-metakit: Depends: python ( 2.4) but 2.4.3-11 is to be installed
E: Broken packages

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


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



Bug#384357: Patch to FTBFS of libcommons-collections3-java

2006-09-07 Thread Arjan Oosting
tags 384357 patch
usertag 384357 supplied-patch
thanks

Hi,

I prepared a patch to fix the FTBFS. It renames the first
Builds-Depends-Indep as suggested by Steinar H. Gunderson and adds junit
to the Build-Depends-Indep.

As I am no DD yet I can not do a NMU, so I welcome any other DD to
upload this NMU. 

Greetings Arjan


diff -u libcommons-collections3-java-3.1a/debian/control libcommons-collections3-java-3.1a/debian/control
--- libcommons-collections3-java-3.1a/debian/control
+++ libcommons-collections3-java-3.1a/debian/control
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Wolfgang Baer [EMAIL PROTECTED], Arnaud Vandyck [EMAIL PROTECTED]
-Build-Depends-Indep: debhelper (= 4.2.30), cdbs (=0.4.21)
-Build-Depends-Indep: ant, ant-optional, java-gcj-compat-dev
+Build-Depends: debhelper (= 4.2.30), cdbs (=0.4.21)
+Build-Depends-Indep: ant, ant-optional, java-gcj-compat-dev, junit
 Standards-Version: 3.7.2
 
 Package: libcommons-collections3-java
diff -u libcommons-collections3-java-3.1a/debian/changelog libcommons-collections3-java-3.1a/debian/changelog
--- libcommons-collections3-java-3.1a/debian/changelog
+++ libcommons-collections3-java-3.1a/debian/changelog
@@ -1,3 +1,11 @@
+libcommons-collections3-java (3.1a-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: rename first Build-Depends-Indep to Build-Depends and
+add junit to Build-Depends-Indep to fix FTBFS. (Closes: #384357)
+
+ -- Arjan Oosting [EMAIL PROTECTED]  Fri,  8 Sep 2006 00:05:17 +0200
+
 libcommons-collections3-java (3.1a-3) unstable; urgency=low
 
   * Added myself as an uploader


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Processed: Patch to FTBFS of libcommons-collections3-java

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 384357 patch
Bug#384357: libcommons-collections3-java: FTBFS: Build-Depends-Indep specified 
twice
Tags were: etch sid
Tags added: patch

 usertag 384357 supplied-patch
Bug#384357: libcommons-collections3-java: FTBFS: Build-Depends-Indep specified 
twice
There were no usertags set.
Usertags are now: supplied-patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#386438: FTBFS: assignment of read-only member '__in'

2006-09-07 Thread Russ Allbery
Martin Michlmayr [EMAIL PROTECTED] writes:

 It's not as bizarre as it looks.  See #386267 for a description of the
 problem.  If you can come up with a better fix (i.e one for the glibc
 header), I'd appreciate it.

Aha.

Probably the reason why it was producing warnings (and one of the reasons
why I was confused) is that you don't mean:

WCOREDUMP((struct testset *)ts-status)

which passes a pointer to a struct testset into WCOREDUMP.  You mean:

WCOREDUMP(((struct testset *) ts)-status)

since - has a higher precedence than () casts in C.

My guess is that a compiler change uncovered this.  I bet that before,
even if ts was a const struct testset *, an element status defined as an
int and referenced as ts-status was still an int, not a const int.

Whatever the problem is, though, it appears to be specific to AMD64.  I
can't replicate it on x86 at all, even with the latest unstable compiler.
I'll look at this more from home this evening where I have an AMD64
system.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


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



Processed: Re: Bug#386263: FTBFS: aclocal: macro `AM_PROG_MKDIR_P' required but not defined

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 clone 386263 -1
Bug#386263: FTBFS: aclocal: macro `AM_PROG_MKDIR_P' required but not defined
Bug is marked as being merged with others.

 reassign -1 gettext
Bug number -1 not found.

 found -1 0.15-2
Bug number -1 not found.

 unblock 385235 by 386263
Bug#385235: gettext 0.15 causes build failures in multiple packages
Was blocked by: 385160 385161 385165 385177 385181 386072 386220 386222 386259 
386263
Blocking bugs of 385235 removed: 386263, 386072

 block 386263 by -1
Bug number -1 not found.

Unknown blocking bug/s: -1.
Bug#386263: FTBFS: aclocal: macro `AM_PROG_MKDIR_P' required but not defined
Was not blocked by any bugs.
Bug#386072: FTBFS: aclocal fails
Blocking bugs of 386263 added: 

 tags 386263 sid
Bug#386263: FTBFS: aclocal: macro `AM_PROG_MKDIR_P' required but not defined
There were no tags set.
Bug#386072: FTBFS: aclocal fails
Tags added: sid

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: libcommons-collections3-java: FTBFS: Build-Depends-Indep specified twice

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 384357 - patch
Bug#384357: libcommons-collections3-java: FTBFS: Build-Depends-Indep specified 
twice
Tags were: etch patch sid
Tags removed: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#380136: lucene: FTBFS: can not find stubs for class: class org.apache.lucene.search.RemoteSearchable

2006-09-07 Thread Arjan Oosting
Hi,

I was looking at some RC bugs and tried to reproduce this FTBFS but it
builds just fine in my pbuilder. I did saw this a couple times though:

 [rmic] RMI Compiling 1 class to 
/tmp/buildd/lucene-1.4.3.debian/build/classes/java
 [rmic] java.io.IOException: java.io.IOException: No such file or directory
 [rmic]at java.lang.ConcreteProcess.init(libgcj.so.70)
 [rmic]at java.lang.Runtime.execInternal(libgcj.so.70)
 [rmic]at java.lang.Runtime.exec(libgcj.so.70)
 [rmic]at java.lang.Runtime.exec(libgcj.so.70)
 [rmic]at gnu.java.rmi.rmic.CompilerProcess.compile(libgcj.so.70)
 [rmic]at gnu.java.rmi.rmic.RMIC.compile(libgcj.so.70)
 [rmic]at gnu.java.rmi.rmic.RMIC.processClass(libgcj.so.70)
 [rmic]at gnu.java.rmi.rmic.RMIC.run(libgcj.so.70)
 [rmic]at gnu.java.rmi.rmic.RMIC.main(libgcj.so.70)
 [rmic] Caused by: java.io.IOException: No such file or directory
 [rmic]at java.lang.ConcreteProcess.nativeSpawn(libgcj.so.70)
 [rmic]at java.lang.ConcreteProcess.spawn(libgcj.so.70)
 [rmic]at java.lang.ConcreteProcess$ProcessManager.run(libgcj.so.70)

I don't know what is going on here so I am moving along to the next RC bug. 

Greetings Arjan Oosting


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Processed: unmerging 386263, cloning 386263, merging 386263 386072, reassign -1 to gettext, found -1 in 0.15-2 ...

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 unmerge 386263
Bug#386263: FTBFS: aclocal: macro `AM_PROG_MKDIR_P' required but not defined
Bug#386072: FTBFS: aclocal fails
Disconnected #386263 from all other report(s).

 clone 386263 -1
Bug#386263: FTBFS: aclocal: macro `AM_PROG_MKDIR_P' required but not defined
Bug 386263 cloned as bug 386487.

 merge 386263 386072
Bug#386072: FTBFS: aclocal fails
Bug#386263: FTBFS: aclocal: macro `AM_PROG_MKDIR_P' required but not defined
Merged 386072 386263.

 reassign -1 gettext
Bug#386487: FTBFS: aclocal: macro `AM_PROG_MKDIR_P' required but not defined
Bug reassigned from package `gnome-lokkit' to `gettext'.

 found -1 0.15-2
Bug#386487: FTBFS: aclocal: macro `AM_PROG_MKDIR_P' required but not defined
Bug marked as found in version 0.15-2.

 block 386263 with -1
Bug#386263: FTBFS: aclocal: macro `AM_PROG_MKDIR_P' required but not defined
Was not blocked by any bugs.
Bug#386072: FTBFS: aclocal fails
Blocking bugs of 386263 added: 386487


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Fixed in NMU of libmatheval 1.1.3-1.1

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 384957 + fixed
Bug#384957: libmatheval: FTBFS (amd64): libfl.a(libyywrap.o): relocation 
R_X86_64_32 against `a local symbol' can not be used when making a shared 
object; recompile with -fPIC
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: unblock 385235 with 386259, block 386259 with 386487

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 unblock 385235 with 386259
Bug#385235: gettext 0.15 causes build failures in multiple packages
Was blocked by: 385160 385161 385165 385177 385181 386220 386222 386259
Blocking bugs of 385235 removed: 386259

 block 386259 with 386487
Bug#386259: FTBFS: aclocal: macro `AM_PROG_MKDIR_P' required but not defined
Was not blocked by any bugs.
Blocking bugs of 386259 added: 386487


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Fixed in NMU of entity 1.0.1-7.2

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 380787 + fixed
Bug#380787: Python transition (#2): you are building a private python module !
There were no tags set.
Bug#383989: entity: FTBFS: build-depends on python  2.4
Tags added: fixed

 tag 383989 + fixed
Bug#383989: entity: FTBFS: build-depends on python  2.4
Tags were: fixed
Bug#380787: Python transition (#2): you are building a private python module !
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: reopening 380289, found 380289 in 2.0.5-8, closing 380289

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.21
 reopen 380289
Bug#380289: heartbeat-2: Local DoS due to world-writable shared memory 
[CVE-2006-3815]
'reopen' is deprecated when a bug has been closed with a version;
use 'found' or 'submitter' as appropriate instead.
Bug reopened, originator not changed.

 found 380289 2.0.5-8
Bug#380289: heartbeat-2: Local DoS due to world-writable shared memory 
[CVE-2006-3815]
Bug marked as found in version 2.0.5-8.

 close 380289 2.0.6-1
Bug#380289: heartbeat-2: Local DoS due to world-writable shared memory 
[CVE-2006-3815]
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2.0.6-1, send any further explanations to Martin 
Pitt [EMAIL PROTECTED]


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#386491: FTBFS on sparc

2006-09-07 Thread Clint Adams
Package: openmpi
Version: 1.1-2
Severity: serious

While making openmpi v8+-only would not be ideal, it would seem better
than no package at all.  Please enable the v8+ build if openmpi can't
be built for v8.

checking if have Sparc v8+/v9 support... no
configure: WARNING: Sparc v8 target is not supported in this release of Open 
MPI.
configure: WARNING: You must specify the target architecture v8plus
configure: WARNING: (cc: -xarch=v8plus, gcc: -mcpu=v9) for CFLAGS, CCXXFLAGS,
configure: WARNING: FFLAGS, and FCFLAGS to compile Open MPI in 32 bit mode on
configure: WARNING: Sparc processors
configure: error: Can not continue.

http://buildd.debian.org/fetch.php?pkg=openmpi%26ver=1.1-2%26arch=sparc%26stamp=1156463586%26file=log


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



Processed: Fixed in NMU of glimpse 4.18.0-6.1

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 384961 + fixed
Bug#384961: glimpse: FTBFS (amd64): libfl.a(libyywrap.o): relocation 
R_X86_64_32 against `a local symbol' can not be used when making a shared 
object; recompile with -fPIC
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#386259: marked as done (FTBFS: aclocal: macro `AM_PROG_MKDIR_P' required but not defined)

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Sep 2006 17:32:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#386259: fixed in enigma 0.92.3-3
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: enigma
Version: 0.92.3-2
Severity: serious

This package fails to build in unstable:

 Automatic build of enigma_0.92.3-2 on em64t by sbuild/amd64 0.49
...
 The following NEW packages will be installed:
   autoconf automake1.7 autotools-dev bzip2 cdbs debhelper esound-common
...
 make[1]: Nothing to be done for `update-config'.
 make[1]: Leaving directory `/build/tbm/enigma-0.92.3'
 cd build-tree/enigma-svn \
aclocal-1.7 \
autoheader \
automake-1.7 --add-missing --foreign --copy \
autoconf
 aclocal: macro `AM_PROG_MKDIR_P' required but not defined
 aclocal: macro `AM_PROG_MKDIR_P' required but not defined
 make: *** [stamp-autogen] Error 1
 **
 Build finished at 20060906-0145
 FAILED [dpkg-buildpackage died]

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

---End Message---
---BeginMessage---
Source: enigma
Source-Version: 0.92.3-3

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

enigma-data_0.92.3-3_all.deb
  to pool/main/e/enigma/enigma-data_0.92.3-3_all.deb
enigma_0.92.3-3.diff.gz
  to pool/main/e/enigma/enigma_0.92.3-3.diff.gz
enigma_0.92.3-3.dsc
  to pool/main/e/enigma/enigma_0.92.3-3.dsc
enigma_0.92.3-3_i386.deb
  to pool/main/e/enigma/enigma_0.92.3-3_i386.deb



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

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

Debian distribution maintenance software
pp.
Erich Schubert [EMAIL PROTECTED] (supplier of updated enigma package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  8 Sep 2006 01:32:04 +0200
Source: enigma
Binary: enigma enigma-data
Architecture: source i386 all
Version: 0.92.3-3
Distribution: unstable
Urgency: low
Maintainer: Erich Schubert [EMAIL PROTECTED]
Changed-By: Erich Schubert [EMAIL PROTECTED]
Description: 
 enigma - A game where you control a marble with the mouse
 enigma-data - Data file for the game enigma
Closes: 386259
Changes: 
 enigma (0.92.3-3) unstable; urgency=low
 .
   * Use automake1.9 and add mkinstalldirs patch to avoid issues with new
 gettext in sid (Closes: #386259)
   * Fix not-binNMUable warning by lintian (thanks guys!)
   * Update policy, no changes.
Files: 
 9ebc0a25138e41e68d8ceda8192f765b 761 games optional enigma_0.92.3-3.dsc
 74b944031f077ad202ff0b905cb4d9bf 11174 games optional enigma_0.92.3-3.diff.gz
 2ef4e71e26b4ec795fe9f3d8a4eca510 9658020 games optional 
enigma-data_0.92.3-3_all.deb
 d30880b920c4a923bfb4ec5814fff22a 615058 games optional enigma_0.92.3-3_i386.deb

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

iD8DBQFFALWXntB470s6E1wRAouOAJ9TZHBhq/KhlKYunGP3DBVn6xMZHQCfZVaa
RA+dzM4VImoCVw5Kz1rNfRA=
=BrRN
-END PGP SIGNATURE-

---End Message---


Bug#386403: linux-uvc-source: Unable to complete device test with ekiga

2006-09-07 Thread Andy Huhn
Thanks, Junichi.  I'll wait for the patch.

On Thu, 2006-09-07 at 23:13 +0900, Junichi Uekawa wrote:
 Hi,
 
  I have a Logitech QuickCam Pro 5000.  When I attempt to test the device
  with ekiga 2.0.2-1, I receive the following:
  
  Failed to open the device.  Error with the frame size.
 
 The version of linux-uvc in Debian is known not to work with Logitech
 QuickCam Pro 5000, and known to work with Apple iSight.
 
 Hopefully it will be resolved soon, by a patch from Iwamatsu-san.
 
 
 regards,
   junichi


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



Bug#386437: marked as done (@MKINSTALLDIRS@: No such file or directory)

2006-09-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Sep 2006 18:17:13 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#386437: fixed in eiciel 0.9.2-2
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: eiciel
Version: 0.9.2-1
Severity: serious

This package fails to build in unstable:

 Automatic build of eiciel_0.9.2-1 on em64t by sbuild/amd64 0.49
...
 make[3]: Leaving directory `/build/tbm/eiciel-0.9.2/img'
 make[2]: Leaving directory `/build/tbm/eiciel-0.9.2/img'
 Making install in po
 make[2]: Entering directory `/build/tbm/eiciel-0.9.2/po'
 /bin/sh @MKINSTALLDIRS@ /build/tbm/eiciel-0.9.2/debian/eiciel//usr/share
 /bin/sh: @MKINSTALLDIRS@: No such file or directory
 make[2]: *** [install-data-yes] Error 127
 make[2]: Leaving directory `/build/tbm/eiciel-0.9.2/po'
 make[1]: *** [install-recursive] Error 1

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

---End Message---
---BeginMessage---
Source: eiciel
Source-Version: 0.9.2-2

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

eiciel_0.9.2-2.diff.gz
  to pool/main/e/eiciel/eiciel_0.9.2-2.diff.gz
eiciel_0.9.2-2.dsc
  to pool/main/e/eiciel/eiciel_0.9.2-2.dsc
eiciel_0.9.2-2_amd64.deb
  to pool/main/e/eiciel/eiciel_0.9.2-2_amd64.deb
eiciel_0.9.2-2_i386.deb
  to pool/main/e/eiciel/eiciel_0.9.2-2_i386.deb
eiciel_0.9.2-2_sparc.deb
  to pool/main/e/eiciel/eiciel_0.9.2-2_sparc.deb



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

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

Debian distribution maintenance software
pp.
Michael Biebl [EMAIL PROTECTED] (supplier of updated eiciel package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Sep 2006 19:32:46 +0200
Source: eiciel
Binary: eiciel
Architecture: source i386 amd64 sparc
Version: 0.9.2-2
Distribution: unstable
Urgency: medium
Maintainer: Michael Biebl [EMAIL PROTECTED]
Changed-By: Michael Biebl [EMAIL PROTECTED]
Description: 
 eiciel - graphical editor for POSIX ACLs and extended user attributes
Closes: 386437
Changes: 
 eiciel (0.9.2-2) unstable; urgency=medium
 .
   * Added patch gettext.diff which updates po/Makefile.in.in for
 autoconf-2.60. Closes: #386437
Files: 
 6a249176fa39df8119338d14cebe2c7c 676 gnome optional eiciel_0.9.2-2.dsc
 c2c176674951f7e36c74789487ee1d05 8559 gnome optional eiciel_0.9.2-2.diff.gz
 8ee41b69539f168532720bcc695f77a6 473886 gnome optional eiciel_0.9.2-2_i386.deb
 cc778a23fa4b1e4f3b4c29cdf959646f 453300 gnome optional eiciel_0.9.2-2_sparc.deb
 af1c81cb2cc02ccdb00520a7546f681f 475400 gnome optional eiciel_0.9.2-2_amd64.deb

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

iD8DBQFFAMEwipBneRiAKDwRAm1MAKCCuEw1mVW3OcziJfr1Bl29nPNm+QCfcMpD
ZNyFQbX7lfkN3sEU1GQcLBo=
=YEnW
-END PGP SIGNATURE-

---End Message---


  1   2   >