Processed: tagging 521185

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

 tags 521185 - sid
Bug#521185: libmyodbc: Creashes with symbol error
Tags were: sid patch
Bug#522968: myodbc: FTBFS: libmyodbc3_r.so: undefined reference to 
`mysql_odbc_escape_string'
Bug#523593: myodbc_3.51.15r409-4+b1(mips/unstable): FTBFS on mips
Bug#527808: myodbc: FTBFS: undefined reference to `mysql_odbc_escape_string'
Tags removed: sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#527566: #527566 mediatomb-daemon: Installation error due to postinst script

2009-06-15 Thread Peter Palfrader
On Tue, 02 Jun 2009, Alban Browaeys wrote:

 And there seems to be a bug in the mv_db is triggers:
 [ -e /var/lib/mediatomb/sqlite3.db ]  \
 cp --preserve /var/lib/mediatomb/sqlite3.db 
 /var/lib/mediatomb/mediatomb.db 
 alsways returns 1 which errors out the postinst. Adding
 || return 0
 at the end of it helps. Probably adding parenthesis around to avoid it 
 applying to the cp would be good.

The usual approach for this is to either do:

! [ -e file ] || cp file target

or plain old ifs:
if [ -e file ]; then
cp file target
fi

-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/



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



Bug#533135: freedoom: DFSG Violation: Copyrighted materials in Freedoom

2009-06-15 Thread Mike Swanson
Package: freedoom
Severity: serious
Justification: Policy 2.1

I am the Freedoom maintainer and it has come to my attention that there
have been copyrighted materials in Freedoom for some time, and this
affects all of versions in current Debian distributions (oldstable,
stable, testing, unstable, experimental).

The files in question are:
Entire directory of musics/metabolist
musics/d_adrian.mus
musics/d_ampie.mus
musics/d_count2.mus
musics/d_ddtbl2.mus
musics/d_ddtbl3.mus
musics/d_doom2.mus
musics/d_in_cit.mus
musics/d_messag.mus
musics/d_messg2.mus
musics/d_romer2.mus
musics/d_runni2.mus
musics/d_shawn3.mus
musics/d_stlks2.mus
musics/d_tense.mus
musics/d_theda2.mus

Currently in the process of resolving the problem upstream, but
informing Debian at the same time.

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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



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



Bug#533141: Current netatalk fails to build from source

2009-06-15 Thread Itai Seggev
Package: netatalk
Version: 2.0.4~rc2-1
Severity: serious

Okay, perhaps I am cluless or there's something seriously wrong with my system,
but this has never failed me in the past.  I am try to rebuild the package from
source to enable openSSL.  

Going through the following 

apt-get source netatalk 
cd netatalk-2.0.4~rc2
dpkg-buildpackage  (with or without DEB_BUILD_OPTIONS=openssl)

will die with the following below.  

BTW (and perhaps this should be its own separate bug), the README.Debian seems
to suggest openssl support is not need to connect to OS X 10.4 and higher, but
TimeMachine won't connect with the stock build.  I'm not sure if I'm
misunderstanding the readme me, it is wrong, or I have some misconfiguration.  


cd .  /bin/sh /usr/src/netatalk-2.0.4~rc2/missing --run autoheader
rm -f stamp-h1
touch config.h.in
/usr/bin/make  all-recursive
make[2]: Entering directory `/usr/src/netatalk-2.0.4~rc2'
Making all in libatalk
make[3]: Entering directory `/usr/src/netatalk-2.0.4~rc2/libatalk'
Making all in adouble
make[4]: Entering directory `/usr/src/netatalk-2.0.4~rc2/libatalk/adouble'
/bin/sh ../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../..
-I../../include -D_U_=__attribute__((unused)) -g -O2 -g -Wall -O2 -I../../sys
-c -o ad_open.lo ad_open.c
../../libtool: line 793: X--tag=CC: command not found
../../libtool: line 826: libtool: ignoring unknown tag : command not found
../../libtool: line 793: X--mode=compile: command not found
../../libtool: line 959: *** Warning: inferring the mode of operation is
deprecated.: command not found
../../libtool: line 960: *** Future versions of Libtool will require
--mode=MODE be specified.: command not found
../../libtool: line 1103: Xcc: command not found
../../libtool: line 1103: X-DHAVE_CONFIG_H: command not found
../../libtool: line 1103: X-I.: command not found
../../libtool: line 1103: X-I../..: No such file or directory
../../libtool: line 1103: X-I../../include: No such file or directory
../../libtool: line 1103: X-D_U_=__attribute__((unused)): command not found
../../libtool: line 1103: X-g: command not found
../../libtool: line 1103: X-O2: command not found
../../libtool: line 1103: X-g: command not found
../../libtool: line 1103: X-Wall: command not found
../../libtool: line 1103: X-O2: command not found
../../libtool: line 1103: X-I../../sys: No such file or directory
../../libtool: line 1103: X-c: command not found
../../libtool: line 1154: Xad_open.lo: command not found
../../libtool: line 1159: libtool: compile: cannot determine name of library
object from `': command not found
make[4]: *** [ad_open.lo] 1 הלקת
make[4]: Leaving directory `/usr/src/netatalk-2.0.4~rc2/libatalk/adouble'
make[3]: *** [all-recursive] 1 הלקת
make[3]: Leaving directory `/usr/src/netatalk-2.0.4~rc2/libatalk'
make[2]: *** [all-recursive] 1 הלקת
make[2]: Leaving directory `/usr/src/netatalk-2.0.4~rc2'
make[1]: *** [all] 2 הלקת
make[1]: Leaving directory `/usr/src/netatalk-2.0.4~rc2'
make: *** [debian/stamp-makefile-build] 2 הלקת
dpkg-buildpackage: error: debian/rules build gave error exit status 2


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (750, 'testing'), (110, 'unstable'), (101, 'experimental'), (10, 
'stable')
Architecture: amd64 (x86_64)

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

Versions of packages netatalk depends on:
ii  libc62.9-12  GNU C Library: Shared libraries
ii  libcomerr2   1.41.3-1common error description library
ii  libcrack22.8.13-9pro-active password checker librar
ii  libcups2 1.3.10-2Common UNIX Printing System(tm) - 
ii  libdb4.7 4.7.25-6Berkeley v4.7 Database Libraries [
ii  libgcrypt11  1.4.4-2 LGPL Crypto library - runtime libr
ii  libgnutls26  2.6.6-1 the GNU TLS library - runtime libr
ii  libgssapi-krb5-2 1.6.dfsg.4~beta1-13 MIT Kerberos runtime libraries - k
ii  libk5crypto3 1.6.dfsg.4~beta1-13 MIT Kerberos runtime libraries - C
ii  libkrb5-31.6.dfsg.4~beta1-13 MIT Kerberos runtime libraries
ii  libpam-modules   1.0.1-9 Pluggable Authentication Modules f
ii  libpam0g 1.0.1-9 Pluggable Authentication Modules l
ii  libwrap0 7.6.q-16Wietse Venema's TCP wrappers libra
ii  netbase  4.34Basic TCP/IP networking system
ii  perl 5.10.0-22   Larry Wall's Practical Extraction 
ii  zlib1g   1:1.2.3.3.dfsg-13   compression library - runtime

Versions of packages netatalk recommends:
ii  cracklib-runtime   2.8.13-9  runtime support for password check
ii  db4.7-util 4.7.25-6  Berkeley v4.7 Database Utilities
pn  libpam-cracklibnone(no 

Bug#531515: [Pkg-ia32-libs-maintainers] Processed: Re: Bug#531515: ia32-apt-get: breaks dpkg --control (= 1.15.1) and debsums

2009-06-15 Thread Goswin von Brederlow
Hi,

thank you for starcing the problem. Too me it looks like debsums calls
dpkg-deb in an undocumented (although not uncommon for tools in
general) way:

4: /usr/bin/dpkg-deb --control -- 
/var/cache/apt/archives/bzip2_1.0.5-2_amd64.deb /tmp/gD4mFRK2gm/DEBIAN

According to the manpage the syntax is:

-e, --control archive [directory]

There is no mention in the docs that dpkg-deb supports --. Maybe
because it is such a common option.

Your patch isn't correct though, at least not complete. Think of this
invocation:

dpkg-deb --control -- /var/cache/apt/archives/bzip2_1.0.5-2_amd64.deb

In that case, despite having 3 arguments, the DIR has to default to
$(pwd)/DEBIAN. I guess there is no way around fully scanning the
arguments and counting the valid bits. That should allow the use of
the -D option as well.

MfG
Goswin



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



Bug#533135: freedoom: DFSG Violation: Copyrighted materials in Freedoom

2009-06-15 Thread Gerfried Fuchs
* Mike Swanson mikeonthecompu...@gmail.com [2009-06-15 08:58:49 CEST]:
 I am the Freedoom maintainer and it has come to my attention that there
 have been copyrighted materials in Freedoom for some time, and this
 affects all of versions in current Debian distributions (oldstable,
 stable, testing, unstable, experimental).

 I seriously hope so that they are copyrighted - like everything else
within Debian (besides so-called public domain software). The question
rather is, what license are they distributed under. Do you have further
insight into that?

 So long, and thanks!
Rhonda



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



Bug#533143: libsbuild-perl and sbuild: error when trying to install together

2009-06-15 Thread Ralf Treinen
Package: sbuild,libsbuild-perl
Version: sbuild/0.58.4-1
Version: libsbuild-perl/0.58.4-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2009-06-15
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  exim4-config exim4-base libpcre3 exim4-daemon-light exim4 patch perl-modules
  perl binutils bzip2 dctrl-tools make libtimedate-perl dpkg-dev devscripts
  libboost-system1.38.0 libboost-filesystem1.38.0
  libboost-program-options1.38.0 libicu40 libboost-regex1.38.0
  libfilesys-df-perl liblockdev1 schroot-common schroot libsbuild-perl sbuild
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package exim4-config.
(Reading database ... 8198 files and directories currently installed.)
Unpacking exim4-config (from .../exim4-config_4.69-11_all.deb) ...
Selecting previously deselected package exim4-base.
Unpacking exim4-base (from .../exim4-base_4.69-11_amd64.deb) ...
Selecting previously deselected package libpcre3.
Unpacking libpcre3 (from .../libpcre3_7.8-2_amd64.deb) ...
Selecting previously deselected package exim4-daemon-light.
Unpacking exim4-daemon-light (from .../exim4-daemon-light_4.69-11_amd64.deb) ...
Selecting previously deselected package exim4.
Unpacking exim4 (from .../archives/exim4_4.69-11_all.deb) ...
Selecting previously deselected package patch.
Unpacking patch (from .../patch_2.5.9-5_amd64.deb) ...
Selecting previously deselected package perl-modules.
Unpacking perl-modules (from .../perl-modules_5.10.0-23_all.deb) ...
Selecting previously deselected package perl.
Unpacking perl (from .../perl_5.10.0-23_amd64.deb) ...
Selecting previously deselected package binutils.
Unpacking binutils (from .../binutils_2.19.1-1_amd64.deb) ...
Selecting previously deselected package bzip2.
Unpacking bzip2 (from .../bzip2_1.0.5-2_amd64.deb) ...
Selecting previously deselected package dctrl-tools.
Unpacking dctrl-tools (from .../dctrl-tools_2.13.1_amd64.deb) ...
Selecting previously deselected package make.
Unpacking make (from .../archives/make_3.81-5_amd64.deb) ...
Selecting previously deselected package libtimedate-perl.
Unpacking libtimedate-perl (from .../libtimedate-perl_1.1600-9_all.deb) ...
Selecting previously deselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.15.2_all.deb) ...
Selecting previously deselected package devscripts.
Unpacking devscripts (from .../devscripts_2.10.50_amd64.deb) ...
Selecting previously deselected package libboost-system1.38.0.
Unpacking libboost-system1.38.0 (from 
.../libboost-system1.38.0_1.38.0-6_amd64.deb) ...
Selecting previously deselected package libboost-filesystem1.38.0.
Unpacking libboost-filesystem1.38.0 (from 
.../libboost-filesystem1.38.0_1.38.0-6_amd64.deb) ...
Selecting previously deselected package libboost-program-options1.38.0.
Unpacking libboost-program-options1.38.0 (from 
.../libboost-program-options1.38.0_1.38.0-6_amd64.deb) ...
Selecting previously deselected package libicu40.
Unpacking libicu40 (from .../libicu40_4.0.1-2_amd64.deb) ...
Selecting previously deselected package libboost-regex1.38.0.
Unpacking libboost-regex1.38.0 (from 
.../libboost-regex1.38.0_1.38.0-6_amd64.deb) ...
Selecting previously deselected package libfilesys-df-perl.
Unpacking libfilesys-df-perl (from .../libfilesys-df-perl_0.92-3+b1_amd64.deb) 
...
Selecting previously deselected package liblockdev1.
Unpacking liblockdev1 (from .../liblockdev1_1.0.3-1.2+b1_amd64.deb) ...
Selecting previously deselected package schroot-common.
Unpacking schroot-common (from .../schroot-common_1.2.3-1_all.deb) ...
Selecting previously deselected package schroot.
Unpacking schroot (from .../schroot_1.2.3-1_amd64.deb) ...
Selecting previously deselected package libsbuild-perl.
Unpacking libsbuild-perl (from .../libsbuild-perl_0.58.4-1_all.deb) ...
Selecting previously deselected package sbuild.
Unpacking sbuild (from .../sbuild_0.58.4-1_all.deb) ...
dpkg: error processing /var/cache/apt/archives/sbuild_0.58.4-1_all.deb 
(--unpack):
 trying to overwrite `/usr/share/perl5/Sbuild/ChrootSchroot.pm', which is also 
in package libsbuild-perl
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/sbuild_0.58.4-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail. Possible
solutions are to have the two packages conflict, to rename the common
file in one of the two packages, or to remove the file from one
package and have this package depend on the other package. File
diversions or a Replace relation are another possibility.

Here is a list of files that are 

Bug#533141: Current netatalk fails to build from source

2009-06-15 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Hi Itai,

On Mon, Jun 15, 2009 at 02:10:20AM -0500, Itai Seggev wrote:
Okay, perhaps I am cluless or there's something seriously wrong with my 
system, but this has never failed me in the past.  I am try to rebuild 
the package from source to enable openSSL.

Going through the following 

apt-get source netatalk 
cd netatalk-2.0.4~rc2
dpkg-buildpackage  (with or without DEB_BUILD_OPTIONS=openssl)

will die with the following below.  

Do you have all build-dependencies installed?  Especially libltdl3-dev?

I recommend using the wrapper debuild instead of dpkg-buildpackage 
directly. It is found in the Debian package devscripts.


BTW (and perhaps this should be its own separate bug), the 
README.Debian seems to suggest openssl support is not need to connect 
to OS X 10.4 and higher, but TimeMachine won't connect with the stock 
build.  I'm not sure if I'm misunderstanding the readme me, it is 
wrong, or I have some misconfiguration.

Yes, please file that as a separate bug.

It might just be a documentation bug: README.Debian could very well be 
misleading as it hasn't been updated in a while - I recommend checking 
upstream documentation.

But please do not comment on it here - file a separate bugreport, also 
if it turns out to be only a documentation issue.


Thanks for your help reporting these things!

  - Jonas

- -- 
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

  [x] quote me freely  [ ] ask before reusing  [ ] keep private
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREDAAYFAko1/gkACgkQn7DbMsAkQLhwIACfVtQxrIiQNNMoGgDCKSMRL3WZ
e0wAnifbzDY7WmOMA9ua37XtOCIHGOnb
=g7PS
-END PGP SIGNATURE-



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



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

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

 # Mon Jun 15 08:04:05 UTC 2009
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: earcandy
 tags 530330 + pending
Bug#530330: ITP: earcandy -- A sound level manager for PulseAudio
There were no tags set.
Tags added: pending

 # Source package in NEW: simgear
 tags 529139 + pending
Bug#529139: simgear: please upgrade your watch file
There were no tags set.
Tags added: pending

 # Source package in NEW: simgear
 tags 528637 + pending
Bug#528637: depends on plib1.8.4c2 which is unavailabe
There were no tags set.
Tags added: pending

 # Source package in NEW: simgear
 tags 505019 + pending
Bug#505019: FTBFS with GCC 4.4: missing #include; breaks flightgear
Tags were: patch
Tags added: pending

 # Source package in NEW: simgear
 tags 530638 + pending
Bug#530638: simgear-dev: please update dependency from plib1.8.4-dev to 
libplib-dev
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#533141: Current netatalk fails to build from source

2009-06-15 Thread Frank Lahm
2009/6/15 Itai Seggev is+deb...@cs.hmc.edu:
 Package: netatalk
 Version: 2.0.4~rc2-1
 Severity: serious

 Okay, perhaps I am cluless or there's something seriously wrong with my 
 system,
 but this has never failed me in the past.  I am try to rebuild the package 
 from
 source to enable openSSL.

Please re-read the netatalk 2.0.4 release notes. For encrypted
password support netatalk now can use libgcrypt instead of OpenSSL.
libgcrypt is used by the DHX2 authentication mech.

 BTW (and perhaps this should be its own separate bug), the README.Debian seems
 to suggest openssl support is not need to connect to OS X 10.4 and higher, but
 TimeMachine won't connect with the stock build.  I'm not sure if I'm
 misunderstanding the readme me, it is wrong, or I have some misconfiguration.

Needed authentication mechanisms for certain OS X releases is an
entirely different issue then TimeMachine support.
10.5 requires some encrypted password mech (DHX, DHX2, randnum, gss)
while TimeMachine is not supported with 2.0.4. It will be in 2.1.

Please remember to report upstream fixable issues upstream.

-Frank



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



Processed: forcibly merging 532607 531357

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

 forcemerge 532607 531357
Bug#532607: irssi: CVE-2009-1959 off-by-one in event_wallops
Bug#531357: irssi WALLOPS heap off-by-one
Forcibly Merged 531357 532607.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#531522: [Pkg-openmpi-maintainers] Bug#531522: Bug#531419: mpicc segfaults when called by fakeroot

2009-06-15 Thread Sylvestre Ledru
Hello guys,

Le dimanche 14 juin 2009 à 11:19 -0500, Steve M. Robbins a écrit :
 On Sun, Jun 14, 2009 at 05:10:46PM +0200, Manuel Prinz wrote:
  Hi everyone!
  
  On Fri, June 12, 2009 11:10 pm, Jeff Squyres wrote:
   Agreed.  We thought that stat() was safe to call in the malloc init
   hook -- it seems to be in most other places, at least.
 
 Jeff, I agree that one would expect stat() to be safe; my comment
 about crafty things wasn't intended as a judgement call on this
 approach.  I think the code is pretty clever, but it's a hard problem
 when you are operating with no clear rules about what is permitted in
 the init hook.  :-)
 
 
  Unfortunately, I will not be able to use the internet for a week from now.
  This means that I can't help fixing the issue. I'm very sorry about that!
  
  I hope Sylvestre can take over. If one wants to (or can) work out a fix,
  feel free to NMU. 
 
 If Sylvestre wants to upload a fix, that's perfect.
 Otherwise, I can easily convert my #if 0 hack into a patch that
 checks for an environment variable.  Jeff previously suggested
 setting OMPI_MCA_disable_memory_allocator; is that the variable we
 want to use?

I am only following the bug report. I haven't dig enough to be able to
fix it right now. Therefor, if someone provides a patch, I will be happy
to upload OpenMPI with the fix/workaround. Otherwise, I will try to find
some time to fix it.

Sylvestre





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



Bug#533161: qgit eats up all available ram and swap, stalling the system.

2009-06-15 Thread tv.deb...@googlemail.com
Subject: qgit eats up all available ram and swap, stalling the system.
Package: qgit
Version: 2.2-1
Justification: breaks the whole system
Severity: critical

*** Please type your report below this line ***
I have etckeeper working with git. On launching qgit it stays put,
doesn't display the git tree, but starts eating
up all available memory. If not killed promptly it brings down the whole
system (4GB ram) in less than a minute.
On the same system I have a working KDE4 installation, and cola or
gitg work fine as git gui.

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

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

Versions of packages qgit depends on:
ii  git-core 1:1.6.3.1-1 fast, scalable, distributed
revisi
ii  libc62.9-12  GNU C Library: Shared libraries
ii  libgcc1  1:4.4.0-5   GCC support library
ii  libqtcore4   4.5.1-2 Qt 4 core module
ii  libqtgui44.5.1-2 Qt 4 GUI module
ii  libstdc++6   4.4.0-5 The GNU Standard C++ Library v3
ii  libx11-6 2:1.2.1-1   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension
librar

Versions of packages qgit recommends:
ii  stgit 0.14.2-1   manage stacks of patches in
a git

qgit suggests no packages.

-- no debconf information




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



Bug#457279: Change package to RFA or O

2009-06-15 Thread Francesco Zanolin
Hi,

I renew th Alessandro De Zorzi's invitation to Maintainer for set RFA or
O the package and allow contributions.

Francesco Zanolin
begin:vcard
fn:Francesco Zanolin
n:Zanolin;Francesco
org:Istituto Nazionale di Geofisica e Vulcanologia;Centro Nazionale Terremoti
adr:;;Via di Vigna Murata 605;Roma;Roma;00143;Italy
email;internet:francesco.zano...@ingv.it
title:Collaboratore Tecnico Enti di Ricerca
tel;work:0651860346
tel;fax:0651860541
x-mozilla-html:FALSE
url:http://www.ingv.it
version:2.1
end:vcard



Bug#533165: FTBFS with current RPM

2009-06-15 Thread Michal Čihař
Package: dose2
Version: 1.4.1-1
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You package fails to build from source with RPM 4.7.0. This new version
slightly changes API and moves to using standard C99 data types instead
of own integer definitions.

As Fedora 11 already ships rpm 4.7, you might be able to find fixes
there. In case you have questions, feel free to ask me, I will try to
help you.

Build log is attached.

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

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

Kernel: Linux 2.6.27.23-0.1-default (SMP w/2 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

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

iEYEARECAAYFAko2HTYACgkQ3DVS6DbnVgT6kgCcCACRhwjoGXnlqdfAd6LflPDm
ZYMAoKIhBozqrJsMPDk3MSgILxDgc+Ip
=CYhT
-END PGP SIGNATURE-
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package dose2
dpkg-buildpackage: source version 1.4.1-1
dpkg-buildpackage: source changed by Ralf Treinen trei...@debian.org
 fakeroot debian/rules clean
test -x debian/rules
dh_clean 
/usr/bin/make  -C . CFLAGS=-g -O2 -g -Wall -O2 CXXFLAGS=-g -O2 -g -Wall -O2 CPPFLAGS= LDFLAGS= -k clean
make[1]: Entering directory `/tmp/rebuild/dose2-1.4.1'
make[1]: *** No rule to make target `clean'.
make[1]: Leaving directory `/tmp/rebuild/dose2-1.4.1'
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-build
rm -f debian/*.doc-base.ocamldoc-apiref
rm -f ocamlinit-stamp debian/libdose2-ocaml-dev.install debian/libdose2-ocaml.install
rm -f debian/configure-stamp
 dpkg-source -b dose2-1.4.1
dpkg-source: info: using source format `1.0'
dpkg-source: info: building dose2 using existing dose2_1.4.1.orig.tar.gz
dpkg-source: info: building dose2 in dose2_1.4.1-1.diff.gz
dpkg-source: info: building dose2 in dose2_1.4.1-1.dsc
 dpkg-genchanges -S ../dose2_1.4.1-1_source.changes
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: source only upload (original source is included)
W: /home/mcihar/.pbuilderrc does not exist
I: using fakeroot in build.
I: Current time: Mon Jun 15 12:03:10 CEST 2009
I: pbuilder-time-stamp: 1245060190
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /dev/pts filesystem
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: Installing the build-deps
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder
 This package was created automatically by pbuilder and should
Depends: cdbs, debhelper (= 7), dh-ocaml, ocaml-nox, camlp4, ocaml-findlib, menhir, librpm-dev, libpcre-ocaml-dev, libcalendar-ocaml-dev, libzip-ocaml-dev, libbz2-ocaml-dev
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in `/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Reading package lists...
Building dependency tree...
Reading state information...
aptitude is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Selecting previously deselected package pbuilder-satisfydepends-dummy.
(Reading database ... 9787 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from .../pbuilder-satisfydepends-dummy.deb) ...
dpkg: dependency problems prevent configuration of pbuilder-satisfydepends-dummy:
 pbuilder-satisfydepends-dummy depends on cdbs; however:
  Package cdbs is not installed.
 pbuilder-satisfydepends-dummy depends on debhelper (= 7); however:
  Package debhelper is not installed.
 pbuilder-satisfydepends-dummy depends on dh-ocaml; however:
  Package dh-ocaml is not installed.
 pbuilder-satisfydepends-dummy depends on ocaml-nox; however:
  Package ocaml-nox is not installed.
 pbuilder-satisfydepends-dummy depends on camlp4; however:
  Package camlp4 is not installed.
 pbuilder-satisfydepends-dummy depends on ocaml-findlib; however:
  Package ocaml-findlib is not installed.
 pbuilder-satisfydepends-dummy depends on menhir; however:
  Package menhir is not installed.
 pbuilder-satisfydepends-dummy depends on librpm-dev; however:
  Package librpm-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libpcre-ocaml-dev; however:
  Package libpcre-ocaml-dev is not 

Bug#531515: [Pkg-ia32-libs-maintainers] Processed: Re: Bug#531515: ia32-apt-get: breaks dpkg --control (= 1.15.1) and debsums

2009-06-15 Thread Axel Beckert
Hi Goswin,

Goswin von Brederlow schrieb am Fri, Jun 12, 2009 at 09:20:32PM +0200:
 thank you for starcing the problem. Too me it looks like debsums calls
 dpkg-deb in an undocumented (although not uncommon for tools in
 general) way:

I don't think it's debsums. Debsums calls dpkg without --, see line
491 of debsums:

491 system 'dpkg', '--control', $deb, $control

But it doesn't call dpkg-deb, but dpkg (which is ok) and dpkg adds
this -- since 1.15.1.

 4: /usr/bin/dpkg-deb --control -- 
 /var/cache/apt/archives/bzip2_1.0.5-2_amd64.deb /tmp/gD4mFRK2gm/DEBIAN
 
 According to the manpage the syntax is:
 
 -e, --control archive [directory]

 There is no mention in the docs that dpkg-deb supports --.

Then it's a bug that it's not documented anywhere else than in the
dpkg 1.15.1 changelog entry:

  * When dpkg delegates to dpkg-query or dpkg-deb to do the actual work, add
the -- marker to explicitely document the end of options so that
arguments starting with a dash are not interpreted as options.
Closes: #293163
Thanks to Bill Allombert for the patch.

 Your patch isn't correct though, at least not complete. Think of this
 invocation:
 
 dpkg-deb --control -- /var/cache/apt/archives/bzip2_1.0.5-2_amd64.deb

There you are right. Missed that one.

 In that case, despite having 3 arguments, the DIR has to default to
 $(pwd)/DEBIAN. I guess there is no way around fully scanning the
 arguments and counting the valid bits.

Looks so to me now, too. :-/

Regards, Axel
-- 
/~\  Plain Text Ribbon Campaign   | Axel Beckert
\ /  Say No to HTML in E-Mail and News| a...@deuxchevaux.org  (Mail)
 X| a...@noone.org (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)



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



Processed: tag - patch

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

 tag 531515 - patch
Bug#531515: ia32-apt-get: breaks dpkg --control (= 1.15.1) and debsums
Tags were: patch
Tags removed: patch

 kthxbye
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#532656: octave3.2_3.2.0-1(mips/unstable): FTBFS on mips. Segfault in regression test.

2009-06-15 Thread Rafael Laboissiere
* Rafael Laboissiere raf...@debian.org [2009-06-14 22:45]:

 Now, I am wondering whether the code in set_format() makes sense.  The
 function reads:
 
 ///
 static void
 set_format (const Complex c, int r_fw, int i_fw)
 {
   // [snip]
 
   double rp = c.real ();
   double ip = c.imag ();
 
   bool inf_or_nan = (xisinf (c) || xisnan (c));
 
   bool int_only = (D_NINT (rp) == rp  D_NINT (ip) == ip);
 
   double r_abs = rp  0.0 ? -rp : rp;
   double i_abs = ip  0.0 ? -ip : ip;
   
  
   int r_x = r_abs == 0.0 
 ? 0 : static_castint (floor (log10 (r_abs) + 1.0));
 
   // [snip]
 ///
 
 When r_abs is NaN (as in the bug-triggering case) what is the sense of
 computing log10 (r_abs) and propagating the result?  I am probably
 missing something but it seems just pure chance that r_x ends up being
 negative on amd64 and i386, what does not trigger the bug.

Attached below is a patch for pr-output.cc that makes Octave work as
expected for 'complex(NaN,0)' on mips (and amd64 as well, FWIW).  The
package is being built right now on mips and on amd64 and, if everything
goes well on both arches, I will upload to unstable a new version of the
package, octave3.2_3.2.0-2, containing the patch.

I am rushing with this because everything else is being held by this bug,
like the upload of the new octave-forge packages.

-- 
Rafael
--- a/pr-output.cc	2009-06-15 08:48:48.0 +0200
+++ b/pr-output.cc	2009-06-15 11:28:58.0 +0200
@@ -852,10 +852,12 @@
   double i_abs = ip  0.0 ? -ip : ip;
 
   int r_x = r_abs == 0.0
-? 0 : static_castint (floor (log10 (r_abs) + 1.0));
+? 0 : ((xisinf (rp) || xisnan (rp))
+	   ? INT_MIN : static_castint (floor (log10 (r_abs) + 1.0)));
 
   int i_x = i_abs == 0.0
-? 0 : static_castint (floor (log10 (i_abs) + 1.0));
+? 0 : ((xisinf (ip) || xisnan (ip))
+	   ? INT_MIN : static_castint (floor (log10 (i_abs) + 1.0)));
 
   int x_max, x_min;
 


Bug#533174: module-init-tools fails to install in buildd

2009-06-15 Thread Riku Voipio
Package: module-init-tools
Version: 3.9-1
Severity: serious

The build log[1], looks like a postinst error:


On Mon, Jun 15, 2009 at 09:27:00AM +, Build Daemon wrote:

 Get:5 http://incoming.debian.org sid/main module-init-tools 3.9-1 [89.8kB]

...

 Setting up man-db (2.5.5-2) ...
 Building database of manual pages ...
 Setting up module-init-tools (3.9-1) ...
 dpkg: error processing module-init-tools (--configure):
  subprocess post-installation script returned error exit status 1

[1] 
https://buildd.debian.org/fetch.cgi?pkg=kdebluetootharch=armelver=1.0~beta8-6%2Bb1stamp=1245058028file=logas=raw



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



Bug#532271: Fixed problem at ubuntu

2009-06-15 Thread Josselin Mouette
Le lundi 15 juin 2009 à 11:02 +0200, Debian a écrit :
 Here the same problem at Ubuntu.
 https://bugs.launchpad.net/ubuntu/+source/xml-core/+bug/256131
 There the problem seems to be fixed.
 But with a ubuntu-package ...

I think this fix is incorrect in the general case.

AIUI the problem is that xml-core doesn’t seem to be working at the time
scrollkeeper is deconfigured. A pre-dependency in rarian-compat might
fix this sometimes by changing the order of installation (by ensuring
xml-core is configured before removing scrollkeeper), but there are
cases in which it won’t.

I presume the correct solution is to add cleanup code in rarian-compat’s
postinst. I don’t know what this code would be, though. I’m CCing the
xml-core maintainers in the hope they can give advice about this.

In the long term, I’d appreciate if update-xmlcatalogs could be made
more robust.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#531612: intent to NMU

2009-06-15 Thread Nico Golde
Hi,
attached is a patch for a 0-day NMU I'm going to upload to 
fix this issue.

Cheers
Nico

-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.
diff -u strongswan-4.2.14/debian/changelog strongswan-4.2.14/debian/changelog
--- strongswan-4.2.14/debian/changelog
+++ strongswan-4.2.14/debian/changelog
@@ -1,3 +1,12 @@
+strongswan (4.2.14-1.1) unstable; urgency=high
+
+  * Non-maintainer upload by the Security Team.
+  * Fix two possible null pointer dereferences leading to denial
+of service via crafted IKE_SA_INIT, CREATE_CHILD_SA or
+IKE_AUTH request (CVE-2009-1957; CVE-2009-1958; Closes: #531612).
+
+ -- Nico Golde n...@debian.org  Mon, 15 Jun 2009 13:06:05 +0200
+
 strongswan (4.2.14-1) unstable; urgency=low
 
   * New upstream release, which incorporates the fix. Removed dpatch for it.
only in patch2:
unchanged:
--- strongswan-4.2.14.orig/src/charon/sa/ike_sa.c
+++ strongswan-4.2.14/src/charon/sa/ike_sa.c
@@ -1438,6 +1438,11 @@
 			 exchange_type_names, message-get_exchange_type(message),
 			 message-get_request(message) ? request : response,
 			 message-get_message_id(message));
+		
+		if (this-state == IKE_CREATED)
+		{	/* invalid initiation attempt, close SA */
+			return DESTROY_ME;
+		}
 		return status;
 	}
 	else
only in patch2:
unchanged:
--- strongswan-4.2.14.orig/src/charon/sa/tasks/child_create.c
+++ strongswan-4.2.14/src/charon/sa/tasks/child_create.c
@@ -1137,11 +1137,11 @@
 {
 	chunk_free(this-my_nonce);
 	chunk_free(this-other_nonce);
-	if (this-tsi)
+	if (this-tsr)
 	{
 		this-tsr-destroy_offset(this-tsr, offsetof(traffic_selector_t, destroy));
 	}
-	if (this-tsr)
+	if (this-tsi)
 	{
 		this-tsi-destroy_offset(this-tsi, offsetof(traffic_selector_t, destroy));
 	}


pgp2d6su4NDnj.pgp
Description: PGP signature


Bug#531612: intent to NMU

2009-06-15 Thread Nico Golde
Hi,
attached is a patch for a 0-day NMU I am going to upload to 
fix this issue.

Cheers
Nico

-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.
diff -u strongswan-4.2.14/debian/changelog strongswan-4.2.14/debian/changelog
--- strongswan-4.2.14/debian/changelog
+++ strongswan-4.2.14/debian/changelog
@@ -1,3 +1,12 @@
+strongswan (4.2.14-1.1) unstable; urgency=high
+
+  * Non-maintainer upload by the Security Team.
+  * Fix two possible null pointer dereferences leading to denial
+of service via crafted IKE_SA_INIT, CREATE_CHILD_SA or
+IKE_AUTH request (CVE-2009-1957; CVE-2009-1958; Closes: #531612).
+
+ -- Nico Golde n...@debian.org  Mon, 15 Jun 2009 13:06:05 +0200
+
 strongswan (4.2.14-1) unstable; urgency=low
 
   * New upstream release, which incorporates the fix. Removed dpatch for it.
only in patch2:
unchanged:
--- strongswan-4.2.14.orig/src/charon/sa/ike_sa.c
+++ strongswan-4.2.14/src/charon/sa/ike_sa.c
@@ -1438,6 +1438,11 @@
 			 exchange_type_names, message-get_exchange_type(message),
 			 message-get_request(message) ? request : response,
 			 message-get_message_id(message));
+		
+		if (this-state == IKE_CREATED)
+		{	/* invalid initiation attempt, close SA */
+			return DESTROY_ME;
+		}
 		return status;
 	}
 	else
only in patch2:
unchanged:
--- strongswan-4.2.14.orig/src/charon/sa/tasks/child_create.c
+++ strongswan-4.2.14/src/charon/sa/tasks/child_create.c
@@ -1137,11 +1137,11 @@
 {
 	chunk_free(this-my_nonce);
 	chunk_free(this-other_nonce);
-	if (this-tsi)
+	if (this-tsr)
 	{
 		this-tsr-destroy_offset(this-tsr, offsetof(traffic_selector_t, destroy));
 	}
-	if (this-tsr)
+	if (this-tsi)
 	{
 		this-tsi-destroy_offset(this-tsi, offsetof(traffic_selector_t, destroy));
 	}


pgp5FyOSZeZgW.pgp
Description: PGP signature


Bug#531612: marked as done ([SA35296] strongSwan Two Denial of Service Vulnerabilities)

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 11:32:10 +
with message-id e1mgaq6-0004cl...@ries.debian.org
and subject line Bug#531612: fixed in strongswan 4.2.14-1.1
has caused the Debian Bug report #531612,
regarding [SA35296] strongSwan Two Denial of Service Vulnerabilities
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
531612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531612
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: strongswan
Severity: serious
Tags: security patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

The following SA (Secunia Advisory) id was published for strongswan:

SA35296[1]:

 DESCRIPTION:
 Two vulnerabilities have been reported in strongSwan, which can be
 exploited by malicious people to cause a DoS (Denial of Service).
 
 1) An error in the IKEv2 charon daemon can be exploited to trigger a
 NULL pointer dereference and cause a crash via specially crafted
 IKE_SA_INIT and CREATE_CHILD_SA requests.
 
 2) An error in the IKEv2 charon daemon can be exploited to trigger a
 NULL pointer dereference and cause a crash via an IKE_AUTH request
 missing a TSi or TSr payload.
 
 The vulnerabilities are reported in versions 4.1.0 through 4.3.0.
 
 SOLUTION:
 Update to version 4.3.1 or 4.2.15, or apply patches:
 http://download.strongswan.org/patches/03_invalid_ike_state_patch/
 http://download.strongswan.org/patches/04_swapped_ts_check_patch/
 
 PROVIDED AND/OR DISCOVERED BY:
 Reported by the vendor.
 
 ORIGINAL ADVISORY:
 http://download.strongswan.org/patches/03_invalid_ike_state_patch/strongswan-4.x.x_invalid_ike_state.readme
 http://download.strongswan.org/patches/04_swapped_ts_check_patch/strongswan-4.x.x._swapped_ts_check.readme


If you fix the vulnerability please also make sure to include the CVE id
(if will be available) in the changelog entry.


[1]http://secunia.com/advisories/35296/

Patches: http://download.strongswan.org/patches/03_invalid_ike_state_patch/
 http://download.strongswan.org/patches/04_swapped_ts_check_patch/

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

iEYEARECAAYFAkolcP4ACgkQNxpp46476aouWQCghzO5oD+VYA2hj8US61W2sOCy
pZkAn0GJ0MZ77UHYSVy4Zg/TrtHG1ERA
=0tLy
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: strongswan
Source-Version: 4.2.14-1.1

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

libstrongswan_4.2.14-1.1_amd64.deb
  to pool/main/s/strongswan/libstrongswan_4.2.14-1.1_amd64.deb
strongswan-ikev1_4.2.14-1.1_amd64.deb
  to pool/main/s/strongswan/strongswan-ikev1_4.2.14-1.1_amd64.deb
strongswan-ikev2_4.2.14-1.1_amd64.deb
  to pool/main/s/strongswan/strongswan-ikev2_4.2.14-1.1_amd64.deb
strongswan-nm_4.2.14-1.1_amd64.deb
  to pool/main/s/strongswan/strongswan-nm_4.2.14-1.1_amd64.deb
strongswan-starter_4.2.14-1.1_amd64.deb
  to pool/main/s/strongswan/strongswan-starter_4.2.14-1.1_amd64.deb
strongswan_4.2.14-1.1.diff.gz
  to pool/main/s/strongswan/strongswan_4.2.14-1.1.diff.gz
strongswan_4.2.14-1.1.dsc
  to pool/main/s/strongswan/strongswan_4.2.14-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 531...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nico Golde n...@debian.org (supplier of updated strongswan package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Jun 2009 13:06:05 +0200
Source: strongswan
Binary: strongswan libstrongswan strongswan-starter strongswan-ikev1 
strongswan-ikev2 strongswan-nm
Architecture: source amd64
Version: 4.2.14-1.1
Distribution: unstable
Urgency: high
Maintainer: Rene Mayrhofer rm...@debian.org
Changed-By: Nico Golde n...@debian.org
Description: 
 libstrongswan - strongSwan utility and crypto library
 strongswan - IPsec VPN solution metapackage
 strongswan-ikev1 - strongSwan IKEv1 keying daemon
 strongswan-ikev2 - strongSwan IKEv2 keying daemon
 strongswan-nm - strongSwan plugin to interact with NetworkManager
 strongswan-starter - strongSwan daemon starter and configuration file parser
Closes: 531612
Changes: 
 strongswan (4.2.14-1.1) unstable; urgency=high
 .
   * Non-maintainer upload by the Security Team.
   

Bug#533178: apt-proxy: no longer starts due to twistd issues

2009-06-15 Thread folkert van heusden
Package: apt-proxy
Version: 1.9.36.3+nmu1
Severity: grave
Justification: renders package unusable


No longer starts due to twistd error.

mmc:/usr/share/doc/nagios3# /etc/init.d/apt-proxy start
Starting apt-proxy:Traceback (most recent call last):
  File /usr/bin/twistd, line 20, in module
from twisted.scripts.twistd import run
ImportError: No module named twisted.scripts.twistd
 failed!


-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-proxy depends on:
ii  adduser 3.110add and remove users and groups
ii  bzip2   1.0.5-1  high-quality block-sorting file co
ii  debconf [debconf-2.0]   1.5.24   Debian configuration management sy
ii  logrotate   3.7.1-5  Log rotation utility
ii  python  2.5.2-3  An interactive high-level object-o
ii  python-apt  0.7.7.1+nmu1 Python interface to libapt-pkg
ii  python-central  0.6.8register and build utility for Pyt
ii  python-twisted-web  8.1.0-1  An HTTP protocol implementation to

apt-proxy recommends no packages.

Versions of packages apt-proxy suggests:
pn  rsync none (no description available)

-- debconf information:
  apt-proxy/upgrading-v2:
  apt-proxy/upgrading-v2-result:



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



Bug#527349: [Intel 865G][amd64] freezes whole system and shows

2009-06-15 Thread Michal Pokrywka
 This should be reported upstream.

It seems, this is the same bug as this:
https://bugs.freedesktop.org/show_bug.cgi?id=21470

 Also probably as a separate bug the issue with latest
 xserver-xorg-video-intel and kernel 2.6.26.

Done: 
http://bugs.freedesktop.org/show_bug.cgi?id=22294
(with some videos :)

Michal Pokrywka



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



Bug#524588: Temporary removal of pythonmagick from testing?

2009-06-15 Thread Thomas Viehmann
tag 524588 + patch
thanks

Hi,

Luk Claes wrote:
 So I wanted to request if removing it from testing for now would be an
 option?
in case anyone is curious about what is required to build, I have
attached a diff.gz that fixes the problems under discussion here.
I cannot help but note that the overall quality of the module is fairly
poor: #495025 raises some doubts, in particular since the classes are
not self-contained.
It is surprising that a python module segfaulting when not enough
parameters are passed to methods is considered to be of adaequate
quality for testing or stable when well-established alternatives like
PIL exist.
The way the python boost detection failure was handled upstream or the
arbitrary increasing of the minimal python version is also not exactly
confidence-inspiring.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/


pythonmagick_0.9.1-0.1.diff.gz
Description: application/gzip


Processed: Re: Temporary removal of pythonmagick from testing?

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

 tag 524588 + patch
Bug#524588: pythonmagick_0.7-5+b1(mips/unstable): FTBFS on mips
There were no tags set.
Bug#527689: pythonmagick: FTBFS: _DrawableFillRule.cpp:19: error: expected ',' 
or '...' before '::' token
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#533174: module-init-tools fails to install in buildd

2009-06-15 Thread Marco d'Itri
On Jun 15, Riku Voipio riku.voi...@iki.fi wrote:

  Setting up module-init-tools (3.9-1) ...
  dpkg: error processing module-init-tools (--configure):
   subprocess post-installation script returned error exit status 1

I am not sure about the cause of this error and I cannot reproduce it on
my system, can you add set -x to postinst and run dpkg --configure
--pending?

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#533143: [buildd-tools-devel] Bug#533143: libsbuild-perl and sbuild: error when trying to install together

2009-06-15 Thread Roger Leigh
On Mon, Jun 15, 2009 at 09:17:57AM +0200, Ralf Treinen wrote:
 Package: sbuild,libsbuild-perl
 Version: sbuild/0.58.4-1
 Version: libsbuild-perl/0.58.4-1
 Severity: serious
 User: trei...@debian.org
 Usertags: edos-file-overwrite
 
 Selecting previously deselected package sbuild.
 Unpacking sbuild (from .../sbuild_0.58.4-1_all.deb) ...
 dpkg: error processing /var/cache/apt/archives/sbuild_0.58.4-1_all.deb 
 (--unpack):
  trying to overwrite `/usr/share/perl5/Sbuild/ChrootSchroot.pm', which is 
 also in package libsbuild-perl
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 Processing triggers for man-db ...
 Errors were encountered while processing:
  /var/cache/apt/archives/sbuild_0.58.4-1_all.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 
 This is a serious bug as it makes installation fail. Possible
 solutions are to have the two packages conflict
[...]

This is buggy.  These files were split from sbuild into libsbuild-perl.
However, the versioned Replaces hid the fact that they weren't removed
from sbuild until now.  They both share the same source package, but
due to the Replaces the duplication didn't show up when I tested it.

I'll fix this ASAP.


Regards,
Roger


-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.



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



Bug#529193: marked as done (gdcm: FTBFS: libvtkgdcm.so.2.0.10: undefined reference to `vtkStringArray::GetValue(long long)')

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 13:02:08 +
with message-id e1mgbpa-0003lv...@ries.debian.org
and subject line Bug#529193: fixed in gdcm 2.0.10-2
has caused the Debian Bug report #529193,
regarding gdcm: FTBFS: libvtkgdcm.so.2.0.10: undefined reference to 
`vtkStringArray::GetValue(long long)'
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
529193: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529193
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: gdcm
Version: 2.0.10-1
Severity: serious

Hi,

There was an error while trying to autobuild your package:

 Start Time: 20090517-2124

[...]

 Build-Depends: debhelper (= 5.0.37.2), python-dev, quilt, python-support (= 
 0.3.9), uuid-dev, zlib1g-dev, libexpat1-dev, swig, cmake, libvtk5-dev, 
 python-vtk, libpng12-dev | libpng-dev, libjpeg62-dev, libtiff4-dev, 
 libfreetype6-dev, libopenjpeg-dev, libxext-dev, libxss-dev, libxft-dev, 
 mono-devel (= 2.0)

[...]

 Toolchain package versions: libc6-dev_2.9-12 linux-libc-dev_2.6.29-4 
 g++-4.3_4.3.3-10 gcc-4.3_4.3.3-10 binutils_2.19.1-1 libstdc++6_4.4.0-5 
 libstdc++6-4.3-dev_4.3.3-10
 

[...]

 [ 97%] Built target gdcm
 make[3]: Entering directory 
 `/build/buildd-gdcm_2.0.10-1-i386-Bvt0O9/gdcm-2.0.10/debian/build-python2.5'
 Scanning dependencies of target gdcm2vtk
 make[3]: Leaving directory 
 `/build/buildd-gdcm_2.0.10-1-i386-Bvt0O9/gdcm-2.0.10/debian/build-python2.5'
 make[3]: Entering directory 
 `/build/buildd-gdcm_2.0.10-1-i386-Bvt0O9/gdcm-2.0.10/debian/build-python2.5'
 [ 97%] Building CXX object 
 Utilities/VTK/Applications/CMakeFiles/gdcm2vtk.dir/gdcm2vtk.o
 Linking CXX executable ../../../bin/gdcm2vtk
 ../../../bin/libvtkgdcm.so.2.0.10: undefined reference to 
 `vtkStringArray::GetValue(long long)'
 ../../../bin/libvtkgdcm.so.2.0.10: undefined reference to 
 `vtkDataArrayTemplatelong long::InsertValue(long long, long long)'
 ../../../bin/libvtkgdcm.so.2.0.10: undefined reference to 
 `vtkDataArrayTemplateunsigned short::WritePointer(long long, long long)'
 ../../../bin/libvtkgdcm.so.2.0.10: undefined reference to 
 `vtkDataArrayTemplateunsigned char::WritePointer(long long, long long)'
 ../../../bin/libvtkgdcm.so.2.0.10: undefined reference to 
 `vtkDataArrayTemplatelong long::WritePointer(long long, long long)'
 ../../../bin/libvtkgdcm.so.2.0.10: undefined reference to 
 `vtkDataArray::InsertTuple3(long long, double, double, double)'
 ../../../bin/libvtkgdcm.so.2.0.10: undefined reference to 
 `vtkLookupTable::SetNumberOfTableValues(long long)'
 collect2: ld returned 1 exit status
 make[3]: *** [bin/gdcm2vtk] Error 1
 make[3]: Leaving directory 
 `/build/buildd-gdcm_2.0.10-1-i386-Bvt0O9/gdcm-2.0.10/debian/build-python2.5'
 make[2]: *** [Utilities/VTK/Applications/CMakeFiles/gdcm2vtk.dir/all] Error 2
 make[1]: *** [all] Error 2
 make: *** [debian/build-python2.5-stamp] Error 2
 make[2]: Leaving directory 
 `/build/buildd-gdcm_2.0.10-1-i386-Bvt0O9/gdcm-2.0.10/debian/build-python2.5'
 make[1]: Leaving directory 
 `/build/buildd-gdcm_2.0.10-1-i386-Bvt0O9/gdcm-2.0.10/debian/build-python2.5'
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=i386pkg=gdcmver=2.0.10-1


Kurt



---End Message---
---BeginMessage---
Source: gdcm
Source-Version: 2.0.10-2

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

gdcm_2.0.10-2.diff.gz
  to pool/main/g/gdcm/gdcm_2.0.10-2.diff.gz
gdcm_2.0.10-2.dsc
  to pool/main/g/gdcm/gdcm_2.0.10-2.dsc
libgdcm-cil_2.0.10-2_amd64.deb
  to pool/main/g/gdcm/libgdcm-cil_2.0.10-2_amd64.deb
libgdcm-tools_2.0.10-2_amd64.deb
  to pool/main/g/gdcm/libgdcm-tools_2.0.10-2_amd64.deb
libgdcm2-dev_2.0.10-2_amd64.deb
  to pool/main/g/gdcm/libgdcm2-dev_2.0.10-2_amd64.deb
libgdcm2.0-dbg_2.0.10-2_amd64.deb
  to pool/main/g/gdcm/libgdcm2.0-dbg_2.0.10-2_amd64.deb
libgdcm2.0_2.0.10-2_amd64.deb
  to pool/main/g/gdcm/libgdcm2.0_2.0.10-2_amd64.deb
libvtkgdcm-tools_2.0.10-2_amd64.deb
  to pool/main/g/gdcm/libvtkgdcm-tools_2.0.10-2_amd64.deb
libvtkgdcm2-dev_2.0.10-2_amd64.deb
  to pool/main/g/gdcm/libvtkgdcm2-dev_2.0.10-2_amd64.deb
libvtkgdcm2.0_2.0.10-2_amd64.deb
  to pool/main/g/gdcm/libvtkgdcm2.0_2.0.10-2_amd64.deb
python-gdcm_2.0.10-2_amd64.deb
  to pool/main/g/gdcm/python-gdcm_2.0.10-2_amd64.deb
python-vtkgdcm_2.0.10-2_amd64.deb
  to pool/main/g/gdcm/python-vtkgdcm_2.0.10-2_amd64.deb



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

Thank you for reporting the bug, 

Bug#532656: [Pkg-octave-devel] Bug#532656: octave3.2_3.2.0-1(mips/unstable): FTBFS on mips. Segfault in regression test.

2009-06-15 Thread John W. Eaton
On 15-Jun-2009, Rafael Laboissiere wrote:

| Attached below is a patch for pr-output.cc that makes Octave work as
| expected for 'complex(NaN,0)' on mips (and amd64 as well, FWIW).  The
| package is being built right now on mips and on amd64 and, if everything
| goes well on both arches, I will upload to unstable a new version of the
| package, octave3.2_3.2.0-2, containing the patch.
| 
| I am rushing with this because everything else is being held by this bug,
| like the upload of the new octave-forge packages.
| 
| -- 
| Rafael
| 
| --
| --- a/pr-output.cc2009-06-15 08:48:48.0 +0200
| +++ b/pr-output.cc2009-06-15 11:28:58.0 +0200
| @@ -852,10 +852,12 @@
|double i_abs = ip  0.0 ? -ip : ip;
|  
|int r_x = r_abs == 0.0
| -? 0 : static_castint (floor (log10 (r_abs) + 1.0));
| +? 0 : ((xisinf (rp) || xisnan (rp))
| +? INT_MIN : static_castint (floor (log10 (r_abs) + 1.0)));
|  
|int i_x = i_abs == 0.0
| -? 0 : static_castint (floor (log10 (i_abs) + 1.0));
| +? 0 : ((xisinf (ip) || xisnan (ip))
| +? INT_MIN : static_castint (floor (log10 (i_abs) + 1.0)));
|  
|int x_max, x_min;

To be consistent with what is done int set_format (double, ...), I
think this should be

diff --git a/src/pr-output.cc b/src/pr-output.cc
--- a/src/pr-output.cc
+++ b/src/pr-output.cc
@@ -851,10 +851,10 @@
   double r_abs = rp  0.0 ? -rp : rp;
   double i_abs = ip  0.0 ? -ip : ip;
 
-  int r_x = r_abs == 0.0
+  int r_x = (xisinf (rp) || xisnan (rp) || xr_abs == 0.0)
 ? 0 : static_castint (floor (log10 (r_abs) + 1.0));
 
-  int i_x = i_abs == 0.0
+  int i_x = (xisinf (ip) || xisnan (ip) || i_abs == 0.0)
 ? 0 : static_castint (floor (log10 (i_abs) + 1.0));
 
   int x_max, x_min;


Does that work for you?  Similar changes may be needed in other
functions in case all the elements of a matrix are NaN, for example.

jwe




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



Bug#532656: octave3.2_3.2.0-1(mips/unstable): FTBFS on mips. Segfault in regression test.

2009-06-15 Thread Rafael Laboissiere
* John W. Eaton j...@jweaton.org [2009-06-15 09:31]:

 To be consistent with what is done int set_format (double, ...), I
 think this should be
 
 diff --git a/src/pr-output.cc b/src/pr-output.cc
 --- a/src/pr-output.cc
 +++ b/src/pr-output.cc
 @@ -851,10 +851,10 @@
double r_abs = rp  0.0 ? -rp : rp;
double i_abs = ip  0.0 ? -ip : ip;
  
 -  int r_x = r_abs == 0.0
 +  int r_x = (xisinf (rp) || xisnan (rp) || xr_abs == 0.0)
  ? 0 : static_castint (floor (log10 (r_abs) + 1.0));
  
 -  int i_x = i_abs == 0.0
 +  int i_x = (xisinf (ip) || xisnan (ip) || i_abs == 0.0)
  ? 0 : static_castint (floor (log10 (i_abs) + 1.0));
  
int x_max, x_min;
 
 
 Does that work for you?

Thanks for the patch.  I will try it on mips as soon as the current build
will finish (it takes forever on this kind of hardware...).

Your solution is probably better.  In my patch, the use of INT_MIN was
intended to mimic the result of floor (log10 (NaN) + 1.0) on i386 and
amd64.  But a value of 0 as you suggest will probably work fine.

Anyway, it is funny to see how long this bug lived in the code and was
just awakened by the crappy mips/mipsel architecture...

 Similar changes may be needed in other functions in case all the
 elements of a matrix are NaN, for example.

As I wrote before, if my patch makes the package build and check
correctly on mips, I think I will do the upload with it, without waiting
for a full solution to the problem.  This bug is blocking the progress on
the octave-forge packages.

Cheers,

-- 
Rafael



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



Bug#533191: grass: linked libraries not found

2009-06-15 Thread Sebastian Luque
Package: grass
Version: 6.4.0~rc5-1
Severity: serious

Although grass installed without any errors in my system below, links to
libraries in the binaries are not found for most binaries under
/usr/lib/grass64/bin.  Here's the first few lines:


$ ldd /usr/lib/grass64/bin/* | head
/usr/lib/grass64/bin/d.ask:
linux-vdso.so.1 =  (0x773ff000)
libgrass_raster.so = not found
libgrass_pngdriver.so = not found
libgrass_driver.so = not found
libgrass_gis.so = not found
libgrass_datetime.so = not found
libz.so.1 = /usr/lib/libz.so.1 (0x7f82eee63000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x7f82eebdc000)
libpng12.so.0 = /usr/lib/libpng12.so.0 (0x7f82ee9b7000)


This happens for a total of 1954 occurrences of not found.  I'm
reporting this as serious, because most of the binaries are affected,
so most programs are reporting errors.


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

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

Versions of packages grass depends on:
ii  gnome-terminal [x-term 2.26.2-1  The GNOME terminal emulator applic
ii  konsole [x-terminal-em 4:4.2.4-1 X terminal emulator for KDE 4
ii  lesstif2   1:0.95.0-2.3  OSF/Motif 2.1 implementation relea
ii  libc6  2.9-13GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libfftw3-3 3.2.1-2   library for computing Fast Fourier
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.4.0-6 GCC support library
ii  libgdal1-1.5.0 1.5.4-4   Geospatial Data Abstraction Librar
ii  libgl1-mesa-glx [libgl 7.4.1-1   A free implementation of the OpenG
ii  libglu1-mesa [libglu1] 7.4.1-1   The OpenGL utility library (GLU)
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libmysqlclient15off5.0.81-1  MySQL database client library
ii  libncurses55.7+20090523-1shared libraries for terminal hand
ii  libpng12-0 1.2.37-1  PNG library - runtime
ii  libpq5 8.3.7-1   PostgreSQL C client library
ii  libproj0   4.6.1-5   Cartographic projection library
ii  libreadline5   5.2-4 GNU readline and history libraries
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libsqlite3-0   3.6.14.2-1SQLite 3 shared library
ii  libstdc++6 4.4.0-6   The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-11  Tag Image File Format (TIFF) libra
ii  libwxbase2.8-0 2.8.7.1-1.1   wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-0  2.8.7.1-1.1   wxWidgets Cross-platform C++ GUI t
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxmu62:1.0.4-1 X11 miscellaneous utility library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  tcl8.4 8.4.19-3  Tcl (the Tool Command Language) v8
ii  tk8.4  8.4.19-3  Tk toolkit for Tcl and X11, v8.4 -
ii  unixodbc   2.2.11-16+b1  ODBC tools libraries
ii  xterm [x-terminal-emul 243-1 X terminal emulator
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages grass recommends:
ii  ghostscript 8.64~dfsg-10 The GPL Ghostscript PostScript/PDF
ii  python  2.5.4-2  An interactive high-level object-o
ii  python-numpy1:1.2.1-1Numerical Python adds a fast array

Versions of packages grass suggests:
ii  avce00   2.0.0-2 Tools for conversion of ESRI Arcin
ii  curl 7.19.5-1Get a file from an HTTP, HTTPS or 
ii  e00compr 1.0.1-1 a program to read/write Arc/Info c
ii  gdal-bin 1.5.4-4 Geospatial Data Abstraction Librar
ii  gnuplot  4.2.5-2 A command-line driven interactive 
ii  gpsbabel 1.3.6-3 GPS file conversion plus transfer 
ii  gpstrans 0.41-2  communicate with a Garmin Global P
ii  grass-doc [grass-doc]6.4.0~rc5-1 Geographic Resources Analysis Supp
ii  proj-bin 4.6.1-5 

Bug#533174: module-init-tools fails to install on armel

2009-06-15 Thread Michael
moko:~# dpkg --configure --pending
Setting up module-init-tools (3.9-1) ...
+ case $1 in
+ remove_arch_conffiles
+ cd /etc/modprobe.d/arch/
+ create_etc_modules
+ '[' '!' -e /etc/modules ']'
+ create_arch_symlink
+ cd /etc/modprobe.d/
+ '[' -L arch-aliases -a '!' -e arch-aliases ']'
++ archmodel
+++ uname -m
++ local arch=armv4tl
++ case $arch in
++ arch=
++ echo
+ model=
+ '[' '' ']'
+ return
dpkg: error processing module-init-tools (--configure):
 subprocess installed post-installation script returned error exit
status 1
Errors were encountered while processing:
 module-init-tools


-- 
Michael



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



Bug#500997: axiom_20090301 almost builds

2009-06-15 Thread Morten Kjeldgaard
I got a bit further as described here:

https://bugs.launchpad.net/ubuntu/+source/axiom/+bug/387255

Cheers,
Morten Kjeldgaard (m...@ubuntu.com)


Bug#531522: [Pkg-openmpi-maintainers] Bug#531522: Bug#531419: mpiccsegfaults when called by fakeroot

2009-06-15 Thread Jeff Squyres

On Jun 14, 2009, at 12:19 PM, Steve M. Robbins wrote:


Agreed.  We thought that stat() was safe to call in the malloc init
hook -- it seems to be in most other places, at least.


Jeff, I agree that one would expect stat() to be safe; my comment
about crafty things wasn't intended as a judgement call on this
approach.  I think the code is pretty clever, but it's a hard problem
when you are operating with no clear rules about what is permitted in
the init hook.  :-)


Thanks!  Just wanted to make sure we weren't unintentionally going  
afoul of some established techniques that we weren't previously aware  
of (wouldn't be the first time :-( ).



Otherwise, I can easily convert my #if 0 hack into a patch that
checks for an environment variable.  Jeff previously suggested
setting OMPI_MCA_disable_memory_allocator; is that the variable we
want to use?



Note that this would be a fairly Open MPI-specific environment  
variable.  This would be fine with me, but I don't know you want a  
more generic fakeroot solution in case anyone else ever runs into this  
problem...?


--
Jeff Squyres
Cisco Systems




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



Bug#532670: [Pkg-utopia-maintainers] Bug#532670: Bug#532670: network manager causes system to fail to boot

2009-06-15 Thread Steve McIntyre
On Thu, Jun 11, 2009 at 11:56:30AM +0100, Steve McIntyre wrote:
On Wed, Jun 10, 2009 at 09:10:23PM +0100, Steve McIntyre wrote:
On Wed, Jun 10, 2009 at 10:06:06PM +0200, Michael Biebl wrote:
Steve McIntyre wrote:
 On Wed, Jun 10, 2009 at 08:52:14PM +0200, Michael Biebl wrote:

 Do you use any kind of network login / ldap / nis etc?
 
 You've beaten me to it; I was about to follow up to myself to mention
 that. We've seen this using NIS on some machines, and again on newer
 ones where we're trying out LDAP too.

My guess is, that it's a problem related to NSS, because network is not yet 
up
when gdm is started. Could you try a small hack and add a sleep 30 to the
network-manager init script, after the daemon has started, in order to give 
it
some time to establish a network connection before gdm/X is started.

Sure, I can give that a try tomorrow when I'm back in the office. I'm
wondering how that might work, though: this is well before anybody
even attempts to log in, i.e. before gdm displays the login box. I
don't know if I made that clear before...

OK, that didn't help at all I'm afraid. After the delay, the system
continued on and hung in just the same way at gdm startup.

Debugging further, running gdm under strace shows that the last useful
thing it does is send AUTH EXTERNAL 30 via dbus. I'm looking at dbus
now to see what's happening there.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
You can't barbecue lettuce! -- Ellie Crane




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



Bug#533174: marked as done (module-init-tools fails to install in buildd)

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 15:47:45 +
with message-id e1mgepr-0002dx...@ries.debian.org
and subject line Bug#533174: fixed in module-init-tools 3.9-2
has caused the Debian Bug report #533174,
regarding module-init-tools fails to install in buildd
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
533174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533174
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: module-init-tools
Version: 3.9-1
Severity: serious

The build log[1], looks like a postinst error:


On Mon, Jun 15, 2009 at 09:27:00AM +, Build Daemon wrote:

 Get:5 http://incoming.debian.org sid/main module-init-tools 3.9-1 [89.8kB]

...

 Setting up man-db (2.5.5-2) ...
 Building database of manual pages ...
 Setting up module-init-tools (3.9-1) ...
 dpkg: error processing module-init-tools (--configure):
  subprocess post-installation script returned error exit status 1

[1] 
https://buildd.debian.org/fetch.cgi?pkg=kdebluetootharch=armelver=1.0~beta8-6%2Bb1stamp=1245058028file=logas=raw


---End Message---
---BeginMessage---
Source: module-init-tools
Source-Version: 3.9-2

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

module-init-tools-udeb_3.9-2_i386.udeb
  to pool/main/m/module-init-tools/module-init-tools-udeb_3.9-2_i386.udeb
module-init-tools_3.9-2.diff.gz
  to pool/main/m/module-init-tools/module-init-tools_3.9-2.diff.gz
module-init-tools_3.9-2.dsc
  to pool/main/m/module-init-tools/module-init-tools_3.9-2.dsc
module-init-tools_3.9-2_i386.deb
  to pool/main/m/module-init-tools/module-init-tools_3.9-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 533...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marco d'Itri m...@linux.it (supplier of updated module-init-tools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Jun 2009 15:57:45 +0200
Source: module-init-tools
Binary: module-init-tools module-init-tools-udeb
Architecture: source i386
Version: 3.9-2
Distribution: unstable
Urgency: medium
Maintainer: Marco d'Itri m...@linux.it
Changed-By: Marco d'Itri m...@linux.it
Description: 
 module-init-tools - tools for managing Linux kernel modules
 module-init-tools-udeb - tools for managing Linux kernel modules (udeb)
Closes: 533174
Changes: 
 module-init-tools (3.9-2) unstable; urgency=medium
 .
   * Fixed a postinst failure on some architectures. (Closes: #533174)
   * Added a 60 seconds sleep in update-modules to annoy whoever may still
 be using it.
Checksums-Sha1: 
 46a4a34fb0616eebf290d9311e5df63aef149078 1061 module-init-tools_3.9-2.dsc
 28d0303dadbfa15b955aa3f3308c35c43b4d7d77 14564 module-init-tools_3.9-2.diff.gz
 8c5af1176c4b101d91c7670b8d142b19bac606d0 88720 module-init-tools_3.9-2_i386.deb
 70416f0c7eb174060e7a7ffb73ccbb954f1a0b3f 43124 
module-init-tools-udeb_3.9-2_i386.udeb
Checksums-Sha256: 
 93604a716e1e7a27269ccc83fa0255d050b429a43e2ba8b459c8001fd70007a6 1061 
module-init-tools_3.9-2.dsc
 1b71921d0f999662070c6cf4451bb7dd09d8905a746e450349a60e91c790ecb8 14564 
module-init-tools_3.9-2.diff.gz
 c1681f059c93c5ca72ddcdd277799f4c0fd0e3f72f69d773732047e3c96e0d85 88720 
module-init-tools_3.9-2_i386.deb
 4122365e65ad889bdb3e13f3cbe2e51428a95857981728e84a4d7d5c2886e18d 43124 
module-init-tools-udeb_3.9-2_i386.udeb
Files: 
 04a95823f7d39913d409e67b7200e2d7 1061 admin important 
module-init-tools_3.9-2.dsc
 7896253784d1563af6ae73cdeb3b8d2e 14564 admin important 
module-init-tools_3.9-2.diff.gz
 e6974e4728ccaeadb44b7cf531bcf039 88720 admin important 
module-init-tools_3.9-2_i386.deb
 850899adc7b642891c606a0b8282aee3 43124 debian-installer extra 
module-init-tools-udeb_3.9-2_i386.udeb
Package-Type: udeb

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

iEYEARECAAYFAko2aOIACgkQFGfw2OHuP7EWHACgiwu7LxCqsR22kV2schLAOVeL
gAAAn3eAM8jWXX7abPKlfY38bdHyrQWS
=zyjp
-END PGP SIGNATURE-


---End Message---


Bug#516304: generates incorrect package with python-support from experimental

2009-06-15 Thread Nicholas Piper
tags + pending
thanks

See
http://git.debian.org/?p=jppy/jppy.git;a=commitdiff;h=4f24395a98322242ecb355ca9748b8f21366a49d;hp=b3a3c0f988974ea211ed819de0b739aff6dff4d7




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



Bug#530255: CVE-2009-1759: Stack-based buffer overflow in the btFiles::BuildFromMI function

2009-06-15 Thread Nico Golde
Hi,
* Nico Golde n...@debian.org [2009-06-12 15:07]:
 Hi,
 * Giuseppe Iuculano giuse...@iuculano.it [2009-05-23 17:03]:
 [...] 
  CVE-2009-1759[0]:
  | Stack-based buffer overflow in the btFiles::BuildFromMI function
  | (trunk/btfiles.cpp) in Enhanced CTorrent (aka dTorrent) 3.3.2 and
  | probably earlier, and CTorrent 1.3.4, allows remote attackers to cause
  | a denial of service (crash) and possibly execute arbitrary code via a
  | Torrent file containing a long path.
  
  If you fix the vulnerability please also make sure to include the
  CVE id in your changelog entry.
  
  For further information see:
  
  [0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1759
  http://security-tracker.debian.net/tracker/CVE-2009-1759
  Patch: 
  http://dtorrent.svn.sourceforge.net/viewvc/dtorrent/dtorrent/trunk/btfiles.cpp?r1=296r2=301view=patch
 
 FWIW, this patch doesn't only fix a buffer overflow but also 
 a directory traversal vulnerability + it is a patch for 
 dtorrent.

http://dtorrent.svn.sourceforge.net/viewvc/dtorrent/dtorrent/trunk/bencode.h?r1=215r2=301view=patch
and
http://dtorrent.svn.sourceforge.net/viewvc/dtorrent/dtorrent/trunk/bencode.cpp?r1=296r2=301view=patch
are needed as well.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpsH9GyYOQWt.pgp
Description: PGP signature


Bug#533214: referencer: Referencer fails to start because of missing GConf key

2009-06-15 Thread Wolodja Wentland
Package: referencer
Version: 1.1.3-4+b2
Severity: grave
Justification: renders package unusable

If started from the command line referencer generates the following output:

--- snip ---
$ referencer
main: setting PYTHONPATH to 
'::/home/foo/lib/python:/home/foo/.referencer/plugins:/usr/lib/referencer:'
PluginManager::scan: Found module 'lyx'
Plugin::load: No metadata capabilities in lyx
Trying /usr/lib/referencer/lyx.png
Plugin::load: successfully loaded 'lyx'
PluginManager::scan: Found module 'pubmed'
Plugin::load: No actions in pubmed
Plugin::load: successfully loaded 'pubmed'

(referencer:21633): GConf-CRITICAL **: gconf_entry_get_key: assertion `entry != 
NULL' failed
**
GConf:ERROR:gconf-client.c:2020:gconf_client_lookup: assertion failed: 
(last_slash != NULL)
Aborted
--- snip ---

Apparently referencer tries to lookup a missing GConf key which results in a 
failed assertion. The
key in question is 'disabledplugins' and adding it as an empty string list key 
to  '/apps/referencer' 
solved the problem.

I would like to note that this Bug is related to #522016, because it would be 
solved by providing
a GConf schema with correct default values.

with kind regards

Wolodja Wentland



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

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

Versions of packages referencer depends on:
ii  libboost-regex1.38.0  1.38.0-6   regular expression library for C++
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.0-5  GCC support library
ii  libgconfmm-2.6-1c22.24.0-2   C++ wrappers for GConf (shared lib
ii  libglademm-2.4-1c2a   2.6.7-2C++ wrappers for libglade2 (shared
ii  libglib2.0-0  2.20.1-2   The GLib library of C routines
ii  libglibmm-2.4-1c2a2.20.0-1   C++ wrapper for the GLib toolkit (
ii  libgnome-vfsmm-2.6-1c2a   2.26.0-1   C++ wrappers for GnomeVFS (shared 
ii  libgnomemm-2.6-1c22.26.0-1   C++ wrappers for libgnome (shared 
ii  libgnomeuimm-2.6-1c2a 2.26.0-1   C++ wrappers for libgnomeui (share
ii  libgnomevfs2-extra1:2.24.1-1 GNOME Virtual File System (extra m
ii  libgtk2.0-0   2.16.1-2   The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a 1:2.16.0-2 C++ wrappers for GTK+ 2.4 (shared 
ii  libpangomm-1.4-1  2.24.0-2   C++ Wrapper for pango (shared libr
ii  libpoppler-glib4  0.10.6-1   PDF rendering library (GLib-based 
ii  librsvg2-common   2.22.3-2   SAX-based renderer library for SVG
ii  libsigc++-2.0-0c2a2.0.18-2   type-safe Signal Framework for C++
ii  libstdc++64.4.0-5The GNU Standard C++ Library v3
ii  python2.5 2.5.4-1An interactive high-level object-o

referencer recommends no packages.

referencer suggests no packages.

-- no debconf information



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



Bug#533215: evolution-rss: camel_text_index_new implicitly converted to pointer

2009-06-15 Thread dann frazier
Package: evolution-rss
Version: 0.1.3~git20090505-1.1
Severity: serious
Tags: patch
Usertags: implicit-pointer-conversion

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

  Function `camel_text_index_new' implicitly converted to pointer at rss.c:3415

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

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

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions
diff -urpN evolution-rss-0.1.3~git20090505.orig/src/rss.c evolution-rss-0.1.3~git20090505/src/rss.c
--- evolution-rss-0.1.3~git20090505.orig/src/rss.c	2009-05-05 04:03:20.0 -0600
+++ evolution-rss-0.1.3~git20090505/src/rss.c	2009-06-15 11:06:05.833155625 -0600
@@ -88,6 +88,7 @@ int rss_verbose_debug = 0;
 #include shell/es-event.h
 #include camel/camel-data-cache.h
 #include camel/camel-file-utils.h
+#include camel/camel-text-index.h
 
 #include libxml/parserInternals.h
 #include libxml/xmlmemory.h


Bug#533216: gnote: Gnote fails to install

2009-06-15 Thread Gary Koskenmaki
Package: gnote
Version: 0.3.1-7
Severity: grave
Justification: renders package unusable

Gnote fails to install and reports the following message:   gnote: Depends: 
libxml++2.6-2 (= 2.24.0) but it is not going to be installed

However, I have libxml++2.6-2 installed and it meets the version requirements 
according to dpkg.

ga...@job:~$ dpkg -l | grep libxml++2.6-2
ii  libxml++2.6-22.26.0-2   
 A C++ interface to the GNOME XML library (li


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

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



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



Bug#532656: [Pkg-octave-devel] Bug#532656: octave3.2_3.2.0-1(mips/unstable): FTBFS on mips. Segfault in regression test.

2009-06-15 Thread John W. Eaton
On 15-Jun-2009, Rafael Laboissiere wrote:

| Anyway, it is funny to see how long this bug lived in the code and was
| just awakened by the crappy mips/mipsel architecture...

Also strange that it didn't show up until now, even on mips.  Maybe a
compiler change?

jwe



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



Bug#528952: reopen: Ekiga still uninstallable

2009-06-15 Thread Alban Crequy
reopen 528952
thanks

According to http://www.debian.org/distrib/packages, the package
libopal3.6.1 does not exist in Debian Unstable (only in Debian testing).



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



Bug#533217: nvidia-kernel-source 185.18.14-1 does not build under vanilla 2.6.28 or 2.6.30

2009-06-15 Thread Alain Cabiran
Package: nvidia-kernel-source
Version: 185.18.14-1
Severity: grave
Justification: renders package unusable


nvidia-kernel-source does not build under vanilla kernels 2.6.28 and 2.6.30.

r...@yoko:/usr/src/linux-2.6.28# make-kpkg modules

make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
make[1]: *** No rule to make target `kdist'.  Stop.
make[1]: Leaving directory `/usr/src/modules/nvidia-kernel'
Module /usr/src/modules/nvidia-kernel failed.

I looked at rules file and there is not kdist target. Does
this source depend on more recent packages than lenny ones or
is it really broken ?

regards


-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable'), (250, 'testing'), (50, 'unstable')
Architecture: i386 (i686)

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

Versions of packages nvidia-kernel-source depends on:
ii  debhelper 7.0.15 helper programs for debian/rules
ii  dpatch2.0.30 patch maintenance system for Debia
ii  make  3.81-5 The GNU version of the make util
ii  sed   4.1.5-6The GNU sed stream editor

Versions of packages nvidia-kernel-source recommends:
ii  devscripts 2.10.35lenny3 scripts to make the life of a Debi
ii  kernel-package 11.015A utility for building Linux kerne
ii  nvidia-glx 180.22-2  NVIDIA binary Xorg driver

nvidia-kernel-source suggests no packages.

-- no debconf information




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



Processed: reopen: Ekiga still uninstallable

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

 reopen 528952
Bug#528952: Ekiga uninstallable in sid due to missing libopal-2.2
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
Bug reopened, originator not changed.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#532623: closed by Julien Cristau jcris...@debian.org (Bug#532623: fixed in xorg 1:7.4+3)

2009-06-15 Thread Brent S. Elmer Ph.D.
I rebooted the computer hoping that X might work when the computer came
up.  X did start but it had some problems.  I was running metacity
before trying to install the xserver-xorg version from sid and ran into
all of the problems installing.  I noticed some animation when I started
windows in gnome and the windows did not have window decorations.  I
started the compiz configuration applet.  The applet said I was running
metacity which is what should have been running.  I did not see any
metacity process though.  If I select compiz in the applet and then go
back to metacity, metacity will be the windows manager and everything
will work correctly as it did before the xserver-xorg upgrade.  Each
time I login to gnome it seems to go back to compiz.  If I configure
compiz to have window decorations and restart compiz it will have
decorations but they don't do anything (i.e. you can see them but can't
move the window, minimize, maximize, kill, etc. on the decoration).  So
it seems that the xserver-xorg install kind of halfway switched the
window manager from metacity to compiz.  Forcing compiz and configuring
compiz gives me visual non-functioning window decorations.  I wouldn't
mind running compiz if the windows decorations worked.  Otherwise, I
would like the default to be metacity.

Brent




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



Bug#530255: ctorrent patch attached, please test

2009-06-15 Thread Nico Golde
Hi,
I ported the patch to our ctorrent version. Could someone 
please test it so updates don't break things?

Cheers
Nico

-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.
diff -Nurad /tmp/ctorrent-1.3.4-dnh3.2/bencode.cpp ctorrent-1.3.4-dnh3.2/bencode.cpp
--- /tmp/ctorrent-1.3.4-dnh3.2/bencode.cpp	2009-06-15 19:08:31.0 +0200
+++ ctorrent-1.3.4-dnh3.2/bencode.cpp	2009-06-15 19:12:51.0 +0200
@@ -237,22 +237,28 @@
   return bencode_end_dict_list(fp);
 }
 
-size_t decode_list2path(const char *b, size_t n, char *pathname)
+size_t decode_list2path(const char *b, size_t n, char *pathname, size_t maxlen)
 {
   const char *pb = b;
-  const char *s = (char *) 0;
-  size_t r,q;
+  const char *s = (char *)0;
+  const char *endmax = pathname + maxlen - 1;
+  size_t r, q;
 
   if( 'l' != *pb ) return 0;
   pb++;
   n--;
   if( !n ) return 0;
-  for(; n;){
-if(!(r = buf_str(pb, n, s, q)) ) return 0;
+  while( n  pathname  endmax ){
+if( !(r = buf_str(pb, n, s, q)) ) return 0;
+if( q = maxlen ) return 0;
 memcpy(pathname, s, q);
 pathname += q;
-pb += r; n -= r; 
-if( 'e' != *pb ){*pathname = PATH_SP, pathname++;} else break;
+maxlen -= q;
+pb += r;
+n -= r;
+if( 'e' == *pb ) break;
+if( pathname = endmax ) return 0;
+*pathname++ = PATH_SP;
   }
   *pathname = '\0';
   return (pb - b + 1);
diff -Nurad /tmp/ctorrent-1.3.4-dnh3.2/bencode.h ctorrent-1.3.4-dnh3.2/bencode.h
--- /tmp/ctorrent-1.3.4-dnh3.2/bencode.h	2007-08-02 20:42:13.0 +0200
+++ ctorrent-1.3.4-dnh3.2/bencode.h	2009-06-15 19:13:05.0 +0200
@@ -25,7 +25,7 @@
 size_t decode_list(const char *b,size_t len,const char *keylist);
 size_t decode_rev(const char *b,size_t len,const char *keylist);
 size_t decode_query(const char *b,size_t len,const char *keylist,const char **ps,size_t *pi,int64_t *pl,int method);
-size_t decode_list2path(const char *b, size_t n, char *pathname);
+size_t decode_list2path(const char *b, size_t n, char *pathname, size_t maxlen);
 size_t bencode_buf(const char *str,size_t len,FILE *fp);
 size_t bencode_str(const char *str, FILE *fp);
 size_t bencode_int(const int integer, FILE *fp);
diff -Nurad /tmp/ctorrent-1.3.4-dnh3.2/btcontent.cpp ctorrent-1.3.4-dnh3.2/btcontent.cpp
--- /tmp/ctorrent-1.3.4-dnh3.2/btcontent.cpp	2007-08-02 20:42:13.0 +0200
+++ ctorrent-1.3.4-dnh3.2/btcontent.cpp	2009-06-15 19:31:04.0 +0200
@@ -261,7 +261,7 @@
 
   cfg_req_queue_length = (m_piece_length / cfg_req_slice_size) * 2 - 1;
 
-  if( m_btfiles.BuildFromMI(b, flen, saveas)  0 ) ERR_RETURN();
+  if( m_btfiles.BuildFromMI(b, flen, saveas, false)  0 ) ERR_RETURN();
 
   delete []b;
   b = (char *)0;
diff -Nurad /tmp/ctorrent-1.3.4-dnh3.2/btfiles.cpp ctorrent-1.3.4-dnh3.2/btfiles.cpp
--- /tmp/ctorrent-1.3.4-dnh3.2/btfiles.cpp	2007-08-02 20:42:13.0 +0200
+++ ctorrent-1.3.4-dnh3.2/btfiles.cpp	2009-06-15 19:28:52.0 +0200
@@ -336,6 +336,7 @@
   CONSOLE.Warning(1, error, \%s\ is not a directory or regular file.,
 fn);
   closedir(dp);
+  errno = EINVAL;
   return -1;
 }
   } // end while
@@ -426,12 +427,13 @@
   }else{
 CONSOLE.Warning(1, error, \%s\ is not a directory or regular file.,
   pathname);
+errno = EINVAL;
 return -1;
   }
   return 0;
 }
 
-int btFiles::BuildFromMI(const char *metabuf, const size_t metabuf_len, const char *saveas)
+int btFiles::BuildFromMI(const char *metabuf, const size_t metabuf_len, const char *saveas, bool exam_only)
 {
   char path[MAXPATHLEN];
   const char *s, *p;
@@ -446,6 +448,13 @@
   memcpy(path, s, q);
   path[q] = '\0';
 
+  if( !exam_only 
+  (PATH_SP == path[0] || '/' == path[0] || 0==strncmp(.., path, 2)) ){
+CONSOLE.Warning(1, error, unsafe path \%s\ in torrent data, path);
+errno = EINVAL;
+return -1;
+  }
+
   r = decode_query(metabuf, metabuf_len, info|files, (const char**)0, q,
(int64_t*)0, QUERY_POS);
 
@@ -511,7 +520,20 @@
   r = decode_query(p, dl, path, (const char **)0, n, (int64_t*)0,
QUERY_POS);
   if( !r ) return -1;
-  if(!decode_list2path(p + r, n, path)) return -1;
+  if(!decode_list2path(p + r, n, path, sizeof(path))){
+CONSOLE.Warning(1, error, invalid path in torrent data for file %lu,
+  (unsigned long)m_nfiles);
+delete pbf;
+errno = EINVAL;
+return -1;
+  }
+  if( !exam_only  (PATH_SP == path[0] || '/' == path[0] || 0==strncmp(.., path, 2)) ){
+CONSOLE.Warning(1, error, unsafe path \%s\ in torrent data for file %lu,
+  path, (unsigned long)m_nfiles);
+delete pbf; 
+errno = EINVAL;
+return -1;
+  }
 
   int f_conv;
   char *tmpfn = new char[strlen(path)*2+5];
@@ -613,22 +635,26 @@
 }
 if( !_btf_creat_by_path(fn,pbt-bf_length)){
   CONSOLE.Warning(1, error, 

Bug#533217: nvidia-kernel-source 185.18.14-1 does not build under vanilla 2.6.28 or 2.6.30

2009-06-15 Thread Mehdi Dogguy
Alain Cabiran a écrit :
 Package: nvidia-kernel-source
 Version: 185.18.14-1
 Severity: grave
 Justification: renders package unusable
 
 
 nvidia-kernel-source does not build under vanilla kernels 2.6.28 and 2.6.30.
 
 r...@yoko:/usr/src/linux-2.6.28# make-kpkg modules
 

Have you tried using module-assistant?

Cheers,

-- 
Mehdi Dogguy مهدي الدڤي
http://www.pps.jussieu.fr/~dogguy
Tel.: (+33).1.44.27.28.38



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



Bug#533217: [pkg-nvidia-devel] Bug#533217: nvidia-kernel-source 185.18.14-1 does not build under vanilla 2.6.28 or 2.6.30

2009-06-15 Thread Randall Donald
On Mon, 2009-06-15 at 19:20 +0200, Alain Cabiran wrote:
 Package: nvidia-kernel-source
 Version: 185.18.14-1
 Severity: grave
 Justification: renders package unusable
 

 I looked at rules file and there is not kdist target. Does
 this source depend on more recent packages than lenny ones or
 is it really broken ?
 

Yes the kdist target is still missing. The changelog mentions that
module-assistant is still the only working build method. 


-- 

Randall Donald ra...@khensu.org
http://www.khensu.orgrdon...@debian.org
Programmer/Debian Developer GnuPG: 6C27DEAB






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



Bug#531388: After upgrade gnome-session fails to start a valid session

2009-06-15 Thread Giovanni Bortolozzo
Package: gnome-session
Version: 2.26.1-7
Severity: normal

Hello, since gnome-session 2.26.1-5 I always get an error as soon as I
login with gdm.

I get a message that says something like your session only lasts 10
seconds... ecc, if I press ok the session will be closed and I go
back to the gdm prompt.

If I try a failsafe gnome-session it works without any problem.

I even try to delete all the gnome related configuration files to get
a brand new gnome-session... it works (but I can't have the
reboot/shutdown button) the first time but after the
logout the next login fails with the same error.

In attach my last .xsession-errors and the output of 'ps ax'.

If I downgrade both gnome-session and gnome-setting-daemon to an old
version (I found them in testing) all works as usual.

Regards.

Giovanni

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

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

Versions of packages gnome-session depends on:
ii  gnome-panel   2.26.2-1   launcher and docking facility for 
ii  gnome-session-bin 2.26.1-6   The GNOME Session Manager - Minima
ii  gnome-settings-daemon 2.26.1-2   daemon handling the GNOME session 
ii  metacity  1:2.26.0-2 lightweight GTK+ window manager

gnome-session recommends no packages.

Versions of packages gnome-session suggests:
ii  desktop-base  5.0.5  common files for the Debian Deskto
ii  gnome-keyring 2.26.1-1   GNOME keyring services (daemon and
ii  gnome-user-guide [gnome2-user 2.24.2-2   GNOME user's guide

-- no debconf information
/etc/gdm/Xsession: Beginning session setup...
GNOME_KEYRING_SOCKET=/tmp/keyring-X3koLb/socket
SSH_AUTH_SOCK=/tmp/keyring-X3koLb/socket.ssh

(gnome-power-manager:18226): GStreamer-WARNING **: Failed to load plugin 
'/usr/lib/gstreamer-0.10/libgsttheora.so': 
/usr/lib/gstreamer-0.10/libgsttheora.so: symbol theora_control, version 
libtheora.so.1.0 not defined in file libtheora.so.0 with link time reference

(gnome-settings-daemon:18227): GStreamer-WARNING **: Failed to load plugin 
'/usr/lib/gstreamer-0.10/libgsttheora.so': 
/usr/lib/gstreamer-0.10/libgsttheora.so: symbol theora_control, version 
libtheora.so.1.0 not defined in file libtheora.so.0 with link time reference

** (gnome-power-manager:18217): WARNING **: DBUS error: Could not get owner of 
name 'org.gnome.ScreenSaver': no such name
** (gnome-power-manager:18217): DEBUG: proxy is NULL, maybe the daemon 
responsible for org.gnome.ScreenSaver is not running?

** (gnome-power-manager:18217): WARNING **: This machine is not identified as a 
laptop.system.formfactor is desktop.

** (gnome-power-manager:18217): WARNING **: This machine is not identified as a 
laptop.system.formfactor is desktop.
** (gnome-power-manager:18217): DEBUG: This machine is not identified as a 
laptop.system.formfactor is desktop.
** (gnome-power-manager:18217): DEBUG: We are not a laptop, so not even trying
gnome-session[18102]: WARNING: Unable to parse command '(null)': Il file chiavi 
contiene la chiave Terminal il cui valore non può essere interpretato.
gnome-session[18102]: *** START 
gnome-session[18102]: Frame 0: gnome-session [0x8060685]
gnome-session[18102]: Frame 1: gnome-session [0x8060814]
gnome-session[18102]: Frame 2: [0xb7fe5400]
gnome-session[18102]: Frame 3: /usr/lib/libglib-2.0.so.0(g_free+0x36) 
[0xb7964cc6]
gnome-session[18102]: Frame 4: /usr/lib/libglib-2.0.so.0(g_strfreev+0x20) 
[0xb797d990]
gnome-session[18102]: Frame 5: gnome-session [0x806e1a5]
gnome-session[18102]: Frame 6: gnome-session [0x806e937]
gnome-session[18102]: Frame 7: gnome-session [0x80525e7]
gnome-session[18102]: Frame 8: gnome-session [0x8064be6]
gnome-session[18102]: Frame 9: 
/usr/lib/libglib-2.0.so.0(g_hash_table_find+0x5c) [0xb794e00c]
gnome-session[18102]: Frame 10: gnome-session [0x8065127]
gnome-session[18102]: Frame 11: gnome-session [0x80653a6]
gnome-session[18102]: Frame 12: 
/usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x84) [0xb79f1274]
gnome-session[18102]: Frame 13: 
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x1ab) [0xb79e3b6b]
gnome-session[18102]: Frame 14: /usr/lib/libgobject-2.0.so.0 [0xb79f7d0f]
gnome-session[18102]: Frame 15: 
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7b9) [0xb79f9179]
gnome-session[18102]: Frame 16: 
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x26) [0xb79f95d6]
gnome-session[18102]: Frame 17: gnome-session [0x80511d1]
gnome-session[18102]: Frame 18: gnome-session [0x806974e]
gnome-session[18102]: Frame 19: gnome-session [0x80585f6]
gnome-session[18102]: Frame 20: 
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x1ab) [0xb79e3b6b]
gnome-session[18102]: Frame 21: /usr/lib/libgobject-2.0.so.0 [0xb79f7d0f]

Bug#533225: fglrx-glx-ia32: Needs new upload to be installable with new libc6-i386

2009-06-15 Thread Daniel Schepler
Package: fglrx-glx-ia32
Version: 1:9-5-1
Severity: grave

In version 2.9-15 (and possibly 2.9-14), libc6-i386 conflicts with fglrx-glx-
ia32 (= 1:9-5-1), probably because it moved /emul/ia32-linux/usr/lib to 
/usr/lib32 for consistency with other architectures.  Since 1:9-5-1 is still 
the latest version in unstable (and I didn't see any new upload in incoming or 
NEW when I checked), that makes fglrx-glx-ia32 uninstallable in unstable.
-- 
Daniel Schepler




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



Bug#533228: libqwt5-doc and libcoin60-doc: error when trying to install together

2009-06-15 Thread Ralf Treinen
Package: libcoin60-doc,libqwt5-doc
Version: libcoin60-doc/3.1.0-1
Version: libqwt5-doc/5.1.2-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2009-06-15
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libcoin60-doc libqwt5-doc
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libcoin60-doc.
(Reading database ... 8199 files and directories currently installed.)
Unpacking libcoin60-doc (from .../libcoin60-doc_3.1.0-1_all.deb) ...
Selecting previously deselected package libqwt5-doc.
Unpacking libqwt5-doc (from .../libqwt5-doc_5.1.2-1_all.deb) ...
dpkg: error processing /var/cache/apt/archives/libqwt5-doc_5.1.2-1_all.deb 
(--unpack):
 trying to overwrite `/usr/share/man/man3/deprecated.3.gz', which is also in 
package libcoin60-doc
Processing triggers for man-db ...
/usr/bin/mandb: warning: whatis for libraries.3.gz exceeds 2048 bytes, 
truncating.
/usr/bin/mandb: warning: whatis for xmlparsing.3.gz exceeds 2048 bytes, 
truncating.
/usr/bin/mandb: warning: whatis for environment_variables.3.gz exceeds 2048 
bytes, truncating.
Errors were encountered while processing:
 /var/cache/apt/archives/libqwt5-doc_5.1.2-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail. Possible
solutions are to have the two packages conflict, to rename the common
file in one of the two packages, or to remove the file from one
package and have this package depend on the other package. File
diversions or a Replace relation are another possibility.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):


  usr/share/man/man3/deprecated.3.gz
  

This bug is assigned to both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package.

-Ralf.



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



Processed: tagging 509381

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

 tags 509381 + patch
Bug#509381: debirf image does not boot on 64-bit architectures
There were no tags set.
Tags added: patch


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#533217: [pkg-nvidia-devel] Bug#533217: nvidia-kernel-source 185.18.14-1 does not build under vanilla 2.6.28 or 2.6.30

2009-06-15 Thread Mark Brown
On Mon, Jun 15, 2009 at 11:04:04AM -0700, Randall Donald wrote:

 Yes the kdist target is still missing. The changelog mentions that
 module-assistant is still the only working build method. 

How is one supposed to do this?  As I have previously reported,
module-assistant doesn't actually work either:

# module-assistant build -l 2.6.29-2-amd64 nvidia-kernel

...

/usr/bin/make -C . LINUXDIR=/lib/modules/2.6.29-2-amd64/build 
KVERREL=2.6.29-2-amd64
make[2]: Entering directory `/usr/src/modules/nvidia-kernel'
make[2]: Leaving directory `/usr/src/modules/nvidia-kernel'
# Install the modules
dh_installdirs
install -m 0644 /usr/src/modules/nvidia-kernel/debian/override
/usr/src/modules/nvidia-kernel/debian/nvidia-kernel-2.6.29-2-amd64/usr/share/lintian/overrides/nvidia-kernel-2.6.29-2-amd64
install -m 0644 /usr/src/modules/nvidia-kernel/nvidia.ko
/usr/src/modules/nvidia-kernel/debian/nvidia-kernel-2.6.29-2-amd64/lib/modules/2.6.29-2-amd64/nvidia/nvidia.ko
; \

install: cannot stat `/usr/src/modules/nvidia-kernel/nvidia.ko': No such file 
or directory



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



Bug#531938: marked as done (FTBFS on mipsel due to missing -fPIC)

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 19:44:13 +0100
with message-id 200906151844.n5fiid3z012...@kmos.homeip.net
and subject line grace6 has been removed from Debian, closing #531938
has caused the Debian Bug report #531938,
regarding FTBFS on mipsel due to missing -fPIC
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
531938: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531938
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: grace6
Version: 5.99.1+dev4-7
Severity: serious

Hi

mips and mipsel do now also need the -fPIC compilation flag to make sure that 
shared objects only contain position independent code.

Cheers

Luk


---End Message---
---BeginMessage---
Version: 5.99.1+dev4-7+rm

The grace6 package has been removed from Debian so we are closing
the bugs that were still opened against it.

For more information about this package's removal, read
http://bugs.debian.org/459484 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

Kind regards,
--
Marco Rodrigues

---End Message---


Bug#424018: marked as done (dvi2tty: Non-free source file dvi2tty.c)

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 19:42:50 +0100
with message-id 200906151842.n5figoa3012...@kmos.homeip.net
and subject line dvi2tty has been removed from Debian, closing #424018
has caused the Debian Bug report #424018,
regarding dvi2tty: Non-free source file dvi2tty.c
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
424018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=424018
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: dvi2tty
Version: 5.3.1-3
Severity: serious

From dvi2tty.c:

 * This program, and any documentation for it, is copyrighted by Svante
 * Lindahl. It may be copied for non-commercial use only, provided that
 * any and all copyright notices are preserved.

No permission to modify, no commercial.

However, there's also this text in README:

,
| dvi2tty is licensed under the GPL version 2. It has had a history of many
| authors, I am just one of the latest maintainers.
| 
| Thats all, good luck.
| 
| 
| - Marcel 
`

so this is unclear.  I'm still filing as serious, since others have
treated this program as non-free for a while, e.g. CTAN, and recently a
SuSE license team research brought it up.

Regards, Frank

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (99, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)

-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)

---End Message---
---BeginMessage---
Version: 5.3.1-4+rm

The dvi2tty package has been removed from Debian so we are closing
the bugs that were still opened against it.

For more information about this package's removal, read
http://bugs.debian.org/430129 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

Kind regards,
--
Marco Rodrigues

---End Message---


Bug#533128: Only on dual-head systems

2009-06-15 Thread A.W.
The segfault does not happen on single head machines, so far as I can tell.



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



Bug#527691: marked as done (pyqwt: FTBFS: size_t_check.cpp:3: error: prototype for 'void a::f(unsigned int)' does not match any in class 'a')

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 19:46:26 +0100
with message-id 200906151846.n5fikqqb012...@kmos.homeip.net
and subject line pyqwt has been removed from Debian, closing #527691
has caused the Debian Bug report #527691,
regarding pyqwt: FTBFS: size_t_check.cpp:3: error: prototype for 'void 
a::f(unsigned int)' does not match any in class 'a'
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
527691: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527691
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: pyqwt
Version: 4.2.3.dfsg-2
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090508 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 Setup the qwt package build.
 sip invokation:
 '/usr/bin/sip -I /usr/share/sip/qt -b tmp-qwt4qt3/qwt4qt3.sbf -c tmp-qwt4qt3  
  -x Qt_STYLE_WINDOWSXP -x Qt_STYLE_INTERLACE -x Qt_STYLE_WINDOWSXP -x 
 Qt_SIP_PRE_4_7_2 -x VendorID -t WS_X11 -t Qt_3_3_6 -x HAS_NUMARRAY -x 
 HAS_NUMERIC -x HAS_QWT5 ../sip/qwt4qt3/QwtModule.sip'
 SIP failed to generate the C++ code.
 size_t_check.cpp:3: error: prototype for 'void a::f(unsigned int)' does not 
 match any in class 'a'
 size_t_check.cpp:2: error: candidate is: void a::f(size_t)
 size_t_check.cpp:3: error: prototype for 'void a::f(long long unsigned int)' 
 does not match any in class 'a'
 size_t_check.cpp:2: error: candidate is: void a::f(size_t)
 sip: ../sip/qwt4qt3/common/QwtMemArray.sip:35: %MappedType template for this 
 type has already been defined
 Command line options:
 {'debug': False,
  'disable_numarray': False,
  'disable_numeric': False,
  'disable_numpy': False,
  'excluded_features': [],
  'extra_cflags': [],
  'extra_cxxflags': [],
  'extra_defines': [],
  'extra_include_dirs': ['/usr/include/qwt'],
  'extra_lflags': [],
  'extra_lib_dirs': [],
  'extra_libs': [],
  'jobs': '',
  'module_install_path': '',
  'modules': [],
  'qwt_sources': '',
  'sip_include_dirs': [],
  'subdirs': [],
  'timelines': [],
  'trace': ''}
 
 Found SIP-4.7.9.
 Found 'posix' operating system:
 2.5.4 (r254:67916, Feb 18 2009, 03:00:47) 
 [GCC 4.3.3]
 Do not get upset by error messages in the next 3 compiler checks:
 Check if 'size_t' and 'unsigned int' are the same type:
 NO
 Check if 'size_t' and 'unsigned long' are the same type:
 YES
 Check if 'size_t' and 'unsigned long long' are the same type:
 NO
 Failed to import numarray: PyQwt will be build without support for numarray.
 
 Failed to find Numeric2: PyQwt will be build without support for Numeric.
 
 Found NumPy-1.2.1.
 
 Found Qwt-4.2.0.
 
 Extended command line options:
 {'debug': False,
  'disable_numarray': False,
  'disable_numeric': False,
  'disable_numpy': False,
  'excluded_features': ['-x HAS_NUMARRAY', '-x HAS_NUMERIC', '-x HAS_QWT5'],
  'extra_cflags': [],
  'extra_cxxflags': [],
  'extra_defines': ['HAS_NUMPY', 'HAS_QWT4'],
  'extra_include_dirs': ['/usr/include/qwt',
 
 '/usr/lib/python2.5/site-packages/numpy/core/include'],
  'extra_lflags': [],
  'extra_lib_dirs': [],
  'extra_libs': [],
  'iqt': 'iqt4qt3',
  'iqt_sipfile': '../sip/iqt4qt3/IQtModule.sip',
  'jobs': '',
  'module_install_path': '/usr/lib/python2.5/site-packages/Qwt4',
  'modules': ['iqt', 'Qwt4'],
  'qwt': 'qwt4qt3',
  'qwt_sipfile': '../sip/qwt4qt3/QwtModule.sip',
  'qwt_sources': '',
  'sip_include_dirs': [],
  'subdirs': ['iqt4qt3', 'qwt4qt3'],
  'timelines': [],
  'trace': ''}
 
 The following modules will be built: ['iqt', 'Qwt4'].
 
 Setup the iqt package build.
 sip invokation:
 '/usr/bin/sip -b tmp-iqt4qt3/iqt4qt3.sbf -c tmp-iqt4qt3   -x HAS_NUMARRAY -x 
 HAS_NUMERIC -x HAS_QWT5 ../sip/iqt4qt3/IQtModule.sip'
 Copy tmp-iqt4qt3/sip_iqtcmodule.cpp - iqt4qt3/sip_iqtcmodule.cpp.
 Copy tmp-iqt4qt3/sipAPI_iqt.h - iqt4qt3/sipAPI_iqt.h.
 Copy tmp-iqt4qt3/iqt4qt3.sbf - iqt4qt3/iqt4qt3.sbf.
 3 file(s) lazily copied.
 
 Setup the qwt package build.
 sip invokation:
 '/usr/bin/sip -I /usr/share/sip/qt -b tmp-qwt4qt3/qwt4qt3.sbf -c tmp-qwt4qt3  
  -x Qt_STYLE_WINDOWSXP -x Qt_STYLE_INTERLACE -x Qt_STYLE_WINDOWSXP -x 
 Qt_SIP_PRE_4_7_2 -x VendorID -t WS_X11 -t Qt_3_3_6 -x HAS_NUMARRAY -x 
 HAS_NUMERIC -x HAS_QWT5 ../sip/qwt4qt3/QwtModule.sip'
 SIP failed to generate the C++ code.
 make: *** [configure-stamp] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/05/08/pyqwt_4.2.3.dfsg-2_lsid64.buildlog

A list of current common problems and possible solutions is available at 

Bug#527616: marked as done (owned and unowned files after purge (policy 6.8 + 10.7.3))

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 19:47:49 +0100
with message-id 200906151847.n5filnup012...@kmos.homeip.net
and subject line hinfo has been removed from Debian, closing #527616
has caused the Debian Bug report #527616,
regarding owned and unowned files after purge (policy 6.8 + 10.7.3)
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
527616: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527616
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: hinfo
Version: 1.02-4
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package left owned and 
unowned files on the system after purge, which is a violation of policy 6.8 
and 10.7.3:

http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails
http://www.debian.org/doc/debian-policy/ch-files.html#s10.7.3

From the attached log (scroll to the bottom...):

0m27.7s ERROR: FAIL: Package purging left files on system:
  /var/lib/hinfo owned by: hinfo
  /var/lib/hinfo/dnsbl.ins.plnot owned
  /var/lib/hinfo/whois.ins.plnot owned

I assume the cause for that can be seen a few lines up:

0m26.5s DUMP: 
  (Reading database ... 5834 files and directories currently installed.)
  Removing hinfo ...
  Purging configuration files for hinfo ...
  /var/lib/dpkg/info/hinfo.postrm: line 28: ucf: command not found
  /var/lib/dpkg/info/hinfo.postrm: line 28: ucf: command not found
  /var/lib/dpkg/info/hinfo.postrm: line 28: ucf: command not found
  /var/lib/dpkg/info/hinfo.postrm: line 28: ucf: command not found
  /var/lib/dpkg/info/hinfo.postrm: line 28: ucf: command not found
  /var/lib/dpkg/info/hinfo.postrm: line 28: ucf: command not found
  dpkg - warning: while removing hinfo, directory `/var/lib/hinfo' not empty 
so not removed.

From the third paragraph about the meaning of the depends field in 
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps 

The Depends field should also be used if the postinst, prerm or postrm scripts 
require the package to be present in order to run. __Note, however, that the 
postrm cannot rely on any non-essential packages to be present during the 
purge phase__.


regards,
Holger
Start: 2009-04-05 19:21:34 UTC

Package: hinfo
Priority: optional
Section: net
Installed-Size: 196
Maintainer: Debian QA Group packa...@qa.debian.org
Architecture: all
Version: 1.02-4
Depends: perl, libnet-dns-perl (= 0.38), debianutils (= 1.6), ucf (= 1.0)
Pre-Depends: adduser, debconf (= 0.5) | debconf-2.0
Recommends: wget
Filename: pool/main/h/hinfo/hinfo_1.02-4_all.deb
Size: 32232
MD5sum: c57e6309fd4e25f11101ff0c94ef4701
SHA1: 309adf4b3a6371017ab486966ed18e66093abae9
SHA256: 826d128c696cb9f981beaad8495ff87f8b8bca61c74361e6dff0a23e6da12ec2
Description: Check address ownership and DNSBL listings for spam reporting
 Hinfo will check (possibly obscured) address/hostname/website ownership
 and will display which blacklists (such as sbl.spamhaus.org and
 bl.spamcop.net) the site is listed on.
 .
 It is primarily used in manual spam reporting.
Tag: interface::commandline, mail::filters, protocol::dns, role::program, scope::utility, use::checking

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --no-symlinks --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz hinfo
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.36~20090405 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --no-symlinks --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz hinfo
0m0.0s INFO: Running on: Linux piatti 2.6.29.1-dsa-amd64 #2 SMP Sun Apr 5 00:16:11 CEST 2009 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpx9hgOa
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmpx9hgOa
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpx9hgOa', '-zxf', 'sid.tar.gz']
0m2.8s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpx9hgOa', '-zxf', 'sid.tar.gz']
0m2.8s DEBUG: Created policy-rc.d and chmodded it.
0m2.8s DEBUG: Starting command: ['chroot', 

Bug#533216: gnote: Gnote fails to install

2009-06-15 Thread Robert Millan
On Mon, Jun 15, 2009 at 10:08:11AM -0700, Gary Koskenmaki wrote:
 Package: gnote
 Version: 0.3.1-7
 Severity: grave
 Justification: renders package unusable
 
 Gnote fails to install and reports the following message:   gnote: Depends: 
 libxml++2.6-2 (= 2.24.0) but it is not going to be installed
 
 However, I have libxml++2.6-2 installed and it meets the version requirements 
 according to dpkg.
 
 ga...@job:~$ dpkg -l | grep libxml++2.6-2
 ii  libxml++2.6-22.26.0-2 
A C++ interface to the GNOME XML library (li

Do you have any backports.org URI in sources.list ?

Also, what happens if you try

  apt-get install gnote libxml++2.6-2

  ?

and if you try

  apt-get install -f

  ?

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.



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



Bug#533217: [pkg-nvidia-devel] Bug#533217: nvidia-kernel-source 185.18.14-1 does not build under vanilla 2.6.28 or 2.6.30

2009-06-15 Thread Manuel Bilderbeek

Hi,

Mark Brown wrote:

How is one supposed to do this?  As I have previously reported,
module-assistant doesn't actually work either:

# module-assistant build -l 2.6.29-2-amd64 nvidia-kernel

...

install: cannot stat `/usr/src/modules/nvidia-kernel/nvidia.ko': No such file 
or directory


I had the same problem, but first doing:

$ m-a clean nvidia

helped!

I guess some cleaning up is missing in the scripts still, because 
usually I don't need to do this.


--
Kind regards,

Manuel



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



Bug#533217: [pkg-nvidia-devel] Bug#533217: nvidia-kernel-source 185.18.14-1 does not build under vanilla 2.6.28 or 2.6.30

2009-06-15 Thread Mark Brown
On Mon, Jun 15, 2009 at 08:54:10PM +0200, Manuel Bilderbeek wrote:

 I had the same problem, but first doing:

 $ m-a clean nvidia

 helped!

OK, that worked - thanks!

 I guess some cleaning up is missing in the scripts still, because  
 usually I don't need to do this.

Indeed, it shouldn't be required (or should at least fail more
obviously).



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



Bug#531388: After upgrade gnome-session fails to start a valid session

2009-06-15 Thread Josselin Mouette
severity 531388 important
thanks

Le lundi 15 juin 2009 à 20:19 +0200, Giovanni Bortolozzo a écrit :
 I get a message that says something like your session only lasts 10
 seconds... ecc, if I press ok the session will be closed and I go
 back to the gdm prompt.

According to your logs, this is a crash. I’d appreciate if you could
obtain a backtrace for it. To do that, rebuild gnome-session with
debugging symbols (see http://wiki.debian.org/HowToGetABacktrace),
install libglib2.0-0-dbg, then start a session that only consists of an
xterm. In the terminal, run gdb /usr/bin/gnome-session and debug it
normally as explained in the above wiki page.

Thanks,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Processed: Re: [buildd-tools-devel] Bug#533143: libsbuild-perl and sbuild: error when trying to install together

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

 tags 533143 + fixed-upstream pending
Bug#533143: libsbuild-perl and sbuild: error when trying to install together
There were no tags set.
Tags added: fixed-upstream, pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#531388: After upgrade gnome-session fails to start a valid session

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

 severity 531388 important
Bug#531388: Fails to start a valid gnome session after upgrade
Bug#531520: Can't access my gnome desktop
Severity set to `important' from `critical'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#533143: [buildd-tools-devel] Bug#533143: libsbuild-perl and sbuild: error when trying to install together

2009-06-15 Thread Roger Leigh
tags 533143 + fixed-upstream pending
thanks

On Mon, Jun 15, 2009 at 09:17:57AM +0200, Ralf Treinen wrote:
 dpkg: error processing /var/cache/apt/archives/sbuild_0.58.4-1_all.deb 
 (--unpack):
  trying to overwrite `/usr/share/perl5/Sbuild/ChrootSchroot.pm', which is 
 also in package libsbuild-perl
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 Processing triggers for man-db ...
 Errors were encountered while processing:
  /var/cache/apt/archives/sbuild_0.58.4-1_all.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)

Fixed in upstream git.

Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.



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



Bug#533143: marked as done (libsbuild-perl and sbuild: error when trying to install together)

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 19:47:25 +
with message-id e1mgi9n-000202...@ries.debian.org
and subject line Bug#533143: fixed in sbuild 0.58.5-1
has caused the Debian Bug report #533143,
regarding libsbuild-perl and sbuild: error when trying to install together
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
533143: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533143
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: sbuild,libsbuild-perl
Version: sbuild/0.58.4-1
Version: libsbuild-perl/0.58.4-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2009-06-15
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  exim4-config exim4-base libpcre3 exim4-daemon-light exim4 patch perl-modules
  perl binutils bzip2 dctrl-tools make libtimedate-perl dpkg-dev devscripts
  libboost-system1.38.0 libboost-filesystem1.38.0
  libboost-program-options1.38.0 libicu40 libboost-regex1.38.0
  libfilesys-df-perl liblockdev1 schroot-common schroot libsbuild-perl sbuild
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package exim4-config.
(Reading database ... 8198 files and directories currently installed.)
Unpacking exim4-config (from .../exim4-config_4.69-11_all.deb) ...
Selecting previously deselected package exim4-base.
Unpacking exim4-base (from .../exim4-base_4.69-11_amd64.deb) ...
Selecting previously deselected package libpcre3.
Unpacking libpcre3 (from .../libpcre3_7.8-2_amd64.deb) ...
Selecting previously deselected package exim4-daemon-light.
Unpacking exim4-daemon-light (from .../exim4-daemon-light_4.69-11_amd64.deb) ...
Selecting previously deselected package exim4.
Unpacking exim4 (from .../archives/exim4_4.69-11_all.deb) ...
Selecting previously deselected package patch.
Unpacking patch (from .../patch_2.5.9-5_amd64.deb) ...
Selecting previously deselected package perl-modules.
Unpacking perl-modules (from .../perl-modules_5.10.0-23_all.deb) ...
Selecting previously deselected package perl.
Unpacking perl (from .../perl_5.10.0-23_amd64.deb) ...
Selecting previously deselected package binutils.
Unpacking binutils (from .../binutils_2.19.1-1_amd64.deb) ...
Selecting previously deselected package bzip2.
Unpacking bzip2 (from .../bzip2_1.0.5-2_amd64.deb) ...
Selecting previously deselected package dctrl-tools.
Unpacking dctrl-tools (from .../dctrl-tools_2.13.1_amd64.deb) ...
Selecting previously deselected package make.
Unpacking make (from .../archives/make_3.81-5_amd64.deb) ...
Selecting previously deselected package libtimedate-perl.
Unpacking libtimedate-perl (from .../libtimedate-perl_1.1600-9_all.deb) ...
Selecting previously deselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.15.2_all.deb) ...
Selecting previously deselected package devscripts.
Unpacking devscripts (from .../devscripts_2.10.50_amd64.deb) ...
Selecting previously deselected package libboost-system1.38.0.
Unpacking libboost-system1.38.0 (from 
.../libboost-system1.38.0_1.38.0-6_amd64.deb) ...
Selecting previously deselected package libboost-filesystem1.38.0.
Unpacking libboost-filesystem1.38.0 (from 
.../libboost-filesystem1.38.0_1.38.0-6_amd64.deb) ...
Selecting previously deselected package libboost-program-options1.38.0.
Unpacking libboost-program-options1.38.0 (from 
.../libboost-program-options1.38.0_1.38.0-6_amd64.deb) ...
Selecting previously deselected package libicu40.
Unpacking libicu40 (from .../libicu40_4.0.1-2_amd64.deb) ...
Selecting previously deselected package libboost-regex1.38.0.
Unpacking libboost-regex1.38.0 (from 
.../libboost-regex1.38.0_1.38.0-6_amd64.deb) ...
Selecting previously deselected package libfilesys-df-perl.
Unpacking libfilesys-df-perl (from .../libfilesys-df-perl_0.92-3+b1_amd64.deb) 
...
Selecting previously deselected package liblockdev1.
Unpacking liblockdev1 (from .../liblockdev1_1.0.3-1.2+b1_amd64.deb) ...
Selecting previously deselected package schroot-common.
Unpacking schroot-common (from .../schroot-common_1.2.3-1_all.deb) ...
Selecting previously deselected package schroot.
Unpacking schroot (from .../schroot_1.2.3-1_amd64.deb) ...
Selecting previously deselected package libsbuild-perl.
Unpacking libsbuild-perl (from .../libsbuild-perl_0.58.4-1_all.deb) ...
Selecting previously deselected 

Bug#532656: [Pkg-octave-devel] Bug#532656: octave3.2_3.2.0-1(mips/unstable): FTBFS on mips. Segfault in regression test.

2009-06-15 Thread Rafael Laboissiere
* John W. Eaton j...@jweaton.org [2009-06-15 13:25]:

 On 15-Jun-2009, Rafael Laboissiere wrote:
 
 | Anyway, it is funny to see how long this bug lived in the code and was
 | just awakened by the crappy mips/mipsel architecture...
 
 Also strange that it didn't show up until now, even on mips.  Maybe a
 compiler change?

Probably.

Anyway, these differences on floating point representation/manipulation
among the architectures make me kinda nervous.

-- 
Rafael



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



Processed: your mail

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

 tag 512049 + pending
Bug#512049: New upstream release available. Fixes compatibilty with imagemagick 
in experimental
There were no tags set.
Tags added: pending

 tag 524588 + pending
Bug#524588: pythonmagick_0.7-5+b1(mips/unstable): FTBFS on mips
Tags were: patch
Bug#527689: pythonmagick: FTBFS: _DrawableFillRule.cpp:19: error: expected ',' 
or '...' before '::' token
Tags added: pending

 tag 488105 + pending
Bug#488105: python-pythonmagick: import error
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 debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: severity of 530780 is wishlist

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

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 severity 530780 wishlist
Bug#530780: jpegtran is NOT lossless with Exif data by default
Severity set to `wishlist' from `grave'


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#527726: obexpushd: FTBFS: get.c:87: error: 'LONG_MAX' undeclared (first use in this function)

2009-06-15 Thread Filippo Giunchedi
On Sun, Jun 07, 2009 at 07:31:39PM +0200, Filippo Giunchedi wrote:
 Is there any update on this trivial RC?
 
 I've prepared a package at
 http://people.debian.org/~filippo/packages/obexpushd_0.7-1.1.dsc which I'd 
 like
 to upload to DELAYED in some days

uploaded to DELAYED/15 to fix FTBFS and rebuild against libbluetooth3

filippo
--
Filippo Giunchedi - http://esaurito.net - 0x6B79D401

Odium turbae sanabit solitudo, taedium solitudinis turba.
Solitude will cure our hatred of the crowd,
the crowd will cure our disgust with solitude.
-- Seneca, De Tranquillitate Animi



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



Bug#527503: libpam-blue: FTBFS: libtool errors

2009-06-15 Thread Filippo Giunchedi
On Sun, Jun 07, 2009 at 06:21:37PM +0200, Filippo Giunchedi wrote:
 I've prepared a relibtoolized package at
 http://people.debian.org/~filippo/packages/libpam-blue_0.9.0-2.2.dsc
 which also helps me in libbluetooth2-dev transition.
 
 I'd like to upload in DELAYED-15 in a week or so.

uploaded to DELAYED/15

filippo
--
Filippo Giunchedi - http://esaurito.net - 0x6B79D401

Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
-- Brian W. Kernighan



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



Bug#533247: Segmentation Fault on all attempts to access apt database

2009-06-15 Thread Daniel Moerner
Package: apt
Version: 0.7.21
Severity: grave
Justification: renders package unusable

Hi,

I just finished a dist-upgade that included the following:

Will install 13 packages, and remove 0 packages.
20.5kB of disk space will be used
===
[HOLD, DEPENDENCIES] libc6-dev-i386
[HOLD, DEPENDENCIES] libc6-i386
[HOLD] fakeroot
[HOLD] libc6
[HOLD] libc6-dev
[UPGRADE] cups-common 1.3.10-4 - 1.3.10-5
[UPGRADE] gnome-session 2.26.1-6 - 2.26.1-7
[UPGRADE] gnome-session-bin 2.26.1-6 - 2.26.1-7
[UPGRADE] h264enc 8.8.4-0.0 - 8.8.5-0.0
[UPGRADE] libcupsys2 1.3.10-4 - 1.3.10-5
[UPGRADE] libcupsys2-dev 1.3.10-4 - 1.3.10-5
[UPGRADE] librpm0 4.7.0-3 - 4.7.0-4
[UPGRADE] librpmbuild0 4.7.0-3 - 4.7.0-4
[UPGRADE] librpmio0 4.7.0-3 - 4.7.0-4
[UPGRADE] lintian 2.2.10 - 2.2.11
[UPGRADE] locales 2.9-14 - 2.9-15
[UPGRADE] module-init-tools 3.7-pre9-1 - 3.9-1
[UPGRADE] rpm 4.7.0-3 - 4.7.0-4
===

Now I get segmentation faults that dump core on all attempts to access
the database:

aptitude search ~i
apt-cache search anything

etc.

Just querying version numbers or using dpkg does not produce segfaults.

Attached are the strace and gdb data from running aptitude search ~i. I 
have put the core on my alioth for now as it's 8MB:

http://alioth.debian.org/~dmoerner-guest/core

If you want me to run this on apt-get proper instead of aptitude just tell me.
I'm now going to try rebuilding with debugging symbols to see if I can get
a better backtrace.

Daniel


-- Package-specific info:

-- apt-config dump --

APT ;
APT::Architecture amd64;
APT::Build-Essential ;
APT::Build-Essential:: build-essential;
APT::Install-Recommends 1;
APT::Install-Suggests 0;
APT::Acquire ;
APT::Acquire::Translation environment;
APT::Authentication ;
APT::Authentication::TrustCDROM true;
APT::NeverAutoRemove ;
APT::NeverAutoRemove:: ^linux-image.*;
APT::NeverAutoRemove:: ^linux-restricted-modules.*;
Dir /;
Dir::State var/lib/apt/;
Dir::State::lists lists/;
Dir::State::cdroms cdroms.list;
Dir::State::userstatus status.user;
Dir::State::status /var/lib/dpkg/status;
Dir::Cache var/cache/apt/;
Dir::Cache::archives archives/;
Dir::Cache::srcpkgcache srcpkgcache.bin;
Dir::Cache::pkgcache pkgcache.bin;
Dir::Etc etc/apt/;
Dir::Etc::sourcelist sources.list;
Dir::Etc::sourceparts sources.list.d;
Dir::Etc::vendorlist vendors.list;
Dir::Etc::vendorparts vendors.list.d;
Dir::Etc::main apt.conf;
Dir::Etc::parts apt.conf.d;
Dir::Etc::preferences preferences;
Dir::Bin ;
Dir::Bin::methods /usr/lib/apt/methods;
Dir::Bin::dpkg /usr/bin/dpkg;
Dir::Log var/log/apt;
Dir::Log::Terminal term.log;
DPkg ;
DPkg::Pre-Install-Pkgs ;
DPkg::Pre-Install-Pkgs:: /usr/sbin/dpkg-preconfigure --apt || true;

-- /etc/apt/preferences --

Package: * 
Pin: release a=experimental
Pin-Priority: 101
-- /etc/apt/sources.list --

# deb http://ftp.us.debian.org/debian/ lenny main

deb http://ftp.us.debian.org/debian/ sid main contrib non-free
deb http://www.debian-multimedia.org/ sid main non-free
deb-src http://ftp.us.debian.org/debian/ sid main contrib non-free


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

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

Versions of packages apt depends on:
ii  debian-archive-keyring2009.01.31 GnuPG archive keys of the Debian a
ii  libc6 2.9-13 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.0-6  GCC support library
ii  libstdc++64.4.0-6The GNU Standard C++ Library v3

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc   none (no description available)
ii  aptitude  0.4.11.11-1+b1 terminal-based package manager
ii  bzip2 1.0.5-2high-quality block-sorting file co
ii  dpkg-dev  1.15.2 Debian package development tools
ii  lzma  4.43-14Compression method of 7z format in
pn  python-aptnone (no description available)
ii  synaptic  0.62.6 Graphical package manager

-- no debconf information
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu...
(no debugging symbols found)
(gdb) handle SIG33 pass nostop noprint
SignalStop  Print   Pass to program Description
SIG33 NoNo  Yes Real-time event 33
(gdb) set pagination 0
(gdb) run 

Processed: generates incorrect package with python-support from experimental

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

 # Trying again.
 tag 516304 + pending
Bug#516304: jppy: generates incorrect package with python-support from 
experimental
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#524588: marked as done (pythonmagick_0.7-5+b1(mips/unstable): FTBFS on mips)

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 21:47:21 +
with message-id e1mgk1r-0007p8...@ries.debian.org
and subject line Bug#524588: fixed in pythonmagick 0.9.1-1
has caused the Debian Bug report #524588,
regarding pythonmagick_0.7-5+b1(mips/unstable): FTBFS on mips
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
524588: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524588
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: pythonmagick
Version: 0.7-5+b1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of pythonmagick_0.7-5+b1 on mayr by sbuild/mips 99.999
 Build started at 20090418-0227

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: cdbs, debhelper (= 5), libmagick++9-dev, libtool (= 1.5), 
 libboost-python-dev (= 1.34.1-8), python-support, python-dev (= 2.5), 
 autotools-dev

[...]

 _DrawableFillRule.cpp: In function 'void Export_pyste_src_DrawableFillRule()':
 _DrawableFillRule.cpp:33: error: ISO C++ forbids declaration of 'type name' 
 with no type
 _DrawableFillRule.cpp:33: error: template argument 1 is invalid
 _DrawableFillRule.cpp:34: error: cannot declare pointer to 'void' member
 _DrawableFillRule.cpp:34: error: cannot declare pointer to 'void' member
 _DrawableFillRule.cpp:34: error: expected primary-expression before 'void'
 _DrawableFillRule.cpp:34: error: expected `)' before 'void'
 make[3]: *** [libpymagick_la-_DrawableFillRule.lo] Error 1
 make[3]: Leaving directory `/build/buildd/pythonmagick-0.7/pythonmagick_src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/pythonmagick-0.7'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/pythonmagick-0.7'
 make: *** [debian/stamp-makefile-build] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=mipspkg=pythonmagickver=0.7-5+b1



---End Message---
---BeginMessage---
Source: pythonmagick
Source-Version: 0.9.1-1

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

python-pythonmagick_0.9.1-1_amd64.deb
  to pool/main/p/pythonmagick/python-pythonmagick_0.9.1-1_amd64.deb
pythonmagick_0.9.1-1.diff.gz
  to pool/main/p/pythonmagick/pythonmagick_0.9.1-1.diff.gz
pythonmagick_0.9.1-1.dsc
  to pool/main/p/pythonmagick/pythonmagick_0.9.1-1.dsc
pythonmagick_0.9.1.orig.tar.gz
  to pool/main/p/pythonmagick/pythonmagick_0.9.1.orig.tar.gz



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 524...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian Python Modules Team python-modules-t...@lists.alioth.debian.org 
(supplier of updated pythonmagick package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Jun 2009 21:46:45 +0200
Source: pythonmagick
Binary: python-pythonmagick
Architecture: source amd64
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Description: 
 python-pythonmagick - Object-oriented Python interface to ImageMagick
Closes: 488105 512049 524588
Changes: 
 pythonmagick (0.9.1-1) unstable; urgency=low
 .
   [ Thomas Viehmann ]
   * New upstream release
 - compatible with new imagemagick. Closes: #512049, #524588
 - links against current boost. Closes: #488105
 - Fixes to autofoo:
   - use python?.?-config instead of locate in python detection macro
   - python boost detection
 and reverse upstream's hardcoding of the lib in Makefile.am
 .
   [ Sandro Tosi ]
   * debian/control
 - switch Vcs-Browser field to viewsvn
 .
   [ Carl Fürstenberg ]
   * New upstream release
   * update copyright file
   * updating build-depends
 - change libmagick++9-dev to libmagick++-dev = 6.4
 .
   [ Piotr Ożarowski ]
   * Thomas' patches converted to dpatch (thanks Thomas for your work!)
 - dpatch added to Build-Depends
   * Remove .pyc files in clean rule
Checksums-Sha1: 
 

Bug#512049: marked as done (New upstream release available. Fixes compatibilty with imagemagick in experimental)

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 21:47:21 +
with message-id e1mgk1r-0007p6...@ries.debian.org
and subject line Bug#512049: fixed in pythonmagick 0.9.1-1
has caused the Debian Bug report #512049,
regarding New upstream release available. Fixes compatibilty with imagemagick 
in experimental
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
512049: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512049
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: pythonmagick
Version: 0.7-5
Severity: wishlist
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jaunty

Hi,

The 0.8 version of pythonmagick is out upstream. Importantly this
version will build against the imagemagick in experimental, which
will hit unstable once lenny is released.

There is one issue you may hit when upgrading. The configure
script (from m4/ax_python.m4) tries to use locate to find the path
to the python headers, which fails when updatedb hasn't been run
(in a chroot for example). This can be worked around by passing
CPPFLAGS=-I/usr/include/python2.5 to configure, but is brittle
as it leaves a bare -I in the call, which can swallow another
argument.

Thanks,

James


---End Message---
---BeginMessage---
Source: pythonmagick
Source-Version: 0.9.1-1

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

python-pythonmagick_0.9.1-1_amd64.deb
  to pool/main/p/pythonmagick/python-pythonmagick_0.9.1-1_amd64.deb
pythonmagick_0.9.1-1.diff.gz
  to pool/main/p/pythonmagick/pythonmagick_0.9.1-1.diff.gz
pythonmagick_0.9.1-1.dsc
  to pool/main/p/pythonmagick/pythonmagick_0.9.1-1.dsc
pythonmagick_0.9.1.orig.tar.gz
  to pool/main/p/pythonmagick/pythonmagick_0.9.1.orig.tar.gz



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 512...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian Python Modules Team python-modules-t...@lists.alioth.debian.org 
(supplier of updated pythonmagick package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Jun 2009 21:46:45 +0200
Source: pythonmagick
Binary: python-pythonmagick
Architecture: source amd64
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Description: 
 python-pythonmagick - Object-oriented Python interface to ImageMagick
Closes: 488105 512049 524588
Changes: 
 pythonmagick (0.9.1-1) unstable; urgency=low
 .
   [ Thomas Viehmann ]
   * New upstream release
 - compatible with new imagemagick. Closes: #512049, #524588
 - links against current boost. Closes: #488105
 - Fixes to autofoo:
   - use python?.?-config instead of locate in python detection macro
   - python boost detection
 and reverse upstream's hardcoding of the lib in Makefile.am
 .
   [ Sandro Tosi ]
   * debian/control
 - switch Vcs-Browser field to viewsvn
 .
   [ Carl Fürstenberg ]
   * New upstream release
   * update copyright file
   * updating build-depends
 - change libmagick++9-dev to libmagick++-dev = 6.4
 .
   [ Piotr Ożarowski ]
   * Thomas' patches converted to dpatch (thanks Thomas for your work!)
 - dpatch added to Build-Depends
   * Remove .pyc files in clean rule
Checksums-Sha1: 
 6e9e9677bca401e06a96dfbdb3c250885ec00604 1456 pythonmagick_0.9.1-1.dsc
 d1a07383e55d54c5fbb6b99bdd09d1b877656a03 358909 pythonmagick_0.9.1.orig.tar.gz
 6819d7af2581db22a9c9def39acb98aff65f91aa 4810 pythonmagick_0.9.1-1.diff.gz
 a187aadb94abc85220f4269742e98587dda2b905 612810 
python-pythonmagick_0.9.1-1_amd64.deb
Checksums-Sha256: 
 f52c182affb143a941c7b100d7f82114c0132b76b0f18cbeed29baf88d46125b 1456 
pythonmagick_0.9.1-1.dsc
 5ca3b64b0b86d566f086731a1b80379a628fb70a2a71d8fa7e4f4c2032e6a062 358909 
pythonmagick_0.9.1.orig.tar.gz
 c9812f268c2ef82f29ee36a0f8339fe375a46f44c5a16f3b52bf8392f3bb8e71 4810 
pythonmagick_0.9.1-1.diff.gz
 c911d09a3961f9899333c7b2a03711a0ec99c6891d0324ebda13660742dec8e9 612810 
python-pythonmagick_0.9.1-1_amd64.deb
Files: 
 f71023bf97e024e6dee71af20d60f24c 1456 python extra 

Bug#532065: java-gcj-compat-dev failure to install

2009-06-15 Thread Boyd Stephen Smith Jr.
In 200906081535.31671.dschep...@gmail.com, Daniel Schepler wrote:
The problem is that neither gcj, gcj-jdk, nor java-gcj-compat-dev depends
 on gcj-4.3 anymore.  An apt-get install default-jdk-builddep gcj-4.3
 works fine in a chroot.  So it should be enough just to add gcj-4.3 as a
 dependency of one of those packages.

Stable gcj:
Version: 4:4.3.2-2
Depends:
cpp (= 4:4.3.2-2),
gij (= 4:4.3.2-2),
gcj-4.3 (= 4.3.2-1)

Testing gcj:
Version: 4:4.3.3-5
Depends:
cpp (= 4:4.3.3-5),
gij (= 4:4.3.3-5),
gcj-4.3 (= 4.3.3-2)

Unstable gcj-jdk:
Version: 4:4.3.3-9
Depends:
libgcj-common (= 1:4.4.0-7),
gcj-jre (= 4:4.3.3-9),
java-gcj-compat-dev (= 1.0.80),
gcj-4.3 (= 4.3.3-2)


No matter what flavor you are pulling from gcj+gcj-jdk should Depend on 
gcj-4.3.  So, the quoted diagnosis is surely wrong.  I think instead that 
default-jdk is missing a Depend on gcj-jdk OR java-gcj-compat-dev is missing 
a Depend on gcj-jdk.
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net  ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/



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


Bug#533165: marked as done (FTBFS with current RPM)

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 21:35:52 +
with message-id e1mgjqk-0005xw...@ries.debian.org
and subject line Bug#533165: fixed in dose2 1.4.1-2
has caused the Debian Bug report #533165,
regarding FTBFS with current RPM
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
533165: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533165
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: dose2
Version: 1.4.1-1
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You package fails to build from source with RPM 4.7.0. This new version
slightly changes API and moves to using standard C99 data types instead
of own integer definitions.

As Fedora 11 already ships rpm 4.7, you might be able to find fixes
there. In case you have questions, feel free to ask me, I will try to
help you.

Build log is attached.

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

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

Kernel: Linux 2.6.27.23-0.1-default (SMP w/2 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

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

iEYEARECAAYFAko2HTYACgkQ3DVS6DbnVgT6kgCcCACRhwjoGXnlqdfAd6LflPDm
ZYMAoKIhBozqrJsMPDk3MSgILxDgc+Ip
=CYhT
-END PGP SIGNATURE-
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package dose2
dpkg-buildpackage: source version 1.4.1-1
dpkg-buildpackage: source changed by Ralf Treinen trei...@debian.org
 fakeroot debian/rules clean
test -x debian/rules
dh_clean 
/usr/bin/make  -C . CFLAGS=-g -O2 -g -Wall -O2 CXXFLAGS=-g -O2 -g -Wall -O2 CPPFLAGS= LDFLAGS= -k clean
make[1]: Entering directory `/tmp/rebuild/dose2-1.4.1'
make[1]: *** No rule to make target `clean'.
make[1]: Leaving directory `/tmp/rebuild/dose2-1.4.1'
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-build
rm -f debian/*.doc-base.ocamldoc-apiref
rm -f ocamlinit-stamp debian/libdose2-ocaml-dev.install debian/libdose2-ocaml.install
rm -f debian/configure-stamp
 dpkg-source -b dose2-1.4.1
dpkg-source: info: using source format `1.0'
dpkg-source: info: building dose2 using existing dose2_1.4.1.orig.tar.gz
dpkg-source: info: building dose2 in dose2_1.4.1-1.diff.gz
dpkg-source: info: building dose2 in dose2_1.4.1-1.dsc
 dpkg-genchanges -S ../dose2_1.4.1-1_source.changes
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: source only upload (original source is included)
W: /home/mcihar/.pbuilderrc does not exist
I: using fakeroot in build.
I: Current time: Mon Jun 15 12:03:10 CEST 2009
I: pbuilder-time-stamp: 1245060190
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /dev/pts filesystem
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: Installing the build-deps
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder
 This package was created automatically by pbuilder and should
Depends: cdbs, debhelper (= 7), dh-ocaml, ocaml-nox, camlp4, ocaml-findlib, menhir, librpm-dev, libpcre-ocaml-dev, libcalendar-ocaml-dev, libzip-ocaml-dev, libbz2-ocaml-dev
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in `/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Reading package lists...
Building dependency tree...
Reading state information...
aptitude is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Selecting previously deselected package pbuilder-satisfydepends-dummy.
(Reading database ... 9787 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from .../pbuilder-satisfydepends-dummy.deb) ...
dpkg: dependency problems prevent configuration of pbuilder-satisfydepends-dummy:
 pbuilder-satisfydepends-dummy depends on cdbs; however:
  Package cdbs is not installed.

Bug#527689: marked as done (pythonmagick: FTBFS: _DrawableFillRule.cpp:19: error: expected ',' or '...' before '::' token)

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 21:47:21 +
with message-id e1mgk1r-0007p8...@ries.debian.org
and subject line Bug#524588: fixed in pythonmagick 0.9.1-1
has caused the Debian Bug report #524588,
regarding pythonmagick: FTBFS: _DrawableFillRule.cpp:19: error: expected ',' or 
'...' before '::' token
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
524588: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524588
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: pythonmagick
Version: 0.7-5
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090508 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include 
 -fopenmp -I/usr/include/ImageMagick -g -O2 -g -Wall -O2 
 -DBOOST_PYTHON_DYNAMIC_LIB -c _DrawableFillRule.cpp  -fPIC -DPIC -o 
 .libs/libpymagick_la-_DrawableFillRule.o
 _DrawableFillRule.cpp:19: error: expected ',' or '...' before '::' token
 _DrawableFillRule.cpp:19: error: ISO C++ forbids declaration of 'MagickLib' 
 with no type
 _DrawableFillRule.cpp: In constructor 
 'unnamed::Magick_DrawableFillRule_Wrapper::Magick_DrawableFillRule_Wrapper(PyObject*,
  int)':
 _DrawableFillRule.cpp:20: error: 'p0' was not declared in this scope
 _DrawableFillRule.cpp: In function 'void Export_pyste_src_DrawableFillRule()':
 _DrawableFillRule.cpp:33: error: ISO C++ forbids declaration of 'type name' 
 with no type
 _DrawableFillRule.cpp:33: error: template argument 1 is invalid
 _DrawableFillRule.cpp:34: error: cannot declare pointer to 'void' member
 _DrawableFillRule.cpp:34: error: cannot declare pointer to 'void' member
 _DrawableFillRule.cpp:34: error: expected primary-expression before 'void'
 _DrawableFillRule.cpp:34: error: expected `)' before 'void'
 make[3]: *** [libpymagick_la-_DrawableFillRule.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/05/08/pythonmagick_0.7-5_lsid64.buildlog

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

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

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


---End Message---
---BeginMessage---
Source: pythonmagick
Source-Version: 0.9.1-1

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

python-pythonmagick_0.9.1-1_amd64.deb
  to pool/main/p/pythonmagick/python-pythonmagick_0.9.1-1_amd64.deb
pythonmagick_0.9.1-1.diff.gz
  to pool/main/p/pythonmagick/pythonmagick_0.9.1-1.diff.gz
pythonmagick_0.9.1-1.dsc
  to pool/main/p/pythonmagick/pythonmagick_0.9.1-1.dsc
pythonmagick_0.9.1.orig.tar.gz
  to pool/main/p/pythonmagick/pythonmagick_0.9.1.orig.tar.gz



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 524...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian Python Modules Team python-modules-t...@lists.alioth.debian.org 
(supplier of updated pythonmagick package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Jun 2009 21:46:45 +0200
Source: pythonmagick
Binary: python-pythonmagick
Architecture: source amd64
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Description: 
 python-pythonmagick - Object-oriented Python interface to ImageMagick
Closes: 488105 512049 524588
Changes: 
 pythonmagick (0.9.1-1) unstable; urgency=low
 .
   [ Thomas Viehmann ]
   * New upstream release
 - compatible with new imagemagick. Closes: #512049, #524588
 - links against current boost. Closes: #488105
 - Fixes to autofoo:
   - use python?.?-config instead of locate in python detection macro
  

Bug#533249: evolution: Evolution fetch/get the mail but dont show it

2009-06-15 Thread Paul
Subject: evolution: Evolution fetch/get the mail but dont show it
Package: evolution
Version: 2.26.1.1-2
Justification: renders package unusable
Severity: grave
Description of Problem:
Evolution said that get the mail after press F9 key, but the mail is
not showed in the Inbox or Folder

I confirm using mutt -f the mail is in the mbox file in the
.evolution folder, but is not visualized in graphical interface



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

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

Versions of packages evolution depends on:
ii  dbus 1.2.12-1simple interprocess messaging syst
ii  debconf [deb 1.5.26  Debian configuration management sy
ii  evolution-co 2.26.1.1-2  architecture independent files for
ii  evolution-da 2.26.1.1-2  evolution database backend server
ii  gconf2   2.26.2-1GNOME configuration database syste
ii  gnome-icon-t 2.26.0-1GNOME Desktop icon theme
ii  libart-2.0-2 2.3.20-2Library of functions for 2D graphi
ii  libatk1.0-0  1.26.0-1The ATK accessibility toolkit
ii  libbluetooth 3.36-1  Library to use the BlueZ Linux Blu
ii  libbonobo2-0 2.24.1-1Bonobo CORBA interfaces library
ii  libbonoboui2 2.24.1-1The Bonobo UI library
ii  libc62.9-12  GNU C Library: Shared libraries
ii  libcairo21.8.6-2+b1  The Cairo 2D vector graphics libra
ii  libcamel1.2- 2.26.1.1-2  The Evolution MIME message handlin
ii  libdbus-1-3  1.2.12-1simple interprocess messaging syst
ii  libdbus-glib 0.80-4  simple interprocess messaging syst
ii  libebackend1 2.26.1.1-2  Utility library for evolution data
ii  libebook1.2- 2.26.1.1-2  Client library for evolution addre
ii  libecal1.2-7 2.26.1.1-2  Client library for evolution calen
ii  libedataserv 2.26.1.1-2  Utility library for evolution data
ii  libedataserv 2.26.1.1-2  GUI utility library for evolution
ii  libegroupwis 2.26.1.1-2  Client library for accessing group
ii  libenchant1c 1.4.2-3.3   a wrapper library for various spel
ii  libexchange- 2.26.1.1-2  Client library for accessing Excha
ii  libfontconfi 2.6.0-3 generic font configuration library
ii  libfreetype6 2.3.9-4.1   FreeType 2 font engine, shared lib
ii  libgconf2-4  2.26.2-1GNOME configuration database syste
ii  libgdata-goo 2.26.1.1-2  Client library for accessing Googl
ii  libgdata1.2- 2.26.1.1-2  Client library for accessing Googl
ii  libglade2-0  1:2.6.4-1   library to load .glade files at ru
ii  libglib2.0-0 2.20.1-2The GLib library of C routines
ii  libgnome-pil 2.0.15-2.4  Support libraries for gnome-pilot
ii  libgnome2-0  2.26.0-1The GNOME library - runtime files
ii  libgnomecanv 2.26.0-1A powerful object-oriented display
ii  libgnomeui-0 2.24.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2 1:2.24.1-1  GNOME Virtual File System (runtime
ii  libgtk2.0-0  2.16.1-2The GTK+ graphical user interface
ii  libgtkhtml-e 3.26.2-1HTML rendering/editing library - e
ii  libgtkhtml3. 3.26.2-1HTML rendering/editing library - r
ii  libgweather1 2.26.1-1GWeather shared library
ii  libhal1  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  libical0 0.43-2  iCalendar library implementation i
ii  libice6  2:1.0.5-1   X11 Inter-Client Exchange library
ii  libldap-2.4- 2.4.11-1OpenLDAP libraries
ii  libnotify1 [ 0.4.5-1 sends desktop notifications to a n
ii  libnspr4-0d  4.7.4-3 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.3-1Network Security Service libraries
ii  liborbit21:2.14.17-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0- 1.24.0-3+b1 Layout and rendering of internatio
ii  libpisock9   0.12.3-11   library for communicating with a P
ii  libpisync1   0.12.3-11   synchronization library for PalmOS
ii  libpopt0 1.14-4  lib for parsing cmdline parameters
ii  libsm6   2:1.1.0-2   X11 Session Management library
ii  libsoup2.4-1 2.26.2-1an HTTP library 

Bug#533247: Odd fix

2009-06-15 Thread Daniel Moerner
severity 533247 normal
reassign 533247 aptitude
thanks

Odd, shows what I get for always using aptitude. This was fixed by
doing the following in this exact order:

aptitude update - segfault
apt-get update - an error about a malformed distribution file on
debian-multimedia, which I unfortunately did not save.
aptitude update - no error

Now it's fixed. Something about the way aptitude update was running
triggered the segfault, something about apt-get update did not.

I'm downgrading this and reassigning to aptitude, this seems like it
will be almost impossible to reproduce so feel free to close if you
think that's appropriate, it is my fault for not saving the exact
error on apt-get update.

Daniel

-- 
Daniel Moerner dmoer...@gmail.com



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



Processed: Odd fix

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

 severity 533247 normal
Bug#533247: Segmentation Fault on all attempts to access apt database
Severity set to `normal' from `grave'

 reassign 533247 aptitude
Bug#533247: Segmentation Fault on all attempts to access apt database
Bug reassigned from package `apt' to `aptitude'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#521751: marked as done (kawari8: update Build-Depends to stlport5.2)

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 21:36:54 +
with message-id e1mgjrk-00066y...@ries.debian.org
and subject line Bug#521751: fixed in kawari8 8.2.8-2
has caused the Debian Bug report #521751,
regarding kawari8: update Build-Depends to stlport5.2
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
521751: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521751
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kawari8
Version: 8.2.8-1
Severity: normal
Tags: patch
Usertags: stlport

Hi,

please change the Build-Depends to libstlport5.2-dev because
libstlport5.1-dev might get removed from Debian in the future. A patch
is attached.

Cheers,
Torsten
diff -u kawari8-8.2.8/debian/changelog kawari8-8.2.8/debian/changelog
--- kawari8-8.2.8/debian/changelog
+++ kawari8-8.2.8/debian/changelog
@@ -1,3 +1,10 @@
+kawari8 (8.2.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Change Build-Depends: libstlport5.2-dev.
+
+ -- Torsten Werner twer...@debian.org  Sun, 29 Mar 2009 22:55:57 +0200
+
 kawari8 (8.2.8-1) unstable; urgency=low
 
   * New upstream release
diff -u kawari8-8.2.8/debian/control kawari8-8.2.8/debian/control
--- kawari8-8.2.8/debian/control
+++ kawari8-8.2.8/debian/control
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Ying-Chun Liu (PaulLiu) grandp...@gmail.com
-Build-Depends: cdbs (= 0.4.48), debhelper (= 5), python-dev, libstlport5.1-dev (= 5.1.5), docbook-to-man, unzip
+Build-Depends: cdbs (= 0.4.48), debhelper (= 5), python-dev, libstlport5.2-dev, docbook-to-man, unzip
 Standards-Version: 3.7.3
 Homepage: http://kawari.sourceforge.net/
 XS-Python-Version: current
---End Message---
---BeginMessage---
Source: kawari8
Source-Version: 8.2.8-2

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

kawari8_8.2.8-2.diff.gz
  to pool/main/k/kawari8/kawari8_8.2.8-2.diff.gz
kawari8_8.2.8-2.dsc
  to pool/main/k/kawari8/kawari8_8.2.8-2.dsc
kawari8_8.2.8-2_amd64.deb
  to pool/main/k/kawari8/kawari8_8.2.8-2_amd64.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 521...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ying-Chun Liu (PaulLiu) grandp...@gmail.com (supplier of updated kawari8 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 May 2009 13:59:07 +0800
Source: kawari8
Binary: kawari8
Architecture: source amd64
Version: 8.2.8-2
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) grandp...@gmail.com
Changed-By: Ying-Chun Liu (PaulLiu) grandp...@gmail.com
Description: 
 kawari8- Pseudo AI Shiori module used to create ghosts for Ukagaka
Closes: 521751
Changes: 
 kawari8 (8.2.8-2) unstable; urgency=low
 .
   * Build depends on stlport5.2. (Closes: #521751)
   * Bump Standards-Version to 3.8.1 - Nothing need to be changed.
Checksums-Sha1: 
 162c6bba5847df5897a71dff9e8ec19a34bac543 1093 kawari8_8.2.8-2.dsc
 529e8de5ac783a90814a048bda0b7f2c7262eef7 7752 kawari8_8.2.8-2.diff.gz
 04b2a8bc277f4681991769d4aea074ae0ad2 864820 kawari8_8.2.8-2_amd64.deb
Checksums-Sha256: 
 2e7cc0169e5faa216825d2a32981e4e09cbbd41a2143f278cbdb2674a5b0c229 1093 
kawari8_8.2.8-2.dsc
 23694480015f1b6b2992bbc807d232b0736a4dbbccb24479341eda66e74b5b30 7752 
kawari8_8.2.8-2.diff.gz
 fe6bb50a257c91c3764849a4221006dac0ee2a40eb1e24ade1426e32a6cd1538 864820 
kawari8_8.2.8-2_amd64.deb
Files: 
 29e04ca110df1a84a8eed6f2a66a62ca 1093 games optional kawari8_8.2.8-2.dsc
 3766c2fcd29e43ca1986de80f184ef7b 7752 games optional kawari8_8.2.8-2.diff.gz
 4ca6172f8cc6f89f3968cab90ffb8a72 864820 games optional 
kawari8_8.2.8-2_amd64.deb

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

iEYEARECAAYFAko2r6gACgkQfY3dicTPjsPsegCcCkkpcMXnnn6y3bOT6gGhWwdd
NnAAn1XZaYF47RNRr7B/ghVmP+oUHBJD
=U0F/
-END PGP SIGNATURE-


---End Message---


Bug#533257: debian-policy: FTBFS: Missing Build-Depends

2009-06-15 Thread Daniel Schepler
Package: debian-policy
Version: 3.8.1.0
Severity: serious

From my pbuilder build log:

...
LANG=C debiandoc2text perl-policy.sgml
gzip -cf9 perl-policy.txt  perl-policy.txt.gz
LANG=C debiandoc2latexps policy.sgml
debiandoc2latexps: one or more used LaTeX typesetting styles not found
debiandoc2latexps: please install the package 'texlive-latex-extra'
make[1]: *** [policy.ps] Error 2
rm menu-policy.html/index.html perl-policy.html/index.html 
mime-policy.html/index.html menu-policy.txt perl-policy.txt mime-policy.txt
make[1]: Leaving directory `/tmp/buildd/debian-policy-3.8.1.0'
make: *** [stamp-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler




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



Bug#533259: libx86: FTBFS on amd64: dereferencing pointer to incomplete type

2009-06-15 Thread Daniel Schepler
Package: libx86
Version: 1.1+ds1-3
Severity: serious

From my pbuilder build log:

...
make LIBRARY=static static  
make[3]: Entering directory `/tmp/buildd/libx86-1.1+ds1'
cc -g -O2   -c -o thunk.o thunk.c   
In file included from thunk.c:25:   
lrmi.h:105:2: warning: #warning LRMI is not supported on your system!
thunk.c: In function 'LRMI_init':  
thunk.c:150: warning: initialization from incompatible pointer type
thunk.c:154: warning: initialization from incompatible pointer type
thunk.c:168: warning: cast from pointer to integer of different size   
thunk.c: In function 'real_call':  
thunk.c:184: error: dereferencing pointer to incomplete type   
thunk.c:185: error: dereferencing pointer to incomplete type   
thunk.c:186: error: dereferencing pointer to incomplete type   
...
make[3]: *** [thunk.o] Error 1
make[3]: Leaving directory `/tmp/buildd/libx86-1.1+ds1'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/tmp/buildd/libx86-1.1+ds1'
dh_auto_build: make returned exit code 2
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory `/tmp/buildd/libx86-1.1+ds1'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler




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



Bug#526173: marked as done (clamav-milter: initscript fails to start, options are deprecated)

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 23:17:13 +
with message-id e1mglqp-0007bb...@ries.debian.org
and subject line Bug#526123: fixed in clamav 0.95.2+dfsg-1
has caused the Debian Bug report #526123,
regarding clamav-milter: initscript fails to start, options are deprecated
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
526123: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526123
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: clamav-milter
Version: 0.95.1+dfsg-0volatile2
Severity: grave
Justification: renders package unusable

New rewrite of clamav-milter fails to hurl, instead of starting, dry heaves.

First all previous command-line options seem to have mysteriously
disappeared and no documentation about where they went, or what they
should be replaced by in the config file. Pretty much any command-line
option causes milter to not start.

Second, initscript uses command-line options, so milter will not start
without editing initscript to deal with --pidfile $PIDFILE $SOCKET in
two locations.

micah

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

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


---End Message---
---BeginMessage---
Source: clamav
Source-Version: 0.95.2+dfsg-1

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

clamav-base_0.95.2+dfsg-1_all.deb
  to pool/main/c/clamav/clamav-base_0.95.2+dfsg-1_all.deb
clamav-daemon_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-daemon_0.95.2+dfsg-1_amd64.deb
clamav-dbg_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-dbg_0.95.2+dfsg-1_amd64.deb
clamav-docs_0.95.2+dfsg-1_all.deb
  to pool/main/c/clamav/clamav-docs_0.95.2+dfsg-1_all.deb
clamav-freshclam_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-freshclam_0.95.2+dfsg-1_amd64.deb
clamav-milter_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-milter_0.95.2+dfsg-1_amd64.deb
clamav-testfiles_0.95.2+dfsg-1_all.deb
  to pool/main/c/clamav/clamav-testfiles_0.95.2+dfsg-1_all.deb
clamav_0.95.2+dfsg-1.diff.gz
  to pool/main/c/clamav/clamav_0.95.2+dfsg-1.diff.gz
clamav_0.95.2+dfsg-1.dsc
  to pool/main/c/clamav/clamav_0.95.2+dfsg-1.dsc
clamav_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav_0.95.2+dfsg-1_amd64.deb
clamav_0.95.2+dfsg.orig.tar.gz
  to pool/main/c/clamav/clamav_0.95.2+dfsg.orig.tar.gz
libclamav-dev_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/libclamav-dev_0.95.2+dfsg-1_amd64.deb
libclamav6_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/libclamav6_0.95.2+dfsg-1_amd64.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 526...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stephen Gran sg...@debian.org (supplier of updated clamav package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 12 Jun 2009 21:42:59 +0100
Source: clamav
Binary: clamav-base clamav-docs clamav-dbg clamav libclamav-dev libclamav6 
clamav-daemon clamav-testfiles clamav-freshclam clamav-milter
Architecture: source all amd64
Version: 0.95.2+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: ClamAV Team pkg-clamav-de...@lists.alioth.debian.org
Changed-By: Stephen Gran sg...@debian.org
Description: 
 clamav - anti-virus utility for Unix - command-line interface
 clamav-base - anti-virus utility for Unix - base package
 clamav-daemon - anti-virus utility for Unix - scanner daemon
 clamav-dbg - debug symbols for ClamAV
 clamav-docs - anti-virus utility for Unix - documentation
 clamav-freshclam - anti-virus utility for Unix - virus database update utility
 clamav-milter - anti-virus utility for Unix - sendmail integration
 clamav-testfiles - anti-virus utility for Unix - test files
 libclamav-dev - anti-virus utility for Unix - development files
 libclamav6 - anti-virus utility for Unix - library
Closes: 522106 523573 524356 525044 525084 525483 526024 526123 526644 526727 
526730 526745 527320 527903
Changes: 
 clamav (0.95.2+dfsg-1) unstable; 

Bug#525483: marked as done (clamav in lenny segfaults after freshclam update)

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 23:17:12 +
with message-id e1mglqo-0007b7...@ries.debian.org
and subject line Bug#525483: fixed in clamav 0.95.2+dfsg-1
has caused the Debian Bug report #525483,
regarding clamav in lenny segfaults after freshclam update
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
525483: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525483
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: clamav-daemon
Version: 0.94.dfsg.2-1lenny2
Severity: grave

Marked as grave severity because this bug causes the host in question
to stop delivering most email, and it is extremely reproducible (more
than once per day, in some cases.)

Freshclam periodically checks for updated definitions and places them
in /var/lib/clamav.  The clamav daemon detects the new/changed files,
and reloads itself.  After a recent update with no configuration
changes, our mail host has been experiencing regular (several times a
week) failures where the clamd process segfaults.  This is always
preceded by an update from freshclam.

The host in question is fully up-to-date with lenny/stable, and
running kernel 2.6.26-2-686.

Sample log entries:

Apr 24 06:38:31 terminator clamd[2559]: SelfCheck: Database
modification detected. Forcing reload.
Apr 24 06:38:31 terminator clamd[2559]: Reading databases from /var/lib/clamav
Apr 24 06:38:32 terminator kernel: [175278.446368] clamd[24546]:
segfault at 6e754a2a ip 4b9717e2 sp b6b51280 error 4 in
libc-2.7.so[4b901000+155000]

syslog.2.gz:Apr 21 12:31:18 terminator kernel: [ 7719.269164]
clamd[11059]: segfault at 4 ip 48a25044 sp b7b272a0 error 4 in
libclamav.so.5.0.4[48a1a000+a3000]
syslog.2.gz:Apr 21 13:15:06 terminator last message repeated 2 times

syslog.2.gz:Apr 21 23:58:52 terminator clamd[19217]: SelfCheck:
Database modification detected. Forcing reload.
syslog.2.gz:Apr 21 23:58:52 terminator clamd[19217]: Reading databases
from /var/lib/clamav
syslog.2.gz:Apr 21 23:58:53 terminator kernel: [51129.427615]
clamd[19633]: segfault at 4 ip 48a25044 sp b735c2a0 error 4 in
libclamav.so.5.0.4[48a1a000+a3000]

syslog.3.gz:Apr 21 04:53:08 terminator clamd[13762]: SelfCheck:
Database modification detected. Forcing reload.
syslog.3.gz:Apr 21 04:53:08 terminator clamd[13762]: Reading databases
from /var/lib/clamav
syslog.3.gz:Apr 21 04:53:08 terminator kernel: [323277.490836]
clamd[15458]: segfault at 4 ip 48a25044 sp b5eff2a0 error 4 in
libclamav.so.5.0.4[48a1a000+a3000]

syslog.4.gz:Apr 20 05:18:05 terminator clamd[2555]: SelfCheck:
Database modification detected. Forcing reload.
syslog.4.gz:Apr 20 05:18:05 terminator clamd[2555]: Reading databases
from /var/lib/clamav
syslog.4.gz:Apr 20 05:18:06 terminator kernel: [233251.870236]
clamd[32635]: segfault at 7c ip b7f41044 sp b59ff2a0 error 4 in
libclamav.so.5.0.4[b7f36000+a3000]


---End Message---
---BeginMessage---
Source: clamav
Source-Version: 0.95.2+dfsg-1

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

clamav-base_0.95.2+dfsg-1_all.deb
  to pool/main/c/clamav/clamav-base_0.95.2+dfsg-1_all.deb
clamav-daemon_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-daemon_0.95.2+dfsg-1_amd64.deb
clamav-dbg_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-dbg_0.95.2+dfsg-1_amd64.deb
clamav-docs_0.95.2+dfsg-1_all.deb
  to pool/main/c/clamav/clamav-docs_0.95.2+dfsg-1_all.deb
clamav-freshclam_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-freshclam_0.95.2+dfsg-1_amd64.deb
clamav-milter_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-milter_0.95.2+dfsg-1_amd64.deb
clamav-testfiles_0.95.2+dfsg-1_all.deb
  to pool/main/c/clamav/clamav-testfiles_0.95.2+dfsg-1_all.deb
clamav_0.95.2+dfsg-1.diff.gz
  to pool/main/c/clamav/clamav_0.95.2+dfsg-1.diff.gz
clamav_0.95.2+dfsg-1.dsc
  to pool/main/c/clamav/clamav_0.95.2+dfsg-1.dsc
clamav_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav_0.95.2+dfsg-1_amd64.deb
clamav_0.95.2+dfsg.orig.tar.gz
  to pool/main/c/clamav/clamav_0.95.2+dfsg.orig.tar.gz
libclamav-dev_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/libclamav-dev_0.95.2+dfsg-1_amd64.deb
libclamav6_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/libclamav6_0.95.2+dfsg-1_amd64.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 525...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.

Bug#526123: marked as done (clamav-milter's startup script is broken in 0.95.1+dfsg-0volatile2 from volatile)

2009-06-15 Thread Debian Bug Tracking System

Your message dated Mon, 15 Jun 2009 23:17:13 +
with message-id e1mglqp-0007bb...@ries.debian.org
and subject line Bug#526123: fixed in clamav 0.95.2+dfsg-1
has caused the Debian Bug report #526123,
regarding clamav-milter's startup script is broken in 0.95.1+dfsg-0volatile2 
from volatile
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
526123: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526123
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: clamav-milter
Version: 0.95.1+dfsg-0volatile2
Severity: important


Hi,

I'd just upgraded some clamav-milter installations to the most recent
version from volatile. The startup script shipped with clamav-milter
is broken:

=]SNIP[=
Setting up clamav-milter (0.95.1+dfsg-0volatile2) ...
Starting Sendmail milter plugin for ClamAV: 
clamav-milter/usr/sbin/clamav-milter: unrecognized option `--pidfile'
ERROR: Unknown option passed
ERROR: Can't parse command line options
 failed!
=]SNIP[=

All the command line options used in previous version are now in /etc/clamav/cla
mav-milter.conf, they must not supplied on command line any more.


Regards,
Thomas Liske

-- Package-specific info:
--- configuration ---
ClamAV engine version: 0.95.1
Checking configuration files in /etc/clamav

Config file: clamd.conf
---
LogFile = /var/log/clamav/clamav.log
LogFileUnlock disabled
LogFileMaxSize disabled
LogTime = yes
LogClean disabled
LogSyslog = yes
LogFacility = LOG_LOCAL6
LogVerbose disabled
PidFile = /var/run/clamav/clamd.pid
TemporaryDirectory = /tmp
DatabaseDirectory = /var/lib/clamav
LocalSocket = /var/run/clamav/clamd.ctl
FixStaleSocket = yes
TCPSocket disabled
TCPAddr disabled
MaxConnectionQueueLength = 15
StreamMaxLength = 10485760
StreamMinPort = 1024
StreamMaxPort = 2048
MaxThreads = 12
ReadTimeout = 180
CommandReadTimeout = 5
SendBufTimeout = 500
MaxQueue = 100
IdleTimeout = 30
ExcludePath disabled
MaxDirectoryRecursion = 15
FollowDirectorySymlinks disabled
FollowFileSymlinks disabled
SelfCheck = 3600
VirusEvent disabled
ExitOnOOM disabled
Foreground disabled
Debug disabled
LeaveTemporaryFiles disabled
User = clamav
AllowSupplementaryGroups = yes
DetectPUA disabled
ExcludePUA disabled
IncludePUA disabled
AlgorithmicDetection = yes
ScanPE = yes
ScanELF = yes
DetectBrokenExecutables disabled
ScanMail = yes
MailFollowURLs disabled
ScanPartialMessages disabled
PhishingSignatures = yes
PhishingScanURLs = yes
PhishingAlwaysBlockCloak disabled
PhishingAlwaysBlockSSLMismatch disabled
HeuristicScanPrecedence disabled
StructuredDataDetection disabled
StructuredMinCreditCardCount = 3
StructuredMinSSNCount = 3
StructuredSSNFormatNormal = yes
StructuredSSNFormatStripped disabled
ScanHTML = yes
ScanOLE2 = yes
ScanPDF = yes
ScanArchive = yes
ArchiveBlockEncrypted disabled
MaxScanSize = 104857600
MaxFileSize = 10485760
MaxRecursion = 8
MaxFiles = 1000
ClamukoScanOnAccess disabled
ClamukoScanOnOpen disabled
ClamukoScanOnClose disabled
ClamukoScanOnExec disabled
ClamukoIncludePath disabled
ClamukoExcludePath disabled
ClamukoMaxFileSize = 5242880
DevACOnly disabled
DevACDepth disabled
*** ArchiveLimitMemoryUsage is DEPRECATED ***

Config file: freshclam.conf
---
LogFileMaxSize disabled
LogTime disabled
LogSyslog disabled
LogFacility = LOG_LOCAL6
LogVerbose disabled
PidFile = /var/run/clamav/freshclam.pid
DatabaseDirectory = /var/lib/clamav/
Foreground disabled
Debug disabled
AllowSupplementaryGroups disabled
UpdateLogFile = /var/log/clamav/freshclam.log
DatabaseOwner = clamav
Checks = 24
DNSDatabaseInfo = current.cvd.clamav.net
DatabaseMirror = db.local.clamav.net, database.clamav.net
MaxAttempts = 5
ScriptedUpdates = yes
CompressLocalDatabase disabled
HTTPProxyServer disabled
HTTPProxyPort disabled
HTTPProxyUsername disabled
HTTPProxyPassword disabled
HTTPUserAgent disabled
NotifyClamd = /etc/clamav/clamd.conf
OnUpdateExecute disabled
OnErrorExecute disabled
OnOutdatedExecute disabled
LocalIPAddress disabled
ConnectTimeout = 30
ReceiveTimeout = 30
SubmitDetectionStats disabled
DetectionStatsCountry disabled
SafeBrowsing disabled

Config file: clamav-milter.conf
---
LogFile disabled
LogFileUnlock disabled
LogFileMaxSize = 1048576
LogTime disabled
LogSyslog = yes
LogFacility = LOG_LOCAL6
LogVerbose disabled
PidFile = /var/run/clamav/clamav-milter.pid
TemporaryDirectory = /tmp
FixStaleSocket = yes
MaxThreads = 10
ReadTimeout = 180
Foreground disabled
User = clamav

Bug#533141: Current netatalk fails to build from source

2009-06-15 Thread Itai Seggev
On Mon, Jun 15, 2009 at 09:53:46AM +0200, Jonas Smedegaard wrote:
 Hi Itai,
 
 On Mon, Jun 15, 2009 at 02:10:20AM -0500, Itai Seggev wrote:
 Okay, perhaps I am cluless or there's something seriously wrong with my 
 system, but this has never failed me in the past.  I am try to rebuild 
 the package from source to enable openSSL.
 
 Going through the following 
 
 apt-get source netatalk 
 cd netatalk-2.0.4~rc2
 dpkg-buildpackage  (with or without DEB_BUILD_OPTIONS=openssl)
 
 will die with the following below.  
 
 Do you have all build-dependencies installed?  Especially libltdl3-dev?

An apt-get build-dep netatalk didn't pull anything.  Just to be safe, I did an
apt-get install libltdl3-dev.  This resulted in the instalation of that package
and the removal of a libltdl-dev package (I don't know if this is a feature or
a bug).  However, this did not result in any change in my experience.  

 I recommend using the wrapper debuild instead of dpkg-buildpackage 
 directly. It is found in the Debian package devscripts.

I tried that.  Same results. 

Any other suggestions?

--
Itai

Itai Seggev, Knox College, Mathematics Department 

In 1997 a group of programmers started writing a desktop environment to fix a
travesty they didn't create.  Their program promptly found its way onto un*x
systems everywhere. Today, still opposed by a software monopolist, they survive
as soldiers of fortune.  If you share their vision, if you know you can help,
and if you can connect to internet, maybe you can join... the K-Team.



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



Bug#523715: marked as done (wise: Please update build dep for libglib1.2)

2009-06-15 Thread Debian Bug Tracking System

Your message dated Tue, 16 Jun 2009 05:02:18 +
with message-id e1mgqom-00030r...@ries.debian.org
and subject line Bug#523715: fixed in wise 2.4.1-7
has caused the Debian Bug report #523715,
regarding wise: Please update build dep for libglib1.2
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


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

Package: wise
Version: 2.4.1-6
Severity: important

Hi,

Now that Gtk1.2 is removed we are also looking to remove glib1.2 from
the archive.

Please port wise to utilize libglib2.0.

Thank you,

Barry deFreese
Debian QA





---End Message---
---BeginMessage---
Source: wise
Source-Version: 2.4.1-7

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

wise-doc_2.4.1-7_all.deb
  to pool/main/w/wise/wise-doc_2.4.1-7_all.deb
wise_2.4.1-7.diff.gz
  to pool/main/w/wise/wise_2.4.1-7.diff.gz
wise_2.4.1-7.dsc
  to pool/main/w/wise/wise_2.4.1-7.dsc
wise_2.4.1-7_powerpc.deb
  to pool/main/w/wise/wise_2.4.1-7_powerpc.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 523...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Charles Plessy ple...@debian.org (supplier of updated wise package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Jun 2009 20:49:27 +0900
Source: wise
Binary: wise wise-doc
Architecture: source all powerpc
Version: 2.4.1-7
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Charles Plessy ple...@debian.org
Description: 
 wise   - comparison of biopolymers, commonly DNA and protein sequences
 wise-doc   - documentation for the wise package
Closes: 523715
Changes: 
 wise (2.4.1-7) unstable; urgency=low
 .
   [ Steffen Moeller ]
   * Now builds with glib-2. (Closes: #523715). Special thank to Barry deFreese.
   * Updated policy to 3.8.1 (no changes required).
   * fixed api-API lintian warning.
 .
   [ Charles Plessy ]
   * debian/control:
 - Added myself to the Uploaders.
 - Added ${misc:Depends} to the package dependencies.
 - Using Debhelper 7 (also debian/compat).
 - Eliminated redundancy between the long descriptions of wise and wise-doc.
   * Replaced ‘dh_clean -k’ by ‘dh_prep’ in debian/rules.
Checksums-Sha1: 
 602e7c8f4490f0a59e70c0e8402570053201ee2b 1411 wise_2.4.1-7.dsc
 af1c9ce56298af6d52be3da80a862b9ab5ea2758 12098 wise_2.4.1-7.diff.gz
 edbba83dcb515e81a23bc880e9b122c31591b4bd 723348 wise-doc_2.4.1-7_all.deb
 f06e67cd3efdbb5a21f9b2493ea506cb694311f9 4615874 wise_2.4.1-7_powerpc.deb
Checksums-Sha256: 
 fdd3b210204ee30792f9dce0961536b1950bae2f831062505f672c3f988142b1 1411 
wise_2.4.1-7.dsc
 20d4f24dde3a4510aa175c9a6fe72c0a4eb7c9163a1da71132cd3b56d8545de5 12098 
wise_2.4.1-7.diff.gz
 5fba460cc92a3b29503bfbd0aa285f41520b350198ef7f882323f9679dc739b6 723348 
wise-doc_2.4.1-7_all.deb
 9d8724916680c6d444a62729afca777e2f40ef38d6aff61efd727bfb97b06789 4615874 
wise_2.4.1-7_powerpc.deb
Files: 
 d9617dfafe3254de4f2c9e156c0c1693 1411 science optional wise_2.4.1-7.dsc
 a5d7315fd3695cac1d293b32d34c5f39 12098 science optional wise_2.4.1-7.diff.gz
 94e5544c112c8cc6b2da3868f34cf5fe 723348 doc optional wise-doc_2.4.1-7_all.deb
 ae3d9691acd093b9e43f0c8d914604e6 4615874 science optional 
wise_2.4.1-7_powerpc.deb

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

iEYEARECAAYFAko3I3EACgkQdYl1krr+x/LM2ACfZN2B3lpJLPs4pSo0HKnfZY4i
7tgAoIA9Kd7gKMqczSGlItOKDBlUpWCR
=oSGG
-END PGP SIGNATURE-


---End Message---


Bug#532656: octave3.2_3.2.0-1(mips/unstable): FTBFS on mips. Segfault in regression test.

2009-06-15 Thread Rafael Laboissiere
* Rafael Laboissiere raf...@debian.org [2009-06-15 21:55]:

 * John W. Eaton j...@jweaton.org [2009-06-15 13:25]:
 
  On 15-Jun-2009, Rafael Laboissiere wrote:
  
  | Anyway, it is funny to see how long this bug lived in the code and was
  | just awakened by the crappy mips/mipsel architecture...
  
  Also strange that it didn't show up until now, even on mips.  Maybe a
  compiler change?
 
 Probably.
 
 Anyway, these differences on floating point representation/manipulation
 among the architectures make me kinda nervous.

I am wondering whether we could add a regression test like the following
to data.cc (or wherever):

/*
%!test
%! format short
%! for r = [0, Inf -Inf, NaN]
%! for i = [0, Inf -Inf, NaN]
%! complex (r, i)
%! endfor
%! endfor
*/

Yes, the 'complex (r, i)' would lack the semicolon, just to exercise the
code in pr-output.cc.
 
-- 
Rafael



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