Bug#521526: gtk+1.2: FTBFS: No dependency information found for libgdk-1.2.so.0

2009-03-27 Thread Daniel Schepler
Package: gtk+1.2
Version: 1.2.10-18.1
Severity: serious

From my pbuilder build log:

...
dh_fixperms -a
dh_makeshlibs -plibgtk1.2 -V "libgtk1.2 (>= 1.2.10-4)" -
l/tmp/buildd/gtk+1.2-1.2.10/gdk/.libs:/tmp/buildd/gtk+1.2-1.2.10/gtk/.libs
Unknown option: l
Unknown option: /
Unknown option: t
dh_makeshlibs: warning: unknown options will be a fatal error in a future 
debhelper release
dh_installdeb -a
dh_shlibdeps -a
dpkg-shlibdeps: warning: dependency on libdl.so.2 could be avoided if 
"debian/libgtk1.2/usr/lib/libgtk-1.2.so.0.9.1 
debian/libgtk1.2/usr/lib/libgdk-1.2.so.0.9.1" were not 
uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: failure: no dependency information found for 
debian/libgtk1.2/usr/lib/libgdk-1.2.so.0 
(used by debian/libgtk1.2-dbg/usr/lib/debug/libgtk-1.2.so.0.9.1).
dh_shlibdeps: dpkg-shlibdeps returned exit code 2
make: *** [binary-arch] Error 1
dpkg-buildpackage: failure: fakeroot debian/rules binary 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#521525: python-numpy: FTBFS: Fails to install f2py wrapper

2009-03-27 Thread Daniel Schepler
Package: python-numpy
Version: 1:1.2.1-1
Severity: serious

From my pbuilder build log:

...
: # Adding links to manpages
mkdir -p debian/python-numpy/usr/share/man/man1
for v in 2.5 2.4; do \
  ln -sf f2py.1 debian/python-numpy/usr/share/man/man1/f2py$v.1; \
  ln -sf f2py.1 debian/python-numpy/usr/share/man/man1/f2py$v-dbg.1; \
done
: # Add unversioned numpy script
mv /tmp/buildd/python-numpy-1.2.1/debian/tmp//usr/bin/f2py /tmp/buildd/python-
numpy-1.2.1/debian/tmp//usr/bin/f2py2.5
mv: cannot stat `/tmp/buildd/python-numpy-1.2.1/debian/tmp//usr/bin/f2py': No 
such file or directory
make: *** [install/python-numpy] Error 1
dpkg-buildpackage: failure: fakeroot debian/rules binary 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#515286: Depends on GTK 1.2 and GLIB 1.2

2009-03-27 Thread Barry deFreese

Hi,

It seems that the new 0.15 upstream uses GTK2.  I have packaged up the 
new upstream and put it here:

http://people.debian.org/~bdefreese/gentoo/

Hope you can use it.  I know you have RFA'd the package but if you could 
get this uploaded it would be nice as we try to remove GTK1.2.  If not, 
could we orphan the package and QA upload it?


Thanks,

Barry deFreese
Debian QA



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



Processed: tagging 516184

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

> tags 516184 pending
Bug#516184: tex-guy: Gtk1.2 about to be removed from Debian
Tags were: sid squeeze
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#521517: Buffer Overflow Vulnerabilities

2009-03-27 Thread Michael Schlechtinger
Package: sun-java6-jre
Version: 6-12-1
Severity: critical
Tags: security

There are critical security vulnerabilities in the java runtime
environment by sun. See the following pages for details:
http://sunsolve.sun.com/search/document.do?assetkey=1-66-254570-1
http://sunsolve.sun.com/search/document.do?assetkey=1-66-254571-1




Heute schon ge"freeMail"t?
Jetzt kostenlose E-Mail-Adresse
sichern!
http://email.freenet.de/dienste/emailoffice/produktuebersicht/basic/mail/index.html?pid=6831




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



Bug#520478: marked as done (libsqlite3-dev: /usr/lib/libsqlite3.la declares unneeded dependency on -licui18n)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Sat, 28 Mar 2009 01:02:07 +
with message-id 
and subject line Bug#520478: fixed in sqlite3 3.6.11-3
has caused the Debian Bug report #520478,
regarding libsqlite3-dev: /usr/lib/libsqlite3.la declares unneeded dependency 
on -licui18n
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.)


-- 
520478: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520478
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libsqlite3-dev
Version: 3.6.11-1
Severity: important

Starting from this version, the libtool generated /usr/lib/libsqlite.la
declares a dependency on -licui18n

This dependency is not needed, as correctly declared by the pkg-config file.
Having it there causes unrelated packages to FTBFS, as this package is not
declaring a
Depends: libicu-dev

Please either fix the .la file, remove it completely, or add a Depends: line to
the package. I believe removing the file shuld have no ill effects, but I'm not
really qualified to say for certain.  

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing'), (250, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-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


--- End Message ---
--- Begin Message ---
Source: sqlite3
Source-Version: 3.6.11-3

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

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



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

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

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS)  (supplier of updated sqlite3 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Mar 2009 20:11:06 +
Source: sqlite3
Binary: lemon sqlite3 sqlite3-doc libsqlite3-0-dbg libsqlite3-0 libsqlite3-dev 
libsqlite3-tcl
Architecture: source all amd64
Version: 3.6.11-3
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) 
Changed-By: Laszlo Boszormenyi (GCS) 
Description: 
 lemon  - The Lemon Parser Generator
 libsqlite3-0 - SQLite 3 shared library
 libsqlite3-0-dbg - SQLite 3 debugging symbols
 libsqlite3-dev - SQLite 3 development files
 libsqlite3-tcl - SQLite 3 Tcl bindings
 sqlite3- A command line interface for SQLite 3
 sqlite3-doc - SQLite 3 documentation
Closes: 520478
Changes: 
 sqlite3 (3.6.11-3) unstable; urgency=low
 .
   * Really remove transitive dependencies from .la files (closes: #520478).
   * Set section and priority fields matching override.
Checksums-Sha1: 
 3d14c67d36e4d9906ce5b3bb7f35f408d5172637 1182 sqlite3_3.6.11-3.dsc
 9e86e40956e40a867d640492adc3263e8ff640c2 474522 sqlite3_3.6.11-3.diff.gz
 0f350f8164b4ea8f6b182d8ea7067c864e2f6c2d 1714134 sqlite3-doc_3.6.11-3_all.deb
 31a1a30d72e7c6e0fe76bde05844dcafaa3705b1 44670 lemon_3.6.11-3_amd64.deb
 997b4ed1d2ccfff52f9de8057021c21b3cd5004e 26552 sqlite3_3.6.11-3_amd64.deb
 fa3e9179db4f5f4982b07902665322c7cb689b23 292824 libsqlite3-0_3.6.11-3_amd64.deb
 c4a819dad1d4fb9098d55eac0d7ef2ea6cd1c524 605918 
libsqlite3-0-dbg_3.6.11-3_amd64.deb
 0c69295e53c31b177dfa85c94a975a9bcda190e2 392420 
libsqlite3-dev_3.6.11-3_amd64.deb
 6f5ef67624c81aff2da7dc21b4c4e9b6258fb07f 24326 
libsqlite3-tcl_3.6.11-3_amd64.deb
Checksums-Sha256: 
 cd0d15e8a95b5ce516ca50c5d15ab3bf2bb2e13a51ebabd92a6b0f7342e8afbe 1182 
sqlite3_3.6.11-3.dsc
 f1604c357b

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

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

> # Sat Mar 28 00:07:28 UTC 2009
> # Tagging as pending bugs that are closed by packages in NEW
> # http://ftp-master.debian.org/new.html
> #
> # Source package in NEW: python-netfilter
> tags 521409 + pending
Bug#521409: ITP: python-netfilter -- Python modules for manipulating netfilter 
rules
There were no tags set.
Tags added: pending

> # Source package in NEW: geos
> tags 520447 + pending
Bug#520447: FTBFS on armel: BufferOp.cpp:72: error: 'log' was not declared in 
this scope
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



Processed: severity of 512750 is important

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

> # Automatically generated email from bts, devscripts version 2.10.35lenny3
> severity 512750 important
Bug#512750: request-tracker3.6: SQLite is unsupported, documentation needed
Severity set to `important' from `serious'

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#462034: marked as done (Should this package be removed?)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 23:29:52 GMT
with message-id <200903272329.n2rntqgh013...@kmos.homeip.net>
and subject line wxwindows2.4 has been removed from Debian, closing #462034
has caused the Debian Bug report #462034,
regarding Should this package be removed?
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.)


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

Package: wxwindows2.4
Version: 2.4.5.1.1
Severity: serious
User: debian...@lists.debian.org
Usertags: proposed-removal

Hi,

This is the start of attempting to remove wxwindows2.4 and related binaries from the archive.  There are currently 5 packages with reverse depends 
or build-depends.  They are as follows:


ctsim.  Maintainer would prefer to wait for wx2.8 or 3.0.
jugglemaster.  Patched in games team SVN.
newpki-client.  Patch sent to maintainer and on BTS.
trustedqsl.  NMU prepared.
survex.  Bug filed and I am currently trying to build.

Thank you,

Barry deFreese



--- End Message ---
--- Begin Message ---
Version: 2.4.5.1.1+rm

The wxwindows2.4 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/520526 . 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#476020: marked as done (wxwindows2.4: FTBFS: checking for C compiler default output... configure: error: C compiler cannot create executables)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 23:29:52 GMT
with message-id <200903272329.n2rntqib013...@kmos.homeip.net>
and subject line wxwindows2.4 has been removed from Debian, closing #476020
has caused the Debian Bug report #476020,
regarding wxwindows2.4: FTBFS: checking for C compiler default output... 
configure: error: C compiler cannot create executables
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.)


-- 
476020: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476020
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wxwindows2.4
Version: 2.4.5.1.1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20080413 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[1]: Entering directory `/build/user/wxwindows2.4-2.4.5.1.1/objs_wxbase_d'
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o init.o 
> ../src/common/init.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o appcmn.o 
> ../src/common/appcmn.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o 
> clntdata.o ../src/common/clntdata.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o 
> cmdline.o ../src/common/cmdline.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o config.o 
> ../src/common/config.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o 
> datetime.o ../src/common/datetime.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o 
> datstrm.o ../src/common/datstrm.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o db.o 
> ../src/common/db.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o 
> dbtable.o ../src/common/dbtable.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o dircmn.o 
> ../src/common/dircmn.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o 
> dynarray.o ../src/common/dynarray.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o dynlib.o 
> ../src/common/dynlib.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o 
> dynload.o ../src/common/dynload.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o 
> encconv.o ../src/common/encconv.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o event.o 
> ../src/common/event.cpp
> gcc -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o 
> extended.o ../src/common/extended.c
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o ffile.o 
> ../src/common/ffile.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_FILE_OFFSET_BITS=64 
> -D_LARGE_FILES  -D__WXDEBUG__ -g -MMD -g -O2 -pthread -Wall -fPIC -o file.o 
> ../src/common/file.cpp
> c++ -c   -I./lib/wx/include/based-2.4 -I../include -D_F

Processed: [bts-link] source package gcc-4.3

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

> #
> # bts-link upstream status pull for source package gcc-4.3
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #518462
> #  * http://gcc.gnu.org/PR39175
> #  * remote status changed: ASSIGNED -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 518462 + fixed-upstream
Bug#518462: qt4-x11_4.5.0-1(experimental/powerpc/anakreon) FTBFS: gcc ICE
Tags were: upstream pending
Tags added: fixed-upstream

> usertags 518462 - status-ASSIGNED
Bug#518462: qt4-x11_4.5.0-1(experimental/powerpc/anakreon) FTBFS: gcc ICE
Usertags were: status-ASSIGNED.
Usertags are now: .
> usertags 518462 + status-RESOLVED resolution-FIXED
Bug#518462: qt4-x11_4.5.0-1(experimental/powerpc/anakreon) FTBFS: gcc ICE
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
> 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#519695: marked as done (raptor links against openssl, makes a lot of packages undistributable)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 23:17:09 +
with message-id 
and subject line Bug#519695: fixed in raptor 1.4.18-2
has caused the Debian Bug report #519695,
regarding raptor links against openssl, makes a lot of packages undistributable
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.)


-- 
519695: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519695
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tracker
Version: 0.6.90-4+b1
Severity: serious

$ ldd /usr/lib/tracker/trackerd | grep ssl
libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x7f8d7dec1000)
$ 

/usr/share/doc/tracker/copyright says:

<--  snip  -->


License:

All files if not specified otherwise are licensed under the GPL v2 or later.


<--  snip  -->


I didn't find any statement that all copyright holders of GPL'ed code
in tracker have given extra permission to link with OpenSSL.


See also question 28 at
  http://people.debian.org/~bap/dfsg-faq


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

Versions of packages tracker depends on:

ii  libcurl3   7.18.2-8.1Multi-protocol file transfer libra




--- End Message ---
--- Begin Message ---
Source: raptor
Source-Version: 1.4.18-2

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

libraptor1-dev_1.4.18-2_i386.deb
  to pool/main/r/raptor/libraptor1-dev_1.4.18-2_i386.deb
libraptor1-doc_1.4.18-2_all.deb
  to pool/main/r/raptor/libraptor1-doc_1.4.18-2_all.deb
libraptor1_1.4.18-2_i386.deb
  to pool/main/r/raptor/libraptor1_1.4.18-2_i386.deb
raptor-utils_1.4.18-2_i386.deb
  to pool/main/r/raptor/raptor-utils_1.4.18-2_i386.deb
raptor_1.4.18-2.diff.gz
  to pool/main/r/raptor/raptor_1.4.18-2.diff.gz
raptor_1.4.18-2.dsc
  to pool/main/r/raptor/raptor_1.4.18-2.dsc



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

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

Debian distribution maintenance software
pp.
Dave Beckett  (supplier of updated raptor 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, 27 Mar 2009 15:40:00 -0800
Source: raptor
Binary: libraptor1-dev libraptor1 raptor-utils libraptor1-doc
Architecture: source all i386
Version: 1.4.18-2
Distribution: unstable
Urgency: low
Maintainer: Dave Beckett 
Changed-By: Dave Beckett 
Description: 
 libraptor1 - Raptor RDF parser and serializer library
 libraptor1-dev - Raptor RDF parser and serializer development libraries and 
header
 libraptor1-doc - Documentation for the Raptor RDF parser and serializer library
 raptor-utils - Raptor RDF parser and serializer utilities
Closes: 519070 519695
Changes: 
 raptor (1.4.18-2) unstable; urgency=low
 .
   * Link to libcurl-gnutls to remove openssl linking (Closes: #519070, #519695)
   * Update to standards version 3.8.1
   * debian/control: add depends: ${misc:Depends} for debhelper [lintian]
   * debian/libraptor1-doc.doc-base: make separate an empty line [lintian]
Checksums-Sha1: 
 4a2568cf493a3cbd47f34bf4ff361e697b909581 1095 raptor_1.4.18-2.dsc
 6ded28d33d719ae3419bf084853941605dbdf9a0 5245 raptor_1.4.18-2.diff.gz
 fa8781d3a7792370c3b8a71474539f3d5b468daf 158748 libraptor1-doc_1.4.18-2_all.deb
 d68ef15e45d83990bf0b7cf51ff02c6abe2143d4 247340 
libraptor1-dev_1.4.18-2_i386.deb
 990796d26ee142eeffd23c3f07611249292582d3 190156 libraptor1_1.4.18-2_i386.deb
 5b7cb23b9582ed3a2314d0eb1ed10a787a030b5d 45630 raptor-utils_1.4.18-2_i386.deb
Checksums-Sha256: 
 73f76064c6b42ee9d76f3b4491b958550eea12226cd9b48431b0b422c353ea7e 1095 
raptor_1.4.18-2.dsc
 e8639b3a7db7eb8a2bbe9969c3f7b691c18efc9dc2eae49d121bb3c14a96ea6f 5245 
raptor_1.4.18-2.diff.gz
 8818b387369ffb46950a50a77a29ca1b5bfd35585b61c9ac87114f1e8465436a 158748 
libraptor1-doc_1.4.18-2_all.deb
 ecd50f807c914baf1c182d03d7cb017d56dc278bb65ce352c2d0bc122bdd8a1d 247340 
libraptor1-dev_1.4.18-2_i386.deb
 19be01c09d069bdf64ca95d901f74ac2ef61db2de930de812f360616b82e9744 190156 
libraptor1_1.4.18-2_i386.deb
 779b3b86698e593bddad1070bed623c29ddc7425af906bf59401eb1fe8b85e4c 45630 
raptor-utils_1.4.18-2_i386.

Processed: Re: Bug#521494: pommed fails to start, LIBPCI_3.1 not found

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

> severity 521494 important
Bug#521494: pommed fails to start, LIBPCI_3.1 not found
Severity set to `important' from `grave'

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#521493: qutecom_2.2~rc3.dfsg1-4(hppa/experimental): FTBFS: error: invalid conversion from 'int' to 'PixelFormat'

2009-03-27 Thread Ludovico Cavedon
package qutecom
tags 521493 + confirmed pending
thanks

Yes, I know: during the wait time in the NEW queue, some incompatible
changes were made to ffmpeg :(
The new upload is ready.

Thanks,
Ludovico



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



Bug#521494: pommed fails to start, LIBPCI_3.1 not found

2009-03-27 Thread Julien BLACHE
severity 521494 important
thanks

Sascha Herrmann  wrote:

Hi,

> The current version of pommed in squeeze won't start because of an to old
> libpci3 package. Starting pommed fails with the message:

libpci3 bug, nothing I can do about it, it'll fix itself up once
libpci3 migrates to testing. Get libpci3 from unstable in the
meantime.

JB.

-- 
 Julien BLACHE - Debian & GNU/Linux Developer -  
 
 Public key available on  - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



-- 
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#521493: qutecom_2.2~rc3.dfsg1-4(hppa/experimental): FTBFS: error: invalid conversion from 'int' to 'PixelFormat'

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

> package qutecom
Ignoring bugs not assigned to: qutecom

> tags 521493 + confirmed pending
Bug#521493: qutecom_2.2~rc3.dfsg1-4(hppa/experimental): FTBFS: error: invalid 
conversion from 'int' to 'PixelFormat'
There were no tags set.
Tags added: confirmed, 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



Bug#521122: marked as done (console-setup: fails to install: "eval: line 2125: unexpected EOF while looking for matching `"'")

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 22:02:05 +
with message-id 
and subject line Bug#521122: fixed in console-setup 1.30
has caused the Debian Bug report #521122,
regarding console-setup: fails to install: "eval: line 2125: unexpected EOF 
while looking for matching `"'"
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.)


-- 
521122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521122
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: console-setup
Version: 1.29
Severity: grave
Justification: renders package unusable

The package fails to install.  From the aptitude output:

/tmp/console-setup.config.263961: eval: line 2125: unexpected EOF while looking 
for matching `"'
console-setup failed to preconfigure, with exit status 2

...

Setting up console-setup (1.29) ...
/var/lib/dpkg/info/console-setup.config: eval: line 2125: unexpected EOF while 
looking for matching `"'
dpkg: error processing console-setup (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 console-setup
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up console-setup (1.29) ...
/var/lib/dpkg/info/console-setup.config: eval: line 2125: unexpected EOF while 
looking for matching `"'
dpkg: error processing console-setup (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 console-setup

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

Kernel: Linux 2.6.29-rc6-wl-lizzie
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 console-setup depends on:
ii  console-terminus  4.26-2.1   Fixed-width fonts for fast reading
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  xkb-data  1.5-2  X Keyboard Extension (XKB) configu

Versions of packages console-setup recommends:
ii  console-tools1:0.2.3dbs-65.1 Linux console and font utilities

Versions of packages console-setup suggests:
ii  locales   2.9-6  GNU C Library: National Language (
ii  lsb-base  3.2-22 Linux Standard Base 3.2 init scrip

-- debconf information:
* console-setup/variant: USA - Dvorak
  console-setup/unsupported_options: true
  console-setup/modelcode: acer_laptop
  console-setup/fontsize: 16
  console-setup/unsupported_layout: true
  console-setup/layoutcode: us
  debian-installer/console-setup/title:
  console-setup/codesetcode: Lat15
  console-setup/dont_ask_layout:
* console-setup/altgr: Right Alt
* console-setup/ttys: /dev/tty[1-6]
* console-setup/codeset: # Latin1 and Latin5 - western Europe and Turkic 
languages
  console-setup/toggle: No toggling
* console-setup/fontface: Terminus
  console-setup/fontsize-text: 16
* console-setup/compose: No compose key
  console-setup/switch: No temporary switch
  console-setup/unsupported_config_layout: true
* console-setup/charmap: UTF-8
  console-setup/optionscode: lv3:ralt_switch
  console-setup/unsupported_config_options: true
* console-setup/layout: USA
  console-setup/variantcode: dvorak
* console-setup/model: Acer Laptop
* console-setup/fontsize-fb: 16


--- End Message ---
--- Begin Message ---
Source: console-setup
Source-Version: 1.30

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

bdf2psf_1.30_all.deb
  to pool/main/c/console-setup/bdf2psf_1.30_all.deb
console-setup-amiga-ekmap_1.30_all.udeb
  to pool/main/c/console-setup/console-setup-amiga-ekmap_1.30_all.udeb
console-setup-ataritt-ekmap_1.30_all.udeb
  to pool/main/c/console-setup/console-setup-ataritt-ekmap_1.30_all.udeb
console-setup-fonts-udeb_1.30_all.udeb
  to pool/main/c/console-setup/console-setup-fonts-udeb_1.30_all.udeb
console-setup-macintoshold-ekmap_1.30_all.udeb
  to pool/main/c/console-setup/console-setup-macintoshold-ekmap_1.30_all.udeb
console-setup-mini_1.30_all.deb
  to pool/main/c/console-setup/console-setup-mini_1.30_all.deb
console-setup-pc-ekmap_1.30_all.udeb
  to pool/main/c/console-setup/console-setup-pc-ekmap_1.30_all.udeb
console-setup-sun4-ekmap_1.30_all.udeb
  to pool/main/c/console-setup/console-setup-sun4-ekmap_1.30_all.udeb
console-setup-sun5-ekmap_1.30_all.udeb
  to pool/main/c/console-setup/console-setup-sun5-ekmap_1.30_all.udeb
console-setup-u

Bug#521122: console-setup: fails to install: "eval: line 2125: unexpected EOF while looking for matching `"'"

2009-03-27 Thread Anton Zinoviev
On Wed, Mar 25, 2009 at 07:55:54PM +0100, Julien Cristau wrote:
> On Wed, 2009-03-25 at 20:09 +0200, Anton Zinoviev wrote:
> > 
> > It is not only your script - the parsing of console-setup doesn't allow 
> > spaces between options so this will require a patch too.
> 
> It should be easy to remove the spaces directly from the awk script, if
> you want to avoid touching other parts of console-setup for that.  Let
> me know if I should prepare an updated patch.

I decided it is best to do both, so after some reading of the mawk 
manual ;) I added in console-setup support for spaces and made the 
awk-script remove them. I also made the script to ignore lines such as

Option  "XkbModel"  "pc"104"

Since this is a grave bug I decided to build and upload the package now.  
However I am not 100% sure about the syntax of xorg.conf, so if you want 
you can check that the new variant of the script works properly.
:) I have attached it.

BTW, the xorg.conf of Celejar discovered another bug in Debconf 
configuration of console-setup:

   xkblayout=us,il
   xkbvariant=dvorak, 

became

   xkblayout=us,il
   xkbvariant=,

I fixed this too.

Anton Zinoviev

#!/usr/bin/awk -f

{
$0 = tolower($0);
sub("#.*","")
xkb = "";
}

/^[ \t]*section[ \t]+"inputdevice"/,/^[ \t]*endsection/ {
if ($1 == "option") {
if ($2 == "\"xkbmodel\"") {
xkb = "XKBMODEL";
} else if ($2 == "\"xkblayout\"") {
xkb = "XKBLAYOUT";
} else if ($2 == "\"xkbvariant\"") {
xkb = "XKBVARIANT";
} else if ($2 == "\"xkboptions\"") {
xkb = "XKBOPTIONS"; 
}
$1 = "";
$2 = "";
}
}

xkb != "" && /^[ \t]*\"[^"]+\"[ \t]*$/ {
sub("^[ \t]*\"", "");
sub("\".*", "");
gsub("[ \t]", "");
print xkb "=\"" $0 "\"";
}


Bug#521494: pommed fails to start, LIBPCI_3.1 not found

2009-03-27 Thread Sascha Herrmann
Package: pommed
Version: 1.26~dfsg-1
Severity: grave
Justification: renders package unusable

The current version of pommed in squeeze won't start because of an to old
libpci3 package. Starting pommed fails with the message:

pommed: /usr/lib/libpci.so.3: version `LIBPCI_3.1' not found (required by
pommed)

The pommed package depends on libpci3, which actual version in squeeze
(1:3.0.3-2) only provides libpci.so.3.0.3.


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

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

Versions of packages pommed depends on:
ii  eject   2.1.5+deb1+cvs20081104-5 ejects CDs and operates CD-Changer
ii  libasound2  1.0.19-1 shared library for ALSA applicatio
ii  libaudiofile0   0.2.6-7  Open-source version of SGI's audio
ii  libc6   2.9-4GNU C Library: Shared libraries
ii  libconfuse0 2.6-2Library for parsing configuration 
ii  libdbus-1-3 1.2.12-1 simple interprocess messaging syst
ii  libpci3 1:3.0.3-2Linux PCI Utilities (shared librar

Versions of packages pommed recommends:
ii  dbus  1.2.12-1   simple interprocess messaging syst

pommed 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#520447: marked as done (FTBFS on armel: BufferOp.cpp:72: error: 'log' was not declared in this scope)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 21:35:40 +
with message-id 
and subject line Bug#520447: fixed in geos 3.1.0-1
has caused the Debian Bug report #520447,
regarding FTBFS on armel: BufferOp.cpp:72: error: 'log' was not declared in 
this scope
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.)


-- 
520447: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520447
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: geos
Version: 3.0.3-2
Severity: serious
User: debian-...@lists.debian.org
Usertags: eabi

Looks like a missing #include  (or #include , if you prefer)

>  arm-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I. -I../../../source/headers 
> -I../../../source/headers/geos -I../../../source/headers -g -O2 -Wall -ansi 
> -pedantic -Wno-long-long -MT BufferOp.lo -MD -MP -MF .deps/BufferOp.Tpo -c 
> BufferOp.cpp  -fPIC -DPIC -o .libs/BufferOp.o
> BufferOp.cpp: In static member function 'static double 
> geos::operation::buffer::BufferOp::precisionScaleFactor(const 
> geos::geom::Geometry*, double, int)':
> BufferOp.cpp:72: error: 'log' was not declared in this scope
> BufferOp.cpp:75: error: 'pow' was not declared in this scope
> make[5]: *** [BufferOp.lo] Error 1


--- End Message ---
--- Begin Message ---
Source: geos
Source-Version: 3.1.0-1

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

geos_3.1.0-1.diff.gz
  to pool/main/g/geos/geos_3.1.0-1.diff.gz
geos_3.1.0-1.dsc
  to pool/main/g/geos/geos_3.1.0-1.dsc
geos_3.1.0.orig.tar.gz
  to pool/main/g/geos/geos_3.1.0.orig.tar.gz
libgeos-3.1.0_3.1.0-1_amd64.deb
  to pool/main/g/geos/libgeos-3.1.0_3.1.0-1_amd64.deb
libgeos-c1_3.1.0-1_amd64.deb
  to pool/main/g/geos/libgeos-c1_3.1.0-1_amd64.deb
libgeos-dev_3.1.0-1_amd64.deb
  to pool/main/g/geos/libgeos-dev_3.1.0-1_amd64.deb
libgeos-doc_3.1.0-1_all.deb
  to pool/main/g/geos/libgeos-doc_3.1.0-1_all.deb
libgeos-ruby1.8_3.1.0-1_amd64.deb
  to pool/main/g/geos/libgeos-ruby1.8_3.1.0-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 520...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fabio Tranchitella  (supplier of updated geos 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, 27 Mar 2009 15:54:54 +0100
Source: geos
Binary: libgeos-dev libgeos-c1 libgeos-3.1.0 libgeos-doc libgeos-ruby1.8
Architecture: source all amd64
Version: 3.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Fabio Tranchitella 
Description: 
 libgeos-3.1.0 - Geometry engine for Geographic Information Systems - C++ 
Library
 libgeos-c1 - Geometry engine for Geographic Information Systems - C Library
 libgeos-dev - Geometry engine for GIS - Development files
 libgeos-doc - Documentation for the GEOS GIS geometry engine library
 libgeos-ruby1.8 - GEOS bindings for Ruby
Closes: 520447
Changes: 
 geos (3.1.0-1) unstable; urgency=low
 .
   * New upstream release.
   * This version includes also a missing header inclusion, which caused FTBFS
 on armel. (Closes: #520447)
Checksums-Sha1: 
 b02e05adc9816305e4e8d317eee947eaf7bd1001 1275 geos_3.1.0-1.dsc
 e215b561b38e754600d90676e24951986adfdde0 1790198 geos_3.1.0.orig.tar.gz
 a2e5e56ba91e65ad3fbab487931596e82a9f3abd 5961 geos_3.1.0-1.diff.gz
 be3d475bd8e6f4f136d74e9179fed8800ee8e338 1322862 libgeos-doc_3.1.0-1_all.deb
 7acf2a473b60b6dad45d58f7597b72623e9f9bdd 1194750 libgeos-dev_3.1.0-1_amd64.deb
 ad3062b5d8310bf3d7a84bd298ce15c5b34a9cf5 135748 libgeos-c1_3.1.0-1_amd64.deb
 00d869a0bb468b016087874b0f4b374a937ba64a 585172 libgeos-3.1.0_3.1.0-1_amd64.deb
 684f3884074f3ebbeb872cffebcfab6ec36f9d7b 278092 
libgeos-ruby1.8_3.1.0-1_amd64.deb
Checksums-Sha256: 
 0e5c1306b18914bcfc5ada75648eabf2bc2581962367a849e40f4bba023be92c 1275 
geos_3.1.0-1.dsc
 00e7604fe3a5831fc24f3c981f4152b5420fc18cdbc989201f21b89559e2604c 1790198 
geos_3.1.0.orig.tar.gz
 e1a4e661bccafdc054cfdc76053052fec3cc76a6f16c0a008af80d14c7720ca3 5961 
geos_3.1.0-1.diff.gz
 3d42fec2b04d9ab06778e335876cadd060eed5e453da78e3854c4608d0ad1dc8 1322862 
libgeos-doc_3.1.0-1_all.deb
 410bd67a80aa1ef165b19ac03f1865f30b9e756d8b00492b15a5d7e6a2e6eeea 1194750 
libgeos-dev_3.1.0-1_amd

Bug#520160: marked as done (yodl_2.14.0-1(mips/unstable): FTBFS on mips)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 21:25:27 +
with message-id 
and subject line Bug#520160: fixed in yodl 2.14.1-1
has caused the Debian Bug report #520160,
regarding yodl_2.14.0-1(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.)


-- 
520160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520160
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: yodl
Version: 2.14.0-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of yodl_2.14.0-1 on ball by sbuild/mips 99.99
> Build started at 20090317-0125

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 5), icmake (>= 7.11), texlive-latex-base, 
> texlive-generic-recommended, texlive-latex-recommended, 
> texlive-fonts-recommended, ghostscript, mktemp (>= 1.5-9)

[...]

> Output written on yodl.dvi (151 pages, 463160 bytes).
> Transcript written on yodl.log.
> dvips -o ps/yodl.ps latex/yodl.dvi 
> /nonexistent/.dvipsrc: Permission denied
> /nonexistent/.dvipsrc: Permission denied
> This is dvips(k) 5.96.1 Copyright 2007 Radical Eye Software 
> (www.radicaleye.com)
> ' TeX output 2009.03.17:0139' -> ps/yodl.ps
> dvips: ! Couldn't find header file cm-super-t1.enc.
> Note that an absolute path or a relative path with .. are denied in -R2 mode.
> execute - program indicates failure (status 256)
> execute - program indicates failure (status 256)
> execute - program indicates failure (status 256)
> execute - program indicates failure (status 256)
> make: *** [build-stamp] Error 1
> 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=mips&pkg=yodl&ver=2.14.0-1



--- End Message ---
--- Begin Message ---
Source: yodl
Source-Version: 2.14.1-1

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

yodl-doc_2.14.1-1_all.deb
  to pool/main/y/yodl/yodl-doc_2.14.1-1_all.deb
yodl_2.14.1-1.diff.gz
  to pool/main/y/yodl/yodl_2.14.1-1.diff.gz
yodl_2.14.1-1.dsc
  to pool/main/y/yodl/yodl_2.14.1-1.dsc
yodl_2.14.1-1_amd64.deb
  to pool/main/y/yodl/yodl_2.14.1-1_amd64.deb
yodl_2.14.1.orig.tar.gz
  to pool/main/y/yodl/yodl_2.14.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 520...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tony Mancill  (supplier of updated yodl 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: Tue, 24 Mar 2009 15:56:30 -0700
Source: yodl
Binary: yodl yodl-doc
Architecture: source amd64 all
Version: 2.14.1-1
Distribution: unstable
Urgency: low
Maintainer: Frank B. Brokken 
Changed-By: Tony Mancill 
Description: 
 yodl   - Your Own Document Language (Yodl) is a pre-document language
 yodl-doc   - Your Own Document Language (Yodl) is a pre-document language
Closes: 520160
Changes: 
 yodl (2.14.1-1) unstable; urgency=low
 .
   [ George Danchev Sat, 21 Mar 2009 20:19:04 +0200 ]
 .
   * Split-off a supplementary documention package yodl-doc
   * Move texlive and ghostscript dependencies in Build-Depends-Indep
   * Application package yodl now suggests yodl-doc
   * Added Section field for yodl (text) and yodl-doc (doc)
   * Added binary-indep, build-indep, install-indep for yodl-doc construction
   * Added cm-super-minimal to Build-Depends-Indep
 .
   [ Frank B. Brokken ]
 .
   * New upstream release.
   * This and the above changes close an open bug on mips. (Closes: #520160).
 .
   [ Tony Mancill ]
   * Added cm-super to Build-Depends-Indep
Checksums-Sha1: 
 83af3d611e4fab744c7548f4d937758663d8c51e 1279 yodl_2.14.1-1.dsc
 05305683f8c1b841c47e72d2c1490e79c4e647dc 281133 yodl_2.14.1.orig.tar.gz
 afbba3864cceb95dec259b98e89aa0f0f325353a 9521 yodl_2.14.1-1.diff.gz
 8fdc3d8f346aee2411dcfb674899ef34812ba5c8 158890 yodl_2.14.1-1_amd64.deb
 6dc1a0e283a79bcfe2769fa2ac06e4e1b118f72b 1475968 yodl-doc_2.14.1-1_all.deb
Checksums-Sha256: 
 9918ab9ebc786e95d7bb8dc7b0349ebae46e077b6e654a248c98e880a8ea9221 1279 
yodl_2.14.1-1.dsc
 38af9429b63c3c06812a64ca6b5813f0d8e328cef9bc022d4347380ec300d35b 281133 
yodl_2.14.1.orig.tar.gz

Bug#519564: Fixed in 2.6.8

2009-03-27 Thread Brent S. Elmer, Ph.D.
Yes, 2.6.8 fixes the problem.

On Fri, 2009-03-27 at 20:23 +0100, Patrik Fimml wrote:
> Hey,
> 
> can you confirm this problem is resolved with abiword-2.6.8?
> 
> Patrik




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



Bug#519564: marked as done (abiword: hangs on startup)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 22:39:18 +0100
with message-id <20090327213918.ga16...@albino.fimpnet>
and subject line Re: Bug#519564: Fixed in 2.6.8
has caused the Debian Bug report #519564,
regarding abiword: hangs on startup
to be marked as done.

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

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


-- 
519564: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519564
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: abiword
Version: 2.6.4-5+b1
Severity: grave

--- Please enter the report below this line. ---
When I open abiword, there are no toolbars.  I tried opening it from the 
command line to see if 
there are any errors written and none were.  I am attaching a screenshot.



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.28.090302

Debian Release: squeeze/sid
  500 testing www.debian-multimedia.org 
  500 testing security.debian.org 
  500 testing debian.linux.ibm.com 
  500 hardy   ppa.launchpad.net 

--- Package information. ---
Depends(Version) | Installed
-+-
libaiksaurus-1.2-0c2a(>= 1.2.1+dev-0.12) | 1.2.1+dev-0.12-6
libaiksaurusgtk-1.2-0c2a (>= 1.2.1+dev-0.12) | 1.2.1+dev-0.12-6
libart-2.0-2 (>= 2.3.18) | 2.3.20-2
libatk1.0-0  (>= 1.20.0) | 1.22.0-1
libc6 (>= 2.7-1) | 2.9-4
libcairo2 (>= 1.2.4) | 1.8.6-2
libenchant1c2a(>= 1.4.2) | 1.4.2-3.3
libexpat1(>= 1.95.8) | 2.0.1-4
libfontconfig1(>= 2.4.0) | 2.6.0-3
libfreetype6  (>= 2.3.5) | 2.3.7-2
libfribidi0  (>= 0.10.9) | 0.10.9-1
libgcc1 (>= 1:4.1.1) | 1:4.3.3-3
libglade2-0 (>= 1:2.6.1) | 1:2.6.3-1
libglib2.0-0 (>= 2.16.0) | 2.18.4-2
libgnomecanvas2-0(>= 2.11.1) | 2.20.1.1-1
libgnomeprint2.2-0   (>= 2.17.0) | 2.18.5-1
libgnomeprintui2.2-0 (>= 2.17.0) | 2.18.3-1
libgoffice-0-4(>= 0.4.2) | 0.4.2-4
libgsf-1-114 (>= 1.14.9) | 1.14.11-2
libgtk2.0-0  (>= 2.12.0) | 2.12.12-1
libice6 (>= 1:1.0.0) | 2:1.0.5-1
libidn11 (>= 0.5.18) | 1.12-1
libjpeg62| 6b-14
libloudmouth1-0 (>= 1.1.4-2) | 1.4.2-2
libncurses5  (>= 5.6+20071006-3) | 5.7+20090228-1
libots0  | 0.5.0-2
libpango1.0-0(>= 1.20.3) | 1.22.4-2
libpixman-1-0| 0.14.0-1
libpng12-0 (>= 1.2.13-4) | 1.2.27-2
libpopt0   (>= 1.14) | 1.14-4
libreadline5(>= 5.2) | 5.2-4
librsvg2-2   (>= 2.18.1) | 2.22.2-4
libsm6   | 2:1.1.0-2
libstdc++6(>= 4.2.1) | 4.3.3-3
libwmf0.2-7 (>= 0.2.8.4) | 0.2.8.4-6
libwpd8c2a   | 0.8.14-1
libwpg-0.1-1 | 0.1.3-1
libwv-1.2-3   (>= 1.2.4) | 1.2.4-2
libx11-6 | 2:1.1.5-2
libxcb-render-util0  (>= 0.2.1+git1) | 0.3.3-2
libxcb-render0   | 1.1-1.1
libxcb1  | 1.1-1.1
libxft2   (>> 2.1.1) | 2.1.13-3
libxml2  (>= 2.6.27) | 2.7.3.dfsg-1
libxrender1  | 1:0.9.4-2
zlib1g  (>= 1:1.1.4) | 1:1.2.3.3.dfsg-12
abiword-common  (>= 2.6.4-5) | 2.6.4-5
gsfonts  | 1:8.11+urwcyr1.0.7~pre44-4

<>--- End Message ---
--- Begin Message ---
Version: 2.6.8-1

On Fri, Mar 27, 2009 at 05:32:51PM -0400, Brent S. Elmer, Ph.D. wrote:
> Yes, 2.6.8 fixes the problem.

Thanks, closing the bug.


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


Bug#521493: qutecom_2.2~rc3.dfsg1-4(hppa/experimental): FTBFS: error: invalid conversion from 'int' to 'PixelFormat'

2009-03-27 Thread Frank Lichtenheld
Package: qutecom
Version: 2.2~rc3.dfsg1-4
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of qutecom_2.2~rc3.dfsg1-4 on meitner by sbuild/hppa 98-farm
| Build started at 20090327-1157
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 16.3MB of source archives.
| Get:1 http://ftp2.de.debian.org experimental/main qutecom 2.2~rc3.dfsg1-4 
(dsc) [2003B]
| Get:2 http://ftp2.de.debian.org experimental/main qutecom 2.2~rc3.dfsg1-4 
(tar) [16.2MB]
| Get:3 http://ftp2.de.debian.org experimental/main qutecom 2.2~rc3.dfsg1-4 
(diff) [29.0kB]
| Fetched 16.3MB in 2min4s (130kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: cdbs (>= 0.4.27), bzip2, debhelper (>= 4.1.0), quilt, 
patchutils (>= 0.2.25), cmake (>= 2.4.4), libqt4-dev (>= 4.1.4), libglib2.0-dev 
(>= 2.10.3), libavcodec-dev (>= 0.cvs20060823-3.1), libswscale-dev (>= 
0.cvs20060823-3.1), libgnutls-dev (>= 1.2.9), libboost-serialization-dev (>= 
1.34.0), libboost-thread-dev (>= 1.34.0), libboost-regex-dev (>= 1.34.0), 
libboost-signals-dev (>= 1.34.0), libboost-program-options-dev (>= 1.34.0), 
uuid-dev, libasound2-dev (>= 1.0.11), libspeex-dev (>= 1.1.12), libssl-dev (>= 
0.9.8a), libxml2-dev (>= 2.6.24), libsamplerate0-dev (>= 0.1.2), 
libsndfile1-dev (>= 1.0.12), libcurl4-openssl-dev (>= 7.16.1), dpkg-dev (>= 
1.13.19), libx11-dev, python-dev
| Build-Conflicts: qt3-dev-tools
| Checking for already installed source dependencies...
[...]
| [  8%] Building CXX object 
libs/pixertool/CMakeFiles/pixertool.dir/src/pixertool.o
| cd "/build/buildd/qutecom-2.2~rc3.dfsg1/obj-hppa-linux-gnu/libs/pixertool" && 
/usr/bin/g++   -D_FORTIFY_SOURCE=2 -DDEBUG -DHAVE_SWSCALE=1 -g -O2 -g -Wall -O2 
-O2 -g -I"/build/buildd/qutecom-2.2~rc3.dfsg1/libs/owutil" 
-I"/build/buildd/qutecom-2.2~rc3.dfsg1/libs/pixertool/include" 
-I"/build/buildd/qutecom-2.2~rc3.dfsg1/obj-hppa-linux-gnu/libs/pixertool" 
-I/usr/include/libavcodec -I/usr/include/libavutil -I/usr/include/libswscale   
-fPIC -Wall -Wstrict-aliasing -Wextra -Wno-unused-parameter -fmessage-length=0 
-o CMakeFiles/pixertool.dir/src/pixertool.o -c 
"/build/buildd/qutecom-2.2~rc3.dfsg1/libs/pixertool/src/pixertool.cpp"
| In file included from 
/build/buildd/qutecom-2.2~rc3.dfsg1/libs/pixertool/src/pixertool.cpp:20:
| 
/build/buildd/qutecom-2.2~rc3.dfsg1/obj-hppa-linux-gnu/libs/pixertool/config.h:4:1:
 warning: "HAVE_SWSCALE" redefined
| : warning: this is the location of the previous definition
| /build/buildd/qutecom-2.2~rc3.dfsg1/libs/pixertool/src/pixertool.cpp: In 
function 'pixerrorcode pix_convert(int, piximage*, piximage*)':
| /build/buildd/qutecom-2.2~rc3.dfsg1/libs/pixertool/src/pixertool.cpp:175: 
error: invalid conversion from 'int' to 'PixelFormat'
| /build/buildd/qutecom-2.2~rc3.dfsg1/libs/pixertool/src/pixertool.cpp:175: 
error:   initializing argument 3 of 'SwsContext* sws_getContext(int, int, 
PixelFormat, int, int, PixelFormat, int, SwsFilter*, SwsFilter*, double*)'
| /build/buildd/qutecom-2.2~rc3.dfsg1/libs/pixertool/src/pixertool.cpp:175: 
error: invalid conversion from 'int' to 'PixelFormat'
| /build/buildd/qutecom-2.2~rc3.dfsg1/libs/pixertool/src/pixertool.cpp:175: 
error:   initializing argument 6 of 'SwsContext* sws_getContext(int, int, 
PixelFormat, int, int, PixelFormat, int, SwsFilter*, SwsFilter*, double*)'
| /build/buildd/qutecom-2.2~rc3.dfsg1/libs/pixertool/src/pixertool.cpp:198: 
error: invalid conversion from 'int' to 'PixelFormat'
| /build/buildd/qutecom-2.2~rc3.dfsg1/libs/pixertool/src/pixertool.cpp:198: 
error:   initializing argument 3 of 'SwsContext* sws_getContext(int, int, 
PixelFormat, int, int, PixelFormat, int, SwsFilter*, SwsFilter*, double*)'
| /build/buildd/qutecom-2.2~rc3.dfsg1/libs/pixertool/src/pixertool.cpp:198: 
error: invalid conversion from 'int' to 'PixelFormat'
| /build/buildd/qutecom-2.2~rc3.dfsg1/libs/pixertool/src/pixertool.cpp:198: 
error:   initializing argument 6 of 'SwsContext* sws_getContext(int, int, 
PixelFormat, int, int, PixelFormat, int, SwsFilter*, SwsFilter*, double*)'
| make[3]: *** [libs/pixertool/CMakeFiles/pixertool.dir/src/pixertool.o] Error 1
| make[3]: Leaving directory 
`/build/buildd/qutecom-2.2~rc3.dfsg1/obj-hppa-linux-gnu'
| make[2]: *** [libs/pixertool/CMakeFiles/pixertool.dir/all] Error 2
| make[2]: Leaving directory 
`/build/buildd/qutecom-2.2~rc3.dfsg1/obj-hppa-linux-gnu'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory 
`/build/buildd/qutecom-2.2~rc3.dfsg1

Bug#521296: tp-smapi-source: FTBFSes with 2.6.29, something akin to VDIR used

2009-03-27 Thread Evgeni Golov
On Fri, 27 Mar 2009 15:20:31 +0100 Adeodato Simó wrote:

> * Evgeni Golov [Fri, 27 Mar 2009 14:11:01 +0100]:
> 
> > On Thu, 26 Mar 2009 15:26:55 +0100 Adeodato Simó wrote:
> > > tp-smapi-source does not build against linux-headers-2.6.29. The problem
> > > is that the Makefile checks for the presence of an include header, but
> > > if you check /usr/src/linux-headers-2.6.29-FLAVOUR against the 2.6.28
> > > counterpart, you’ll see that all the symlinks towards ../*-common are
> > > missing, and the toplevel Makefile does some magic to forward build
> > > requests to the ‘-common’ directory.
> 
> > > I suggest you consider dropping the check, since Debian stable already
> > > has a kernel >> 2.6.19, and I guess the build would fail anyway.
> 
> > You can find a new patched version in Git:
> > http://git.debian.org/?p=users/sargentd-guest/tp-smapi.git;a=summary
> 
> > But that will still fail to build:
> > # Build the module
> > /usr/bin/make modules KSRC=/lib/modules/2.6.29-1-686/build 
> > KVER=2.6.29-1-686 HDAPS=1
> > make[2]: Entering directory `/usr/src/modules/tp-smapi'
> > /usr/bin/make -C /lib/modules/2.6.29-1-686/build 
> > M=/usr/src/modules/tp-smapi O=/lib/modules/2.6.29-1-686/build modules
> > make[3]: Entering directory `/usr/src/linux-headers-2.6.29-1-686'
> > /usr/src/linux-headers-2.6.29-1-common/arch/x86/Makefile:41: 
> > /usr/src/linux-headers-2.6.29-1-common/arch/x86/Makefile_32.cpu: No such 
> > file or directory
> > make[5]: *** No rule to make target 
> > `/usr/src/linux-headers-2.6.29-1-common/arch/x86/Makefile_32.cpu'.  Stop.
> > make[4]: *** [sub-make] Error 2
> > make[3]: *** [all] Error 2
> 
> > And Makefile_32.cpu is really missing from the .29 headers (but
> > present in the .26 ones)
> 
> > Ideas?
> 
> No idea, I’m putting -kernel on CC.

Which has an own BR now: #521472 :)
Lets wait for it's resolution.

Regards



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



Processed: Re: Can not reproduce problem

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

> package revelation
Ignoring bugs not assigned to: revelation

> severity #521302 important
Bug#521302: revelation says there is no cairo python package
Severity set to `important' from `grave'

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed (with 1 errors): Can not reproduce problem

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

> package revelation
Ignoring bugs not assigned to: revelation

> tags #521302 + unreproducible moreinfo
Bug#521302: revelation says there is no cairo python package
There were no tags set.
Tags added: unreproducible, moreinfo

> severity important
Unknown command or malformed arguments to command.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#521439: samba: Samba server crash on browse

2009-03-27 Thread Aurelien Jarno
On Fri, Mar 27, 2009 at 04:27:58PM +0100, myli...@montblanc.homeip.net wrote:
> Hi!
> 
> Unfortunately I did restart too many times samba :-)

Do you have any message about the crash in log.smbd?

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#521473: broken on mipsel & others (depends on getcontext API)

2009-03-27 Thread Robert Millan
Package: libwvstreams4.4-base, wvdial
Severity: grave

This library appears to be unusable on mipsel, as it depends on
getcontext API which isn't yet implemented there:

  wvdial: utils/wvtask.cc:198: WvTaskMan::WvTaskMan(): Assertion
  `getcontext(&get_stack_return) == 0' failed
  Aborted.

This is also a problem for armel, and probably others.  You can get the
list from the powerdns package which had the same problem.

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

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.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#520944: Novell bug report about the issue

2009-03-27 Thread Rene Engelhard
Hi,

Rene Engelhard wrote:
> Chris Cheney wrote:
> > Apparently they did not fix this in ooo-build-3-0-1 for whatever
> > reason...
> > 
> > https://bugzilla.novell.com/show_bug.cgi?id=448776
> 
> how exactly does that have to do with 520944? In 3.0.1 it works.
> In 3.1 it does not. With Python 2.*5*.
> 
> When I build with python 2.6 I of course add this patch, but this
> is not relevant to this bug.

For the record; I tried it nevertheless, but as expected copying the changed
uno.py to the locatin in /usr/share/pyshared does not fix it.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



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



Bug#521472: Missing file /usr/src/linux-headers-2.6.29-1-common/arch/x86/Makefile_32.cpu

2009-03-27 Thread Len Sorensen
Package: linux-headers-2.6.29-1-common
Version: 2.6.29-1
Severity: grave
Justification: renders package unusable

Trying to build anything against 2.6.29 headers on i386 fails due to a missing 
file.

/usr/src/linux-headers-2.6.29-1-common/arch/x86/Makefile:41: 
/usr/src/linux-headers-2.6.29-1-common/arch/x86/Makefile_32.cpu: No such file 
or directory

On i386, the x86 Makefile includes Makefile_32.cpu which is not included
in the headers package.  The 2.6.26 package did include this file and
hence worked fine.

I so far tried compiling alsa-source 1.0.19 and nvidia-kernel-source
180.29, and both failed with the same error.

-- System Information:
Debian Release: 5.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'unstable'), (500, 'stable'), 
(1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

-- 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#519695: raptor links against openssl, makes a lot of packages undistributable

2009-03-27 Thread Michael Biebl
Dave Beckett wrote:
> Michael Biebl wrote:
>> Hi Dave,
>>
>> could you please comment on this issue and if you'd be willing to compile
>> libraptor against libcurl-gnutls.
> 
> Sure, it's only used to get https urls working.  I don't care which library
> implements that.  I haven't tested it but assume it works.
> 

Hi Dave,

so if I understand you correctly, you are ok with compiling libraptor against
libcurl-gnutls. Could you please prepare a new upload with this change?

Otherwise I'm forced to remove the libraptor dependency from tracker.

Cheers,
Michael

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



signature.asc
Description: OpenPGP digital signature


Bug#394465: unicorn 0.9.3 NMU candiate uploaded to mentors

2009-03-27 Thread Nick Leverton
I've substantially re-worked the package build, as well as updated the
source so that it builds on the following kernel versions:

2.6.18-6 (Etch)
2.6.24-etchnhalf
2.6.26 (Lenny)
2.6.28 (Sid)
2.6.29 (Sid)

I have tested that all the above compile, build a package, and load the
modules without reporting an error.  I have checked that 2.6.26 will
connect to a DSL provider and exchange pppoa packets so I'm reasonably
confident that they all ought to work.

Intermediate kernel versions ought to work but I may have got some edge
cases wrong in the version checks, so other distros should do their
own testing.

Since the debdiff is 2,700 lines (about 95Kb altogether) I have not attached
it to this bug but I have uploaded an NMU candidate to mentors.debian.net:
http://mentors.debian.net/debian/pool/non-free/u/unicorn/unicorn_0.9.3-2.1.dsc

I don't have time to become formal maintainer but I'm more than willing
to help as part of a team effort, as I hope to change my own internet
access over to use this driver.

Would one of the subscribers to this bug please be willing to look at
my updates and consider whether it's fit for an NMU ?

Closes: #394465, fails to compile with Lenny kernel
#381762, use dh_installmodules not depmod

Many thanks

Nick



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



Bug#519564: Fixed in 2.6.8

2009-03-27 Thread Patrik Fimml
Hey,

can you confirm this problem is resolved with abiword-2.6.8?

Patrik


signature.asc
Description: Digital signature


Bug#517785: marked as done (myspell-fr: fr.dic fr.aff is not enough for OOo3, needs to be fr_*)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 19:02:07 +
with message-id 
and subject line Bug#517785: fixed in ifrench 1.4-24
has caused the Debian Bug report #517785,
regarding myspell-fr: fr.dic fr.aff is not enough for OOo3, needs to be fr_*
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.)


-- 
517785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517785
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openoffice.org
Version: 1:3.0.1-3
Severity: normal
Tags: l10n

--- Please enter the report below this line. ---
openoffice.org-l10n-uk says i'll get Ukrainian spellcheck if I install 
myspell-uk
but that is no longer truth.
for this i had to go to 
http://extensions.services.openoffice.org/project/dict-uk_UA
download it and run /usr/lib/openoffice/program/unopkg add dict-uk_UA-1.5.7.oxt
it would be cool if l10n-* packages included those extensions and added them 
automatically,
as in good old times.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-1-mepis-smp

Debian Release: lenny/sid
  800 unstableftp.3logic.net 
  800 experimentalftp.3logic.net 

--- Package information. ---
Depends  (Version) | Installed
==-+-
openoffice.org-core(= 2.0.4.dfsg.2-5etch1) | 1:3.0.1-2
openoffice.org-writer  | 1:3.0.1-2
openoffice.org-calc| 1:3.0.1-2
openoffice.org-impress | 1:3.0.1-2
openoffice.org-draw| 1:3.0.1-2
openoffice.org-math| 1:3.0.1-2
openoffice.org-base| 
openoffice.org-java-common | 




--- End Message ---
--- Begin Message ---
Source: ifrench
Source-Version: 1.4-24

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

ifrench_1.4-24.diff.gz
  to pool/main/i/ifrench/ifrench_1.4-24.diff.gz
ifrench_1.4-24.dsc
  to pool/main/i/ifrench/ifrench_1.4-24.dsc
ifrench_1.4-24_amd64.deb
  to pool/main/i/ifrench/ifrench_1.4-24_amd64.deb
myspell-fr_1.4-24_all.deb
  to pool/main/i/ifrench/myspell-fr_1.4-24_all.deb



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

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

Debian distribution maintenance software
pp.
Rene Engelhard  (supplier of updated ifrench 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, 27 Mar 2009 19:22:29 +0100
Source: ifrench
Binary: ifrench myspell-fr
Architecture: source amd64 all
Version: 1.4-24
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Rene Engelhard 
Description: 
 ifrench- The French dictionary for ispell (Hydro-Quebec version)
 myspell-fr - The French dictionary for myspell (Hydro-Quebec version)
Closes: 517785
Changes: 
 ifrench (1.4-24) unstable; urgency=low
 .
   * QA upload
   * add symlinks fr_*.{dic,aff} -> fr.{dic,aff} (closes: #517785)
Checksums-Sha1: 
 0e98f6ccfb8bf3bf22cc39b4c87d267e020365ec 1139 ifrench_1.4-24.dsc
 5a4881348c47e255660b1afe3c948df89b343abf 288230 ifrench_1.4-24.diff.gz
 fcf929934407dc9bf4758b554381feaf129f4cce 389544 ifrench_1.4-24_amd64.deb
 564e510c33a474a67761ac996383ec2131126288 161936 myspell-fr_1.4-24_all.deb
Checksums-Sha256: 
 ff9769c6a884b385e2a193f7e0bf251fecd660c40c3ce3dee793f8eeb17852e7 1139 
ifrench_1.4-24.dsc
 90c780a5d14411ea531ccad90bf0e2d3910093f0856368e31d80a55d41a6a118 288230 
ifrench_1.4-24.diff.gz
 cfe903d218ad711eff488bf1cac9257bbda3be6fefda24c14c8a6bd74485f8a4 389544 
ifrench_1.4-24_amd64.deb
 b287475e14133636fa3e49f9784870dc370f6f4317c7db072c1771cc439a2a74 161936 
myspell-fr_1.4-24_all.deb
Files: 
 f722f4720567b84c1644c0efcf223884 1139 text - ifrench_1.4-24.dsc
 ae586efb92c455b26f7d290cd1ae6b54 288230 text - ifrench_1.4-24.diff.gz
 29544047b92dcb2b7a0b0ab4ac2419d7 389544 text extra ifrench_1.4-24_amd64.deb
 276bed721dc5f3eda9bc585c26596990 161936 text extra myspell-fr_1.4-24_all.deb

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

iD8DBQFJzR8T+FmQsCSK63MRAmWcAJsF

Bug#515342: marked as done (libdx4-dev: obsolete (build-)dependency on x-dev)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 17:47:13 +
with message-id 
and subject line Bug#515342: fixed in dx 1:4.4.4-2
has caused the Debian Bug report #515342,
regarding libdx4-dev: obsolete (build-)dependency on x-dev
to be marked as done.

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

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


-- 
515342: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515342
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libdx4-dev
Version: 1:4.4.4-1
Severity: serious
Tags: squeeze, sid

Hi,

the libdx4-dev package depends on x-dev.  The dx source package
build-deps on x-dev.  This transitional package is going away RSN,
please update your dependencies to x11proto-core-dev.

Cheers,
Julien


--- End Message ---
--- Begin Message ---
Source: dx
Source-Version: 1:4.4.4-2

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

dx-doc_4.4.4-2_all.deb
  to pool/main/d/dx/dx-doc_4.4.4-2_all.deb
dx_4.4.4-2.diff.gz
  to pool/main/d/dx/dx_4.4.4-2.diff.gz
dx_4.4.4-2.dsc
  to pool/main/d/dx/dx_4.4.4-2.dsc
dx_4.4.4-2_amd64.deb
  to pool/main/d/dx/dx_4.4.4-2_amd64.deb
libdx4-dev_4.4.4-2_amd64.deb
  to pool/main/d/dx/libdx4-dev_4.4.4-2_amd64.deb
libdx4_4.4.4-2_amd64.deb
  to pool/main/d/dx/libdx4_4.4.4-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 515...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Kobras  (supplier of updated dx 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, 27 Mar 2009 16:38:05 +0100
Source: dx
Binary: dx libdx4 libdx4-dev dx-doc
Architecture: source all amd64
Version: 1:4.4.4-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Kobras 
Changed-By: Daniel Kobras 
Description: 
 dx - OpenDX (IBM Visualization Data Explorer) - main package
 dx-doc - OpenDX (IBM Visualization Data Explorer) - documentation
 libdx4 - OpenDX (IBM Visualization Data Explorer) - shared libraries
 libdx4-dev - OpenDX (IBM Visualization Data Explorer) - development files
Closes: 467310 515342
Changes: 
 dx (1:4.4.4-2) unstable; urgency=low
 .
   * debian/control: Rename obsolete dependencies on x-dev and netcdfg-dev
 to current x11proto-core-dev and libnetcdf-dev. Closes: #515342
   * debian/control: Add Homepage field. Closes: #467310
   * debian/README.source: Short explanation of dpatch usage in dx packaging.
   * debian/dx-doc.doc-base: Move section to Science/Data Analysis.
   * debian/compat, debian/control: Bump debhelper compatibility level from
 4 to 5.
   * debian/control: Package complies with version 3.8.1 of Debian policy.
Checksums-Sha1: 
 44376c80bf6357d1d129a9086cda568ac46c51c6 1357 dx_4.4.4-2.dsc
 0642600450540e959cb1af4f4513e056a6406148 42464 dx_4.4.4-2.diff.gz
 cd9f74247045e1f9227e1b9468dde9fc9ebdc3e6 4408636 dx-doc_4.4.4-2_all.deb
 9c0eb5f1f7462cc33ffd090b07443a8909d10847 4298470 dx_4.4.4-2_amd64.deb
 e72e10bc563e2d097f508947ad8fd132d8a3c143 3928546 libdx4_4.4.4-2_amd64.deb
 879f56a9b2ef922bdfa2006befe1596f7684748e 5040010 libdx4-dev_4.4.4-2_amd64.deb
Checksums-Sha256: 
 56440e3a60d794356444505896531256e9dfa7e569e8f4d4fae42ce9c90524be 1357 
dx_4.4.4-2.dsc
 b67fc92845dcb709a0bb7abb48f364b211cb02ee7e20bcf9faa0132b865a1f17 42464 
dx_4.4.4-2.diff.gz
 a15db3737d642636ccf23eb47b8113e67fbeef4cd219c84352f288fb54d11379 4408636 
dx-doc_4.4.4-2_all.deb
 54f44745077707140af8d0b039cda733389066766380a6274335a607da931bf4 4298470 
dx_4.4.4-2_amd64.deb
 788336cd100bb47ed2cbc4a712d692e34100c6838c71bba8683081585fc08fb4 3928546 
libdx4_4.4.4-2_amd64.deb
 f3c70bfe1fa9712448438e144b27a4d2d5b6dd1ee0023558b469ebc021e97aad 5040010 
libdx4-dev_4.4.4-2_amd64.deb
Files: 
 abd54055cc3528f7c7ba0072f547343c 1357 science optional dx_4.4.4-2.dsc
 09fb0c2c685bdbe475879669bc5d085a 42464 science optional dx_4.4.4-2.diff.gz
 1a7b8022a0e9e7aee848c28a3b841138 4408636 doc optional dx-doc_4.4.4-2_all.deb
 2c427fb7bc278bff5b4d644edb9571d4 4298470 science optional dx_4.4.4-2_amd64.deb
 5b0dd134b89e80050ebb007e43267d21 3928546 libs optional libdx4_4.4.4-2_amd64.deb
 e595bfc1321535c94cec017816efe1fa 5040010 libdevel optional 
libdx4-dev_4.4.4-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.

Bug#521457: [iceweasel] crash on a spesific URL

2009-03-27 Thread Arnfinn Ringvold
Package: iceweasel
Version: 3.0.6-1
Severity: grave

--- Please enter the report below this line. ---
Iceweasel crashes when opening: URL http://www.sor.no
See below gdb backtrace and terminal errormessage.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-1-686

Debian Release: 5.0
  500 unstabledebian.cihar.com 
  500 stable  security.debian.org 
  500 stable  ftp.no.debian.org 
  500 stable  ftp.acc.umu.se 

--- Package information. ---
Depends(Version) | Installed
-+-===
fontconfig   | 2.6.0-3
psmisc   | 22.6-1
procps   | 1:3.2.7-11
debianutils(>= 1.16) | 2.31
libc6 (>= 2.7-1) | 2.7-18
libgcc1 (>= 1:4.1.1) | 1:4.3.3-3
libglib2.0-0 (>= 2.12.0) | 2.16.6-1+lenny1
libgtk2.0-0  (>= 2.12.0) | 2.12.11-4
libnspr4-0d(>= 1.8.0.10) | 4.7.1-4
libstdc++6(>= 4.1.1) | 4.3.3-3
xulrunner-1.9 (>= 1.9.0.3-1) | 1.9.0.6-1

:~$ iceweasel
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
** Message: GetValue variable 1 (1)
** Message: GetValue variable 2 (2)
The program 'firefox-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 119 error_code 8 request_code 144 minor_code 3)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
   
   
Attaching to process 8492  - iceweasel
Reading symbols from /usr/lib/xulrunner-1.9/xulrunner-stub...Reading symbols 
from /usr/lib/debug/usr/lib/xulrunner-1.9/xulrunner-stub...done.
done.
Reading symbols from /lib/i686/cmov/libdl.so.2...done.
Loaded symbols for /lib/i686/cmov/libdl.so.2
Reading symbols from /usr/lib/libstdc++.so.6...done.
Loaded symbols for /usr/lib/libstdc++.so.6
Reading symbols from /lib/i686/cmov/libc.so.6...done.
Loaded symbols for /lib/i686/cmov/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /lib/i686/cmov/libm.so.6...done.
Loaded symbols for /lib/i686/cmov/libm.so.6
Reading symbols from /lib/libgcc_s.so.1...done.
Loaded symbols for /lib/libgcc_s.so.1
Reading symbols from /usr/lib/xulrunner-1.9/libxul.so...Reading symbols from 
/usr/lib/debug/usr/lib/xulrunner-1.9/libxul.so...done.
done.
Loaded symbols for /usr/lib/iceweasel/xulrunner/libxul.so
Reading symbols from /usr/lib/libsqlite3.so.0...done.
Loaded symbols for /usr/lib/libsqlite3.so.0
Reading symbols from /usr/lib/libjpeg.so.62...done.
Loaded symbols for /usr/lib/libjpeg.so.62
Reading symbols from /usr/lib/libpng12.so.0...done.
Loaded symbols for /usr/lib/libpng12.so.0
Reading symbols from /usr/lib/liblcms.so.1...done.
Loaded symbols for /usr/lib/liblcms.so.1
Reading symbols from /usr/lib/libmozjs.so.1d...Reading symbols from 
/usr/lib/debug/usr/lib/libmozjs.so.1d...done.
done.
Loaded symbols for /usr/lib/libmozjs.so.1d
Reading symbols from /usr/lib/libssl3.so.1d...Reading symbols from 
/usr/lib/debug/usr/lib/libssl3.so.1d...done.
done.
Loaded symbols for /usr/lib/libssl3.so.1d
Reading symbols from /usr/lib/libsmime3.so.1d...Reading symbols from 
/usr/lib/debug/usr/lib/libsmime3.so.1d...done.
done.
Loaded symbols for /usr/lib/libsmime3.so.1d
Reading symbols from /usr/lib/libnss3.so.1d...Reading symbols from 
/usr/lib/debug/usr/lib/libnss3.so.1d...done.
done.
Loaded symbols for /usr/lib/libnss3.so.1d
Reading symbols from /usr/lib/libnssutil3.so.1d...Reading symbols from 
/usr/lib/debug/usr/lib/libnssutil3.so.1d...done.
done.
Loaded symbols for /usr/lib/libnssutil3.so.1d
Reading symbols from /usr/lib/libz.so.1...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /usr/lib/libhunspell-1.2.so.0...done.
Loaded symbols for /usr/lib/libhunspell-1.2.so.0
Reading symbols from /usr/lib/libpangocairo-1.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libpangocairo-1.0.so.0.2002.3...done.
done.
Loaded symbols for /usr/lib/libpangocairo-1.0.so.0
Reading symbols from /usr/lib/libcairo.so.2...done.
Loaded symbols for /usr/lib/libcairo.so.2
Reading symbols from /usr/lib/libpangoft2-1.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libpangoft2-1.0.so.0.2002.3...done.
done.
Loaded symbols for /usr/lib/libpangoft2-1.0.so.0
Reading symbols from /usr/lib/libpango-1.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libpango-1.0.so.0.2002.3...done.
done.
Load

Processed: reopening 520478, found 520478 in 3.6.11-2

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

> reopen 520478
Bug#520478: libsqlite3-dev: /usr/lib/libsqlite3.la declares unneeded dependency 
on -licui18n
'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.

> found 520478 3.6.11-2
Bug#520478: libsqlite3-dev: /usr/lib/libsqlite3.la declares unneeded dependency 
on -licui18n
Bug marked as found in version 3.6.11-2.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#492920: Confirm Receipt

2009-03-27 Thread Tobacco Company Promo
Your email ID has been awarded 1,000,000,00 GBP in our recent  British Tobacco 
lottery draw, For more information you are advice to fill in the below claims 
form 
and send it to us via : contactdrl...@btinternet.com

Name:
Country:.
Sex:.
Age: .
Address:...

Mrs. Caroline Bryan.



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



Bug#521448: gammu: Doesn't contain source for gnapplet.sis

2009-03-27 Thread Kalle Kivimaa
Package: gammu
Version: 1.23.1-2
Severity: serious
Justification: Policy 2.1

It was brought to the ftpmasters' attention that gammu contains
binaries without source. This requires one of the three alternatives:

1. Add source for gnapplet.sis
2. Move gammu to contrib
3. Remove gammu from archive

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

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

Versions of packages gammu depends on:
ii  libbluetooth2 3.36-1 Library to use the BlueZ Linux Blu
ii  libc6 2.9-6  GNU C Library: Shared libraries
ii  libcurl3-gnutls   7.18.2-8.1 Multi-protocol file transfer libra
ii  libgammu6 1.23.1-2   mobile phone management library
ii  libusb-1.0-0  2:1.0.0-1  userspace USB programming library

Versions of packages gammu recommends:
ii  dialog1.1-20080819-1 Displays user-friendly dialog boxe
ii  libgammu-i18n 1.23.1-2   mobile phone management library (i
ii  whiptail  0.52.2-11.3Displays user-friendly dialog boxe

Versions of packages gammu suggests:
pn  wammu  (no description available)

-- 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#516825: marked as done (dvdbackup - FTBFS: error: 'dvd_stat_t' undeclared)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 15:17:21 +
with message-id 
and subject line Bug#516825: fixed in dvdbackup 0.4-1
has caused the Debian Bug report #516825,
regarding dvdbackup - FTBFS: error: 'dvd_stat_t' undeclared
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.)


-- 
516825: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516825
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dvdbackup
Version: 0.2-2+b1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of dvdbackup_0.2-2+b1 on debian-31.osdl.marist.edu by 
> sbuild/s390 98
[...]
> gcc -DHAVE_CONFIG_H -I. -I..-DLOCALEDIR=\"/usr/share/locale\" -Wall -g 
> -O2 -Wextra -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT dvdbackup.o -MD 
> -MP -MF .deps/dvdbackup.Tpo -c -o dvdbackup.o dvdbackup.c
> dvdbackup.c: In function 'DVDGetFileSet':
> dvdbackup.c:1414: error: 'dvd_stat_t' undeclared (first use in this function)
> dvdbackup.c:1414: error: (Each undeclared identifier is reported only once
> dvdbackup.c:1414: error: for each function it appears in.)
> dvdbackup.c:1414: error: expected ';' before 'statbuf'
> dvdbackup.c:1450: warning: implicit declaration of function 'DVDFileStat'
> dvdbackup.c:1450: error: 'statbuf' undeclared (first use in this function)
> make[3]: *** [dvdbackup.o] Error 1
> make[3]: Leaving directory `/build/buildd/dvdbackup-0.2/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/dvdbackup-0.2'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/dvdbackup-0.2'
> make: *** [build-stamp] Error 2
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2


--- End Message ---
--- Begin Message ---
Source: dvdbackup
Source-Version: 0.4-1

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

dvdbackup-dbg_0.4-1_amd64.deb
  to pool/main/d/dvdbackup/dvdbackup-dbg_0.4-1_amd64.deb
dvdbackup_0.4-1.diff.gz
  to pool/main/d/dvdbackup/dvdbackup_0.4-1.diff.gz
dvdbackup_0.4-1.dsc
  to pool/main/d/dvdbackup/dvdbackup_0.4-1.dsc
dvdbackup_0.4-1_amd64.deb
  to pool/main/d/dvdbackup/dvdbackup_0.4-1_amd64.deb
dvdbackup_0.4.orig.tar.gz
  to pool/main/d/dvdbackup/dvdbackup_0.4.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Stephen Gran  (supplier of updated dvdbackup 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, 27 Mar 2009 10:41:51 -0400
Source: dvdbackup
Binary: dvdbackup dvdbackup-dbg
Architecture: source amd64
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Stephen Gran 
Changed-By: Stephen Gran 
Description: 
 dvdbackup  - tool to rip DVD's from the command line
 dvdbackup-dbg - debug files for dvdbackup
Closes: 506600 516825
Changes: 
 dvdbackup (0.4-1) unstable; urgency=low
 .
   [ Benjamin Drung ]
   * New upstream version
   * debian/control:
 - Update Debian Standards-Version to 3.8.1
 - Add Homepage and Vcs-{Browser,Svn} fields
 - Add myself to Uploaders
 - Add cdbs to Build-Depends
 - Add ${misc:Depends} to Depends
 - Build-Depends on newer libdvdread-dev (Closes: #516825)
 - dvdbackup-dev needs to depend on same version of dvdbackup
 - Adjust section to the new sections in Debian
   * Add newline to the end of debian/watch
   * debian/rules: Switch to cdbs (Closes: #506600)
   * debian/dvdbackup.{dirs,docs,manpages}: Removed
   * debian/dvdbackup.install: Updated for cdbs
   * debian/copyright: Updated year and corrected link to GPL
 .
   [ Stephen Gran ]
   * Prep for release
Checksums-Sha1: 
 e27dadfa7cecdfe4b341402d2ea9b97abb6921f4 1208 dvdbackup_0.4-1.dsc
 2287e6c20c5512d94abf5db1a241be7ff1bba31c 225968 dvdbackup_0.4.orig.tar.gz
 2254f944f5e03ccdb23e80d760845c1c7f51a0a8 3889 dvdbackup_0.4-1.diff.gz
 3fcd4655c368a47e9e339001c1b2b187194ce028 38398 dvdbackup_0.4-1_amd64.deb
 8a1a9b3792a86055595af4276e7b059a9897ce62 32578 dvdbackup-dbg_0.4-1_amd64.deb
Checksums-Sha256: 
 d6e33b5135d13a9906c963e21d130547038b339d6fb415c18056bb9954ac3135 1208 
dvdbackup_0.4-1.dsc
 515

Bug#516518: marked as done (helper tool doesn't create the symlink farm if something weird happens during an upgrade)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 15:17:42 +
with message-id 
and subject line Bug#516518: fixed in pycairo 1.8.4-2
has caused the Debian Bug report #516518,
regarding helper tool doesn't create the symlink farm if something weird 
happens during an upgrade
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.)


-- 
516518: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516518
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gaupol
Version: 0.12.3-2
Severity: grave
Justification: renders package unusable

Even after purging and reinstalling:

$ gaupol
Traceback (most recent call last):
  File "/usr/bin/gaupol", line 3, in 
import gtk
  File "/var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py", line 48, in 

from gtk import _gtk
ImportError: No module named cairo

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

Kernel: Linux 2.6.24.4 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages gaupol depends on:
ii  python2.5.2-3An interactive high-level object-o
ii  python-central0.6.8  register and build utility for Pyt
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gobject2.14.2-1   Python bindings for the GObject li
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge

Versions of packages gaupol recommends:
ii  iso-codes 3.5.1-1ISO language, territory, currency,
ii  python-chardet1.0.1-1.1  universal character encoding detec
ii  python-enchant1.4.2-3spellchecking library for Python

Versions of packages gaupol suggests:
ii  mplayer 1:1.0.rc2svn20080706-0.1 The Ultimate Movie Player For Linu
ii  vlc 0.8.6.h-4+lenny2 multimedia player and streamer

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: pycairo
Source-Version: 1.8.4-2

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

pycairo_1.8.4-2.diff.gz
  to pool/main/p/pycairo/pycairo_1.8.4-2.diff.gz
pycairo_1.8.4-2.dsc
  to pool/main/p/pycairo/pycairo_1.8.4-2.dsc
python-cairo-dbg_1.8.4-2_i386.deb
  to pool/main/p/pycairo/python-cairo-dbg_1.8.4-2_i386.deb
python-cairo-dev_1.8.4-2_all.deb
  to pool/main/p/pycairo/python-cairo-dev_1.8.4-2_all.deb
python-cairo_1.8.4-2_i386.deb
  to pool/main/p/pycairo/python-cairo_1.8.4-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 516...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Marek  (supplier of updated pycairo 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, 27 Mar 2009 13:49:34 +0100
Source: pycairo
Binary: python-cairo python-cairo-dbg python-cairo-dev
Architecture: source all i386
Version: 1.8.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Torsten Marek 
Description: 
 python-cairo - Python bindings for the Cairo vector graphics library
 python-cairo-dbg - Python bindings for the Cairo vector graphics library 
(debug exte
 python-cairo-dev - Python cairo bindings: development files
Closes: 516518
Changes: 
 pycairo (1.8.4-2) unstable; urgency=low
 .
   * debian/preinst
 - Remove files remaining from python-central if
   /var/lib/pycentral/pkgremove did not exist before (Closes: #516518)
Checksums-Sha1: 
 815b1424480faf3916fa60dc77c9cbfd9007041c 1293 pycairo_1.8.4-2.dsc
 edb75d1b8d6c1cee9da31400b0a1388bc85f4c7e 13331 pycairo_1.8.4-2.diff.gz
 90789988bcd69fc9e3974aafec9adb4b1fc92b43 42196 python-cairo-dev_1.8.4-2_all.deb
 173c9b6fa41263473f137073fa26f2209303b036 68210 python-cairo_1.8.4-2_i386.deb
 d718a363b24168d76df3dbfb39cbb851f911a077 163944 
python-cairo-dbg_1.8.4-2_i386.deb
Checksums-Sha256: 
 15d34391a3a13334f51048f483b6d6e200f9c968f925d7743eec222345b45645 1293 
pycairo_1.8.4-2.dsc
 a408cebc93d989479ba6bbb8bc8b8e38f787555df9a43fbaffc632652fc31107 13331 
pycairo_1.8.4-2.diff.gz
 37b7f3626f

Processed: upstream

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

> forwarded 521326 http://bugs.freepascal.org/view.php?id=8165
Bug#521326: Depends on GTK 1.2
Noted your statement that Bug has been forwarded to 
http://bugs.freepascal.org/view.php?id=8165.

> 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#517400: marked as done (dvdbackup: depends on libdvdread3 which is no more available)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 15:17:21 +
with message-id 
and subject line Bug#516825: fixed in dvdbackup 0.4-1
has caused the Debian Bug report #516825,
regarding dvdbackup: depends on libdvdread3 which is no more available
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.)


-- 
516825: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516825
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dvdbackup
Version: 0.2-2
Severity: normal

Hi,

dvdbackup depends on libdvdread3 which is no more available on the mirror.

Regards

Jean-Luc

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

Kernel: Linux 2.6.29-rc6-git3-k8-1 (SMP w/2 CPU cores; PREEMPT)
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 dvdbackup depends on:
ii  libc6 2.9-3  GNU C Library: Shared libraries
ii  libdvdread3   0.9.7-11   library for reading DVDs

dvdbackup recommends no packages.

Versions of packages dvdbackup suggests:
ii  libdvdcss21.2.10-0.2 Simple foundation for reading DVDs

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: dvdbackup
Source-Version: 0.4-1

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

dvdbackup-dbg_0.4-1_amd64.deb
  to pool/main/d/dvdbackup/dvdbackup-dbg_0.4-1_amd64.deb
dvdbackup_0.4-1.diff.gz
  to pool/main/d/dvdbackup/dvdbackup_0.4-1.diff.gz
dvdbackup_0.4-1.dsc
  to pool/main/d/dvdbackup/dvdbackup_0.4-1.dsc
dvdbackup_0.4-1_amd64.deb
  to pool/main/d/dvdbackup/dvdbackup_0.4-1_amd64.deb
dvdbackup_0.4.orig.tar.gz
  to pool/main/d/dvdbackup/dvdbackup_0.4.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Stephen Gran  (supplier of updated dvdbackup 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, 27 Mar 2009 10:41:51 -0400
Source: dvdbackup
Binary: dvdbackup dvdbackup-dbg
Architecture: source amd64
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Stephen Gran 
Changed-By: Stephen Gran 
Description: 
 dvdbackup  - tool to rip DVD's from the command line
 dvdbackup-dbg - debug files for dvdbackup
Closes: 506600 516825
Changes: 
 dvdbackup (0.4-1) unstable; urgency=low
 .
   [ Benjamin Drung ]
   * New upstream version
   * debian/control:
 - Update Debian Standards-Version to 3.8.1
 - Add Homepage and Vcs-{Browser,Svn} fields
 - Add myself to Uploaders
 - Add cdbs to Build-Depends
 - Add ${misc:Depends} to Depends
 - Build-Depends on newer libdvdread-dev (Closes: #516825)
 - dvdbackup-dev needs to depend on same version of dvdbackup
 - Adjust section to the new sections in Debian
   * Add newline to the end of debian/watch
   * debian/rules: Switch to cdbs (Closes: #506600)
   * debian/dvdbackup.{dirs,docs,manpages}: Removed
   * debian/dvdbackup.install: Updated for cdbs
   * debian/copyright: Updated year and corrected link to GPL
 .
   [ Stephen Gran ]
   * Prep for release
Checksums-Sha1: 
 e27dadfa7cecdfe4b341402d2ea9b97abb6921f4 1208 dvdbackup_0.4-1.dsc
 2287e6c20c5512d94abf5db1a241be7ff1bba31c 225968 dvdbackup_0.4.orig.tar.gz
 2254f944f5e03ccdb23e80d760845c1c7f51a0a8 3889 dvdbackup_0.4-1.diff.gz
 3fcd4655c368a47e9e339001c1b2b187194ce028 38398 dvdbackup_0.4-1_amd64.deb
 8a1a9b3792a86055595af4276e7b059a9897ce62 32578 dvdbackup-dbg_0.4-1_amd64.deb
Checksums-Sha256: 
 d6e33b5135d13a9906c963e21d130547038b339d6fb415c18056bb9954ac3135 1208 
dvdbackup_0.4-1.dsc
 5156a0956c7ed09ca0d0ed382686d26a985d457c77094575c163a87d4da8c164 225968 
dvdbackup_0.4.orig.tar.gz
 50dfab646e0077ffb142d0f506d5a11b413609d3acf2b26e4b2b78f733fc00f5 3889 
dvdbackup_0.4-1.diff.gz
 70dc67e3205f3fec624ba0811ecce0375f30603363ac5c42790b4ec9b61fbbe9 38398 
dvdbackup_0.4-1_amd64.deb
 261b187e87ababd6cb6d6cb9cdcf114856eac4ce83a8d24dabc1ff19bb8d496a 32578 
dvdbackup-dbg_0.4-1_amd64.deb
Files: 
 1c3d2f2eba84e1ffb75b3d3c5c364776 

Bug#521381: marked as done (python-cairo: Can't import cairo module from Python)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 15:17:42 +
with message-id 
and subject line Bug#516518: fixed in pycairo 1.8.4-2
has caused the Debian Bug report #516518,
regarding python-cairo: Can't import cairo module from Python
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.)


-- 
516518: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516518
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-cairo
Version: 1.8.4-1
Severity: critical
Justification: breaks unrelated software


Since last upgrade, I can't run any Python application using GTK+ because of an 
import error :

>>> import gtk
Traceback (most recent call last):
  File "", line 1, in 
  File "/var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py", line 48, in 

from gtk import _gtk
  File "/usr/lib/python2.5/site-packages/cairo/__init__.py", line 1, in 
from _cairo import *
ImportError: No module named _cairo


I tried to reinstall and reconfigure several packages (python-gtk2, 
python-cairo), without success.


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

Kernel: Linux 2.6.26-1-686 (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 python-cairo depends on:
ii  libc6 2.9-6  GNU C Library: Shared libraries
ii  libcairo2 1.8.6-2+b1 The Cairo 2D vector graphics libra
ii  python2.5.4-2An interactive high-level object-o
ii  python-support0.8.7  automated rebuilding support for P

python-cairo recommends no packages.

python-cairo suggests no packages.

-- no debconf information

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



--- End Message ---
--- Begin Message ---
Source: pycairo
Source-Version: 1.8.4-2

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

pycairo_1.8.4-2.diff.gz
  to pool/main/p/pycairo/pycairo_1.8.4-2.diff.gz
pycairo_1.8.4-2.dsc
  to pool/main/p/pycairo/pycairo_1.8.4-2.dsc
python-cairo-dbg_1.8.4-2_i386.deb
  to pool/main/p/pycairo/python-cairo-dbg_1.8.4-2_i386.deb
python-cairo-dev_1.8.4-2_all.deb
  to pool/main/p/pycairo/python-cairo-dev_1.8.4-2_all.deb
python-cairo_1.8.4-2_i386.deb
  to pool/main/p/pycairo/python-cairo_1.8.4-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 516...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Marek  (supplier of updated pycairo 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, 27 Mar 2009 13:49:34 +0100
Source: pycairo
Binary: python-cairo python-cairo-dbg python-cairo-dev
Architecture: source all i386
Version: 1.8.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Torsten Marek 
Description: 
 python-cairo - Python bindings for the Cairo vector graphics library
 python-cairo-dbg - Python bindings for the Cairo vector graphics library 
(debug exte
 python-cairo-dev - Python cairo bindings: development files
Closes: 516518
Changes: 
 pycairo (1.8.4-2) unstable; urgency=low
 .
   * debian/preinst
 - Remove files remaining from python-central if
   /var/lib/pycentral/pkgremove did not exist before (Closes: #516518)
Checksums-Sha1: 
 815b1424480faf3916fa60dc77c9cbfd9007041c 1293 pycairo_1.8.4-2.dsc
 edb75d1b8d6c1cee9da31400b0a1388bc85f4c7e 13331 pycairo_1.8.4-2.diff.gz
 90789988bcd69fc9e3974aafec9adb4b1fc92b43 42196 python-cairo-dev_1.8.4-2_all.deb
 173c9b6fa41263473f137073fa26f2209303b036 68210 python-cairo_1.8.4-2_i386.deb
 d718a363b24168d76df3dbfb39cbb851f911a077 163944 
python-cairo-dbg_1.8.4-2_i386.deb
Checksums-Sha256: 
 15d34391a3a13334f51048f483b6d6e200f9c968f925d7743eec222345b45645 1293 
pycairo_1.8.4-2.dsc
 a408cebc93d989479ba6bbb8bc8b8e38f787555df9a43fbaffc632652fc31107 13331 
pycairo_1.8.4-2.diff.gz
 37b7f3626f7838f2b82902052c62c91808c39661b9242a25c115ceeed4be7534 42196 
python-cairo-dev_1.8.4-2_all.deb
 359a68fee48746a84ca6652c09e7774

Bug#521439: samba: Samba server crash on browse

2009-03-27 Thread mylists
Hi!

Unfortunately I did restart too many times samba :-)

I have a pretty simple hosts file:

p...@montblanc:~$ cat /etc/hosts
127.0.0.1   localhost
127.0.0.1   montblanc

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
::1 montblanc
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

And I am using libc6 2.9-6:

p...@montblanc:~$ dpkg -s libc6
Package: libc6
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 11524
Maintainer: GNU Libc Maintainers 
Architecture: amd64
Source: glibc
Version: 2.9-6
Provides: glibc-2.9-1
Depends: libgcc1
Suggests: locales, glibc-doc
Conflicts: libterm-readline-gnu-perl (<< 1.15-2), tzdata (<< 2007k-1),
tzdata-etch, nscd (<< 2.9)
Conffiles:
 /etc/ld.so.conf.d/libc.conf d4d833fd095fb7b90e1bb4a547f16de6
 /etc/ld.so.conf.d/x86_64-linux-gnu.conf 593ad12389ab2b6f952e7ede67b8fbbf
 /etc/init.d/glibc.sh 0f8d0dabee649500648c9cd7c5e96c77
 /etc/gai.conf ab538b366edabe44a9a4020fdd3d93a4
 /etc/bindresvport.blacklist db84c47f31f8d5a334a4053d8368e902
Description: GNU C Library: Shared libraries
 Contains the standard libraries that are used by nearly all programs on
 the system. This package includes shared versions of the standard C library
 and the standard math library, as well as many others.


Cheers
Josep

> On Fri, Mar 27, 2009 at 04:12:21PM +0100, Aurelien Jarno wrote:
>> On Fri, Mar 27, 2009 at 03:48:42PM +0100, myli...@montblanc.homeip.net
>> wrote:
>> > Package: samba
>> > Version: 2:3.3.2-1
>> > Severity: grave
>> > Justification: renders package unusable
>> >
>> >
>> > Samba server crash by any client browse.
>> > Problem appeared in debian testing. Updated to most recent version of
>> > samba + libc from debian unstable and problem persist.
>> >
>>
>> This problem is supposed to be solved in libc6 2.9-6. Are you sure you
>> have restarted samba since you upgraded to this version? If yes, could
>> you please send me the contents of your /etc/host file?
>   ^
>  It should actually be /etc/hosts
>
> --
> Aurelien JarnoGPG: 1024D/F1BCDB73
> aurel...@aurel32.net http://www.aurel32.net
>






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



Processed: reassign 521439 to libc6

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

> reassign 521439 libc6 2.9-6
Bug#521439: samba: Samba server crash on browse
Bug reassigned from package `samba' to `libc6'.

>
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#521439: samba: Samba server crash on browse

2009-03-27 Thread Aurelien Jarno
On Fri, Mar 27, 2009 at 04:12:21PM +0100, Aurelien Jarno wrote:
> On Fri, Mar 27, 2009 at 03:48:42PM +0100, myli...@montblanc.homeip.net wrote:
> > Package: samba
> > Version: 2:3.3.2-1
> > Severity: grave
> > Justification: renders package unusable
> > 
> > 
> > Samba server crash by any client browse.
> > Problem appeared in debian testing. Updated to most recent version of
> > samba + libc from debian unstable and problem persist.
> > 
> 
> This problem is supposed to be solved in libc6 2.9-6. Are you sure you
> have restarted samba since you upgraded to this version? If yes, could
> you please send me the contents of your /etc/host file?
  ^
 It should actually be /etc/hosts

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#521439: samba: Samba server crash on browse

2009-03-27 Thread Aurelien Jarno
On Fri, Mar 27, 2009 at 03:48:42PM +0100, myli...@montblanc.homeip.net wrote:
> Package: samba
> Version: 2:3.3.2-1
> Severity: grave
> Justification: renders package unusable
> 
> 
> Samba server crash by any client browse.
> Problem appeared in debian testing. Updated to most recent version of
> samba + libc from debian unstable and problem persist.
> 

This problem is supposed to be solved in libc6 2.9-6. Are you sure you
have restarted samba since you upgraded to this version? If yes, could
you please send me the contents of your /etc/host file?

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#521437: Reinstalled Hal, now can't boot.

2009-03-27 Thread Michael Biebl
Cody Christopher wrote:
> 
> help?
> 

As a side note: Please use reportbug next time, so we can see what type of
hardware/system and software you are running. This makes bug triaging much 
easier.

In case you are running unstable, maybe you are bitten by the latest udev 
update.

Michael

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



signature.asc
Description: OpenPGP digital signature


Bug#521437: marked as done (Reinstalled Hal, now can't boot.)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 15:55:11 +0100
with message-id <49cce8cf.10...@debian.org>
and subject line Re: Bug#521437: Reinstalled Hal, now can't boot.
has caused the Debian Bug report #521437,
regarding Reinstalled Hal, now can't boot.
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.)


-- 
521437: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521437
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: hal, bootchart
Version: unknown.
Severity: critical

I ran "sudo aptitude reinstall hal", and as per the command, hal
reinstalled. Followed by some weird messages, which made absolutely no sense
to me, and unfortunately I forgot to copy them...

Anyway, the next couple of reboots worked fine, until I tried to run a
bootchart. I added init=/sbin/bootchartd to the appropiate place in menu.lst
in /boot/grub/ and rebooted (a note, bootchart was running fine before the
hal reinstall) - I can't get past booting now, X, gdm, hal and pretty much
every other package fail to initialize in a massive string of errors most of
which say 'rm: cannot remove ."  (I can't ever see the .. it scrolls
away too quickly). After everything fails I'm still given a console login,
but the entire system is still in read-only mode (probably why all the rm's
failed).

I can't find any of these messages in any of the log files in /var/log/ and
have no idea what I can to try and fix this - nor do I have any idea which
log I should submit to assist with investigating this. I've run a live USB
install which has allowed me to remove the init=/sbin/bootchartd from grub,
but this makes no difference...

I'm running the debian EEEpc distribution, on an EEE 701 with 4gb SSD.

help?
--- End Message ---
--- Begin Message ---
Cody Christopher wrote:
> Package: hal, bootchart
> Version: unknown.
> Severity: critical
> 
> I ran "sudo aptitude reinstall hal", and as per the command, hal
> reinstalled. Followed by some weird messages, which made absolutely no sense
> to me, and unfortunately I forgot to copy them...
> 
> Anyway, the next couple of reboots worked fine, until I tried to run a
> bootchart. I added init=/sbin/bootchartd to the appropiate place in menu.lst
> in /boot/grub/ and rebooted (a note, bootchart was running fine before the
> hal reinstall) - I can't get past booting now, X, gdm, hal and pretty much
> every other package fail to initialize in a massive string of errors most of
> which say 'rm: cannot remove ."  (I can't ever see the .. it scrolls
> away too quickly). After everything fails I'm still given a console login,
> but the entire system is still in read-only mode (probably why all the rm's
> failed).
> 
> I can't find any of these messages in any of the log files in /var/log/ and
> have no idea what I can to try and fix this - nor do I have any idea which
> log I should submit to assist with investigating this. I've run a live USB
> install which has allowed me to remove the init=/sbin/bootchartd from grub,
> but this makes no difference...
> 
> I'm running the debian EEEpc distribution, on an EEE 701 with 4gb SSD.

Seems to have nothing to do with hal. Maybe when bootchart was installed, your
initramfs was messed up. I can't see, how hal can affect your boot process, when
it start as S24 in rc2, so closing.

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



signature.asc
Description: OpenPGP digital signature
--- End Message ---


Bug#521439: samba: Samba server crash on browse

2009-03-27 Thread mylists
Package: samba
Version: 2:3.3.2-1
Severity: grave
Justification: renders package unusable


Samba server crash by any client browse.
Problem appeared in debian testing. Updated to most recent version of
samba + libc from debian unstable and problem persist.

Details follow:

The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for PID 7331 (/usr/sbin/smbd).

This means there was a problem with the program, such as a segfault.
Below is a backtrace for this process generated with gdb, which shows
the state of the program at the time the error occurred.  The Samba log
files may contain additional information about the problem.

If the problem persists, you are encouraged to first install the
samba-dbg package, which contains the debugging symbols for the Samba
binaries.  Then submit the provided information as a bug report to
Debian.  For information about the procedure for submitting bug reports,
please see http://www.debian.org/Bugs/Reporting or the reportbug(1)
manual page.

[Thread debugging using libthread_db enabled]
[New Thread 0x7f03dcec4710 (LWP 7331)]
0x7f03d9b8e4a5 in waitpid () from /lib/libc.so.6
#0  0x7f03d9b8e4a5 in waitpid () from /lib/libc.so.6
#1  0x7f03d9b2d1e1 in ?? () from /lib/libc.so.6
#2  0x00598a20 in smb_panic (why=)
at lib/util.c:1679
#3  0x00586197 in sig_fault (sig=6) at lib/fault.c:46
#4  
#5  0x7f03d9b22105 in raise () from /lib/libc.so.6
#6  0x7f03d9b23623 in abort () from /lib/libc.so.6
#7  0x7f03d9b1b149 in __assert_fail () from /lib/libc.so.6
#8  0x7f03d9baad3b in ?? () from /lib/libc.so.6
#9  0x7f03d9b23df8 in ?? () from /lib/libc.so.6
#10 0x7f03d9b242df in qsort_r () from /lib/libc.so.6
#11 0x7f03d9bac2ef in getaddrinfo () from /lib/libc.so.6
#12 0x0059aa68 in interpret_string_addr_internal (ppres=0x2f442b0,
str=0x7fffe4fea490 "montblanc", flags=)
at lib/util_sock.c:114
#13 0x0059ac3a in get_mydnsfullname () at lib/util_sock.c:2032
#14 0x00599296 in get_mydnsdomname (ctx=0x1ca3) at lib/util.c:1378
#15 0x007cb4f0 in ntlmssp_server_negotiate (ntlmssp_state=0x2e88080,
request=
  {data = 0x29f79e0 "NTLMSSP", length = 50, free = 0x595b3b
}, reply=0x7fffe4fea7a0) at libsmb/ntlmssp.c:569
#16 0x007c9879 in ntlmssp_update (ntlmssp_state=0x2e88080, in=
  {data = 0x29f79e0 "NTLMSSP", length = 50, free = 0x595b3b
}, out=0x7fffe4fea7a0) at libsmb/ntlmssp.c:342
#17 0x005da6fc in auth_ntlmssp_update (
auth_ntlmssp_state=, request=
  {data = 0x29f79e0 "NTLMSSP", length = 50, free = 0x595b3b
}, reply=0x1ca3) at auth/auth_ntlmssp.c:213
#18 0x00794d1d in reply_sesssetup_and_X_spnego (req=0x2f81480)
at smbd/sesssetup.c:841
#19 0x00795449 in reply_sesssetup_and_X (req=0x2f81480)
at smbd/sesssetup.c:1433
#20 0x004a9087 in switch_message (type=115 's', req=0x2f81480,
size=) at smbd/process.c:1486
#21 0x004ab425 in smbd_process () at smbd/process.c:1509
#22 0x00478dd9 in main (argc=, argv=0x4)
at smbd/server.c:1512
The program is running.  Quit anyway (and detach it)? (y or n) [answered
Y; input not from terminal]

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

Kernel: Linux 2.6.26-1-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 samba depends on:
ii  adduser  3.110   add and remove users and groups
ii  debconf [debconf-2.0 1.5.26  Debian configuration
management sy
ii  libacl1  2.2.47-2Access control list shared
library
ii  libattr1 1:2.4.43-2  Extended attribute shared
library
ii  libc62.9-6   GNU C Library: Shared libraries
ii  libcap2  2.16-2  support for getting/setting
POSIX.
ii  libcomerr2   1.41.3-1common error description library
ii  libcups2 1.3.8-1lenny4.1 Common UNIX Printing
System(tm) -
ii  libgnutls26  2.6.4-2 the GNU TLS library - runtime
libr
ii  libgssapi-krb5-2 1.6.dfsg.4~beta1-11 MIT Kerberos runtime
libraries - k
ii  libk5crypto3 1.6.dfsg.4~beta1-11 MIT Kerberos runtime
libraries - C
ii  libkrb5-31.6.dfsg.4~beta1-11 MIT Kerberos runtime libraries
ii  libldap-2.4-22.4.11-1OpenLDAP libraries
ii  libpam-modules   1.0.1-7 Pluggable Authentication
Modules f
ii  libpam-runtime   1.0.1-7 Runtime support for the PAM
librar
ii  libpam0g 1.0.1-7 Pluggable Authentication
Modules l
ii  libpopt0 1.14-4  lib for parsing cmdline
parameters
ii  libtalloc1   1.2.1-1 hierarchical pool based
memory all
ii  libwbclient0 2:3.3.2-1   Samba winbind client library
i

Bug#521437: Reinstalled Hal, now can't boot.

2009-03-27 Thread Cody Christopher
Package: hal, bootchart
Version: unknown.
Severity: critical

I ran "sudo aptitude reinstall hal", and as per the command, hal
reinstalled. Followed by some weird messages, which made absolutely no sense
to me, and unfortunately I forgot to copy them...

Anyway, the next couple of reboots worked fine, until I tried to run a
bootchart. I added init=/sbin/bootchartd to the appropiate place in menu.lst
in /boot/grub/ and rebooted (a note, bootchart was running fine before the
hal reinstall) - I can't get past booting now, X, gdm, hal and pretty much
every other package fail to initialize in a massive string of errors most of
which say 'rm: cannot remove ."  (I can't ever see the .. it scrolls
away too quickly). After everything fails I'm still given a console login,
but the entire system is still in read-only mode (probably why all the rm's
failed).

I can't find any of these messages in any of the log files in /var/log/ and
have no idea what I can to try and fix this - nor do I have any idea which
log I should submit to assist with investigating this. I've run a live USB
install which has allowed me to remove the init=/sbin/bootchartd from grub,
but this makes no difference...

I'm running the debian EEEpc distribution, on an EEE 701 with 4gb SSD.

help?


Bug#518452: marked as done (All programs segfault when running under gdb)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 10:28:03 -0400
with message-id <20090327142802.ga23...@caradoc.them.org>
and subject line Re: Bug#518452: All programs segfault when running under gdb
has caused the Debian Bug report #518452,
regarding All programs segfault when running under gdb
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.)


-- 
518452: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518452
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gdb
Version: 6.8-3
Severity: grave

Attempting to run a trivial program under gdb gives:
] gdb /bin/true   
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb) run
Starting program: /bin/true 
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGTRAP, Trace/breakpoint trap.
0xf7f8bba8 in ?? ()
(gdb) cont
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0xf7f8bba8 in ?? ()
(gdb) cont
Continuing.

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.


The kernel used is kernel.org's vanilla 2.6.28, configured to run as a
Xen domU; userspace is 32-bit while the kernel is 64-bit.
Kernel .config is available at http://fushizen.net/~bd/curconfig.gz

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

Kernel: Linux 2.6.28-cfg1 (SMP w/4 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 gdb depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libexpat1 2.0.1-4XML parsing C library - runtime li
ii  libncurses5   5.7+20081213-1 shared libraries for terminal hand
ii  libreadline5  5.2-3.1GNU readline and history libraries

gdb recommends no packages.

Versions of packages gdb suggests:
pn  gdb-doc(no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
On Thu, Mar 26, 2009 at 11:11:18PM -0400, Bryan Donlan wrote:
> Hi,
> 
> Sorry for the delay. I've brought the problem up on the xen list and
> it does indeed seem to be a kernel problem - feel free to close this,
> I guess.

Thanks for checking!

-- 
Daniel Jacobowitz
CodeSourcery

--- End Message ---


Bug#521296: tp-smapi-source: FTBFSes with 2.6.29, something akin to VDIR used

2009-03-27 Thread Adeodato Simó
* Evgeni Golov [Fri, 27 Mar 2009 14:11:01 +0100]:

> On Thu, 26 Mar 2009 15:26:55 +0100 Adeodato Simó wrote:
> > tp-smapi-source does not build against linux-headers-2.6.29. The problem
> > is that the Makefile checks for the presence of an include header, but
> > if you check /usr/src/linux-headers-2.6.29-FLAVOUR against the 2.6.28
> > counterpart, you’ll see that all the symlinks towards ../*-common are
> > missing, and the toplevel Makefile does some magic to forward build
> > requests to the ‘-common’ directory.

> > I suggest you consider dropping the check, since Debian stable already
> > has a kernel >> 2.6.19, and I guess the build would fail anyway.

> You can find a new patched version in Git:
> http://git.debian.org/?p=users/sargentd-guest/tp-smapi.git;a=summary

> But that will still fail to build:
> # Build the module
> /usr/bin/make modules KSRC=/lib/modules/2.6.29-1-686/build KVER=2.6.29-1-686 
> HDAPS=1
> make[2]: Entering directory `/usr/src/modules/tp-smapi'
> /usr/bin/make -C /lib/modules/2.6.29-1-686/build M=/usr/src/modules/tp-smapi 
> O=/lib/modules/2.6.29-1-686/build modules
> make[3]: Entering directory `/usr/src/linux-headers-2.6.29-1-686'
> /usr/src/linux-headers-2.6.29-1-common/arch/x86/Makefile:41: 
> /usr/src/linux-headers-2.6.29-1-common/arch/x86/Makefile_32.cpu: No such file 
> or directory
> make[5]: *** No rule to make target 
> `/usr/src/linux-headers-2.6.29-1-common/arch/x86/Makefile_32.cpu'.  Stop.
> make[4]: *** [sub-make] Error 2
> make[3]: *** [all] Error 2

> And Makefile_32.cpu is really missing from the .29 headers (but
> present in the .26 ones)

> Ideas?

No idea, I’m putting -kernel on CC.

-- 
- Are you sure we're good?
- Always.
-- Rory and Lorelai




--
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 521417 is important

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

> severity 521417 important
Bug#521417: kernel: Kernel BUG at mm/rmap.c:522
Severity set to `important' from `critical'

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#521402: marked as done (proj-data: Overwrites files from proj)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 12:47:09 +
with message-id 
and subject line Bug#521402: fixed in proj 4.6.1-4
has caused the Debian Bug report #521402,
regarding proj-data: Overwrites files from proj
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.)


-- 
521402: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521402
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: proj-data
Version: 4.6.1-3
Severity: serious

The package tries to replace a file in the old proj package. Was the
package split in a recent release? Looks like it's missing the Replaces:
field then.

dpkg: Fehler beim Bearbeiten von 
/tmp/mine/debian/pool/main/p/proj/proj-data_4.6.1-3_all.deb (--unpack):
 Versuche, »/usr/share/proj/FL« zu überschreiben, welches auch in Paket proj ist


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

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

-- 
 ok, ich schenk mir jetzt einfach mal die frage ...und wann ist es
fertig??? und schau selbst bei google nach


--- End Message ---
--- Begin Message ---
Source: proj
Source-Version: 4.6.1-4

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

libproj-dev_4.6.1-4_i386.deb
  to pool/main/p/proj/libproj-dev_4.6.1-4_i386.deb
libproj0_4.6.1-4_i386.deb
  to pool/main/p/proj/libproj0_4.6.1-4_i386.deb
proj-bin_4.6.1-4_i386.deb
  to pool/main/p/proj/proj-bin_4.6.1-4_i386.deb
proj-data_4.6.1-4_all.deb
  to pool/main/p/proj/proj-data_4.6.1-4_all.deb
proj_4.6.1-4.diff.gz
  to pool/main/p/proj/proj_4.6.1-4.diff.gz
proj_4.6.1-4.dsc
  to pool/main/p/proj/proj_4.6.1-4.dsc
proj_4.6.1-4_all.deb
  to pool/main/p/proj/proj_4.6.1-4_all.deb



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

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

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine  (supplier of updated proj 
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, 27 Mar 2009 12:59:57 +0100
Source: proj
Binary: proj proj-data libproj0 libproj-dev proj-bin
Architecture: source all i386
Version: 4.6.1-4
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine 
Changed-By: Francesco Paolo Lovergine 
Description: 
 libproj-dev - Cartographic projection library (development files)
 libproj0   - Cartographic projection library
 proj   - Cartographic projection filter and library (transitional package)
 proj-bin   - Cartographic projection library (tools)
 proj-data  - Cartographic projection filter and library (transitional package)
Closes: 521402
Changes: 
 proj (4.6.1-4) unstable; urgency=low
 .
   * Added Replaces/Conflicts for old proj into proj-data and changed revision
 numbers.
 (closes: #521402)
Checksums-Sha1: 
 3f90ab2544334bf534ce99b26323a9c02225b3b8 1268 proj_4.6.1-4.dsc
 ac8dca01ae692d070887a5958db467a05c7f5a15 5876685 proj_4.6.1-4.diff.gz
 7f8c9d6c9f0610738955ecbca25d436c823066e0 20340 proj_4.6.1-4_all.deb
 6228082b63d8dc8dfef482a5510947daaf182fad 2925386 proj-data_4.6.1-4_all.deb
 73bbba995d9b81a61838062a1de39b9994d81311 118118 libproj0_4.6.1-4_i386.deb
 0a96aa4d430dec24a5f62ff48b5a340b9aba9e44 152206 libproj-dev_4.6.1-4_i386.deb
 5c7b063e44d4053c3cebf558caa86a41fbd27a76 54106 proj-bin_4.6.1-4_i386.deb
Checksums-Sha256: 
 eab049070d052b64a045206ba9fda5a1c45f71dfd144e381c044eb028c421bf3 1268 
proj_4.6.1-4.dsc
 3dd9aff7ae122bfd6e02765bc7414a7f9afec48a112b116a401752f8cdb7 5876685 
proj_4.6.1-4.diff.gz
 b469b88f2fbd0efa85d5c01b6479cdee37a602ca7bb96b34644968a9207174a9 20340 
proj_4.6.1-4_all.deb
 d298eb2d30c847fe6a8db5d1777310b0e1d937dd28c0e958a2e627617202ab3d 2925386 
proj-data_4.6.1-4_all.deb
 292616de0f7a7615631c89d147ea2cc1e3511d7ba42e1b15abfa1009ab525857 118118 
libproj0_4.6.1-4_i386.deb
 2f1bc7442f7c37351f815c3e721c6b91676a807f2a56e60d0681d8272f5ff322 152206 
libproj-dev_4.6.1-4_i386.deb
 51376419dd02773455d9e1aaadae5ad95e5a572d817c3dc2bf236562984177ad 54106 
proj-bin_4.6.1-4_i386.deb
Files: 
 a4b07609aee147cf800c1c57a2292c68 1268 scien

Bug#521296: tp-smapi-source: FTBFSes with 2.6.29, something akin to VDIR used

2009-03-27 Thread Evgeni Golov
Hi,

On Thu, 26 Mar 2009 15:26:55 +0100 Adeodato Simó wrote:

> tp-smapi-source does not build against linux-headers-2.6.29. The problem
> is that the Makefile checks for the presence of an include header, but
> if you check /usr/src/linux-headers-2.6.29-FLAVOUR against the 2.6.28
> counterpart, you’ll see that all the symlinks towards ../*-common are
> missing, and the toplevel Makefile does some magic to forward build
> requests to the ‘-common’ directory.
> 
> I suggest you consider dropping the check, since Debian stable already
> has a kernel >> 2.6.19, and I guess the build would fail anyway.

You can find a new patched version in Git:
http://git.debian.org/?p=users/sargentd-guest/tp-smapi.git;a=summary

But that will still fail to build:
# Build the module
/usr/bin/make modules KSRC=/lib/modules/2.6.29-1-686/build KVER=2.6.29-1-686 
HDAPS=1
make[2]: Entering directory `/usr/src/modules/tp-smapi'
/usr/bin/make -C /lib/modules/2.6.29-1-686/build M=/usr/src/modules/tp-smapi 
O=/lib/modules/2.6.29-1-686/build modules
make[3]: Entering directory `/usr/src/linux-headers-2.6.29-1-686'
/usr/src/linux-headers-2.6.29-1-common/arch/x86/Makefile:41: 
/usr/src/linux-headers-2.6.29-1-common/arch/x86/Makefile_32.cpu: No such file 
or directory
make[5]: *** No rule to make target 
`/usr/src/linux-headers-2.6.29-1-common/arch/x86/Makefile_32.cpu'.  Stop.
make[4]: *** [sub-make] Error 2
make[3]: *** [all] Error 2

And Makefile_32.cpu is really missing from the .29 headers (but present in the 
.26 ones)

Ideas?

-- 
Bruce Schneier Fact Number 576:
Bruce Schneier's PRNG is truly random, but he can predict its outcome
too.


pgpS6Dsbb23da.pgp
Description: PGP signature


Bug#521180: [Build-common-hackers] Bug#521180: cdbs: DEB_PYTHON_MODULE_PACKAGE behavior changed unexpectedly

2009-03-27 Thread Marc Dequènes (Duck)

Quoting "Jonas Smedegaard" :


cdbs_python_packages is indeed the replacement: In the past multiple
packages was supported, and I have prepared for that to be supported
again in the future, even if currently i is not possible.


That's a good idea indeed.

I think there is no other way than reverting the behavior of  
DEB_PYTHON_MODULE_PACKAGE in this case. The following patch just try  
to guess all the cases and define the compatible behavior when  
necessary. It also warns the user in all uses of the old variable.  
Could you give me your opinion ?


--- /usr/share/cdbs/1/class/python-distutils.mk.orig	2009-03-27  
13:20:36.0 +0100
+++ /usr/share/cdbs/1/class/python-distutils.mk	2009-03-27  
14:09:38.0 +0100

@@ -31,6 +31,16 @@
 include $(_cdbs_class_path)/langcore.mk$(_cdbs_makefile_suffix)


+ifdef DEB_PYTHON_MODULE_PACKAGE
+  $(warning WARNING:  Use of DEB_PYTHON_MODULE_PACKAGE is deprecated.  
You can override the module list using DEB_PYTHON_MODULE_PACKAGES now.)

+  DEB_PYTHON_MODULE_PACKAGES = DEB_PYTHON_MODULE_PACKAGE
+else
+  USES_DEB_PYTHON_MODULE_PACKAGE = $(shell grep -q  
"DEB_PYTHON_MODULE_PACKAGE[^S]" debian/rules && echo yes)

+  ifeq (yes, $(USES_DEB_PYTHON_MODULE_PACKAGE))
+$(warning WARNING:  Use of DEB_PYTHON_MODULE_PACKAGE is  
deprecated. You can construct rules using patsubst/addprefix/firstword  
and the new variable 'cdbs_python_packages')
+DEB_PYTHON_MODULE_PACKAGE = $(firstword $(filter-out %-doc %-dev  
%-common, $(DEB_PACKAGES)))

+  endif
+endif
 # default package is the first one declared in 'debian/control'
 # NB! override needs to be done _before_ including this file!
 #DEB_PYTHON_MODULE_PACKAGE =
@@ -45,7 +55,7 @@
 #DEB_PYTHON_DESTDIR = $(DEB_DESTDIR)

 cdbs_python_destdir = $(or $(DEB_PYTHON_DESTDIR),$(DEB_DESTDIR))
-cdbs_python_packages = $(or $(DEB_PYTHON_MODULE_PACKAGE),$(firstword  
$(filter-out %-doc %-dev %-common, $(DEB_PACKAGES
+cdbs_python_packages = $(or $(DEB_PYTHON_MODULE_PACKAGES),$(firstword  
$(filter-out %-doc %-dev %-common, $(DEB_PACKAGES
 cdbs_python_arch_packages = $(filter $(cdbs_python_packages),  
$(DEB_ARCH_PACKAGES))
 cdbs_python_indep_packages = $(filter $(cdbs_python_packages),  
$(DEB_INDEP_PACKAGES))



--
Marc Dequènes (Duck)


pgpMdG2sWhuPL.pgp
Description: PGP Digital Signature


Processed: Re: Bug#521417: kernel: Kernel BUG at mm/rmap.c:522

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

> reassign 521417 linux-2.6
Bug#521417: kernel: Kernel BUG at mm/rmap.c:522
Warning: Unknown package 'kernel'
Bug reassigned from package `kernel' to `linux-2.6'.

> --
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#521417: kernel: Kernel BUG at mm/rmap.c:522

2009-03-27 Thread Brendan Byrd
Package: kernel
Version: Debian 2.6.18.dfsg.1-23etch1
Severity: critical
Justification: breaks the whole system

Getting kernel panics at various times.  Sometimes it recovers, and
sometimes it locks the
whole system.  Seems to happen when some process is doing a lot of HD
work (or could be just
memory work).  I am running a software RAID5 system on this file
server, built using partman
on the Debian install.  There are four SATA HDs, each with a piece of
the RAID5 volume, and
each with a swap partition.

I was running through a mp3gain on my collection, but I think
mediatomb was also running
through it's usual cataloging.  Sometimes it just happens on its own,
which might be something
like mediatomb triggering it.

Here's the contents of my kern.log (contains multiple failures):

Mar 27 01:34:35 fileserver1 kernel: mediatomb[2471] general protection
rip:2b809c949e78 rsp:407ffb08 error:0
Mar 27 01:34:36 fileserver1 kernel: --- [cut here ] -
[please bite here ] -
Mar 27 01:34:36 fileserver1 kernel: Kernel BUG at mm/rmap.c:522
Mar 27 01:34:36 fileserver1 kernel: invalid opcode:  [1] SMP
Mar 27 01:34:36 fileserver1 kernel: CPU 0
Mar 27 01:34:36 fileserver1 kernel: Modules linked in: smbfs xt_tcpudp
iptable_filter ip_tables x_tables nfs nfsd exportfs lockd nfs_acl
sunrpc button ac battery ipv6 loop parport_pc parport floppy pcspkr
evdev ext3 jbd mbcache dm_mirror dm_snapshot dm_mod raid456 xor raid1
md_mod ide_generic ide_cd cdrom sd_mod generic amd74xx ide_core
sata_nv forcedeth libata scsi_mod ehci_hcd ohci_hcd thermal processor
fan
Mar 27 01:34:36 fileserver1 kernel: Pid: 2464, comm: mediatomb Not
tainted 2.6.18-6-amd64 #1
Mar 27 01:34:36 fileserver1 kernel: RIP: 0010:[]
[] page_remove_rmap+0x13/0x2c
Mar 27 01:34:36 fileserver1 kernel: RSP: 0018:810073953c30  EFLAGS: 00010286
Mar 27 01:34:36 fileserver1 kernel: RAX:  RBX:
810076d250b0 RCX: 810076d250d8
Mar 27 01:34:36 fileserver1 kernel: RDX: 810080aa8000 RSI:
0004 RDI: 810076d250b0
Mar 27 01:34:36 fileserver1 kernel: RBP: 269ba020 R08:
0018 R09: 
Mar 27 01:34:36 fileserver1 kernel: R10: 810076d250b0 R11:
fffa R12: 02665000
Mar 27 01:34:36 fileserver1 kernel: R13: 810008d1f328 R14:
8100010102a0 R15: 0280
Mar 27 01:34:36 fileserver1 kernel: FS:  2b809ea21740()
GS:80522000() knlGS:
Mar 27 01:34:36 fileserver1 kernel: CS:  0010 DS:  ES:  CR0:
8005003b
Mar 27 01:34:36 fileserver1 kernel: CR2: 02826078 CR3:
00201000 CR4: 06e0
Mar 27 01:34:36 fileserver1 kernel: Process mediatomb (pid: 2464,
threadinfo 810073952000, task 810037ca9830)
Mar 27 01:34:36 fileserver1 kernel: Stack:  80207a3f
 810073953d08 
Mar 27 01:34:36 fileserver1 kernel:   810075859b88
810073953d10 
Mar 27 01:34:36 fileserver1 kernel:  0001 02829000
810073934000 810073935000
Mar 27 01:34:36 fileserver1 kernel: Call Trace:
Mar 27 01:34:36 fileserver1 kernel:  [] unmap_vmas+0x3f4/0x713
Mar 27 01:34:36 fileserver1 kernel:  [] exit_mmap+0x76/0xf1
Mar 27 01:34:36 fileserver1 kernel:  [] mmput+0x28/0x98
Mar 27 01:34:36 fileserver1 kernel:  [] do_exit+0x220/0x8ae
Mar 27 01:34:36 fileserver1 kernel:  [] cpuset_exit+0x0/0x6c
Mar 27 01:34:36 fileserver1 kernel:  []
get_signal_to_deliver+0x46e/0x49d
Mar 27 01:34:36 fileserver1 kernel:  [] do_signal+0x55/0x751
Mar 27 01:34:36 fileserver1 kernel:  [] init_fpu+0x62/0x7f
Mar 27 01:34:36 fileserver1 kernel:  []
default_wake_function+0x0/0xe
Mar 27 01:34:36 fileserver1 kernel:  [] sys_futex+0x102/0x124
Mar 27 01:34:36 fileserver1 kernel:  []
sysret_signal+0x1c/0x27
Mar 27 01:34:36 fileserver1 kernel:  []
ptregscall_common+0x67/0xac
Mar 27 01:34:36 fileserver1 kernel:
Mar 27 01:34:36 fileserver1 kernel:
Mar 27 01:34:36 fileserver1 kernel: Code: 0f 0b 68 47 a2 40 80 c2 0a
02 8b 77 18 83 f6 01 83 e6 01 e9
Mar 27 01:34:36 fileserver1 kernel: RIP  []
page_remove_rmap+0x13/0x2c
Mar 27 01:34:36 fileserver1 kernel:  RSP 
Mar 27 01:34:36 fileserver1 kernel:  <1>Fixing recursive fault but
reboot is needed!
Mar 27 02:05:42 fileserver1 kernel: Bad page state in process 'kswapd0'
Mar 27 02:05:42 fileserver1 kernel: page:810076d250b0
flags:0x01010008 mapping: mapcount:-1 count:0
Mar 27 02:05:42 fileserver1 kernel: Trying to fix it up, but a reboot is needed
Mar 27 02:05:42 fileserver1 kernel: Backtrace:
Mar 27 02:05:42 fileserver1 kernel:
Mar 27 02:05:42 fileserver1 kernel: Call Trace:
Mar 27 02:05:42 fileserver1 kernel:  [] bad_page+0x4e/0x78
Mar 27 02:05:42 fileserver1 kernel:  []
free_hot_cold_page+0x73/0xff
Mar 27 02:05:42 fileserver1 kernel:  []
__pagevec_free+0x21/0x2e
Mar 27 02:05:42 fileserver1 kernel:  []
__pagevec_release_nonlru+0x79/0x86
Mar 27 02:05:42 fileserver1 kernel:  []
shrink_inacti

Bug#521410: sane: ADF doesn't function in Lenny

2009-03-27 Thread Julien BLACHE
reassign 521410 libsane 1.0.19-23
severity 521410 normal
retitle 521410 [avision] ADF on HP ScanJet 8250 doesn't work anymore
thanks

Seth  wrote:

Hi,

> Regardless of sane front end (tried xsane, gscan2pdf, and
> quiteinsane) I get the following error when using the ADF:
> Unknown message: scanimage: sane_read: Scanner cover is open
> I'm using an hp scanjet8250. This scans fine with with Etch, but
> will not scan with Lenny due to the error above.

I'll need a debug log from the avision backend:

 $ SANE_DEBUG_AVISION=7 scanimage > /dev/null 2> avision.log

The avision backend post 1.0.18 is known to be broken for some
(revisions of some) scanners, but your report is a new one.

JB.

-- 
 Julien BLACHE - Debian & GNU/Linux Developer -  
 
 Public key available on  - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



-- 
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#521410: sane: ADF doesn't function in Lenny

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

> reassign 521410 libsane 1.0.19-23
Bug#521410: sane: ADF doesn't function in Lenny
Bug reassigned from package `sane' to `libsane'.

> severity 521410 normal
Bug#521410: sane: ADF doesn't function in Lenny
Severity set to `normal' from `grave'

> retitle 521410 [avision] ADF on HP ScanJet 8250 doesn't work anymore
Bug#521410: sane: ADF doesn't function in Lenny
Changed Bug title to `[avision] ADF on HP ScanJet 8250 doesn't work anymore' 
from `sane: ADF doesn't function in Lenny'.

> 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#521414: sun-java6: Java 6 update 13 fixes exploitable buffer overflows

2009-03-27 Thread Dominic Hargreaves
Package: sun-java6
Version: 6-12-1
Severity: grave
Tags: security
Justification: user security hole

These issues could cause untrusted java applets to elevate their
privileges:

http://sunsolve.sun.com/search/document.do?assetkey=1-66-254571-1



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



Bug#521413: libogremain-1.6.1: Should conflict with libogremain-1.4.9

2009-03-27 Thread Sam Morris
Package: libogremain-1.6.1
Version: 1.6.1.dfsg1-1
Severity: grave
Justification: renders package unusable

I upgraded to 1.6.1 which pulled in liboremain-1.6.1. However since
libogremain-1.4.9 was still installed, I ended up with the EXR plugin still
being shipped in /usr/lib/OGRE. Because of #520924, the plugin was loaded
when I ran my program, which caused none of my textures to be loaded.

Either /etc/OGRE and /usr/lib/OGRE (and any other paths common to both
versions of OGRE) need to be versioned, or all versions of libogremain-xxx
must Conflict with one-another.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages libogremain-1.6.1 depends on:
ii  libc6  2.9-4 GNU C Library: Shared libraries
ii  libfreeimage3  3.10.0-1  Support library for graphics image
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.3-3 GCC support library
ii  libgl1-mesa-glx [libgl 7.4~rc1-1 A free implementation of the OpenG
ii  libglu1-mesa [libglu1] 7.4~rc1-1 The OpenGL utility library (GLU)
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libstdc++6 4.3.3-3   The GNU Standard C++ Library v3
ii  libx11-6   2:1.2-1   X11 client-side library
ii  libxaw72:1.0.5-2 X11 Athena Widget library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxrandr2 2:1.3.0-2 X11 RandR extension library
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  libxxf86vm11:1.0.2-1 X11 XFree86 video mode extension l
ii  libzzip-0-13   0.13.49-4 library providing read access on Z
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libogremain-1.6.1 recommends no packages.

libogremain-1.6.1 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#521410: sane: ADF doesn't function in Lenny

2009-03-27 Thread Seth
Package: sane
Version: 1.0.14-7
Severity: grave
Justification: renders package unusable


Regardless of sane front end (tried xsane, gscan2pdf, and quiteinsane) I get 
the following error when using the ADF:
Unknown message: scanimage: sane_read: Scanner cover is open
I'm using an hp scanjet8250. This scans fine with with Etch, but will not scan 
with Lenny due to the error above.

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

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

Versions of packages sane depends on:
ii  libatk1.0-0  1.22.0-1The ATK accessibility toolkit
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libcairo21.6.4-7 The Cairo 2D vector graphics libra
ii  libgimp2.0   2.4.7-1 Libraries for the GNU Image Manipu
ii  libglib2.0-0 2.16.6-1+lenny1 The GLib library of C routines
ii  libgtk2.0-0  2.12.11-4   The GTK+ graphical user interface 
ii  libpango1.0-01.20.5-3Layout and rendering of internatio
ii  libsane  1.0.19-23   API library for scanners

sane recommends no packages.

Versions of packages sane suggests:
ii  gimp  2.4.7-1The GNU Image Manipulation Program

-- 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#520739: Confirmation

2009-03-27 Thread bugreport

I can confirm this behaviour. Even downgrading does not help.

Regards,
Harald



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



Bug#521402: proj-data: Overwrites files from proj

2009-03-27 Thread Eduard Bloch
Package: proj-data
Version: 4.6.1-3
Severity: serious

The package tries to replace a file in the old proj package. Was the
package split in a recent release? Looks like it's missing the Replaces:
field then.

dpkg: Fehler beim Bearbeiten von 
/tmp/mine/debian/pool/main/p/proj/proj-data_4.6.1-3_all.deb (--unpack):
 Versuche, »/usr/share/proj/FL« zu überschreiben, welches auch in Paket proj ist


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

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

-- 
 ok, ich schenk mir jetzt einfach mal die frage ...und wann ist es
fertig??? und schau selbst bei google nach



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



Bug#514525: Fixed upstream

2009-03-27 Thread Sam Morris
Version: 2.6.8-3

On Fri, 2009-03-27 at 11:43 +0100, Agustin Martin wrote:
> Current abiword in sid is 2.6.8-5, so should contain the fix.
>
> Is this problem still reproducible with latest version or is indeed
> fixed?

Confirming this is fixed in unstable. Thanks!

-- 
Sam Morris 



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



Bug#514525: marked as done ("free(): invalid pointer" when modifying styles)

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 11:06:15 +
with message-id <1238151975.26398.2.ca...@durandal>
and subject line Re: Bug#514525: Fixed upstream
has caused the Debian Bug report #514525,
regarding "free(): invalid pointer" when modifying styles
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.)


-- 
514525: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514525
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: abiword
Version: 2.6.4-5+b1
Severity: grave
Justification: A word processor without styles is not very useful ;)

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format -> Create and Modify Styles causes abiword to abort.

If you can't reproduce this, let me know and I'll build abiword with debugging
symbols and submit a better backtrace.

Apologies for setting so high a severity, but this close to the release I don't
want to risk this flying under the radar. IMO, not being able to use styles
makes any word processor pretty useless, but please downgrade if you disagree.

Messages from console and backtrace from gdb follow:

*** glibc detected *** /usr/bin/abiword: free(): invalid pointer: 0x09f74ac0 ***
=== Backtrace: =
/lib/i686/cmov/libc.so.6[0xb7067624]
/lib/i686/cmov/libc.so.6(cfree+0x96)[0xb7069826]
/usr/lib/libglib-2.0.so.0(g_free+0x36)[0xb866]
/usr/bin/abiword(_ZN20AP_UnixDialog_Styles14_populateCListEv+0x24d)[0x83b299d]
/usr/bin/abiword(_ZN20AP_UnixDialog_Styles19_populateWindowDataEv+0x12)[0x83b2ad2]
/usr/bin/abiword(_ZN20AP_UnixDialog_Styles8runModalEP9XAP_Frame+0x192)[0x83b36e2]
/usr/bin/abiword(_ZN14ap_EditMethods8dlgStyleEP7AV_ViewP21EV_EditMethodCallData+0xa0)[0x81694e0]
/usr/bin/abiword(_ZN7EV_Menu16invokeMenuMethodEP7AV_ViewP13EV_EditMethodRK9UT_String+0x44)[0x828cec4]
/usr/bin/abiword(_ZN11EV_UnixMenu9menuEventEi+0x9a)[0x82901fa]
/usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x84)[0xb780d2b4]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x1ab)[0xb77ffb4b]
/usr/lib/libgobject-2.0.so.0[0xb7813efd]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7dc)[0xb781540c]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x26)[0xb7815866]
/usr/lib/libgtk-x11-2.0.so.0(gtk_widget_activate+0x87)[0xb7d380e7]
/usr/lib/libgtk-x11-2.0.so.0(gtk_menu_shell_activate_item+0x120)[0xb7c2ae80]
/usr/lib/libgtk-x11-2.0.so.0[0xb7c2ca5d]
/usr/lib/libgtk-x11-2.0.so.0[0xb7c2340b]
/usr/lib/libgtk-x11-2.0.so.0[0xb7c1cf46]
/usr/lib/libgobject-2.0.so.0[0xb77fe2c9]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x1ab)[0xb77ffb4b]
/usr/lib/libgobject-2.0.so.0[0xb7813ba5]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x65b)[0xb781528b]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x26)[0xb7815866]
/usr/lib/libgtk-x11-2.0.so.0[0xb7d31fae]
/usr/lib/libgtk-x11-2.0.so.0(gtk_propagate_event+0xec)[0xb7c15a5c]
/usr/lib/libgtk-x11-2.0.so.0(gtk_main_do_event+0x2e7)[0xb7c16e07]
/usr/lib/libgdk-x11-2.0.so.0[0xb797518a]
/usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x1e8)[0xb776f398]
/usr/lib/libglib-2.0.so.0[0xb7772a33]
/usr/lib/libglib-2.0.so.0(g_main_loop_run+0x1d2)[0xb7772f52]
/usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xb9)[0xb7c172b9]
/usr/bin/abiword(_ZN10AP_UnixApp4mainEPKciPS1_+0x265)[0x814b2b5]
/usr/bin/abiword(main+0x2a)[0x8148a6a]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb700f455]
/usr/bin/abiword[0x81489a1]
=== Memory map: 
08048000-084bb000 r-xp  09:00 22316910   /usr/bin/abiword
084bb000-0850a000 rw-p 00473000 09:00 22316910   /usr/bin/abiword
0850a000-08511000 rw-p 0850a000 00:00 0 
09a25000-09f91000 rw-p 09a25000 00:00 0  [heap]
b5e0-b5e21000 rw-p b5e0 00:00 0 
b5e21000-b5f0 ---p b5e21000 00:00 0 
b5f6b000-b5f8f000 r--p  09:00 17645658   
/usr/share/fonts/truetype/ttf-liberation/LiberationSerif-Regular.ttf
b5f8f000-b5f9e000 r--p  09:00 15139008   
/usr/share/fonts/truetype/ttf-bitstream-vera/VeraBd.ttf
b5f9e000-b5ffe000 rw-s  00:08 14549023   /SYSV (deleted)
b5ffe000-b600f000 r--p  09:00 15139006   
/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf
b600f000-b602 r--p  09:00 15139006   
/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf
b602-b6031000 r--p  09:00 15139006   
/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf
b6031000-b6055000 r--p  09:00 17645658   
/usr/share/fonts/truetype/ttf-liberation/LiberationSerif-Regular.ttf
b6055000-b6059000 r-xp  09:00 23314515   
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
b6059000-b605a000 rw-p 3000 09:00 23314515   
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.

Bug#521401: libxine2-misc-plugins: You can not install it because it depends on libmagiccore1 and you only can find libmagiccore2.

2009-03-27 Thread Victor Pablos Ceruelo
Package: libxine2-misc-plugins
Version: 1.1.90hg+20090218+678f7a60fde4-3 0
Severity: critical
Justification: breaks unrelated software


You can not install it because dependencies are broken.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'proposed-updates'), (500, 'stable'), 
(50, 'unstable'), (30, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-rc8-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



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



Bug#514525: Fixed upstream

2009-03-27 Thread Agustin Martin
On Sat, Mar 21, 2009 at 10:27:10PM +0100, Patrik Fimml wrote:
> tags 514525 + fixed-upstream
> thanks
> 
> Upstream has a duplicate of this bug which was fixed in 2.6.5:
> http://bugzilla.abisource.com/show_bug.cgi?id=11789
> 
> The fix is the same.

Current abiword in sid is 2.6.8-5, so should contain the fix.

Is this problem still reproducible with latest version or is indeed fixed?

-- 
Agustin



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



Bug#518802: bug still exists...

2009-03-27 Thread Berenyi Mihaly
hi
i dont think the problem is a mismatch of userland and kernel
architectures...
i have an amd64 system with amd64 kernel and amd64 virtualbox
everything.

the problem seems to be that the version of the virtualbox kernel module
and the virtualbox userspace package are not even close (one is 2.* and
the other is 1.*)
ii  virtualbox-ose-modules-2.6.26-1-amd642.6.26+1.6.6-dfsg-6 
ii  virtualbox-ose   2.1.4-dfsg-1

could someone compile/package the 2.* virtualbox kernel module? or
please teach me how to do it and i will, but i need a working
virtualbox.

thanks,
mihaly
-- 
huf (Berenyi Mihaly) - h...@keszen.hu - http://parawag.net
..it's life jim, but not as we know it...



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



Bug#521394: heartbeat: ocf resources script o2cb doesn't work

2009-03-27 Thread Michel Rode
Package: heartbeat
Version: 2.1.3-6lenny0
Severity: critical
Tags: patch
Justification: breaks the whole system


ocf resources script doe't start because there is a missing $ in line 314.

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

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

Versions of packages heartbeat depends on:
ii  adduser3.110 add and remove users and groups
ii  gawk   1:3.1.5.dfsg-4.1  GNU awk, a pattern scanning and pr
ii  iproute20080725-2networking and traffic control too
ii  iputils-ping   3:20071127-1  Tools to test the reachability of 
ii  libbz2-1.0 1.0.5-1   high-quality block-sorting file co
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcurl3   7.18.2-8lenny2Multi-protocol file transfer libra
ii  libglib2.0-0   2.16.6-1+lenny1   The GLib library of C routines
ii  libgnutls262.4.2-6   the GNU TLS library - runtime libr
ii  libltdl3   1.5.26-4  A system independent dlopen wrappe
ii  libncurses55.7+20081213-1shared libraries for terminal hand
ii  libnet11.1.2.1-2 library for the construction and h
ii  libopenhpi22.12.0-1  OpenHPI libraries (runtime and sup
ii  libpam-runtime 1.0.1-5   Runtime support for the PAM librar
ii  libpam0g   1.0.1-5   Pluggable Authentication Modules l
ii  libsnmp15  5.4.1~dfsg-12 SNMP (Simple Network Management Pr
ii  libssl0.9.80.9.8g-15 SSL shared libraries
ii  libuuid1   1.41.3-1  universally unique id library
ii  libwrap0   7.6.q-16  Wietse Venema's TCP wrappers libra
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  libxml2-utils  2.6.32.dfsg-5 XML utilities
ii  mawk   1.3.3-11.1a pattern scanning and text proces
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  python 2.5.2-3   An interactive high-level object-o
ii  python-central 0.6.8 register and build utility for Pyt
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages heartbeat recommends:
ii  iptables  1.4.2-6administration tools for packet fi
ii  logrotate 3.7.1-5Log rotation utility
ii  rsyslog [system-log-daemon]   3.18.6-4   enhanced multi-threaded syslogd

heartbeat suggests no packages.

-- no debconf information

*** /tmp/test/ocf_o2cd.patch
--- usr/lib/ocf/resource.d/heartbeat/o2cb   2009-01-22 06:58:49.0 
+0100
+++ /usr/lib/ocf/resource.d/heartbeat/o2cb  2009-03-24 15:56:28.0 
+0100
@@ -311,7 +311,7 @@
;;
 esac
 
-RCO2CB=INITDIR/o2cb
+RCO2CB=$INITDIR/o2cb
 # RCO2CB=/etc/init.d/o2cb
 
 if [ ! -x $RCO2CB ]; then



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



Bug#517203: [pkg-boost-devel] Bug#517203: raising severity, cloning for other boost packages

2009-03-27 Thread Gerfried Fuchs
* Steve M. Robbins  [2009-03-23 20:57:49 CET]:
> The script is used to create undecorated symlinks to libraries built
> with the "default" python version.  Right now the package builds
> libraries for Python 2.4 and Python 2.5.  I don't have libraries for
> any other python version.  One way I can handle "any python version"
> is to simply not provide symlinks if Boost.Python doesn't have
> libararies for the default version of python doesn't have.
> 
> Once Python 2.6 is in sid, I'll update boost to build libraries for
> it.

 ... so for the time being the boost (and all its dependencies) are
blocked from transitioning to squeeze because of these bug reports. Is
that really the intended behavior, how long is it expected to take to
get solved for the good?

 Thanks for an update,
Rhonda



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



Bug#518962: aterm: a regression due to this change

2009-03-27 Thread Timo Aaltonen


Hi

  I don't understand the reason of this bugreport. It says "/usr/bin/aterm 
is a binary installed by the terminator package and not a generic name.". 
But I can't see any other binaries than /usr/bin/terminator in that 
package, and shouldn't /usr/bin/aterm belong in this package anyway??


this is a regression, since the link is gone.

t



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



Processed: dup

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

> forcemerge 516518 521381
Bug#516518: helper tool doesn't create the symlink farm if something weird 
happens during an upgrade
Bug#521381: python-cairo: Can't import cairo module from Python
Forcibly Merged 516518 521381.

> 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#521387: torus-trooper: Doesn't start. "circular initialization dependency with module abagames.tt.shape"

2009-03-27 Thread Steve Cotton
Package: torus-trooper
Version: 0.22.dfsg1-4
Severity: grave
Justification: renders package unusable

n...@tsunami:~$ torus-trooper
Error: circular initialization dependency with module abagames.tt.shape
n...@tsunami:~$ torus-trooper-pure 
Error: circular initialization dependency with module abagames.tt.shape

It just prints that message, nothing else.
Moving my old ~/.torus_trooper out of the way made no difference.

Downgrading to 0.22.dfsg1-3 works.

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

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

Versions of packages torus-trooper depends on:
ii  libbulletml0d1 0.0.6-3   C++ library to handle BulletML eas
ii  libc6  2.9-6 GNU C Library: Shared libraries
ii  libgcc11:4.3.3-5 GCC support library
ii  libgl1-mesa-glx [libgl 7.0.3-7   A free implementation of the OpenG
ii  libglu1-mesa [libglu1] 7.0.3-7   The OpenGL utility library (GLU)
(Nvidia driver 180.29 installed after Mesa)
ii  libsdl-mixer1.21.2.8-5   mixer library for Simple DirectMed
ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia Layer
ii  torus-trooper-data 0.22.dfsg1-4  speeding ship sailing through barr
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

torus-trooper recommends no packages.

torus-trooper 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: severity of 521353 is important

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

> severity 521353 important
Bug#521353: linux-image-2.6.26-1-686: sky2 driver vlan problem
Severity set to `important' from `critical'

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#521271: upgrade problems

2009-03-27 Thread Debian
I think that your test has shown that the package is still O.K.
It must be a problem of the upgrade.
So i opened a bug for the package "apt" with additional informations:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521386

You can close this bug or decrease the severity.

Regards Karsten


packages.txt.gz
Description: GNU Zip compressed data


Bug#520082: marked as done (openswan: init script bug: "permission denied (must be superuser)")

2009-03-27 Thread Debian Bug Tracking System

Your message dated Fri, 27 Mar 2009 07:47:09 +
with message-id 
and subject line Bug#520082: fixed in openswan 1:2.6.20+dfsg-4.1
has caused the Debian Bug report #520082,
regarding openswan: init script bug: "permission denied (must be superuser)"
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.)


-- 
520082: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520082
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openswan
Version: 1:2.6.20+dfsg-3
Severity: grave
Justification: renders package unusable

Here's the problem:

ZENON:~# /etc/init.d/ipsec restart
ipsec_setup: permission denied (must be superuser)
ipsec_setup: permission denied (must be superuser)

and the patch:

--- /etc/init.d/ipsec.orig  2009-03-17 10:02:49.913416169 +0100
+++ /etc/init.d/ipsec   2009-03-17 10:02:58.865415837 +0100
@@ -123,7 +123,7 @@
 start_stop() {
# remove for: @cygwin_START@ 
# portable way for checking for root
-   if test " id -u" != " 0"
+   if test " $(id -u)" != " 0"
then
echo "permission denied (must be 
superuser)" |
logger -s -p 
$IPSECsyslog -t ipsec_setup 2>&1



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

Kernel: Linux 2.6.28.8-1-pyrrhus64 (SMP w/8 CPU cores)
Locale: LANG=en_CA, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages openswan depends on:
ii  bind9-host [host]  1:9.5.1.dfsg.P1-1 Version of 'host' bundled with BIN
ii  bsdmainutils   6.1.10collection of more utilities from 
ii  debconf [debconf-2.0]  1.5.26Debian configuration management sy
ii  debianutils2.31  Miscellaneous utilities specific t
ii  iproute20090115-1networking and traffic control too
ii  ipsec-tools1:0.7.1-1.3   IPsec tools for Linux
ii  libc6  2.9-6 GNU C Library: Shared libraries
ii  libcurl3   7.18.2-8.1Multi-protocol file transfer libra
ii  libgmp3c2  2:4.2.4+dfsg-2Multiprecision arithmetic library
ii  libldap-2.4-2  2.4.15-1  OpenLDAP libraries
ii  libpam0g   1.0.1-7   Pluggable Authentication Modules l
ii  openssl0.9.8g-15 Secure Socket Layer (SSL) binary a

openswan recommends no packages.

Versions of packages openswan suggests:
ii  curl  7.18.2-8.1 Get a file from an HTTP, HTTPS or 
pn  openswan-modules-source | lin  (no description available)

-- debconf information:
  openswan/existing_x509_key_filename:
  openswan/x509_state_name:
  openswan/rsa_key_length: 2048
* openswan/restart: true
* openswan/start_level: earliest
  openswan/enable-oe: false
  openswan/existing_x509_certificate: false
  openswan/existing_x509_certificate_filename:
* openswan/create_rsa_key: false
  openswan/x509_email_address:
  openswan/x509_country_code: AT
  openswan/x509_self_signed: true
  openswan/x509_organizational_unit:
  openswan/x509_locality_name:
  openswan/x509_common_name:
  openswan/rsa_key_type: x509
  openswan/x509_organization_name:

-- 
http://www.critikart.net


--- End Message ---
--- Begin Message ---
Source: openswan
Source-Version: 1:2.6.20+dfsg-4.1

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

linux-patch-openswan_2.6.20+dfsg-4.1_all.deb
  to pool/main/o/openswan/linux-patch-openswan_2.6.20+dfsg-4.1_all.deb
openswan-modules-source_2.6.20+dfsg-4.1_all.deb
  to pool/main/o/openswan/openswan-modules-source_2.6.20+dfsg-4.1_all.deb
openswan_2.6.20+dfsg-4.1.diff.gz
  to pool/main/o/openswan/openswan_2.6.20+dfsg-4.1.diff.gz
openswan_2.6.20+dfsg-4.1.dsc
  to pool/main/o/openswan/openswan_2.6.20+dfsg-4.1.dsc
openswan_2.6.20+dfsg-4.1_amd64.deb
  to pool/main/o/openswan/openswan_2.6.20+dfsg-4.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 520...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rene 

Bug#521381: python-cairo: Can't import cairo module from Python

2009-03-27 Thread Thierry Florac
Package: python-cairo
Version: 1.8.4-1
Severity: critical
Justification: breaks unrelated software


Since last upgrade, I can't run any Python application using GTK+ because of an 
import error :

>>> import gtk
Traceback (most recent call last):
  File "", line 1, in 
  File "/var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py", line 48, in 

from gtk import _gtk
  File "/usr/lib/python2.5/site-packages/cairo/__init__.py", line 1, in 
from _cairo import *
ImportError: No module named _cairo


I tried to reinstall and reconfigure several packages (python-gtk2, 
python-cairo), without success.


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

Kernel: Linux 2.6.26-1-686 (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 python-cairo depends on:
ii  libc6 2.9-6  GNU C Library: Shared libraries
ii  libcairo2 1.8.6-2+b1 The Cairo 2D vector graphics libra
ii  python2.5.4-2An interactive high-level object-o
ii  python-support0.8.7  automated rebuilding support for P

python-cairo recommends no packages.

python-cairo suggests no packages.

-- no debconf information

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#521100: improvement on second upgrade

2009-03-27 Thread Mark Robinson

kanae:~# aptitude -vV upgrade
W: The "upgrade" command is deprecated; use "safe-upgrade" instead.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following packages are BROKEN:
  libproj0
The following partially installed packages will be configured:
  libproj-dev  proj  proj-bin
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
The following packages have unmet dependencies:
  libproj0: Depends: proj-data but it is not installable
Resolving dependencies...
The following NEW packages will be installed:
  proj-data{a} [4.6.1-3]
The following partially installed packages will be configured:
  libproj-dev  libproj0  proj  proj-bin
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/2925kB of archives. After unpacking 4931kB will be used.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
(Reading database ... 235888 files and directories currently installed.)
Unpacking proj-data (from .../proj-data_4.6.1-3_all.deb) ...
Setting up proj-data (4.6.1-3) ...
Setting up libproj0 (4.6.1-3) ...
Setting up libproj-dev (4.6.1-3) ...
Setting up proj-bin (4.6.1-3) ...
Setting up proj (4.6.1-3) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done

Current status: 0 broken [-1], 0 updates [+0], 22854 new [+0].
kanae:~# 





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