Bug#573685: django-threaded-multihost: FTBFS: distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools-hg')

2010-04-02 Thread Deepak Tripathi
Team,

I have fixed this and i am uploading soon.


Thanks
dk

On Sat, Mar 20, 2010 at 10:31 PM, Luca Falavigna dktrkr...@debian.orgwrote:

 Hi Deepak,

  Download error: (101, 'Network is unreachable')
 ^^
 This is because network is not available in these rebuilds, while
 normally it is on your pbuilder (and mine, when I initially sponsor the
 package). You should check on an isolate machine, or after instructing
 iptables accordingly.

 Regards,

 --
  .''`.
  :  :' :   Luca Falavigna dktrkr...@debian.org
  `.  `'
   `-




-- 
Deepak Tripathi
E3 71V3 8Y C063 (We Live By Code)
http://deepaktripathi.blogspot.com


Bug#576146: [Pkg-fonts-bugs] Bug#576146: [Pkg-fonts-devel] Bug#576146: ttf-freefont: freefont is under GPLv3+, not GPLv2+

2010-04-02 Thread Christian PERRIER
Quoting Rogério Brito (rbr...@ime.usp.br):
 Hi, Mike.
 
 On Apr 01 2010, Mike Hommey wrote:
  The copyright file claims the license is GPLv2, but upstream changed the
  license to GPLv3 in the january 2009 version.
 
 Thanks and well spotted.
 
 I've just committed a fix to this bug with revision 2351 of
 http://svn.debian.org/wsvn/pkg-fonts/packages/ttf-freefont/trunk/debian/copyright
 
 Unfortunately, I can't upload this, as I don't have the rights.
 Nevertheless, one bug to include on my RCBW list of this week. :-)

Davide Viti, who generally takes good care of FreeFont, will certainly
prepare a package and then ask me to upload it, as usual. No problem.

Merci, Mike, au fait..:-)



signature.asc
Description: Digital signature


Bug#576255: FATAL: Error inserting vboxvfs (/lib/modules/2.6.30-bpo.1-amd64/updates/dkms/vboxvfs.ko): Unknown symbol in module, or unknown parameter (see dmesg)

2010-04-02 Thread Mathieu Malaterre
Package: virtualbox-ose-guest-utils
Version: 3.1.4-dfsg-1~bpo50+1
Severity: grave
Justification: renders package unusable


Hi,

I cannot use virtualbox-ose-guest-utils to mount shared folder on my amd64 
machine.

Steps:

$ sudo apt-get install virtualbox-ose-guest-utils  
...
$ sudo modprobe vboxvfs  
WARNING: Error inserting vboxguest 
(/lib/modules/2.6.30-bpo.1-amd64/updates/dkms/vboxguest.ko): Invalid module 
format
FATAL: Error inserting vboxvfs 
(/lib/modules/2.6.30-bpo.1-amd64/updates/dkms/vboxvfs.ko): Unknown symbol in 
module, or unknown parameter (see dmesg)

Where dmesg reports:

[172312.974490] vboxguest: exports duplicate symbol RTMemExecFree (owned by 
vboxdrv)
[172312.975058] vboxvfs: Unknown symbol VBoxGuestIDCCall
[172312.975464] vboxvfs: Unknown symbol VBoxGuestIDCOpen
[172312.975812] vboxvfs: Unknown symbol VBoxGuestIDCClose

I believe this could be related to:

http://www.virtualbox.org/ticket/2550

Thank you !

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing'), (101, 'experimental'), (100, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-bpo.1-amd64 (SMP w/8 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 virtualbox-ose-guest-utils depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  pciutils  1:3.0.0-6  Linux PCI Utilities

Versions of packages virtualbox-ose-guest-utils recommends:
ii  virtualbox-ose-gues 3.1.4-dfsg-1~bpo50+1 x86 virtualization solution - gues
ii  virtualbox-ose-gues 3.1.4-dfsg-1~bpo50+1 x86 virtualization solution - X11 

virtualbox-ose-guest-utils 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#561203: threads and fork on machine with VIPT-WB cache

2010-04-02 Thread NIIBE Yutaka

NIIBE Yutaka wrote:

To have same semantics as other archs, I think that VIPT-WB cache
machine should have cache flush at ptep_set_wrprotect, so that memory
of the page has up-to-date data.  Yes, it will be huge performance
impact for fork.  But I don't find any good solution other than this
yet.


I think we could do something like (only for VIPT-WB cache machine):

-	static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned 
long address, pte_t *ptep)


+	static inline void ptep_set_wrprotect(struct vm_area_struct *vma, 
struct mm_struct *mm, unsigned long addr, pte_t *ptep)

{
pte_t old_pte = *ptep;
+   if (atomic_read(mm-mm_users)  1)
+   flush_cache_page(vma, addr, pte_pfn(old_pte));
set_pte_at(mm, addr, ptep, pte_wrprotect(old_pte));
}

Here, we can add condition for the call of flush_cache_page
to avoid big performance impact for non threads case.
--



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



Processed: Re: [Pkg-virtualbox-devel] Bug#576255: FATAL: Error inserting vboxvfs (/lib/modules/2.6.30-bpo.1-amd64/updates/dkms/vboxvfs.ko): Unknown symbol in module, or unknown parameter (see dmesg)

2010-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 576255 important
Bug #576255 [virtualbox-ose-guest-utils] FATAL: Error inserting vboxvfs 
(/lib/modules/2.6.30-bpo.1-amd64/updates/dkms/vboxvfs.ko): Unknown symbol in 
module, or unknown parameter (see dmesg)
Severity set to 'important' from 'grave'

 reassign 576255 virtualbox-ose-guest-dkms
Bug #576255 [virtualbox-ose-guest-utils] FATAL: Error inserting vboxvfs 
(/lib/modules/2.6.30-bpo.1-amd64/updates/dkms/vboxvfs.ko): Unknown symbol in 
module, or unknown parameter (see dmesg)
Bug reassigned from package 'virtualbox-ose-guest-utils' to 
'virtualbox-ose-guest-dkms'.
Bug No longer marked as found in versions 3.1.4-dfsg-1~bpo50+1.
 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#576255: [Pkg-virtualbox-devel] Bug#576255: FATAL: Error inserting vboxvfs (/lib/modules/2.6.30-bpo.1-amd64/updates/dkms/vboxvfs.ko): Unknown symbol in module, or unknown parameter (see dmesg)

2010-04-02 Thread Michael Meskes
severity 576255 important
reassign 576255 virtualbox-ose-guest-dkms
thanks

On Fri, Apr 02, 2010 at 09:51:43AM +0200, Mathieu Malaterre wrote:
 I cannot use virtualbox-ose-guest-utils to mount shared folder on my amd64 
 machine.
 ...
 $ sudo modprobe vboxvfs  
 WARNING: Error inserting vboxguest 
 (/lib/modules/2.6.30-bpo.1-amd64/updates/dkms/vboxguest.ko): Invalid module 
 format
 FATAL: Error inserting vboxvfs 
 (/lib/modules/2.6.30-bpo.1-amd64/updates/dkms/vboxvfs.ko): Unknown symbol in 
 module, or unknown parameter (see dmesg)

First of all why should this be a bug in guest-utils? This looks to me as if
you don't have the right modules for your kernel. Unfortunately your bug report
lacks information about the virtualbox-ose-guest-dkms version installed. Also
we need to make sure that you indeed have compiled modules for your kernel. So
please remove the modules you have and re-build them

 I believe this could be related to:
 
 http://www.virtualbox.org/ticket/2550

I honestly doubt that. This bug is old and was fixed ages ago.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ 179140304, AIM/Yahoo/Skype michaelmeskes, Jabber mes...@jabber.org
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



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



Bug#576261: missing dependency declaration on a JDK

2010-04-02 Thread martin f krafft
Package: tomcat5.5
Version: 5.5.26-5
Severity: serious

Setting up tomcat5.5 (5.5.26-5) ...
Adding system user `tomcat55' (UID 114) ...
Adding new user `tomcat55' (UID 114) with group `nogroup' ...
Not creating home directory `/usr/share/tomcat5.5'.
no JDK found - please set JAVA_HOME failed!
invoke-rc.d: initscript tomcat5.5, action start failed.
dpkg: error processing tomcat5.5 (--configure):
 subprocess post-installation script returned error exit status 1
Setting up openjdk-6-jre-lib (6b11-9.1) ...
Setting up openjdk-6-jre-headless (6b11-9.1) ...
Errors were encountered while processing:
 tomcat5.5
E: Sub-process /usr/bin/dpkg returned an error code (1)


If tomcat needs a JDK, then it must depend on one.

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

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


-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#576270: python-sugar-toolkit-0.88: python module not installed correctly

2010-04-02 Thread Sascha Silbe
Package: python-sugar-toolkit-0.88
Version: 0.87.8-1
Severity: grave
Justification: renders package unusable


After upgrading python-sugar-toolkit-0.88 from 0.87.4-1 (squeeze) to 0.87.8-1 
(sid), the contained Python module is not available anymore:

sascha.si...@xo15-minimal:~$ ls -l /usr/lib/python2.5/site-packages/sugar/
total 164
drwxr-xr-x 1 root root142 2010-03-30 10:51 dispatch
lrwxrwxrwx 1 root root 37 2010-03-30 13:52 __init__.py - 
/usr/share/pyshared/sugar/__init__.py
-rw-r--r-- 1 root root429 2010-03-30 10:51 __init__.pyo
lrwxrwxrwx 1 root root 35 2010-03-30 13:52 logger.py - 
/usr/share/pyshared/sugar/logger.py
-rw-r--r-- 1 root root   6292 2010-03-30 10:51 logger.pyo
lrwxrwxrwx 1 root root 33 2010-03-30 13:52 mime.py - 
/usr/share/pyshared/sugar/mime.py
-rw-r--r-- 1 root root   7232 2010-03-30 10:51 mime.pyo
lrwxrwxrwx 1 root root 42 2010-03-30 13:52 _sugarbaseext.la - 
/usr/share/pyshared/sugar/_sugarbaseext.la
-rw-r--r-- 1 root root  32064 2010-01-26 03:15 _sugarbaseext.so
-rw-r--r-- 1 root root 118716 2010-03-23 23:51 _sugarext.so
sascha.si...@xo15-minimal:~$ 

This causes the following backtrace when trying to start Sugar:

Traceback (most recent call last):
  File /usr/bin/sugar-session, line 270, in module
main()
  File /usr/bin/sugar-session, line 205, in main
from sugar import env
ImportError: cannot import name env

There were no error messages during installation:

Setting up python-sugar-toolkit-0.88 (0.87.8-1) ...
Setting up python-xpcom (1.9.1.8-6) ...
Processing triggers for python-support ...
Log ended: 2010-04-02  10:59:49


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

Kernel: Linux 2.6.31.9-xo1.5-1-00636-ge8fbfa6 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-sugar-toolkit-0.88 depends on:
ii  libasound2  1.0.22-2 shared library for ALSA applicatio
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-3 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libglib2.0-02.22.4-1 The GLib library of C routines
ii  libgtk2.0-0 2.18.9-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.26.2-2 Layout and rendering of internatio
ii  librsvg2-common 2.26.0-1 SAX-based renderer library for SVG
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-cairo1.8.8-1+b1   Python bindings for the Cairo vect
ii  python-central  0.6.14+nmu2  register and build utility for Pyt
ii  python-cjson1.0.5-2+b1   Very fast JSON encoder/decoder for
ii  python-dateutil 1.4.1-3  powerful extensions to the standar
ii  python-dbus 0.83.1-1 simple interprocess messaging syst
ii  python-gconf2.28.0-2 Python bindings for the GConf conf
ii  python-gobject  2.20.0-1+b1  Python bindings for the GObject li
ii  python-gtk2 2.16.0-2 Python bindings for the GTK+ widge
ii  python-hippocanvas  0.3.0-3+b1   Python bindings to hippo-canvas
ii  python-rsvg 2.28.0-6 Python bindings for the RSVG libra
ii  python-sugar-0.88   0.87.1-1+b1  Sugar graphical shell - core funct
ii  python-telepathy0.15.17-1Python language bindings for telep
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages python-sugar-toolkit-0.88 recommends:
ii  python-carquinyol-0.88   0.87.1-1+b1 Sugar graphical shell - datastore
ii  python-jarabe-0.88   0.88.0-1Sugar graphical shell - library
pn  sugar-0.88   none  (no description available)
ii  sugar-presence-service-0.88  0.88.0-1Sugar graphical shell - presence s
ii  ttf-dejavu-core  2.30-2  Vera font family derivate with add
ii  unzip6.0-4   De-archiver for .zip files

Versions of packages python-sugar-toolkit-0.88 suggests:
ii  git-core  1:1.7.0-1  fast, scalable, distributed revisi
pn  subversionnone (no description available)
ii  ttf-dejavu-extra  2.30-2 Vera font family derivate with add

-- 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#574544: [afflib] contains files released under a non-free license

2010-04-02 Thread Christophe Monniez
On Fri, Apr 2, 2010 at 1:56 AM, Michael Prokop m...@debian.org wrote:


 Christophe, do you want me to upload it based on current git tree?

 thanks  regards,
 -mika-


I forgot pushing tags.

yes, you can upload, thank you Mika.

-- 
Christophe Monniez


Bug#561203: threads and fork on machine with VIPT-WB cache

2010-04-02 Thread James Bottomley
On Fri, 2010-04-02 at 12:48 +0900, NIIBE Yutaka wrote:
 Thanks for your quick reply.
 
 James Bottomley wrote:
  In COW breaking, the page table entry is copied, so A and B no longer
  have page table entries at the same physical location.  If the COW is
  intact, A and B have the same physical page, but it's also accessed by
  the same virtual address, hence no aliasing.
 
 Let me explain more.
 
 In the scenario, I assume:
 
   No aliasing between A and B.
   We have aliasing between kernel access and user access.
 
 Before COW breaking A and B share same data (with no aliasing same
 space identifier color), and B sees data in cache, while memory has
 stale data.
 
 At COW breaking, kernel copies the memory, it doesn't see new data
 in cache because of aliasing.
 
 Isn't it possible?

So your theory is that the data the kernel sees doing the page copy can
be stale because of dirty cache lines in userspace (which is certainly
possible in the ordinary way)?  By design that shouldn't happen: the
idea behind COW breaking is that before it breaks, the page is read
only ... this means that processes can have clean cache copies of it,
but never dirty cache copies (because writes are forbidden).  As soon as
one or other process tries to write to the page, it gets a memory
protection trap long before the data it's trying to write goes into the
cache.  By the time the write is allowed to complete (and the cache
becomes dirty), the process will have the new copy of the page which
belongs exclusively to it.

James





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



Bug#576270: [Debian-olpc-devel] Bug#576270: python-sugar-toolkit-0.88: python module not installed correctly

2010-04-02 Thread Jonas Smedegaard

Hi Sascha,

On Fri, Apr 02, 2010 at 11:54:46AM +, Sascha Silbe wrote:
After upgrading python-sugar-toolkit-0.88 from 0.87.4-1 (squeeze) to 
0.87.8-1 (sid), the contained Python module is not available anymore:


thanks for reporting this.

A newer release, 0.88.0-1, is pending inclusion into Debian.

At the moment it is only unofficially available built for amd64 - I will 
try make a sideport available shortly for you to test.



Kind regards,

  - Jonas

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

  [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Processed: block 574299 with 576272

2010-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 574299 with 576272
Bug #574299 [src:netsurf] netsurf: FTBFS: scanner.l:109: error: 'DELIM' 
undeclared (first use in this function)
Was not blocked by any bugs.
Added blocking bug(s) of 574299: 576272
 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#576279: network-manager-kde: Tray icon non-functional, shows Network Management disabled message

2010-04-02 Thread Jonathan E. Magen
Package: network-manager-kde
Version: 1:0.9~svn1088283-1
Severity: grave
Justification: renders package unusable


After a recent forced restart, knetworkmanager no longer functions
properly. When I mouse over the tray icon, it pops up a plasma
notification saying Unmanaged with the 'cable disconnected from the
outlet' icon. When I click on the tray icon, a one-option menu pops
up. It says only Network Management disabled in greyed-out
letters. I have Network Manager chosed in the KDE settings and it
worked fine before I had to do a hard restart on my laptop.

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

Kernel: Linux 2.6.32-trunk-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/dash

Versions of packages network-manager-kde depends on:
ii  kdebase-runtime 4:4.3.4-2runtime components from the offici
ii  kdelibs54:4.3.4-3core libraries for all KDE 4 appli
ii  knm-runtime 0.1~svn1088283-1 KDE NetworkManagement infrastructu
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.2-9GCC support library
ii  libknotificationitem-1- 4:4.3.4-1library for new way of handling sy
ii  libqt4-dbus 4:4.5.3-4Qt 4 D-Bus module
ii  libqt4-network  4:4.5.3-4Qt 4 network module
ii  libqt4-svg  4:4.5.3-4Qt 4 SVG module
ii  libqtcore4  4:4.5.3-4Qt 4 core module
ii  libqtgui4   4:4.5.3-4Qt 4 GUI module
ii  libsolidcontrol44:4.3.4-5Library for solid based network ma
ii  libstdc++6  4.4.2-9  The GNU Standard C++ Library v3

network-manager-kde recommends no packages.

network-manager-kde 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: Re: Bug#576279: network-manager-kde: Tray icon non-functional, shows Network Management disabled message

2010-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 576279 normal
Bug #576279 [network-manager-kde] network-manager-kde: Tray icon 
non-functional, shows Network Management disabled message
Severity set to 'normal' from 'grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#576297: writer2latex: Exception in thread main java.lang.StringIndexOutOfBoundsException:

2010-04-02 Thread G. Allen Morris III
Package: writer2latex
Version: 1.0-10
Severity: grave
Justification: renders package unusable


[g...@frenchy: ~]$ w2l ./RN-OB.doc ./bob.tex

This is Writer2LaTeX, Version 1.0 (2008-09-21)

Starting conversion...
Converting ./RN-OB.doc
Exception in thread main java.lang.StringIndexOutOfBoundsException: String 
index out of range: -1
at 
java.lang.AbstractStringBuilder.delete(AbstractStringBuilder.java:698)
at java.lang.StringBuffer.delete(StringBuffer.java:373)
at 
writer2latex.xmerge.OfficeDocument.secondHack(OfficeDocument.java:1248)
at writer2latex.xmerge.OfficeDocument.read(OfficeDocument.java:571)
at writer2latex.xmerge.OfficeDocument.read(OfficeDocument.java:442)
at writer2latex.base.ConverterBase.convert(ConverterBase.java:87)
at writer2latex.base.ConverterBase.convert(ConverterBase.java:81)
at writer2latex.Application.doConversion(Application.java:230)
at writer2latex.Application.main(Application.java:86)

/etc/alternatives/java - /usr/lib/jvm/java-6-sun/jre/bin/java
/etc/alternatives/java.1.gz - /usr/lib/jvm/java-6-sun/jre/man/man1/java.1.gz
/etc/alternatives/java_vm - /usr/lib/jvm/java-6-sun/jre/bin/java_vm
/etc/alternatives/javaws - /usr/lib/jvm/java-6-openjdk/jre/bin/javaws

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

Kernel: Linux 2.6.32-gam3-ma770 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages writer2latex depends on:
ii  dpkg 1.15.5.6Debian package management system
ii  gij-4.1 [java2-runtime]  4.1.1-20The GNU Java bytecode interpreter
ii  libwriter2latex-java 1.0-10  OpenOffice.org Writer/Calc to LaTe
ii  openjdk-6-jre [java2-runtime 6b17~pre3-1 OpenJDK Java runtime, using Hotspo
ii  sun-java5-jre [java2-runtime 1.5.0-19-1  Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java2-runtime 6-17-1  Sun Java(TM) Runtime Environment (
ii  tex-common   2.05common infrastructure for building

Versions of packages writer2latex recommends:
ii  elinks [www-browser]  0.12~pre5-2advanced text-mode WWW browser
ii  evince [pdf-viewer]   2.28.2-1   Document (postscript, pdf) viewer
ii  gv [pdf-viewer]   1:3.6.8-1  PostScript and PDF viewer for X
ii  iceape-browser [www-b 2.0.1-1Iceape Navigator (Internet browser
ii  iceweasel [www-browse 3.5.6-1lightweight web browser based on M
ii  konqueror [www-browse 4:4.3.4-1  KDE 4's advanced file manager, web
ii  lynx-cur [www-browser 2.8.8dev.2-1   Text-mode WWW Browser with NLS sup
ii  openoffice.org-writer 1:3.1.1-12 full-featured office productivity 
ii  opera [www-browser]   9.61.2456.gcc4.qt3 The Opera Web Browser
ii  w3m [www-browser] 0.5.2-2.1  WWW browsable pager with excellent
ii  xpdf-reader [pdf-view 3.02-1.4+lenny1Portable Document Format (PDF) sui

writer2latex 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: also affects armel

2010-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 574783 FTBFS on sparc and armel
Bug #574783 [virtuoso-opensource] FTBFS on SPARC
Changed Bug title to 'FTBFS on sparc and armel' from 'FTBFS on SPARC'
 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#561203: threads and fork on machine with VIPT-WB cache

2010-04-02 Thread John David Anglin
On Fri, 02 Apr 2010, NIIBE Yutaka wrote:

 NIIBE Yutaka wrote:
 To have same semantics as other archs, I think that VIPT-WB cache
 machine should have cache flush at ptep_set_wrprotect, so that memory
 of the page has up-to-date data.  Yes, it will be huge performance
 impact for fork.  But I don't find any good solution other than this
 yet.

 I think we could do something like (only for VIPT-WB cache machine):

 - static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned 
 long 
 address, pte_t *ptep)

 + static inline void ptep_set_wrprotect(struct vm_area_struct *vma, 
 struct 
 mm_struct *mm, unsigned long addr, pte_t *ptep)
   {
   pte_t old_pte = *ptep;
 + if (atomic_read(mm-mm_users)  1)
 + flush_cache_page(vma, addr, pte_pfn(old_pte));
   set_pte_at(mm, addr, ptep, pte_wrprotect(old_pte));
   }

I tested the hack below on two machines currently running 2.6.33.2
UP kernels.  The change seems to fix Debian #561203 (minifail bug)!
Thus, I definitely think you are on the right track.  I'll continue
to test.

I suspect the same issue is present for SMP kernels.

Thanks,
Dave
-- 
J. David Anglin  dave.ang...@nrc-cnrc.gc.ca
National Research Council of Canada  (613) 990-0752 (FAX: 952-6602)

diff --git a/arch/parisc/include/asm/pgtable.h 
b/arch/parisc/include/asm/pgtable.h
index a27d2e2..a5d730f 100644
--- a/arch/parisc/include/asm/pgtable.h
+++ b/arch/parisc/include/asm/pgtable.h
@@ -14,6 +14,7 @@
 #include linux/bitops.h
 #include asm/processor.h
 #include asm/cache.h
+extern void flush_cache_page(struct vm_area_struct *vma, unsigned long vmaddr, 
unsigned long pfn);
 
 /*
  * kern_addr_valid(ADDR) tests if ADDR is pointing to valid kernel
@@ -456,7 +457,7 @@ static inline pte_t ptep_get_and_clear(struct mm_struct 
*mm, unsigned long addr,
return old_pte;
 }
 
-static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long 
addr, pte_t *ptep)
+static inline void ptep_set_wrprotect(struct vm_area_struct *vma, struct 
mm_struct *mm, unsigned long addr, pte_t *ptep)
 {
 #ifdef CONFIG_SMP
unsigned long new, old;
@@ -467,6 +468,8 @@ static inline void ptep_set_wrprotect(struct mm_struct *mm, 
unsigned long addr,
} while (cmpxchg((unsigned long *) ptep, old, new) != old);
 #else
pte_t old_pte = *ptep;
+   if (atomic_read(mm-mm_users)  1)
+   flush_cache_page(vma, addr, pte_pfn(old_pte));
set_pte_at(mm, addr, ptep, pte_wrprotect(old_pte));
 #endif
 }
diff --git a/mm/memory.c b/mm/memory.c
index 09e4b1b..21c2916 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -616,7 +616,7 @@ copy_one_pte(struct mm_struct *dst_mm, struct mm_struct 
*src_mm,
 * in the parent and the child
 */
if (is_cow_mapping(vm_flags)) {
-   ptep_set_wrprotect(src_mm, addr, src_pte);
+   ptep_set_wrprotect(vma, src_mm, addr, src_pte);
pte = pte_wrprotect(pte);
}
 



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



Bug#574784: worksforme in icedove

2010-04-02 Thread Obey Arthur Liu
With xdg-utils (1.0.2+cvs20100307-1) and icedove (3.0.3-1), both
xdg-email --body this is\na test and xdg-email --body $(printf
foo\\nbar) work.

Cheers

Arthur



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



Bug#575006: pdns-recursor build failed - sysdeps ?

2010-04-02 Thread Petr Salinger

As maintainer of pdns-recursor I'm currently investigating why it fails
to build on kfreebsd-{amd64,i386} and found out that the include path
not is added to the compile line.

This include path gets added by a file in the sysdeps/ directory. (as
far as I found out) In this directory are the following files:
- Darwin.inc
- FreeBSD.inc
- Linux.inc
- SunOS.inc

But I'm not able to find out why the FreeBSD.inc (I think this file
should get loaded for kfreebsd-{amd64,i386}) is not loaded anymore.
Hopefully someone can enlighten me on this point.


Well, the OS-specific part is not well designed.
As a workaround please use patches bellow.

Petr

--- kqueuemplexer.cc
+++ kqueuemplexer.cc
@@ -6,7 +6,7 @@
 #include boost/lexical_cast.hpp
 #include syncres.hh
 #include sys/types.h
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
 #include sys/event.h
 #endif
 #include sys/time.h


--- Makefile
+++ Makefile
@@ -27,8 +27,13 @@
 all: message pdns_recursor rec_control

 # OS specific instructions
+
 -include sysdeps/$(shell uname).inc

+ifeq ($(shell uname),GNU/kFreeBSD)
+-include sysdeps/FreeBSD.inc
+endif
+
 ifeq ($(LUA), 1)
LUALIBS=$(LUA_LIBS_CONFIG)
CXXFLAGS+=$(LUA_CPPFLAGS_CONFIG) -DPDNS_ENABLE_LUA




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



Bug#571817: python-gdata patch removing python2.4 dependency

2010-04-02 Thread Obey Arthur Liu
package python-gdata
tag 571817 patch
thanks

Please find attached a patch fixing this bug.
The python2.4 dependency was triggered by #!/bin/python2.4 shebangs in
certain files.
I have an NMU patch at the ready if necessary.

Cheers

Arthur
commit 3042c388df7b04a417a41e9d48cf15c725f4b40b
Author: Obey Arthur Liu art...@milliways.fr
Date:   Fri Apr 2 22:21:47 2010 +0200

Add patch removing python2.4 shebangs

diff --git a/debian/patches/python2.4_shebangs.patch b/debian/patches/python2.4_shebangs.patch
new file mode 100644
index 000..f25510a
--- /dev/null
+++ b/debian/patches/python2.4_shebangs.patch
@@ -0,0 +1,24 @@
+--- a/samples/contacts/profiles_example.py
 b/samples/contacts/profiles_example.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2.4
++#!/usr/bin/python
+ #
+ # Copyright 2009 Google Inc. All Rights Reserved.
+ #
+--- a/src/gdata/contacts/__init__.py
 b/src/gdata/contacts/__init__.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2.4
++#!/usr/bin/python
+ #
+ # Copyright 2009 Google Inc. All Rights Reserved.
+ #
+--- a/src/gdata/contacts/service.py
 b/src/gdata/contacts/service.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2.4
++#!/usr/bin/python
+ #
+ # Copyright 2009 Google Inc. All Rights Reserved.
+ #


Bug#576308: OpenDcHub 0.8.1 Remote Code Execution Exploit

2010-04-02 Thread Moritz Muehlenhoff
Package: opendchub
Version: OpenDcHub 0.8.1 Remote Code Execution Exploit
Severity: grave
Tags: security

This was reported to full-disclosure:

http://www.indahax.com/exploits/opendchub-0-8-1-remote-code-execution-exploit#more-600

Please get in touch with upstream for a fix.

Cheers,
Moritz

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

Kernel: Linux 2.6.32-3-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages opendchub depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
pn  libcap1   none (no description available)
ii  libperl5.10   5.10.1-11  shared Perl library

opendchub recommends no packages.

opendchub suggests no packages.



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



Bug#576307: CVE-2010-0132: XSS via user-provided 'search_re' input

2010-04-02 Thread Moritz Muehlenhoff
Package: viewvc
Severity: grave
Tags: security

The following was reported to oss-security:

Just received an announcement stating ViewVC 1.1.5 and 1.0.11 were
released today (right on the heels of 1.1.4 and 1.0.10, for which I
still haven't received a CVE). Looks like they fix an XSS that needs
a CVE assigned.

security fix: escape user-provided search_re input to avoid XSS
attack

http://viewvc.tigris.org/source/browse/viewvc/trunk/CHANGES?r1=2342r2=2359pathrev=HEAD

Here's the patch for the XSS:
http://viewvc.tigris.org/source/browse/viewvc?view=revrevision=2344


There were too many ways to do something as simple as HTML escaping in
the ViewVC codebase.  Simplify, conjoin, remove, etc.

* lib/sapi.py
  (escape): New function.  *The* preferred HTML-escaping mechanism.
  (Server.escape): New common Server object escape mechanism (which
uses the aforementioned escape(), of course).
  (CgiServer.escape, WsgiServer.escape, AspServer.escape,
   ModPythonServer.escape): Lose as unnecessary.

* lib/viewvc.py
  (Request.get_form): Escape hidden form variable names and values.
  (htmlify): Remove.
  (): Replace all uses of cgi.escape() and htmlify() with (directly or
indirectly) sapi.escape().

* lib/query.py
  (main): Use server.escape() instead of cgi.escape().

* lib/blame.py
  (HTMLBlameSource.__getitem__): Use sapi.escape() instead of
cgi.escape().

* lib/idiff.py
  (_mdiff_split, _differ_split): Use sapi.escape() instead of
cgi.escape().


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

Kernel: Linux 2.6.32-3-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages viewvc depends on:
ii  debconf [debconf-2.0] 1.5.30 Debian configuration management sy
ii  gawk  1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
ii  mime-support  3.48-1 MIME files 'mime.types'  'mailcap
ii  python2.5.4-9An interactive high-level object-o
pn  python-subversion none (no description available)
ii  python-support1.0.7  automated rebuilding support for P
pn  rcs   none (no description available)
ii  subversion1.6.9dfsg-1Advanced version control system

Versions of packages viewvc recommends:
pn  apache | httpdnone (no description available)
pn  enscript  none (no description available)

Versions of packages viewvc suggests:
pn  cvsgraph  none (no description available)
pn  viewvc-query  none (no description available)



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



Bug#565450: python-twisted-conch: missing dependency: python-pyasn1

2010-04-02 Thread Obey Arthur Liu
tag 565450 patch
thanks

For what it's worth, here's the trivial patch. Please consider making an upload.

Cheers

Arthur
commit 7cf26226cea38985f43c779cf83fa543eef71c01
Author: Obey Arthur Liu art...@milliways.fr
Date:   Fri Apr 2 23:08:28 2010 +0200

Add missing python-asn1 runtime dependency.

diff --git a/debian/control b/debian/control
index 79ffec7..cccb71a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Standards-Version: 3.8.4
 
 Package: python-twisted-conch
 Architecture: all
-Depends: ${python:Depends}, python-crypto (= 2.0.1+dfsg1-1.1), python-twisted-core (= 10.0), ${misc:Depends}
+Depends: ${python:Depends}, python-crypto (= 2.0.1+dfsg1-1.1), python-twisted-core (= 10.0), python-pyasn1, ${misc:Depends}
 Provides: conch, ${python:Provides}
 Conflicts: python2.3-twisted ( 2.2), python2.3-twisted-conch, python2.4-twisted-conch
 Replaces: python2.3-twisted ( 2.2), python2.3-twisted-conch, python2.4-twisted-conch


Processed: python-gdata patch removing python2.4 dependency

2010-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 package python-gdata
Limiting to bugs with field 'package' containing at least one of 'python-gdata'
Limit currently set to 'package':'python-gdata'

 tag 571817 patch
Bug #571817 [python-gdata] depends on python2.4: uninstallable
Bug #571822 [python-gdata] Depends on python2.4 which is no longer available
Added tag(s) patch.
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: python-twisted-conch: missing dependency: python-pyasn1

2010-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 565450 patch
Bug #565450 [python-twisted-conch] python-twisted-conch: missing dependency: 
python-pyasn1
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#575961: lxsession crash during startup

2010-04-02 Thread luca boncompagni
On Fri, Apr 2, 2010 at 5:00 AM, Andrew Lee ajq...@debian.org wrote:
 Hi Luca,

 LucaB wrote:
 when i log into my system i get a popup with the following text:

 Thanks for reporting this problem. May I know what version of
 lxde-common do you installed on the system?

 -Andrew


I installed lxde-common version 0.4.2-3

Luca



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



Bug#575787: Please package viewvc 1.1.5

2010-04-02 Thread Moritz Muehlenhoff
On Thu, Apr 01, 2010 at 03:18:01PM +1100, John Zaitseff wrote:
 Tags: patch
 
 Dear David et al.,
 
 Thank you for packaging ViewVC!
 
 Rather a long time ago, I asked that viewvc 1.1.x be packaged.  At
 that time, I promised I would have a go at it myself, since I
 realised that the 1.1.x series represented some major changes.
 Unfortunately, I've been rather busy... until now, that is.
 
 I have finally created a completely-overhauled viewvc 1.1.x package,
 based on your work and on Ender's patch.  Could you please package
 the latest ViewVC, 1.1.5, using this patch (attached to this
 e-mail)?  You can get the full debian directory by running:
 
   svn co 
 http://svn.zap.org.au/svn/debian-packages/debian-updates/viewvc/tags/1.1.5-0.1zg4/debian
 
 You can download the full source to the packages, if you wish, from:
 
   
 ftp://ftp.zap.org.au/pub/debian/dists/zapgroup-sid/main/source/viewvc_1.1.5-0.1zg4.dsc
   
 ftp://ftp.zap.org.au/pub/debian/dists/zapgroup-sid/main/source/viewvc_1.1.5-0.1zg4.diff.gz
   
 ftp://ftp.zap.org.au/pub/debian/dists/zapgroup-sid/main/source/viewvc_1.1.5.orig.tar.gz
 
 Alternatively, you can use the following lines in /etc/apt/sources.list:
 
   deb ftp://ftp.zap.org.au/pub/ubuntu zapgroup-sid main
   deb-src ftp://ftp.zap.org.au/pub/ubuntu zapgroup-sid main
 
 You can replace zapgroup-sid with zapgroup-lenny or
 zapgroup-karmic as appropriate.
 
 I am successfully running this version on my own Debian Lenny-based
 server, accessible at http://www.zap.org.au/viewvc/.
 
 
 Highlights of my changes:
 
 * ViewVC 1.1.5 closes some important cross-site scripting problems
   (Closes: #532611, #575777, #575787).  This solves CVE-2010-0004,
   CVE-2010-0005 and CVE-2010-0736.
 
 * Updated all dependencies, based on what is required for ViewVC
   1.1.5.  In particular: the XS-Python-Version field is set to all
   (Closes: #570573); depend on apache2 | httpd-cgi, not apache |
   httpd (we need a CGI server); python-egenix-mxdatetime and
   enscript are no longer required/suggested (python-pygments is
   recommended instead of enscript).
 
 * Packaged the Apache mod-python modules for optional use (in
   /usr/lib/viewvc/mod-python) and added instructions in
   README.Debian on how to access it.
 
 * Wrote a manual page for /usr/bin/viewvc-standalone.
 
 * Rewrote the README.Debian, NEWS and TODO files as appropriate.
 
 * Moved to Debian policy 3.8.4 and Debhelper 7.  Dealt with as many
   Lintian warnings as possible.  Converted all files to UTF-8 as
   appropriate.
 
 * Refreshed all files in debian/patches: most no longer apply,
   although support for robots.txt (01-robots-support), changes to
   viewvc-install (90-viewvc-install-debian-paths) and to
   viewvc.conf.dist (91-viewvc-conf-debian-custom) still do.  Tweaked
   some file modes as used by viewvc-install.  All patch files now
   use -p1, making the future move to source version 3.0 (quilt) much
   easier.
 
 * The file /etc/viewvc/viewvc.conf is a conffile: maintainer scripts
   must NOT modify it (as previous versions of the ViewVC package
   do!).  For this version, I've removed all Debconf scripts, since I
   don't particularly like my configuration files modified!  A better
   solution would be to use something like ucf(1)...
 
 
 I'm hoping you will be able to take my changes more or less en-mass
 and release an official ViewVC package quickly.  I look forward to
 hearing from you!

The Security Team contacted David three weeks ago about the viewvc
maintenance status and didn't receive a reply. 

David, please consider handing maintenance over to John or move
viewvc to group maintenance.

Cheers,
Moritz



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



Bug#576261: marked as done (missing dependency declaration on a JDK)

2010-04-02 Thread Debian Bug Tracking System
Your message dated Sat, 3 Apr 2010 00:02:13 +0200
with message-id p2ya90bfcf1004021502ra379dbaege992464980055...@mail.gmail.com
and subject line Re: Bug#576261: missing dependency declaration on a JDK
has caused the Debian Bug report #576261,
regarding missing dependency declaration on a JDK
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.)


-- 
576261: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576261
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: tomcat5.5
Version: 5.5.26-5
Severity: serious

Setting up tomcat5.5 (5.5.26-5) ...
Adding system user `tomcat55' (UID 114) ...
Adding new user `tomcat55' (UID 114) with group `nogroup' ...
Not creating home directory `/usr/share/tomcat5.5'.
no JDK found - please set JAVA_HOME failed!
invoke-rc.d: initscript tomcat5.5, action start failed.
dpkg: error processing tomcat5.5 (--configure):
 subprocess post-installation script returned error exit status 1
Setting up openjdk-6-jre-lib (6b11-9.1) ...
Setting up openjdk-6-jre-headless (6b11-9.1) ...
Errors were encountered while processing:
 tomcat5.5
E: Sub-process /usr/bin/dpkg returned an error code (1)


If tomcat needs a JDK, then it must depend on one.

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

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


-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
---End Message---
---BeginMessage---
On Fri, Apr 2, 2010 at 10:56 AM, martin f krafft madd...@debian.org wrote:
 If tomcat needs a JDK, then it must depend on one.

Tomcat 5.5 does depend on default-jdk | java2-runtime-headless and BTW
it is no longer shipped in squeeze or sid.

Torsten

---End Message---


Bug#576297: marked as done (writer2latex: Exception in thread main java.lang.StringIndexOutOfBoundsException:)

2010-04-02 Thread Debian Bug Tracking System
Your message dated Fri, 2 Apr 2010 23:44:02 +0200
with message-id 20100402214402.ga2...@rene-engelhard.de
and subject line Re: Bug#576297: writer2latex: Exception in thread main 
java.lang.StringIndexOutOfBoundsException:
has caused the Debian Bug report #576297,
regarding writer2latex: Exception in thread main 
java.lang.StringIndexOutOfBoundsException:
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.)


-- 
576297: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576297
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: writer2latex
Version: 1.0-10
Severity: grave
Justification: renders package unusable


[g...@frenchy: ~]$ w2l ./RN-OB.doc ./bob.tex

This is Writer2LaTeX, Version 1.0 (2008-09-21)

Starting conversion...
Converting ./RN-OB.doc
Exception in thread main java.lang.StringIndexOutOfBoundsException: String 
index out of range: -1
at 
java.lang.AbstractStringBuilder.delete(AbstractStringBuilder.java:698)
at java.lang.StringBuffer.delete(StringBuffer.java:373)
at 
writer2latex.xmerge.OfficeDocument.secondHack(OfficeDocument.java:1248)
at writer2latex.xmerge.OfficeDocument.read(OfficeDocument.java:571)
at writer2latex.xmerge.OfficeDocument.read(OfficeDocument.java:442)
at writer2latex.base.ConverterBase.convert(ConverterBase.java:87)
at writer2latex.base.ConverterBase.convert(ConverterBase.java:81)
at writer2latex.Application.doConversion(Application.java:230)
at writer2latex.Application.main(Application.java:86)

/etc/alternatives/java - /usr/lib/jvm/java-6-sun/jre/bin/java
/etc/alternatives/java.1.gz - /usr/lib/jvm/java-6-sun/jre/man/man1/java.1.gz
/etc/alternatives/java_vm - /usr/lib/jvm/java-6-sun/jre/bin/java_vm
/etc/alternatives/javaws - /usr/lib/jvm/java-6-openjdk/jre/bin/javaws

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

Kernel: Linux 2.6.32-gam3-ma770 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages writer2latex depends on:
ii  dpkg 1.15.5.6Debian package management system
ii  gij-4.1 [java2-runtime]  4.1.1-20The GNU Java bytecode interpreter
ii  libwriter2latex-java 1.0-10  OpenOffice.org Writer/Calc to LaTe
ii  openjdk-6-jre [java2-runtime 6b17~pre3-1 OpenJDK Java runtime, using Hotspo
ii  sun-java5-jre [java2-runtime 1.5.0-19-1  Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java2-runtime 6-17-1  Sun Java(TM) Runtime Environment (
ii  tex-common   2.05common infrastructure for building

Versions of packages writer2latex recommends:
ii  elinks [www-browser]  0.12~pre5-2advanced text-mode WWW browser
ii  evince [pdf-viewer]   2.28.2-1   Document (postscript, pdf) viewer
ii  gv [pdf-viewer]   1:3.6.8-1  PostScript and PDF viewer for X
ii  iceape-browser [www-b 2.0.1-1Iceape Navigator (Internet browser
ii  iceweasel [www-browse 3.5.6-1lightweight web browser based on M
ii  konqueror [www-browse 4:4.3.4-1  KDE 4's advanced file manager, web
ii  lynx-cur [www-browser 2.8.8dev.2-1   Text-mode WWW Browser with NLS sup
ii  openoffice.org-writer 1:3.1.1-12 full-featured office productivity 
ii  opera [www-browser]   9.61.2456.gcc4.qt3 The Opera Web Browser
ii  w3m [www-browser] 0.5.2-2.1  WWW browsable pager with excellent
ii  xpdf-reader [pdf-view 3.02-1.4+lenny1Portable Document Format (PDF) sui

writer2latex suggests no packages.

-- no debconf information


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

On Fri, Apr 02, 2010 at 12:23:58PM -0400, G. Allen Morris III wrote:
 [g...@frenchy: ~]$ w2l ./RN-OB.doc ./bob.tex

I am not sure it supports doc - tex. I think you need to go via odt (or sxw).
(and be it via unoconv)
It's called *Writer*2LaTex not *some document*2latex :-)

From the website:

The aim of Writer2LaTeX is to provide you with a set of tools centered
around conversion from OpenDocument format to LaTeX and XHTML+MathML.
[...]

The export filter Writer2LaTeX allows you to publish documents you have
prepared with Writer [...]

Try with a odt and reopen this if it still fails.

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: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70

---End 

Processed: hstore-new: Please build against PostgreSQL 8.4 (only)

2010-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 559609 patch
Bug #559609 [hstore-new] hstore-new: Please build against PostgreSQL 8.4 (only)
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#559609: hstore-new: Please build against PostgreSQL 8.4 (only)

2010-04-02 Thread Obey Arthur Liu
tag 559609 patch
thanks

Please find the trivial patch attached.
I have an NMU at the ready if necessary.

Cheers

Arthur
commit 5772b661ee50b0ca2923cf3f88860cedad00027e
Author: Obey Arthur Liu art...@milliways.fr
Date:   Sat Apr 3 00:02:27 2010 +0200

Drop PostgreSQL 8.3 support (closes: #559609)

diff --git a/debian/control b/debian/control
index 199a319..dd7b0d9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,10 @@ Source: hstore-new
 Section: database
 Priority: extra
 Maintainer: Dimitri Fontaine d...@tapoueh.org
-Build-Depends: debhelper (= 7), postgresql-server-dev-8.3, postgresql-server-dev-8.4
+Build-Depends: debhelper (= 7), postgresql-server-dev-8.4
 Homepage: http://hstore-new.projects.postgresql.org/
 Standards-Version: 3.8.3
 
-Package: postgresql-8.3-hstore-new
-Architecture: any
-Depends: ${shlibs:Depends}, postgresql-8.3
-Description: PostgreSQL data type for storing sets of (key,value) pairs
- This module is an enhanced version of the hstore type from contrib/hstore,
- intended to allow the new features to be used in existing PostgreSQL
- versions. (This code is being submitted for inclusion in future versions,
- but I have had requests to backport the functionality.)
-
 Package: postgresql-8.4-hstore-new
 Architecture: any
 Depends: ${shlibs:Depends}, postgresql-8.4
diff --git a/debian/postgresql-8.3-hstore-new.dirs b/debian/postgresql-8.3-hstore-new.dirs
deleted file mode 100644
index 34c57ba..000
--- a/debian/postgresql-8.3-hstore-new.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/postgresql/8.3/lib
-usr/share/postgresql/8.3/contrib
diff --git a/debian/postgresql-8.3-hstore-new.docs b/debian/postgresql-8.3-hstore-new.docs
deleted file mode 100644
index 0d5c87b..000
--- a/debian/postgresql-8.3-hstore-new.docs
+++ /dev/null
@@ -1 +0,0 @@
-README.hstore-new
diff --git a/debian/postgresql-8.3-hstore-new.install b/debian/postgresql-8.3-hstore-new.install
deleted file mode 100644
index 285fc62..000
--- a/debian/postgresql-8.3-hstore-new.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/postgresql/8.3/lib/hstore-new.so usr/lib/postgresql/8.3/lib
-usr/share/postgresql/8.3/contrib/hstore-new.sql usr/share/postgresql/8.3/contrib
-usr/share/postgresql/8.3/contrib/uninstall_hstore-new.sql usr/share/postgresql/8.3/contrib
diff --git a/debian/rules b/debian/rules
index 4525783..01667b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,32 +1,24 @@
 #!/usr/bin/make -f
 
-PG_CFG83  = /usr/lib/postgresql/8.3/bin/pg_config
-PGXS83= $(shell $(PG_CFG83) --pgxs)
-CFLAGS83  = $(shell $(PG_CFG83) --cflags)
-
 PG_CFG84 = /usr/lib/postgresql/8.4/bin/pg_config
 PGXS84   = $(shell $(PG_CFG84) --pgxs)
 CFLAGS84 = $(shell $(PG_CFG84) --cflags)
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS83 += -O0
 	CFLAGS84 += -O0
 else
-	CFLAGS83 += -O2
 	CFLAGS84 += -O2
 endif
 
 SRCDIR = $(CURDIR)
-TGT83  = $(CURDIR)/debian/hstore-8.3
 TGT84  = $(CURDIR)/debian/hstore-8.4
 
 clean:
 	dh_testdir
 	dh_testroot
-	$(MAKE) clean PG_CONFIG=$(PG_CFG83)
 	$(MAKE) clean PG_CONFIG=$(PG_CFG84)
 	rm -rf $(CURDIR)/debian/usr $(CURDIR)/debian/postgresql-*-hstore-new
-	rm -rf $(TGT83) $(TGT84)
+	rm -rf $(TGT84)
 	dh_clean 
 
 install: build
@@ -35,15 +27,10 @@ install: build
 	dh_prep
 	dh_installdirs
 
-	mkdir -p $(TGT83) $(TGT84)
-	cp $(SRCDIR)/uninstall_hstore-new.sql $(TGT83)
-	cp $(SRCDIR)/README.hstore-new$(TGT83)
+	mkdir -p $(TGT84)
 	cp $(SRCDIR)/uninstall_hstore-new.sql $(TGT84)
 	cp $(SRCDIR)/README.hstore-new$(TGT84)
 
-	cd $(TGT83)  $(MAKE) -f $(SRCDIR)/Makefile CFLAGS=$(CFLAGS) PG_CONFIG=$(PG_CFG83) VPATH=$(SRCDIR) DESTDIR=$(CURDIR)/debian install
-	dh_install --sourcedir=$(CURDIR)/debian -ppostgresql-8.3-hstore-new
-
 	cd $(TGT84)  $(MAKE) -f $(SRCDIR)/Makefile CFLAGS=$(CFLAGS) PG_CONFIG=$(PG_CFG84) VPATH=$(SRCDIR) DESTDIR=$(CURDIR)/debian install
 	dh_install --sourcedir=$(CURDIR)/debian -ppostgresql-8.4-hstore-new
 


Bug#574544: [afflib] contains files released under a non-free license

2010-04-02 Thread Michael Prokop
* Christophe Monniez dfence@gmail.com [Fri Apr 02, 2010 at 02:37:59PM 
+0200]:
 On Fri, Apr 2, 2010 at 1:56 AM, Michael Prokop m...@debian.org wrote:

  Christophe, do you want me to upload it based on current git tree?

 I forgot pushing tags.
 yes, you can upload, thank you Mika.

Thanks, done.

regards,
-mika-


signature.asc
Description: Digital signature


Bug#574544: [afflib] contains files released under a non-free license

2010-04-02 Thread Eriberto
Hey! Are enabled the uploads to Debian? D-d-a list announced problems
in a machine and incoming (http://incoming.debian.org) is out now (and
since that announce). Mika I am asking it because you made an upload
for me (chaosreader_0.94-2) but it doesn't exist in QA page yet (see
http://packages.qa.debian.org/c/chaosreader.html).

Thanks!

Regards,

Eriberto - Brazil

2010/4/2 Michael Prokop m...@debian.org:
 yes, you can upload, thank you Mika.

 Thanks, done.

 regards,
 -mika-



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



Bug#574544: [afflib] contains files released under a non-free license

2010-04-02 Thread Eriberto
Sorry for last message. I sent to bug #574544 too. I was thinking in
Debian Forensics list. My apologies.

Regards,

Eriberto - Brazil



-- 
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): your mail

2010-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 527553 kdebase-runtime
Bug #527553 [notify-sharp] notify-sharp crash when failing to decode 
NotificationClosed from xfce4-notifyd
Bug reassigned from package 'notify-sharp' to 'kdebase-runtime'.
 forcemerge 525175 537553
Bug#525175: kdebase-runtime: kdesu not in path
Bug#537553: kdebase-runtime-data-common: Package contains kdesu man page, but 
there's no KDE package which places a kdesu executable in the system path
Mismatch - only Bugs in the same package can be forcibly merged:
Bug 537553 is not in the same package as 525175
 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#566587: FTBFS: tests fail

2010-04-02 Thread Nick Wellnhofer

I can't test this but to me it looks like the correct fix is:

-   my $low4bytes = ( ( $self-get_byte( $offset )  1  )  
0x30 )  30;
+   my $low4bytes = ( ( $self-get_byte( $offset )  1  )  
0x03 )  30;


Nick



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



Processed: your mail

2010-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # sorry for the mess
 reassign 527553 notify-sharp
Bug #527553 [kdebase-runtime] notify-sharp crash when failing to decode 
NotificationClosed from xfce4-notifyd
Bug reassigned from package 'kdebase-runtime' to 'notify-sharp'.
 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#575137: /usr/bin/aptitude missing

2010-04-02 Thread Daniel Burrows
  So, I haven't had time to do actual work on this bug yet, but I've
mulled it over a bit.  Here's what I think we know for sure:

  1) On some people's systems, /usr/bin/aptitude isn't being restored
 after the upgrade.
  2) On other people's systems, it is.
  3) I don't know why.
  4) Even if it's available under different names, /usr/bin/aptitude
 disappearing is a very unfriendly user experience.
  5) The problem seems to be related to my attempt to use alternatives
 to manage /usr/bin/aptitude.

  I liked the idea of using the alternatives system, but it seems too
fragile to be used for aptitude.  Rather than trying to put a lot of
effort into tracking down just what's happening, I think it's better to
just back out of using alternatives entirely in favor of something more
robust.

  A quick review of what I want:

  1) All users of an aptitude package should have a working
 /usr/bin/aptitude.
  2) If aptitude-curses is the only aptitude installed, aptitude
 should invoke the curses frontend.
  3) If aptitude-gtk is installed, aptitude should invoke the GTK+
 frontend (in the default configuration).
  4) It should be possible for users to configure which binary gets
 invoked at the system level.


  If I want to be more robust by avoiding alternatives, the two obvious
choices I see are dpkg-divert or simply writing a small shell script
that reads /etc/default/aptitude and dispatches using the information
there combined with which packages are currently installed.

  I prefer the shell script option for several reasons:

  1) It doesn't rely on a slightly obscure part of the packaging system
 in its implementation (fewer moving parts = more reliability).
  2) It doesn't require me to choose a dummy name to divert
 /usr/bin/aptitude to.
  3) I can easily make aptitude-gtk and aptitude-curses binaries
 available, so tab-completion will show an obvious way to get a
 particular frontend.
  4) There is no point 4.
  5) It's dead simple to implement; the hardest part will be backing
 out the alternatives, and it's IMO not a disaster if I that's not
 perfect, since only interim unstable/testing users will see this
 switchover.  (corollary: the time to do this is ASAP)

  The only real downside I see is that to attach a debugger to the
system aptitude, you'll need to provide a full path to aptitude-curses
or aptitude-gtk.  I can live with that.

  Daniel



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