Processed (with 1 errors): Patch to fix shlibdeps versioning on libpcrecpp0

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 476925 + patch
Bug#476925: Incompatible ABI change - breaks packages in testing
There were no tags set.
Tags added: patch

 title 476925 libpcrecpp0 - shlibdeps versioning is too loose, breaks packages 
 in testing
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]



Bug#476925: Patch to fix shlibdeps versioning on libpcrecpp0

2008-05-03 Thread Bryan Donlan
tags 476925 + patch
title 476925 libpcrecpp0 - shlibdeps versioning is too loose, breaks packages 
in testing
thanks

Version 7.6 introduces symbol _ZN7pcrecpp2RE6no_argE, which at least
mkvtoolnix and subtitleeditor now use. As such, both are broken, or
would be broken if allowed to transition to testing.

Attached is a debdiff to fix the issue. I've formatted the changelog for
a NMU (I am not a DD and don't have upload privileges). After the fixed
package is uploaded to unstable *and built and installed on all
architectures* the following packages need a binNMU:

* mkvtoolnix
* subtitleeditor
* apertium (Not sure if this one is necessary, some brief testing didn't
  come up with errors; but it built against the broken package so better
  safe than sorry)

Thanks,

Bryan Donlan
diff -u pcre3-7.6/debian/rules pcre3-7.6/debian/rules
--- pcre3-7.6/debian/rules
+++ pcre3-7.6/debian/rules
@@ -101,7 +101,7 @@
 	dh_compress -a
 	dh_fixperms -a
 	dh_makeshlibs -plibpcre3 --add-udeb=libpcre3-udeb -V 'libpcre3 (= 7.4)'
-	dh_makeshlibs -plibpcrecpp0 -V 'libpcrecpp0'
+	dh_makeshlibs -plibpcrecpp0 -V 'libpcrecpp0 (= 7.6)'
 	dh_installdeb -a
 #	dh_perl -a
 	dh_shlibdeps -a -ldebian/libpcre3/usr/lib
diff -u pcre3-7.6/debian/changelog pcre3-7.6/debian/changelog
--- pcre3-7.6/debian/changelog
+++ pcre3-7.6/debian/changelog
@@ -1,3 +1,11 @@
+pcre3 (7.6-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Update shlibdeps invocation for libpcrecpp0 due to new
+symbols. (Closes: #476925)
+
+ -- Bryan Donlan [EMAIL PROTECTED]  Sat, 03 May 2008 02:08:57 -0400
+
 pcre3 (7.6-2) unstable; urgency=low
 
   * pcrecpp.cc: Applied patch from PCRE bugzilla (bug 664) to fix ABI


signature.asc
Description: Digital signature


Bug#472180: Xprt caught in dispatch loop

2008-05-03 Thread Drew Parsons
Xprt seems to be spinning in the Dispatch loop, dix/dispatch.c.

It's as if the WaitForSomething() call is returning immediately rather
than waiting for a print or other Xp request.  Are dbus events
triggering off the wait?




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



Bug#464320: libpcrecpp0 ABI change

2008-05-03 Thread Bryan Donlan
merge 464320 476925
thanks

It seems that the problem is just that of a new symbol. As such,
tightening the dh_shlibdeps invocation to use a (= 7.6) dependency
should be enough, right?

I posted a patch to fix this in bug#476925.

Thanks,

Bryan Donlan


signature.asc
Description: Digital signature


Bug#460608: Fails to rewrite files in /etc/suck

2008-05-03 Thread Christian Marillat
Laurent Bigonville [EMAIL PROTECTED] writes:

 Hi,

Hi,

 Do you still have this bug?

No, because I did my own hack.

 Are /etc and /var on the same partition?

Yes.

 The get-news script uses the move function of the package File::Copy
 to move the file, I've just tested with a small script an the move
 function works between a nfs share and my computer, the file was
 moved, but I also get the EXDEV error.

Well this bug is very old. Apparently the only change is now that in
/usr/sbin/get-news perl is called with -w

Christian



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



Processed: found 478231 in 0.7.13, notfixed 478231 in 0.7.13

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.25
 found 478231 0.7.13
Bug#478231: apt_0.7.12(sparc/unstable): FTBFS: doc/apt-cache.8: No such file or 
directory
Bug marked as found in version 0.7.13 and reopened.

 notfixed 478231 0.7.13
Bug#478231: apt_0.7.12(sparc/unstable): FTBFS: doc/apt-cache.8: No such file or 
directory
Bug no longer marked as fixed in version 0.7.13.


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#478105: funguloids: crashes on startup

2008-05-03 Thread Andres Mejia
On Saturday 03 May 2008 3:55:07 am you wrote:
  Well I tried what you said but it still crashes, although I get different
  output now. I've attached two logs, one with the new openal-soft library
  that
  we're working to replace the old openal library with, and another using
  the
  openal si library (the old openal library).

 Ok, that seems even worse. I think the original way is still better. I'm
 still guessing that the problem is there in the MPK loading for Ogre..
 Don't know what it could be, though. I didn't find any Archive related
 changes in their changelogs recently..

I'm working on it but I'm about to go to bed for now. I found you can extract 
the contents of the archive with no problem. I suppose if there were some way 
to read the file after it's extracted, then there shouldn't be a problem.

Ogre uses the various zzip_* functions in the ZipDataStream class to read, 
seek, tell, etc. from zip files. If mpak could provide the same 
functionality, maybe this issue could be resolved.

-- 
Regards,
Andres



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



Bug#479097: [tex-live] Looking for Gilles Robert, author of the bbm fonts

2008-05-03 Thread Manuel Pégourié-Gonnard
Hi Frank,

Frank Küster a écrit :
 Therefore I'd like to try to contact their author, 
 
 Gilles Robert. 
 
For French mathematicians, a useful resource is generally

http://annuaire.math.cnrs.fr/

At the moment, it points to
Gilles.Robert'at'math.u-bordeaux.fr
Since he has been using this address recently on fr.sci.math, I hope it's the
good one. Otherwise, his other address
Gilles(dot)Robert(at)ujf-grenoble(dot)fr
may be valid too, since his accout in this university looks valid.

HTH,
Manuel.



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



Bug#472180: dbus interacts badly with Xprt

2008-05-03 Thread Michel Dänzer
On Sat, 2008-05-03 at 02:54 +1000, Drew Parsons wrote:
 dbus is causing Xprt to using 95% cpu.  When ./configured with
 --disable-dbus, Xprt behaves normally.  

So, can't the Xprt DDX just disable the D-Bus code?


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#478980: marked as done (libsqlite3-0: undefined reference to dlsym/dlerror/dlopen/dlclose)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 09:03:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#478980: fixed in sqlite3 3.5.8-3
has caused the Debian Bug report #478980,
regarding libsqlite3-0: undefined reference to dlsym/dlerror/dlopen/dlclose
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
478980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478980
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libsqlite3-0
Version: 3.5.8-2
Severity: important

When trying to link some code I'm writing against libsqlite3-0 3.5.8-2,
I get the following error messages from the linker:
=
/usr/lib/libsqlite3.so.0: undefined reference to `dlsym'
/usr/lib/libsqlite3.so.0: undefined reference to `dlerror'
/usr/lib/libsqlite3.so.0: undefined reference to `dlopen'
/usr/lib/libsqlite3.so.0: undefined reference to `dlclose'
=

The same code properly compiles and links against libsqlite3-0 3.5.8-1
and earlier versions of the package under Debian.


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

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

Versions of packages libsqlite3-0 depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries

libsqlite3-0 recommends no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: sqlite3
Source-Version: 3.5.8-3

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

lemon_3.5.8-3_amd64.deb
  to pool/main/s/sqlite3/lemon_3.5.8-3_amd64.deb
libsqlite3-0-dbg_3.5.8-3_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-0-dbg_3.5.8-3_amd64.deb
libsqlite3-0_3.5.8-3_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-0_3.5.8-3_amd64.deb
libsqlite3-dev_3.5.8-3_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-dev_3.5.8-3_amd64.deb
libsqlite3-tcl_3.5.8-3_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-tcl_3.5.8-3_amd64.deb
sqlite3-doc_3.5.8-3_all.deb
  to pool/main/s/sqlite3/sqlite3-doc_3.5.8-3_all.deb
sqlite3_3.5.8-3.diff.gz
  to pool/main/s/sqlite3/sqlite3_3.5.8-3.diff.gz
sqlite3_3.5.8-3.dsc
  to pool/main/s/sqlite3/sqlite3_3.5.8-3.dsc
sqlite3_3.5.8-3_amd64.deb
  to pool/main/s/sqlite3/sqlite3_3.5.8-3_amd64.deb



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

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

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) [EMAIL PROTECTED] (supplier of updated sqlite3 
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.8
Date: Sat, 03 May 2008 09:19:31 +0200
Source: sqlite3
Binary: lemon sqlite3 sqlite3-doc libsqlite3-0 libsqlite3-dev libsqlite3-tcl 
libsqlite3-0-dbg
Architecture: source all amd64
Version: 3.5.8-3
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
Changed-By: Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
Description: 
 lemon  - The Lemon Parser Generator
 libsqlite3-0 - SQLite 3 shared library
 libsqlite3-0-dbg - SQLite 3 debugging symbols
 libsqlite3-dev - SQLite 3 development files
 libsqlite3-tcl - SQLite 3 Tcl bindings
 sqlite3- A command line interface for SQLite 3
 sqlite3-doc - SQLite 3 documentation
Closes: 478980
Changes: 
 sqlite3 (3.5.8-3) unstable; urgency=low
 .
   * Add 04-loadextension-links-dl.patch to link against dl when
 loadextension enabled (closes: #478980).
Checksums-Sha1: 
 1fd977127e4366cd31121804cb3730691019938f 1159 sqlite3_3.5.8-3.dsc
 eb5720dda48515975dad25df4510c8e9271836b9 305616 sqlite3_3.5.8-3.diff.gz
 b928038febdf817dd5712d7aa042bde6dceafef8 439424 sqlite3-doc_3.5.8-3_all.deb
 c2ae250c5f80b8f29a8800aeee3b717ccd1bbfa8 41664 lemon_3.5.8-3_amd64.deb
 47d87d8337de935c2526f820d60f17b57f556e20 24650 sqlite3_3.5.8-3_amd64.deb
 463d31f6d2574446e705e6419e8c63e39f320de0 212076 libsqlite3-0_3.5.8-3_amd64.deb
 3095896fa7bae009c7c94c59fc0f967de962f21c 292412 
libsqlite3-dev_3.5.8-3_amd64.deb
 08069f1ed6c837deab658a263ad3ebab823d84f5 224004 
libsqlite3-tcl_3.5.8-3_amd64.deb
 0270dcc638e14c32eec512b27cf8c91072e4e40a 

Bug#479154: kmldonkey_2.0.2-1(mips/experimental): FTBFS: No rule to make target `/usr/lib/libXrender.so'

2008-05-03 Thread Frank Lichtenheld
Package: kmldonkey
Version: 2.0.2-1
Severity: serious

Hi,

your package failed to build from source. Since it previously built fine
on the other arches, maybe before you got that dependency indirectly.

| Automatic build of kmldonkey_2.0.2-1 on signy by sbuild/mips 98-farm
| Build started at 20080503-0607
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 238kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main kmldonkey 2.0.2-1 (dsc) 
[686B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main kmldonkey 2.0.2-1 (tar) 
[233kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main kmldonkey 2.0.2-1 
(diff) [3776B]
| Fetched 238kB in 0s (496kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: cdbs (= 0.4.51), cmake, debhelper (= 5), imagemagick, 
kdelibs5-dev, libphonon-dev
| Checking for already installed source dependencies...
[...]
| [ 31%] Building CXX object 
libkmldonkey/CMakeFiles/libkmldonkey.dir/moc_protocoliface.o
| /usr/bin/g++   -DMAKE_LIBKMLDONKEY_LIB -g -O2 -g -Wall -O2 -Wnon-virtual-dtor 
-Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W 
-Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common 
-Woverloaded-virtual -fvisibility=hidden -fvisibility-inlines-hidden -O2 -g 
-fPIC -I/build/buildd/kmldonkey-2.0.2/obj-mips-linux-gnu/libkmldonkey 
-I/build/buildd/kmldonkey-2.0.2/libkmldonkey 
-I/build/buildd/kmldonkey-2.0.2/obj-mips-linux-gnu 
-I/build/buildd/kmldonkey-2.0.2 -I/usr/include/KDE -I/usr/include/qt4/QtDBus 
-I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtXml 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtOpenGL 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDesigner 
-I/usr/include/qt4/QtAssistant -I/usr/include/qt4/Qt3Support 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
-I/usr/share/qt4/mkspecs/default -I/usr/include/qt4   -D_BSD_SOURCE 
-DQT3_SUPPORT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -DQT_NO_STL 
-DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -o 
libkmldonkey/CMakeFiles/libkmldonkey.dir/moc_protocoliface.o -c 
/build/buildd/kmldonkey-2.0.2/obj-mips-linux-gnu/libkmldonkey/moc_protocoliface.cxx
| In file included from 
/build/buildd/kmldonkey-2.0.2/obj-mips-linux-gnu/libkmldonkey/../../libkmldonkey/protocoliface.h:30,
|  from 
/build/buildd/kmldonkey-2.0.2/obj-mips-linux-gnu/libkmldonkey/moc_protocoliface.cxx:10:
| 
/build/buildd/kmldonkey-2.0.2/obj-mips-linux-gnu/libkmldonkey/../../libkmldonkey/hostiface.h:86:
 warning: type qualifiers ignored on function return type
| 
/build/buildd/kmldonkey-2.0.2/obj-mips-linux-gnu/libkmldonkey/../../libkmldonkey/hostiface.h:90:
 warning: type qualifiers ignored on function return type
| 
/build/buildd/kmldonkey-2.0.2/obj-mips-linux-gnu/libkmldonkey/../../libkmldonkey/hostiface.h:100:
 warning: type qualifiers ignored on function return type
| make[3]: *** No rule to make target `/usr/lib/libXrender.so', needed by 
`lib/liblibkmldonkey.so.2.0.0'.  Stop.
| make[3]: Leaving directory `/build/buildd/kmldonkey-2.0.2/obj-mips-linux-gnu'
| make[2]: *** [libkmldonkey/CMakeFiles/libkmldonkey.dir/all] Error 2
| make[2]: Leaving directory `/build/buildd/kmldonkey-2.0.2/obj-mips-linux-gnu'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/build/buildd/kmldonkey-2.0.2/obj-mips-linux-gnu'
| make: *** [debian/stamp-makefile-build] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| **
| Build finished at 20080503-0705
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=2.0.2-1pkg=kmldonkeyarch=mips

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/



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



Bug#479158: perlftlib_1.2-16+b1(sparc/unstable): FTBFS on sparc, error: static declaration of 'XS_FreeType_TT_Get_Glyph_Pixmap' follows non-static declaration

2008-05-03 Thread Martin Zobel-Helas
Package: perlftlib
Version: 1.2-16+b1
Severity: serious
user [EMAIL PROTECTED]
usertag perl-5.10-ftbfs

There was an error while trying to autobuild your package:

 Automatic build of perlftlib_1.2-16+b1 on lebrun by sbuild/sparc 98
 Build started at 20080503-1113

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5), libttf-dev, perl (= 5.8)

[...]

cc -c  -I/usr/include/freetype -D_REENTRANT -D_GNU_SOURCE -DDEBIAN 
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\1.2\ -DXS_VERSION=\1.2\ -fPIC
+-I/usr/lib/perl/5.10/CORE   FreeType.c
FreeType.c: In function 'XS_FreeType_TT_Get_Glyph_Bitmap':
FreeType.c:1271: error: static declaration of 'XS_FreeType_TT_Get_Glyph_Pixmap' 
follows non-static declaration
FreeType.c:1270: error: previous declaration of 
'XS_FreeType_TT_Get_Glyph_Pixmap' was here
FreeType.c: In function 'XS_FreeType_TT_Get_Glyph_Pixmap':
FreeType.c:1317: error: static declaration of 'XS_FreeType_TT_New_Outline' 
follows non-static declaration
FreeType.c:1316: error: previous declaration of 'XS_FreeType_TT_New_Outline' 
was here
FreeType.c:1345: error: static declaration of 'XS_FreeType_TT_Done_Outline' 
follows non-static declaration
FreeType.c:1344: error: previous declaration of 'XS_FreeType_TT_Done_Outline' 
was here
FreeType.c:1368: error: static declaration of 'XS_FreeType_TT_Copy_Outline' 
follows non-static declaration
FreeType.c:1367: error: previous declaration of 'XS_FreeType_TT_Copy_Outline' 
was here
FreeType.c:1402: error: static declaration of 
'XS_FreeType_TT_Get_Outline_Bitmap' follows non-static declaration
FreeType.c:1401: error: previous declaration of 
'XS_FreeType_TT_Get_Outline_Bitmap' was here
FreeType.c: In function 'XS_FreeType_TT_Get_Outline_Bitmap':
FreeType.c:1454: error: static declaration of 
'XS_FreeType_TT_Get_Outline_Pixmap' follows non-static declaration
FreeType.c:1453: error: previous declaration of 
'XS_FreeType_TT_Get_Outline_Pixmap' was here
FreeType.c: In function 'XS_FreeType_TT_Get_Outline_Pixmap':
FreeType.c:1506: error: static declaration of 'XS_FreeType_TT_Get_Outline_BBox' 
follows non-static declaration
FreeType.c:1505: error: previous declaration of 
'XS_FreeType_TT_Get_Outline_BBox' was here
FreeType.c:1539: error: static declaration of 
'XS_FreeType_TT_Transform_Outline' follows non-static declaration
FreeType.c:1538: error: previous declaration of 
'XS_FreeType_TT_Transform_Outline' was here
FreeType.c:1580: error: static declaration of 
'XS_FreeType_TT_Translate_Outline' follows non-static declaration
FreeType.c:1579: error: previous declaration of 
'XS_FreeType_TT_Translate_Outline' was here
FreeType.c:1612: error: static declaration of 'XS_FreeType_TT_Transform_Vector' 
follows non-static declaration
FreeType.c:1611: error: previous declaration of 
'XS_FreeType_TT_Transform_Vector' was here
FreeType.c:1648: error: static declaration of 
'XS_FreeType_TT_Get_CharMap_Count' follows non-static declaration
FreeType.c:1647: error: previous declaration of 
'XS_FreeType_TT_Get_CharMap_Count' was here
FreeType.c:1682: error: static declaration of 'XS_FreeType_TT_Get_CharMap_ID' 
follows non-static declaration
FreeType.c:1681: error: previous declaration of 'XS_FreeType_TT_Get_CharMap_ID' 
was here
FreeType.c:1723: error: static declaration of 'XS_FreeType_TT_Get_CharMap' 
follows non-static declaration
FreeType.c:1722: error: previous declaration of 'XS_FreeType_TT_Get_CharMap' 
was here
FreeType.c:1762: error: static declaration of 'XS_FreeType_TT_Char_Index' 
follows non-static declaration
FreeType.c:1761: error: previous declaration of 'XS_FreeType_TT_Char_Index' was 
here
FreeType.c:1797: error: static declaration of 'XS_FreeType_TT_Get_Name_Count' 
follows non-static declaration
FreeType.c:1796: error: previous declaration of 'XS_FreeType_TT_Get_Name_Count' 
was here
FreeType.c:1831: error: static declaration of 'XS_FreeType_TT_Get_Name_ID' 
follows non-static declaration
FreeType.c:1830: error: previous declaration of 'XS_FreeType_TT_Get_Name_ID' 
was here
FreeType.c:1878: error: static declaration of 'XS_FreeType_TT_Get_Name_String' 
follows non-static declaration
FreeType.c:1877: error: previous declaration of 
'XS_FreeType_TT_Get_Name_String' was here
FreeType.c:1926: error: static declaration of 'boot_FreeType' follows 
non-static declaration
FreeType.c:1925: error: previous declaration of 'boot_FreeType' was here
FreeType.c:1982: error: expected declaration or statement at end of input
FreeType.c: In function 'XS_FreeType_TT_Get_Outline_Bitmap':
FreeType.c:1982: error: expected declaration or statement at end of input
FreeType.c: In function 'XS_FreeType_TT_Get_Glyph_Pixmap':
FreeType.c:1982: error: expected declaration or statement at end of input
FreeType.c: In function 'XS_FreeType_TT_Get_Glyph_Bitmap':
FreeType.c:1982: error: expected declaration or statement at end of input
make[2]: *** [FreeType.o] Error 1
make[2]: Leaving directory

Bug#479115: libffi4 has broken dependencies

2008-05-03 Thread Kurt Roeckx
On Fri, May 02, 2008 at 06:15:32PM -0400, Andrew Syrewicze wrote:
 Package: libffi4
 Version: 4.3.0-3
 
 Running Debian Sid with 2.6.25 kernel.
 /lib/libc.so.6 -- libc-2.7.so
 
 Ran
 apt-get update
 followed by
 apt-get install libffi4
 
 and i get the following:
 
 The following packages have unmet dependencies:
 libffi4: Depends: gcc-4.3-base ( = 4.3.0-3) but 4.3.0-4 is to be installed
 E: Broken packages

I first thought this was a problem too, but the changelog shows that
it intentionally stopped building the package.  I also see that there is
an libffi5 package.  So I assume there is a transition going on now, and
it's something normal you see in unstable.


Kurt




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



Processed: severity of 479115 is normal, tagging 479115

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.25
 severity 479115 normal
Bug#479115: libffi4 has broken dependencies
Severity set to `normal' from `serious'

 tags 479115 + wontfix
Bug#479115: libffi4 has broken dependencies
There were no tags set.
Tags added: wontfix


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#478832: marked as done (ejabberd: Cannot purge)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 3 May 2008 14:39:37 +0400
with message-id [EMAIL PROTECTED]
and subject line Version: 1.1.2-1
has caused the Debian Bug report #478832,
regarding ejabberd: Cannot purge
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
478832: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478832
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: ejabberd
Version: 1.1.1-5
Severity: serious

I don't seem to be able to purge the ejabberd package. I added 'set -x'
to its postrm script:

# dpkg -P ejabberd
(Reading database ... 68152 files and directories currently installed.)
Removing ejabberd ...
Purging configuration files for ejabberd ...
+ CONFIG_TARGET=/etc/ejabberd/ejabberd.cfg
+ case $1 in
+ ucf --purge /etc/ejabberd/ejabberd.cfg
+ rm -f /etc/ejabberd/ejabberd.cfg
+ rm -Rf /etc/ejabberd
+ rm -f /etc/default/ejabberd
+ rm -Rf /var/log/ejabberd
+ rm -f /var/lib/ejabberd/.erlang.cookie
+ '[' -d /var/lib/ejabberd ']'
+ chown -R root:root /var/lib/ejabberd
+ deluser ejabberd
+ true
+ delgroup ejabberd
The group `ejabberd' does not exist.
+ true
+ '[' purge = purge ']'
+ update-rc.d ejabberd remove
+ '[' purge = purge ']'
+ '[' -e /usr/share/debconf/confmodule ']'
+ . /usr/share/debconf/confmodule
++ '[' '!' '' ']'
++ PERL_DL_NONLAZY=1
++ export PERL_DL_NONLAZY
++ '[' '' ']'
++ exec /usr/share/debconf/frontend /var/lib/dpkg/info/ejabberd.postrm
purge
+ CONFIG_TARGET=/etc/ejabberd/ejabberd.cfg
+ case $1 in
+ ucf --purge /etc/ejabberd/ejabberd.cfg
+ rm -f /etc/ejabberd/ejabberd.cfg
+ rm -Rf /etc/ejabberd
+ rm -f /etc/default/ejabberd
+ rm -Rf /var/log/ejabberd
+ rm -f /var/lib/ejabberd/.erlang.cookie
+ '[' -d /var/lib/ejabberd ']'
+ chown -R root:root /var/lib/ejabberd
+ deluser ejabberd
+ true
+ delgroup ejabberd
+ true
+ '[' purge = purge ']'
+ update-rc.d ejabberd remove
+ '[' purge = purge ']'
+ '[' -e /usr/share/debconf/confmodule ']'
+ . /usr/share/debconf/confmodule
++ '[' '!' 1 ']'
++ '[' -z '' ']'
++ exec
++ '[' '' ']'
++ exec
++ DEBCONF_REDIR=1
++ export DEBCONF_REDIR
+ db_purge
+ _db_cmd 'PURGE '
+ IFS=' '
+ printf '%s\n' 'PURGE '
+ IFS='
'
+ read -r _db_internal_line
+ RET='20 Unsupported command the (full line was The group
`ejabberd'\'' does not exist.) received from confmodule.'
+ case ${_db_internal_line%%[   ]*} in
+ return 20
dpkg: error processing ejabberd (--purge):
 subprocess post-removal script returned error exit status 128
 Errors were encountered while processing:
  ejabberd

-- 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-6-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages ejabberd depends on:
ii  adduser3.102 Add and remove users and groups
ii  debconf [debconf-2.0]  1.5.11etch1   Debian configuration management sy
pn  erlang-base | erlang-b none(no description available)
pn  erlang-nox none(no description available)
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libexpat1  1.95.8-3.4XML parsing C library - runtime li
ii  libssl0.9.70.9.7k-3.1etch1   SSL shared libraries
ii  openssl0.9.8c-4etch1 Secure Socket Layer (SSL) binary a
ii  ucf2.0020Update Configuration File: preserv
ii  zlib1g 1:1.2.3-13compression library - runtime

ejabberd recommends no packages.


---End Message---
---BeginMessage---
Version: 1.1.2-1

-- 
Sergei Golovan

---End Message---


Processed: severity of 479115 is serious

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.25
 severity 479115 serious
Bug#479115: libffi4 has broken dependencies
Severity set to `serious' from `normal'


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#477970: libgimp-perl: FTBFS: rm: cannot remove `/build/user/libgimp-perl-2.0.dfsg+2.2pre1.dfsg/debian/libgimp-perl/ usr/lib/gimp/2.0/plug-ins/redeye': No such file or directory

2008-05-03 Thread Kurt Roeckx
On Mon, Apr 28, 2008 at 12:44:34PM -0400, Ari Pollak wrote:
 On Mon, 2008-04-28 at 18:10 +0200, Lucas Nussbaum wrote:
  re-read what I wrote above. why would in check the write permissions on
  foo if it's going to install in bar anyway?
 
 It's not explicitly checking for write permissions, it just tries to
 make the directory. I realize it's not actually doing the right thing,
 but my point is that it's not actually a FTBFS for a normal build.

It also failed on the buildds now when trying to do the perl 5.10
transition.


Kurt




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



Bug#478832: marked as done (ejabberd: Cannot purge)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 3 May 2008 14:31:27 +0400
with message-id [EMAIL PROTECTED]
and subject line Re: ejabberd: Cannot purge
has caused the Debian Bug report #478832,
regarding ejabberd: Cannot purge
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
478832: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478832
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: ejabberd
Version: 1.1.1-5
Severity: serious

I don't seem to be able to purge the ejabberd package. I added 'set -x'
to its postrm script:

# dpkg -P ejabberd
(Reading database ... 68152 files and directories currently installed.)
Removing ejabberd ...
Purging configuration files for ejabberd ...
+ CONFIG_TARGET=/etc/ejabberd/ejabberd.cfg
+ case $1 in
+ ucf --purge /etc/ejabberd/ejabberd.cfg
+ rm -f /etc/ejabberd/ejabberd.cfg
+ rm -Rf /etc/ejabberd
+ rm -f /etc/default/ejabberd
+ rm -Rf /var/log/ejabberd
+ rm -f /var/lib/ejabberd/.erlang.cookie
+ '[' -d /var/lib/ejabberd ']'
+ chown -R root:root /var/lib/ejabberd
+ deluser ejabberd
+ true
+ delgroup ejabberd
The group `ejabberd' does not exist.
+ true
+ '[' purge = purge ']'
+ update-rc.d ejabberd remove
+ '[' purge = purge ']'
+ '[' -e /usr/share/debconf/confmodule ']'
+ . /usr/share/debconf/confmodule
++ '[' '!' '' ']'
++ PERL_DL_NONLAZY=1
++ export PERL_DL_NONLAZY
++ '[' '' ']'
++ exec /usr/share/debconf/frontend /var/lib/dpkg/info/ejabberd.postrm
purge
+ CONFIG_TARGET=/etc/ejabberd/ejabberd.cfg
+ case $1 in
+ ucf --purge /etc/ejabberd/ejabberd.cfg
+ rm -f /etc/ejabberd/ejabberd.cfg
+ rm -Rf /etc/ejabberd
+ rm -f /etc/default/ejabberd
+ rm -Rf /var/log/ejabberd
+ rm -f /var/lib/ejabberd/.erlang.cookie
+ '[' -d /var/lib/ejabberd ']'
+ chown -R root:root /var/lib/ejabberd
+ deluser ejabberd
+ true
+ delgroup ejabberd
+ true
+ '[' purge = purge ']'
+ update-rc.d ejabberd remove
+ '[' purge = purge ']'
+ '[' -e /usr/share/debconf/confmodule ']'
+ . /usr/share/debconf/confmodule
++ '[' '!' 1 ']'
++ '[' -z '' ']'
++ exec
++ '[' '' ']'
++ exec
++ DEBCONF_REDIR=1
++ export DEBCONF_REDIR
+ db_purge
+ _db_cmd 'PURGE '
+ IFS=' '
+ printf '%s\n' 'PURGE '
+ IFS='
'
+ read -r _db_internal_line
+ RET='20 Unsupported command the (full line was The group
`ejabberd'\'' does not exist.) received from confmodule.'
+ case ${_db_internal_line%%[   ]*} in
+ return 20
dpkg: error processing ejabberd (--purge):
 subprocess post-removal script returned error exit status 128
 Errors were encountered while processing:
  ejabberd

-- 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-6-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages ejabberd depends on:
ii  adduser3.102 Add and remove users and groups
ii  debconf [debconf-2.0]  1.5.11etch1   Debian configuration management sy
pn  erlang-base | erlang-b none(no description available)
pn  erlang-nox none(no description available)
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libexpat1  1.95.8-3.4XML parsing C library - runtime li
ii  libssl0.9.70.9.7k-3.1etch1   SSL shared libraries
ii  openssl0.9.8c-4etch1 Secure Socket Layer (SSL) binary a
ii  ucf2.0020Update Configuration File: preserv
ii  zlib1g 1:1.2.3-13compression library - runtime

ejabberd recommends no packages.


---End Message---
---BeginMessage---
Version 1.1.2-1

Sam Morris wrote:
 Package: ejabberd
 Version: 1.1.1-5

Version 1.1.1-5 is really outdated. No Debian distribution contains it.

 Severity: serious

 I don't seem to be able to purge the ejabberd package.

I can reproduce this bug with 1.1.1-5. But it is already fixed in
1.1.2-1 and etch is shipped with 1.1.2-6, so I'm closing this bug.

-- 
Sergei Golovan

---End Message---


Processed: found 479158 in 1.2-16

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.25
 found 479158 1.2-16
Bug#479158: perlftlib_1.2-16+b1(sparc/unstable): FTBFS on sparc, error: static 
declaration of 'XS_FreeType_TT_Get_Glyph_Pixmap' follows non-static declaration
Bug marked as found in version 1.2-16.


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: severity of 466847 is serious

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.25
 # We switched to perl 5.10 now
 severity 466847 serious
Bug#466847: swish-e: FTBFS with Perl 5.10 (Can't call method isa without a 
package or object reference)
Severity set to `serious' from `important'


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#479126: marked as done (slune: segfault on startup)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 11:47:04 +
with message-id [EMAIL PROTECTED]
and subject line Bug#479126: fixed in py2play 0.1.9-4
has caused the Debian Bug report #479126,
regarding slune: segfault on startup
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
479126: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479126
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: slune
Version: 1.0.14-2
Severity: grave
Justification: renders package unusable

Slune carshes on startup with this messages:

* Slune * Slune lives in /usr/share/games
* Soya * Using 8 bits stencil buffer

* Soya * version 0.13.2
* Using OpenGL 2.1.1 NVIDIA 100.14.11
*   - renderer : GeForce FX 5900XT/AGP/SSE/3DNOW!
*   - vendor   : NVIDIA Corporation
*   - maximum number of lights: 8
*   - maximum number of clip planes   : 6
*   - maximum number of texture units : 4
*   - maximum texture size: 4096 pixels
* Using OpenAL 1.1
*   - renderer  : Software
*   - vendor: OpenAL Community

Traceback (most recent call last):
  File /usr/games/slune, line 137, in module
import slune.level, slune.character, slune.player
  File /usr/share/games/slune/level.py, line 24, in module
import slune.globdef as globdef, slune.character, slune.sound as sound
  File /usr/share/games/slune/character.py, line 23, in module
import py2play.action as action, py2play.character as py2play_character
  File /var/lib/python-support/python2.5/py2play/character.py, line 101
SyntaxError: Non-ASCII character '\xe9' in file 
/var/lib/python-support/python2.5/py2play/character.py on line 101, but no 
encoding declared; see http://www.python.org/peps/pep-0263.html for details
* Soya3D * Quit...
Erreur de segmentation


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

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

Versions of packages slune depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-2play  0.1.9-3peer-to-peer network game engine
ii  python-pyvorbis   1.3-2  A Python interface to the Ogg Vorb
ii  python-soya   0.13.2-4   high level 3D engine for Python
ii  python-support0.7.7  automated rebuilding support for P

slune recommends no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: py2play
Source-Version: 0.1.9-4

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

py2play_0.1.9-4.diff.gz
  to pool/main/p/py2play/py2play_0.1.9-4.diff.gz
py2play_0.1.9-4.dsc
  to pool/main/p/py2play/py2play_0.1.9-4.dsc
python-2play_0.1.9-4_all.deb
  to pool/main/p/py2play/python-2play_0.1.9-4_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.
Marc Dequènes (Duck) [EMAIL PROTECTED] (supplier of updated py2play 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.8
Date: Sat, 03 May 2008 13:30:56 +0200
Source: py2play
Binary: python-2play
Architecture: source all
Version: 0.1.9-4
Distribution: unstable
Urgency: high
Maintainer: Marc Dequènes (Duck) [EMAIL PROTECTED]
Changed-By: Marc Dequènes (Duck) [EMAIL PROTECTED]
Description: 
 python-2play - peer-to-peer network game engine
Closes: 479126
Changes: 
 py2play (0.1.9-4) unstable; urgency=high
 .
   * Fix crash at startup due to lack of source encoding specification
 (see PEP 0263) (Closes: #479126).
Checksums-Sha1: 
 2688dbf33bdcdeefaa1abc0d583f2cfd94fa5ec3 1138 py2play_0.1.9-4.dsc
 8c089e04b125f4792fde14b20eb1775b47a889b8 3129 py2play_0.1.9-4.diff.gz
 1f3935090068f12893b4e3d26ff4bdcadfaa58f8 17460 python-2play_0.1.9-4_all.deb
Checksums-Sha256: 
 0e1d59ba93e281eb3e984061436ea2a5ad52472907b9da04c8b60434f8403f5c 1138 
py2play_0.1.9-4.dsc
 a4b5ec9ccdb1bdff65356a575e4952c37f1498e170828262be71cb0eec003934 3129 
py2play_0.1.9-4.diff.gz
 58116a07d207964ee8d63a4982ff882beb10ebb3e2f535c1b4c8a5cb7b6f0ca8 17460 

Processed: r1040 - php5/trunk/debian

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 471104 pending
Bug#471104: php5: Please rebuild against up to date timezone data
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]



Processed: severity of 474918 is important

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.26
 severity 474918 important
Bug#474918: etherboot: FTBFS: arch/i386/drivers/net/undi.c:425: Error: symbol 
`rm_undi_call_end' is already defined
Severity set to `important' from `serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#478379: flashrom: FTBFS: libpci-dev replaced pciutils-dev

2008-05-03 Thread Uwe Hermann
Hi,

On Sat, May 03, 2008 at 01:55:14PM +1000, Aníbal Monsalve Salazar wrote:
 package flashrom
 tags 478379 + patch
 thanks
 
 diff -u flashrom-0.0+r3112/debian/changelog 
 flashrom-0.0+r3112/debian/changelog
 --- flashrom-0.0+r3112/debian/changelog
 +++ flashrom-0.0+r3112/debian/changelog
 @@ -1,3 +1,10 @@
 +flashrom (0.0+r3112-2.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Build depend on libpci-dev. Closes: #478379 
 +
 + -- Anibal Monsalve Salazar [EMAIL PROTECTED]  Sat, 03 May 2008 13:30:01 
 +1000
 +

Have you already uploaded the NMU? I'm doing a new upload (with new
upstream release and other fixes) and the libpci-dev fix anyway.
Please let me know.


Thanks, Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org



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



Processed: Re: Bug#479108: apt-get dist-upgrade wronly warns about umet dependencies

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 479108 normal
Bug#479108: apt-get dist-upgrade wronly warns about umet dependencies
Severity set to `normal' 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]



Bug#479108: apt-get dist-upgrade wronly warns about umet dependencies

2008-05-03 Thread Goswin von Brederlow
severity 479108 normal
thanks

Eric Valette [EMAIL PROTECTED] writes:

 Package: apt
 Version: 0.7.11
 Severity: grave
 Justification: renders package unusable

 apt-get dist-upgrade
 Lecture des listes de paquets... Fait
 Construction de l'arbre des dépendances
 Lecture des informations d'état... Fait
 Calcul de la mise à jour... Échec
 Les paquets suivants contiennent des dépendances non satisfaites :
   debconf: Dépend: debconf-i18n mais ne sera pas installé ou
debconf-english mais ne sera pas installé
   fftw2: Dépend: libmpich1.0gf mais ne sera pas installé
   libavcodeccvs51: Dépend: libx264-59 (= 0.svn20080408) mais ne sera pas 
 installé
 E: Erreur, pkgProblemResolver::Resolve a généré des ruptures, ce qui a pu 
 être causé par les paquets devant être gardés en l'état.

 BUT

 apt-get install debconf
 Lecture des listes de paquets... Fait
 Construction de l'arbre des dépendances
 Lecture des informations d'état... Fait
 debconf est déjà la plus récente version disponible.  == most recent already 
 installed
 0 mis à jour, 0 nouvellement installés, 0 à enlever et 7 non mis à jour.

 apt-get install debconf-i18n
 Lecture des listes de paquets... Fait
 Construction de l'arbre des dépendances
 Lecture des informations d'état... Fait
 debconf-i18n est déjà la plus récente version disponible. ===
 0 mis à jour, 0 nouvellement installés, 0 à enlever et 7 non mis à jour.


 Why the hell does it complain?

 NB : apt-get upgrade does upgrade a few packages but that odes not solve my 
 PB.

Please do send such reprots with LC_ALL=C.

The reason why it complains is that some versioned depends or
conflicts results in a solution where removing debconf-i18n is
neccessary but also keeping debconf is neccessary. It doesn't find an
dist-upgrade solution where it can keep them both installed or remove
them both.

This is toally normal for unstable. Packages frequently have broken
dependencies causing apt-get to run into unsolvable situations and
give errors like this. The error usualy is not with what it says but
some package further down the dependency chain. You can turn on the
debugging for pkgProblemResolver::Resolve to follow apts reasoning.

As you say yourself apt-get upgrade worked fine. apt-get install also
works on the right packages. So apt-get is still verry much
usable. Lowering the severity. Hope the maintainers don't mind.

MfG
Goswin



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



Processed: retitle 479039 to sip-tester: CVE-2008-1959 multiple stack-based buffer overflows

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.26
 retitle 479039 sip-tester: CVE-2008-1959 multiple stack-based buffer overflows
Bug#479039: CVE-2008-1959: Potential security problems
Changed Bug title to `sip-tester: CVE-2008-1959 multiple stack-based buffer 
overflows' from `CVE-2008-1959: Potential security problems'.


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#478515: README.Debian should tell about SECRET_KEY

2008-05-03 Thread Thijs Kinkhorst
Hi Andrea,

 However, at the moment, we don't use that key as it should be.
 I think the best thing to do is to upgrade the setup-mysql script to
 make it create a valid secret_key field.

phpMyAdmin has a field called blowfish_secret which I think is quite similar 
in function. We generate it automatically in the package's postinst, maybe 
you can take a look at that.


Thijs


pgpa0xc8A1uhC.pgp
Description: PGP signature


Bug#479056: grub: destroys /boot/grub/device.map

2008-05-03 Thread Robert Millan
On Sat, May 03, 2008 at 12:37:28AM +0200, Aurelien Jarno wrote:
- grub-mkdevicemap doesn't grok virtio devices.  Could you confirm the
  attached quick  dirty patch makes it work?  Also, is this device path
  Linux-specific?
 
 Yes that make it working. Currently virtio is only supported on Linux,
 so the device patch is Linux-specific. But that may change in the future

Thanks.  That's enough for me to add it to grub-mkdevicemap.

   Searching for GRUB installation directory ... found: /boot/grub
   grub-probe: error: Cannot find a GRUB drive for /dev/vda1.  Check your 
   device.map.
   
   Here is the contents of /boot/grub/device.map before it is destroyed:
   (fd0)   /dev/fd0
   (hd0)   /dev/vda
 [...]
 # grub-probe -t drive -d /dev/vda -v
 [...]
 (hd0)

Now what troubles me here is that grub-probe is working now, but my patch
wasn't supposed to fix anything in it.  This seems to be inconsistent with
your previous report.

Are you completely sure that with your /boot/grub/device.map being:

(fd0)   /dev/fd0
(hd0)   /dev/vda

and grub-common being the pristine version, grub-probe failed and (in
consequence) regenerated your device.map?

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#479185: nginx_0.5.35-3(sparc/unstable): FTBFS on sparc, Error: Architecture mismatch on casa

2008-05-03 Thread Martin Zobel-Helas
Package: nginx
Version: 0.5.35-3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of nginx_0.5.35-3 on lebrun by sbuild/sparc 98
 Build started at 20080503-1321

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5), autotools-dev, libpcre3-dev, zlib1g-dev, 
 libssl-dev

[...]

   src/core/ngx_radix_tree.c
 gcc -c -Wall -g -O2  -I src/core -I src/event -I src/event/modules -I 
 src/os/unix -I objs \
   -o objs/src/core/ngx_slab.o \
   src/core/ngx_slab.c
 /tmp/ccNgX8BT.s: Assembler messages:
 /tmp/ccNgX8BT.s:1611: Error: Architecture mismatch on casa.
 /tmp/ccNgX8BT.s:1611:  (Requires v9|v9a|v9b; requested architecture is 
 sparclite.)
 /tmp/ccNgX8BT.s:1649: Error: Architecture mismatch on casa.
 /tmp/ccNgX8BT.s:1649:  (Requires v9|v9a|v9b; requested architecture is 
 sparclite.)
 make[2]: *** [objs/src/core/ngx_slab.o] Error 1
 make[2]: Leaving directory `/build/buildd/nginx-0.5.35'
 make[1]: *** [build] Error 2
 make[1]: Leaving directory `/build/buildd/nginx-0.5.35'
 make: *** [build] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=sparcpkg=nginxver=0.5.35-3




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



Bug#479195: please build depend on libxerces-c2-dev

2008-05-03 Thread Jay Berkenbilt

Package: xml-security-c
Severity: serious

Please update your build dependency on libxerces27-dev to one on
libxerces-c2-dev instead.  I will soon be requesting removal of the
xerces27 packages.  libxerces-c2-dev is xerces 2.8.0, which is
supposed to be fully source compatible with xerces 2.7.0.

This represents the next-to-last step of the transition to the new
xerces packaging.  Starting when 3.0.0 enters unstable (it is still in
beta in experimental), the libxerces-c-dev package will always point
to the latest xerces-c development package in the archive.  When your
upstream provides a package that works with xerces-c 3, you can change
your dependency to either libxerces-c-dev or libxerces-c3-dev,
depending on whether you want to automatically try the next major
release when it comes out (which could be years away).

If you'd like an NMU, please let me know, and I'd be happy to oblige.
I'll wait a few weeks before requesting removal of xerces27.

-- 
Jay Berkenbilt [EMAIL PROTECTED]



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



Bug#479188: please build depend on libxerces-c2-dev

2008-05-03 Thread Jay Berkenbilt

Package: anon-proxy
Severity: serious

Please update your build dependency on libxerces27-dev to one on
libxerces-c2-dev instead.  I will soon be requesting removal of the
xerces27 packages.  libxerces-c2-dev is xerces 2.8.0, which is
supposed to be fully source compatible with xerces 2.7.0.

This represents the next-to-last step of the transition to the new
xerces packaging.  Starting when 3.0.0 enters unstable (it is still in
beta in experimental), the libxerces-c-dev package will always point
to the latest xerces-c development package in the archive.  When your
upstream provides a package that works with xerces-c 3, you can change
your dependency to either libxerces-c-dev or libxerces-c3-dev,
depending on whether you want to automatically try the next major
release when it comes out (which could be years away).

If you'd like an NMU, please let me know, and I'd be happy to oblige.
I'll wait a few weeks before requesting removal of xerces27.

-- 
Jay Berkenbilt [EMAIL PROTECTED]



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



Bug#479192: please build depend on libxerces-c2-dev

2008-05-03 Thread Jay Berkenbilt

Package: oval-interpreter
Severity: serious

Please update your build dependency on libxerces27-dev to one on
libxerces-c2-dev instead.  I will soon be requesting removal of the
xerces27 packages.  libxerces-c2-dev is xerces 2.8.0, which is
supposed to be fully source compatible with xerces 2.7.0.

This represents the next-to-last step of the transition to the new
xerces packaging.  Starting when 3.0.0 enters unstable (it is still in
beta in experimental), the libxerces-c-dev package will always point
to the latest xerces-c development package in the archive.  When your
upstream provides a package that works with xerces-c 3, you can change
your dependency to either libxerces-c-dev or libxerces-c3-dev,
depending on whether you want to automatically try the next major
release when it comes out (which could be years away).

If you'd like an NMU, please let me know, and I'd be happy to oblige.
I'll wait a few weeks before requesting removal of xerces27.

-- 
Jay Berkenbilt [EMAIL PROTECTED]



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



Bug#479189: please build depend on libxerces-c2-dev

2008-05-03 Thread Jay Berkenbilt

Package: anymeal
Severity: serious

Please update your build dependency on libxerces27-dev to one on
libxerces-c2-dev instead.  I will soon be requesting removal of the
xerces27 packages.  libxerces-c2-dev is xerces 2.8.0, which is
supposed to be fully source compatible with xerces 2.7.0.

This represents the next-to-last step of the transition to the new
xerces packaging.  Starting when 3.0.0 enters unstable (it is still in
beta in experimental), the libxerces-c-dev package will always point
to the latest xerces-c development package in the archive.  When your
upstream provides a package that works with xerces-c 3, you can change
your dependency to either libxerces-c-dev or libxerces-c3-dev,
depending on whether you want to automatically try the next major
release when it comes out (which could be years away).

If you'd like an NMU, please let me know, and I'd be happy to oblige.
I'll wait a few weeks before requesting removal of xerces27.

-- 
Jay Berkenbilt [EMAIL PROTECTED]



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



Bug#479193: please build depend on libxerces-c2-dev

2008-05-03 Thread Jay Berkenbilt

Package: shibboleth-sp
Severity: serious

Please update your build dependency on libxerces27-dev to one on
libxerces-c2-dev instead.  I will soon be requesting removal of the
xerces27 packages.  libxerces-c2-dev is xerces 2.8.0, which is
supposed to be fully source compatible with xerces 2.7.0.

This represents the next-to-last step of the transition to the new
xerces packaging.  Starting when 3.0.0 enters unstable (it is still in
beta in experimental), the libxerces-c-dev package will always point
to the latest xerces-c development package in the archive.  When your
upstream provides a package that works with xerces-c 3, you can change
your dependency to either libxerces-c-dev or libxerces-c3-dev,
depending on whether you want to automatically try the next major
release when it comes out (which could be years away).

If you'd like an NMU, please let me know, and I'd be happy to oblige.
I'll wait a few weeks before requesting removal of xerces27.

-- 
Jay Berkenbilt [EMAIL PROTECTED]



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



Bug#479191: please build depend on libxerces-c2-dev

2008-05-03 Thread Jay Berkenbilt

Package: opensaml
Severity: serious

Please update your build dependency on libxerces27-dev to one on
libxerces-c2-dev instead.  I will soon be requesting removal of the
xerces27 packages.  libxerces-c2-dev is xerces 2.8.0, which is
supposed to be fully source compatible with xerces 2.7.0.

This represents the next-to-last step of the transition to the new
xerces packaging.  Starting when 3.0.0 enters unstable (it is still in
beta in experimental), the libxerces-c-dev package will always point
to the latest xerces-c development package in the archive.  When your
upstream provides a package that works with xerces-c 3, you can change
your dependency to either libxerces-c-dev or libxerces-c3-dev,
depending on whether you want to automatically try the next major
release when it comes out (which could be years away).

If you'd like an NMU, please let me know, and I'd be happy to oblige.
I'll wait a few weeks before requesting removal of xerces27.

-- 
Jay Berkenbilt [EMAIL PROTECTED]



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



Bug#479194: please build depend on libxerces-c2-dev

2008-05-03 Thread Jay Berkenbilt

Package: xalan
Severity: serious

Please update your build dependency on libxerces27-dev to one on
libxerces-c2-dev instead.  I will soon be requesting removal of the
xerces27 packages.  libxerces-c2-dev is xerces 2.8.0, which is
supposed to be fully source compatible with xerces 2.7.0.

This represents the next-to-last step of the transition to the new
xerces packaging.  Starting when 3.0.0 enters unstable (it is still in
beta in experimental), the libxerces-c-dev package will always point
to the latest xerces-c development package in the archive.  When your
upstream provides a package that works with xerces-c 3, you can change
your dependency to either libxerces-c-dev or libxerces-c3-dev,
depending on whether you want to automatically try the next major
release when it comes out (which could be years away).

If you'd like an NMU, please let me know, and I'd be happy to oblige.
I'll wait a few weeks before requesting removal of xerces27.

-- 
Jay Berkenbilt [EMAIL PROTECTED]



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



Bug#479190: please build depend on libxerces-c2-dev

2008-05-03 Thread Jay Berkenbilt

Package: cegui-mk2
Severity: serious

Please update your build dependency on libxerces27-dev to one on
libxerces-c2-dev instead.  I will soon be requesting removal of the
xerces27 packages.  libxerces-c2-dev is xerces 2.8.0, which is
supposed to be fully source compatible with xerces 2.7.0.

This represents the next-to-last step of the transition to the new
xerces packaging.  Starting when 3.0.0 enters unstable (it is still in
beta in experimental), the libxerces-c-dev package will always point
to the latest xerces-c development package in the archive.  When your
upstream provides a package that works with xerces-c 3, you can change
your dependency to either libxerces-c-dev or libxerces-c3-dev,
depending on whether you want to automatically try the next major
release when it comes out (which could be years away).

If you'd like an NMU, please let me know, and I'd be happy to oblige.
I'll wait a few weeks before requesting removal of xerces27.

-- 
Jay Berkenbilt [EMAIL PROTECTED]



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



Bug#456411: marked as done (missrepresented license in debian/copyright)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:47:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#456411: fixed in etherboot 5.4.3+dfsg-0.1
has caused the Debian Bug report #456411,
regarding missrepresented license in debian/copyright
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
456411: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456411
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: etherboot
Version: latest
Severity: serious

debian/copyright refers to /usr/share/common-licenses/GPL which can be
GPL 2 or GPL 3 depending on the version of base-files.

Although most of etherboot seems to be 2/3 dual-licensed (or later bit), at
least the following file is under GPL 1:

  ./src/drivers/net/cs89x0.h:   the Free Software Foundation, version 1.

making this incompatible.  Perhaps there are others (but I haven't found any).

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)


---End Message---
---BeginMessage---
Source: etherboot
Source-Version: 5.4.3+dfsg-0.1

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

etherboot-doc_5.4.3+dfsg-0.1_all.deb
  to pool/main/e/etherboot/etherboot-doc_5.4.3+dfsg-0.1_all.deb
etherboot_5.4.3+dfsg-0.1.diff.gz
  to pool/main/e/etherboot/etherboot_5.4.3+dfsg-0.1.diff.gz
etherboot_5.4.3+dfsg-0.1.dsc
  to pool/main/e/etherboot/etherboot_5.4.3+dfsg-0.1.dsc
etherboot_5.4.3+dfsg-0.1_all.deb
  to pool/main/e/etherboot/etherboot_5.4.3+dfsg-0.1_all.deb
etherboot_5.4.3+dfsg.orig.tar.gz
  to pool/main/e/etherboot/etherboot_5.4.3+dfsg.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Jan Lübbe [EMAIL PROTECTED] (supplier of updated etherboot 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.8
Date: Sat, 03 May 2008 14:26:03 +0200
Source: etherboot
Binary: etherboot etherboot-doc
Architecture: source all
Version: 5.4.3+dfsg-0.1
Distribution: unstable
Urgency: low
Maintainer: RISKO Gergely [EMAIL PROTECTED]
Changed-By: Jan Lübbe [EMAIL PROTECTED]
Description: 
 etherboot  - Bootstrapping for various network adapters
 etherboot-doc - Bootstrapping for various network adapters (documentation)
Closes: 456411 456413 471206 471337
Changes: 
 etherboot (5.4.3+dfsg-0.1) unstable; urgency=low
 .
   * Non-maintainer upload
   * New upstream release (repacked tarball for docs and license patch)
 - Apply patch from upstream's git repositiory to explain a license issue
   (closes: #456411, #456413)
   * Update debian/copyright
   * Change arch to all (closes: #471206, #471337)
 - The netboot server's architecture could be different from the client's
 - Emulators for i386 and amd64 need these images
Checksums-Sha1: 
 26c5663d20f749e0f839f03db7196cab83bb2f1d 1094 etherboot_5.4.3+dfsg-0.1.dsc
 6ffa59db61f2b999299a67da0ce5a6dc96ed3416 2126092 
etherboot_5.4.3+dfsg.orig.tar.gz
 7e8ed5105c335594a09af8bc65583fef36315333 4297 etherboot_5.4.3+dfsg-0.1.diff.gz
 f01f7816bc8aa0fd61fdc12e2b090b43da5e917d 27024086 
etherboot_5.4.3+dfsg-0.1_all.deb
 443c39c68e737f219539194c29cb3a5b1c8fa6d8 714134 
etherboot-doc_5.4.3+dfsg-0.1_all.deb
Checksums-Sha256: 
 8b38eb0167586cef0a5b28f9107e9274edb77c9ecbd8b96a1817ef14d998aef4 1094 
etherboot_5.4.3+dfsg-0.1.dsc
 a9c175dbeaa545751d9a02df3a5df67a2633b066fc8b80862ddfe9c0134a9491 2126092 
etherboot_5.4.3+dfsg.orig.tar.gz
 0081d513770d57d38ec4c396d04d22410f242d670b2a06e18f9f0f76a61594dc 4297 
etherboot_5.4.3+dfsg-0.1.diff.gz
 4a00e3758925a94af27c14be781415bc77330c774ac6fa833efee31c026bba95 27024086 
etherboot_5.4.3+dfsg-0.1_all.deb
 a73a0178dcdfdbe346196cc1c0e77bfd9e717dcd818eb242390d7838a08f7c57 714134 
etherboot-doc_5.4.3+dfsg-0.1_all.deb
Files: 
 23f98846213f7e8aa89711e27564a98e 1094 admin optional 
etherboot_5.4.3+dfsg-0.1.dsc
 44c644de0ee0e2284cf6b1d08398d719 2126092 admin optional 
etherboot_5.4.3+dfsg.orig.tar.gz
 7c5f09e295fdbeeab80c9860be83874c 4297 admin 

Bug#478515: marked as done (README.Debian should tell about SECRET_KEY)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:32:20 +
with message-id [EMAIL PROTECTED]
and subject line Bug#478515: fixed in wordpress 2.5.1-2
has caused the Debian Bug report #478515,
regarding README.Debian should tell about SECRET_KEY
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
478515: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478515
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: wordpress
Version: 2.5.1-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Today I read some bits about one of the recently closed vulnerabilities
closed in 2.5.1. The document told about a new variable SECRET_KEY, that
should be set in wp-config.php. Of course, users have to do it
themselves ([1] shall help them). But wp-config.php tells, that users
should better not edit the file and instead read README.Debian. But the
Debian specific documentation tells nothing  about a) why users
shouldn't touch the file and b) (and this is what this report is about)
nothing about the new option, that seems to be a recommendation.

So the docs should tell about it or maybe the installation/upgrade/update
process should ask the users and try to set it. I consider it important,
as it seems to be of some importance. But you should know best and
adjust severity if necessary.

What is your opinion here?

[1] http://api.wordpress.org/secret-key/1.0/

Regards, Daniel


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110, 
'experimental')
Architecture: i386 (i686)

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

Versions of packages wordpress depends on:
ii  apache2   2.2.8-3Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.2.8-3Traditional model for Apache HTTPD
ii  libapache2-mod-php5   5.2.5-3server-side, HTML-embedded scripti
pn  libjs-prototype   none (no description available)
pn  libjs-scriptaculous   none (no description available)
pn  libphp-phpmailer  none (no description available)
ii  mysql-client-5.0 [virtual-mys 5.0.51a-5  MySQL database client binaries
ii  php5  5.2.5-3server-side, HTML-embedded scripti
pn  php5-gd | php4-gd none (no description available)
ii  php5-mysql5.2.5-3MySQL module for php5
pn  tinymce   none (no description available)

wordpress recommends no packages.

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

iD8DBQFIFykCm0bx+wiPa4wRAp0IAKCYZWqcxSQ2CGJoLhsZZLq9qr847wCdH7o1
ZT5GKjvqk3C7KQhYFe3elRY=
=TQjQ
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: wordpress
Source-Version: 2.5.1-2

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

wordpress_2.5.1-2.diff.gz
  to pool/main/w/wordpress/wordpress_2.5.1-2.diff.gz
wordpress_2.5.1-2.dsc
  to pool/main/w/wordpress/wordpress_2.5.1-2.dsc
wordpress_2.5.1-2_all.deb
  to pool/main/w/wordpress/wordpress_2.5.1-2_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.
Andrea De Iacovo [EMAIL PROTECTED] (supplier of updated wordpress 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.8
Date: Mon, 28 Apr 2008 18:45:10 +0200
Source: wordpress
Binary: wordpress
Architecture: source all
Version: 2.5.1-2
Distribution: unstable
Urgency: low
Maintainer: Andrea De Iacovo [EMAIL PROTECTED]
Changed-By: Andrea De Iacovo [EMAIL PROTECTED]
Description: 
 wordpress  - weblog manager
Closes: 478257 478515
Changes: 
 wordpress (2.5.1-2) unstable; urgency=low
 .
   * Wordpress provides a MODIFIED tinymce (Closes: #478257)
   * Setup-mysql script modified to handle SECURITY_KEY. (Closes: #478515)
Checksums-Sha1: 
 bfce73783addcaf5479d2b383fe601386ec81c8b 1310 wordpress_2.5.1-2.dsc
 cee72fece70258f07330a312852dac27e0ab3342 692510 wordpress_2.5.1-2.diff.gz
 

Bug#456413: marked as done (src/drivers/net/cs89x0.c is non-free ?)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 14:47:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#456413: fixed in etherboot 5.4.3+dfsg-0.1
has caused the Debian Bug report #456413,
regarding src/drivers/net/cs89x0.c is non-free ?
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
456413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456413
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: etherboot
Severity: serious

It appears that src/drivers/net/cs89x0.c is non-free:

/*
  Permission is granted to distribute the enclosed cs89x0.[ch] driver
  only in conjunction with the Etherboot package.  The code is
  ordinarily distributed under the GPL.

or at least has a bogus, contradictory license (if it's distributable
only in conjunction with the Etherboot package, how can it be GPL?).

I don't know how would this be legally interpreted, sorry.

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)


---End Message---
---BeginMessage---
Source: etherboot
Source-Version: 5.4.3+dfsg-0.1

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

etherboot-doc_5.4.3+dfsg-0.1_all.deb
  to pool/main/e/etherboot/etherboot-doc_5.4.3+dfsg-0.1_all.deb
etherboot_5.4.3+dfsg-0.1.diff.gz
  to pool/main/e/etherboot/etherboot_5.4.3+dfsg-0.1.diff.gz
etherboot_5.4.3+dfsg-0.1.dsc
  to pool/main/e/etherboot/etherboot_5.4.3+dfsg-0.1.dsc
etherboot_5.4.3+dfsg-0.1_all.deb
  to pool/main/e/etherboot/etherboot_5.4.3+dfsg-0.1_all.deb
etherboot_5.4.3+dfsg.orig.tar.gz
  to pool/main/e/etherboot/etherboot_5.4.3+dfsg.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Jan Lübbe [EMAIL PROTECTED] (supplier of updated etherboot 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.8
Date: Sat, 03 May 2008 14:26:03 +0200
Source: etherboot
Binary: etherboot etherboot-doc
Architecture: source all
Version: 5.4.3+dfsg-0.1
Distribution: unstable
Urgency: low
Maintainer: RISKO Gergely [EMAIL PROTECTED]
Changed-By: Jan Lübbe [EMAIL PROTECTED]
Description: 
 etherboot  - Bootstrapping for various network adapters
 etherboot-doc - Bootstrapping for various network adapters (documentation)
Closes: 456411 456413 471206 471337
Changes: 
 etherboot (5.4.3+dfsg-0.1) unstable; urgency=low
 .
   * Non-maintainer upload
   * New upstream release (repacked tarball for docs and license patch)
 - Apply patch from upstream's git repositiory to explain a license issue
   (closes: #456411, #456413)
   * Update debian/copyright
   * Change arch to all (closes: #471206, #471337)
 - The netboot server's architecture could be different from the client's
 - Emulators for i386 and amd64 need these images
Checksums-Sha1: 
 26c5663d20f749e0f839f03db7196cab83bb2f1d 1094 etherboot_5.4.3+dfsg-0.1.dsc
 6ffa59db61f2b999299a67da0ce5a6dc96ed3416 2126092 
etherboot_5.4.3+dfsg.orig.tar.gz
 7e8ed5105c335594a09af8bc65583fef36315333 4297 etherboot_5.4.3+dfsg-0.1.diff.gz
 f01f7816bc8aa0fd61fdc12e2b090b43da5e917d 27024086 
etherboot_5.4.3+dfsg-0.1_all.deb
 443c39c68e737f219539194c29cb3a5b1c8fa6d8 714134 
etherboot-doc_5.4.3+dfsg-0.1_all.deb
Checksums-Sha256: 
 8b38eb0167586cef0a5b28f9107e9274edb77c9ecbd8b96a1817ef14d998aef4 1094 
etherboot_5.4.3+dfsg-0.1.dsc
 a9c175dbeaa545751d9a02df3a5df67a2633b066fc8b80862ddfe9c0134a9491 2126092 
etherboot_5.4.3+dfsg.orig.tar.gz
 0081d513770d57d38ec4c396d04d22410f242d670b2a06e18f9f0f76a61594dc 4297 
etherboot_5.4.3+dfsg-0.1.diff.gz
 4a00e3758925a94af27c14be781415bc77330c774ac6fa833efee31c026bba95 27024086 
etherboot_5.4.3+dfsg-0.1_all.deb
 a73a0178dcdfdbe346196cc1c0e77bfd9e717dcd818eb242390d7838a08f7c57 714134 
etherboot-doc_5.4.3+dfsg-0.1_all.deb
Files: 
 23f98846213f7e8aa89711e27564a98e 1094 admin optional 
etherboot_5.4.3+dfsg-0.1.dsc
 44c644de0ee0e2284cf6b1d08398d719 2126092 admin optional 
etherboot_5.4.3+dfsg.orig.tar.gz
 7c5f09e295fdbeeab80c9860be83874c 

Bug#479056: grub: destroys /boot/grub/device.map

2008-05-03 Thread Aurelien Jarno
On Sat, May 03, 2008 at 03:52:26PM +0200, Robert Millan wrote:
 On Sat, May 03, 2008 at 12:37:28AM +0200, Aurelien Jarno wrote:
 - grub-mkdevicemap doesn't grok virtio devices.  Could you confirm the
   attached quick  dirty patch makes it work?  Also, is this device path
   Linux-specific?
  
  Yes that make it working. Currently virtio is only supported on Linux,
  so the device patch is Linux-specific. But that may change in the future
 
 Thanks.  That's enough for me to add it to grub-mkdevicemap.
 
Searching for GRUB installation directory ... found: /boot/grub
grub-probe: error: Cannot find a GRUB drive for /dev/vda1.  Check your 
device.map.

Here is the contents of /boot/grub/device.map before it is destroyed:
(fd0)   /dev/fd0
(hd0)   /dev/vda
  [...]
  # grub-probe -t drive -d /dev/vda -v
  [...]
  (hd0)
 
 Now what troubles me here is that grub-probe is working now, but my patch
 wasn't supposed to fix anything in it.  This seems to be inconsistent with
 your previous report.
 
 Are you completely sure that with your /boot/grub/device.map being:
 
 (fd0)   /dev/fd0
 (hd0)   /dev/vda
 
 and grub-common being the pristine version, grub-probe failed and (in
 consequence) regenerated your device.map?
 

I am sure about that. The only difference is that /usr/sbin/update-grub
does not uses the same command, but this one instead:

grub-probe --device-map=/boot/grub/device.map -t drive -d /dev/vda1

And this command:
1) fails
2) destroys /boot/grub/device.map

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



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



Bug#479200: [exim4-base] E: /var/cache/apt/archives/exim4-base_4.69-5+b1_i386.deb: subprocess new post-removal script killed by signal (Segmentation fault)

2008-05-03 Thread David Claughton

Package: exim4-base
Version: 4.69-5+b1
Severity: grave

--- Please enter the report below this line. ---
When updating from 4.69-5 to 4.69-5+b1 the install fails with the 
following output...


Unpacking replacement exim4-base ...
Use of uninitialized value in subroutine entry at 
/usr/lib/perl/5.10/DynaLoader.pm line 219.
dpkg: warning - old post-removal script killed by signal (Segmentation 
fault)

dpkg - trying script from the new package instead ...
Use of uninitialized value in subroutine entry at 
/usr/lib/perl/5.10/DynaLoader.pm line 219.
dpkg: error processing 
/var/cache/apt/archives/exim4-base_4.69-5+b1_i386.deb (--unpack):

subprocess new post-removal script killed by signal (Segmentation fault)
Use of uninitialized value in subroutine entry at 
/usr/lib/perl/5.10/DynaLoader.pm line 219.

dpkg: error while cleaning up:
subprocess post-removal script killed by signal (Segmentation fault)

Thanks,

   David.

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-2-vserver-686

Debian Release: lenny/sid
900 unstable www.debian-multimedia.org
900 unstable ftp.uk.debian.org
800 experimental ftp.uk.debian.org
700 testing ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-===
libc6 (= 2.7-1) | 2.7-10
libdb4.6 | 4.6.21-8
debconf (= 0.5) | 1.5.21
OR debconf-2.0 |
cron | 3.0pl1-104
OR fcron |
exim4-config (= 4.30) | 4.69-5
OR exim4-config-2 |
adduser | 3.107
netbase | 4.32
lsb-base (= 3.0-3) | 3.2-12




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



Processed: reassign 474322 to release.debian.org, reassign 475088 to release.debian.org ...

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.24
 reassign 474322 release.debian.org
Bug#474322: RM: glimpse/stable RoSRM; license problem
Bug reassigned from package `ftp.debian.org' to `release.debian.org'.

 reassign 475088 release.debian.org
Bug#475088: RM: dcc/stable -- ROST; Upstream requests removal, security issues, 
upstream went non-free
Bug reassigned from package `ftp.debian.org' to `release.debian.org'.

 reassign 145257 release.debian.org
Bug#145257: [britney] build-depends not taken into consideration
Bug#184812: [britney] dephelper version ignored
Bug reassigned from package `ftp.debian.org' to `release.debian.org'.

 reassign 184812 release.debian.org
Bug#184812: [britney] dephelper version ignored
Bug#145257: [britney] build-depends not taken into consideration
Bug reassigned from package `release.debian.org' to `release.debian.org'.

 reassign 211297 release.debian.org
Bug#211297: [britney] britney should judge sense of putting a package into 
testing
Bug reassigned from package `ftp.debian.org' to `release.debian.org'.

 reassign 219978 release.debian.org
Bug#219978: [britney] main being self-contained not ensured
Bug reassigned from package `ftp.debian.org' to `release.debian.org'.

 reassign 271782 release.debian.org
Bug#271782: [britney] udeb sources are not handled correctly
Bug reassigned from package `ftp.debian.org' to `release.debian.org'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#466847: severity of 466847 is serious

2008-05-03 Thread Ludovic Drolez
Le samedi 03 mai 2008 12:55, Kurt Roeckx a écrit :
 # Automatically generated email from bts, devscripts version 2.10.25
 # We switched to perl 5.10 now
 severity 466847 serious

Nice 5.10 is in unstable ? I'll take a look !

-- 
Ludovic Drolez.

http://www.palmopensource.com   - The PalmOS Open Source Portal
http://www.drolez.com  - Personal site - Linux and PalmOS stuff



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



Bug#479200: [exim4-base] E: /var/cache/apt/archives/exim4-base_4.69-5+b1_i386.deb: subprocess new post-removal script killed by signal (Segmentation fault)

2008-05-03 Thread Marc Haber
On Sat, May 03, 2008 at 04:24:55PM +0100, David Claughton wrote:
 When updating from 4.69-5 to 4.69-5+b1 the install fails with the 
 following output...
 
 Unpacking replacement exim4-base ...
 Use of uninitialized value in subroutine entry at 
 /usr/lib/perl/5.10/DynaLoader.pm line 219.
 dpkg: warning - old post-removal script killed by signal (Segmentation 
 fault)

That looks like some perl bug caused by the recent perl transition.
Please set EX4DEBUG=1 and try installing again, and paste the output
here.

Greetings
Marc

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



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



Bug#479207: cannot install perl on ppc

2008-05-03 Thread Edward Guldemond
Package: perl
Severity: grave
Justification: renders package unusable

When trying to install perl on freshly installed PPC sid system:

The following packages are BROKEN:
  perl-doc perl-modules 
The following NEW packages will be installed:
  perl 
0 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 15.2MB of archives. After unpacking 43.8MB will be used.
The following packages have unmet dependencies:
  perl-modules: Depends: perl (= 5.10.0-1) but 5.8.8-12 is to be installed.
  perl-doc: Depends: perl (= 5.10.0-1) but 5.8.8-12 is to be installed.
Resolving dependencies...
Unable to resolve dependencies!  Giving up...
The following packages are BROKEN:
  perl-doc perl-modules 
The following NEW packages will be installed:
  perl 
0 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 15.2MB of archives. After unpacking 43.8MB will be used.
aptitude failed to find a solution to these dependencies.  You can solve them 
yourself by hand or type 'n' to quit.
The following packages have unmet dependencies:
  perl-modules: Depends: perl (= 5.10.0-1) but 5.8.8-12 is to be installed.
  perl-doc: Depends: perl (= 5.10.0-1) but 5.8.8-12 is to be installed.
Resolve these dependencies by hand? [N/+/-/_/:/?] n
Abort.

This makes perl uninstallable on sid on the PPC.  (Not sure if this carries 
over to other archs.)
-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

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



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



Bug#477905: marked as done (swt-gtk: adjust build-dependency (gcj not built on alpha, arm, hppa and hurd-i386))

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 15:44:14 +
with message-id [EMAIL PROTECTED]
and subject line Bug#477905: fixed in swt-gtk 3.3.1-4
has caused the Debian Bug report #477905,
regarding swt-gtk: adjust build-dependency (gcj not built on alpha, arm, hppa 
and hurd-i386)
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
477905: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477905
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: swt-gtk
Version: 3.3.1-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: gcj-bd

gij/gcj and java-gcj-compat are not available (anymore) on the following
architectures: alpha, arm, hppa and hurd-i386.

This package has been identified as a package which build-depends on
gcj or java-gcj-compat-dev and builds at least one architecture
dependent package, and is unbuildable in unstable. If this report is a
false positive, please close it.

All gcj related build dependencies have to restricted to these
architectures on which a java or java compatible development kit /
compiler is available, i.e.

  java-gcj-compat [!alpha !arm !hppa !hurd-i386]

As a second step please consider changing the java-gcj-compat-dev b-d
to default-jdk-builddep, making the package independent of a specific
implementation and depend on the jdk, which is most suitable for this
architecture. default-jdk-builddep will depend in addition on
java-gcj-compat-dev, even if the default jdk is another one (to allow
to compile byte-code to native code using dh_nativejava).

A package build-depending on default-jdk-builddep should use as
JAVA_HOME /usr/lib/jvm/default-java, or as path for the tools
/usr/lib/jvm/default-java/bin.

If the package builds just architecture dependent binaries which
contain only byte-code compiled to native code (packages which often
end with -gcj), then the architecture restrictions on the build
dependency may not be needed (however the package cannot be built
anymore on those archs). In this case make sure that the binary
packages get removed on these architectures.

Please check the influence of a package upload on ongoing transitions
before an upload.


---End Message---
---BeginMessage---
Source: swt-gtk
Source-Version: 3.3.1-4

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

libswt-cairo-gtk-3.3-jni_3.3.1-4_i386.deb
  to pool/main/s/swt-gtk/libswt-cairo-gtk-3.3-jni_3.3.1-4_i386.deb
libswt-gnome-gtk-3.3-jni_3.3.1-4_i386.deb
  to pool/main/s/swt-gtk/libswt-gnome-gtk-3.3-jni_3.3.1-4_i386.deb
libswt-gtk-3.3-java-gcj_3.3.1-4_i386.deb
  to pool/main/s/swt-gtk/libswt-gtk-3.3-java-gcj_3.3.1-4_i386.deb
libswt-gtk-3.3-java_3.3.1-4_i386.deb
  to pool/main/s/swt-gtk/libswt-gtk-3.3-java_3.3.1-4_i386.deb
libswt-gtk-3.3-jni_3.3.1-4_i386.deb
  to pool/main/s/swt-gtk/libswt-gtk-3.3-jni_3.3.1-4_i386.deb
libswt-mozilla-gtk-3.3-jni_3.3.1-4_i386.deb
  to pool/main/s/swt-gtk/libswt-mozilla-gtk-3.3-jni_3.3.1-4_i386.deb
swt-gtk_3.3.1-4.diff.gz
  to pool/main/s/swt-gtk/swt-gtk_3.3.1-4.diff.gz
swt-gtk_3.3.1-4.dsc
  to pool/main/s/swt-gtk/swt-gtk_3.3.1-4.dsc



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.
Shaun Jackman [EMAIL PROTECTED] (supplier of updated swt-gtk 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, 27 Apr 2008 10:04:56 -0700
Source: swt-gtk
Binary: libswt-gtk-3.3-java-gcj libswt-gnome-gtk-3.3-jni libswt-gtk-3.3-jni 
libswt-gtk-3.3-java libswt-cairo-gtk-3.3-jni libswt-mozilla-gtk-3.3-jni
Architecture: source i386
Version: 3.3.1-4
Distribution: unstable
Urgency: low
Maintainer: Shaun Jackman [EMAIL PROTECTED]
Changed-By: Shaun Jackman [EMAIL PROTECTED]
Description: 
 libswt-cairo-gtk-3.3-jni - Standard Widget Toolkit for GTK+ Cairo JNI library
 libswt-gnome-gtk-3.3-jni - Standard Widget Toolkit for GTK+ GNOME JNI library
 libswt-gtk-3.3-java - Standard Widget Toolkit for GTK+ Java library
 libswt-gtk-3.3-java-gcj - Standard Widget Toolkit for GTK+ native library
 libswt-gtk-3.3-jni - Standard Widget Toolkit for GTK+ JNI library
 libswt-mozilla-gtk-3.3-jni - Standard Widget Toolkit for GTK+ Mozilla JNI 
library

Bug#460374: marked as done (hs-plugins: FTBFS: Constructor `STArray' should have 4 arguments, but has been given 3)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 15:43:41 +
with message-id [EMAIL PROTECTED]
and subject line Bug#460374: fixed in hs-plugins 1.2-1
has caused the Debian Bug report #460374,
regarding hs-plugins: FTBFS: Constructor `STArray' should have 4 arguments, but 
has been given 3
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
460374: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460374
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: hs-plugins
version: 0.9.10-3.4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080111 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  ghc -c Language/Hi/hschooks.c -o Language/Hi/hschooks.o
  ghc -package-name hi-0.9.10 -O -Wall -Werror -fno-warn-missing-signatures  
  -threaded -ILanguage/Hi -c Language/Hi/PrimPacked.hs -o 
  Language/Hi/PrimPacked.o -ohi Language/Hi/PrimPacked.hi
  ghc -package-name hi-0.9.10 -O -Wall -Werror -fno-warn-missing-signatures  
  -threaded -ILanguage/Hi -c Language/Hi/FastString.hs -o 
  Language/Hi/FastString.o -ohi Language/Hi/FastString.hi
  
  Language/Hi/FastString.hs:207:8:
  Constructor `STArray' should have 4 arguments, but has been given 3
  In the pattern: STArray _ _ arr#
  In the second argument of `(=)', namely
  `\ (STArray _ _ arr#) - newIORef (FastStringTable 0# arr#)'
  In the first argument of `unsafePerformIO', namely
  `(stToIO (newSTArray (0 :: Int, 993) [])
  =
\ (STArray _ _ arr#) - newIORef (FastStringTable 0# arr#))'
  make[3]: *** [Language/Hi/FastString.o] Error 1
  make[3]: Leaving directory `/build/user/hs-plugins-0.9.10/src/hi'
  make[2]: *** [hi] Error 2
  make[2]: Leaving directory `/build/user/hs-plugins-0.9.10/src'
  make[1]: *** [build] Error 2
  make[1]: Leaving directory `/build/user/hs-plugins-0.9.10'
  make: *** [build-stamp] Error 2
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/01/11

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

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

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


---End Message---
---BeginMessage---
Source: hs-plugins
Source-Version: 1.2-1

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

hs-plugins-doc_1.2-1_all.deb
  to pool/main/h/hs-plugins/hs-plugins-doc_1.2-1_all.deb
hs-plugins_1.2-1.diff.gz
  to pool/main/h/hs-plugins/hs-plugins_1.2-1.diff.gz
hs-plugins_1.2-1.dsc
  to pool/main/h/hs-plugins/hs-plugins_1.2-1.dsc
hs-plugins_1.2.orig.tar.gz
  to pool/main/h/hs-plugins/hs-plugins_1.2.orig.tar.gz
libghc6-plugins-dev_1.2-1_amd64.deb
  to pool/main/h/hs-plugins/libghc6-plugins-dev_1.2-1_amd64.deb



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

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

Debian distribution maintenance software
pp.
Arjan Oosting [EMAIL PROTECTED] (supplier of updated hs-plugins 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.8
Date: Sun, 27 Apr 2008 23:44:42 +0200
Source: hs-plugins
Binary: libghc6-plugins-dev hs-plugins-doc
Architecture: source amd64 all
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Arjan Oosting [EMAIL PROTECTED]
Description: 
 hs-plugins-doc - API documentation of the Haskell plugins library
 libghc6-plugins-dev - Dynamically Loaded Haskell Modules
Closes: 402245 407441 460374
Changes: 
 hs-plugins (1.2-1) unstable; urgency=low
 .
   * New upstream release.
 - Builds and works with GHC 6.8.2 (Closes: #460374, #402245)
   * debian/control:
 - Add a libghc6-plugins-doc package (Closes: #407441)
 - Add myself as an Uploader.
   

Bug#402245: marked as done (Package fails with ghc6 6.6)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 15:43:41 +
with message-id [EMAIL PROTECTED]
and subject line Bug#402245: fixed in hs-plugins 1.2-1
has caused the Debian Bug report #402245,
regarding Package fails with ghc6 6.6
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
402245: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402245
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libghc6-plugins-dev
Version: 0.9.10-3.4
Severity: grave

The test program (based on the example in the hs-plugins docs) at
http://etc.uguu.us/hsplugins-test.tbz2 works with:
ii  ghc6  6.4.1-2
ii  libghc6-plugins-dev   0.9.10-1
ii  libghc6-src-exts-dev  0.2-2

But fails with:
ii  ghc6  6.6-3
ii  libghc6-plugins-dev   0.9.10-3.4
ii  libghc6-src-exts-dev  0.2-5.1

Giving the error:
main: Ix{Int}.index: Index (3145728) out of range ((0,8))

According to the author on IRC, hs-plugins is not yet functional on GHC
6.6, so this package should probably be removed from etch until it's
working.


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

Versions of packages libghc6-plugins-dev depends on:
ii  ghc6  6.4.1-2GHC - the Glasgow Haskell Compilat
ii  libghc6-src-exts-dev  0.2-2  Haskell-Source with eXtensions

libghc6-plugins-dev recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: hs-plugins
Source-Version: 1.2-1

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

hs-plugins-doc_1.2-1_all.deb
  to pool/main/h/hs-plugins/hs-plugins-doc_1.2-1_all.deb
hs-plugins_1.2-1.diff.gz
  to pool/main/h/hs-plugins/hs-plugins_1.2-1.diff.gz
hs-plugins_1.2-1.dsc
  to pool/main/h/hs-plugins/hs-plugins_1.2-1.dsc
hs-plugins_1.2.orig.tar.gz
  to pool/main/h/hs-plugins/hs-plugins_1.2.orig.tar.gz
libghc6-plugins-dev_1.2-1_amd64.deb
  to pool/main/h/hs-plugins/libghc6-plugins-dev_1.2-1_amd64.deb



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

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

Debian distribution maintenance software
pp.
Arjan Oosting [EMAIL PROTECTED] (supplier of updated hs-plugins 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.8
Date: Sun, 27 Apr 2008 23:44:42 +0200
Source: hs-plugins
Binary: libghc6-plugins-dev hs-plugins-doc
Architecture: source amd64 all
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Arjan Oosting [EMAIL PROTECTED]
Description: 
 hs-plugins-doc - API documentation of the Haskell plugins library
 libghc6-plugins-dev - Dynamically Loaded Haskell Modules
Closes: 402245 407441 460374
Changes: 
 hs-plugins (1.2-1) unstable; urgency=low
 .
   * New upstream release.
 - Builds and works with GHC 6.8.2 (Closes: #460374, #402245)
   * debian/control:
 - Add a libghc6-plugins-doc package (Closes: #407441)
 - Add myself as an Uploader.
 - Add ghc6-doc and haddock to Build-Depends-Indep. Also add mzscheme
   as it provides the tex2page binary.
 - Add cpphs to the Build-Conflicts as ./setup haddock fails when we
   use cpphs instead of cpp.
 - Switch from tetex to texlive.
   * debian/rules:
 - Use my 'standard' debian/rules for Haskell libraries as base.
 - Let build-indep-stamp depend on build-arch-stamp as ./setup haddock
   needs some .h files which are generated during the build-indep-stamp
   target.
   * debian/watch: uscan watch file added.
Checksums-Sha1: 
 a237d5e78ae940c335c99d0b42a7d0c0c03cdfaa 1449 hs-plugins_1.2-1.dsc
 acf12495124004ae7a361535b9926c9d1be28f9a 102133 hs-plugins_1.2.orig.tar.gz
 219654205e58cd06ed6d939cc4efb0fa401046ea 8479 hs-plugins_1.2-1.diff.gz
 cb0c497125a3f864bba2bb3f06ea992a54e2f293 292690 
libghc6-plugins-dev_1.2-1_amd64.deb
 108b5dc68da16135c0d06f6178b0ed7103a1c55e 34920 

Processed: Re: auto-apt: Build-Depends on devscripts should be a Depends:

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 475259 important
Bug#475259: auto-apt: Build-Depends on devscripts should be a Depends:
Severity set to `important' from `serious'

 tags 475259 pending
Bug#475259: auto-apt: Build-Depends on devscripts should be a Depends:
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#475259: auto-apt: Build-Depends on devscripts should be a Depends:

2008-05-03 Thread Thijs Kinkhorst
severity 475259 important
tags 475259 pending
thanks

Hi Adam and Fumitoshi,

 /usr/bin/auto-apt uses debuild, but devscripts isn't in auto-apt's
 Depends: field.

 It is, however, in the Build-Depends field, despite the fact that
 nothing in the build process appears to use any part of devscripts and
 the package builds under pbuilder without error if the Build-Dependency
 is removed.

 I'd therefore suggest that the build-dependency should in fact be a
 dependency.

Reviewing this bug, I agree that it shouldn't be a build dependency.

debuild is only used in one part of auto-apt. I therefore think it should 
rather be a Recommends than a Depends. And since debuild is only used in one 
specific option of auto-apt, I don't think the bug should be RC.

Still, I've uploaded an NMU to delayed/10 to address the bug. The 10 days 
should be enough time to change our mind if either of you do not agree with 
this assessment.


bye,
Thijs
diff -Nru auto-apt-0.3.21/debian/changelog auto-apt-0.3.21+nmu1/debian/changelog
--- auto-apt-0.3.21/debian/changelog	2006-07-23 02:23:15.0 +0200
+++ auto-apt-0.3.21+nmu1/debian/changelog	2008-05-03 18:05:33.0 +0200
@@ -1,3 +1,12 @@
+auto-apt (0.3.21+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Move devscripts from Build-Depends to Recommends. It's not used
+in the build process but in the program itself.
+(Closes: #475259)
+
+ -- Thijs Kinkhorst [EMAIL PROTECTED]  Sat, 03 May 2008 18:04:57 +0200
+
 auto-apt (0.3.21) unstable; urgency=low
 
   * debian/postrm; remove cache file when purged.
diff -Nru auto-apt-0.3.21/debian/control auto-apt-0.3.21+nmu1/debian/control
--- auto-apt-0.3.21/debian/control	2006-07-23 02:23:26.0 +0200
+++ auto-apt-0.3.21+nmu1/debian/control	2008-05-03 18:04:51.0 +0200
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Fumitoshi UKAI [EMAIL PROTECTED]
 Standards-Version: 3.5.9
-Build-Depends: binutils, cpio, debhelper (= 4.0.0), devscripts
+Build-Depends: binutils, cpio, debhelper (= 4.0.0)
 
 Package: auto-apt
 Architecture: any
 Depends: ${shlibs:Depends}
-Recommends: apt, sudo, ${perl:Depends}, wget, dpkg-dev
+Recommends: apt, sudo, ${perl:Depends}, wget, dpkg-dev, devscripts
 Suggests: x-terminal-emulator, libgtk-perl, build-essential
 Description: package search by file and on-demand package installation tool
  auto-apt checks the file access of programs running within its


pgp0F5uXwHuRH.pgp
Description: PGP signature


Bug#477022: italc: FTBFS: configure: error: *** you do not have installed the OpenSSL-library and/or development-files are missing!

2008-05-03 Thread Laurent Bigonville
tags 477022 + patch
thanks

Hi,

As requested by my NM process here a patch to fix this FTBFS.

I will ask my AM to make a NMU in a week or so. Please tell me if you
have any objections.

Regards

Laurent Bigonville
diff -u italc-1.0.7/debian/control italc-1.0.7/debian/control
--- italc-1.0.7/debian/control
+++ italc-1.0.7/debian/control
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Patrick Winnertz [EMAIL PROTECTED]
-Build-Depends: cdbs, debhelper (= 5.0), libqt4-dev, zlib1g-dev, libjpeg62-dev, openssl, imagemagick, libxtst-dev
+Build-Depends: cdbs, debhelper (= 5.0), libqt4-dev, zlib1g-dev, libjpeg62-dev, libssl-dev, imagemagick, libxtst-dev
 Standards-Version: 3.7.3
 Homepage: http://italc.sourceforge.net/home.php
 
diff -u italc-1.0.7/debian/changelog italc-1.0.7/debian/changelog
--- italc-1.0.7/debian/changelog
+++ italc-1.0.7/debian/changelog
@@ -1,3 +1,11 @@
+italc (1:1.0.7-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Change openssl to libssl-dev as build-dep to fix FTBFS
+(Closes: #477022)
+
+ -- Laurent Bigonville [EMAIL PROTECTED]  Sat, 03 May 2008 18:11:45 +0200
+
 italc (1:1.0.7-2) unstable; urgency=low
 
   * Fix FTBFS on amd64 (Closes: #472439)


pgpOQRDnKaLtR.pgp
Description: PGP signature


Processed: Re: italc: FTBFS: configure: error: *** you do not have installed the OpenSSL-library and/or development-files are missing!

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 477022 + patch
Bug#477022: italc: FTBFS: configure: error: *** you do not have installed the 
OpenSSL-library and/or development-files are missing!
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#477454: how about wontfix?

2008-05-03 Thread Thijs Kinkhorst
Guys,

Sure the code change is very childish. But do you think that the best response 
is to file release critical bugs and repack the source?

It seems to me that a much better approach to childish behaviour is to just 
ignore it, close the bug, show that we're not lowering ourselves to his 
battle and just get on with life.


Thijs


pgpOTRBxGo68N.pgp
Description: PGP signature


Bug#479081: dnprogs: FTBFS: error: expected specifier-qualifier-list before '__u32'

2008-05-03 Thread Chris Lamb
tags 479081 + patch
thanks

Patch attached.


Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -urNad dnprogs-2.43.1.orig/dnroute/get_neigh.c 
dnprogs-2.43.1/dnroute/get_neigh.c
--- dnprogs-2.43.1.orig/dnroute/get_neigh.c 2008-05-03 17:02:09.0 
+0100
+++ dnprogs-2.43.1/dnroute/get_neigh.c  2008-05-03 17:02:21.0 +0100
@@ -12,6 +12,7 @@
  */
 
 #include sys/types.h
+#include linux/types.h
 #include stdio.h
 #include stdlib.h
 #include assert.h
diff -urNad dnprogs-2.43.1.orig/dnroute/routing_msg.c 
dnprogs-2.43.1/dnroute/routing_msg.c
--- dnprogs-2.43.1.orig/dnroute/routing_msg.c   2008-05-03 17:02:09.0 
+0100
+++ dnprogs-2.43.1/dnroute/routing_msg.c2008-05-03 17:05:10.0 
+0100
@@ -18,6 +18,8 @@
 #include signal.h
 #include fcntl.h
 #include sys/ioctl.h
+#include sys/types.h
+#include linux/types.h
 #include sys/socket.h
 #include sys/time.h
 #include net/if.h
diff -urNad dnprogs-2.43.1.orig/dnroute/send_route.c 
dnprogs-2.43.1/dnroute/send_route.c
--- dnprogs-2.43.1.orig/dnroute/send_route.c2008-05-03 17:02:09.0 
+0100
+++ dnprogs-2.43.1/dnroute/send_route.c 2008-05-03 17:04:32.0 +0100
@@ -10,6 +10,8 @@
  *
  */
 
+#include sys/types.h
+#include linux/types.h
 #include stdio.h
 #include stdlib.h
 #include unistd.h


signature.asc
Description: PGP signature


Processed: Re: dnprogs: FTBFS: error: expected specifier-qualifier-list before '__u32'

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 479081 + patch
Bug#479081: dnprogs: FTBFS: error: expected specifier-qualifier-list before 
'__u32'
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: fixing tag for patch

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 479131 + patch
Bug#479131: util-linux: hwclock always uses UTC regardless of the config in 
/etc/default/rcS
There were no tags set.
Tags added: patch


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#479131: patch for bug

2008-05-03 Thread Rudi
In current versions of util-linux 2.13.1.1, the hwclock.sh script allows for
a single boolean degree of freedom to determine one of two behaviors:

A)

HWCLOCKACCESS can be set to no to prevent hardware-clock (HC) to system-clock
(Sys) time transfer on startup and likewise prevent Sys to HC time transfer on
shutdown.

B)

HWCLOCKACCESS can be set to anything else and it causes both HC to Sys time
transfer on startup and likewise ensures Sys to HC time transfer on shutdown.

--

This may be inflexible in certain situations.  For example, some users
may want to load their system clock from the hardware clock on startup,
but might not want to save the time on shutdown each time.  This can be
useful when working with other operating systems that might run ntp type
daemons (or other utilities) to control the system clock.

In the bug reported here, the user claims that there is no effect from
changing the UTC setting from no to yes as per the Debian documentation.
I think that perhaps there is, indeed, an effect, but it is invisible.
This can be demonstrated by trying both settings but using the command

sudo hwclock --show

in the two configurations, UTC=no and UTC=yes and verifying that the
output is different for people outside the +0 timezone.

pcman probably thinks the option has no effect because when the timezone
setting is changed, the system clock gets saved to the CMOS with the new
setting and then when the system reboots it will load the saved time and
cause the system time to appear continuous despite the naive expectation
that it should appear different because the user did not expect the hardware
clock to be modified.  This assumption can often interfere with other operating
systems use of the hardware clock and therefore we should allow for the common
case where people want to load from the hardware clock on startup but not save.
The attached one-line patch modifies hwclock.sh to allow for another optional
configuration variable to be added to /etc/default/rcS so that this new
behavior, hctosys transfer allowed but systohc disallowed, so that one can
optionally set

HWCLOCKSYSTOHC=no

so that even though HWCLOCKACCESS=yes there is no Sys to HC saving on shutdown.
Thus, this patch is fully backward compatible with existing defined
interpretations but allows for an easy fix to this common temporal problem.

diff -u util-linux-2.13.1.1/debian/hwclock.sh 
util-linux-2.13.1.1/debian/hwclock.sh
--- util-linux-2.13.1.1/debian/hwclock.sh
+++ util-linux-2.13.1.1/debian/hwclock.sh
@@ -122,7 +122,7 @@
# WARNING: If you disable this, any changes to the system
#  clock will not be carried across reboots.
#
-   if [ $HWCLOCKACCESS != no ]; then
+   if [ $HWCLOCKACCESS != no -a $HWCLOCKSYSTOHC != no ]; then
log_action_msg Saving the system clock
if [ $GMT = -u ]; then
GMT=--utc


signature.asc
Description: Digital signature


Processed: tagging 466847

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 tags 466847 pending
Bug#466847: swish-e: FTBFS with Perl 5.10 (Can't call method isa without a 
package or object reference)
Tags were: patch
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed (with 5 errors): Re: [Pkg-alsa-devel] Bug#470336: libasound2-dev: Changed API without SONAME change

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 470336 bristol
Bug#470336: libasound2-dev: Changed API without SONAME change.
Bug reassigned from package `libasound2-dev' to `bristol'.

 retitle 470336 bristol: Please provide bristol-0.20.5
Bug#470336: libasound2-dev: Changed API without SONAME change.
Changed Bug title to `bristol: Please provide bristol-0.20.5' from 
`libasound2-dev: Changed API without SONAME change.'.

 On Sun, 06 Apr 2008 the mental interface of
Unknown command or malformed arguments to command.

  It seems that upstream have deliberately removed a large chunk of API
Unknown command or malformed arguments to command.

  from the headers, while keeping the supporting ABI. I'm not sure what
Unknown command or malformed arguments to command.

  migration path they intend for dependent packages to use.
Unknown command or malformed arguments to command.

 bristol-0.20.5 just builds fine ;)
Unknown command or malformed arguments to command.

Too many unknown commands, stopping here.

Please contact me if you need assistance.

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


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



Bug#470336: [Pkg-alsa-devel] Bug#470336: libasound2-dev: Changed API without SONAME change

2008-05-03 Thread Elimar Riesebieter
reassign 470336 bristol
retitle 470336 bristol: Please provide bristol-0.20.5

On Sun, 06 Apr 2008 the mental interface of

 It seems that upstream have deliberately removed a large chunk of API
 from the headers, while keeping the supporting ABI. I'm not sure what
 migration path they intend for dependent packages to use.

bristol-0.20.5 just builds fine ;)

Elimar

-- 
  Planung:
  Ersatz des Zufalls durch den Irrtum.
-unknown-



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



Bug#467298: marked as done (ERROR: Unable to lock database directory)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 17:24:13 +
with message-id [EMAIL PROTECTED]
and subject line Bug#467298: fixed in clamav 0.93~dfsg-1
has caused the Debian Bug report #467298,
regarding ERROR: Unable to lock database directory
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
467298: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467298
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: clamav-freshclam
Version: 0.90.1dfsg-3etch10
Severity: normal

When freshclam updates the database, it brings clamav-daemon
down. This is new in 3 years of using it.

After that the email configuration is broken, because of the usage of
clamsmtpd for incoming and outgoing emails.

Errors /var/log/clamav/clamav.log:

...
Sun Feb 24 12:20:10 2008 - Reading databases from /var/lib/clamav
Sun Feb 24 12:22:20 2008 - ERROR: reload db failed: Unable to lock
database directory (try 1)
Sun Feb 24 12:24:30 2008 - ERROR: reload db failed: Unable to lock
database directory (try 2)
Sun Feb 24 12:26:40 2008 - ERROR: reload db failed: Unable to lock
database directory (try 3)
Sun Feb 24 12:26:40 2008 - ERROR: reload db failed: Unable to lock
database directory
Sun Feb 24 12:26:40 2008 - Terminating because of a fatal error.Sun Feb
24 12:26:40 2008 - Socket file removed.
Sun Feb 24 12:26:40 2008 - Pid file removed.
...

After that Clamsmtpd holds E-Mails in the queue with ERROR Code 451 Local
Error




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

Versions of packages clamav-freshclam depends on:
ii  clamav-base   0.90.1dfsg-3etch10 base package for clamav, an anti-v
ii  debconf [debconf-2.0] 1.5.11etch1Debian configuration management sy
ii  debianutils   2.17   Miscellaneous utilities specific t
ii  libc6 2.3.6.ds1-13etch5  GNU C Library: Shared libraries
ii  libclamav20.90.1dfsg-3etch10 virus scanner library
ii  logrotate 3.7.1-3Log rotation utility
ii  lsb-base  3.1-23.2etch1  Linux Standard Base 3.1 init scrip
ii  ucf   2.0020 Update Configuration File: preserv
ii  zlib1g1:1.2.3-13 compression library - runtime

clamav-freshclam recommends no packages.

-- debconf information:
  clamav-freshclam/autoupdate_freshclam: daemon
  clamav-freshclam/proxy_user:
  clamav-freshclam/NotifyClamd: /etc/clamav/clamd.conf
  clamav-freshclam/local_mirror: db.local.clamav.net
  clamav-freshclam/http_proxy:
  clamav-freshclam/mirrors.txt-note:
  clamav-freshclam/update_interval: 24
  clamav-freshclam/internet_interface:


---End Message---
---BeginMessage---
Source: clamav
Source-Version: 0.93~dfsg-1

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

clamav-base_0.93~dfsg-1_all.deb
  to pool/main/c/clamav/clamav-base_0.93~dfsg-1_all.deb
clamav-daemon_0.93~dfsg-1_i386.deb
  to pool/main/c/clamav/clamav-daemon_0.93~dfsg-1_i386.deb
clamav-dbg_0.93~dfsg-1_i386.deb
  to pool/main/c/clamav/clamav-dbg_0.93~dfsg-1_i386.deb
clamav-docs_0.93~dfsg-1_all.deb
  to pool/main/c/clamav/clamav-docs_0.93~dfsg-1_all.deb
clamav-freshclam_0.93~dfsg-1_i386.deb
  to pool/main/c/clamav/clamav-freshclam_0.93~dfsg-1_i386.deb
clamav-milter_0.93~dfsg-1_i386.deb
  to pool/main/c/clamav/clamav-milter_0.93~dfsg-1_i386.deb
clamav-testfiles_0.93~dfsg-1_all.deb
  to pool/main/c/clamav/clamav-testfiles_0.93~dfsg-1_all.deb
clamav_0.93~dfsg-1.diff.gz
  to pool/main/c/clamav/clamav_0.93~dfsg-1.diff.gz
clamav_0.93~dfsg-1.dsc
  to pool/main/c/clamav/clamav_0.93~dfsg-1.dsc
clamav_0.93~dfsg-1_i386.deb
  to pool/main/c/clamav/clamav_0.93~dfsg-1_i386.deb
clamav_0.93~dfsg.orig.tar.gz
  to pool/main/c/clamav/clamav_0.93~dfsg.orig.tar.gz
libclamav-dev_0.93~dfsg-1_i386.deb
  to pool/main/c/clamav/libclamav-dev_0.93~dfsg-1_i386.deb
libclamav4_0.93~dfsg-1_i386.deb
  to pool/main/c/clamav/libclamav4_0.93~dfsg-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.
Stephen Gran [EMAIL PROTECTED] (supplier of updated clamav package)

(This message was generated 

Bug#477870: marked as done (lasso: adjust build-dependency (gcj not built on alpha, arm, hppa and hurd-i386))

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 17:29:18 +
with message-id [EMAIL PROTECTED]
and subject line Bug#477870: fixed in lasso 2.1.98-1
has caused the Debian Bug report #477870,
regarding lasso: adjust build-dependency (gcj not built on alpha, arm, hppa and 
hurd-i386)
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
477870: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477870
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: lasso
Version: 2.1.1-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: gcj-bd

gij/gcj and java-gcj-compat are not available (anymore) on the following
architectures: alpha, arm, hppa and hurd-i386.

This package has been identified as a package which build-depends on
gcj or java-gcj-compat-dev and builds at least one architecture
dependent package, and is unbuildable in unstable. If this report is a
false positive, please close it.

All gcj related build dependencies have to restricted to these
architectures on which a java or java compatible development kit /
compiler is available, i.e.

  java-gcj-compat [!alpha !arm !hppa !hurd-i386]

As a second step please consider changing the java-gcj-compat-dev b-d
to default-jdk-builddep, making the package independent of a specific
implementation and depend on the jdk, which is most suitable for this
architecture. default-jdk-builddep will depend in addition on
java-gcj-compat-dev, even if the default jdk is another one (to allow
to compile byte-code to native code using dh_nativejava).

A package build-depending on default-jdk-builddep should use as
JAVA_HOME /usr/lib/jvm/default-java, or as path for the tools
/usr/lib/jvm/default-java/bin.

If the package builds just architecture dependent binaries which
contain only byte-code compiled to native code (packages which often
end with -gcj), then the architecture restrictions on the build
dependency may not be needed (however the package cannot be built
anymore on those archs). In this case make sure that the binary
packages get removed on these architectures.

Please check the influence of a package upload on ongoing transitions
before an upload.


---End Message---
---BeginMessage---
Source: lasso
Source-Version: 2.1.98-1

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

lasso_2.1.98-1.diff.gz
  to pool/main/l/lasso/lasso_2.1.98-1.diff.gz
lasso_2.1.98-1.dsc
  to pool/main/l/lasso/lasso_2.1.98-1.dsc
lasso_2.1.98.orig.tar.gz
  to pool/main/l/lasso/lasso_2.1.98.orig.tar.gz
liblasso-java_2.1.98-1_i386.deb
  to pool/main/l/lasso/liblasso-java_2.1.98-1_i386.deb
liblasso-perl_2.1.98-1_i386.deb
  to pool/main/l/lasso/liblasso-perl_2.1.98-1_i386.deb
liblasso3-dev_2.1.98-1_i386.deb
  to pool/main/l/lasso/liblasso3-dev_2.1.98-1_i386.deb
liblasso3_2.1.98-1_i386.deb
  to pool/main/l/lasso/liblasso3_2.1.98-1_i386.deb
php5-lasso_2.1.98-1_i386.deb
  to pool/main/l/lasso/php5-lasso_2.1.98-1_i386.deb
python-lasso_2.1.98-1_i386.deb
  to pool/main/l/lasso/python-lasso_2.1.98-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.
Frederic Peters [EMAIL PROTECTED] (supplier of updated lasso 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.8
Date: Tue, 29 Apr 2008 22:03:51 +0200
Source: lasso
Binary: liblasso3-dev liblasso3 python-lasso liblasso-java liblasso-perl 
php5-lasso
Architecture: source i386
Version: 2.1.98-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Frederic Peters [EMAIL PROTECTED]
Description: 
 liblasso-java - Liberty ID-FF library - Java bindings
 liblasso-perl - Liberty ID-FF library - Perl bindings
 liblasso3  - Liberty ID-FF library - runtime library
 liblasso3-dev - Liberty ID-FF library - development kit
 php5-lasso - Liberty ID-FF library - PHP 5 bindings
 python-lasso - Liberty ID-FF library - Python bindings
Closes: 477870
Changes: 
 lasso (2.1.98-1) unstable; urgency=low
 .
   * New upstream release (RC).
   * debian/control:
 * build new php5-lasso package.
 * limit liblasso-java to architecture with gcj (closes: #477870).
 * add Homepage field.
 * 

Bug#479065: marked as done (lasso: FTBFS with perl 5.10: cannot stat `./debian/tmp/usr/lib/perl/5.8.8/lasso.pm': No such file or directory)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 17:29:17 +
with message-id [EMAIL PROTECTED]
and subject line Bug#479065: fixed in lasso 2.1.98-2
has caused the Debian Bug report #479065,
regarding lasso: FTBFS with perl 5.10: cannot stat 
`./debian/tmp/usr/lib/perl/5.8.8/lasso.pm': No such file or directory
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
479065: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479065
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: lasso
Version: 2.1.1-3
Severity: serious

Hi,

Your package is failing to build with the following error:
dh_installman
dh_install
cp: cannot stat `./debian/tmp/usr/lib/perl/5.8.8/lasso.pm': No such file or 
directory
dh_install: command returned error code 256
make: *** [binary-arch] Error 1


We just switched to perl 5.10.


Kurt



---End Message---
---BeginMessage---
Source: lasso
Source-Version: 2.1.98-2

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

lasso_2.1.98-2.diff.gz
  to pool/main/l/lasso/lasso_2.1.98-2.diff.gz
lasso_2.1.98-2.dsc
  to pool/main/l/lasso/lasso_2.1.98-2.dsc
liblasso-java_2.1.98-2_i386.deb
  to pool/main/l/lasso/liblasso-java_2.1.98-2_i386.deb
liblasso-perl_2.1.98-2_i386.deb
  to pool/main/l/lasso/liblasso-perl_2.1.98-2_i386.deb
liblasso3-dev_2.1.98-2_i386.deb
  to pool/main/l/lasso/liblasso3-dev_2.1.98-2_i386.deb
liblasso3_2.1.98-2_i386.deb
  to pool/main/l/lasso/liblasso3_2.1.98-2_i386.deb
php5-lasso_2.1.98-2_i386.deb
  to pool/main/l/lasso/php5-lasso_2.1.98-2_i386.deb
python-lasso_2.1.98-2_i386.deb
  to pool/main/l/lasso/python-lasso_2.1.98-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.
Frederic Peters [EMAIL PROTECTED] (supplier of updated lasso 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.8
Date: Fri, 02 May 2008 16:30:09 +0200
Source: lasso
Binary: liblasso3-dev liblasso3 python-lasso liblasso-java liblasso-perl 
php5-lasso
Architecture: source i386
Version: 2.1.98-2
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Frederic Peters [EMAIL PROTECTED]
Description: 
 liblasso-java - Liberty ID-FF library - Java bindings
 liblasso-perl - Liberty ID-FF library - Perl bindings
 liblasso3  - Liberty ID-FF library - runtime library
 liblasso3-dev - Liberty ID-FF library - development kit
 php5-lasso - Liberty ID-FF library - PHP 5 bindings
 python-lasso - Liberty ID-FF library - Python bindings
Closes: 479065
Changes: 
 lasso (2.1.98-2) unstable; urgency=low
 .
   * debian/liblasso-perl.install: use wildcard for minor version number; so it
 still works with Perl 5.8.10.  (closes: #479065)
Checksums-Sha1: 
 06eef9060f40a56561db3e10c56bc7eb947d055a 1322 lasso_2.1.98-2.dsc
 7c2bb2ed01fb5c1b3c86ddc8f3a08033e5ef38f4 5650 lasso_2.1.98-2.diff.gz
 71304dff67785f4cdc26f615673e7734b635078a 231944 liblasso3-dev_2.1.98-2_i386.deb
 688f839ecf647048d503f56d6df1efb9482c82de 111320 liblasso3_2.1.98-2_i386.deb
 ce9a2fab07e367d22f986a1fcffcc55de09a173d 158004 python-lasso_2.1.98-2_i386.deb
 193626223025596dd5a4c01d7dde2607d005442d 241862 liblasso-java_2.1.98-2_i386.deb
 13ee1450908bc2785d54bfd739b64fb57b45e686 390330 liblasso-perl_2.1.98-2_i386.deb
 db0e466b4b1d507748fe0b9c5e36be85c388f4fd 112410 php5-lasso_2.1.98-2_i386.deb
Checksums-Sha256: 
 f94cb8fe897ecb043db8a7529a2fea26bd171726ea114ac17f3d52d4b92eb2b8 1322 
lasso_2.1.98-2.dsc
 46d10fdbd567246a223d949f4ba182c844edc1b6b5a51a4248518b6ec7a77431 5650 
lasso_2.1.98-2.diff.gz
 0b304cdcc1848e8de549d3012267fb634b18e52ecdd0165048457e84ff47079b 231944 
liblasso3-dev_2.1.98-2_i386.deb
 88646778a5d64f4fa1173b37cc3cdc4346a409e2231409bd1c0e0a4ada1a6ec0 111320 
liblasso3_2.1.98-2_i386.deb
 b734a3856ca1f2777471c0f997345ef6c5bda0b91153e3cfdd92c8ff20bf8237 158004 
python-lasso_2.1.98-2_i386.deb
 1fea86d2409272e466a36ea988513b254512242516492737a5c7a7101412b091 241862 
liblasso-java_2.1.98-2_i386.deb
 b5b7d217faf54e6d2ecbe2c94538f5142d736ff834b2a3eaf3c2bb6791bc9e77 390330 
liblasso-perl_2.1.98-2_i386.deb
 8bd0bf510c32f10df643210b6e4d0c0534d6edc0c6112cfd642cd2b759aa0094 112410 

Bug#479220: perl upgrade fails

2008-05-03 Thread Adrian Bunk
Package: perl
Version: 5.10.0-9
Severity: serious

# apt-get --purge remove libperl5.8
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  irssi libapt-pkg-perl libcairo-perl libcompress-raw-zlib-perl
  libdigest-sha1-perl libevent-perl libglib-perl libgtk2-perl
  libhtml-parser-perl liblocale-gettext-perl libperl5.10
  libtext-charwidth-perl libtext-iconv-perl libxml-parser-perl perl perl-base
  perl-doc perl-modules perl-tk
Suggested packages:
  irssi-scripts libgtk2-perl-doc libterm-readline-gnu-perl
  libterm-readline-perl-perl
The following packages will be REMOVED:
  libperl5.8*
The following NEW packages will be installed:
  libperl5.10
The following packages will be upgraded:
  irssi libapt-pkg-perl libcairo-perl libcompress-raw-zlib-perl
  libdigest-sha1-perl libevent-perl libglib-perl libgtk2-perl
  libhtml-parser-perl liblocale-gettext-perl libtext-charwidth-perl
  libtext-iconv-perl libxml-parser-perl perl perl-base perl-doc perl-modules
  perl-tk
18 upgraded, 1 newly installed, 1 to remove and 225 not upgraded.
Need to get 23.7MB of archives.
After this operation, 8528kB of additional disk space will be used.
Do you want to continue [Y/n]? 
Get:1 http://ftp.de.debian.org unstable/main perl-modules 5.10.0-9 [3272kB]
[ ... ]
Get:19 http://ftp.de.debian.org unstable/main perl-base 5.10.0-9 [849kB]   
Fetched 23.7MB in 1min38s (242kB/s)
Reading changelogs... Done
apt-listchanges: Do you want to continue? [Y/n]? 
(Reading database ... 184585 files and directories currently installed.)
Preparing to replace perl-modules 5.8.8-12 (using 
.../perl-modules_5.10.0-9_all.deb) ...
Unpacking replacement perl-modules ...
Preparing to replace perl-doc 5.8.8-12 (using .../perl-doc_5.10.0-9_all.deb) ...
Leaving `diversion of /usr/bin/perldoc to /usr/bin/perldoc.stub by perl-doc'
Unpacking replacement perl-doc ...
Preparing to replace perl 5.8.8-12 (using .../perl_5.10.0-9_i386.deb) ...
Unpacking replacement perl ...
Preparing to replace perl-tk 1:804.028-1 (using 
.../perl-tk_1%3a804.028-1+b1_i386.deb) ...
Unpacking replacement perl-tk ...
Preparing to replace libxml-parser-perl 2.36-1.1 (using 
.../libxml-parser-perl_2.36-1.1+b1_i386.deb) ...
Unpacking replacement libxml-parser-perl ...
Preparing to replace libtext-iconv-perl 1.7-1 (using 
.../libtext-iconv-perl_1.7-1+b1_i386.deb) ...
Unpacking replacement libtext-iconv-perl ...
Preparing to replace libtext-charwidth-perl 0.04-5 (using 
.../libtext-charwidth-perl_0.04-5+b1_i386.deb) ...
Unpacking replacement libtext-charwidth-perl ...
Preparing to replace liblocale-gettext-perl 1.05-3 (using 
.../liblocale-gettext-perl_1.05-3+b1_i386.deb) ...
Unpacking replacement liblocale-gettext-perl ...
Preparing to replace libhtml-parser-perl 3.56-1 (using 
.../libhtml-parser-perl_3.56-1+b1_i386.deb) ...
Unpacking replacement libhtml-parser-perl ...
Preparing to replace libglib-perl 1:1.181-1 (using 
.../libglib-perl_1%3a1.181-1+b1_i386.deb) ...
Unpacking replacement libglib-perl ...
Preparing to replace libcairo-perl 1.053-1 (using 
.../libcairo-perl_1.053-1+b1_i386.deb) ...
Unpacking replacement libcairo-perl ...
Preparing to replace libgtk2-perl 1:1.181-1 (using 
.../libgtk2-perl_1%3a1.181-1+b1_i386.deb) ...
Unpacking replacement libgtk2-perl ...
Preparing to replace libevent-perl 1.10-1 (using 
.../libevent-perl_1.10-1+b1_i386.deb) ...
Unpacking replacement libevent-perl ...
Preparing to replace libdigest-sha1-perl 2.11-2 (using 
.../libdigest-sha1-perl_2.11-2+b1_i386.deb) ...
Unpacking replacement libdigest-sha1-perl ...
Preparing to replace libcompress-raw-zlib-perl 2.009-1 (using 
.../libcompress-raw-zlib-perl_2.009-1+b1_i386.deb) ...
Unpacking replacement libcompress-raw-zlib-perl ...
Preparing to replace libapt-pkg-perl 0.1.22 (using 
.../libapt-pkg-perl_0.1.22+b1_i386.deb) ...
Unpacking replacement libapt-pkg-perl ...
Selecting previously deselected package libperl5.10.
Unpacking libperl5.10 (from .../libperl5.10_5.10.0-9_i386.deb) ...
Preparing to replace irssi 0.8.12-3 (using .../irssi_0.8.12-3+b1_i386.deb) ...
/usr/bin/perl: symbol lookup error: 
/usr/lib/perl5/auto/Locale/gettext/gettext.so: undefined symbol: 
Perl_Istack_sp_ptr
dpkg: warning - old pre-removal script returned error exit status 127
dpkg - trying script from the new package instead ...
/usr/bin/perl: symbol lookup error: 
/usr/lib/perl5/auto/Locale/gettext/gettext.so: undefined symbol: 
Perl_Istack_sp_ptr
dpkg: error processing /var/cache/apt/archives/irssi_0.8.12-3+b1_i386.deb 
(--unpack):
 subprocess new pre-removal script returned error exit status 127
Errors were encountered while processing:
 /var/cache/apt/archives/irssi_0.8.12-3+b1_i386.deb
Can't locate File/Find.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 

Bug#479207: marked as done (cannot install perl on ppc)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 3 May 2008 20:03:40 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: Bug#479207: cannot install perl on ppc
has caused the Debian Bug report #479207,
regarding cannot install perl on ppc
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
479207: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479207
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: perl
Severity: grave
Justification: renders package unusable

When trying to install perl on freshly installed PPC sid system:

The following packages are BROKEN:
  perl-doc perl-modules 
The following NEW packages will be installed:
  perl 
0 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 15.2MB of archives. After unpacking 43.8MB will be used.
The following packages have unmet dependencies:
  perl-modules: Depends: perl (= 5.10.0-1) but 5.8.8-12 is to be installed.
  perl-doc: Depends: perl (= 5.10.0-1) but 5.8.8-12 is to be installed.
Resolving dependencies...
Unable to resolve dependencies!  Giving up...
The following packages are BROKEN:
  perl-doc perl-modules 
The following NEW packages will be installed:
  perl 
0 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 15.2MB of archives. After unpacking 43.8MB will be used.
aptitude failed to find a solution to these dependencies.  You can solve them 
yourself by hand or type 'n' to quit.
The following packages have unmet dependencies:
  perl-modules: Depends: perl (= 5.10.0-1) but 5.8.8-12 is to be installed.
  perl-doc: Depends: perl (= 5.10.0-1) but 5.8.8-12 is to be installed.
Resolve these dependencies by hand? [N/+/-/_/:/?] n
Abort.

This makes perl uninstallable on sid on the PPC.  (Not sure if this carries 
over to other archs.)
-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

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


---End Message---
---BeginMessage---
On Sat, May 03, 2008 at 12:03:37PM -0400, Edward Guldemond wrote:
 When trying to install perl on freshly installed PPC sid system:

When using sid, you should know about this kind of temporary breakage
that is only caused by missing builds and not necesseraly due to a bug
in the package... so closing this bug.

Cheers

Luk

---End Message---


Bug#479220: Additional information

2008-05-03 Thread Adrian Bunk
What fails is the update-alternatives invocation in irssi's prerm.

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed




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



Bug#478105: funguloids: crashes on startup

2008-05-03 Thread Andres Mejia
On Saturday 03 May 2008 2:03:31 pm Mika Halttunen wrote:
 :(

Would you be willing to place those files in a zip file instead? I've been 
trying to resolve this making changes to the funguloids code, with no 
results.

-- 
Regards,
Andres



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



Bug#466734: Bug in libapache-db-perl fixed in revision 19360

2008-05-03 Thread pkg-perl-maintainers
tag 466734 + pending
thanks

Some bugs are closed in revision 19360
by Gregor Herrmann (gregoa)

Commit message:

New upstream release, no longer FTBFS with Perl 5.10 (closes: #466734).



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



Processed: Bug in libapache-db-perl fixed in revision 19360

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 466734 + pending
Bug#466734: libapache-db-perl: FTBFS with Perl 5.10
Tags were: pending upstream patch
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#478037: marked as done (epiphany-browser_2.22.1.1-2(sparc/experimental): FTBFS: error: Cannot compile and run XPCOM programs)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 18:28:16 +
with message-id [EMAIL PROTECTED]
and subject line Bug#478037: fixed in xulrunner 1.9~b5-4
has caused the Debian Bug report #478037,
regarding epiphany-browser_2.22.1.1-2(sparc/experimental): FTBFS: error: Cannot 
compile and run XPCOM programs
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
478037: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478037
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: epiphany-browser
Version: 2.22.1.1-2
Severity: serious

Hi,

your package failed to build from source. The relevant part from
config.log is appended.

| Automatic build of epiphany-browser_2.22.1.1-2 on njoerd by sbuild/sparc 
98-farm
| Build started at 20080426-1343
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 7159kB of source archives.
| Get:1 http://ftp.ipv6.debian.org experimental/main epiphany-browser 
2.22.1.1-2 (dsc) [1999B]
| Get:2 http://ftp.ipv6.debian.org experimental/main epiphany-browser 
2.22.1.1-2 (tar) [7098kB]
| Get:3 http://ftp.ipv6.debian.org experimental/main epiphany-browser 
2.22.1.1-2 (diff) [59.2kB]
| Fetched 7159kB in 2m2s (58.5kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 5), pkg-config, libglib2.0-dev (= 2.16.0), 
libgtk2.0-dev (= 2.12.0), libxml2-dev (= 2.6.12), libxslt1-dev (= 1.1.7), 
libglade2-dev (= 2.3.1), libgnome2-dev (= 2.14.0), libgnomeui-dev (= 
2.16.0-2), libgconf2-dev, libgnome-desktop-dev (= 2.9.91), 
libstartup-notification0-dev (= 0.5), libnotify-dev (= 0.4), 
libdbus-glib-1-dev (= 0.60), scrollkeeper, gnome-pkg-tools (= 0.10), 
libxml-parser-perl, xulrunner-dev (= 1.9~b5-3), iso-codes (= 0.35), 
python-dev (= 2.3), python-gtk2-dev (= 2.7.1), python-gnome2-dev (= 2.6.0), 
gnome-doc-utils (= 0.3.2), intltool (= 0.35.0), x11proto-core-dev, 
network-manager-dev, quilt, libenchant-dev (= 1.0), libavahi-gobject-dev (= 
0.6.22), libwebkit-dev, gtk-doc-tools (= 1.0), lsb-release, zip
| Checking for already installed source dependencies...
[...]
| checking whether we can compile and run XPCOM programs... no
| configure: error: Cannot compile and run XPCOM programs
| See `config.log' for more details.
| make: *** [debian/stamp/configure-stamp-gecko] Error 1
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| **
| Build finished at 20080426-1353
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=2.22.1.1-2pkg=epiphany-browserarch=sparc

config.log:
===
configure:24940: checking whether we can compile and run XPCOM programs
configure:25093: g++ -o conftest -g -O2 -fno-rtti -fshort-wchar -DXPCOM_GLUE 
-fshort-wchar -I/usr/include/xulrunner-1.9/stable   -DXPCOM_GLUE -fshort-wchar 
-I/usr/include/xulrunner-1.9/unstable   -I/usr/include/nspr   -DXPCOM_GLUE 
-fshort-wchar -DXPCOM_GLUE -fshort-wchar 
-I/usr/include/xulrunner-1.9/stable   -DXPCOM_GLUE -fshort-wchar 
-I/usr/include/xulrunner-1.9/unstable   -I/usr/include/nspr   
-I/usr/include/xulrunner-1.9/unstable conftest.cpp  
-L/usr/lib/xulrunner-devel-1.9/lib -lxpcomglue   -ldl 5
configure:25096: $? = 0
configure:25102: ./conftest
configure:25105: $? = 123
configure: program exited with status 123
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME GNOME Web Browser
| #define PACKAGE_TARNAME epiphany-browser
| #define PACKAGE_VERSION 2.22.1.1
| #define PACKAGE_STRING GNOME Web Browser 2.22.1.1
| #define PACKAGE_BUGREPORT 
http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany;
| #define PACKAGE epiphany-browser
| #define VERSION 2.22.1.1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBNOTIFY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_MOZILLA_TOOLKIT 1
| #define HAVE_GECKO_XPCOM_GLUE 1
| #define HAVE_GECKO_1_7 1
| #define HAVE_GECKO_1_8 1
| #define HAVE_GECKO_1_8_1 1
| #define HAVE_GECKO_1_9 1
| #define WITH_GECKO_ENGINE 1
| /* end confdefs.h.  */
| 
| #include mozilla-config.h
| #include stdlib.h
| #include 

Bug#478527: marked as done (python-xpcom: depends on bogus Python version current)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 18:28:16 +
with message-id [EMAIL PROTECTED]
and subject line Bug#478527: fixed in xulrunner 1.9~b5-4
has caused the Debian Bug report #478527,
regarding python-xpcom: depends on bogus Python version current
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
478527: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478527
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: python-xpcom
Version: 1.9~b5-31
Severity: grave
Justification: renders package unusable

Hi,

python-xpcom 1.9~b5-3 depends on python ( current.1) and python (= current),
none of those ever fulfillable on a Debian system.


 - Jonas

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

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

Versions of packages python-xpcom depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libnspr4-0d   4.7.0-2NetScape Portable Runtime Library
ii  libstdc++64.3.0-3The GNU Standard C++ Library v3
ii  python2.5.2-1An interactive high-level object-o
ii  python-support0.7.7  automated rebuilding support for P
ii  python2.5 2.5.2-4An interactive high-level object-o

python-xpcom recommends no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: xulrunner
Source-Version: 1.9~b5-4

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

libmozillainterfaces-java_1.9~b5-4_all.deb
  to pool/main/x/xulrunner/libmozillainterfaces-java_1.9~b5-4_all.deb
libmozjs-dev_1.9~b5-4_all.deb
  to pool/main/x/xulrunner/libmozjs-dev_1.9~b5-4_all.deb
libmozjs1d-dbg_1.9~b5-4_amd64.deb
  to pool/main/x/xulrunner/libmozjs1d-dbg_1.9~b5-4_amd64.deb
libmozjs1d_1.9~b5-4_amd64.deb
  to pool/main/x/xulrunner/libmozjs1d_1.9~b5-4_amd64.deb
python-xpcom_1.9~b5-4_amd64.deb
  to pool/main/x/xulrunner/python-xpcom_1.9~b5-4_amd64.deb
spidermonkey-bin_1.9~b5-4_amd64.deb
  to pool/main/x/xulrunner/spidermonkey-bin_1.9~b5-4_amd64.deb
xulrunner-1.9-common_1.9~b5-4_all.deb
  to pool/main/x/xulrunner/xulrunner-1.9-common_1.9~b5-4_all.deb
xulrunner-1.9-dbg_1.9~b5-4_amd64.deb
  to pool/main/x/xulrunner/xulrunner-1.9-dbg_1.9~b5-4_amd64.deb
xulrunner-1.9-gnome-support_1.9~b5-4_amd64.deb
  to pool/main/x/xulrunner/xulrunner-1.9-gnome-support_1.9~b5-4_amd64.deb
xulrunner-1.9_1.9~b5-4_amd64.deb
  to pool/main/x/xulrunner/xulrunner-1.9_1.9~b5-4_amd64.deb
xulrunner-dev-bin_1.9~b5-4_amd64.deb
  to pool/main/x/xulrunner/xulrunner-dev-bin_1.9~b5-4_amd64.deb
xulrunner-dev_1.9~b5-4_all.deb
  to pool/main/x/xulrunner/xulrunner-dev_1.9~b5-4_all.deb
xulrunner_1.9~b5-4.diff.gz
  to pool/main/x/xulrunner/xulrunner_1.9~b5-4.diff.gz
xulrunner_1.9~b5-4.dsc
  to pool/main/x/xulrunner/xulrunner_1.9~b5-4.dsc



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.
Mike Hommey [EMAIL PROTECTED] (supplier of updated xulrunner 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.8
Date: Thu, 01 May 2008 14:41:15 +0200
Source: xulrunner
Binary: xulrunner-1.9 xulrunner-1.9-gnome-support libmozjs1d libmozjs-dev 
libmozjs1d-dbg spidermonkey-bin xulrunner-1.9-common xulrunner-dev 
xulrunner-dev-bin xulrunner-1.9-dbg libmozillainterfaces-java python-xpcom
Architecture: source all amd64
Version: 1.9~b5-4
Distribution: experimental
Urgency: low
Maintainer: Mike Hommey [EMAIL PROTECTED]
Changed-By: Mike Hommey [EMAIL PROTECTED]
Description: 
 libmozillainterfaces-java - XPCOM bindings for Java
 libmozjs-dev - Development files for the Mozilla SpiderMonkey JavaScript 
library
 libmozjs1d - The Mozilla SpiderMonkey JavaScript library
 libmozjs1d-dbg - Development files for the Mozilla SpiderMonkey JavaScript 
library
 python-xpcom - XPCOM bindings for Python
 spidermonkey-bin - standalone JavaScript/ECMAScript (ECMA-262) interpreter
 xulrunner-1.9 

Bug#463477: marked as done (libmath-bigint-gmp-perl: FTBFS with perl5.10: numerous test failures)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 18:17:10 +
with message-id [EMAIL PROTECTED]
and subject line Bug#463477: fixed in libmath-bigint-gmp-perl 1.24-1
has caused the Debian Bug report #463477,
regarding libmath-bigint-gmp-perl: FTBFS with perl5.10: numerous test failures
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
463477: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463477
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libmath-bigint-gmp-perl
Version: 1.18-2
Severity: important

Hi,

libmath-bigint-gmp-perl fails to build with perl 5.10 from experimental:
  ...
  /usr/bin/make test
  make[1]: Entering directory `/tmp/buildd/libmath-bigint-gmp-perl-1.18'
  PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
test_harness(0, 'blib/lib', 'blib/arch') t/*.t
  t/bigfltpmMath::BigInt::GMP is missing method '_from_oct' at t/bigfltpm.t 
line 15
  Cannot load outdated Math::BigInt::GMP v1.18, please upgrade at t/bigfltpm.t 
line 15
  Math::BigInt: couldn't load specified math lib(s), fallback to 
Math::BigInt::FastCalc at t/bigfltpm.t line 15
  t/bigfltpmNOK 1/2012# Test 1 got: Math::BigInt::FastCalc (bigfltpm.inc 
at line 3)
  #   Expected: Math::BigInt::GMP
  ...

Full build log is attached.


Also, there is a pending problem with debian/rules. The line

  rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5

will fail with perl5.10 as its MakeMaker no longer creates spurious
usr/{share,lib}/perl5 directories. Please change that to

  [ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents 
--verbose $(TMP)/usr/share/perl5


Thanks,
dam

P.S. shameless plug: if you don't want to bother, please consider
giving[1] the package to the Debian Perl Group.

[1] 
http://wiki.debian.org/Teams/DebianPerlGroup?action=show#head-e1811c16f568b2e2f356d6bf2d9db17f727d9804


---End Message---
---BeginMessage---
Source: libmath-bigint-gmp-perl
Source-Version: 1.24-1

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

libmath-bigint-gmp-perl_1.24-1.diff.gz
  to 
pool/main/libm/libmath-bigint-gmp-perl/libmath-bigint-gmp-perl_1.24-1.diff.gz
libmath-bigint-gmp-perl_1.24-1.dsc
  to pool/main/libm/libmath-bigint-gmp-perl/libmath-bigint-gmp-perl_1.24-1.dsc
libmath-bigint-gmp-perl_1.24-1_i386.deb
  to 
pool/main/libm/libmath-bigint-gmp-perl/libmath-bigint-gmp-perl_1.24-1_i386.deb
libmath-bigint-gmp-perl_1.24.orig.tar.gz
  to 
pool/main/libm/libmath-bigint-gmp-perl/libmath-bigint-gmp-perl_1.24.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.
gregor herrmann [EMAIL PROTECTED] (supplier of updated 
libmath-bigint-gmp-perl 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.8
Date: Sat, 03 May 2008 19:57:18 +0200
Source: libmath-bigint-gmp-perl
Binary: libmath-bigint-gmp-perl
Architecture: source i386
Version: 1.24-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: gregor herrmann [EMAIL PROTECTED]
Description: 
 libmath-bigint-gmp-perl - GMP library for Math::BigInt routines
Closes: 463477
Changes: 
 libmath-bigint-gmp-perl (1.24-1) unstable; urgency=low
 .
   [ Damyan Ivanov ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza). Changed:
 Maintainer set to Debian Perl Group pkg-perl-
 [EMAIL PROTECTED] (was: Laurent Fousse
 [EMAIL PROTECTED]); Laurent Fousse [EMAIL PROTECTED] moved to
 Uploaders.
   * Add debian/watch.
   * debian/rules: delete /usr/share/perl5 only if it exists (closes: #463477).
 .
   [ gregor herrmann ]
   * New upstream release.
   * Explicilty (build) depend on perl 5.10; the new upstream release needs a
 newer Math::BigInt than the one in perl-modules 5.8.
   * debian/copyright: add upstream source location and actual copyright
 statement.
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 5.
   * debian/rules: update based on dh-make-perl's templates.
   * Add /me to 

Bug#479220: Additional information

2008-05-03 Thread Sven Joachim
Am 03.05.2008 um 20:05 schrieb Adrian Bunk:

 What fails is the update-alternatives invocation in irssi's prerm.

That's because liblocale-gettext-perl was still the old version linked
against perlapi-5.8.*, this causes the symbol lookup error.  The new
version had not been unpacked yet.

Probably perl needs to conflict with that old version to avoid this.

Sven



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



Processed: Re: nvidia-kernel-source: Fails to build with Linux kernel 2.6.25

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 476504 serious
Bug#476504: nvidia-kernel-source: Fails to build with Linux kernel 2.6.25
Severity set to `serious' from `important'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#479228: kvm break when is invoked: kvm: corrupted double-linked list

2008-05-03 Thread Claudio Ferreira Filho
Package: kvm
Version: 66+dfsg-1
Severity: grave
Justification: renders package unusable

I tried to compile the kvm-module for kernel 2.6.24-1-amd64 for i386 (kernel 
64bits in env 32bits). After, i tried to start my images (win, linux 
and livecd), return this error:

$ kvm qemu/winxp.img
*** glibc detected *** kvm: corrupted double-linked list: 0x09dd5688 ***
Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker: Assertion 
`_dl_debug_initialize (0, args-nsid)-r_state == RT_CONSISTENT' failed!

This error was reproducible in my notebook (a C2D 2.0Gb) and my desktop 
(described here).

Some suggest, i thanks in advanced.

Bests

Claudio


-- Package-specific info:


selected information from lshal(1):



/proc/cpuinfo:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 CPU  6600  @ 2.40GHz
stepping: 6
cpu MHz : 2397.605
cache size  : 4096 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm 
constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr lahf_lm
bogomips: 4798.83
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 CPU  6600  @ 2.40GHz
stepping: 6
cpu MHz : 2397.605
cache size  : 4096 KB
physical id : 0
siblings: 2
core id : 1
cpu cores   : 2
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm 
constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr lahf_lm
bogomips: 4795.26
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:




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

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=locale: Cannot set LC_CTYPE to 
default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages kvm depends on:
ii  adduser3.107 add and remove users and groups
ii  bridge-utils   1.4-2 Utilities for configuring the Linu
ii  iproute20080108-1Professional tools to control the 
ii  kvm-data   66+dfsg-1 Data files for the KVM package
ii  libasound2 1.0.16-2  ALSA library
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libgnutls262.2.3~rc-1the GNU TLS library - runtime libr
ii  libncurses55.6+20080419-2Shared libraries for terminal hand
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  python 2.5.2-1   An interactive high-level object-o
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages kvm recommends:
ii  kvm-source66+dfsg-1  Source for the KVM driver
ii  linux-image-2.6.24-1-686 [lin 2.6.24-6   Linux 2.6.24 image on PPro/Celeron
ii  linux-image-2.6.24-1-amd64 [l 2.6.24-6   Linux 2.6.24 image on AMD64

-- debconf-show failed



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



Bug#408490: marked as done (Source package contains non-free IETF RFC )

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 18:38:10 +
with message-id [EMAIL PROTECTED]
and subject line Bug#408490: fixed in lsh-utils 2.0.4-dfsg-1
has caused the Debian Bug report #408490,
regarding Source package contains non-free IETF RFC 
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
408490: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=408490
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Severity: serious
Package: lsh-utils
Version: 2.0.2-1.1
User: [EMAIL PROTECTED]
Usertags: nonfree-doc rfc etch-ignore

Hi!

This source package contains the following files from the IETF under
non-free license terms:

   
lsh-utils-2.0.2.orig/lsh-2.0.2.tar.gz:lsh-2.0.2/src/nettle/testsuite/rfc1750.txt

This is essentially the same problem as in the resolved #393400, but
since nettle is included as a copy in lsh too, the problem is
manifested here as well.  See:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393400

You might want to adopt the same solution.

The license on RFC/I-Ds is not DFSG-free, see:
 * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=199810
 * http://release.debian.org/removing-non-free-documentation
 * http://wiki.debian.org/NonFreeIETFDocuments

The etch release policy says binary and source packages must each be free:
 * http://release.debian.org/etch_rc_policy.txt

The severity is serious, because this violates the Debian policy:
 * http://www.debian.org/doc/debian-policy/ch-archive.html#s-dfsg

There are (at least) three ways to fix this problem.  In order of
preference:

1. Ask the author of the RFC to re-license the RFC under a free
   license.  A template for this e-mail request can be found at
   http://wiki.debian.org/NonFreeIETFDocuments

2. Remove the non-free material from the source, e.g., by re-packaging
   the upstream archive and adding 'dfsg' to the Debian package
   version name.

3. Move the package to non-free.

General discussions are kindly requested to take place on debian-legal
or debian-devel in the thread with Subject: Non-free IETF RFC/I-Ds in
source packages.

Thanks,
Simon

---End Message---
---BeginMessage---
Source: lsh-utils
Source-Version: 2.0.4-dfsg-1

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

lsh-client_2.0.4-dfsg-1_i386.deb
  to pool/main/l/lsh-utils/lsh-client_2.0.4-dfsg-1_i386.deb
lsh-doc_2.0.4-dfsg-1_all.deb
  to pool/main/l/lsh-utils/lsh-doc_2.0.4-dfsg-1_all.deb
lsh-server_2.0.4-dfsg-1_i386.deb
  to pool/main/l/lsh-utils/lsh-server_2.0.4-dfsg-1_i386.deb
lsh-utils_2.0.4-dfsg-1.diff.gz
  to pool/main/l/lsh-utils/lsh-utils_2.0.4-dfsg-1.diff.gz
lsh-utils_2.0.4-dfsg-1.dsc
  to pool/main/l/lsh-utils/lsh-utils_2.0.4-dfsg-1.dsc
lsh-utils_2.0.4-dfsg-1_i386.deb
  to pool/main/l/lsh-utils/lsh-utils_2.0.4-dfsg-1_i386.deb
lsh-utils_2.0.4-dfsg.orig.tar.gz
  to pool/main/l/lsh-utils/lsh-utils_2.0.4-dfsg.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Magnus Holmgren [EMAIL PROTECTED] (supplier of updated lsh-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.8
Date: Thu, 01 May 2008 19:22:18 +0200
Source: lsh-utils
Binary: lsh-utils lsh-server lsh-client lsh-doc
Architecture: source all i386
Version: 2.0.4-dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Simon Law [EMAIL PROTECTED]
Changed-By: Magnus Holmgren [EMAIL PROTECTED]
Description: 
 lsh-client - Secure Shell v2 (SSH2) protocol client
 lsh-doc- Secure Shell v2 (SSH2) client / server / utilities documentation
 lsh-server - Secure Shell v2 (SSH2) protocol server
 lsh-utils  - Secure Shell v2 (SSH2) protocol utilities
Closes: 408490 412138 417426 421108 422199
Changes: 
 lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
 .
   * New upstream release (Closes: #422199)
 - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
   (Closes: #408490).
 - Drop 01_fix_manpages.dpatch; incorporated upstream.
 - Fixes X11 forwarding bug.
   * New co-maintainer added.
   * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
 Sarge is gone.
   * Drop the tarball-in-tarball 

Bug#466734: marked as done (libapache-db-perl: FTBFS with Perl 5.10)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 18:47:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#466734: fixed in libapache-db-perl 0.14-1
has caused the Debian Bug report #466734,
regarding libapache-db-perl: FTBFS with Perl 5.10
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
466734: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466734
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libapache-db-perl
Version: 0.10-1
Severity: important
User: [EMAIL PROTECTED]
Usertags: perl-5.10-transition

Your package fails to build with Perl 5.10 (currently in experimental.)

From the build log:

/usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp  -typemap 
/usr/share/perl/5.10/ExtUtils/typemap  DB.xs  DB.xsc  mv DB.xsc DB.c
cc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall   
-DVERSION=\0.10\ -DXS_VERSION=\0.10\ -fPIC -I/usr/lib/perl/5.10/CORE   
DB.c
DB.xs: In function 'XS_DB_ApacheSIGINT':
DB.xs:59: error: too few arguments to function 'ApacheSIGINT'
DB.c:80: warning: unused variable 'items'
make[1]: *** [DB.o] Error 1
make[1]: Leaving directory `/build/niko/libapache-db-perl-0.10'
make: *** [build-stamp] Error 2

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]


---End Message---
---BeginMessage---
Source: libapache-db-perl
Source-Version: 0.14-1

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

libapache-db-perl_0.14-1.diff.gz
  to pool/main/liba/libapache-db-perl/libapache-db-perl_0.14-1.diff.gz
libapache-db-perl_0.14-1.dsc
  to pool/main/liba/libapache-db-perl/libapache-db-perl_0.14-1.dsc
libapache-db-perl_0.14-1_i386.deb
  to pool/main/liba/libapache-db-perl/libapache-db-perl_0.14-1_i386.deb
libapache-db-perl_0.14.orig.tar.gz
  to pool/main/liba/libapache-db-perl/libapache-db-perl_0.14.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.
gregor herrmann [EMAIL PROTECTED] (supplier of updated libapache-db-perl 
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.8
Date: Sat, 03 May 2008 20:33:26 +0200
Source: libapache-db-perl
Binary: libapache-db-perl
Architecture: source i386
Version: 0.14-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: gregor herrmann [EMAIL PROTECTED]
Description: 
 libapache-db-perl - Run the interactive Perl debugger under mod_perl
Closes: 466734 479124
Changes: 
 libapache-db-perl (0.14-1) unstable; urgency=low
 .
   * Take over for the Debian Perl Group on maintainer's request
 (closes: #479124)
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza). Changed:
 Maintainer set to Debian Perl Group pkg-perl-
 [EMAIL PROTECTED] (was: Ivan Kohler ivan-
 [EMAIL PROTECTED]); Ivan Kohler [EMAIL PROTECTED] moved to
 Uploaders.
   * debian/watch: use dist-based URL.
   * New upstream release, no longer FTBFS with Perl 5.10 (closes: #466734).
   * debian/copyright: mention Debian Perl Group, quote statement about
 authors and license verbatim from the module's source.
   * Refresh debian/rules, no functional changes.
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 5.
   * Add /me to Uploaders.
Checksums-Sha1: 
 7218e5c710e739480a570b009b5f37feb83b704d 1314 libapache-db-perl_0.14-1.dsc
 b37b8a6bf58541aa85c2b216313ecb98149ffe2d 8683 
libapache-db-perl_0.14.orig.tar.gz
 836be72c37a7808a71e1e039f3f868c3138adecc 2905 libapache-db-perl_0.14-1.diff.gz
 94aa67bdb07221216e34f18fac70c848b1d5016e 156996 
libapache-db-perl_0.14-1_i386.deb
Checksums-Sha256: 
 03d7b8fdf43fc9e50aa1ec2d80d8439ffb4d6bc3fe201f7ba15f633dd8b6672f 1314 
libapache-db-perl_0.14-1.dsc
 c6b88236f3ed4f66fd137e950584bc0478cd41e0d1bf3e1ecaa5713f629570e5 8683 
libapache-db-perl_0.14.orig.tar.gz
 605d90f2e40e882d1f23c0176fad8aa72aaa6497e5a01b994892704075535dc2 2905 
libapache-db-perl_0.14-1.diff.gz
 9001355e83d02d986165f4ca22aa3c31246710972ff3cca7ce5790feb7669d4f 

Bug#412138: marked as done (lsh should be dynamically linked with libnettle)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 18:38:10 +
with message-id [EMAIL PROTECTED]
and subject line Bug#412138: fixed in lsh-utils 2.0.4-dfsg-1
has caused the Debian Bug report #412138,
regarding lsh should be dynamically linked with libnettle
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
412138: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412138
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Source: lsh-utils
Severity: wishlist
Version: 2.0.2-1.1

lsh should be dynamically linked with libnettle from the separate nettle 
package, instead of statically linked with the nettle source included in the 
lsh tarball (for the usual reasons).

I've asked upstream to help.

-- 
Magnus Holmgren[EMAIL PROTECTED]


pgpdkBzOV101M.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: lsh-utils
Source-Version: 2.0.4-dfsg-1

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

lsh-client_2.0.4-dfsg-1_i386.deb
  to pool/main/l/lsh-utils/lsh-client_2.0.4-dfsg-1_i386.deb
lsh-doc_2.0.4-dfsg-1_all.deb
  to pool/main/l/lsh-utils/lsh-doc_2.0.4-dfsg-1_all.deb
lsh-server_2.0.4-dfsg-1_i386.deb
  to pool/main/l/lsh-utils/lsh-server_2.0.4-dfsg-1_i386.deb
lsh-utils_2.0.4-dfsg-1.diff.gz
  to pool/main/l/lsh-utils/lsh-utils_2.0.4-dfsg-1.diff.gz
lsh-utils_2.0.4-dfsg-1.dsc
  to pool/main/l/lsh-utils/lsh-utils_2.0.4-dfsg-1.dsc
lsh-utils_2.0.4-dfsg-1_i386.deb
  to pool/main/l/lsh-utils/lsh-utils_2.0.4-dfsg-1_i386.deb
lsh-utils_2.0.4-dfsg.orig.tar.gz
  to pool/main/l/lsh-utils/lsh-utils_2.0.4-dfsg.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Magnus Holmgren [EMAIL PROTECTED] (supplier of updated lsh-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.8
Date: Thu, 01 May 2008 19:22:18 +0200
Source: lsh-utils
Binary: lsh-utils lsh-server lsh-client lsh-doc
Architecture: source all i386
Version: 2.0.4-dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Simon Law [EMAIL PROTECTED]
Changed-By: Magnus Holmgren [EMAIL PROTECTED]
Description: 
 lsh-client - Secure Shell v2 (SSH2) protocol client
 lsh-doc- Secure Shell v2 (SSH2) client / server / utilities documentation
 lsh-server - Secure Shell v2 (SSH2) protocol server
 lsh-utils  - Secure Shell v2 (SSH2) protocol utilities
Closes: 408490 412138 417426 421108 422199
Changes: 
 lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
 .
   * New upstream release (Closes: #422199)
 - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
   (Closes: #408490).
 - Drop 01_fix_manpages.dpatch; incorporated upstream.
 - Fixes X11 forwarding bug.
   * New co-maintainer added.
   * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
 Sarge is gone.
   * Drop the tarball-in-tarball format and ship a normal .orig.tar.gz.
 - Drop 02_fix_perms.dpatch.
 - Add some extra cleanup in debian/rules.
   * Increase Standards-Version to 3.7.3. No changes needed.
   * Put some more docs in the packages: README and ChangeLog is now in all
 packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
 /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
   * debian/control: Use ${binary:Version} substitution variable instead of
 ${source-version}.
   * Review Build-depends: Drop patchutils, comerr-dev (redundant),
 po-debconf (redundant), xutils (makes no difference); add
 autotools-dev, scsh-0.6 (as alternative to guile-1.6).
   * Drop lshc, the deprecated alias for lsh (Closes: #417426).
   * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
 statically with the bundled nettle (Closes: #412138).
   * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
   * Move lsftp and lcp to lsh-client.
   * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
   * Ship lsh.html in lsh-doc.
   * Add doc-base entry.
   * debian/control: Add Homepage field.
   * debian/watch: Update dversionmangle to strip 

Processed: [git-buildpackage] TypeError: 'str' object is not callable

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 479147 grave
Bug#479147: TypeError: 'str' object is not callable
Severity set to `grave' from `important'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#462429: Workaround does not work

2008-05-03 Thread David Fox
I'm on lenny, and just upgraded to version 169.12 of nvidia-glx, which
still contains SSE code linked in, and I
have an Athlon Thunderbird (pre-palomino) processor, which lacks
movups and other SSE instructions.

After looking in the README file in /usr/share/doc/nvidia-glx, and
having been clued in that I should set an environment variable in
order to disable the extra CPU features that are in nvidia-glx, I
tried doing so and still the GL programs I have refuse to run
(glxgears etc), dying early with an illegal instruction, even if I run
them from the same controlling terminal that I did the export on. I
tried also doing the export prior to starting X, but that doesn't seem
to help.

I didn't have to do this workaround on 100.14.12, which was the
previous version I ran up until today's dist-upgrade. And I really
shouldn't have to.

[EMAIL PROTECTED]:~$ uname -r
2.6.24-1-686

[EMAIL PROTECTED]:~$ apt-cache policy nvidia-glx
nvidia-glx:
  Installed: 169.12-1
  Candidate: 169.12-1
  Version table:
 *** 169.12-1 0
500 http://ftp.us.debian.org sid/non-free Packages
100 /var/lib/dpkg/status

(using stellarium for the moment, my favorite GL app) :)

[EMAIL PROTECTED]:~$ export __GL_FORCE_GENERIC_CPU=1
[EMAIL PROTECTED]:~$ cd /usr/local/stellarium/builds/unix/src
[EMAIL PROTECTED]:/usr/local/stellarium/builds/unix/src$ gdb ./stellarium
GNU gdb 6.7.1-debian
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu...
Using host libthread_db library /lib/i686/cmov/libthread_db.so.1.
(gdb) run
Starting program: /usr/local/stellarium/builds/unix/src/stellarium
[Thread debugging using libthread_db enabled]
[New Thread 0xb5f24740 (LWP 7615)]
 ---
[ This is Stellarium 0.10.0 - http://www.stellarium.org ]
[ Copyright (C) 2000-2008 Fabien Chereau et al  ]
 ---
File search paths:
  0 .  /home/dfox/.stellarium
  1 .  /usr/local/share/stellarium
Config file is:  /home/dfox/.stellarium/config.ini
Attempting to use an existing older config file.
Sky language is  en
Application language is  en
Loading Solar System data ...

Program received signal SIGILL, Illegal instruction.
[Switching to Thread 0xb5f24740 (LWP 7615)]
0xb6753300 in ?? () from /usr/lib/libGLcore.so.1
(gdb) where
#0  0xb6753300 in ?? () from /usr/lib/libGLcore.so.1
#1  0xb5494040 in ?? ()
#2  0x in ?? ()
(gdb) disass $pc-32 $pc+32
Dump of assembler code from 0xb67532e0 to 0xb6753320:
0xb67532e0: movaps (%ecx),%xmm0
0xb67532e3: add$0x10,%ecx
0xb67532e6: movups %xmm0,(%edx)
0xb67532e9: add$0x10,%edx
0xb67532ec: dec%eax
0xb67532ed: jne0xb67532e0
0xb67532ef: jmp0xb675318f
0xb67532f4: mov%esi,%ecx
0xb67532f6: mov%edi,%edx
0xb67532f8: nop
0xb67532f9: lea0x0(%esi),%esi
0xb6753300: movups (%ecx),%xmm0
0xb6753303: movups 0x10(%ecx),%xmm1
0xb6753307: movups 0x20(%ecx),%xmm2
0xb675330b: movups 0x30(%ecx),%xmm3
0xb675330f: add$0x40,%ecx
0xb6753312: movaps %xmm0,(%edx)
0xb6753315: movaps %xmm1,0x10(%edx)
0xb6753319: movaps %xmm2,0x20(%edx)
0xb675331d: movaps %xmm3,0x30(%edx)
End of assembler dump.
(gdb)



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



Bug#473069: marked as done (etckeeper: Commit fail with bzr backend (typo))

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 19:32:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#473069: fixed in etckeeper 0.15
has caused the Debian Bug report #473069,
regarding etckeeper: Commit fail with bzr backend (typo)
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
473069: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473069
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: etckeeper
Version: 0.13
Severity: grave
Justification: renders package unusable
Tags: patch

Just need to remplace precommit by pre-commit in 
/etc/etckeeper/commit.d/45bzr-precommit file.

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

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

Versions of packages etckeeper depends on:
ii  bzr  1.3-1   easy to use distributed
version co
ii  debconf [debconf-2.0]1.5.20  Debian configuration
management sy
ii  git-core 1:1.5.4.4-1 fast, scalable, distributed
revisi

etckeeper recommends no packages.

-- debconf information:
  etckeeper/commit_failed:




---End Message---
---BeginMessage---
Source: etckeeper
Source-Version: 0.15

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

etckeeper_0.15.dsc
  to pool/main/e/etckeeper/etckeeper_0.15.dsc
etckeeper_0.15.tar.gz
  to pool/main/e/etckeeper/etckeeper_0.15.tar.gz
etckeeper_0.15_all.deb
  to pool/main/e/etckeeper/etckeeper_0.15_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.
Joey Hess [EMAIL PROTECTED] (supplier of updated etckeeper 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.8
Date: Sat, 03 May 2008 15:08:12 -0400
Source: etckeeper
Binary: etckeeper
Architecture: source all
Version: 0.15
Distribution: unstable
Urgency: low
Maintainer: Joey Hess [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 etckeeper  - store /etc in git, mercurial, or bzr
Closes: 473069 477321
Changes: 
 etckeeper (0.15) unstable; urgency=low
 .
   [ Daniel Hahler ]
   * bzr: Set nickname for tree in init.d/40vcs-init.
   * Add script to add new files during commit for bzr (commit.d/30bzr-add).
 Closes: #477321
   * Fix handling of files with spaces, by setting IFS to newline in
 commit.d/40git-rm.
 .
   [ Jelmer Vernooij ]
   * Support for the new bzr pre-commit hook. This requires bzr version 1.4.
 Closes: #473069
   * Remove pointless commit.d/40bzr-rm script.
 .
   [ Joey Hess ]
   * debhelper v7; rules file minimisation
Checksums-Sha1: 
 9054b209f0faae007fc7a663b16c9c9729727557 840 etckeeper_0.15.dsc
 67e29438921e5b5fd9cde40c7e95c6e9dbc42c59 28152 etckeeper_0.15.tar.gz
 806c69be887015214849d08d6b6f643d35b4d68b 19464 etckeeper_0.15_all.deb
Checksums-Sha256: 
 0c0684cba635bca9d2123a2fd4a370df9b7b68cd7723e4a784a54b38778486eb 840 
etckeeper_0.15.dsc
 9f99ba29aa0e03adef3bcc1fe1142dd4f4b66fc6305cb204b822663c39cc1f19 28152 
etckeeper_0.15.tar.gz
 c47b780af3486d20e44b5fcb861a4d7055021a6ada9f3f5814382979d009649d 19464 
etckeeper_0.15_all.deb
Files: 
 cf5ee512dcdf2817d897302d6160bc80 840 admin optional etckeeper_0.15.dsc
 1c8dc46ab3bac521c5a5bd78f32f6202 28152 admin optional etckeeper_0.15.tar.gz
 a759a5cdb40ae5b51cb1df288d71f7f1 19464 admin optional etckeeper_0.15_all.deb

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

iD8DBQFIHLr42tp5zXiKP0wRAoGUAJ9P3gwiPvAtrJg0PI8N+uBG67K8ngCcC5Qw
2IXmMAMWzXMY9wJsHO4Q/B8=
=SRgW
-END PGP SIGNATURE-


---End Message---


Bug#479236: adept_3.0~alpha3(mips/experimental): FTBFS: error: no matching function for call to 'find'

2008-05-03 Thread Frank Lichtenheld
Package: adept
Version: 3.0~alpha3
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of adept_3.0~alpha3 on signy by sbuild/mips 98-farm
| Build started at 20080428-0233
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 115kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main adept 3.0~alpha3 (dsc) 
[587B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main adept 3.0~alpha3 (tar) 
[114kB]
| Fetched 115kB in 0s (328kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: cdbs, cmake, debhelper ( 5.0), dh-buildinfo, kdelibs5-dev, 
libept-dev (= 0.5.13)
| Checking for already installed source dependencies...
[...]
| [ 10%] Building CXX object adept/CMakeFiles/adept.dir/adept_automoc.o
| /usr/bin/g++   -g -O2 -g -Wall -O2 -Wnon-virtual-dtor -Wno-long-long -ansi 
-Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
-Wformat-security -fno-exceptions -fno-check-new -fno-common 
-Woverloaded-virtual -fvisibility=hidden -fvisibility-inlines-hidden 
-fexceptions -O2 -g -I/usr/include/KDE -I/usr/include/qt4/QtDBus 
-I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtXml 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtOpenGL 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDesigner 
-I/usr/include/qt4/QtAssistant -I/usr/include/qt4/Qt3Support 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
-I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 
-I/build/buildd/adept-3.0~alpha3/adept/.. 
-I/build/buildd/adept-3.0~alpha3/obj-mips-linux-gnu/adept 
-I/build/buildd/adept-3.0~alpha3/obj-mips-linux-gnu/adept/..   -D_BSD_SOURCE 
-O0 -gstabs+ -fexceptions -o adept/CMakeFiles/adept.dir/adept_automoc.o -c 
/build/buildd/adept-3.0~alpha3/obj-mips-linux-gnu/adept/adept_automoc.cpp
| In file included from 
/build/buildd/adept-3.0~alpha3/obj-mips-linux-gnu/adept/moc_extendablelist.cpp:10,
|  from 
/build/buildd/adept-3.0~alpha3/obj-mips-linux-gnu/adept/adept_automoc.cpp:2:
| 
/build/buildd/adept-3.0~alpha3/obj-mips-linux-gnu/adept/../../adept/extendablelist.h:74:
 warning: unused parameter 'parent'
| 
/build/buildd/adept-3.0~alpha3/obj-mips-linux-gnu/adept/../../adept/extendablelist.h:74:
 warning: unused parameter 'opt'
| 
/build/buildd/adept-3.0~alpha3/obj-mips-linux-gnu/adept/../../adept/extendablelist.h:74:
 warning: unused parameter 'idx'
| In file included from 
/build/buildd/adept-3.0~alpha3/obj-mips-linux-gnu/adept/../../adept/debconfgui.h:3,
|  from 
/build/buildd/adept-3.0~alpha3/obj-mips-linux-gnu/adept/moc_debconfgui.cpp:10,
|  from 
/build/buildd/adept-3.0~alpha3/obj-mips-linux-gnu/adept/adept_automoc.cpp:3:
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h: In member function 
'std::string adept::Pipe::nextLine()':
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h:117: error: no 
matching function for call to 'find(std::_Deque_iteratorchar, char, char*, 
std::_Deque_iteratorchar, char, char*, char)'
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h:118: warning: suggest 
a space before ';' or explicit braces around empty body in 'while' statement
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h:119: error: no 
matching function for call to 'find(std::_Deque_iteratorchar, char, char*, 
std::_Deque_iteratorchar, char, char*, char)'
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h: At global scope:
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h:140: warning: 'struct 
adept::DebconfFrontend' has virtual functions and accessible non-virtual 
destructor
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h: In constructor 
'adept::DebconfFrontend::DebconfFrontend()':
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h:192: warning: 
deprecated conversion from string constant to 'char*'
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h:193: warning: 
deprecated conversion from string constant to 'char*'
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h:194: warning: 
deprecated conversion from string constant to 'char*'
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h: At global scope:
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h:233: warning: unused 
parameter 'prio'
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h:233: warning: unused 
parameter 'key'
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h:264: warning: unused 
parameter 'param'
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h: In member function 
'void adept::DebconfFrontend::processAvailable()':
| /build/buildd/adept-3.0~alpha3/adept/../adept/debconf.h:370: warning: suggest 
a space 

Bug#479079: subversion: FTBFS: FAIL: svnsync_tests.py 19: test copying revs with no svn:author revprops

2008-05-03 Thread Peter Samuelson

[Kurt Roeckx]
   File 
 /build/buildd/subversion-1.4.6dfsg1/subversion/tests/cmdline/svntest/main.py,
  line 286, in run_command_stdin
 pid, wait_code = os.wait()
 OSError: [Errno 10] No child processes

Yes, this seems to be due to python 2.5.  (os.open3 and os.wait cannot
be reliably used together.)  Fixed in -4.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/



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



Processed: severity of 479046 is serious

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.26
 severity 479046 serious
Bug#479046: kbuild
Severity set to `serious' from `normal'


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#479241: libgd-gd2-perl: uninstallable with perl 5.10

2008-05-03 Thread Blars Blarson
Package: libgd-gd2-perl
Severity: grave
Justification: renders package unusable

Perl in unstable has been upgraded to 5.10, but libgd-gd2-perl
requires perl 5.8.  Please upgrade to the current perl.


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

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

Versions of packages libgd-gd2-perl depends on:
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgd2-xpm 2.0.36~rc1~dfsg-2 GD Graphics Library version 2
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxpm41:3.5.7-1 X11 pixmap library
ii  perl   5.10.0-9  Larry Wall's Practical Extraction 
pn  perlapi-5.8.8  none(no description available)
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libgd-gd2-perl recommends no packages.



- End forwarded message -

-- 
Blars Blarson   [EMAIL PROTECTED]
http://www.blars.org/blars.html
With Microsoft, failure is not an option.  It is a standard feature.



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



Bug#479240: libapache2-mod-perl2_2.0.3-5+b1(sparc/unstable): FTBFS on sparc

2008-05-03 Thread Martin Zobel-Helas
Package: libapache2-mod-perl2
Version: 2.0.3-5+b1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of libapache2-mod-perl2_2.0.3-5+b1 on spontini by 
 sbuild/sparc 99.99
 Build started at 20080503-1919

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: apache2, apache2-threaded-dev (= 2.2.3) | apache2-prefork-dev 
 (= 2.2.3), debhelper (= 6), libbsd-resource-perl, libcompress-zlib-perl, 
 libdevel-symdump-perl, libgdbm-dev, libgtop2-dev, libhtml-parser-perl, 
 libperl-dev (= 5.8.7-3), libwww-perl, locales-all, netbase, perl (= 
 5.8.7-3), quilt

[...]

 14 tests and 13 subtests skipped.
 Failed 2/236 test scripts. 2/3746 subtests failed.
 Files=236, Tests=3746, 819 wallclock secs (739.93 cusr + 43.86 csys = 783.79 
 CPU)
 Failed 2/236 test programs. 2/3746 subtests failed.
 [warning] server spontini:8529 shutdown
 [  error] error running tests (please examine t/logs/error_log)
 [  error] oh dangit, server dumped core 
 [  error] for stacktrace, run: gdb /usr/sbin/apache2 -core 
 /build/buildd/libapache2-mod-perl2-2.0.3/t/core.2196
 ++
 | Please file a bug report: http://perl.apache.org/bugs/ |
 ++
 make[1]: *** [run_tests] Error 1
 make[1]: Leaving directory `/build/buildd/libapache2-mod-perl2-2.0.3'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=sparcpkg=libapache2-mod-perl2ver=2.0.3-5+b1




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



Bug#479074: libgnustep-base1.14: trying to overwrite `/usr/lib/GNUstep/Bundles/SSL.bundle/SSL', which is also in package libgnustep-base1.15

2008-05-03 Thread Hubert Chathi
reassign 479074 libgnustep-base1.15
thanks

Yes, libgnustep-base1.15 is supposed to conflict with/replace
libgnustep-base1.14.

I am not planning to fix this until the new gnustep-base is ready to be
uploaded to unstable.

(Oh my, I just realized that I messed up the zipper.app.  Even if its
builds, it won't currently run because it would be linked against a
different version of gnustep-base than renaissance.)

-- 
Hubert Chathi [EMAIL PROTECTED] -- Jabber: [EMAIL PROTECTED]
PGP/GnuPG key: 1024D/124B61FA http://www.uhoreg.ca/
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA



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



Processed: Re: Bug#479074: libgnustep-base1.14: trying to overwrite `/usr/lib/GNUstep/Bundles/SSL.bundle/SSL', which is also in package libgnustep-base1.15

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 479074 libgnustep-base1.15
Bug#479074: libgnustep-base1.14: trying to overwrite 
`/usr/lib/GNUstep/Bundles/SSL.bundle/SSL', which is also in package 
libgnustep-base1.15
Bug reassigned from package `libgnustep-base1.14, libgnustep-base1.15' to 
`libgnustep-base1.15'.

 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#479200: [exim4-base] E: /var/cache/apt/archives/exim4-base_4.69-5+b1_i386.deb: subprocess new post-removal script killed by signal (Segmentation fault)

2008-05-03 Thread David Claughton

Marc Haber wrote:

On Sat, May 03, 2008 at 04:24:55PM +0100, David Claughton wrote:
 When updating from 4.69-5 to 4.69-5+b1 the install fails with the 
 following output...
 
 Unpacking replacement exim4-base ...
 Use of uninitialized value in subroutine entry at 
 /usr/lib/perl/5.10/DynaLoader.pm line 219.
 dpkg: warning - old post-removal script killed by signal (Segmentation 
 fault)


That looks like some perl bug caused by the recent perl transition.
Please set EX4DEBUG=1 and try installing again, and paste the output
here.

Greetings
Marc

  
This didn't produce any debug output, so I did a bit of digging and it 
looks like it was actually falling over in the debconf Gnome frontend 
... specifically ...


   require Debconf/FrontEnd/Gnome.pm called at (eval 
33)[/usr/share/perl5/Debconf/AutoSelect.pm:52] line 2

   Debconf::AutoSelect::BEGIN() called at /usr/lib/perl5/Gnome2.pm line 0
   eval {...} called at /usr/lib/perl5/Gnome2.pm line 0
   eval '
   use Debconf::FrontEnd::Gnome;
   Debconf::FrontEnd::Gnome-new();
  
;' called at /usr/share/perl5/Debconf/AutoSelect.pm line 52
   Debconf::AutoSelect::make_frontend() called at 
/usr/share/debconf/frontend line 15

Signal SEGV at /usr/lib/perl5/Gnome2.pm line 26
   require Gnome2.pm called at (eval 
34)[/usr/share/perl5/Debconf/FrontEnd/Gnome.pm:13] line 3
   Debconf::FrontEnd::Gnome::BEGIN() called at /usr/lib/perl5/Gnome2.pm 
line 0

   eval {...} called at /usr/lib/perl5/Gnome2.pm line 0
   eval '
   use Gtk2;
   use Gnome2;

;' called at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 13

Switching to Dialog fixed the problem.  I'm not sure if this is related 
to bug #443753 or if it's an entirely separate SEGV ;-)


Rgrds,

   David.



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



Bug#479081: dnprogs: FTBFS: error: expected specifier-qualifier-list before '__u32'

2008-05-03 Thread Christine Caulfield

Chris Lamb wrote:

tags 479081 + patch
thanks


Thanks I'll release the fix over the holiday weekend sometime.


--
Chrissie



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



Bug#479241: marked as done (libgd-gd2-perl: uninstallable with perl 5.10)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 3 May 2008 14:22:56 -0700
with message-id [EMAIL PROTECTED]
and subject line Re: Bug#479241: Acknowledgement (libgd-gd2-perl: uninstallable 
with perl 5.10)
has caused the Debian Bug report #479241,
regarding libgd-gd2-perl: uninstallable with perl 5.10
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
479241: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479241
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libgd-gd2-perl
Severity: grave
Justification: renders package unusable

Perl in unstable has been upgraded to 5.10, but libgd-gd2-perl
requires perl 5.8.  Please upgrade to the current perl.


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

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

Versions of packages libgd-gd2-perl depends on:
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgd2-xpm 2.0.36~rc1~dfsg-2 GD Graphics Library version 2
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxpm41:3.5.7-1 X11 pixmap library
ii  perl   5.10.0-9  Larry Wall's Practical Extraction 
pn  perlapi-5.8.8  none(no description available)
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libgd-gd2-perl recommends no packages.



- End forwarded message -

-- 
Blars Blarson   [EMAIL PROTECTED]
http://www.blars.org/blars.html
With Microsoft, failure is not an option.  It is a standard feature.


---End Message---
---BeginMessage---
version: 1:2.35-1+b1


fixed in next update after I reported it.

---End Message---


Processed: bug 479046 is forwarded to Knut St. Osmundsen

2008-05-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.26
 forwarded 479046 Knut St. Osmundsen
Bug#479046: kbuild
Noted your statement that Bug has been forwarded to Knut St. Osmundsen.


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#479079: marked as done (subversion: FTBFS: FAIL: svnsync_tests.py 19: test copying revs with no svn:author revprops)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 21:47:46 +
with message-id [EMAIL PROTECTED]
and subject line Bug#479079: fixed in subversion 1.4.6dfsg1-4
has caused the Debian Bug report #479079,
regarding subversion: FTBFS: FAIL:  svnsync_tests.py 19: test copying revs with 
no svn:author revprops
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
479079: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479079
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: subversion
Version: 1.4.6dfsg1-3
Severity: serious

Hi,

Your package is failing to build with the following error:
CMD: svnadmin create svn-test-work/repositories/svnsync_tests-19 
--bdb-txn-nosync TIME = 0.120447
CMD: svnsync_tests-19 TIME = 0.228215
CMD: svnadmin create svn-test-work/repositories/svnsync_tests-19-1 
--bdb-txn-nosync TIME = 0.119129
CMD: svnlook uuid svn-test-work/repositories/svnsync_tests-19 UNEXPECTED 
EXCEPTION:
Traceback (most recent call last):
  File 
/build/buildd/subversion-1.4.6dfsg1/subversion/tests/cmdline/svntest/main.py, 
line 703, in run
rc = self.pred.run(args)
  File 
/build/buildd/subversion-1.4.6dfsg1/subversion/tests/cmdline/svntest/testcase.py,
 line 104, in run
return apply(self.func, args)
  File 
/build/buildd/subversion-1.4.6dfsg1/subversion/tests/cmdline/svnsync_tests.py,
 line 656, in no_author
run_test(sbox, no-author.dump)
  File 
/build/buildd/subversion-1.4.6dfsg1/subversion/tests/cmdline/svnsync_tests.py,
 line 97, in run_test
output, errput = svntest.main.run_svnlook(uuid, sbox.repo_dir)
  File 
/build/buildd/subversion-1.4.6dfsg1/subversion/tests/cmdline/svntest/main.py, 
line 358, in run_svnlook
return run_command(svnlook_binary, 1, 0, *varargs)
  File 
/build/buildd/subversion-1.4.6dfsg1/subversion/tests/cmdline/svntest/main.py, 
line 242, in run_command
None, *varargs)
  File 
/build/buildd/subversion-1.4.6dfsg1/subversion/tests/cmdline/svntest/main.py, 
line 286, in run_command_stdin
pid, wait_code = os.wait()
OSError: [Errno 10] No child processes
FAIL:  svnsync_tests.py 19: test copying revs with no svn:author revprops
END: svnsync_tests.py


This is probably because we switched to python 2.5 recently.


Kurt



---End Message---
---BeginMessage---
Source: subversion
Source-Version: 1.4.6dfsg1-4

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

libapache2-svn_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/libapache2-svn_1.4.6dfsg1-4_amd64.deb
libapache2-svn_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/libapache2-svn_1.4.6dfsg1-4_i386.deb
libsvn-dev_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/libsvn-dev_1.4.6dfsg1-4_amd64.deb
libsvn-dev_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/libsvn-dev_1.4.6dfsg1-4_i386.deb
libsvn-doc_1.4.6dfsg1-4_all.deb
  to pool/main/s/subversion/libsvn-doc_1.4.6dfsg1-4_all.deb
libsvn-java_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/libsvn-java_1.4.6dfsg1-4_amd64.deb
libsvn-java_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/libsvn-java_1.4.6dfsg1-4_i386.deb
libsvn-javahl_1.4.6dfsg1-4_all.deb
  to pool/main/s/subversion/libsvn-javahl_1.4.6dfsg1-4_all.deb
libsvn-perl_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/libsvn-perl_1.4.6dfsg1-4_amd64.deb
libsvn-perl_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/libsvn-perl_1.4.6dfsg1-4_i386.deb
libsvn-ruby1.8_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/libsvn-ruby1.8_1.4.6dfsg1-4_amd64.deb
libsvn-ruby1.8_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/libsvn-ruby1.8_1.4.6dfsg1-4_i386.deb
libsvn-ruby_1.4.6dfsg1-4_all.deb
  to pool/main/s/subversion/libsvn-ruby_1.4.6dfsg1-4_all.deb
libsvn1_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/libsvn1_1.4.6dfsg1-4_amd64.deb
libsvn1_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/libsvn1_1.4.6dfsg1-4_i386.deb
python-subversion_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/python-subversion_1.4.6dfsg1-4_amd64.deb
python-subversion_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/python-subversion_1.4.6dfsg1-4_i386.deb
subversion-tools_1.4.6dfsg1-4_all.deb
  to pool/main/s/subversion/subversion-tools_1.4.6dfsg1-4_all.deb
subversion_1.4.6dfsg1-4.diff.gz
  to pool/main/s/subversion/subversion_1.4.6dfsg1-4.diff.gz
subversion_1.4.6dfsg1-4.dsc
  to pool/main/s/subversion/subversion_1.4.6dfsg1-4.dsc
subversion_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/subversion_1.4.6dfsg1-4_amd64.deb
subversion_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/subversion_1.4.6dfsg1-4_i386.deb



A summary of the 

Bug#477908: marked as done (subversion: adjust build-dependency (gcj not built on alpha, arm, hppa and hurd-i386))

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 21:47:46 +
with message-id [EMAIL PROTECTED]
and subject line Bug#477908: fixed in subversion 1.4.6dfsg1-4
has caused the Debian Bug report #477908,
regarding subversion: adjust build-dependency (gcj not built on alpha, arm, 
hppa and hurd-i386)
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
477908: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477908
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: subversion
Version: 1.4.6dfsg1-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: gcj-bd

gij/gcj and java-gcj-compat are not available (anymore) on the following
architectures: alpha, arm, hppa and hurd-i386.

This package has been identified as a package which build-depends on
gcj or java-gcj-compat-dev and builds at least one architecture
dependent package, and is unbuildable in unstable. If this report is a
false positive, please close it.

All gcj related build dependencies have to restricted to these
architectures on which a java or java compatible development kit /
compiler is available, i.e.

  java-gcj-compat [!alpha !arm !hppa !hurd-i386]

As a second step please consider changing the java-gcj-compat-dev b-d
to default-jdk-builddep, making the package independent of a specific
implementation and depend on the jdk, which is most suitable for this
architecture. default-jdk-builddep will depend in addition on
java-gcj-compat-dev, even if the default jdk is another one (to allow
to compile byte-code to native code using dh_nativejava).

A package build-depending on default-jdk-builddep should use as
JAVA_HOME /usr/lib/jvm/default-java, or as path for the tools
/usr/lib/jvm/default-java/bin.

If the package builds just architecture dependent binaries which
contain only byte-code compiled to native code (packages which often
end with -gcj), then the architecture restrictions on the build
dependency may not be needed (however the package cannot be built
anymore on those archs). In this case make sure that the binary
packages get removed on these architectures.

Please check the influence of a package upload on ongoing transitions
before an upload.


---End Message---
---BeginMessage---
Source: subversion
Source-Version: 1.4.6dfsg1-4

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

libapache2-svn_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/libapache2-svn_1.4.6dfsg1-4_amd64.deb
libapache2-svn_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/libapache2-svn_1.4.6dfsg1-4_i386.deb
libsvn-dev_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/libsvn-dev_1.4.6dfsg1-4_amd64.deb
libsvn-dev_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/libsvn-dev_1.4.6dfsg1-4_i386.deb
libsvn-doc_1.4.6dfsg1-4_all.deb
  to pool/main/s/subversion/libsvn-doc_1.4.6dfsg1-4_all.deb
libsvn-java_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/libsvn-java_1.4.6dfsg1-4_amd64.deb
libsvn-java_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/libsvn-java_1.4.6dfsg1-4_i386.deb
libsvn-javahl_1.4.6dfsg1-4_all.deb
  to pool/main/s/subversion/libsvn-javahl_1.4.6dfsg1-4_all.deb
libsvn-perl_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/libsvn-perl_1.4.6dfsg1-4_amd64.deb
libsvn-perl_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/libsvn-perl_1.4.6dfsg1-4_i386.deb
libsvn-ruby1.8_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/libsvn-ruby1.8_1.4.6dfsg1-4_amd64.deb
libsvn-ruby1.8_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/libsvn-ruby1.8_1.4.6dfsg1-4_i386.deb
libsvn-ruby_1.4.6dfsg1-4_all.deb
  to pool/main/s/subversion/libsvn-ruby_1.4.6dfsg1-4_all.deb
libsvn1_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/libsvn1_1.4.6dfsg1-4_amd64.deb
libsvn1_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/libsvn1_1.4.6dfsg1-4_i386.deb
python-subversion_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/python-subversion_1.4.6dfsg1-4_amd64.deb
python-subversion_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/python-subversion_1.4.6dfsg1-4_i386.deb
subversion-tools_1.4.6dfsg1-4_all.deb
  to pool/main/s/subversion/subversion-tools_1.4.6dfsg1-4_all.deb
subversion_1.4.6dfsg1-4.diff.gz
  to pool/main/s/subversion/subversion_1.4.6dfsg1-4.diff.gz
subversion_1.4.6dfsg1-4.dsc
  to pool/main/s/subversion/subversion_1.4.6dfsg1-4.dsc
subversion_1.4.6dfsg1-4_amd64.deb
  to pool/main/s/subversion/subversion_1.4.6dfsg1-4_amd64.deb
subversion_1.4.6dfsg1-4_i386.deb
  to pool/main/s/subversion/subversion_1.4.6dfsg1-4_i386.deb



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

Bug#478397: marked as done (vbetool: FTBFS: libpci-dev replaced pciutils-dev)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 21:47:52 +
with message-id [EMAIL PROTECTED]
and subject line Bug#478397: fixed in vbetool 1.0-2
has caused the Debian Bug report #478397,
regarding vbetool: FTBFS: libpci-dev replaced pciutils-dev
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
478397: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478397
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: vbetool
Severity: serious
Version: 1.0-1.1
Tags: sid
Justification: fails to build from source

pciutils-dev is now deprecated and uninstallable (strict
versioned-dependency on pciutils).

It was superseded by libpci-dev.


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: vbetool
Source-Version: 1.0-2

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

vbetool_1.0-2.diff.gz
  to pool/main/v/vbetool/vbetool_1.0-2.diff.gz
vbetool_1.0-2.dsc
  to pool/main/v/vbetool/vbetool_1.0-2.dsc
vbetool_1.0-2_amd64.deb
  to pool/main/v/vbetool/vbetool_1.0-2_amd64.deb
vbetool_1.0.orig.tar.gz
  to pool/main/v/vbetool/vbetool_1.0.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.
Anibal Monsalve Salazar [EMAIL PROTECTED] (supplier of updated vbetool 
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.8
Date: Sat, 03 May 2008 09:19:00 +1000
Source: vbetool
Binary: vbetool
Architecture: source amd64
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 vbetool- run real-mode video BIOS code to alter hardware state
Closes: 478397
Changes: 
 vbetool (1.0-2) unstable; urgency=low
 .
   * QA upload
 Set maintainer to Debian QA Group [EMAIL PROTECTED]
   * Build depends on libpci-dev. Closes: #478397
   * Don't build with static libpci.a
   * Non-native build
   * Bumped debian/compat to 6
   * Add homepage control header
   * Add debian/watch
   * Fix the following lintian issues:
 W: vbetool source: ancient-standards-version 3.6.1 (current is 3.7.3)
Checksums-Sha1: 
 3dc1ca5b7c444fb2b35fd34cc87469dcf26fe388 1013 vbetool_1.0-2.dsc
 07be6eae3f8b876bf8b1a873bb255ad17c6257fe 1426 vbetool_1.0-2.diff.gz
 0b896cda7d2fa740666ee6cb10f2b2e7e2bb9496 106319 vbetool_1.0.orig.tar.gz
 a5d3e57842d95e6b059dc29850dd4b6adf0b3be4 10488 vbetool_1.0-2_amd64.deb
Checksums-Sha256: 
 ef67b78f3c654c60004b754ea304f17ec3c8cc1f0be8314e2a4497bc30926a9a 1013 
vbetool_1.0-2.dsc
 60ca37ff82d6139ffbc944ce410abbc5d39709d96921b556633d8b79b8050740 1426 
vbetool_1.0-2.diff.gz
 806985c853caf6ae5edd9075bb4f132d35de23c439e6d18fc1326e457858e0b9 106319 
vbetool_1.0.orig.tar.gz
 4a2299cf113bad4e8efc2c536784dc5ad4cfa29ea0bcb1c3d99a645651095b5e 10488 
vbetool_1.0-2_amd64.deb
Files: 
 c4430b64a3e6e198d7edce92b74bc3b9 1013 utils optional vbetool_1.0-2.dsc
 a169f7a0d0252c84e986bec8fbccf065 1426 utils optional vbetool_1.0-2.diff.gz
 e57b5475b8200e3c44df7f53f0fbdc72 106319 utils optional vbetool_1.0.orig.tar.gz
 aa0cc59acbcafe537463cfdd7f56e492 10488 utils optional vbetool_1.0-2_amd64.deb

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

iD8DBQFIHNcugY5NIXPNpFURAlArAJ9de90Iyc+eDV9xyomaSYxY52JiBACffCJA
o5oEt2wWjCwqmUd5UYN9Fu0=
=OTB0
-END PGP SIGNATURE-


---End Message---


Bug#476167: marked as done (Missing dependencies on libxml2-dev and libglib2.0-dev)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 22:47:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#476167: fixed in libcroco 0.6.1-2
has caused the Debian Bug report #476167,
regarding Missing dependencies on libxml2-dev and libglib2.0-dev
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
476167: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476167
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libcroco3-dev
Version: 0.6.1-1
Severity: important

/usr/lib/pkgconfig/libcroco-0.6.pc and /usr/lib/libcroco-0.6.la
references libxml-2.0 and glib-2.0

Would be nice if you could update the dependencies here so we can build 
against libcroco3 

cheers :)
Heikki


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

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

Versions of packages libcroco3-dev depends on:
ii  libcroco3 0.6.1-1a generic Cascading Style
Sheet (C

libcroco3-dev recommends no packages.

-- no debconf information




---End Message---
---BeginMessage---
Source: libcroco
Source-Version: 0.6.1-2

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

libcroco3-dev_0.6.1-2_i386.deb
  to pool/main/libc/libcroco/libcroco3-dev_0.6.1-2_i386.deb
libcroco3_0.6.1-2_i386.deb
  to pool/main/libc/libcroco/libcroco3_0.6.1-2_i386.deb
libcroco_0.6.1-2.diff.gz
  to pool/main/libc/libcroco/libcroco_0.6.1-2.diff.gz
libcroco_0.6.1-2.dsc
  to pool/main/libc/libcroco/libcroco_0.6.1-2.dsc



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.
Kilian Krause [EMAIL PROTECTED] (supplier of updated libcroco 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.8
Date: Sat, 22 Sep 2007 12:37:34 +0200
Source: libcroco
Binary: libcroco3-dev libcroco3
Architecture: source i386
Version: 0.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Kilian Krause [EMAIL PROTECTED]
Description: 
 libcroco3  - a generic Cascading Style Sheet (CSS) parsing and manipulation to
 libcroco3-dev - a generic Cascading Style Sheet (CSS) parsing and manipulation 
to
Closes: 476167
Changes: 
 libcroco (0.6.1-2) unstable; urgency=low
 .
   [ Loic Minier ]
   * Set libcroco3-dev's section to libdevel.
 [debian/control, debian/control.in]
 .
   [ Josselin Mouette ]
   * rules: call clean-la.mk.
   * Build-depend on gnome-pkg-tools 0.7.
 .
   [ Loic Minier ]
   * Add a get-orig-source target to retrieve the upstream tarball.
 .
   [ Kilian Krause ]
   * Use binary:version and source:Version for binnNMU-safe uploads as
 added in dpkg-dev 1.13.19. Add to Build-Depends accordingly
 .
   [ Loic Minier ]
   * Wrap build-deps and deps.
   * Let libcroco3-dev depend on shlibs:Depends.
   * Let libcroco3-dev depend libxml2-dev (= 2.4.23) and libglib2.0-dev (=
 2.0) as these are referenceded in the .pc file; closes: #476167.
   * Bump up Standards-Version to 3.7.3.
   * Source Section is libs.
Checksums-Sha1: 
 4c45f4c2732987e9daa326dc5ea479b71d37d72f 1265 libcroco_0.6.1-2.dsc
 e15a8c3f9b888c7326a5ea3cbb06d96ec2bf 2703 libcroco_0.6.1-2.diff.gz
 fb9c084b2ae76f5f604025be16c667d04db7bd2b 141604 libcroco3-dev_0.6.1-2_i386.deb
 7077d0a732429646f676ac3baafaa7e5ca1f3416 113190 libcroco3_0.6.1-2_i386.deb
Checksums-Sha256: 
 ddbdd381b00328699d37305304d35f298104c54c45f2d2937e927a56fb9405ce 1265 
libcroco_0.6.1-2.dsc
 12846cd2ee7f4d3b63da0b1a7f889b64667f49a8cb2c767225e054d43b95cafb 2703 
libcroco_0.6.1-2.diff.gz
 f93eb0ea6d8198aa255de52f01a7d74b4abf24b88624c70f0ab058ee3479254a 141604 
libcroco3-dev_0.6.1-2_i386.deb
 9101534a6463b61e5c3a04ea6bef6980ca433164a4d8d08db553ddaeca2a78f8 113190 
libcroco3_0.6.1-2_i386.deb
Files: 
 06f8f69f9892e2706cfb3e0d36e03be4 1265 libs optional libcroco_0.6.1-2.dsc
 6448c2ff605e18f10a11c80c8de9cded 2703 libs optional libcroco_0.6.1-2.diff.gz
 29fef960c70b9cdcde97eab0bb29005f 141604 libdevel optional 

Bug#479074: libgnustep-base1.14: trying to overwrite `/usr/lib/GNUstep/Bundles/SSL.bundle/SSL', which is also in package libgnustep-base1.15

2008-05-03 Thread Hubert Chathi
On Sat, 03 May 2008 16:56:44 -0400, Hubert Chathi [EMAIL PROTECTED] said:

 Yes, libgnustep-base1.15 is supposed to conflict with/replace
 libgnustep-base1.14.

Err... correction: the next upload of libgnustep-base1.15 won't include
the SSL bundle, since it is no longer needed.  I don't think any of the
other files conflict, but I'll double check.

-- 
Hubert Chathi [EMAIL PROTECTED] -- Jabber: [EMAIL PROTECTED]
PGP/GnuPG key: 1024D/124B61FA http://www.uhoreg.ca/
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA



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



Bug#479240: marked as done (libapache2-mod-perl2_2.0.3-5+b1(sparc/unstable): FTBFS on sparc)

2008-05-03 Thread Debian Bug Tracking System

Your message dated Sat, 03 May 2008 23:02:15 +
with message-id [EMAIL PROTECTED]
and subject line Bug#479240: fixed in libapache2-mod-perl2 2.0.4-1
has caused the Debian Bug report #479240,
regarding libapache2-mod-perl2_2.0.3-5+b1(sparc/unstable): FTBFS on sparc
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
479240: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479240
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libapache2-mod-perl2
Version: 2.0.3-5+b1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of libapache2-mod-perl2_2.0.3-5+b1 on spontini by 
 sbuild/sparc 99.99
 Build started at 20080503-1919

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: apache2, apache2-threaded-dev (= 2.2.3) | apache2-prefork-dev 
 (= 2.2.3), debhelper (= 6), libbsd-resource-perl, libcompress-zlib-perl, 
 libdevel-symdump-perl, libgdbm-dev, libgtop2-dev, libhtml-parser-perl, 
 libperl-dev (= 5.8.7-3), libwww-perl, locales-all, netbase, perl (= 
 5.8.7-3), quilt

[...]

 14 tests and 13 subtests skipped.
 Failed 2/236 test scripts. 2/3746 subtests failed.
 Files=236, Tests=3746, 819 wallclock secs (739.93 cusr + 43.86 csys = 783.79 
 CPU)
 Failed 2/236 test programs. 2/3746 subtests failed.
 [warning] server spontini:8529 shutdown
 [  error] error running tests (please examine t/logs/error_log)
 [  error] oh dangit, server dumped core 
 [  error] for stacktrace, run: gdb /usr/sbin/apache2 -core 
 /build/buildd/libapache2-mod-perl2-2.0.3/t/core.2196
 ++
 | Please file a bug report: http://perl.apache.org/bugs/ |
 ++
 make[1]: *** [run_tests] Error 1
 make[1]: Leaving directory `/build/buildd/libapache2-mod-perl2-2.0.3'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=sparcpkg=libapache2-mod-perl2ver=2.0.3-5+b1



---End Message---
---BeginMessage---
Source: libapache2-mod-perl2
Source-Version: 2.0.4-1

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

libapache2-mod-perl2-dev_2.0.4-1_all.deb
  to 
pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2-dev_2.0.4-1_all.deb
libapache2-mod-perl2-doc_2.0.4-1_all.deb
  to 
pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2-doc_2.0.4-1_all.deb
libapache2-mod-perl2_2.0.4-1.diff.gz
  to pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.4-1.diff.gz
libapache2-mod-perl2_2.0.4-1.dsc
  to pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.4-1.dsc
libapache2-mod-perl2_2.0.4-1_i386.deb
  to pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.4-1_i386.deb
libapache2-mod-perl2_2.0.4.orig.tar.gz
  to pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.4.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.
gregor herrmann [EMAIL PROTECTED] (supplier of updated libapache2-mod-perl2 
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.8
Date: Sun, 04 May 2008 00:43:47 +0200
Source: libapache2-mod-perl2
Binary: libapache2-mod-perl2 libapache2-mod-perl2-dev libapache2-mod-perl2-doc
Architecture: source all i386
Version: 2.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: gregor herrmann [EMAIL PROTECTED]
Description: 
 libapache2-mod-perl2 - Integration of perl with the Apache2 web server
 libapache2-mod-perl2-dev - Integration of perl with the Apache2 web server - 
development fil
 libapache2-mod-perl2-doc - Integration of perl with the Apache2 web server - 
documentation
Closes: 479240
Changes: 
 libapache2-mod-perl2 (2.0.4-1) unstable; urgency=low
 .
   [ Damyan Ivanov ]
   * New upstream release. Support to Perl 5.10 added. Closes: #479240
   * Apache2::Reload was split in its own CPAN module, add
 libapache2-reload-perl to Recommends
   * Drop patches applied upstream
 + 005-regex

  1   2   >