Processed: tagging 435310

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

> # Automatically generated email from bts, devscripts version 2.10.6
> tags 435310 sid
Bug#435310: libdb3-ruby1.9: no longer useful
There were no tags set.
Tags added: sid

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#431526: nmu proposal

2007-07-31 Thread Steffen Joeris
Hi mate

I kindly propose the following NMU patch. It adds an if condition to the 
update-inetd call and changes the dependency from netbase to update-inetd.
Please consider this NMU. Feel free to upload yourself, give some feedback or 
give me permission to go ahead :)

Cheers
Steffen
diff -u gnats-4.1.0/debian/gnats.postrm.in gnats-4.1.0/debian/gnats.postrm.in
--- gnats-4.1.0/debian/gnats.postrm.in
+++ gnats-4.1.0/debian/gnats.postrm.in
@@ -31,7 +31,9 @@
 
 if [ "$1" = purge ]; then
   # Remove the inetd setting when purging this package.
-  update-inetd --remove "#?support.*"
+  if [ -e "/usr/sbin/update-inetd" ] ; then
+  	update-inetd --remove "#?support.*"
+  fi
 
   # Remove debconf templates and data
   db_purge || true
diff -u gnats-4.1.0/debian/changelog gnats-4.1.0/debian/changelog
--- gnats-4.1.0/debian/changelog
+++ gnats-4.1.0/debian/changelog
@@ -1,3 +1,13 @@
+gnats (4.1.0-0.3) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Fix unconditional use of update-inetd in gnats.postrm script,
+because update-inetd is not essential (Closes: #431526)
+  * Change dependency from netbase to update-inetd, because
+update-inetd was moved into a seperate package (Closes: #43532)
+
+ -- Steffen Joeris <[EMAIL PROTECTED]>  Tue, 31 Jul 2007 17:31:11 +1000
+
 gnats (4.1.0-0.2) unstable; urgency=high
 
   * Non-maintainer upload during BSP
diff -u gnats-4.1.0/debian/control gnats-4.1.0/debian/control
--- gnats-4.1.0/debian/control
+++ gnats-4.1.0/debian/control
@@ -32,7 +32,7 @@
 
 Package: gnats
 Architecture: any
-Depends: gnats-user (>=4.0-4), exim4 | mail-transport-agent, debianutils (>= 1.6), ${misc:Depends}, ${shlibs:Depends}, adduser, netbase
+Depends: gnats-user (>=4.0-4), exim4 | mail-transport-agent, debianutils (>= 1.6), ${misc:Depends}, ${shlibs:Depends}, adduser, update-inetd
 Suggests: gnatsweb
 Description: The GNU problem report management system (central database)
  GNATS is a bug-tracking tool designed for use at a central "Support


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


Bug#435214: [Pkg-octave-devel] Bug#435214: Bug#435214: octave-sp: license is neither GPL-compatible nor DFSG-free

2007-07-31 Thread Rafael Laboissiere
* Steven G. Johnson <[EMAIL PROTECTED]> [2007-07-30 14:02]:

> On Mon, 30 Jul 2007, Rafael Laboissiere wrote:
> > I think that you are right: the sentence in the COPYRIGHT file is ambiguous
> > and must be clarified.  However, before contacting the upstream author, I
> > would like to know whether this package works with Octave 2.9.  Does anyone
> > know?  I have never used the semidef-oct package myself...
> 
> Yes, it seems to work.  I just recompiled the Debian package for 
> octave2.9, installed it, and tried a random lin_prog (linear programming) 
> problem, and it looks okay.

Thanks for this info.  I will contact the upstream author.

-- 
Rafael


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



Bug#427701: Bug #427701

2007-07-31 Thread Joerg Delker
I'm encountering the same problem!

capisuite   0.4.5-6
sox 13.0.0-1+b1

The recordings (*.la) themself seem to be ok, but obviously there is a
problem converting the file to wav when sending out the notification.
They just produce terrible noise.

When I convert a *.la file manually (sox voice-xyz.la test.wav) the
resulting wav file plays ok.

Regards,
Jörg





smime.p7s
Description: S/MIME Cryptographic Signature


Bug#427701: Bug #427701

2007-07-31 Thread Joerg Delker
Some addition, as my previous post is misleading:

The root cause is the underlying sox.

With the stable version (12.17.9-1) everything is ok.
Using the testing version (13.0.0-1+b1) the problem occurs.

Unless this is an issue with changed parameters, this may be sox bug.

Regards,
Jörg





smime.p7s
Description: S/MIME Cryptographic Signature


Bug#429189: marked as done (kino_1.0.0-1(experimental/powerpc/anakreon): page_export_avi.cc:244: error: 'resample' was not declared in this scope)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jul 2007 10:17:10 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#429189: fixed in kino 1.1.0-2
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: kino
Version: 1.0.0-1
Severity: serious
Tags: experimental

Heya,

Your package failed to build on one of my autobuilders:

| Automatic build of kino_1.0.0-1 on anakreon.ftwca.de by sbuild/powerpc 98-farm
| Build started at 20070616-0828
| **

[...]

| Checking correctness of source dependencies...
| Toolchain package versions: libc6-dev_2.5-11 gcc-4.2_ g++-4.2_ 
binutils_2.17cvs20070426-8 libstdc++6-4.2-dev_ libstdc++6_4.2-20070609-1

[...]

| if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/include/lqt   
-I/usr/include/alsa   -I/usr/include/libxml2   -pthread -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 
-I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/include/libpng12   -I/usr/include/ffmpeg -D_FILE_OFFSET_BITS=64 
-DKINO_PLUGINDIR=\""/usr/lib/kino-gtk2"\" -DDATADIR=\""/usr/share"\" 
-D_REENTRANT -D__STDC_CONSTANT_MACROS-g -O2 -MT page_export_avi.o -MD -MP 
-MF ".deps/page_export_avi.Tpo" -c -o page_export_avi.o page_export_avi.cc; \
|   then mv -f ".deps/page_export_avi.Tpo" ".deps/page_export_avi.Po"; else 
rm -f ".deps/page_export_avi.Tpo"; exit 1; fi
| /usr/include/ffmpeg/avcodec.h:2432: warning: attribute ignored in declaration 
of 'struct ImgReSampleContext'
| /usr/include/ffmpeg/avcodec.h:2432: warning: attribute for 'struct 
ImgReSampleContext' must follow the 'struct' keyword
| /usr/include/ffmpeg/avcodec.h:2437: warning: 'ImgReSampleContext' is 
deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434)
| /usr/include/ffmpeg/avcodec.h:2444: warning: 'ImgReSampleContext' is 
deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434)
| /usr/include/ffmpeg/avcodec.h:2448: warning: 'ImgReSampleContext' is 
deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434)
| /usr/include/ffmpeg/avcodec.h:2450: warning: 'ImgReSampleContext' is 
deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434)
| /usr/include/ffmpeg/avformat.h:282: warning: 'AVFrac' is deprecated (declared 
at /usr/include/ffmpeg/avformat.h:118)
| avi.h:160: warning: ignoring packed attribute because of unpacked non-POD 
field '::avisuperindex_entry ::aIndex 
[2014]'
| avi.h:178: warning: ignoring packed attribute because of unpacked non-POD 
field '::avifieldindex_entry ::aIndex 
[17895]'
| avi.h:191: warning: ignoring packed attribute because of unpacked non-POD 
field '::avisimpleindex_entry ::aIndex 
[2]'
| page_export_avi.cc: In member function 'virtual export_result 
ExportAVI::doExport(PlayList*, int, int, int, bool)':
| page_export_avi.cc:244: error: 'resample' was not declared in this scope
| make[4]: *** [page_export_avi.o] Error 1
| make[4]: Leaving directory `/build/buildd/kino-1.0.0/src'
| make[3]: *** [all-recursive] Error 1
| make[3]: Leaving directory `/build/buildd/kino-1.0.0/src'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/build/buildd/kino-1.0.0'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/build/buildd/kino-1.0.0'
| make: *** [build-stamp] Error 2
| **
| Build finished at 20070616-0832
| FAILED [dpkg-buildpackage died]
| Build needed 00:02:20, 37380k disk space

A complete build log can be found at
http://experimental.debian.net/build.php?arch=powerpc&pkg=kino&ver=1.0.0-1

Marc
-- 
BOFH #372:
Forced to support NT servers; sysadmins quit.

--- End Message ---
--- Begin Message ---
Source: kino
Source-Version: 1.1.0-2

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

kino_1.1.0-2.diff.gz
  to pool/main/k/kino/kino_1.1.0-2.diff.gz
kino_1.1.0-2.dsc
  to pool/main/k/kino/kino_1.1.0-2.dsc
kino_1.1.0-2_i386.deb
  to pool/main/k/kino/kino_1.1.0-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.
Roland Mas <[EMAIL PROTECTE

Bug#435376: wrong build due to changed dpkg-architecture output

2007-07-31 Thread Matthias Klose
Package: newt
Severity: serious
Version: 0.52.2-10
Tags: patch

--- /tmp/H0z2B5smid/newt-0.52.2/debian/rules2007-07-31 10:43:40.0 
+
+++ /tmp/asRBd8kDVh/newt-0.52.2/debian/rules2007-07-31 10:43:41.0 
+
@@ -44,7 +44,7 @@
 LIBCDEV=libc-dev
 GPMSUPPORT=
 
-ifeq ($(DEB_BUILD_GNU_SYSTEM),linux)
+ifneq (,$(findstring linux, $(DEB_BUILD_GNU_SYSTEM)))
 GPMSUPPORT= --with-gpm-support
 LIBCDEV=libc6-dev
 ifeq ($(DEB_BUILD_GNU_CPU),alpha)


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



Processed: severity of 432971 is important

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

> # Automatically generated email from bts, devscripts version 2.10.6
> severity 432971 important
Bug#432971: linux-image-2.6.21-2-686: Hangs at boot before "Begin: Waiting for 
root filesystem" message
Severity set to `important' from `critical'

>
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: cloning 416594, reassign -1 to nvidia-kernel-legacy-96xx-source, found -1 in 1.0.9639-1

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

> # Automatically generated email from bts, devscripts version 2.10.6
> clone 416594 -1
Bug#416594: nvidia-kernel-source: bad attempt to nest fakeroot sessions
Bug 416594 cloned as bug 435386.

> reassign -1 nvidia-kernel-legacy-96xx-source
Bug#435386: nvidia-kernel-source: bad attempt to nest fakeroot sessions
Bug reassigned from package `nvidia-kernel-source' to 
`nvidia-kernel-legacy-96xx-source'.

> found -1 1.0.9639-1
Bug#435386: nvidia-kernel-source: bad attempt to nest fakeroot sessions
Bug marked as found in version 1.0.9639-1 and reopened.

>
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#435214: Clarification of licensing terms of semidef-oct

2007-07-31 Thread Rafael Laboissiere
I am one of the members of the Debian Octave Group [1], which maintains the
Octave-related packages for the Debian GNU/Linux distribution.  Your
semidef_prog software, which was ported to Octave by A. S. Hodel, has been
packaged for Debian [2] since 1998.

Only recently, it has been brought to our attention [3] the fact that the
license terms in the semidef_prog's README file are incompatible with the 
Debian Free Software Guidelines [4].  At least, the phrase "distribute this
software for any purpose without fee" is ambiguous.

Unless the license terms are clarified or they are switched to some standard
license language (like MIT/X11 or GPL), we will be forced to removed the
package from Debian, which would be a pity for our users.

Just FYI, the semidef_prog software seem sto work correctly with the latest
version of Octave (2.9.13).

[1] http://pkg-octave.alioth.debian.org/
[2] http://packages.debian.org/unstable/math/octave-sp
[3] http://bugs.debian.org/435214
[4] http://www.debian.org/social_contract#guidelines

(Please, respect the Reply-To header, in order to keep the discussion
recorded in our Bug Tracking System.  Thanks.)

Best regards,

-- 
Rafael Laboissiere 


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



Bug#424018: dvi2tty licence clarification needed!

2007-07-31 Thread Paul Wise
Hi all,

http://bugs.debian.org/424018

The Debian project needs a clarification on the licence of dvi2tty.
There are two licence statements, one says GNU General Public Licence,
the other says non-commercial use only. The preferable situation for us
would be that dvi2tty was released fully under the GNU GPL. It would
also help if the list of copyright holders was enumerated. 

Please keep the bug report in CC.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#433166: totem-xine: totem stopped working after recent upgrade: no codec is known anymore

2007-07-31 Thread Kevin Brown


I was experiencing this bug as well (with totem-xine).

As with the original submitter, installing libxine1-ffmpeg fixed it.

The reason I'm replying to this is that I had to install that package 
*after* I had already installed totem-xine 2.18.2-2 from -unstable. 
Installing that (as an upgrade to 2.18.2-1) did not install libxine1-ffmpeg.


So it appears that this bug still isn't fixed, somehow...



--
Kevin Brown   [EMAIL PROTECTED]


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



Processed: tagging 435376

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

> # Automatically generated email from bts, devscripts version 2.10.6
> tags 435376 sid lenny
Bug#435376: wrong build due to changed dpkg-architecture output
Tags were: patch
Tags added: sid, lenny

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#434303: marked as done (sdl-mixer1.2: FTBFS: Cannot find linux/awe_voice.h)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jul 2007 13:02:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#434303: fixed in sdl-mixer1.2 1.2.6-3
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: sdl-mixer1.2
Version: 1.2.6-2
Severity: serious

From my pbuilder build log, reproduced on both amd64 and i386:

...
/bin/sh ../libtool --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"SDL_mixer\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. -I. -I..-g -Wall -O2 
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DUSE_RWOPS -DCMD_MUSIC 
-DWAV_MUSIC -DMOD_MUSIC -I../mikmod -DMID_MUSIC -DUSE_TIMIDITY_MIDI 
-I../timidity -DUSE_NATIVE_MIDI -I../native_midi -DOGG_MUSIC -DMP3_MUSIC 
-I/usr/include/smpeg -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o 
emumidi.lo emumidi.c
mkdir .libs
 cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_mixer\" 
-DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. 
-I. -I.. -g -Wall -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
-DUSE_RWOPS -DCMD_MUSIC -DWAV_MUSIC -DMOD_MUSIC -I../mikmod -DMID_MUSIC 
-DUSE_TIMIDITY_MIDI -I../timidity -DUSE_NATIVE_MIDI -I../native_midi 
-DOGG_MUSIC -DMP3_MUSIC -I/usr/include/smpeg -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT -c emumidi.c  -fPIC -DPIC -o .libs/emumidi.o
In file included from emumidi.h:16,
 from emumidi.c:21:
playmidi.h:17:1: warning: "/*" within comment
playmidi.h:56:29: error: linux/awe_voice.h: No such file or directory
emumidi.c: In function 'seq_key_pressure':
emumidi.c:162: warning: implicit declaration of function 'AWE_KEY_PRESSURE'
emumidi.c: In function 'seq_chn_pressure':
emumidi.c:315: warning: implicit declaration of function 'AWE_CHN_PRESSURE'
emumidi.c: In function 'seq_reset':
emumidi.c:380: warning: implicit declaration of function 'AWE_SET_CHANNEL_MODE'
emumidi.c:381: warning: implicit declaration of function 'AWE_DRUM_CHANNELS'
emumidi.c:382: warning: implicit declaration of function 'AWE_TERMINATE_ALL'
make[2]: *** [emumidi.lo] Error 1
make[2]: Leaving directory `/tmp/buildd/sdl-mixer1.2-1.2.6/native_midi_gpl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/buildd/sdl-mixer1.2-1.2.6'
make: *** [debian/stamp-makefile-build] Error 2
-- 
Daniel Schepler

--- End Message ---
--- Begin Message ---
Source: sdl-mixer1.2
Source-Version: 1.2.6-3

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

libsdl-mixer1.2-dev_1.2.6-3_amd64.deb
  to pool/main/s/sdl-mixer1.2/libsdl-mixer1.2-dev_1.2.6-3_amd64.deb
libsdl-mixer1.2_1.2.6-3_amd64.deb
  to pool/main/s/sdl-mixer1.2/libsdl-mixer1.2_1.2.6-3_amd64.deb
sdl-mixer1.2_1.2.6-3.diff.gz
  to pool/main/s/sdl-mixer1.2/sdl-mixer1.2_1.2.6-3.diff.gz
sdl-mixer1.2_1.2.6-3.dsc
  to pool/main/s/sdl-mixer1.2/sdl-mixer1.2_1.2.6-3.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.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated sdl-mixer1.2 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: Tue, 31 Jul 2007 14:16:36 +0200
Source: sdl-mixer1.2
Binary: libsdl-mixer1.2 libsdl-mixer1.2-dev
Architecture: source amd64
Version: 1.2.6-3
Distribution: unstable
Urgency: low
Maintainer: Debian SDL packages maintainers <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description: 
 libsdl-mixer1.2 - mixer library for Simple DirectMedia Layer 1.2
 libsdl-mixer1.2-dev - development files for SDL1.2 mixer library
Closes: 413655 413656 413662 422522 424268 428892 4343

Bug#435401: sandbox for vim allows attackers to execute shell commands and write files via modelines

2007-07-31 Thread Steffen Joeris
Package: vim
Version: 1:7.1-022+1
Severity: grave
Tags: security
Justification: user security hole

Hi mates

I found this CVE[0], which states:

The sandbox for vim allows dangerous functions such as (1) writefile,
(2) feedkeys, and (3) system, which might allow user-assisted attackers
to execute shell commands and write files via modelines.


I also saw that there is an ubuntu security announce, including these
two patches[1] as a fix.

Can you please investigate, if any versions in debian are vulnerable?
Please also feel free to downgrade/close this bug, if the fix is already
in unstable.
Thanks for your efforts.

Cheers
Steffen

[0]: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2438

[1]: http://developer.skolelinux.no/~white/security/vim/


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



Bug#435227: /proc/bus/input/devices has changed

2007-07-31 Thread Artur R. Czechowski
Package: yaird
Version: 0.0.12-20
Followup-For: Bug #435227

Hi,
I can confirm this bug. It appears due to change in /proc/bus/input/devices.
linux-image-2.6.21-2-amd64 2.6.21-6 has entries without U: Uniq= line.
This line appears since 2.6.22 and made yaird useless.

BTW, Maximilian Attems have suggested[1] not to using yaird. Is that
an official recommendation from yaird devel team? If yes, when migration
to initramfs-tool shall be happend?

Regards
Artur

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;bug=435227

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

Kernel: Linux 2.6.21-2-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages yaird depends on:
ii  cpio 2.9-2   GNU cpio -- a program to manage ar
ii  dash 0.5.4-1 The Debian Almquist Shell
ii  libc62.6-5   GNU C Library: Shared libraries
ii  libhtml-template-perl2.9-1   HTML::Template : A module for usin
ii  libparse-recdescent-perl 1.94.free-4 Generates recursive-descent parser
ii  perl 5.8.8-7 Larry Wall's Practical Extraction 

yaird recommends no packages.

-- no debconf information

-- 
- God, root, what's the difference?
- God has mercy
  /Illiad, "User friendly"/


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



Bug#435414: mount: Impossible to upgrade, requires updated nfs-common, nfs-common is already upgraded.

2007-07-31 Thread debbug . mountnfs
Package: mount
Version: 2.12r-19
Severity: grave
Justification: renders package unusable

It seems to be impossible to install the latest version of
mount in unstable:

# apt-get install mount nfs-common
Reading package lists... Done
Building dependency tree   
Reading state information... Done
nfs-common is already the newest version.
The following packages will be upgraded:
  mount
1 upgraded, 0 newly installed, 0 to remove and 65 not upgraded.
Need to get 0B/133kB of archives.
After unpacking 28.7kB disk space will be freed.
(Reading database ... 106061 files and directories currently installed.)
Preparing to replace mount 2.12r-19 (using .../mount_2.13~rc2-4_i386.deb) ...
You have NFS mounts, and this version of mount requires that nfs-common
be upgraded before NFS mounts will work.

Aborting install.
dpkg: error processing /var/cache/apt/archives/mount_2.13~rc2-4_i386.deb 
(--unpack):
 subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/mount_2.13~rc2-4_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

# dpkg -l | grep -i nfs-common
ii  nfs-common   1:1.1.0-13 NFS support 
files common to client and serve


It might be relevant to note that this computer is running diskless, 
with root on NFS.

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

Kernel: Linux 2.6.22.1 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=C, LC_CTYPE=no_NO.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages mount depends on:
ii  libblkid1 1.40.2-1   block device id library
ii  libc6 2.6-5  GNU C Library: Shared libraries
ii  libuuid1  1.40.2-1   universally unique id library

mount recommends no packages.

-- no debconf information


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



Bug#398391: marked as done (imhangul: postinst fails: /var/lib/dpkg/info/imhangul.postinst: line 9: /usr/sbin/update-gtk-immodules: No such file or directory)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jul 2007 17:32:17 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 0.9.13-4 as well
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: imhangul
Version: 0.9.13-3
Severity: serious
Justification: makes package uninstallable
Usertags: grid5000

Hi,

During a piuparts run over all the packages in etch, I ran into a
problem with your package:

  Setting up imhangul (0.9.13-3) ...
  /var/lib/dpkg/info/imhangul.postinst: line 9:
/usr/sbin/update-gtk-immodules: 
No such file or directory
  dpkg: error processing imhangul (--configure):
   subprocess post-installation script returned error exit status 1

The full log is available from 
http://ox.blop.info/bazaar/buildlogs/20061113/

The piuparts run was done on about 40 AMD64 nodes of the Grid'5000
platform, using a clean chroot containing an etch i386 environment
(not unstable).  Internet was not accessible from the build systems.

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

--- End Message ---
--- Begin Message ---
Version: 0.9.13-4

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 16 Mar 2007 04:00:02 +0900
Source: imhangul
Binary: imhangul
Architecture: source i386
Version: 0.9.13-4
Distribution: experimental
Urgency: low
Maintainer: Changwoo Ryu <[EMAIL PROTECTED]>
Changed-By: Changwoo Ryu <[EMAIL PROTECTED]>
Description: 
 imhangul   - A Hangul (Korean) input module for GTK+
Changes: 
 imhangul (0.9.13-4) experimental; urgency=low
 .
   * Bumped Standard-Version to 3.7.2.
   * Used dh_gtkmodules instead of update-gtk-immodules.
   * Detect the immodule path in build time.  No more debian/rules
 modification on every new stable GTK+ release...
Files: 
 2c4844ec535c96089a66749b1d8800f4 602 gnome optional imhangul_0.9.13-4.dsc
 7bdf70560c047a28b7f636cdbc9aed2a 3645 gnome optional imhangul_0.9.13-4.diff.gz
 a9e6982c1970b314f302b34f83cfa06f 170954 gnome optional 
imhangul_0.9.13-4_i386.deb

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

iD8DBQFF+ZftAbRzNODUnpkRAnKuAJ9QeaS4XgxzxP1oC+qo2DAOktM0pgCeOsKr
V/ZiRu0nctor6tsX9dD1jQ0=
=+1rT
-END PGP SIGNATURE-

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
 Listening to: Fangoria - Miro la vida pasar

--- End Message ---


Bug#423814: marked as done (necpp: FTBFS: FAILURE - PyNEC requires Numarray to be installed. Please install Numarrray first.)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jul 2007 17:32:15 +0200
with message-id <[EMAIL PROTECTED]>
and subject line necpp: FTBFS: FAILURE - PyNEC requires Numarray to be 
installed. Please install Numarrray first.
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: necpp
Severity: serious
Version: 1.2.4+cvs20060601-1
Justification: policy violation

hi, 

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

 > Numarray installation check...
 > FAILURE - PyNEC requires Numarray to be installed. Please install Numarrray 
 > first.
 > Installation aborted
 > make: *** [build-stamp] Error 255
 
the full log can be found here:

 
http://people.debian.org/~lucas/logs/2007/05/13/necpp_1.2.4+cvs20060601-1_sid32.buildlog

bye,
- michael

--- End Message ---
--- Begin Message ---
On Mon, May 14, 2007 at 12:46:20PM +0200, Michael Ablassmeier wrote:
> Package: necpp
> Severity: serious
> Version: 1.2.4+cvs20060601-1
> Justification: policy violation
> 
> hi, 
> 
> Lucas has rebuild the archive on i386 and your package Failed to Build
> from Source with the following error:
> 
>  > Numarray installation check...
>  > FAILURE - PyNEC requires Numarray to be installed. Please install 
> Numarrray first.
>  > Installation aborted
>  > make: *** [build-stamp] Error 255
>  
> the full log can be found here:
> 
>  
> http://people.debian.org/~lucas/logs/2007/05/13/necpp_1.2.4+cvs20060601-1_sid32.buildlog
> 

I have been unable to reproduce the bug on lenny and sid for both i386
and amd64. I guess this was a transient problem with python-numarray or
pycentral.

I am therefore closing the bug, please feel free to reopen it if you are
able to reproduce it again.

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


Bug#435420: mlmmj-process, in Etch, is suffuring from a known bug

2007-07-31 Thread Thomas Goirand
Package: mlmmj
Version: 1.2.11-7.1
Severity: grave
Justification: renders package unusable

Hello,

we have about 200 servers (including our VPS) using MLMMJ, and in the syslog 
one of our most used one, I have just saw this:

Jul 30 22:15:58 mx /usr/bin/mlmmj-process[17885]: subscriberfuncs.c:61: Could 
not mmap fd: Invalid argument
Jul 30 22:15:58 mx /usr/bin/mlmmj-send[17885]: getaddrsfromfd.c:27: Could not 
mmap fd: Invalid argument
Jul 30 22:16:56 mx /usr/bin/mlmmj-bounce[18009]: subscriberfuncs.c:61: Could 
not mmap fd: Invalid argument
Jul 30 22:17:48 mx /usr/bin/mlmmj-bounce[18124]: subscriberfuncs.c:61: Could 
not mmap fd: Invalid argument

and that corresponds to what has been discussed here:

http://mlmmj.mmj.dk/archives/mlmmj/2006-08/0758.html

as there is an easy fix, we would really appreciate that this patch was applied 
to the current version in Etch in order to avoid to backport and install by 
hand a newer version of this package in each of our servers (a security patch 
release would be great).

Thanks.

-- 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.16
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mlmmj depends on:
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  grep-dctrl  2.9.3Grep Debian package information - 
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  postfix [mail-transport-age 2.3.8-2+b1   A high-performance mail transport 

mlmmj recommends no packages.

-- debconf information excluded


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



Bug#435421: myphpmoney: can't install, remove or purge

2007-07-31 Thread Herbert P Fortes Neto
Package: myphpmoney
Version: 1.3RC3+dfsg-5
Severity: grave
Justification: renders package unusable


 Hi,

 In version 1.3RC3+dfsg-4 
"Remove useless question about webservers
as only Apache 2 is remaining in the archive.
Edited prerm, postinst and config accordingly"

 But, in version 1.3RC3+dfsg-5, debian/postinst:96 and
debian/prerm:13 are using "db_get "myphpmoney/webservers".
And debian/templates does not make questions about webservers.



 []

-- 
Herbert Parentes Fortes Neto (hpfn)
Linux user number 416100
0x9834F79E -- http://pgp.mit.edu/



pgpdLjiIpllFo.pgp
Description: PGP signature


Bug#435420: Current Etch version of MLMMJ seems to suffer from a known and corrected bug

2007-07-31 Thread Thomas Goirand
Dear list,

Here's what I saw in one of my server's syslog:

Jul 30 22:15:58 mx /usr/bin/mlmmj-process[17885]: subscriberfuncs.c:61:
Could not mmap fd: Invalid argument
Jul 30 22:15:58 mx /usr/bin/mlmmj-send[17885]: getaddrsfromfd.c:27:
Could not mmap fd: Invalid argument
Jul 30 22:16:56 mx /usr/bin/mlmmj-bounce[18009]: subscriberfuncs.c:61:
Could not mmap fd: Invalid argument
Jul 30 22:17:48 mx /usr/bin/mlmmj-bounce[18124]: subscriberfuncs.c:61:
Could not mmap fd: Invalid argument

As I saw this in the archive of the list:

http://mlmmj.mmj.dk/archives/mlmmj/2006-08/0758.html

with this reply:

http://mlmmj.mmj.dk/archives/mlmmj/2006-08/0759.html

I was wondering what you would advise to patch in the current Debian
stable version, so we can have it patched.

Best regards,

Thomas Goirand

P.S: Please keep the address [EMAIL PROTECTED] as cc so it can be
sent to the Debian bug tracker system (BTS) case that I have just open,
and with it's archive can be seen here:

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


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



Bug#433166: totem-xine: totem stopped working after recent upgrade: no codec is known anymore

2007-07-31 Thread Loïc Minier
On Tue, Jul 31, 2007, Kevin Brown wrote:
> I was experiencing this bug as well (with totem-xine).
> 
> As with the original submitter, installing libxine1-ffmpeg fixed it.
> 
> The reason I'm replying to this is that I had to install that package 
> *after* I had already installed totem-xine 2.18.2-2 from -unstable. 
> Installing that (as an upgrade to 2.18.2-1) did not install libxine1-ffmpeg.
> 
> So it appears that this bug still isn't fixed, somehow...

 It's perhaps because your package manager doesn't honor "Recommends"
 dependencies; use aptitude or wait for APT to be fixed so that apt-get
 and synaptic will pull Recommends properly.

-- 
Loïc Minier



Bug#434216: rss-glx: Cannot install due to missing dependency - libglew1

2007-07-31 Thread Joost Yervante Damad
Hi,

do you mind if I fix this bug, and upload a fix, it's holding back some of my 
packages as part of the libglew transition.

Thanks, Joost Damad


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



Bug#434216: rss-glx: Cannot install due to missing dependency - libglew1

2007-07-31 Thread Ari Pollak
All this needs is a binNMU on all architectures, which can be requested
by emailing debian-release.

On Tue, 2007-07-31 at 18:16 +0200, Joost Yervante Damad wrote:
> Hi,
> 
> do you mind if I fix this bug, and upload a fix, it's holding back some of my 
> packages as part of the libglew transition.
> 
> Thanks, Joost Damad
> 



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



Bug#435420: Current Etch version of MLMMJ seems to suffer from a known and corrected bug

2007-07-31 Thread Mads Martin Joergensen


Hello Thomas,

On 31/07/2007, at 17.49, Thomas Goirand wrote:

Jul 30 22:15:58 mx /usr/bin/mlmmj-process[17885]: subscriberfuncs.c: 
61:

Could not mmap fd: Invalid argument
Jul 30 22:15:58 mx /usr/bin/mlmmj-send[17885]: getaddrsfromfd.c:27:
Could not mmap fd: Invalid argument
Jul 30 22:16:56 mx /usr/bin/mlmmj-bounce[18009]: subscriberfuncs.c:61:
Could not mmap fd: Invalid argument
Jul 30 22:17:48 mx /usr/bin/mlmmj-bounce[18124]: subscriberfuncs.c:61:
Could not mmap fd: Invalid argument


When I started mlmmj the linux kernel didn't complain about mmap'ing  
a file with size 0. My FreeBSD box is not complaining either.



As I saw this in the archive of the list:

http://mlmmj.mmj.dk/archives/mlmmj/2006-08/0758.html

with this reply:

http://mlmmj.mmj.dk/archives/mlmmj/2006-08/0759.html

I was wondering what you would advise to patch in the current Debian
stable version, so we can have it patched.


What you want to do is find all the checks in the freshly released  
1.2.15 for 0-sized files (IIRC only the two places mentioned above is  
needed, but should be easy to grep for), and you add the same checks  
to the etch version.


--
Mads Martin Joergensen, http://mmj.dk
"Why make things difficult, when it is possible to make them cryptic
 and totally illogical, with just a little bit more effort?"
 -- A. P. J.




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



Bug#434216: rss-glx: Cannot install due to missing dependency - libglew1

2007-07-31 Thread Joost Yervante Damad
On Tuesday 31 July 2007 18:27:28 Ari Pollak wrote:
> All this needs is a binNMU on all architectures, which can be requested
> by emailing debian-release.
>
> On Tue, 2007-07-31 at 18:16 +0200, Joost Yervante Damad wrote:
> > Hi,
> >
> > do you mind if I fix this bug, and upload a fix, it's holding back some
> > of my packages as part of the libglew transition.
> >
> > Thanks, Joost Damad

Okay, I'll do that.


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



Bug#433391: closed by Aurelien Jarno <[EMAIL PROTECTED]> (Re: gij-4.1: Runs out of memory)

2007-07-31 Thread Kurt Roeckx
> From: Aurelien Jarno <[EMAIL PROTECTED]>
> On Tue, Jul 24, 2007 at 09:00:12AM +0200, Matthias Klose wrote:
> > severity 433391 grave
> > clone 433391 -1
> > reassign -1 glibc
> > block 433391 by -1
> > thanks
> > 
> > Building gcj or gcc-snapshot on a system downgraded to glibc-2.5
> > doesn't show the testsuite failures in libjava.
> > 
> 
> This is actually a bug in java's unwinder, the fix I commited is wrong.
> I am therefore closing this bug, leaving the one on gcj opened.

Are you sure you closed the right bug?  You've closed the one assigned
to gij-4.1 (#433391) and the one in glibc (#434484) is still open.

PS: They both are forwarded upstream to gcc, so the forwarded on #434484
atleast seems wrong too.


Kurt



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



Bug#435421: myphpmoney: can't install, remove or purge

2007-07-31 Thread Herbert P Fortes Neto

 The debian/postinst file also use
'myphpmoney/installed'. Lines 139, 140 and 141.
But debian/templates does not use this.


 []

-- 
Herbert Parentes Fortes Neto (hpfn)
Linux user number 416100
0x9834F79E -- http://pgp.mit.edu/



pgpugob8rNEDv.pgp
Description: PGP signature


Bug#424799: myphpmoney: affected by php4-removal

2007-07-31 Thread Herbert P Fortes Neto

 Hi,

 Myphpmoney can be used with php5 if
'register_long_arrays = On'.


 []

-- 
Herbert Parentes Fortes Neto (hpfn)
Linux user number 416100
0x9834F79E -- http://pgp.mit.edu/



pgp7uOLy3bHhB.pgp
Description: PGP signature


Bug#435431: lyx: crashes on startup QWidget::repaint: Recursive repaint detected

2007-07-31 Thread Arthur Marsh
Package: lyx
Version: 1.5.0~beta1-3
Severity: grave
Justification: renders package unusable


on startup I get numerous lines of the form:

QWidget::repaint: Recursive repaint detected

then lyx quits.

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

Kernel: Linux 2.6.22 (SMP w/1 CPU core; PREEMPT)
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 lyx depends on:
ii  groff1.18.1.1-12 GNU troff text-formatting system
ii  imagemagick  7:6.2.4.5.dfsg1-1   Image manipulation programs
ii  latex-xft-fonts  0.1-7   Xft-compatible versions of some La
ii  libaiksaurus-1.2-0c2 1.2.1+dev-0.12-4+b1 an English-language thesaurus (dev
ii  libaspell15  0.60.5-1GNU Aspell spell-checker runtime l
ii  libc62.6-5   GNU C Library: Shared libraries
ii  libgcc1  1:4.2.1-1   GCC support library
ii  libqt4-core  4.3.0-5 Qt 4 core non-GUI functionality ru
ii  libqt4-gui   4.3.0-5 Qt 4 core GUI functionality runtim
ii  libstdc++6   4.2.1-1 The GNU Standard C++ Library v3
ii  libtiff-tools3.8.2-7 TIFF manipulation and conversion t
ii  lyx-common   1.5.0~beta1-3   High Level Word Processor - common
ii  mime-support 3.39-1  MIME files 'mime.types' & 'mailcap
ii  preview-latex-style  11.83-6 LaTeX style files for editor embed
ii  psutils  1.17-24 A collection of PostScript documen
ii  texlive-fonts-recomm 2007-10 TeX Live: Recommended fonts
ii  texlive-latex-recomm 2007-10 TeX Live: LaTeX recommended packag
ii  xdg-utils1.0.1-2 Desktop integration utilities from
ii  zlib1g   1:1.2.3.3.dfsg-5compression library - runtime

Versions of packages lyx recommends:
ii  cupsys-bsd [lpr] 1.2.12-1Common UNIX Printing System(tm) - 
ii  dvipng   1.9-5   convert DVI files to PNG graphics
ii  dvipost  1.1-2   Post processor for dvi files suppo
ii  elinks [www-browser] 0.11.1-1.4  advanced text-mode WWW browser
ii  evince-gtk [postscript-v 0.9.0-1 Document (postscript, pdf) viewer 
ii  gnuhtml2latex0.3-3   A Perl script that converts html f
ii  gs-esp [postscript-viewe 8.15.3.dfsg.1-1 The Ghostscript PostScript interpr
ii  gs-gpl [postscript-viewe 8.56.dfsg.1-1.1 The GPL Ghostscript PostScript int
ii  gv [pdf-viewer]  1:3.6.3dfsg-1   PostScript and PDF viewer for X
ii  iceape-browser [www-brow 1.1.3-1 Iceape Navigator (Internet browser
ii  iceweasel [www-browser]  2.0.0.5-2   lightweight web browser based on M
ii  kdeprint 4:3.5.7-2+b1print system for KDE
ii  kghostview [pdf-viewer]  4:3.5.7-3   PostScript viewer for KDE
ii  konqueror [www-browser]  4:3.5.7-2+b1KDE's advanced file manager, web b
ii  kpdf [pdf-viewer]4:3.5.7-3   PDF viewer for KDE
ii  links2 [www-browser] 2.1pre28-1  Web browser running in both graphi
ii  lynx-cur [www-browser]   2.8.7dev5-1 Text-mode WWW Browser with NLS sup
ii  rcs  5.7-18  The GNU Revision Control System
ii  tex4ht   20060913-1  LaTeX and TeX for Hypertext (HTML)
ii  w3m [www-browser]0.5.1-5.1+b1WWW browsable pager with excellent
ii  wv   1.2.4-2 Programs for accessing Microsoft W
ii  xpdf-reader [pdf-viewer] 3.02-1  Portable Document Format (PDF) sui
ii  xpdf-utils [pdf-viewer]  3.02-1  Portable Document Format (PDF) sui

-- debconf-show failed


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



Bug#435433: drupal5: settings.php not upgraded with 5.2

2007-07-31 Thread Dave Allen Barker Jr
Package: drupal5
Version: 5.2-1
Severity: grave
Tags: security
Justification: user security hole

The settings.php (/etc/drupal/5/sites/default/settings.php) provided in
the Debian Drupal 5.2 package is not up to date (CVS version 1.27 vs.
1.39.2.3 in the Drupal 5.2 tarball from Drupal).  Because this file is
part of the 5.2 security update (see the "Important note" at
), I marked this bug as serious.

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

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
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 drupal5 depends on:
ii  apache2   2.2.3-5Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.2.3-5Traditional model for Apache HTTPD
ii  curl  7.16.4-1   Get a file from an HTTP, HTTPS or 
ii  dbconfig-common   1.8.35 common framework for packaging dat
ii  debconf   1.5.13 Debian configuration management sy
ii  exim4 4.67-7 meta-package to ease Exim MTA (v4)
ii  exim4-daemon-light [mail-tran 4.67-7 lightweight Exim MTA (v4) daemon
ii  mysql-client-5.0 [mysql-clien 5.0.45-1   MySQL database client binaries
ii  php5  5.2.3-1server-side, HTML-embedded scripti
ii  php5-gd   5.2.3-1+b1 GD module for php5
ii  php5-mysql5.2.3-1+b1 MySQL module for php5
ii  wwwconfig-common  0.0.48 Debian web auto configuration

Versions of packages drupal5 recommends:
ii  mysql-server  5.0.45-1   MySQL database server (meta packag
ii  mysql-server-5.0 [mysql-serve 5.0.45-1   MySQL database server binaries

-- debconf information:
  drupal5/pgsql/changeconf: false
* drupal5/db/app-user: drupal5
  drupal5/pgsql/authmethod-admin: ident
* drupal5/mysql/admin-user: root
* drupal5/webserver: apache2
* drupal5/mysql/method: unix socket
  drupal5/install-error: abort
  drupal5/passwords-do-not-match:
* drupal5/database-type: mysql
  drupal5/pgsql/method: unix socket
  drupal5/upgrade-backup: true
  drupal5/dbconfig-reinstall: false
  drupal5/pgsql/admin-user: postgres
  drupal5/internal/reconfiguring: false
  drupal5/remote/host:
  drupal5/dbconfig-remove:
  drupal5/db/basepath:
* drupal5/dbconfig-install: true
  drupal5/internal/skip-preseed: false
  drupal5/pgsql/manualconf:
  drupal5/pgsql/no-empty-passwords:
  drupal5/pgsql/authmethod-user:
  drupal5/remote/newhost:
  drupal5/dbconfig-upgrade: true
  drupal5/remove-error: abort
  drupal5/purge: false
* drupal5/db/dbname: drupal5
  drupal5/missing-db-package-error: abort
  drupal5/upgrade-error: abort
  drupal5/remote/port:


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



Bug#435414: Wrong path in preinst script

2007-07-31 Thread Julien Valroff
Hi,

The path to mount.nfs in the preinst script should be /sbin/mount.nfs
and not /usr/sbin/mount.nfs:

diff -urNad util-linux-2.13~rc2/debian/mount.preinst.orig 
util-linux-2.13~rc2/debian/mount.preinst
--- util-linux-2.13~rc2/debian/mount.preinst.orig   2007-07-31 
19:41:14.0 +0200
+++ util-linux-2.13~rc2/debian/mount.preinst2007-07-31 19:41:28.0 
+0200
@@ -20,7 +20,7 @@
export LANG=C   # for the comparison of mail version...
 
NFS_IN_USE=$(sed -n '/^[^ ]* [^ ]* nfs /p' /proc/mounts)
-   if [ -n "$NFS_IN_USE" ] && [ ! -x /usr/sbin/mount.nfs ]; then
+   if [ -n "$NFS_IN_USE" ] && [ ! -x /sbin/mount.nfs ]; then
cat << EOF
 You have NFS mounts, and this version of mount requires that nfs-common
 be upgraded before NFS mounts will work.

Cheers,
Julien




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



Processed: Re: Bug#435187: gtwitter: No UI for starting gTwitter

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

> severity 435187 serious
Bug#435187: gtwitter: No UI for starting gTwitter
Severity set to `serious' from `important'

> tags 435187 +pending
Bug#435187: gtwitter: No UI for starting gTwitter
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#435431: [Pkg-lyx-devel] Bug#435431: lyx: crashes on startup QWidget::repaint: Recursive repaint detected

2007-07-31 Thread Per Olofsson
Hi,

Arthur Marsh wrote:
> Package: lyx
> Version: 1.5.0~beta1-3
> Severity: grave
> Justification: renders package unusable

The version you're using is old. Please try the latest version from experimental
instead.

-- 
Pelle


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



Bug#430390: NMU uploaded

2007-07-31 Thread Andreas Barth
Hi,

I uploaded an NMU of your package.

Please see this as help to get the package into a releaseable condition again.

Please find the used diff below.


Cheers,
Andi


diff -u gtkam-0.1.12/debian/changelog gtkam-0.1.12/debian/changelog
--- gtkam-0.1.12/debian/changelog
+++ gtkam-0.1.12/debian/changelog
@@ -1,3 +1,10 @@
+gtkam (0.1.12-2.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix the recent NMU. Thanks to Morita Sho. Closes: #430390
+
+ -- Andreas Barth <[EMAIL PROTECTED]>  Mon, 30 Jul 2007 21:20:32 +
+
 gtkam (0.1.12-2.3) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u gtkam-0.1.12/src/gtkam-chooser.c gtkam-0.1.12/src/gtkam-chooser.c
--- gtkam-0.1.12/src/gtkam-chooser.c
+++ gtkam-0.1.12/src/gtkam-chooser.c
@@ -434,19 +434,20 @@
 
status = gtkam_status_new (_("Detecting cameras..."));
gtkam_dialog_add_status (GTKAM_DIALOG (chooser), status);
+   gp_list_new (&list);
result = gp_abilities_list_detect (chooser->priv->al,
-   chooser->priv->il, &list,
+   chooser->priv->il, list,
GTKAM_STATUS (status)->context->context);
switch (result) {
case GP_OK:
-   if (!gp_list_count (&list)) {
+   if (!gp_list_count (list)) {
d = gtkam_close_new (_("No cameras detected."));
gtk_window_set_transient_for (GTK_WINDOW (d),
  GTK_WINDOW (chooser));
gtk_widget_show (d);
} else {
/* FIXME: Let user choose from the list */
-   gp_list_get_name (&list, 0, &name);
+   gp_list_get_name (list, 0, &name);
gtk_entry_set_text (chooser->priv->entry_model, name);
gtk_entry_set_text (chooser->priv->entry_port,
"Universal Serial Bus (usb:)");
@@ -461,6 +462,7 @@
gtk_widget_show (d);
break;
}
+   gp_list_unref (list);
gtk_object_destroy (GTK_OBJECT (status));
 }
 
diff -u gtkam-0.1.12/src/gtkam-delete.c gtkam-0.1.12/src/gtkam-delete.c
--- gtkam-0.1.12/src/gtkam-delete.c
+++ gtkam-0.1.12/src/gtkam-delete.c
@@ -179,7 +179,8 @@
gtk_widget_show (s);
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (delete)->vbox), s,
FALSE, FALSE, 0);
-   r1 = gp_camera_folder_list_files (camera->camera, folder, &l1, NULL);
+   gp_list_new (&l1);
+   r1 = gp_camera_folder_list_files (camera->camera, folder, l1, NULL);
result = gp_camera_folder_delete_all (camera->camera, folder,
GTKAM_STATUS (s)->context->context);
switch (result) {
@@ -200,13 +201,14 @@
gtk_widget_show (d);
gtk_object_destroy (GTK_OBJECT (s));
 
+   gp_list_new (&l2);
/* See what files have been deleted */
r2 = gp_camera_folder_list_files (camera->camera, folder,
- &l2, NULL);
+ l2, NULL);
if ((r1 == GP_OK) && (r2 == GP_OK)) {
-   for (r1 = 0; r1 < gp_list_count (&l1); r1++) {
-   gp_list_get_name (&l1, r1, &name);
-   if (gp_list_lookup_name (&l2, name) >= 0) {
+   for (r1 = 0; r1 < gp_list_count (l1); r1++) {
+   gp_list_get_name (l1, r1, &name);
+   if (gp_list_lookup_name (l2, name) >= 0) {
fdd.camera = camera;
fdd.folder = folder;
fdd.name = name;
@@ -216,8 +218,10 @@
}
}
}
+   gp_list_unref (l2);
return (FALSE);
}
+   gp_list_unref (l1);
 }
 
 static gboolean
diff -u gtkam-0.1.12/src/gtkam-list.c gtkam-0.1.12/src/gtkam-list.c
--- gtkam-0.1.12/src/gtkam-list.c
+++ gtkam-0.1.12/src/gtkam-list.c
@@ -994,7 +994,8 @@
 
s = gtkam_status_new (_("Listing files in folder '%s'..."), folder);
g_signal_emit (G_OBJECT (list), signals[NEW_STATUS], 0, s);
-   result = gp_camera_folder_list_files (camera->camera, folder, &flist,
+   gp_list_new (&flist);
+   result = gp_camera_folder_list_files (camera->camera, folder, flist,
GTKAM_STATUS (s)->context->context);
switch (result) {
case GP_OK:
@@ -1016,13 +1017,14 @@
}
gtk_object_destroy (GTK_OBJECT (s));
 
-   for (i = 0; i < gp_list_count (&flist); i++) {
-   gp_list_get_name (&flist, i, &name);
+   for (i = 0; i < gp_list_count (flist); i++) {
+   gp_list_get_name (flist, i, 

Bug#435221: marked as done (FTBFS: configure: error: No curses header-files found)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jul 2007 18:47:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#435221: fixed in tapecalc 20070214-2
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: tapecalc
Version: 20070214-1
Severity: serious

>From 
>http://buildd.debian.org/fetch.cgi?&pkg=tapecalc&ver=20070214-1&arch=alpha&stamp=1185654863&file=log

[snip]
checking for string.h... yes
checking for unistd.h... yes
checking version of cc... 4.1.3
checking if you want to turn on gcc warnings... no
checking for extra include directories... no
checking if we have identified curses headers... none
configure: error: No curses header-files found
make: *** [config.status] Error 1

-- 
dann frazier


--- End Message ---
--- Begin Message ---
Source: tapecalc
Source-Version: 20070214-2

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

tapecalc_20070214-2.diff.gz
  to pool/main/t/tapecalc/tapecalc_20070214-2.diff.gz
tapecalc_20070214-2.dsc
  to pool/main/t/tapecalc/tapecalc_20070214-2.dsc
tapecalc_20070214-2_i386.deb
  to pool/main/t/tapecalc/tapecalc_20070214-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.
Carl Fürstenberg <[EMAIL PROTECTED]> (supplier of updated tapecalc 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: Mon, 30 Jul 2007 13:27:46 +0200
Source: tapecalc
Binary: tapecalc
Architecture: source i386
Version: 20070214-2
Distribution: unstable
Urgency: low
Maintainer: Carl Fürstenberg <[EMAIL PROTECTED]>
Changed-By: Carl Fürstenberg <[EMAIL PROTECTED]>
Description: 
 tapecalc   - a full-screen tape editor that lets the user edit a calculation
Closes: 435221
Changes: 
 tapecalc (20070214-2) unstable; urgency=low
 .
   * Adding libncurses5-dev to Build-Depends (closes: #435221)
   * Removed duplicated depends that will be defined per shlibs:Depends.
Files: 
 294d81bf39a2a6bbffd4bea3ea540110 620 math optional tapecalc_20070214-2.dsc
 529ba0c32a7e4d8df3dcfc4d314f07f9 4049 math optional tapecalc_20070214-2.diff.gz
 d48d5668fdcde27f05c1e0aa0d7aafb4 21044 math optional 
tapecalc_20070214-2_i386.deb

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

iD8DBQFGr3/22ihvMmxfGWsRAnWyAJ9qiuv44wRl0xUrU5sOh0yUEs+XeACg9cjO
svwlfu222iYWrviqmgFcohw=
=k7nx
-END PGP SIGNATURE-

--- End Message ---


Bug#430390: marked as done (gtkam: SIGSEGV in gp_list_reset () from /usr/lib/libgphoto2.so.2 after upgrade)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jul 2007 19:02:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#430390: fixed in gtkam 0.1.12-2.4
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Subject: gtkam: SIGSEGV in gp_list_reset () from /usr/lib/libgphoto2.so.2 after 
upgrade
Package: gtkam
Version: 0.1.12-2.3
Severity: grave
Justification: renders package unusable

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

Hi,


I connect my camera and start gtkam. On the left side I select the
camera and after clicking on a folder to display the pictures in this
folder I receive the following backtrace.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1219098944 (LWP 8863)]
0xb7800f91 in gp_list_reset () from /usr/lib/libgphoto2.so.2
(gdb) bt
#0  0xb7800f91 in gp_list_reset () from /usr/lib/libgphoto2.so.2
#1  0xb77f60f1 in gp_camera_folder_list_files ()
from /usr/lib/libgphoto2.so.2
#2  0x0805887f in ?? ()
#3  0x0821b728 in ?? ()
#4  0x082b07a0 in ?? ()
#5  0xbfff7bc8 in ?? ()
#6  0x082afaf0 in ?? ()
#7  0x0001 in ?? ()
#8  0x in ?? ()

Downgrading to 0.1.12-2.2

$ sudo dpkg -i /var/cache/apt/archives/gtkam_0.1.12-2.2_i386.deb

solves the problem for me.


Thanks

Paul

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

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

Versions of packages gtkam depends on:
ii  libatk1.0-0   1.18.0-2   The ATK accessibility toolkit
ii  libc6 2.5-11 GNU C Library: Shared libraries
ii  libcairo2 1.4.8-1The Cairo 2D vector graphics libra
ii  libexif-gtk5  0.3.5-3Library providing GTK+ widgets to 
ii  libexif12 0.6.16-1   library to parse EXIF files
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgphoto2-2  2.3.1-5gphoto2 digital camera library
ii  libgphoto2-port0  2.3.1-5gphoto2 digital camera port librar
ii  libgtk2.0-0   2.10.13-1  The GTK+ graphical user interface 
ii  libpango1.0-0 1.16.4-1   Layout and rendering of internatio
ii  libusb-0.1-4  2:0.1.12-7 userspace USB programming library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension client libra

gtkam recommends no packages.

-- no debconf information


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
--- End Message ---
--- Begin Message ---
Source: gtkam
Source-Version: 0.1.12-2.4

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

gtkam-gimp_0.1.12-2.4_ia64.deb
  to pool/main/g/gtkam/gtkam-gimp_0.1.12-2.4_ia64.deb
gtkam_0.1.12-2.4.diff.gz
  to pool/main/g/gtkam/gtkam_0.1.12-2.4.diff.gz
gtkam_0.1.12-2.4.dsc
  to pool/main/g/gtkam/gtkam_0.1.12-2.4.dsc
gtkam_0.1.12-2.4_ia64.deb
  to pool/main/g/gtkam/gtkam_0.1.12-2.4_ia64.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.
Andreas Barth <[EMAIL PROTECTED]> (supplier of updated gtkam 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: Mon, 30 Jul 2007 21:20:32 +
Source: gtkam
Binary: gtkam gtkam-gimp
Architecture: source ia64
Version: 0.1.12-2.4
Distrib

Bug#435442: faad2: Binary NMU broke dependencies

2007-07-31 Thread Lionel Elie Mamane
Package: faad2
Version: 2.5-4
Severity: grave
Justification: Renders package uninstallable

The package seems to have been binNMUed, but has broken installability
because the package is not binNMU-safe:

Package: libfaad2-0
Version: 2.5-4
Depends: libfaad0 (>= 2.5-4)

Package: libfaad0
Version: 2.5-4+b1
Replaces: libfaad2-0
Conflicts: libfaad2-0 (<< 2.5-4+b1)


See http://wiki.debian.org/binNMU to see how to fix this.

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


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



Processed: found 435414 in 2.13~rc2-4, notfound 435414 in 2.12r-19

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

> # Automatically generated email from bts, devscripts version 2.10.6
> found 435414 2.13~rc2-4
Bug#435414: mount: Impossible to upgrade, requires updated nfs-common, 
nfs-common is already upgraded.
Bug marked as found in version 2.13~rc2-4.

> notfound 435414 2.12r-19
Bug#435414: mount: Impossible to upgrade, requires updated nfs-common, 
nfs-common is already upgraded.
Bug marked as not found in version 2.12r-19.

>
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#432376: correct fix is to build with gcc-4.2

2007-07-31 Thread Andreas Barth
Hi,

the correct fix is to build with gcc-4.2 (as gfortran already switched
to that) (or wait till gcc-defauls changes, as it will then work
automatically).


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


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



Bug#433739: New commit

2007-07-31 Thread jgoerzen
tags 433739 pending
thanks

A commit relevant to this bug has occurred.

  Revision: 581

Tue Jul 31 15:26:55 CDT 2007  John Goerzen <[EMAIL PROTECTED]>
  * Added build-dep on gs, fixes deb#433739

More details are available at:
http://software.complete.org/offlineimap/changeset/581


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



Processed: New commit

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

> tags 433739 pending
Bug#433739: offlineimap - FTBFS: /bin/bash: man: command not found
Tags were: 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#435414: using conflicts

2007-07-31 Thread Arthur de Jong

Would not using:
  Conflicts: nfs-common (<< 1:1.1.0-13)
be a nicer solution? That way, dpkg and apt would know what to do.

-- 
-- arthur - [EMAIL PROTECTED] - http://people.debian.org/~adejong --


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


Bug#432513: NMU uploaded

2007-07-31 Thread Andreas Barth
Hi,

I uploaded an NMU of your package.

Please see this as help to get the package into a releaseable condition again.

Please find the used diff below.


Cheers,
Andi

diff -u libxml-libxml-perl-1.63/debian/changelog 
libxml-libxml-perl-1.63/debian/changelog
--- libxml-libxml-perl-1.63/debian/changelog
+++ libxml-libxml-perl-1.63/debian/changelog
@@ -1,3 +1,10 @@
+libxml-libxml-perl (1.63-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS of libxml-feed-perl with upstream r664. Closes: #432513
+
+ -- Andreas Barth <[EMAIL PROTECTED]>  Tue, 31 Jul 2007 20:24:31 +
+
 libxml-libxml-perl (1.63-1) unstable; urgency=low
 
   * New upstream release (Closes: #389857).
only in patch2:
unchanged:
--- libxml-libxml-perl-1.63.orig/t/10ns.t
+++ libxml-libxml-perl-1.63/t/10ns.t
@@ -1,6 +1,6 @@
 # -*- cperl -*-
 use Test;
-BEGIN { plan tests=>122; }
+BEGIN { plan tests=>124; }
 use XML::LibXML;
 use XML::LibXML::Common qw(:libxml);
 
@@ -384,3 +384,15 @@
ok ( !defined($child->getAttribute( 'xmlns:other' )) );
ok ( defined($doca->documentElement->getAttribute( 'xmlns:other' )) );
 }
+
+print "# 10. xml namespace\n";
+{
+  my $docOne = XML::LibXML->new->parse_string('');
+  my $docTwo = XML::LibXML->new->parse_string('');
+
+  my $inc = $docOne->getElementById('test');
+  my $rep = $docTwo->getElementById('foo');
+  $inc->parentNode->replaceChild($rep, $inc);
+  ok($inc->getAttributeNS('http://www.w3.org/XML/1998/namespace','id'),'test');
+  ok($inc->isSameNode($docOne->getElementById('test')));
+}
only in patch2:
unchanged:
--- libxml-libxml-perl-1.63.orig/perl-libxml-mm.h
+++ libxml-libxml-perl-1.63/perl-libxml-mm.h
@@ -40,7 +40,7 @@
  * for warn!!
  */
 #ifdef XS_WARNINGS
-#define xs_warn(string) warn(string) 
+#define xs_warn(string) warn("%s",string) 
 #else
 #define xs_warn(string)
 #endif
only in patch2:
unchanged:
--- libxml-libxml-perl-1.63.orig/Changes
+++ libxml-libxml-perl-1.63/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension XML::LibXML
 
+pre1.64
+   - fix reconcilation of the "xml" namespace [rt.cpan.org #26450] 
+
 1.63
- added no_network parser flag
- added support for exclusive canonicalization 
(http://www.w3.org/TR/xml-exc-c14n/)
only in patch2:
unchanged:
--- libxml-libxml-perl-1.63.orig/dom.c
+++ libxml-libxml-perl-1.63/dom.c
@@ -14,7 +14,7 @@
 /* #define warn(string) fprintf(stderr, string) */
 
 #ifdef XS_WARNINGS
-#define xs_warn(string) warn(string) 
+#define xs_warn(string) warn("%s",string) 
 #else
 #define xs_warn(string)
 #endif
@@ -91,9 +91,20 @@
 _domReconcileNsAttr(xmlAttrPtr attr, xmlNsPtr * unused)
 {
 xmlNodePtr tree = attr->parent;
+   if (tree == NULL)
+   return;
 if( attr->ns != NULL )
 {
-xmlNsPtr ns = xmlSearchNs( tree->doc, tree->parent, 
attr->ns->prefix );
+   xmlNsPtr ns;
+   if ((attr->ns->prefix != NULL) && 
+   (xmlStrEqual(attr->ns->prefix, BAD_CAST "xml"))) {
+   /* prefix 'xml' has no visible declaration */
+   ns = xmlSearchNsByHref(tree->doc, tree, 
XML_XML_NAMESPACE);
+   attr->ns = ns;
+   return;
+   } else {
+   ns = xmlSearchNs( tree->doc, tree->parent, 
attr->ns->prefix );
+   }
 if( ns != NULL && ns->href != NULL && attr->ns->href != NULL &&
 xmlStrcmp(ns->href,attr->ns->href) == 0 )
 {
@@ -114,7 +125,9 @@
 {
 /* Replace/Add the namespace declaration on 
the element */
 attr->ns = xmlCopyNamespace(attr->ns);
-domAddNsDef(tree, attr->ns);
+   if (attr->ns) {
+ domAddNsDef(tree, attr->ns);
+   }
 }
 }
 }
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#431585: NMU uploaded

2007-07-31 Thread Andreas Barth
Hi,

I uploaded an NMU of your package.

Please see this as help to get the package into a releaseable condition again.

Please find the used diff below.


Cheers,
Andi


diff -u xsp-1.2.4/debian/changelog xsp-1.2.4/debian/changelog
--- xsp-1.2.4/debian/changelog
+++ xsp-1.2.4/debian/changelog
@@ -1,3 +1,10 @@
+xsp (1.2.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add dependency on perl-modules from mono-apache-server. Closes: #431585
+
+ -- Andreas Barth <[EMAIL PROTECTED]>  Tue, 31 Jul 2007 20:26:58 +
+
 xsp (1.2.4-1) unstable; urgency=low
 
   * New upstream release
diff -u xsp-1.2.4/debian/control xsp-1.2.4/debian/control
--- xsp-1.2.4/debian/control
+++ xsp-1.2.4/debian/control
@@ -62,7 +62,7 @@
 Architecture: all
 Conflicts: mono-server
 Replaces: mono-server
-Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, 
mono-xsp-base (= ${source:Version})
+Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, 
mono-xsp-base (= ${source:Version}), perl-modules
 Description: backend for mod_mono Apache module
  mono-apache-server contains the backend for mod_mono. It lets you run ASP.NET
  web applications via Apache. mod_mono will call mono-apache-server to parse
@@ -75,7 +75,7 @@
 Architecture: all
 Conflicts: mono-server
 Replaces: mono-server
-Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, 
mono-xsp2-base (= ${source:Version})
+Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, 
mono-xsp2-base (= ${source:Version}), perl-modules
 Description: backend for mod_mono2 Apache module
  mono-apache-server contains the backend for mod_mono. It lets you run ASP.NET
  web applications via Apache. mod_mono will call mono-apache-server to parse
-- 
  http://home.arcor.de/andreas-barth/


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



Processed: closing 418161

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

> # Automatically generated email from bts, devscripts version 2.10.6
> #I mark this bug closed with fixed version
> close 418161 0.8.6-2
Bug#418161: hiki: Error: private method `makedirs' called for File:Class
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 0.8.6-2, send any further explanations to Kurt 
Roeckx <[EMAIL PROTECTED]>

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#435414: using conflicts

2007-07-31 Thread Andreas Barth
* Arthur de Jong ([EMAIL PROTECTED]) [070731 22:37]:
> Would not using:
>   Conflicts: nfs-common (<< 1:1.1.0-13)
> be a nicer solution? That way, dpkg and apt would know what to do.

Because that would remove nfs-common.


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


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



Bug#432486: marked as done (libxml-feed-perl - FTBFS: DIED. FAILED tests 14-69)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jul 2007 22:43:14 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed now
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: libxml-feed-perl
Version: 0.12-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs

hi,

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

 > applying patch 01_atom_date to ./ ... ok.
 > dpatch  cat-all  >>patch-stampT
 > mv -f patch-stampT patch-stamp
 >  /usr/bin/fakeroot debian/rules binary
 > dh_testdir
 > dh_testroot
 > dh_clean -k
 > /usr/bin/perl Build test
 > t/00-compile..ok
 > t/01-parseok
 > t/02-create...dubious
 >  Test returned status 0 (wstat 11, 0xb)
 > DIED. FAILED tests 14-69
 >  Failed 56/69 tests, 18.84% okay
 > t/04-splice...ok
 > t/05-atom10-link..ok
 > t/06-atom10...ok
 > t/07-atom10-createok
 > Failed Test   Stat Wstat Total Fail  Failed  List of Failed
 > ---
 > t/02-create.t01169  112 162.32%  14-69
 > Failed 1/7 test scripts, 85.71% okay. 56/171 subtests failed, 67.25% okay.
 > make: *** [install-stamp] Error 255

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

 http://people.debian.org/~lucas/logs/2007/07/08/
 
bye,
- michael

--- End Message ---
--- Begin Message ---
Hi,

with my recent upload of libxml-libxml-perl 1.63-1.1 this bug is now
fixed (but will of course need some time to propagate to testing). I'm
still closing this bug, because we can track it via the RC-bug on
libxml-libxml-perl.


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


Processed: foo

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

> severity 429708 important
Bug#429708: libghc6-hslogger-dev: hslogger-1.0.2 is already installed
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#418161: acknowledged by developer (closing 418161)

2007-07-31 Thread Kurt Roeckx
Hi,

Why do you close this bug again?  It's already closed a few times
with the right version.  Do you for some reason think it's not closed?

(It still affects etch, you didn't need to add a tag for that, and
you'll need to upload to proposed-updates if you want to fix it in
etch.)


Kurt



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



Bug#431585: marked as done (mono-apache-server misses dependency on perl-modules)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jul 2007 21:02:31 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#431585: fixed in xsp 1.2.4-1.1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: mono-apache-server
Version: 1.2.4-1
Severity: serious

hi,

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

  Setting up mono-apache-server (1.2.4-1) ...
  Can't locate Digest/MD5.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at /usr/sbin/mono-server-update line 42.
  BEGIN failed--compilation aborted at /usr/sbin/mono-server-update line 42.
  dpkg: error processing mono-apache-server (--configure):
   subprocess post-installation script returned error exit status 2

the full log can be found here:

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

bye,
- michael

--- End Message ---
--- Begin Message ---
Source: xsp
Source-Version: 1.2.4-1.1

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

asp.net-examples_1.2.4-1.1_all.deb
  to pool/main/x/xsp/asp.net-examples_1.2.4-1.1_all.deb
asp.net2-examples_1.2.4-1.1_all.deb
  to pool/main/x/xsp/asp.net2-examples_1.2.4-1.1_all.deb
mono-apache-server2_1.2.4-1.1_all.deb
  to pool/main/x/xsp/mono-apache-server2_1.2.4-1.1_all.deb
mono-apache-server_1.2.4-1.1_all.deb
  to pool/main/x/xsp/mono-apache-server_1.2.4-1.1_all.deb
mono-xsp-base_1.2.4-1.1_all.deb
  to pool/main/x/xsp/mono-xsp-base_1.2.4-1.1_all.deb
mono-xsp2-base_1.2.4-1.1_all.deb
  to pool/main/x/xsp/mono-xsp2-base_1.2.4-1.1_all.deb
mono-xsp2_1.2.4-1.1_all.deb
  to pool/main/x/xsp/mono-xsp2_1.2.4-1.1_all.deb
mono-xsp_1.2.4-1.1_all.deb
  to pool/main/x/xsp/mono-xsp_1.2.4-1.1_all.deb
xsp_1.2.4-1.1.diff.gz
  to pool/main/x/xsp/xsp_1.2.4-1.1.diff.gz
xsp_1.2.4-1.1.dsc
  to pool/main/x/xsp/xsp_1.2.4-1.1.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.
Andreas Barth <[EMAIL PROTECTED]> (supplier of updated xsp 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: Tue, 31 Jul 2007 20:26:58 +
Source: xsp
Binary: asp.net2-examples mono-xsp2-base mono-apache-server2 asp.net-examples 
mono-xsp-base mono-apache-server mono-xsp mono-xsp2
Architecture: source all
Version: 1.2.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Mono Group <[EMAIL PROTECTED]>
Changed-By: Andreas Barth <[EMAIL PROTECTED]>
Description: 
 asp.net-examples - demo pages for ASP.NET 1.1 infrastructure
 asp.net2-examples - demo pages for ASP.NET 1.1 and 2.0 infrastructure
 mono-apache-server - backend for mod_mono Apache module
 mono-apache-server2 - backend for mod_mono2 Apache module
 mono-xsp   - simple web server to run ASP.NET applications
 mono-xsp-base - base libraries for XSP 1.1
 mono-xsp2  - simple web server to run ASP.NET applications
 mono-xsp2-base - base libraries for XSP 2.0
Closes: 431585
Changes: 
 xsp (1.2.4-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add dependency on perl-modules from mono-apache-server. Closes: #431585
Files: 
 4548edcadc58cf7f9cb28129c5a68bbd 879 web optional xsp_1.2.4-1.1.dsc
 c88c572097d6c27745a0c778a02a797c 37818 web optional xsp_1.2.4-1.1.diff.gz
 1a62e095e23e18b317365d1dc7787b6f 72468 web optional 
mono-xsp-base_1.2.4-1.1_all.deb
 4b8d216f14d83088154731af143a14d3 66188 web optional 
mono-xsp2-base_1.2.4-1.1_all.deb
 99c42b33288dfa4725468a07f443e53c 69154 web optional mono-xsp_1.2.4-1.1_all.deb
 fdad5eb80aa32eab93cea4a2ffdb0c8a 64702 web optional mono-xsp2_1.2.4-1.1_all.deb
 b3e06e2526b5fa2ccc51331aeecde3ff 86904 web optional 
asp.net-examples_1.2.4-1.1_all.deb
 b23d272103a86d4a2bc56257529791ac 94222 web optional 
asp.net2-examples_1.2.4-1.1_all.deb
 043b99060b513afb7424fac6dcf9b073 72146 web optional 
mono-apache-server_1.2.4-1.1_all.deb
 acdb0b51454237332039a3e5b08172c4 70444 web optional 
mono-apache-server2_1.2.4-1.1_all.deb

-BEGIN PGP SIGNAT

Bug#432513: marked as done (Segmentation fault in domAddNsDef())

2007-07-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jul 2007 21:02:08 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#432513: fixed in libxml-libxml-perl 1.63-1.1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: libxml-feed-perl
Version: 0.12-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs

hi,

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

 > applying patch 01_atom_date to ./ ... ok.
 > dpatch  cat-all  >>patch-stampT
 > mv -f patch-stampT patch-stamp
 >  /usr/bin/fakeroot debian/rules binary
 > dh_testdir
 > dh_testroot
 > dh_clean -k
 > /usr/bin/perl Build test
 > t/00-compile..ok
 > t/01-parseok
 > t/02-create...dubious
 >  Test returned status 0 (wstat 11, 0xb)
 > DIED. FAILED tests 14-69
 >  Failed 56/69 tests, 18.84% okay
 > t/04-splice...ok
 > t/05-atom10-link..ok
 > t/06-atom10...ok
 > t/07-atom10-createok
 > Failed Test   Stat Wstat Total Fail  Failed  List of Failed
 > ---
 > t/02-create.t01169  112 162.32%  14-69
 > Failed 1/7 test scripts, 85.71% okay. 56/171 subtests failed, 67.25% okay.
 > make: *** [install-stamp] Error 255

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

 http://people.debian.org/~lucas/logs/2007/07/08/
 
bye,
- michael

--- End Message ---
--- Begin Message ---
Source: libxml-libxml-perl
Source-Version: 1.63-1.1

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

libxml-libxml-perl_1.63-1.1.diff.gz
  to pool/main/libx/libxml-libxml-perl/libxml-libxml-perl_1.63-1.1.diff.gz
libxml-libxml-perl_1.63-1.1.dsc
  to pool/main/libx/libxml-libxml-perl/libxml-libxml-perl_1.63-1.1.dsc
libxml-libxml-perl_1.63-1.1_ia64.deb
  to pool/main/libx/libxml-libxml-perl/libxml-libxml-perl_1.63-1.1_ia64.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.
Andreas Barth <[EMAIL PROTECTED]> (supplier of updated libxml-libxml-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.7
Date: Tue, 31 Jul 2007 20:24:31 +
Source: libxml-libxml-perl
Binary: libxml-libxml-perl
Architecture: source ia64
Version: 1.63-1.1
Distribution: unstable
Urgency: medium
Maintainer: Florian Ragwitz <[EMAIL PROTECTED]>
Changed-By: Andreas Barth <[EMAIL PROTECTED]>
Description: 
 libxml-libxml-perl - Perl module for using the GNOME libxml2 library
Closes: 432513
Changes: 
 libxml-libxml-perl (1.63-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS of libxml-feed-perl with upstream r664. Closes: #432513
Files: 
 b8766677c7fc4326eddcede0aa4a613a 774 perl optional 
libxml-libxml-perl_1.63-1.1.dsc
 b86ae0a16368c8cdcad1dc0da0843c69 7238 perl optional 
libxml-libxml-perl_1.63-1.1.diff.gz
 7b91a673e4b5fdeb20f12ea7fb4c7bd1 397198 perl optional 
libxml-libxml-perl_1.63-1.1_ia64.deb

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

iD8DBQFGr50ZmdOZoew2oYURAjKcAJ9+VMK7oietUjMcBL912mdYJ2QULQCgtrjN
1BSWHD5EaPUZaiKnYWyftuQ=
=Xv0p
-END PGP SIGNATURE-

--- End Message ---


Bug#427915: marked as done (tmw crashes with SIGSEGV on amd64)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jul 2007 21:02:26 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#427915: fixed in tmw 0.0.23-2
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: tmw
Version: 0.0.23-1
Severity: serious

I run tmw and get an update window. After finished updating I click
the [Play] button and tmw crashes. gdb says:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46928624561744 (LWP 8711)]
0x2aae67493c2b in glDeleteTextures () from /usr/lib/libGL.so.1

After installing some -dbg libraries:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47357907783344 (LWP 9021)]
glDeleteTextures () at ../../../src/mesa/x86-64/glapi_x86-64.S:11868
11868   ../../../src/mesa/x86-64/glapi_x86-64.S: No such file or directory.
in ../../../src/mesa/x86-64/glapi_x86-64.S
Current language:  auto; currently asm

(gdb) bt
#0  glDeleteTextures () at ../../../src/mesa/x86-64/glapi_x86-64.S:11868
#1  0x0048aa15 in ?? ()
#2  0x0048aa3d in ?? ()
#3  0x004aa4da in ?? ()
#4  0x2b125c2fa8e4 in __libc_start_main (main=0x4a9b50, argc=1, 
ubp_av=0x7fff50dcc388, init=, 
fini=, rtld_fini=, 
stack_end=0x7fff50dcc378) at libc-start.c:231
#5  0x004153a9 in ?? ()
#6  0x7fff50dcc378 in ?? ()
#7  0x in ?? ()

In case it is important: I've ATI Radeon X700 Pro (and regret it :>),
xorg 1.3.0.0 with xorg ati drivers.
Exempt from glxinfo:
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R300 20060815 TCL
OpenGL version string: 1.3 Mesa 6.5.2

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

Kernel: Linux 2.6.21-1-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages tmw depends on:
ii  libc6   2.5-10   GNU C Library: Shared libraries
ii  libcurl4-openssl7.16.2-4 Multi-protocol file transfer libra
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libgl1-mesa-glx [libgl1 6.5.2-5  A free implementation of the OpenG
ii  libguichan0 0.6.1-2  small, efficient C++ GUI library
ii  libkrb531.6.dfsg.1-4 MIT Kerberos runtime libraries
ii  libphysfs-1.0-0 1.0.0-5  filesystem abstraction library for
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libsdl-image1.2 1.2.5-3  image loading library for Simple D
ii  libsdl-mixer1.2 1.2.6-2  mixer library for Simple DirectMed
ii  libsdl-net1.2   1.2.5-7+b1   network library for Simple DirectM
ii  libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3
ii  libxml2 2.6.28.dfsg-1GNOME XML library
ii  tmw-data0.0.23-1 The Mana World is a great Online R
ii  zlib1g  1:1.2.3-15   compression library - runtime

Versions of packages tmw recommends:
pn  tmw-music  (no description available)

-- no debconf information

-- 
 - You can take my soul but not my lack of enthusiasm.
/Wally, "Dilbert" 2004.11.23/

--- End Message ---
--- Begin Message ---
Source: tmw
Source-Version: 0.0.23-2

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

tmw-data_0.0.23-2_all.deb
  to pool/main/t/tmw/tmw-data_0.0.23-2_all.deb
tmw_0.0.23-2.diff.gz
  to pool/main/t/tmw/tmw_0.0.23-2.diff.gz
tmw_0.0.23-2.dsc
  to pool/main/t/tmw/tmw_0.0.23-2.dsc
tmw_0.0.23-2_i386.deb
  to pool/main/t/tmw/tmw_0.0.23-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.
Patrick Matthäi <[EMAIL PROTECTED]> (supplier of updated tmw package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  20 Ju

Bug#431587: marked as done (piuparts test: fails to install: Can't locate Digest/MD5.pm in @INC)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jul 2007 21:02:31 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#431585: fixed in xsp 1.2.4-1.1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: mono-xsp
Version: 1.2.4-1
Severity: serious

hi,

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

  Setting up mono-xsp (1.2.4-1) ...
  Using Mono XSP port: 8081
  Binding Mono XSP address: 0.0.0.0
  Can't locate Digest/MD5.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at /usr/sbin/mono-xsp-update line 41.
  BEGIN failed--compilation aborted at /usr/sbin/mono-xsp-update line 41.
  dpkg: error processing mono-xsp (--configure):
   subprocess post-installation script returned error exit status 2
  Errors were encountered while processing:
   mono-xsp
  E: Sub-process /usr/bin/dpkg returned an error code (1)


the full log can be found here:

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

bye,
- michael

--- End Message ---
--- Begin Message ---
Source: xsp
Source-Version: 1.2.4-1.1

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

asp.net-examples_1.2.4-1.1_all.deb
  to pool/main/x/xsp/asp.net-examples_1.2.4-1.1_all.deb
asp.net2-examples_1.2.4-1.1_all.deb
  to pool/main/x/xsp/asp.net2-examples_1.2.4-1.1_all.deb
mono-apache-server2_1.2.4-1.1_all.deb
  to pool/main/x/xsp/mono-apache-server2_1.2.4-1.1_all.deb
mono-apache-server_1.2.4-1.1_all.deb
  to pool/main/x/xsp/mono-apache-server_1.2.4-1.1_all.deb
mono-xsp-base_1.2.4-1.1_all.deb
  to pool/main/x/xsp/mono-xsp-base_1.2.4-1.1_all.deb
mono-xsp2-base_1.2.4-1.1_all.deb
  to pool/main/x/xsp/mono-xsp2-base_1.2.4-1.1_all.deb
mono-xsp2_1.2.4-1.1_all.deb
  to pool/main/x/xsp/mono-xsp2_1.2.4-1.1_all.deb
mono-xsp_1.2.4-1.1_all.deb
  to pool/main/x/xsp/mono-xsp_1.2.4-1.1_all.deb
xsp_1.2.4-1.1.diff.gz
  to pool/main/x/xsp/xsp_1.2.4-1.1.diff.gz
xsp_1.2.4-1.1.dsc
  to pool/main/x/xsp/xsp_1.2.4-1.1.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.
Andreas Barth <[EMAIL PROTECTED]> (supplier of updated xsp 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: Tue, 31 Jul 2007 20:26:58 +
Source: xsp
Binary: asp.net2-examples mono-xsp2-base mono-apache-server2 asp.net-examples 
mono-xsp-base mono-apache-server mono-xsp mono-xsp2
Architecture: source all
Version: 1.2.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Mono Group <[EMAIL PROTECTED]>
Changed-By: Andreas Barth <[EMAIL PROTECTED]>
Description: 
 asp.net-examples - demo pages for ASP.NET 1.1 infrastructure
 asp.net2-examples - demo pages for ASP.NET 1.1 and 2.0 infrastructure
 mono-apache-server - backend for mod_mono Apache module
 mono-apache-server2 - backend for mod_mono2 Apache module
 mono-xsp   - simple web server to run ASP.NET applications
 mono-xsp-base - base libraries for XSP 1.1
 mono-xsp2  - simple web server to run ASP.NET applications
 mono-xsp2-base - base libraries for XSP 2.0
Closes: 431585
Changes: 
 xsp (1.2.4-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add dependency on perl-modules from mono-apache-server. Closes: #431585
Files: 
 4548edcadc58cf7f9cb28129c5a68bbd 879 web optional xsp_1.2.4-1.1.dsc
 c88c572097d6c27745a0c778a02a797c 37818 web optional xsp_1.2.4-1.1.diff.gz
 1a62e095e23e18b317365d1dc7787b6f 72468 web optional 
mono-xsp-base_1.2.4-1.1_all.deb
 4b8d216f14d83088154731af143a14d3 66188 web optional 
mono-xsp2-base_1.2.4-1.1_all.deb
 99c42b33288dfa4725468a07f443e53c 69154 web optional mono-xsp_1.2.4-1.1_all.deb
 fdad5eb80aa32eab93cea4a2ffdb0c8a 64702 web optional mono-xsp2_1.2.4-1.1_all.deb
 b3e06e2526b5fa2ccc51331aeecde3ff 86904 web optional 
asp.net-examples_1.2.4-1.1_all.deb
 b23d272103a86d4a2bc56257529791ac 94222 web optional 
asp.net2-examples_1.2.4-1.1_all.deb
 043b99060b513afb7424fac6dcf9b073 72146 web optional 
mono-apa

Bug#409687: marked as done (FTBFS: Could not find module `MissingH.Logging.Logger':)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jul 2007 21:02:24 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#409687: fixed in srcinst 0.8.9
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: srcinst
Version: 0.8.6
Severity: serious
Tags: sid

This package fails to build in sid (but not in etch):

> Automatic build of srcinst_0.8.6 on em64t by sbuild/amd64 0.52
...
> dh_testdir
> #make test-ghc6
> # Add here commands to compile the package.
> ./setup build
> 
> srcinst.hs:25:7:
> Could not find module `MissingH.Logging.Logger':
>   Use -v to see a list of the files searched for.
> Preprocessing executables for srcinst-0.8.4...
> Building srcinst-0.8.4...
> make: *** [build-stamp] Error 1

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

--- End Message ---
--- Begin Message ---
Source: srcinst
Source-Version: 0.8.9

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

srcinst_0.8.9.dsc
  to pool/main/s/srcinst/srcinst_0.8.9.dsc
srcinst_0.8.9.tar.gz
  to pool/main/s/srcinst/srcinst_0.8.9.tar.gz
srcinst_0.8.9_i386.deb
  to pool/main/s/srcinst/srcinst_0.8.9_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.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated srcinst 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: Tue, 31 Jul 2007 05:38:05 -0500
Source: srcinst
Binary: srcinst
Architecture: source i386
Version: 0.8.9
Distribution: unstable
Urgency: medium
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 srcinst- Build and install Debian packages completely from source
Closes: 409687
Changes: 
 srcinst (0.8.9) unstable; urgency=medium
 .
   * Re-upload for sid.  Closes: #409687.
Files: 
 44b2f2a7f1fceeddab9d8358c264d800 605 utils optional srcinst_0.8.9.dsc
 e17e13c559ce3f391268e60ec178dd70 14059 utils optional srcinst_0.8.9.tar.gz
 2987fd0bb7f96fb46caa8fb045bdc2e6 210072 utils optional srcinst_0.8.9_i386.deb

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

iD8DBQFGr55YTvSuJuBy3ggRAvXXAJwPxQ+yRBZmaKlFpvXi+0kEEL1gvACfTo7W
an3BPWBqwLjLVLKZSsU5HS8=
=zaNc
-END PGP SIGNATURE-

--- End Message ---


Bug#433739: marked as done (offlineimap - FTBFS: /bin/bash: man: command not found)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jul 2007 21:02:11 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#433739: fixed in offlineimap 5.99.2
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: offlineimap
Version: 5.99.1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070717

hi,

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

 > Using stylesheet: /usr/share/docbook-utils/docbook-utils.dsl#print
 > Working on: /build/user/offlineimap-5.99.1/offlineimap.sgml
 > <[EMAIL PROTECTED]>JohnGoerzenResolving references..
 > <[EMAIL PROTECTED]>JohnGoerzenWarning: output contains unresolved XRefs
 > Done.
 > docbook2man offlineimap.sgml
 > Using catalogs: /etc/sgml/catalog
 > Using stylesheet: /usr/share/docbook-utils/docbook-utils.dsl#print
 > Working on: /build/user/offlineimap-5.99.1/offlineimap.sgml
 > <[EMAIL PROTECTED]>JohnGoerzenResolving references..
 > <[EMAIL PROTECTED]>JohnGoerzenWarning: output contains unresolved XRefs
 > Done.
 > docbook2html -u offlineimap.sgml
 > Using catalogs: /etc/sgml/catalog
 > Using stylesheet: /usr/share/docbook-utils/docbook-utils.dsl#html
 > Working on: /build/user/offlineimap-5.99.1/offlineimap.sgml
 > Done.
 > mv offlineimap.html manual.html
 > man -t -l offlineimap.1 > manual.ps
 > /bin/bash: man: command not found
 > make[1]: *** [doc] Error 127
 > make[1]: Leaving directory `/build/user/offlineimap-5.99.1'
 > make: *** [build-stamp] Error 2

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

 http://people.debian.org/~lucas/logs/2007/07/17/
 
bye,
- michael

--- End Message ---
--- Begin Message ---
Source: offlineimap
Source-Version: 5.99.2

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

offlineimap_5.99.2.dsc
  to pool/main/o/offlineimap/offlineimap_5.99.2.dsc
offlineimap_5.99.2.tar.gz
  to pool/main/o/offlineimap/offlineimap_5.99.2.tar.gz
offlineimap_5.99.2_all.deb
  to pool/main/o/offlineimap/offlineimap_5.99.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.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated offlineimap 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: Tue, 31 Jul 2007 05:27:05 -0500
Source: offlineimap
Binary: offlineimap
Architecture: source all
Version: 5.99.2
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 offlineimap - IMAP/Maildir synchronization and reader support
Closes: 396443 433739
Changes: 
 offlineimap (5.99.2) unstable; urgency=low
 .
   * Add build-dep on gs.  Closes: #433739.
   * Additional date check.  Closes: #396443.
Files: 
 3159523536188e376a93d5776fe78e33 697 mail optional offlineimap_5.99.2.dsc
 18912c9f7bc5a24f660906ca5c84e6f4 90287 mail optional offlineimap_5.99.2.tar.gz
 ba8de448b0b50b155c34e2c1d0e54e27 140054 mail optional 
offlineimap_5.99.2_all.deb

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

iD8DBQFGr5wGTvSuJuBy3ggRAnkoAJ9oSEWg+SLXJlbfiQCimgUZLwgoSwCgiEkJ
MUOMpo7ec71k+AjQMrlLqwc=
=MgKK
-END PGP SIGNATURE-

--- End Message ---


Bug#435214: [Pkg-octave-devel] Bug#435214: Clarification of licensing terms of semidef-oct

2007-07-31 Thread Rafael Laboissiere
I am one of the members of the Debian Octave Group [1], which maintains the
Octave-related packages for the Debian GNU/Linux distribution.  Your
semidef_prog software, which was ported to Octave by A. S. Hodel, has been
packaged for Debian [2] since 1998.

Only recently, it has been brought to our attention [3] the fact that the
license terms in the semidef_prog's README file are incompatible with the 
Debian Free Software Guidelines [4].  At least, the phrase "distribute this
software for any purpose without fee" is ambiguous.

Unless the license terms are clarified or they are switched to some standard
license language (like MIT/X11 or GPL), we will be forced to removed the
package from Debian, which would be a pity for our users.

Just FYI, the semidef_prog software seem sto work correctly with the latest
version of Octave (2.9.13).

[1] http://pkg-octave.alioth.debian.org/
[2] http://packages.debian.org/unstable/math/octave-sp
[3] http://bugs.debian.org/435214
[4] http://www.debian.org/social_contract#guidelines

(Please, respect the Reply-To header, in order to keep the discussion
recorded in our Bug Tracking System.  Thanks.)

Best regards,

-- 
Rafael Laboissiere 


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



Bug#435460: CVE-2007-3387: Integer overflow in poppler

2007-07-31 Thread Stefan Fritsch
Package: libpoppler1
Version: 0.5.4-6
Severity: grave
Tags: security
Justification: user security hole


A vulnerability has been found in libpoppler and related
packages. From CVE-2007-3387:

"Integer overflow in the StreamPredictor::StreamPredictor function in gpdf 
before
2.8.2, as used in (1) poppler, (2) xpdf, (3) kpdf, (4) kdegraphics, (5) CUPS,
and other products, might allow remote attackers to execute arbitrary code via a
crafted PDF file."

Please mention the CVE id in the changelog.


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



Processed: cloning 435460, reassign -1 to xpdf

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

> # Automatically generated email from bts, devscripts version 2.10.6
> clone 435460 -1
Bug#435460: CVE-2007-3387: Integer overflow in poppler
Bug 435460 cloned as bug 435462.

> reassign -1 xpdf
Bug#435462: CVE-2007-3387: Integer overflow in poppler
Bug reassigned from package `libpoppler1' to `xpdf'.

>
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#435466: warzone2100: screen flickers, game is unusable

2007-07-31 Thread Pierre Habouzit
Package: warzone2100
Version: 2.1.0~0.svn1436-1
Severity: grave
Justification: renders package unusable


  The screen flickers oddly during the options screens from start,
making the game unusable at all.

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

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

Versions of packages warzone2100 depends on:
ii  libc6  2.6-5 GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl 6.5.2-7   A free implementation of the OpenG
ii  libglu1-mesa [libglu1] 6.5.2-7   The OpenGL utility library (GLU)
ii  libogg01.1.3-2   Ogg Bitstream Library
ii  libopenal0a1:0.0.8-6 OpenAL is a portable library for 3
ii  libphysfs-1.0-01.0.0-5   filesystem abstraction library for
ii  libpng12-0 1.2.15~beta5-2PNG library - runtime
ii  libsdl-net1.2  1.2.5-7+b1network library for Simple DirectM
ii  libsdl1.2debian1.2.11-9  Simple DirectMedia Layer
ii  libvorbis0a1.2.0.dfsg-1  The Vorbis General Audio Compressi
ii  libvorbisfile3 1.2.0.dfsg-1  The Vorbis General Audio Compressi
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  warzone2100-data   2.1.0~0.svn1436-1 3D real time strategy game (data f

warzone2100 recommends no packages.

-- no debconf information


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



Processed: Re: Bug#434645: Shibboleth-sp crashes under load

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

> severity 434645 serious
Bug#434645: Shibboleth-sp crashes under load
Severity set to `serious' from `important'

> retitle 434645 shibboleth-sp: pthread-buggy log4cpp causes crashes under load
Bug#434645: Shibboleth-sp crashes under load
Changed Bug title to `shibboleth-sp: pthread-buggy log4cpp causes crashes under 
load' from `Shibboleth-sp crashes under load'.

> block 434645 with 432729
Bug#432729: Possible threading problems in log4cpp library
Bug#434645: shibboleth-sp: pthread-buggy log4cpp causes crashes under load
Was not blocked by any bugs.
Blocking bugs of 434645 added: 432729

> severity 432729 important
Bug#432729: Possible threading problems in log4cpp library
Severity set to `important' from `normal'

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#435468: warsow: segfaults when starting (amd64 bug ?)

2007-07-31 Thread Pierre Habouzit
Package: warsow
Version: 0.31.dfsg-4
Severity: grave
Justification: renders package unusable

  when I launch warsow I get:


ERROR: R_Upload32_3D: texture is too large (resizing is not supported)

Error: Error during initialization

ERROR: Received signal 11


Recursive Sys_Error: Received signal 11



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

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

Versions of packages warsow depends on:
ii  libc6   2.6-5GNU C Library: Shared libraries
ii  libcurl3-gnutls 7.16.4-1 Multi-protocol file transfer libra
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libkrb531.6.dfsg.1-6 MIT Kerberos runtime libraries
ii  libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii  libvorbisfile3  1.2.0.dfsg-1 The Vorbis General Audio Compressi
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxxf86dga12:1.0.1-2X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.0.1-2X11 XFree86 video mode extension l
ii  warsow-data 0.31-1   Game data for the ego-shooter Wars
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

warsow recommends no packages.

-- no debconf information


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



Bug#435465: libgpevtype-dev: Missing depends on libeventdb-dev

2007-07-31 Thread Kurt Roeckx
Package: libgpevtype-dev
Version: 0.50-1
Severity: serious

Hi,

When trying to build gpe-contacts 0.46-2 I get the following error:
checking for DEPS... configure: error: Package requirements (gtk+-2.0 >= 2.6 
glib-2.0 >= 2.2 libgpewidget libgpepimc libgpevtype libcontactsdb sqlite 
mimedir-1.0 dbus-glib-1) were not met:

Package libeventdb was not found in the pkg-config search path.
Perhaps you should add the directory containing `libeventdb.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libeventdb', required by 'libgpevtype', not found


This seems to say that libgpevtype-dev needs to Depend on
libeventdb-dev.


Kurt



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



Bug#434858: brltty_3.8-1(hppa/experimental): FTBFS: dh_install: python-brlapi missing files

2007-07-31 Thread Samuel Thibault
Hi,

Frank Lichtenheld, le Fri 27 Jul 2007 11:34:45 +0200, a écrit :
> your package failed to build from source. The output from configure
> looks like a missing build-dep.

> | checking for pyrexc... no
> | configure: WARNING: Python BrlAPI bindings not included: pyrexc not found

python-pyrex is missing indeed.

Samuel



Bug#435466: marked as done (warzone2100: screen flickers, game is unusable)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Wed, 1 Aug 2007 00:18:04 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#435466: Acknowledgement (warzone2100: screen flickers, 
game  is unusable)
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: warzone2100
Version: 2.1.0~0.svn1436-1
Severity: grave
Justification: renders package unusable


  The screen flickers oddly during the options screens from start,
making the game unusable at all.

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

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

Versions of packages warzone2100 depends on:
ii  libc6  2.6-5 GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl 6.5.2-7   A free implementation of the OpenG
ii  libglu1-mesa [libglu1] 6.5.2-7   The OpenGL utility library (GLU)
ii  libogg01.1.3-2   Ogg Bitstream Library
ii  libopenal0a1:0.0.8-6 OpenAL is a portable library for 3
ii  libphysfs-1.0-01.0.0-5   filesystem abstraction library for
ii  libpng12-0 1.2.15~beta5-2PNG library - runtime
ii  libsdl-net1.2  1.2.5-7+b1network library for Simple DirectM
ii  libsdl1.2debian1.2.11-9  Simple DirectMedia Layer
ii  libvorbis0a1.2.0.dfsg-1  The Vorbis General Audio Compressi
ii  libvorbisfile3 1.2.0.dfsg-1  The Vorbis General Audio Compressi
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  warzone2100-data   2.1.0~0.svn1436-1 3D real time strategy game (data f

warzone2100 recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
  sorry, video driver problem in fact.
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpWBBoGzySIg.pgp
Description: PGP signature
--- End Message ---


Bug#418161: acknowledged by developer (closing 418161)

2007-07-31 Thread Touko Korpela
>Why do you close this bug again?  It's already closed a few times
>with the right version.  Do you for some reason think it's not closed?

It wasnt closed, only tagged fixed (check BTS web log if in doubt).
(tag fixed should be needed only for NMUs)


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



Processed: reassign 435465 to gpe-contacts, retitle 435465 to FTBFS due to libgpevtype transition.

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

> # Automatically generated email from bts, devscripts version 2.10.6
> reassign 435465 gpe-contacts
Bug#435465: libgpevtype-dev: Missing depends on libeventdb-dev
Bug reassigned from package `libgpevtype-dev' to `gpe-contacts'.

> retitle 435465 FTBFS due to libgpevtype transition.
Bug#435465: libgpevtype-dev: Missing depends on libeventdb-dev
Changed Bug title to `FTBFS due to libgpevtype transition.' from 
`libgpevtype-dev: Missing depends on libeventdb-dev'.

>
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#418161: acknowledged by developer (closing 418161)

2007-07-31 Thread Kurt Roeckx
On Wed, Aug 01, 2007 at 01:19:07AM +0300, Touko Korpela wrote:
> >Why do you close this bug again?  It's already closed a few times
> >with the right version.  Do you for some reason think it's not closed?
> 
> It wasnt closed, only tagged fixed (check BTS web log if in doubt).
> (tag fixed should be needed only for NMUs)

Right, it seems it had a "fixed" command instead of a "close" command.

The "fixed" command is different than having a tag fixed.  The fixed
command would say in which version it's fixed, and change the list of
versions it's fixed in.  While the tag command would change the list of
tags.


Kurt



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



Bug#435465: FTBFS due to transition of libgpevtype

2007-07-31 Thread Neil Williams
On Tue, 31 Jul 2007 23:40:52 +0200
Kurt Roeckx <[EMAIL PROTECTED]> wrote:

> Package: libgpevtype-dev
> Version: 0.50-1
> Severity: serious
> 
> Hi,
> 
> When trying to build gpe-contacts 0.46-2 I get the following error:

There has been a library transition due to a recent release of GPE and
gpe-contacts is out of date. v0.47 is on release and depends on the new
library API for libgpevtype: libgpevtype1 which in turn depends on
libeventdb2. The watch file is also out of date so 'uscan' does not
detect the newer version.

So your original report is incorrect and attributed to the wrong
package but the bug is real. Retitling and re-assigning.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgpa1iitCxDri.pgp
Description: PGP signature


Processed: found 435465 in 0.46-2

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

> # Automatically generated email from bts, devscripts version 2.10.6
> found 435465 0.46-2
Bug#435465: FTBFS due to libgpevtype transition.
Bug marked as found in version 0.46-2.

>
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#434340: marked as done (libgpevtype - FTBFS: error: too few arguments to function 'event_get_eventid')

2007-07-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jul 2007 23:58:10 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Current version is 0.50-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: libgpevtype
Version: 0.17-5
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070717

hi,

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

 > -- Fixing Crossreferences
 > cd . && gtkdoc-fixxref --module-dir=html --html-dir=/usr/share/gtk-doc/html 
 > touch html-build.stamp
 > make[2]: Leaving directory `/build/user/libgpevtype-0.17/doc'
 > make[2]: Entering directory `/build/user/libgpevtype-0.17'
 > /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"libgpevtype\" 
 > -DPACKAGE_TARNAME=\"libgpevtype\" -DPACKAGE_VERSION=\"0.17\" 
 > -DPACKAGE_STRING=\"libgpevtype\ 0.17\" -DPACKAGE_BUGREPORT=\"[EMAIL 
 > PROTECTED]" -DPACKAGE=\"libgpevtype\" -DVERSION=\"0.17\" -DSTDC_HEADERS=1 
 > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
 > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
 > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. -I. -I/usr/include/glib-2.0 
 > -I/usr/lib/glib-2.0/include -I/usr/include/mimedir-1.0   
 > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale/libgpevtype\"-g -Wall -O2 -c -o 
 > tag-db.lo tag-db.c
 > mkdir .libs
 >  cc -DPACKAGE_NAME=\"libgpevtype\" -DPACKAGE_TARNAME=\"libgpevtype\" 
 > -DPACKAGE_VERSION=\"0.17\" "-DPACKAGE_STRING=\"libgpevtype 0.17\"" 
 > -DPACKAGE_BUGREPORT=\"[EMAIL PROTECTED]" -DPACKAGE=\"libgpevtype\" 
 > -DVERSION=\"0.17\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
 > -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. 
 > -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 > -I/usr/include/mimedir-1.0 
 > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale/libgpevtype\" -g -Wall -O2 -c 
 > tag-db.c  -fPIC -DPIC -o .libs/tag-db.o
 >  cc -DPACKAGE_NAME=\"libgpevtype\" -DPACKAGE_TARNAME=\"libgpevtype\" 
 > -DPACKAGE_VERSION=\"0.17\" "-DPACKAGE_STRING=\"libgpevtype 0.17\"" 
 > -DPACKAGE_BUGREPORT=\"[EMAIL PROTECTED]" -DPACKAGE=\"libgpevtype\" 
 > -DVERSION=\"0.17\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
 > -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. 
 > -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 > -I/usr/include/mimedir-1.0 
 > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale/libgpevtype\" -g -Wall -O2 -c 
 > tag-db.c -o tag-db.o >/dev/null 2>&1
 > /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"libgpevtype\" 
 > -DPACKAGE_TARNAME=\"libgpevtype\" -DPACKAGE_VERSION=\"0.17\" 
 > -DPACKAGE_STRING=\"libgpevtype\ 0.17\" -DPACKAGE_BUGREPORT=\"[EMAIL 
 > PROTECTED]" -DPACKAGE=\"libgpevtype\" -DVERSION=\"0.17\" -DSTDC_HEADERS=1 
 > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
 > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
 > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. -I. -I/usr/include/glib-2.0 
 > -I/usr/lib/glib-2.0/include -I/usr/include/mimedir-1.0   
 > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale/libgpevtype\"-g -Wall -O2 -c -o 
 > vcard.lo vcard.c
 >  cc -DPACKAGE_NAME=\"libgpevtype\" -DPACKAGE_TARNAME=\"libgpevtype\" 
 > -DPACKAGE_VERSION=\"0.17\" "-DPACKAGE_STRING=\"libgpevtype 0.17\"" 
 > -DPACKAGE_BUGREPORT=\"[EMAIL PROTECTED]" -DPACKAGE=\"libgpevtype\" 
 > -DVERSION=\"0.17\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
 > -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. 
 > -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 > -I/usr/include/mimedir-1.0 
 > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale/libgpevtype\" -g -Wall -O2 -c 
 > vcard.c  -fPIC -DPIC -o .libs/vcard.o
 >  cc -DPACKAGE_NAME=\"libgpevtype\" -DPACKAGE_TARNAME=\"libgpevtype\" 
 > -DPACKAGE_VERSION=\"0.17\" "-DPACKAGE_STRING=\"libgpevtype 0.17\"" 
 > -DPACKAGE_BUGREPORT=\"[EMAIL PROTECTED]" -DPACKAGE=\"libgpevtype\" 
 > -DVERSION=\"0.17\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
 > -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. 
 > -I. -I/usr/incl

Processed: fixed 434340 in 0.50-1

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

> # Automatically generated email from bts, devscripts version 2.10.6
> fixed 434340 0.50-1
Bug#434340: libgpevtype - FTBFS: error: too few arguments to function 
'event_get_eventid'
Bug marked as fixed in version 0.50-1.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: notfound 428293 in 4.21-1

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

> # Automatically generated email from bts, devscripts version 2.10.6
> notfound 428293 4.21-1
Bug#428293: file - CVE-2007-2799: incorrect patch for CVE-2007-1536
Bug marked as not found in version 4.21-1.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#434508: marked as done (Postinstall fails, exit status 255)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Wed, 01 Aug 2007 08:27:09 +0900
with message-id <[EMAIL PROTECTED]>
and subject line let's close this
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---

Package: emacs-goodies-el
Version: 26.12-1
Severity: serious

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

Here is the output in the terminal:

Setting up emacs-goodies-el (26.12-1) ...
emacs-goodies-el files already compiled in
/usr/share/emacs21/site-lisp/emacs-goodies-el.
emacs-goodies-el files already compiled in
/usr/share/emacs22/site-lisp/emacs-goodies-el.
install/emacs-goodies-el: Handling xemacs21, logged in /tmp/elc_wHIIzr.log
emacs-package-install:
/usr/lib/emacsen-common/packages/install/emacs-goodies-el xemacs21 emacs21
emacs22 xemacs21 failed at /usr/lib/emacsen-common/emacs-package-install
line 30,  line 1.
dpkg: error processing emacs-goodies-el (--configure):
subprocess post-installation script returned error exit status 255
Errors were encountered while processing:
emacs-goodies-el
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up emacs-goodies-el (26.12-1) ...
emacs-goodies-el files already compiled in
/usr/share/emacs21/site-lisp/emacs-goodies-el.
emacs-goodies-el files already compiled in
/usr/share/emacs22/site-lisp/emacs-goodies-el.
install/emacs-goodies-el: Handling xemacs21, logged in /tmp/elc_Y5HUjF.log
emacs-package-install:
/usr/lib/emacsen-common/packages/install/emacs-goodies-el xemacs21 emacs21
emacs22 xemacs21 failed at /usr/lib/emacsen-common/emacs-package-install
line 30,  line 1.
dpkg: error processing emacs-goodies-el (--configure):
subprocess post-installation script returned error exit status 255



--- System information. ---
Architecture: i386
Kernel: Linux 2.6.21-2-686

Debian Release: lenny/sid
900 unstable ftp.uk.debian.org
899 unstable www.debian-multimedia.org
500 stable dl.google.com
300 experimental ftp.uk.debian.org
299 experimental www.debian-multimedia.org

--- Package information. ---
Depends (Version) | Installed
===-+-
emacs21 | 21.4a+1-5
OR emacsen |
bash (>= 2.05a) | 3.1dfsg-8
OR bash-static |
--- End Message ---
--- Begin Message ---
Hi,

Let us close this bugreport; it's nonreproducible, and undebuggable.

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


Processed: Could you please make the title of the bug report more useful?

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

> retitle 418550 db3 should not release with lenny
Bug#418550: libdb3: let's bury db3.2
Changed Bug title to `db3 should not release with lenny' from `libdb3: let's 
bury db3.2'.

> 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#418550: Could you please make the title of the bug report more useful?

2007-07-31 Thread Junichi Uekawa
retitle 418550 db3 should not release with lenny
thanks



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



Bug#435465: FTBFS due to transition of libgpevtype

2007-07-31 Thread Kurt Roeckx
On Tue, Jul 31, 2007 at 11:35:57PM +0100, Neil Williams wrote:
> 
> There has been a library transition due to a recent release of GPE and
> gpe-contacts is out of date. v0.47 is on release and depends on the new
> library API for libgpevtype: libgpevtype1 which in turn depends on
> libeventdb2. The watch file is also out of date so 'uscan' does not
> detect the newer version.
> 
> So your original report is incorrect and attributed to the wrong
> package but the bug is real. Retitling and re-assigning.

I do not agree.

In libgpevtype-dev 0.50-1 you have an file
/usr/lib/pkgconfig/libgpevtype.pc which has:
Requires: glib-2.0, mimedir-1.0, libeventdb

This means that libgpevtype-dev should Depend on packages providing the
.pc files for glib-2.0, mimedir-1.0 and libeventdb.

It has: Depends: libgpevtype1 (= 0.50-1)

So it's missing:
libglib2.0-dev, libmimedir-gnome0-dev, libeventdb-dev

Otherwise the libgpevtype.pc is of no use, and anything build depending
on libgpevtype-dev that tries to use it will get an error.


Kurt



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



Bug#435214: [Pkg-octave-devel] Bug#435214: Clarification of licensing terms of semidef-oct

2007-07-31 Thread Stephen Boyd

rafael,

i am happy to switch the license to GNU, but of course we have to check 
with lieven.  as a coincidence i will see lieven tomorrow, when we can 
send the final confirmation.


however, it should be noted that semideg_prog is really quite old, and 
there are now far more recent solvers available for semidefinite 
programming.  i have not used semidef_prog for many years now.  i don't 
know which solver is best for linking to octave.


i (and many others too) do most of my day to day convex optimization 
work using cvx, which has a GNU license, but unfortunately, runs on top 
of matlab.  our plan (hope? goal?) however is to develop a full GNU 
system for modeling and solving convex optimization problems.  lieven's 
CVXOPT is a good start along these lines, but i am not sure how easy or 
hard it is to tie python/C into octave.  if you are interested in 
optimization software for octave, i'd be happy to chat; maybe we can 
help (beyond changing the license on ancient, but working, software to GNU).


stephen


Rafael Laboissiere wrote:

I am one of the members of the Debian Octave Group [1], which maintains the
Octave-related packages for the Debian GNU/Linux distribution.  Your
semidef_prog software, which was ported to Octave by A. S. Hodel, has been
packaged for Debian [2] since 1998.

Only recently, it has been brought to our attention [3] the fact that the
license terms in the semidef_prog's README file are incompatible with the 
Debian Free Software Guidelines [4].  At least, the phrase "distribute this

software for any purpose without fee" is ambiguous.

Unless the license terms are clarified or they are switched to some standard
license language (like MIT/X11 or GPL), we will be forced to removed the
package from Debian, which would be a pity for our users.

Just FYI, the semidef_prog software seem sto work correctly with the latest
version of Octave (2.9.13).

[1] http://pkg-octave.alioth.debian.org/
[2] http://packages.debian.org/unstable/math/octave-sp
[3] http://bugs.debian.org/435214
[4] http://www.debian.org/social_contract#guidelines

(Please, respect the Reply-To header, in order to keep the discussion
recorded in our Bug Tracking System.  Thanks.)

Best regards,

  



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



Bug#412752: marked as done (incorrectly depends on libpthread2)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Jul 2007 23:47:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#412752: fixed in olsrd 0.5.2-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: olsrd-plugins
Version: 0.4.10-3
Severity: normal

Why the hardcoded dependency on libpthread2? I think we may be removing
that package from the archive due to #410692. 

olsrd_dyn_gw.so.0.4 links to libpthread.so.0  which is in libc6, not in
libpthread2.

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

Versions of packages olsrd-plugins depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libpthread20 [libpthread2]  2.0.7-4  The GNU Portable Threads (pthread 
ii  olsrd   0.4.10-3 optimized link-state routing daemo

olsrd-plugins recommends no packages.

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: olsrd
Source-Version: 0.5.2-1

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

olsrd-plugins_0.5.2-1_i386.deb
  to pool/main/o/olsrd/olsrd-plugins_0.5.2-1_i386.deb
olsrd_0.5.2-1.diff.gz
  to pool/main/o/olsrd/olsrd_0.5.2-1.diff.gz
olsrd_0.5.2-1.dsc
  to pool/main/o/olsrd/olsrd_0.5.2-1.dsc
olsrd_0.5.2-1_i386.deb
  to pool/main/o/olsrd/olsrd_0.5.2-1_i386.deb
olsrd_0.5.2.orig.tar.gz
  to pool/main/o/olsrd/olsrd_0.5.2.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.
Holger Levsen <[EMAIL PROTECTED]> (supplier of updated olsrd package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  1 Aug 2007 00:58:23 +0200
Source: olsrd
Binary: olsrd-plugins olsrd
Architecture: source i386
Version: 0.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Holger Levsen <[EMAIL PROTECTED]>
Changed-By: Holger Levsen <[EMAIL PROTECTED]>
Description: 
 olsrd  - optimized link-state routing daemon (unik-olsrd)
 olsrd-plugins - various plugins to enhance olsrd
Closes: 404899 405331 412752 412936 426580
Changes: 
 olsrd (0.5.2-1) unstable; urgency=low
 .
   * new upstream release (Closes: #426580, #404899, #405331)
   * added build-dependency on bison and flex
   * removed dependency on libpthread2 (Closes: #412752)
   * maintainer address updated
   * updated README.Debian
   * cleaned up debian/patches/ (from openwrt) as they are included
 upstream by now
   * added debian/todo in source
   * make init-script exit gracefully if stopping olsrd fails (Closes: #412936)
Files: 
 5ae1e726f5ff43ee3fafe0339f1d5493 585 net extra olsrd_0.5.2-1.dsc
 b6ac9c4e0eb86ad5419e21510c17c3c3 592294 net extra olsrd_0.5.2.orig.tar.gz
 582d0091eaf0983d4145fc1455e00d05 22993 net extra olsrd_0.5.2-1.diff.gz
 bdcb28190d19e3174fca169fcb1f6e6a 134874 net extra olsrd_0.5.2-1_i386.deb
 91099f4bfcc7794bf0d827d7aec0b0af 60316 net extra olsrd-plugins_0.5.2-1_i386.deb

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

iD8DBQFGr8Q2UHLQNqxYNSARAhRnAJ9Lv2k4SdSjwBY9ndO1q7om71KupgCeJNHS
NiCJQPNdaoTqpdYCDlYSv+g=
=jdlt
-END PGP SIGNATURE-

--- End Message ---


Bug#429903: marked as done (openscenegraph_2.0.0-1(experimental/amd64/xenophanes): FTBFS: libraries are not in /usr/lib, where dh_movefiles expects them)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Wed, 1 Aug 2007 02:46:18 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#429903: 
openscenegraph_2.0.0-1(experimental/amd64/xenophanes): FTBFS: libraries are not 
in /usr/lib, where dh_movefiles expects them
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: openscenegraph
Version: 2.0.0-1
Severity: serious
Tags: experimental

Heya,


| Automatic build of openscenegraph_2.0.0-1 on xenophanes by sbuild/amd64 
98-farm
| Build started at 20070620-1214
| **

[...]

| -- Installing 
/build/buildd/openscenegraph-2.0.0/debian/tmp/usr/lib64/libOpenThreads.so.5.0.0

[...]

| dh_movefiles
| dh_movefiles: debian/tmp/usr/lib/libOpenThreads.so not found (supposed to put 
it in libopenthreads-dev)
| dh_movefiles: debian/tmp/usr/lib/libOpenThreads.so.5.0.0 not found (supposed 
to put it in libopenthreads5)
| dh_movefiles: debian/tmp/usr/lib/libOpenThreads.so.5 not found (supposed to 
put it in libopenthreads5)
| tar: /build/buildd/openscenegraph-2.0.0/debian/movelist: Cannot stat: No such 
file or directory
| tar: Error is not recoverable: exiting now
| sh: /build/buildd/openscenegraph-2.0.0/debian/movelist: No such file or 
directory
| make: *** [binary-arch] Error 1
| **
| Build finished at 20070620-1254
| FAILED [dpkg-buildpackage died]
| Build needed 00:39:14, 430452k disk space

A complete build log can be found at
http://experimental.debian.net/build.php?arch=amd64&pkg=openscenegraph&ver=2.0.0-1

It looks like the usptream build system is installing the libraries to
lib64, but your file list expects them in /usr/lib.

Marc
-- 
BOFH #418:
Sysadmins busy fighting SPAM.

--- End Message ---
--- Begin Message ---
Version: 2.0.0-2

Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> (21/06/2007):
> It looks like the usptream build system is installing the libraries to
> lib64, but your file list expects them in /usr/lib.

I still have to figure out all the black magic cmake does, but the
workaround I added in -2 seems to fix this, built OK on amd64.

Cheers,

-- 
Cyril Brulebois


pgp7oBfIwrbif.pgp
Description: PGP signature
--- End Message ---


Bug#435386: Really?

2007-07-31 Thread Filipus Klutiero
I have both nvidia-kernel-legacy-96xx-2.6.18-4-k7 
1.0.9639-1+2.6.18.dfsg.1-12etch2 and nvidia-kernel-legacy-96xx-2.6.22-1-k7 
1.0.9639-1+2.6.22-1 which I think I both built myself. Please provide the 
log.


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



Bug#435414: marked as done (mount: Impossible to upgrade, requires updated nfs-common, nfs-common is already upgraded.)

2007-07-31 Thread Debian Bug Tracking System
Your message dated Wed, 01 Aug 2007 04:47:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#435414: fixed in util-linux 2.13~rc2-5
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: mount
Version: 2.12r-19
Severity: grave
Justification: renders package unusable

It seems to be impossible to install the latest version of
mount in unstable:

# apt-get install mount nfs-common
Reading package lists... Done
Building dependency tree   
Reading state information... Done
nfs-common is already the newest version.
The following packages will be upgraded:
  mount
1 upgraded, 0 newly installed, 0 to remove and 65 not upgraded.
Need to get 0B/133kB of archives.
After unpacking 28.7kB disk space will be freed.
(Reading database ... 106061 files and directories currently installed.)
Preparing to replace mount 2.12r-19 (using .../mount_2.13~rc2-4_i386.deb) ...
You have NFS mounts, and this version of mount requires that nfs-common
be upgraded before NFS mounts will work.

Aborting install.
dpkg: error processing /var/cache/apt/archives/mount_2.13~rc2-4_i386.deb 
(--unpack):
 subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/mount_2.13~rc2-4_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

# dpkg -l | grep -i nfs-common
ii  nfs-common   1:1.1.0-13 NFS support 
files common to client and serve


It might be relevant to note that this computer is running diskless, 
with root on NFS.

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

Kernel: Linux 2.6.22.1 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=C, LC_CTYPE=no_NO.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages mount depends on:
ii  libblkid1 1.40.2-1   block device id library
ii  libc6 2.6-5  GNU C Library: Shared libraries
ii  libuuid1  1.40.2-1   universally unique id library

mount recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: util-linux
Source-Version: 2.13~rc2-5

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

bsdutils_2.13~rc2-5_i386.deb
  to pool/main/u/util-linux/bsdutils_2.13~rc2-5_i386.deb
cfdisk-udeb_2.13~rc2-5_i386.udeb
  to pool/main/u/util-linux/cfdisk-udeb_2.13~rc2-5_i386.udeb
fdisk-udeb_2.13~rc2-5_i386.udeb
  to pool/main/u/util-linux/fdisk-udeb_2.13~rc2-5_i386.udeb
mount_2.13~rc2-5_i386.deb
  to pool/main/u/util-linux/mount_2.13~rc2-5_i386.deb
util-linux-locales_2.13~rc2-5_all.deb
  to pool/main/u/util-linux/util-linux-locales_2.13~rc2-5_all.deb
util-linux_2.13~rc2-5.diff.gz
  to pool/main/u/util-linux/util-linux_2.13~rc2-5.diff.gz
util-linux_2.13~rc2-5.dsc
  to pool/main/u/util-linux/util-linux_2.13~rc2-5.dsc
util-linux_2.13~rc2-5_i386.deb
  to pool/main/u/util-linux/util-linux_2.13~rc2-5_i386.deb



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

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

Debian distribution maintenance software
pp.
LaMont Jones <[EMAIL PROTECTED]> (supplier of updated util-linux 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: Tue, 31 Jul 2007 22:34:08 -0600
Source: util-linux
Binary: util-linux cfdisk-udeb fdisk-udeb util-linux-locales bsdutils mount
Architecture: all i386 source 
Version: 2.13~rc2-5
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones <[EMAIL PROTECTED]>
Changed-By: LaMont Jones <[EMAIL PROTECTED]>
Description: 
 bsdutils   - Basic utilities from 4.4BSD-Lite
 cfdisk-udeb - Partition a hard drive (cfdisk)
 fdisk-udeb - Partition a hard drive (manual)
 mount  - Tools for mounting and manipulating filesystems
 util-linux - Miscellaneous system utilities
 util-linux-locales - Locales files for util-linux
Closes: 435223 435305 435307 435414
Changes: 
 util-linux (2.13~rc2-5) unstable; urgency=low
 .
   * mount.preinst:
 - check the right directory for mount.nfs.
 

Bug#434484: Bug#433391: closed by Aurelien Jarno <[EMAIL PROTECTED]> (Re: gij-4.1: Runs out of memory)

2007-07-31 Thread Aurelien Jarno
Kurt Roeckx a écrit :
>> From: Aurelien Jarno <[EMAIL PROTECTED]>
>> On Tue, Jul 24, 2007 at 09:00:12AM +0200, Matthias Klose wrote:
>>> severity 433391 grave
>>> clone 433391 -1
>>> reassign -1 glibc
>>> block 433391 by -1
>>> thanks
>>>
>>> Building gcj or gcc-snapshot on a system downgraded to glibc-2.5
>>> doesn't show the testsuite failures in libjava.
>>>
>> This is actually a bug in java's unwinder, the fix I commited is wrong.
>> I am therefore closing this bug, leaving the one on gcj opened.
> 
> Are you sure you closed the right bug?  You've closed the one assigned
> to gij-4.1 (#433391) and the one in glibc (#434484) is still open.
> 
> PS: They both are forwarded upstream to gcc, so the forwarded on #434484
> atleast seems wrong too.

You are right, I have made a mistake here. However seems have changed
upstream, and this bug is now workarounded in glibc instead of being
fixed in gcj.

So the best is probably to keep this bug opened until we fixed it in the
next upload (probably with glibc 2.6.1).

-- 
  .''`.  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]



Processed: forcibly merging 435261 435490

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

> # Automatically generated email from bts, devscripts version 2.10.6
> forcemerge 435261 435490
Bug#435261: FTBFS: dpkg-genchanges: failure: cannot read files list file: No 
such file or directory
Bug#435490: python-libpcap_0.6.1+cvs.2007.07.28-1: FTBFS: arch: any packages in 
binary-indep rule
Forcibly Merged 435261 435490.

>
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#435490: python-libpcap_0.6.1+cvs.2007.07.28-1: FTBFS: arch: any packages in binary-indep rule

2007-07-31 Thread Steve Langasek
Package: python-libpcap
Version: 0.6.1+cvs.2007.07.28-1
Severity: serious

Your package is failing to build from source on all autobuilders because you
are building an arch: any package in your binary-indep rule, and your
binary-arch rule is empty.  This is a serious policy violation; please move
your package build rules to the appropriate target.

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


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



Bug#431837: kde-devel is a too coarse grained build-dep

2007-07-31 Thread Kobayashi Noritada
Hi,

> Julien Cristau wrote:
> > On Thu, Jul  5, 2007 at 16:25:01 +0200, Michael Biebl wrote:
> > 
> >> TBH, I think the dependencies of kde-devel are broken, if they pull in
> >> hal as a build-dependency.
> > 
> > It rather seems that uim should not build-depend on kde-devel, as this
> > package is just a metapackage for users, not meant for other packages:
> >  This metapackage includes official KDE modules that are useful to
> >  developers, including KDE's software development kit (SDK), Qt3's
> >  designer tool, and all core KDE header and development packages.
> 
> Agreed, I'm thus reassigning the bug report to uim. uim should use more
> specific build-dependencies.

Build-dependency on kdelibs4-dev seems to be enough.  Changing
build-depends from kde-devel to kdelibs4-dev will save installing ~100
packages, including hal, and will not prevent the uim source package
from being built.  I attach the patch here.

Thanks,

-nori
--- debian/control.orig Wed Aug  1 15:13:32 2007
+++ debian/control  Wed Aug  1 13:12:44 2007
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Masahito Omote <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>> 5.0.0), dpatch (>= 1.11), automake1.10, 
autoconf, autotools-dev, intltool, libtool, libgtk2.0-dev (>= 2.10.1-1), 
libpango1.0-dev, libfreetype6-dev, libatk1.0-dev, libgnome2-dev, libxml-perl, 
libpanel-applet2-dev, libice-dev, libsm-dev, libx11-dev, libxext-dev, 
libxi-dev, libxmu-dev, libxmuu-dev, libxp-dev, libxpm-dev, libxrandr-dev, 
libxt-dev, libxtrap-dev, libxtst-dev, libxv-dev, x-dev, libxfont-dev, 
libfontenc-dev, libcanna1g-dev, libanthy-dev, libncurses5-dev, libm17n-dev, 
prime, libqt3-mt-dev, librsvg2-bin, libedit-dev, libgcroots-dev, kde-devel
+Build-Depends: cdbs, debhelper (>> 5.0.0), dpatch (>= 1.11), automake1.10, 
autoconf, autotools-dev, intltool, libtool, libgtk2.0-dev (>= 2.10.1-1), 
libpango1.0-dev, libfreetype6-dev, libatk1.0-dev, libgnome2-dev, libxml-perl, 
libpanel-applet2-dev, libice-dev, libsm-dev, libx11-dev, libxext-dev, 
libxi-dev, libxmu-dev, libxmuu-dev, libxp-dev, libxpm-dev, libxrandr-dev, 
libxt-dev, libxtrap-dev, libxtst-dev, libxv-dev, x-dev, libxfont-dev, 
libfontenc-dev, libcanna1g-dev, libanthy-dev, libncurses5-dev, libm17n-dev, 
prime, libqt3-mt-dev, librsvg2-bin, libedit-dev, libgcroots-dev, kdelibs4-dev
 Standards-Version: 3.7.2.2
 
 Package: uim-common


pgpF1hAXVG9j2.pgp
Description: PGP signature