Bug#404942: Status?

2009-05-14 Thread Yves-Alexis Perez
On mer, 2009-02-18 at 16:27 -0400, David Bremner wrote:
 On 18-Feb-09, at 15:43, Yves-Alexis Perez cor...@debian.org wrote:
 
  Hey, what's the status of this ITP? I see there may be legal problems
  with AGPL and technical problems with included external library  
  sources.
  Is there some news?
 
 Ftpmasters seem to have blessed agpl, so legal issues are OKish.  
 Technically I think we can work things out, I just need to find time.
 
 Want to help?

SyncEvolution just announced they switched to the newly re-released
libsynthesis, which is LGPLv2/v3.

See:

http://lwn.net/Articles/333059/
http://www.synthesis.ch/indefero/index.php/p/libsynthesis/
http://www.estamos.de/blog/2009/05/13/syncevolution-09-beta-1-full-time-project-using-synthesis-syncml-engine/

It's only a beta for now and I'm not sure if it still requires all the
funambol stack, but that looks good especially for the direct
device-to-device connections.

Cheers,
-- 
Yves-Alexis


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


Bug#517086: [Pkg-xfce-devel] Bug#517086: Bug#517086: xfce4-clipman-plugin: regression, plugin does not work any more

2009-05-14 Thread Yves-Alexis Perez
On mer, 2009-02-25 at 20:27 +0100, Jelle de Jong wrote:
 Yves-Alexis Perez schreef:
  On mer, 2009-02-25 at 15:44 +0100, Jelle de Jong wrote:
  sorry for the short description or the lack of info, but the result is 
  simple
  since my last update the clibman manager does not work anymore on my 
  systems
  
  Weird. It works perfectly fine here.
  […]
  If more info is needed, please tell me what command to use to provide the 
  requested information.
  
  Do you have something in .xsession-errors.
  
  Iirc, in the 0.9.0 release there were changes in the config file
  handling and position. Maybe try to restart xfce4-panel just in case?
  
  Can't say more for the moment,
 
 I will try to make it reproducible,
 
 My settings:
 only the middle check-box is active
 bars are on 100 and the lower one is 40
 
 I open the geany text editor, select some text past it in geany. I do
 this with diffrent strings then I clear the clipman history open a new
 text file and try to select and paste text to the new file.
 
 The not all selected text does appear in the new clipman history.
 
 I have the idea the following is happening:
 clipman does not add dupplicated items to the list, maybe when history is
 cleared, the item is not show but still in a list somehwere, preventing
 new but in the past selected text to appear in the history list.

Hey Jelle,

what the status for this on 1.0.0? Can you try and report back. I'm
about to upload 1.0.1 so you'll be able to test it soon too.

Cheers,
-- 
Yves-Alexis


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


Bug#528598: python-support: fails to act on Python-Depends in the control file

2009-05-14 Thread Josselin Mouette
Le mercredi 13 mai 2009 à 19:07 -0700, Forest a écrit :
 According to /usr/share/doc/python-support/README.gz:
 
 
 If you're depending on another python module, you should not declare
 it in the Depends field, but like this:
 Python-Depends: python-bar (= some.version)
 The appropriate dependencies on python2.X-bar will automatically be
 added.
 

Note that the documentation in 1.0 explains when this (and
python:Provides) is necessary and when this is superfluous.

 My debian/rules file includes dh_pysupport. My debian/control file's
 binary package section includes Python-Depends: python-psycopg2.
 However, python-psycopg2 does not get added to my binary package's
 control file.

Do you add ${python:Depends}?

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


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


Bug#528557: gdal-bin: gdalinfo segmentation fault with GMT and NetCDF files

2009-05-14 Thread Hamish
Package: gdal-bin
Followup-For: Bug #528557


note that in the resolution to bug #495353 (thanks for digging that out)
the closing message states that this is fixed in the 1.6.0 package in
experiemental, not the 1.5.x packages currently in Sid.
You might try installing those and see how it goes. (and the more testing
it gets the sooner it moves into Sid)

FWIW, I can confirm the segfault in Etch using gdal 1.5.2-3~bpo40+1
from backports.org and the test data attached to bug #495353. Follows
is a gdb backtrace of the standard stripped binaries.
If needed I can provide a trace against unstripped gdal/trunk
self-built binaries but I think that's not needed or useful
as Frankie's already on top of the situation.


Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1244584256 (LWP 14948)]
0xb70a49f0 in NC_var_shape () from /usr/lib/libmfhdf.so.4
(gdb) bt
#0  0xb70a49f0 in NC_var_shape () from /usr/lib/libmfhdf.so.4
#1  0xb6f3119f in nc_get_NC () from /usr/lib/libnetcdf.so.3
#2  0xb6ed2bbf in nc__open_mp () from /usr/lib/libnetcdf.so.3
#3  0xb6ed2c48 in nc__open () from /usr/lib/libnetcdf.so.3
#4  0xb6ed2c81 in nc_open () from /usr/lib/libnetcdf.so.3
#5  0xb7abd1ef in GMTDataset::Open () from /usr/lib/libgdal1.5.0.so.1
#6  0xb7bbadc2 in GDALOpen () from /usr/lib/libgdal1.5.0.so.1
#7  0x08049bbd in ?? ()
#8  0x08aeb040 in ?? ()
#9  0x in ?? ()


GMT 4.1.2-1.1 (Etch) says:
$ grdinfo 3n24s47w14w.grd 
3n24s47w14w.grd: Title: GEBCO One Minute Grid
3n24s47w14w.grd: Command: 1.02
3n24s47w14w.grd: Remark: 
3n24s47w14w.grd: Normal node registration used
3n24s47w14w.grd: grdfile format: cs (# 8)
3n24s47w14w.grd: x_min: -47 x_max: -14 x_inc: 0.017 name: user_x_unit nx: 
1981
3n24s47w14w.grd: y_min: -24 y_max: 3 y_inc: 0.017 name: user_y_unit ny: 1621
3n24s47w14w.grd: z_min: -7849 z_max: 2585 name: user_z_unit
3n24s47w14w.grd: scale_factor: 1 add_offset: 0


The cs format is GMT 3 netCDF legacy format (short) (depreciated)


the work-around is to convert to an old style GMT binary .grd using grdreformat.
$ grdreformat 3n24s47w14w.grd 3n24s47w14w_Native.grd=bs
# then import into GRASS,
GRASS r.in.bin -h -s bytes=2 in=3n24s47w14w_Native.grd out=3n24s47w14w
# and set some nice colors
GRASS r.colors 3n24s47w14w rules=-  EOF
nv magenta
0% black
-7740 0:0:168
0 84:176:248
0 40:124:0
522 68:148:24
1407 148:228:108
1929 232:228:108
2028 232:228:92
2550 228:160:32
2724 216:116:8
2730 grey
2754 grey
2760 252:252:252
2874 252:252:252
2883 192:192:192
2913 192:192:192
100% 252:252:252
EOF


aside: comparing the 2' ETOPO2 data to this version of the 1' GEBCO
data it is clear that the ETOPO2 data is far superior even though
the resolution is twice as coarse. e.g. the ocean trenches are much
better defined and magically new seamounts appear. Is the difference
the inclusion of the SS radar altimetry in etopo2? Also it would seem
that the entire continental shelf has moves somewhat westward (or is
that just further offshore?) in the ETOPO2 data. weird.

It would be interesting to compare the two with the GRASS r.roughness
addon script.



Hamish



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



Bug#472692: what about spaces?

2009-05-14 Thread Giannis Stoilis
The same thing happens with spaces. Could the fix be updated to escape
spaces too?

Similar bug: 434487

-- Giannis Stoilis



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



Bug#528461: ITP: silverstripe -- a flexible open source Content Management System

2009-05-14 Thread Christian Perrier
Quoting Andrew Mitchell (ajmi...@debian.org):

 Quite true, it's a little hard to come up with a sentence which explains 
 why this one in particular should be used :) I think I'll need to consult
 with upstream about getting a better description.
 Thanks for your input on it.


debian-l10n-english may also help, by the way...



signature.asc
Description: Digital signature


Bug#525149: nodm: General update after the debconf review process

2009-05-14 Thread Christian Perrier
Dear Debian maintainer,

On Saturday, April 04, 2009, I sent you a notification about the beginning of a 
review
action on debconf templates for nodm.

Then, I sent you a bug report with rewritten templates and announcing
the beginning of the second phase of this action: call for translation
updates.

Translators have been working hard and here is now the result of their efforts.

Please consider using it EVEN if you committed files to your
development tree as long as they were reported.

The attached tarball contains:

- debian/changelog with the list of changes
- debian/control with rewrites of packages' descriptions
- debian/templates with all the rewritten templates file(s)
- debian/po/*.po with all PO files (existing ones and new ones)

As said, please use *at least* the PO files as provided here,
preferrably over those sent by translators in their bug reports. All
of them have been checked and reformatted. In some cases, formatting
errors have been corrected.

The patch.rfr file contains a patch for the templates and control
file(s) alone.

Please note that this patch applies to the templates and control
file(s) of your package as of Saturday, April 04, 2009. If your package was 
updated
in the meantime, I may have updated my reference copybut I also
may have missed that. This is indeed why I suggested you do not
modified such files while the review process was running,
remember..:-)

It is now safe to upload a new package version with these changes.

Please notify me of your intents with regards to this. 

There is of course no hurry to update your package but feel free to
contact me in case you would need sponsoring or any other action to
fix this.



-- 




patch.tar.gz
Description: Binary data
--- nodm.old/debian/nodm.templates  2009-03-30 08:43:14.772543104 +0200
+++ nodm/debian/nodm.templates  2009-04-22 16:38:46.216331955 +0200
@@ -1,48 +1,67 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: nodm/enabled
 Type: boolean
 Default: false
 _Description: Start nodm on boot?
- nodm starts an X session for a user without asking for authentication.  While
- this is welcome for embedded or kiosks systems, it is a security problem in
- most other machines, so by default nodm is configured not to start.
+ Designed for embedded or kiosk systems, nodm starts an X session
+ for a user without asking for authentication. On regular
+ machines, this has security implications and is therefore disabled
+ by default.
  .
- If you need autologin on this machine, enable nodm.
+ You should enable nodm only if you need autologin on this machine.
 
 Template: nodm/user
 Type: string
 Default: root
 _Description: User to start a session for:
- Name of the user that will automatically be logged into X by nodm.
+ Please enter the login name of the user that will automatically be logged 
into X by nodm.
 
 Template: nodm/x_options
 Type: string
 Default: vt7 -nolisten tcp
+#flag:translate!:3
 _Description: Options for the X server:
- Options to pass to the X server when starting the session.
+ Please enter the options to pass to the X server when starting the session.
+ These options will be used in the NODM_X_OPTIONS variable in the command line 
used
+ by nodm to start the X session:
+ .
+ $NODM_XINIT $NODM_XSESSION -- $NODM_X_OPTIONS
 
 Template: nodm/min_session_time
 Type: string
 Default: 60
-_Description: Minimum time (in seconds) for a session to be considered ok:
+_Description: Minimum time (in seconds) for a session to be considered OK:
  If an X session will run for less than this time in seconds, nodm will wait an
- amount of time before restarting the session.  The waiting time will grow
+ amount of time before restarting the session. The waiting time will grow
  until a session lasts longer than this amount.
 
 Template: nodm/xinit
 Type: string
 Default: /usr/bin/xinit
+#flag:translate!:3
 _Description: xinit program to use:
- You can change this to use a different xinit program.
+ Please choose the name of the xinit program to use with nodm. This
+ name will be stored in the NODM_XINIT variable in the command line used
+ by nodm to start the X session:
  .
- nodm will start the X session with the command:
  $NODM_XINIT $NODM_XSESSION -- $NODM_X_OPTIONS
 
 Template: nodm/xsession
 Type: string
 Default: /etc/X11/Xsession
+#flag:translate!:3
 _Description: X session to use:
- You can change this to use a different X session script.
+ Please choose the name of the X session script to use with nodm. This
+ name will be stored in the NODM_XSESSION variable in the command line used
+ by nodm to start the X session:
  .
- nodm will start the X session with the command:
  $NODM_XINIT $NODM_XSESSION -- $NODM_X_OPTIONS
 

Bug#528576: [INTL:sv] Swedish (sv) translation of console-setup po-debconf

2009-05-14 Thread Christian Perrier
Quoting Martin Bagge (brot...@bsnet.se):
 package: console-setup
 severity: wishlist
 tags: l10n patch

 Please consider to add the attached translation.


console-setup is maintained in Debian Installer SVN (in
packages/console-setup). As you have commit access to D-I (IIRC) would
you mind committing the translation yourself. If you do so, please
don't forget to add an entry in debian/changelog as well.

PS: we're getting closer and closer to the time we will integrate c-s
l10n somewhere in D-I l10n infrastructure as we mean to make
console-setup the keymap choice utility for squeeze installer.



signature.asc
Description: Digital signature


Bug#528527: Package candidate for removal for GNOME transition

2009-05-14 Thread Adeodato Simó
+ Arnaud Fontaine (Wed, 13 May 2009 15:48:38 +0200):

 I am  quite busy at the  moment with my exams  but I think  I can upload
 version 1.0.1 of gwget before the end of the week-end (I hope that would
 be ok this  way?). This new upstream version  ships support for epiphany
 2.26, thus fixing this RC bug.

That's excellent, Arnaud. Thank you for your effort, and good luck with
your exams!

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




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



Bug#528605: dmsetup corrupt rules of udev, on boot.

2009-05-14 Thread Bastian Blank
severity 528605 important
tags 528605 moreinfo
thanks

On Thu, May 14, 2009 at 12:31:54AM -0400, Maximi89 wrote:
 With Various hard disk, dmsetup corrupt the rules of udev, and when you are
 booting the hardisk are detected, dmesg show you the partitions of all hdd
 are detected, but looking at /dev/sdX only 1 devices show their partitions.

dmsetup does not include self-modifying rules. So how does it corrupt
rules?

Bastian

-- 
Yes, it is written.  Good shall always destroy evil.
-- Sirah the Yang, The Omega Glory, stardate unknown



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



Bug#528610: chpasswd encrypted option is gone

2009-05-14 Thread Jordi Pujol
Package: user-setup
Version: 1.23
Severity: normal
Architecture: all

Hello,

The utility user-setup-apply uses the command:
chpasswd -e

Installing the new version of the passwd package ,
user-setup-apply does not work,

The package passwd has changed from version (1:4.1.3.1-1)
to (1:4.1.4-1)
and the option encrypted in chpasswd is not allowed now.

# chpasswd -h
Usage: chpasswd [options]

Options:
  -c, --crypt-methodthe crypt method (one of NONE DES MD5 SHA256 
SHA512)
  -e, --encrypted   supplied passwords are encrypted
  -h, --helpdisplay this help message and exit
  -m, --md5 encrypt the clear text password using
the MD5 algorithm
  -s, --sha-rounds  number of SHA rounds for the SHA*
crypt algorithms

# aptitude install passwd/unstable

# chpasswd -h
Usage: chpasswd [options]

Options:
  -h, --helpdisplay this help message and exit

Thanks,

Jordi



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



Bug#528612: ITP: python-flickrapi -- Flickr API wrapper for Python

2009-05-14 Thread Thomas Schmidt
Package: wnpp
Severity: wishlist
Owner: Thomas Schmidt tschm...@debian.org

* Package name: python-flickrapi
  Version : 1.2
  Upstream Author : Sybren A. Stüvel sybren at stuvel.eu
* URL : http://stuvel.eu/projects/flickrapi
* License : Python license
  Programming Lang: Python
  Description : Flickr API Wrapper for Python

 Complete and easy to use Python module for interfacing with the Flickr API.



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



Bug#528611: ipset and xtables-addons-common: error when trying to install together

2009-05-14 Thread Ralf Treinen
Package: xtables-addons-common,ipset
Version: xtables-addons-common/1.15-1
Version: ipset/2.3.3-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2009-05-13
Architecture: amd64
Distribution: sid

Hi,

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


WARNING: The following packages cannot be authenticated!
  ipset xtables-addons-common
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package ipset.
(Reading database ... 8143 files and directories currently installed.)
Unpacking ipset (from .../ipset_2.5.0-1_amd64.deb) ...
Selecting previously deselected package xtables-addons-common.
Unpacking xtables-addons-common (from 
.../xtables-addons-common_1.15-2_amd64.deb) ...
dpkg: error processing 
/var/cache/apt/archives/xtables-addons-common_1.15-2_amd64.deb (--unpack):
 trying to overwrite `/usr/sbin/ipset', which is also in package ipset
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/xtables-addons-common_1.15-2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


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

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


  usr/sbin/ipset
  usr/share/man/man8/ipset.8.gz
  

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

-Ralf.



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



Bug#528598: python-support: fails to act on Python-Depends in the control file

2009-05-14 Thread Forest
On Thu, 14 May 2009 08:12:02 +0200, Josselin Mouette wrote:

Le mercredi 13 mai 2009 à 19:07 -0700, Forest a écrit :
 According to /usr/share/doc/python-support/README.gz:
 
 
 If you're depending on another python module, you should not declare
 it in the Depends field, but like this:
 Python-Depends: python-bar (= some.version)
 The appropriate dependencies on python2.X-bar will automatically be
 added.
 

Note that the documentation in 1.0 explains when this (and
python:Provides) is necessary and when this is superfluous.

I'm looking at /usr/share/doc/python-support/README.gz from
python-support_1.0.3_all.deb.  The phrase Python-Depends appears exactly
once in that file, and it doesn't say anything about being superfluous.  Can
you quote the passage you're referring to?

 My debian/rules file includes dh_pysupport. My debian/control file's
 binary package section includes Python-Depends: python-psycopg2.
 However, python-psycopg2 does not get added to my binary package's
 control file.

Do you add ${python:Depends}?

Yes.  ${python:Depends} is on my Depends: line.



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



Bug#520011: 1.9.0c coming soon?

2009-05-14 Thread Michael Hanke
Hi Arno,

we have bug #520011 open since two months:

  http://bugs.debian.org/520011

since the fix is there, I should update the Debian package (should have
done long ago). But since you announced that it would come with 1.9.0c
I was wondering if you already have some estimate when that would be?

I also have a Spanish translation of the debconf templates waiting.

If the release is about to come, I'd wait for it -- otherwise I'll
proceed and upload another Debian revision.

Thanks,

Michael


-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050



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



Bug#528614: python2.5: Fails badly at handling Unicode with piped/redirected stdout

2009-05-14 Thread Cyril Brulebois
Package: python2.5
Version: 2.5.4-1
Severity: important

Hi.

Either I'm on crack, or python is. Transcript:
| -(jobs:1)-(cy...@talisker pts/7)-(~)
| $ ./python-wtf.py   
| KïBï
| -(jobs:1)-(cy...@talisker pts/7)-(~)
| $ ./python-wtf.py  /dev/null
| Traceback (most recent call last):
|   File ./python-wtf.py, line 4, in module
| print u'KïBï'
| UnicodeEncodeError: 'ascii' codec can't encode character u'\xef' in position 
1: ordinal not in range(128)
| -(jobs:1)-(cy...@talisker pts/7)-(~)
| ret:1$ ./python-wtf.py  fubar
| Traceback (most recent call last):
|   File ./python-wtf.py, line 4, in module
| print u'KïBï'
| UnicodeEncodeError: 'ascii' codec can't encode character u'\xef' in position 
1: ordinal not in range(128)
| -(jobs:1)-(cy...@talisker pts/7)-(~)
| ret:1$ locale
| LANG=fr_FR.UTF-8
| LC_CTYPE=fr_FR.UTF-8
| LC_NUMERIC=fr_FR.UTF-8
| LC_TIME=fr_FR.UTF-8
| LC_COLLATE=fr_FR.UTF-8
| LC_MONETARY=fr_FR.UTF-8
| LC_MESSAGES=fr_FR.UTF-8
| LC_PAPER=fr_FR.UTF-8
| LC_NAME=fr_FR.UTF-8
| LC_ADDRESS=fr_FR.UTF-8
| LC_TELEPHONE=fr_FR.UTF-8
| LC_MEASUREMENT=fr_FR.UTF-8
| LC_IDENTIFICATION=fr_FR.UTF-8
| LC_ALL=
| -(jobs:1)-(cy...@talisker pts/7)-(~)
| $ cat python-wtf.py 
| #!/usr/bin/python
| # -*- coding: utf-8 -*-
| 
| print u'KïBï'

Same result with “| less”, for example.

The script as also attached for your convenience.

Also happens with python2.4 (2.4.6-2).

Mraw,
KiBi.

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

Kernel: Linux 2.6.29-1-amd64 (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 python2.5 depends on:
ii  libbz2-1.01.0.5-1high-quality block-sorting file co
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libdb4.5  4.5.20-13  Berkeley v4.5 Database Libraries [
ii  libncursesw5  5.7+20090502-1 shared libraries for terminal hand
ii  libreadline5  5.2-4  GNU readline and history libraries
ii  libsqlite3-0  3.6.13-1   SQLite 3 shared library
ii  libssl0.9.8   0.9.8g-16  SSL shared libraries
ii  mime-support  3.44-1 MIME files 'mime.types'  'mailcap
ii  python2.5-minimal 2.5.4-1A minimal subset of the Python lan

python2.5 recommends no packages.

Versions of packages python2.5 suggests:
pn  python-profiler   none (no description available)
ii  python2.5-doc 2.5.4-1Documentation for the high-level o

-- no debconf information



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



Bug#528615: paraview-dev package?

2009-05-14 Thread Gerber van der Graaf
Package: paraview
Version: 3.4.0-3
Severity: wishlist

Please, consider to build a paraview-dev package that contains the headers and
needed CMake macro's etc. So OpenFOAM/FreeFOAM and other software can be 
build against this package and there is no need to build paraview locally.


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

Kernel: Linux 2.6.26-1-486
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 paraview depends on:
ii  libavcodec52 4:0.5+svn20090420-2 ffmpeg codec library
ii  libavformat524:0.5+svn20090420-2 ffmpeg file format library
ii  libavutil49  4:0.5+svn20090420-2 ffmpeg utility library
ii  libc62.9-12  GNU C Library: Shared libraries
ii  libgcc1  1:4.4.0-4   GCC support library
ii  libgl1-mesa-glx [lib 7.4.1-1 A free implementation of the OpenG
ii  libglu1-mesa [libglu 7.4.1-1 The OpenGL utility library (GLU)
ii  libhdf5-serial-1.6.6 1.6.6-4 Hierarchical Data Format 5 (HDF5) 
ii  libice6  2:1.0.5-1   X11 Inter-Client Exchange library
ii  libopenmpi1  1.3-2   high performance message passing l
ii  libqt4-assistant 4.5.1-2 Qt 4 assistant module
ii  libqt4-dbus  4.5.1-2 Qt 4 D-Bus module
ii  libqt4-network   4.5.1-2 Qt 4 network module
ii  libqt4-sql   4.5.1-2 Qt 4 SQL module
ii  libqt4-xml   4.5.1-2 Qt 4 XML module
ii  libqtcore4   4.5.1-2 Qt 4 core module
ii  libqtgui44.5.1-2 Qt 4 GUI module
ii  libsm6   2:1.1.0-2   X11 Session Management library
ii  libstdc++6   4.4.0-4 The GNU Standard C++ Library v3
ii  libswscale0  4:0.5+svn20090420-2 ffmpeg video scaling library
ii  libx11-6 2:1.2.1-1   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
ii  python2.52.5.4-1 An interactive high-level object-o
ii  qt4-dev-tools4.5.1-2 Qt 4 development tools

Versions of packages paraview recommends:
ii  mpi-default-bin   0.4Standard MPI runtime programs
ii  qt4-dev-tools 4.5.1-2Qt 4 development tools

Versions of packages paraview suggests:
pn  h5utils   none (no description available)
pn  hdf5-toolsnone (no description available)

-- no debconf information



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



Bug#520011: Fixed upstream

2009-05-14 Thread Arno van Amersfoort

This has been fixed upstream. Thanks for reporting it.

cheers,

Arno

--
Ing. A.C.J. van Amersfoort (Arno)
Electronics  ICT Engineer

Leiden Institute of Physics (LION), Electronics Department (ELD)
Huygens Laboratory (Room 1007), Leiden University
Postal Address: P.O. Box 9504, 2300 RA Leiden
Visit Address : Niels Bohrweg 2, 2333 CA Leiden
The Netherlands

Phone: +31-(0)71-527.1894
Fax  : +31-(0)71-527.5819
E-mail   : a.c.j.van.amersfo...@eld.physics.leidenuniv.nl
Homepage : http://rocky.eld.leidenuniv.nl



Bug#468148: Kernel/iptables bug

2009-05-14 Thread Arno van Amersfoort
This is certainly a problem within either the kernel or iptables, I've 
seen it happen myself and isolated it to being one of these. Looks like 
some endian issue, which is beyond the scope of aif.


cheers,

Arno

--
Ing. A.C.J. van Amersfoort (Arno)
Electronics  ICT Engineer

Leiden Institute of Physics (LION), Electronics Department (ELD)
Huygens Laboratory (Room 1007), Leiden University
Postal Address: P.O. Box 9504, 2300 RA Leiden
Visit Address : Niels Bohrweg 2, 2333 CA Leiden
The Netherlands

Phone: +31-(0)71-527.1894
Fax  : +31-(0)71-527.5819
E-mail   : a.c.j.van.amersfo...@eld.physics.leidenuniv.nl
Homepage : http://rocky.eld.leidenuniv.nl



Bug#528614: python2.5: Fails badly at handling Unicode with piped/redirected stdout

2009-05-14 Thread Cyril Brulebois
Cyril Brulebois k...@debian.org (14/05/2009):
 The script as also attached for your convenience.

Or forgotten. :)

Any UTF-8 string would do, anyway.

Mraw,
KiBi.
#!/usr/bin/python
# -*- coding: utf-8 -*-

print u'KïBï'


signature.asc
Description: Digital signature


Bug#528616: RFA: dares - rescue files from damaged CDs and DVDs

2009-05-14 Thread Michael Hanke
Package: wnpp
Severity: normal

Hi,

I am offering 'dares' for adoption, since I am already ignoring it for
too long. The package does:

 Dares scans a CD/DVD image or a CD/DVD for files. This also works when
 the filesystem (ISO-9660 or UDF) on the disc is damaged and cannot be mounted
 anymore.

This tool has never seen any upstream release since I packaged it for
Debian and is getting old.  Both the software itself as well as the
packaging are really simple.  There are currently two open bugs.

The popcon count is 230 -- not too low, so maybe someone wants to take
care of this package in the future. Otherwise I would orphan it in a
couple of weeks. Since it seems to be upstream dead, completely removing
it from the archive might the most viable option.

If you want to take over just take what is currently in the archive and
upload a new version. Since there was no upstream release there is also
no history, hence no VCS.


Cheers,

Michael

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050


signature.asc
Description: Digital signature


Bug#528513: [Pkg-xfce-devel] Bug#528513: xfce4: Window shortcuts are forgotten

2009-05-14 Thread Roman Bertle
* Yves-Alexis Perez cor...@debian.org [090513 15:15]:
 On mer, 2009-05-13 at 13:28 +0200, Roman Bertle wrote:
  Package: xfce4
  Version: 4.6.1
  Severity: normal
  
  Hello,
  
  in Settings - Window Manager, I use the Keyboard-tab to change these
  Window shortcuts:
  Upper/Bottom/Left/Right Workspace  -  SuperUp / SuperDown /
 SuperLeft / SuperRight
  
  Super is this key from MS Windows.
  
  When I logout and login, or sometimes even after some time of
  inactivity, only the SuperUp shortcut works, the other fail.
  If I open again the Window Manager, all these shortcuts are still there,
  but only if I enter them again, they work.
  
  This bug occurs on to of my systems.
 
 Make sure you configure manually the keyboard layouts (in the keyboard
 settings). Check/uncheck the “use X default”, and carefuly re-choose the
 model and layout.

I tried this, but it did not work. Maybe the problem is related to
something else: Both in X and on the console I have the correct keyboard
layout de. But in the gdm greeter, it is the en layout, and I dont
know why.

BR, Roman



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



Bug#404942: Status?

2009-05-14 Thread Patrick Ohly
On Thu, 2009-05-14 at 08:00 +0200, Yves-Alexis Perez wrote:
 SyncEvolution just announced they switched to the newly re-released
 libsynthesis, which is LGPLv2/v3.
 
 See:
 
 http://lwn.net/Articles/333059/
 http://www.synthesis.ch/indefero/index.php/p/libsynthesis/
 http://www.estamos.de/blog/2009/05/13/syncevolution-09-beta-1-full-time-project-using-synthesis-syncml-engine/
 
 It's only a beta for now and I'm not sure if it still requires all the
 funambol stack,

0.9 beta 1 doesn't require anything from Funambol. Everything is
dual-licensed LGPLv2.1/3.0.

Regarding packaging: I still consider 0.8.1 the current stable version.
0.9 beta 1 works, but we still have to redo lots of interoperability
testing (and add some: vCalendar 1.0 now also works).

-- 
Bye, Patrick Ohly
--  
patrick.o...@gmx.de
http://www.estamos.de/





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



Bug#528617: mhonarc: Multibytecharacter problems

2009-05-14 Thread Alexander Wirt
Package: mhonarc
Version: 2.6.16-1
Severity: important
Tags: l10n

Hi, 

we are using mhonarc for the listarchives of lists.debian.org, since
the upgrade to lenny we have problems with e-mails that have multibyte
characters inside see [1] for an example. 

Afaik currently tell this hits only messages that are encoded with qp
or base64, but not clean 8bit messages. 

Processing the same mbox with etch works without problems. I'm
currently working on that problem, but having somebody more familiar
with the code would be better. 

If you need example mails or more informations you can always reach me
via IRC (#debian-li...@oftc). 

Thanks for your help

Alex

[1] http://lists.debian.org/debian-l10n-french/2009/05/msg00089.html

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

Kernel: Linux 2.6.29-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 mhonarc depends on:
ii  perl  5.10.0-22  Larry Wall's Practical Extraction 

Versions of packages mhonarc recommends:
ii  perl [libdigest-md5-perl] 5.10.0-22  Larry Wall's Practical Extraction 

mhonarc suggests no packages.

-- no debconf information



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



Bug#528513: [Pkg-xfce-devel] Bug#528513: xfce4: Window shortcuts are forgotten

2009-05-14 Thread Yves-Alexis Perez
On jeu, 2009-05-14 at 09:35 +0200, Roman Bertle wrote:
 I tried this, but it did not work. Maybe the problem is related to
 something else: Both in X and on the console I have the correct keyboard
 layout de. But in the gdm greeter, it is the en layout, and I dont
 know why.

Hmh, check in Xorg logs. Xfce will apply settings itself if you
configured it, but maybe X is not correctly configured.

When, after login in, you re-configure all the keyboard shortcuts, do
they work for the current session?

Cheers,
-- 
Yves-Alexis




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



Bug#528431: multiseat configuration, Xephyr

2009-05-14 Thread Daniel Pocock



I've found some documentation on building `multiseat' X configurations:
- this seems to be like solution 1 above
- instead of splitting xorg.conf into two files, many of them recommend 
having two ServerLayout sections
- starting two X processes with the -layout parameter (to choose each 
ServerLayout) and also -novtswitch -sharevts


However, multiseat with xorg seems to be impossible with a dual-head 
card, because the two separate X processes can't share the same hardware 
(even for getting at the two separate output ports).  Ultimately, to 
make this work with current drivers, it seems that a single X process 
needs to have the ability to operate independent displays, :0 and :1, 
from a single process, but that is not possible either at present.


There is a workaround proposed by some of the multiseat documentation:
- tell gdm to start X, but not to handle :0
- tell gdm to start xephyr on :0.0 as :1 running a login screen
- tell gdm to start xephyr on :0.1 as :2 running freevo

I've tested xine under Xephyr and didn't observe any difference in CPU 
load or picture quality.  Does this seem like a reasonable way to run 
freevo as part of a multiseat environment?


The only drawback with this approach is that the main desktop is also 
going through Xephyr, and this might impact some apps.  For me, this is 
probably OK, as I use email, web and ssh, but for someone who wants to 
use games or 3D apps, I suspect this won't be a solution.










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



Bug#524280: Display broken beyond recognition after upgrade to 1:6.12.2-1

2009-05-14 Thread Michel Dänzer
On Wed, 2009-05-13 at 13:13 +0200, Jacek Politowski wrote:
 
 I started git bisect between revisions
 a6561f2ec673b38907f7181235386f32e60c32ba and
 da021c36bbdf3bca31ee50ebe01cdb9495c09b36, but I really don't think
 it's getting anywhere. I've attached an exemplary log of 'make'
 invocation (the same error for every tested build).
 
 Being able to fix this build problem, I'd be able to do further git
 bisect on driver repository.

I think commit da021c36bbdf3bca31ee50ebe01cdb9495c09b36 fixed this, so
something like

git show da021c36bbdf3bca31ee50ebe01cdb9495c09b36 | patch -p1

should fix that build problem.


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



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



Bug#528598: python-support: fails to act on Python-Depends in the control file

2009-05-14 Thread Josselin Mouette
Le mercredi 13 mai 2009 à 23:52 -0700, Forest a écrit :
 I'm looking at /usr/share/doc/python-support/README.gz from
 python-support_1.0.3_all.deb.  The phrase Python-Depends appears exactly
 once in that file, and it doesn't say anything about being superfluous.  Can
 you quote the passage you're referring to?

I think this passage is clear about Python-Depends being needed only if
you use ${python:Provides}, and ${python:Provides} being optional.

 Do you add ${python:Depends}?
 
 Yes.  ${python:Depends} is on my Depends: line.

I can’t really tell anything except that it works here. Do you have a
source package to share?

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


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


Bug#528618: ganeti (HVM mode) default expected kernel: /usr/lib/xen/boot/hvmloader in lenny not exist

2009-05-14 Thread Grzegorz
Package: ganeti 
   
Version: 1.2.6-3
   
Severity: normal
   

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

after add instance with:
gnt-instance add -n node -t plain -s 42g --swap-size=42g -o debootstrap -m 
1024M -b eth0 --hvm-acpi=true --hvm-disk-type=ioemu --hvm-pae=true --hvm-
cdrom-image-path=/srv/ganeti/iso/image.iso xserv

ganeti didn't report error, but default kernel path for hvm in ganeti is:
/usr/lib/xen/boot/hvmloader

In lenny:
/usr/lib/xen-3.2-1/boot/hvmloader 

Modify instance with 
gnt-instance modify --kernel=/usr/lib/xen-3.2-1/boot/hvmloader
didn't resolve problem (but in /var/lib/ganeti/config.data
ganeti put proper path), in /var/log/ganeti/node-daemon.log is:
Error: Kernel image does not exist: /usr/lib/xen/boot/hvmloader


Workaround is simple - do symbolic link for xen 

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

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

Versions of packages ganeti depends on:
ii  bridge-utils1.4-5Utilities for configuring the Linu
ii  iproute 20080725-2   networking and traffic control too
ii  iputils-arping  3:20071127-1 Tool to send ICMP echo requests 
to
ii  lvm22.02.39-7The Linux Logical Volume Manager
ii  openssl 0.9.8g-15+lenny1 Secure Socket Layer (SSL) binary 
a
ii  python  2.5.2-3  An interactive high-level object-
o
ii  python-openssl  0.7-2Python wrapper around the OpenSSL
ii  python-pyparsing1.5.0-1  Python parsing module
ii  python-simplejson   1.9.2-1  Simple, fast, extensible JSON 
enco
ii  python-support  0.8.4automated rebuilding support for 
P
ii  python-twisted-core 8.1.0-4  Event-based framework for 
internet
ii  ssh 1:5.1p1-5secure shell client and server 
(me

Versions of packages ganeti recommends:
ii  drbd8-utils   2:8.0.14-2 RAID 1 over tcp/ip for Linux 
utili
ii  ganeti-instance-debootstrap   0.5-1  debootstrap-based instance OS defi
ii  mdadm 2.6.7.2-1  tool to administer Linux MD 
arrays
pn  xen-linux-system-2.6.26-1-xen none (no description available)

Versions of packages ganeti suggests:
pn  drbd8-module-source | drbd0.7 none (no description available)

-- no debconf information



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



Bug#517086: [Pkg-xfce-devel] Bug#517086: Bug#517086: xfce4-clipman-plugin: regression, plugin does not work any more

2009-05-14 Thread Jelle de Jong
Yves-Alexis Perez wrote:
 what the status for this on 1.0.0? Can you try and report back. I'm
 about to upload 1.0.1 so you'll be able to test it soon too.
 

Hi Yves-Alexis,

I am currently using xfce4-clipman-plugin version 2:1.0.0-1 and the
behavior and looks of this plugin is complete different from version
2:0.9.0-1. In my opinion they are two different software products.

When using 1.0.0 and having the add selections option checked. It is
added immediately to the list this is kind of nice, however it is
impossible to to select text and copy it over an other selection because
the new selection will be directly copied to the buffer.

I don't know if this is normal behavior and if KDE and GNOME clipboard
managers do the same. But this features makes the add selection
system not productive for me anymore. So I stopped using it because I
could not use it to copy and replace text anymore...

The behavior of the 0.9.0 version on this bug report is not reproducible
anymore since 1.0.0 is complete different.

I would also like the clipman to stay KISS (keep It Simple Stupid) I
don't see added value for the complicated Action feature and the Image
storage system or the enable/disable feature. Maybe somebody can explain
it to me ;-) Some of my customers complained about the changes and I
don't have any answers for them ...

Thanks in advance,

Jelle de Jong



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



Bug#528598: python-support: fails to act on Python-Depends in the control file

2009-05-14 Thread Forest
On Thu, 14 May 2009 09:49:53 +0200, Josselin Mouette wrote:

I think this passage is clear about Python-Depends being needed only if
you use ${python:Provides}, and ${python:Provides} being optional.

Hm... Reading it again, along with the paragraph above it, I can now see
that it only recommends using Python-Depends under certain circumstances.
However, it definitely does not say to avoid Python-Depends under other
circumstances, nor does it explain how Python-Depends is meant to work.  It
would be easy for a reader to assume (as I did based on the older
documentation) that Python-Depends should be used in general, and must be
used under specific circumstances.  I think it could use some clarification.

 Do you add ${python:Depends}?
 
 Yes.  ${python:Depends} is on my Depends: line.

I can’t really tell anything except that it works here. Do you have a
source package to share?

It's a proprietary package, so I can't share the whole thing, but I could
share the control file and the relevant part of the rules file.  Would that
help?



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



Bug#528429: [Pkg-samba-maint] Bug#528429: samba: 3.3.3-1 BPO: pam_smbpass dependency and X86 Vista lsass.exe crash

2009-05-14 Thread Steve Langasek
On Wed, May 13, 2009 at 08:29:51PM +0200, Christian Perrier wrote:
 Quoting Juergen Pfennig (i...@j-pfennig.de):
  Package: samba
  Version: 2:3.3.3-1~bpo50+1
  Severity: minor

  Hi, thanks for the upload to backports. Unfortunately the 3.3.3-1 can be
  very helpfull for using KDE4's kmail or other programs creating (lock-)
  files with strange names. This now really works, my CIFS files are
  gone. BUT:

  1) pam_smbpass.so has a dependency that removes the lenny pam package. My
  workaround was to keep the old copy in /lib/security. Very odd please
  Fix!

 That needs a backport of pam because of recent changes in the pam
 source packageor a change in libpam-smbpass for backports.org to
 drop support for newly introduced in suqeeze pam-auth-update.

 I'm afraid that neither of those will happen...unless Steve os OK to
 backport pam.

I have no intention of maintaining a backport of pam.

  2) Bug#526905: samba: Vista also seen on x86. This is just for
  information. A vista x86 ultimate installed in VirtualBox 2.1.4 ose gets
  killed when booted after having joined the samba domain if the network
  is connected at boot time.

  Thanks again, 3.3.3-1 works fine, Vista is not important anyhow.

 Hmm ; are backports.org backports really meant to be tracked through
 the main Debian BTS. I doubt that.

 I'm tempted to close this bug report, though it's good to know that
 libpam-smbpass from bacports.org is not usable

If you think the report should be closed, I'm happier for it; I wasn't going
to presume to close it myself, because I wasn't sure if this was one of the
conditions for packages being included on bpo.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org



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



Bug#528620: GooCanvas: Watchfile pointing at old website

2009-05-14 Thread jeffrey . ratcliffe

Package: goocanvas
Severity: minor

The watchfile for goocanvas is pointing at the old website (sourceforge),  
not the current one (http://ftp.gnome.org/pub/GNOME/sources/goocanvas/)


Bug#528485: qt4-x11 - FTBFS: webkit linking fails

2009-05-14 Thread Fathi Boudra (Debian)
Hi,

By default, debug info are disabled for QtWebkit. It's an upstream choice.
I enabled debug info using 18_enable_qt3support_qtwebkit_debug_info.diff patch 
to provide debug package for QtWebkit. This patch triggered the build failure 
on s390. The linker runs out of memory which is the reason why pristine 
upstream QtWebkit doesn't have debugging symbols at all.

For our users, we should continue to provide QtWebkit debug package.
That means, we can't disable QtWebkit debug info as upstream does.

We have 2 solutions:
a) drop patch 18 and QtWebkit debug package.
or
b) build with gstabs on s390 architecture.

thoughts ?

cheers,

Fathi



Bug#528619: petsc: FTBFS on GNU/kFreeBSD

2009-05-14 Thread Petr Salinger

Package: petsc
Severity: important
Version: 3.0.0.dfsg-2
Tags: patch
User: glibc-bsd-de...@lists.alioth.debian.org
Usertags: kfreebsd

Hi,

the current version fails to build on GNU/kFreeBSD.

The problem is overriden PETSC_ARCH.
It is overriden during make, but not during configure.
It is not problem on Linux architectures,
but on all other (kfreebsd, hurd) it is a problem.
Please do the override also during configure part,
as shown bellow.

The override can be either linux-gnu on all architectures,
or DEB_HOST_GNU_SYSTEM variable from dpkg-architecture output.

Thanks in advance

Petr

--- debian/rules
+++ debian/rules
@@ -91,7 +91,7 @@
 # With debugging=1, only static libraries are generated.
 # Build optimized libs second so files are consistent with optimized.
 build-arch: patch
-   PETSC_DIR=$(CURDIR) ./config/configure.py \
+   PETSC_DIR=$(CURDIR) PETSC_ARCH=$(PETSC_ARCH)-c-debug 
./config/configure.py \
  --with-debugging=1 \
  --useThreads 0 --with-mpi-dir=$(PETSC_MPI_DIR) \
  --with-blas-lib=-lblas --with-lapack-lib=-llapack \
@@ -107,7 +107,7 @@
 #`if [ -e /usr/lib/libsidl.so ]; then echo --with-babel=1 
--with-babel-dir=/usr; fi`
$(MAKE) PETSC_ARCH=$(PETSC_ARCH)-c-debug PETSC_DIR=$(CURDIR) \
  PETSC_INSTALL_DIR=/usr/lib/petscdir/$(PETSC_VERSION)
-   PETSC_DIR=$(CURDIR) ./config/configure.py --with-shared \
+   PETSC_DIR=$(CURDIR) PETSC_ARCH=$(PETSC_ARCH)-c-opt 
./config/configure.py --with-shared \
  --with-debugging=0 \
  --useThreads 0 --with-mpi-dir=$(PETSC_MPI_DIR) --with-mpi-shared=1 \
  --with-blas-lib=-lblas --with-lapack-lib=-llapack \




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



Bug#528621: [INTL:es] Spanish debconf template translation for adjtimex

2009-05-14 Thread Francisco Javier Cuadrado
Package: adjtimex
Version: 1.27.1-1
Severity: wishlist
Tags: l10n patch


-- 
Saludos

Fran
# adjtimex po-debconf translation to Spanish
# Copyright (C) 2009 Software in the Public Interest
# This file is distributed under the same license as the adjtimex package.
#
# Changes:
#   - Initial translation
#   Vicente H. vherr...@supercable.es
#
#   - Updates
#   Francisco Javier Cuadrado fcocuadr...@gmail.com, 2009
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/coordinacion
# especialmente las notas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: adjtimex 1.27.1-1\n
Report-Msgid-Bugs-To: adjti...@packages.debian.org\n
POT-Creation-Date: 2009-02-14 11:47-0500\n
PO-Revision-Date: 2009-05-11 20:39+0100\n
Last-Translator: Francisco Javier Cuadrado fcocuadr...@gmail.com\n
Language-Team: Debian l10n Spanish debian-l10n-span...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:1001
msgid Should adjtimex be run at installation and at every startup?
msgstr ¿Se debe ejecutar adjtimex ahora y en cada arranque?

#. Type: boolean
#. Description
#: ../templates:1001
#| msgid 
#| Running adjtimex at system startup will set the kernel time parameters to 
#| the values in /etc/default/adjtimex.
msgid adjtimex can run at system startup to set the kernel time parameters to the values in /etc/default/adjtimex. Don't accept if you just want to use adjtimex to inspect the current parameters.
msgstr adjtimex se puede ejecutar al inicio del sistema para ajustar los parámetros del tiempo del núcleo a los valores del archivo «/etc/default/adjtimex». No acepte si sólo quiere utilizar adjtimex para inspeccionar los parámetros actuales.

#. Type: boolean
#. Description
#: ../templates:2001
#| msgid Run adjtimexconfig when adjtimex is installed or upgraded?
msgid Should adjtimexconfig be run when adjtimex is installed or upgraded?
msgstr ¿Se debería ejecutar adjtimexconfig cuando adjtimex se instale o actualice?

#. Type: boolean
#. Description
#: ../templates:2001
#| msgid 
#| The adjtimexconfig script will use adjtimex to find values for the kernel 
#| variables \tick\ and \frequency\ that will make the system clock 
#| approximately agree with the hardware clock (also known as the CMOS 
#| clock).  It then saves these values in the configuration file /etc/
#| default/adjtimex so the settings will be restored on every boot, when /
#| etc/init.d/adjtimex runs.
msgid The adjtimexconfig script will use adjtimex to find values for the kernel variables tick and frequency that will make the system clock approximately agree with the hardware clock (also known as the CMOS clock).  It then saves these values in the configuration file /etc/default/adjtimex so the settings will be restored on every boot, when /etc/init.d/adjtimex runs.
msgstr El script adjtimexconfig utilizará adjtimex para encontrar los valores de las variables «tick» y «frecuency» del núcleo que harán que el reloj del sistema concuerde aproximadamente con el reloj del hardware (también conocido como reloj CMOS). Entonces, se guardan estos valores en el archivo de configuración «/etc/default/adjtimex» de modo que los valores se restaurarán en cada arranque, cuando el script «/etc/init.d/adjtimex» se ejecute.

#. Type: boolean
#. Description
#: ../templates:2001
#| msgid 
#| The script takes 70 seconds to run, so running it for every upgrade may 
#| be a waste of time. Alternatively, you can run adjtimexconfig manually 
#| when needed, or determine the kernel variables by using other methods and 
#| set them manually in /etc/default/adjtimex.
msgid The script takes 70 sec to run. Alternatively, you can run adjtimexconfig yourself at a later time, or determine the kernel variables one of several other ways (see the adjtimex man page) and install them in /etc/default/adjtimex.
msgstr El script tarda 70 segundos para ejecutarse. De forma alternativa, puede ejecutar manualmente ajdtimexconfig más tarde, o determinar las variables del núcleo utilizando otros métodos (vea la página del manual de adjtimex) e instalándolas en el archivo «/etc/default/adjtimex».

#~ msgid 
#~ You should not choose this option if you just want to use adjtimex to 
#~ inspect the current parameters.
#~ msgstr 
#~ No debería escoger esta opción si sólo quiere utilizar adjtimex para 

Bug#517449: Found in lenny 2.6.26-2-686 domU + workround?

2009-05-14 Thread Berni Elbourn

I ran a stress in a Lenny 2.6.26-2-686 hvm domu as follows:

# stress --cpu 16 --io 16 --vm 16 --hdd 16 --timeout 3600

Ok its a pretty heavy test for a dual core 2Gb domain...but I got the 
same blocked task behaviour:


INFO: task stress:9878 blocked for more than 120 seconds.

Also:

hda: dma_timer_expiry: dma status == 0x24
hda: dma_timer_expiry: dma status == 0x21

The domu did reboot ok to recover.  Significantly Dom0 which is 
2.6.26-2-xen-amd64 survived unscathed.


Interesting downgrading the domu kernel to oldstable 2.6.18-5-686 the 
same stress test passed by without incident.  a work round?


Perhaps this may approach be a handy and quick work round for existing 
production sites until this bug is fixed in the official Lenny kernel.


Berni



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



Bug#495357: vesamenu: doesn't work with ATI ES1000

2009-05-14 Thread Toni Mueller

Hi Daniel,

On Wed, 13.05.2009 at 14:31:24 +0200, Daniel Baumann dan...@debian.org wrote:
 any news about this?

no, there aren't any news about this. The machine in question serves in
a 24x7 setting, and I can't easily pull it out to try again.

But the machine will be down for maintenance at some time in the
future, so I'll probably be able to test again.

-- 
Kind regards,
--Toni++




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



Bug#528623: aptitude: displays instead of in package dependencies

2009-05-14 Thread Y Giridhar Appaji Nag
Package: aptitude
Version: 0.4.11.11-1+b1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

$ apt-cache show elinks-data | grep Conflicts
Conflicts: elinks ( 0.11.3-1), elinks-lite
   ^^^ - correct

$ aptitude show elinks-data | grep Conflicts 
Conflicts: elinks ( 0.11.3-1), elinks-lite
   ^^^ - incorrect

$ grep-dctrl --field=Conflicts elinks --show-field=Package,Conflicts 
/var/lib/apt/lists/ftp.debian.org_debian_dists_unstable_main_binary-i386_Packages
Package: elinks
Conflicts: elinks-lite

Package: elinks-data
Conflicts: elinks ( 0.11.3-1), elinks-lite
   ^^^ - original

Package: elinks-doc
Conflicts: elinks ( 0.11.3-1), elinks-lite ( 0.11.3-1)
   ^^^^^^

Package: elinks-lite
Conflicts: elinks

- -- Package-specific info:
aptitude 0.4.11.11 compiled at Apr 17 2009 21:35:13
Compiler: g++ 4.3.3
Compiled against:
  apt version 4.6.0
  NCurses version 5.7
  libsigc++ version: 2.0.18
  Ept support enabled.

Current library versions:
  NCurses version: ncurses 5.7.20090404
  cwidget version: 0.5.12
  Apt version: 4.6.0
linux-gate.so.1 =  (0x4001e000)
libapt-pkg-libc6.9-6.so.4.7 = /usr/lib/libapt-pkg-libc6.9-6.so.4.7 
(0x40031000)
libncursesw.so.5 = /lib/libncursesw.so.5 (0x400ef000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0x4012e000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x40134000)
libept.so.0 = /usr/lib/libept.so.0 (0x401f8000)
libxapian.so.15 = /usr/lib/libxapian.so.15 (0x40273000)
libz.so.1 = /usr/lib/libz.so.1 (0x403cb000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0x403e)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x403fa000)
libm.so.6 = /lib/i686/cmov/libm.so.6 (0x404eb000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x40511000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0x4053d000)
libutil.so.1 = /lib/i686/cmov/libutil.so.1 (0x4069e000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0x406a3000)
/lib/ld-linux.so.2 (0x4000)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6. 0.7.21Advanced front-end for dpkg
ii  libc6  2.9-4 GNU C Library: Shared libraries
ii  libcwidget30.5.12-4  high-level terminal interface libr
ii  libept00.5.26+b1 High-level library for managing De
ii  libgcc11:4.4.0-4 GCC support library
ii  libncursesw5   5.7+20090404-1shared libraries for terminal hand
ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for C++
ii  libstdc++6 4.4.0-4   The GNU Standard C++ Library v3
ii  libxapian151.0.10-2  Search engine library
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages aptitude recommends:
pn  aptitude-doc-en | aptitude-do none (no description available)
ii  libparse-debianchangelog-perl 1.1.1-2parse Debian changelogs and output

Versions of packages aptitude suggests:
ii  debtags   1.7.9+b1   Enables support for package tags
ii  tasksel   2.78   Tool for selecting tasks for insta

- -- no debconf information

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

iQEcBAEBAgAGBQJKC8rtAAoJENbfLHnbvsrcITAH/jR2UzxL0kBy9mvBt8oCwBr6
SR884cmO6spg6cS4W4L6UfjiZvepzniMRbEtXAi10FG1v37Xu63Qpmrw7juMYBvw
RVmkp8BQv/IJc2coUahsRHrBMZ0BcwdY5bld55w6B0X4pwOp6bvKc8nB99JHtouL
kP3PwpptSsjCGGNemEPb7Zx2BHoGXKj3djvNJUy2rmgXwPNZF7JzfvvdvR36b/OP
rO2rkFZxzK1VZhTZ0ECTjQ3/DIJzOrB9j3XJETeOHUPltFSL3Lz7m/HnlLcDlXlp
ybrhJrkjMNhx5+eNcrEqKVtiT2WkD/Pfc3C2hFkkkClAOnl/vlrSt7C1uhVvw+s=
=XTvw
-END PGP SIGNATURE-



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



Bug#521136: [fbreader] still segfaults on start

2009-05-14 Thread Eugene V. Lyubimkin
package fbreader
tags 521136 +moreinfo unreproducible
thanks

Hello Michael, thanks for your report.

still segfaults on start

Still? Does it mean that you had fbreader's segfaults with 0.8.17 versions too?

Please also post output of 'fbreader' and 'strace fbreader' commands.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Maintainer



signature.asc
Description: OpenPGP digital signature


Bug#528624: amule: crashes after a while

2009-05-14 Thread Alexandre Rossi
Package: amule
Version: 2.2.1-1+b1
Severity: normal

After a while, amule crashes.

Here is the backtrace.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f61cdb896f0 (LWP 5653)]
0x006f37c4 in CMuleTrayIcon::SetTrayIcon (this=0x100, Icon=2, 
percent=59) at ../../src/MuleTrayIcon.cpp:211
211 ../../src/MuleTrayIcon.cpp: No such file or directory.
   in ../../src/MuleTrayIcon.cpp
(gdb) backtrace
#0  0x006f37c4 in CMuleTrayIcon::SetTrayIcon (this=0x100, 
Icon=2, percent=59) at ../../src/MuleTrayIcon.cpp:211
#1  0x0067b3e1 in CamuleDlg::UpdateTrayIcon (this=0x7f61bc1ec5f0, 
percent=59) at ../../src/amuleDlg.cpp:359
#2  0x0067b91f in CamuleDlg::ShowTransferRate (this=0x7f61bc1ec5f0)
   at ../../src/amuleDlg.cpp:832
#3  0x0067bec7 in CamuleDlg::OnGUITimer (this=0x7f61bc1ec5f0)
   at ../../src/amuleDlg.cpp:1069
#4  0x7f61cc1bb349 in wxEvtHandler::ProcessEventIfMatches ()
  from /usr/lib/libwx_baseu-2.8.so.0
#5  0x7f61cc1bc514 in wxEventHashTable::HandleEvent ()
  from /usr/lib/libwx_baseu-2.8.so.0
#6  0x7f61cc1bc607 in wxEvtHandler::ProcessEvent ()
  from /usr/lib/libwx_baseu-2.8.so.0
#7  0x7f61cc955726 in wxTimerBase::Notify ()
  from /usr/lib/libwx_gtk2u_core-2.8.so.0
#8  0x7f61cc85d60b in ?? () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#9  0x7f61c97d2f6b in ?? () from /usr/lib/libglib-2.0.so.0
#10 0x7f61c97d27ab in g_main_context_dispatch ()
  from /usr/lib/libglib-2.0.so.0
#11 0x7f61c97d5f7d in ?? () from /usr/lib/libglib-2.0.so.0
#12 0x7f61c97d64ad in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#13 0x7f61cad1b837 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#14 0x7f61cc855798 in wxEventLoop::Run ()
  from /usr/lib/libwx_gtk2u_core-2.8.so.0
#15 0x7f61cc8ddcfb in wxAppBase::MainLoop ()
  from /usr/lib/libwx_gtk2u_core-2.8.so.0
#16 0x7f61cc161cbd in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
#17 0x00670c13 in main (argc=1, argv=0x7fffd5cb32d8)
   at ../../src/amule-gui.cpp:95

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

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



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



Bug#528515: error processing texlive-base (--configure)

2009-05-14 Thread Jana Kasparova
Thanks. Removing /etc/texmf/web2c/fmtutil.cnf helped and texlive-base got 
configured properly/


However, I really don't know where that fmtutil.cnf came from. Previously, 
tetex from etch was there and I'm not aware of doing any changes to it.


Please, close the bug.

Jana Kasparova

On Thu, 14 May 2009, Norbert Preining wrote:



On Wed, 13 May 2009, Jana Kasparova wrote:

`omega -ini  -jobname=omega -progname=omega omega.ini' failed
`aleph -ini  -jobname=aleph -progname=aleph *aleph.ini' failed

[...]

-rw-r--r-- 1 root root 5763 Dec  5 13:43 /etc/texmf/web2c/fmtutil.cnf


You are NOT using the generated fmtutil.cnf file, but replaced it
with the above one (/etc/texmf/web2c/fmtutil.cnf). I don't know HOW
that file was created there, but the correct one is in
/var/lib/texmf/web2c/fmtutil.cnf
But it cannot be used because on your system there is a different fmtutil.cnf
file that overrides the geenrated one.

If you want this, then it is *your* obligation to make sure that
fmtutil.cnf does not mention formats and programs that do not exists.

Please remove that file and it should work.

If that is true, please close the bug (or I will do it).

Best wishes

Norbert

---
Dr. Norbert Preining prein...@logic.atVienna University of Technology
Debian Developer prein...@debian.org Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
FLIMBY (n.)
One of those irritating handle-less slippery translucent plastic bags
you get in supermarkets which, no matter how you hold them, always
contrive to let something fall out.
--- Douglas Adams, The Meaning of Liff





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



Bug#528625: exiqgrep error on messages without size

2009-05-14 Thread Thierry Carrez
Package: exim4
Severity: minor
Version: 4.69-11
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch

exiqgrep might return a Line mismatch error:

# exiqgrep -x
Line mismatch: 42h 1JCb3k-0007bY-P1 addr-removed-for-priv...@home.nl

This happens when exim4 -bp (mailq) reports lines without size info.

The attached patch was included in Ubuntu's exim4 [1]. You might
consider including it in Debian as well.

[1] https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/181948

Regards,

-- 
Thierry Carrez

diff -u exim4-4.69/debian/patches/00list exim4-4.69/debian/patches/00list
--- exim4-4.69/debian/patches/00list
+++ exim4-4.69/debian/patches/00list
@@ -14,0 +15 @@
+71_exiq_grep_error_on_messages_without_size.dpatch
only in patch2:
unchanged:
--- exim4-4.69.orig/debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch
+++ exim4-4.69/debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch
@@ -0,0 +1,37 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 71_exiq_grep_error_on_messages_without_size.dpatch
+##
+## DP: https://bugs.edge.launchpad.net/ubuntu/+source/exim4/+bug/181948
+## DP: Patch from Daniel van Eeden
+
+...@dpatch@
+--- experimental~/build-tree//src/exiqgrep.src
 experimental/build-tree//src/exiqgrep.src
+@@ -106,7 +106,26 @@
+ 			# Increment message counter.
+ 			$count++;
+ 		} else {
+-			print STDERR Line mismatch: $line\n; exit 1;
++   if ($line =~ /^\s*(\w+)\s+(\w{6}-\w{6}-\w{2})\s+(.*?)/) {
++   my $msg = $2;
++   $id{$msg}{age} = $1;
++   $id{$msg}{size} = 0K;
++   $id{$msg}{from} = $3;
++   $id{$msg}{birth} = msg_utc($msg);
++   $id{$msg}{ages} = time - $id{$msg}{birth};
++   if ($line =~ /\*\*\* frozen \*\*\*$/) {
++   $id{$msg}{frozen} = 1;
++   } else {
++   $id{$msg}{frozen} = 0;
++   }
++   while(QUEUE =~ /\s+(@.*)$/) {
++   push(@{$id{$msg}{rcpt}},$1);
++   }
++   # Increment message counter.
++   $count++;
++   } else { 
++   print STDERR Line mismatch: $line\n; exit 1;
++   }
+ 		}
+ 	}
+ 	close(QUEUE) or die(Error closing pipe: $!\n);


Bug#528580: avahi-daemon need 19 hours to deinstall

2009-05-14 Thread Michelle Konzack
Hello Steve,

Am 2009-05-13 22:21:28, schrieb Steve McIntyre:
 What does
 
 $ grep REMOVE_ALL_FILES /etc/deluser.conf 

[ 'grep REMOVE_ALL_FILES /etc/deluser.conf' ]-
REMOVE_ALL_FILES = 1
# REMOVE_HOME or REMOVE_ALL_FILES is set.
--

 say on your system? What you're seeing is the avahi postrm simply
 removing the avahi user. If you've configured deluser to remove all
 files when a user account is deleted, then the system has to search
 through all the filesystems looking for things owned by that user...

Not realy funny with very big shares even with 15000 RpM SCSI drives

Greetings
Michelle


signature.pgp
Description: Digital signature


Bug#528626: amule: please make it easier to build with debugging symbols

2009-05-14 Thread Alexandre Rossi
Package: amule
Version: 2.2.1-1+b1
Severity: normal

The amule package build system does not seem to allow building with debugging
symbols using the DEB_BUILD_OPTIONS=nostrip trick.

Maybe the following would help :

--- amule-2.2.1/debian/rules2009-05-14 08:45:50.0 +
+++ amule-2.2.1.new/debian/rules2009-05-14 08:47:39.0 +
@@ -7,7 +7,7 @@
 # Configure arguments

 confflags = --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info \
-   --disable-dependency-tracking --disable-ccache --disable-debug \
+   --disable-dependency-tracking --disable-ccache  \
--enable-amule-daemon --enable-amulecmd --enable-ed2k 
--enable-webserver\
--enable-amule-gui --enable-cas --enable-wxcas --enable-alc 
--enable-alcc   \
--disable-embedded-crypto --enable-geoip --enable-upnp 
--with-denoise-level=0
@@ -22,6 +22,13 @@
 confflags += --host $(DEB_HOST_GNU_TYPE)
 endif

+# Enable debug with nostrip
+ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+confflags += --enable-debug
+else
+confflags += --disable-debug
+endif
+
 ###

 # Directory to make the build on


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

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



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



Bug#528627: segfault in strlen() when accessing some shares

2009-05-14 Thread Iain Lane
Package: nautilus-open-terminal
Version: 0.9-5
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch

Hi,

An Ubuntu user reported a crasher when accessing certain shares using n-o-t. 
I'm forwarding the patch that he developed to fix this for your consideration, 
as it seems you are possibly the upstream author too. Could you offer an 
opinion?

Iain

[0] https://bugs.launchpad.net/ubuntu/+source/nautilus-open-terminal/+bug/333462

-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 
'jaunty-proposed'), (500, 'jaunty-backports'), (500, 'jaunty')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-12-generic (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/dash

This message has been checked for viruses but the contents of an attachment
may still contain software viruses, which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.

diff -u nautilus-open-terminal-0.9/debian/changelog nautilus-open-terminal-0.9/debian/changelog
diff -u nautilus-open-terminal-0.9/debian/control nautilus-open-terminal-0.9/debian/control
diff -u nautilus-open-terminal-0.9/debian/patches/gio-port.diff nautilus-open-terminal-0.9/debian/patches/gio-port.diff
--- nautilus-open-terminal-0.9/debian/patches/gio-port.diff
+++ nautilus-open-terminal-0.9/debian/patches/gio-port.diff
@@ -1,6 +1,6 @@
-diff -uri nautilus-open-terminal-0.9/src/nautilus-open-terminal.c nautilus-open-terminal-0.9-gio/src/nautilus-open-terminal.c
 nautilus-open-terminal-0.9/src/nautilus-open-terminal.c	2008-02-28 00:03:34.0 +0100
-+++ nautilus-open-terminal-0.9-gio/src/nautilus-open-terminal.c	2008-04-14 00:32:12.0 +0200
+diff -uri nautilus-open-terminal-0.9/src/nautilus-open-terminal.c nautilus-open-terminal-0.9.modified/src/nautilus-open-terminal.c
+--- nautilus-open-terminal-0.9/src/nautilus-open-terminal.c	2008-02-28 01:03:34.0 +0200
 nautilus-open-terminal-0.9.modified/src/nautilus-open-terminal.c	2009-04-27 22:23:57.164870670 +0300
 @@ -35,12 +35,13 @@
  #include gtk/gtkmain.h
  #include gconf/gconf-client.h
@@ -27,60 +27,60 @@
  		*p = 0;
  	}
  
-@@ -143,31 +145,75 @@
+@@ -142,32 +144,75 @@
+   #define get_desktop_dir() g_build_filename (g_get_home_dir (), Desktop, NULL)
  #endif
  
- static void
++
++
++#define SFTP_PREFIX sftp://;
++static void
 +parse_sftp_uri (GFile *file, char **host, guint *port, char **user,
 +		char **path)
 +{
++	char *tmp, *save;
 +	char *uri = g_file_get_uri (file);
-+	char *u, *h, *s, *p;
-+	char *h_end;
-+
 +	g_assert (uri != NULL);
++	save = uri;
 +
-+	u = strchr(uri, ':');
-+	g_assert (u != NULL);
-+	u+=2;
-+
-+	p = strchr (u, '/');
-+
-+	h = strchr(u, '@');
-+
-+	if (h  (p == NULL || h  p)) {
-+		*h='\0';
-+		h++;
-+	} else {
-+		h = u;
-+		u = NULL;
++	*path = NULL;
++	*user = NULL;
++	*host = NULL;
++	*port = 0;
++
++	/* skip intial 'sftp:// prefix */
++	g_assert (!strncmp(uri, SFTP_PREFIX, strlen(SFTP_PREFIX)));
++	uri += strlen(SFTP_PREFIX);
++
++
++	/* cut out the path */
++	tmp = strchr (uri, '/');
++	if (tmp) {
++		*path = g_uri_unescape_string(tmp, /);
++		*tmp = '\0';
 +	}
 +
-+	s = strchr(h, ':');
-+
-+	if (s  (p == NULL || s  p)) {
-+		h_end = s-1;
-+		*s = '\0';
-+		s++;
-+	} else {
-+		h_end = p;
-+		s = NULL;
++	/* read the username - it ends with @ */
++	tmp = strchr(uri, '@');
++	if (tmp) {
++		*tmp++ = '\0';
++		*user = strdup(uri);
++		uri = tmp;
 +	}
 +
-+	if (h_end == NULL) {
-+		h_end = h + strlen(h);
++	/* now read the port, starts with : */
++	tmp = strchr(uri, ':');
++	if (tmp) {
++		*tmp++ = '\0';
++		*port=atoi(tmp);  /*FIXME: getservbyname*/
 +	}
 +
-+	*user = strdup(u);
-+	*port = s == NULL ? 0 : atoi(s); /* FIXME: getservbyname ? */
-+	*path = g_uri_unescape_string (p, /);
-+	*h_end = '\0';
-+	*host = strdup(h);
-+
-+	g_free (uri);
++	/* what is left is the host */
++	*host = strdup(uri);
++	g_free (save);
 +}
 +
-+static void
+ static void
  append_sftp_info (char **terminal_exec,
  		  NautilusFileInfo *file_info)
  {
@@ -118,7 +118,7 @@
  
  	if (host_port == 0) {
  		host_port = SSH_DEFAULT_PORT;
-@@ -179,7 +225,7 @@
+@@ -179,7 +224,7 @@
  		user_host = g_strdup (host_name);
  	}
  
@@ -127,7 +127,7 @@
  	quoted_cmd = g_shell_quote (cmd);
  	g_free (cmd);
  
-@@ -187,11 +233,13 @@
+@@ -187,11 +232,13 @@
  	strcpy (*terminal_exec + strlen (*terminal_exec),  -e );
  	strcpy (*terminal_exec + strlen (*terminal_exec), quoted_cmd);
  


Bug#528557: [DebianGIS-dev] Bug#528557: gdal-bin: gdalinfo segmentation fault with GMT and NetCDF files

2009-05-14 Thread Francesco P. Lovergine
On Thu, May 14, 2009 at 06:12:58PM +1200, Hamish wrote:
 Package: gdal-bin
 Followup-For: Bug #528557
 
 
 note that in the resolution to bug #495353 (thanks for digging that out)
 the closing message states that this is fixed in the 1.6.0 package in
 experiemental, not the 1.5.x packages currently in Sid.
 You might try installing those and see how it goes. (and the more testing
 it gets the sooner it moves into Sid)
 
 FWIW, I can confirm the segfault in Etch using gdal 1.5.2-3~bpo40+1
 from backports.org and the test data attached to bug #495353. Follows
 is a gdb backtrace of the standard stripped binaries.
 If needed I can provide a trace against unstripped gdal/trunk
 self-built binaries but I think that's not needed or useful
 as Frankie's already on top of the situation.
 

Due to the current status of testing I think I could move the new style 
hdf4 into sid and wait for testing promotion. I was waiting to have a few 
updates
in testing (- bpo) before moving on, but at this stage it seems
we will not have the whole toolchain in testing any time soon.

My own schedule was having both HDF4/5 updated in experimental along with gdal 
1.6.1
(which fixes a lot of issues) then move all into testing. But this is currently
an optimistic idea, we have simply too many migrations in sid...

So in the immediate time, I'm going to promote hdf4 in sid, then fix gdal 1.5
series and complete the current plan of support for hdf5. That's the tentative
plan, but I still need to re-check current testing global status and blockers.

-- 
Francesco P. Lovergine



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



Bug#528628: environ.7: What is meant by `Many a system'?

2009-05-14 Thread sobtwmxt
Package: manpages
Version: 3.21-1
Severity: normal

Quoting environ.7 BUGS, 1st paragraph:

Clearly  there  is  a security risk here.  Many a system command has

Isn't `Many a system' bad English?




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



Bug#521551: Status of 521551

2009-05-14 Thread Modestas Vainius
retitle 521551 support for symbol tags in symbol files
thanks

Hello,

what's the status of this bug? Can I rely on the patch being applied some day 
(it's quite important for the future of my tool)? What's more, when dpkg 1.15 
is planned to hit unstable?

-- 
Modestas Vainius modes...@vainius.eu



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


Bug#528630: depends on libevent1 which is unavailable

2009-05-14 Thread Rafal Czlonka
Package: scanssh
Version: 2.0-4+b1
Severity: serious

Hi,

scanssh depends on libevent1 package which is unavailable.

Regards,
Raf

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

Kernel: Linux 2.6.29-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages scanssh depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libdumbnet1   1.8-2  A dumb, portable networking librar
ii  libevent1 1.3e-3 An asynchronous event notification
ii  libpcap0.81.0.0-1system interface for user-level pa

scanssh recommends no packages.

scanssh suggests no packages.

-- no debconf information



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



Bug#364334: The 2nd Debian Openoffice.org bug triage - bug #364334

2009-05-14 Thread Manoj Srivastava
tags 364334 +unreproducible,moreinfo
thanks

I tried this right now, with openoffice.org 3.1.0 and fvwm
 2.5.27.ds, and I could not get the buggy behaviour. What version of
 fvwm was in use?

manoj
-- 
Life is the urge to ecstasy.
Manoj Srivastava sriva...@acm.org http://www.golden-gryphon.com/  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



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



Bug#370599: Maintaining opencore-amr packages

2009-05-14 Thread Martin Storsjö
Hi Andres,

On Thu, 14 May 2009, Andres Mejia wrote:

 Thanks for your work in creating the libamr shared libraries. Are you still 
 not 
 interested in maintaining these shared libraries? If not, I would like to 
 maintain these libraries for Debian in the meantime. I've already done some 
 work 
 to the package. You can see the changes from the Debian Multimedia teams' git 
 repository.
 http://git.debian.org/?p=pkg-multimedia/opencore-amr.git;a=summary

I'm not particularly interested in maintaining it in the long run, but I 
sure can try to help out on issues in this if needed. Great to have this 
in the debian multimedia git repo!

After importing the opencore files, the git repo is quite huge. I guess 
you could trim out the unnecessary parts; IIRC only the parts in 
codecs_v2/audio/gsm_amr are used. The full git repo doesn't shrink due to 
that, of course, but a shallow copies would be much smaller, and the 
number of checked out files would be smaller.

One of the main things to do would be to rename the actual libs, I think, 
so it doesn't conflict with the old libamr; that'd ease development on a 
machine when transitioning from one version to another. That'd require 
some minor patches to ffmpeg to make it able to use a similar library with 
a new name. Or if the interfaces would be made binary compatible (by 
prefixing e.g. the Decoder_Interface_Decode symbol with GP3 as in the old 
libamr), it perhaps could be made a fullblown drop-in replacement - I'm 
not too familiar with all the details in debian packaging in how to 
accomplish that cleanly, though, so it doesn't break installation of old 
packages depending on libamr.

 Also, were you able to contact the author of the original libamr libraries?

I never actually got round to contacting him, actually.

// Martin



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



Bug#528631: depends on libevent1 package which is unavailable

2009-05-14 Thread Rafal Czlonka
Package: unworkable
Version: 0.51-4
Severity: serious

Hi,

unworkable depends on libvent1 package which is unavailable.

Regards,
Raf

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

Kernel: Linux 2.6.29-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages unworkable depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libevent1 1.3e-3 An asynchronous event notification
ii  libssl0.9.8   0.9.8g-16  SSL shared libraries

unworkable recommends no packages.

unworkable suggests no packages.

-- no debconf information



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



Bug#528622: xserver-xorg-video-intel: xserver crashes while watching video

2009-05-14 Thread Brice Goglin
George B. wrote:
 Package: xserver-xorg-video-intel
 Version: 2:2.7.0-1
 Severity: important

 Hello,

 Xserver crashes sometimes when I am watching a video (mplayer with xv 
 driver). One time it was while switching to full screen and back, another 
 when a browser window opened while video was running.
   

Is it better with intel 2.7.1 ?

Brice




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



Bug#526602: [pkg-fso-maint] Bug#526602: nodm: [INTL:it] Italian translation

2009-05-14 Thread Enrico Zini
On Sat, May 02, 2009 at 07:38:10AM +0200, Vincenzo Campanella wrote:

 Enclosed please find the Italian translation of the above package.

Thank you, you've done a really good job with the translation!

 msgstr 
 Nodm, che è stato concepito per sistemi integrati o kiosk, avvia una 
 sessione 
 di X per un determinato utente senza chiedere l'autenticazione. Su sistemi 
 normali questa funzionalità ha implicazioni in tema di sicurezza, e pertanto 
 
 in modalità predefinita essa è disattivata.

This is just cosmetic, but maybe ha implicazioni in tema di sicurezza
[...] disattivata could be simplified a bit into è un problema di
sicurezza, e pertanto è normalmente disattivata..

I'll leave it up to you if you want to change it or not, I'm actually
fine with both ways.


Ciao,

Enrico

-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini enr...@enricozini.org


signature.asc
Description: Digital signature


Bug#528012: gimp dependency on libwebkit

2009-05-14 Thread Rafal Czlonka
Package: gimp
Version: 2.6.6-1
Severity: normal

Hi,

I understand that libwebkit doesn't build on all architectures, but
could it at least be provided for the architectures that work, please?
I''ve got the version which is not available in the repo any more and it
works fine, so it did build. If for any reason the newer version doesn't
could at least the old version be put back in the pool, please?

Kind regards,
Raf

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

Kernel: Linux 2.6.29-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gimp depends on:
ii  gimp-data2.6.6-1 Data files for GIMP
ii  libaa1   1.4p5-38ascii art library
ii  libatk1.0-0  1.26.0-1The ATK accessibility toolkit
ii  libbabl-0.0- 0.0.22-1Dynamic, any to any, pixel format 
ii  libc62.9-12  GNU C Library: Shared libraries
ii  libcairo21.8.6-2+b1  The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.2.14-2simple interprocess messaging syst
ii  libdbus-glib 0.80-4  simple interprocess messaging syst
ii  libexif120.6.17-1library to parse EXIF files
ii  libfontconfi 2.6.0-3 generic font configuration library
ii  libfreetype6 2.3.9-4.1   FreeType 2 font engine, shared lib
ii  libgegl-0.0- 0.0.20-1Generic Graphics Library
ii  libgimp2.0   2.6.6-1 Libraries for the GNU Image Manipu
ii  libglib2.0-0 2.20.1-2The GLib library of C routines
ii  libgtk2.0-0  2.16.1-2The GTK+ graphical user interface 
ii  libhal1  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  libjpeg626b-14   The Independent JPEG Group's JPEG 
ii  liblcms1 1.18.dfsg-1 Color management library
ii  libmng1  1.0.9-1 Multiple-image Network Graphics li
ii  libpango1.0- 1.24.0-3+b1 Layout and rendering of internatio
ii  libpng12-0   1.2.35-1PNG library - runtime
ii  libpoppler-g 0.10.6-1PDF rendering library (GLib-based 
ii  librsvg2-2   2.22.3-2SAX-based renderer library for SVG
ii  libtiff4 3.8.2-11Tag Image File Format (TIFF) libra
ii  libwebkit-1. 1.0.1-4+b1  Web content engine library for Gtk
ii  libwmf0.2-7  0.2.8.4-6.1 Windows metafile conversion librar
ii  libx11-6 2:1.2.1-1   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.3-2   X11 miscellaneous 'fixes' extensio
ii  libxmu6  2:1.0.4-1   X11 miscellaneous utility library
ii  libxpm4  1:3.5.7-1   X11 pixmap library
ii  python   2.5.4-2 An interactive high-level object-o
ii  python-gtk2  2.14.1-2Python bindings for the GTK+ widge
ii  python-suppo 1.0.3   automated rebuilding support for P
ii  zlib1g   1:1.2.3.3.dfsg-13   compression library - runtime

gimp recommends no packages.

Versions of packages gimp suggests:
ii  ghostscript8.64~dfsg-1.1 The GPL Ghostscript PostScript/PDF
ii  gimp-data-extras   1:2.0.1-3 An extra set of brushes, palettes,
ii  gimp-help-en [gimp-help]   2.4.1-2   Documentation for the GIMP (Englis
pn  gvfs-backends  none(no description available)
ii  libasound2 1.0.19-1  shared library for ALSA applicatio
pn  libgimp-perl   none(no description available)

-- no debconf information



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



Bug#512138: wget cannot download some FTP urls

2009-05-14 Thread Nicolas Duillier
Nico Golde n...@debian.org [Sat, 17 Jan 2009 19:28:15 +0100]:
 * Dmitry Baryshev ksquirrel...@gmail.com [2009-01-17 18:41]:
  $ LC_ALL=C wget 
  [32]ftp://ftp.apnic.net/apnic/whois-data/APNIC/apnic.RPSL.db.gz
  --2009-01-17 19:34:45--
  [33]ftp://ftp.apnic.net/apnic/whois-data/APNIC/apnic.RPSL.db.gz
 = `apnic.RPSL.db.gz'
  Resolving ftp.apnic.net... 202.12.29.20, 2001:dc0:2001:0:4608:20::
  Connecting to ftp.apnic.net|202.12.29.20|:21... connected.
  Logging in as anonymous ... Logged in!
  == SYST ... done.== PWD ... done.
  == TYPE I ... done.  == CWD /apnic/whois-data/APNIC ...
  No such directory `apnic/whois-data/APNIC'.
 
  ***
 
  Opera 9.53 and Firefox 3.0.5 download this file Ok.

 Looks like wget doesn't follow symlinks.

No.  It's an oddball FTP server that accepts the command
RETR /apnic/whois-data/APNIC/apnic.RPSL.db.gz but rejects
CWD /apnic/whois-data/APNIC.

Upstream, why does wget do CWD and RETR when just a
RETR with the full pathname would suffice?



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



Bug#528265: init.d status support

2009-05-14 Thread Julien BLACHE
Peter Eisentraut pet...@debian.org wrote:

Hi,

 +. /lib/lsb/init-functions

I'm not sure I want to bring that on board. Any rationale behind its
use here?

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#528551: xserver-xorg-video-intel: hang on 915GM at startup (Thinkpad X41, KMS)

2009-05-14 Thread Julien Cristau
On Wed, May 13, 2009 at 20:16:51 +0200, Uwe Kleine-König wrote:

  And KMS needs i915 to be loaded from initramfs, so it may to be too
  early to read /etc/modprobe.d/i915
  
  Does it change anything if you don't do the above ?
 When I comment out the line in /etc/modprobe.d/i915, X starts normally.
 And I have
 
   r...@cassiopeia:~# cat /sys/module/i915/parameters/modeset 
   1
 
 Both makes me think that /etc/modprobe.d/i915 is early enough, isn't it?
  
I think you need the module loaded before X starts, or
http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=52367847087206b92f18c40d356d36ab9ee89d39

Cheers,
Julien



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



Bug#528570: With i855GM, xserver-xorg-video-intel tries to load i810 module

2009-05-14 Thread Brice Goglin
Vincent Bernat wrote:
 Package: xserver-xorg-video-intel
 Version: 2:2.7.1-1
 Severity: normal

 Hi!

 intel driver tries to load i810 driver which does no exist. It also
 happens with previous 2.7.0 version.

Trying and failing to load i810 is not a problem. It happens here as
well but things work fine.

The problem could be that it tries fbdev and this one doesn't fail
properly, and but it doesn't work either. On my laptop, I get
  (EE) open /dev/fb0: No such file or directory
and then the intel driver is loaded. So it looks like fbdev properly
fails to load here, causing intel to be tried and it works.

Do you have a framebuffer kernel driver running? Any /dev/fb* exists?
What's in /proc/fb? Can you try without framebuffer kernel drivers?

Brice




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



Bug#528632: libnet-proxy-perl: please advertise sslh in description

2009-05-14 Thread Alexandre Rossi
Package: libnet-proxy-perl
Version: 0.12-1
Severity: wishlist

It would be nice if sslh could be advertised in the long description so that
apt-cache search sslh would tell us poor users that the package to install is
libnet-proxy-perl.

Thanks,

Alex

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

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

Versions of packages libnet-proxy-perl depends on:
ii  libwww-perl   5.813-1WWW client/server library for Perl
ii  perl  5.10.0-19  Larry Wall's Practical Extraction

libnet-proxy-perl recommends no packages.

libnet-proxy-perl suggests no packages.

-- no debconf information



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



Bug#528631: depends on libevent1 package which is unavailable

2009-05-14 Thread Michael Stapelberg
Hi Raf,

* [14.05.09 11:25]:
 unworkable depends on libvent1 package which is unavailable.
Thanks for your bugreport. A fixed version (unworkable 0.51-5) is on its way.

Best regards,
Michael



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



Bug#525908: [pkg-fso-maint] Bug#525908: Bug#525908: Missing $SHELL variable is the problem

2009-05-14 Thread Enrico Zini
On Tue, May 12, 2009 at 10:19:48PM +0200, Joachim Breitner wrote:
 Am Dienstag, den 12.05.2009, 22:56 +0300 schrieb Andrei Popescu:
  Some more investigation reveals that the SHELL environment is not 
  properly set on first start, but if nodm is restarted
  (/etc/init.d/nodm restart) then everything is fine.
[...]
 This leads to the question whether nodm should clean it’s environment,
 and it probably should – again, help would be appreciated in seeing what
 xdm or gdm do: What of their environment do they retain, what do they
 delete and what do they actively set.

For sure, everything that is significant nodm should set it (and the bug
here is that nodm does not set $SHELL, which is significant).

The question is what to do with the rest: leave them or clear them?

Leave them means potentially leaving rubbish around (especially in the
case of root restarting nodm manually). On the other hand, does it mean
leaving around some useful variables set during the boot process that we
do not know about?

Clearing them means that restarting nodm manually yields the same
session as when it starts by itself at boot, which is desirable.
However, if there are variables that we do not know of that are set
during boot, we end up getting rid of them.

Implementation is simple both ways: I cannot decide which one is better,
though.


Ciao,

Enrico

-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini enr...@enricozini.org


signature.asc
Description: Digital signature


Bug#478512: other supporters

2009-05-14 Thread martin f krafft
Other people who'd probably support this list on l.d.o, but whom
I haven't asked, include (off the top of my head): matthias stürmer,
daniel ruoso, benjamin mako hill, biella coleman, enrico zini, yuwei
lin, gregorio robles, martin michlmayr, gaudenz steinlin, jesus
gonzalez borohona, stefano zacchiroli, mj ray, gregor hermann.

Thanks,

-- 
 .''`.   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#528633: ITP: syfi -- finite element engine based on symbolic mathematics

2009-05-14 Thread Johannes Ring
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

Package name: syfi
Version: 0.6.0
Upstream authors: Martin Sandve Alnæs and Kent-Andre Mardal
URL: http://www.fenics.org/wiki/SyFi
License: GPL
Description: finite element engine based on symbolic mathematics

The finite element method (FEM) package SyFi is a C++ library built on top
of the symbolic math library GiNaC. The name SyFi stands for Symbolic
Finite Elements. The package provides polygonal domains, polynomial
spaces, and degrees of freedom as symbolic expressions that are easily
manipulated. This makes it easy to define finite elements and variational
forms. These elements and forms are then used to generate efficient C++
code.

SyFi is similar to FFC in the sense that it has a compiler that generates
UFC code based on variational forms and finite elements. It is also
similar to FIAT in the sense that it implements many different finite
elements.

A version of the Debian files is already available in the pkg-scicomp
Subversion repository.


Johannes





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



Bug#528634: n-up printing bites with even/odd selection

2009-05-14 Thread martin f krafft
Package: evince
Version: 2.24.2-2+b1
Severity: normal

This probably applies to other GTK/GNOME apps, but I couldn't figure
out a better place to file the bug report, thus evince where I met
it. Please reassign as appropriate.

I just wanted to print a large document such that I'd have two
logical pages on one physical page, and do manual duplex, since my
printer cannot do duplex itself.

Thus, I told evince to print 2 pages per side and only the odd
sheets. The result was quite different to what I expected:

  1/3, 5/7, 9/11, …

when I expected

  1/2, 5/6, 9/10, …

Arguably, the print dialog should be able to do both, so it would
help to make that configurable. And it would help if there was some
sort of graphical representation of what will happen, so that the
user knows what's going on.

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

Kernel: Linux 2.6.30-rc4-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

Versions of packages evince depends on:
ii  gconf2 2.26.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.24.0-4  GNOME Desktop icon theme
ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.14-2  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.80-4simple interprocess messaging syst
ii  libdjvulibre21 3.5.21-3  Runtime support for the DjVu image
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.9-4.1 FreeType 2 font engine, shared lib
ii  libgcc11:4.4.0-4 GCC support library
ii  libgconf2-42.26.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.20.1-2  The GLib library of C routines
ii  libgnome-keyring0  2.26.0-4  GNOME keyring services library
ii  libgtk2.0-02.16.1-2  The GTK+ graphical user interface 
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libkpathsea4   2007.dfsg.2-6 TeX Live: path search library for 
ii  libpango1.0-0  1.24.0-3+b1   Layout and rendering of internatio
ii  libpoppler-glib4   0.10.6-1  PDF rendering library (GLib-based 
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libspectre10.2.2.ds-1+b2 Library for rendering Postscript d
ii  libstdc++6 4.4.0-4   The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-11  Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxml22.7.3.dfsg-1  GNOME XML library
ii  shared-mime-info   0.60-2FreeDesktop.org shared MIME databa
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages evince recommends:
ii  dbus-x11  1.2.14-2   simple interprocess messaging syst
ii  gvfs  1.2.2-2userspace virtual filesystem - ser

Versions of packages evince suggests:
pn  nautilus  none (no description available)
pn  poppler-data  none (no description available)
ii  unrar 1:3.8.5-2  Unarchiver for .rar files (non-fre

-- no debconf information


-- 
 .''`.   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#413839: Contact Mr. Larry Whyte

2009-05-14 Thread Camelot Group
You were selected for the sum of  £1,230,310 GBP. Verify this mail immediately 
by sending in your information. This will include your name, address, age, 
phone number etc to  c_grou...@8u8.hk




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



Bug#528622: xserver-xorg-video-intel: xserver crashes while watching video

2009-05-14 Thread George B.
2009/5/14 Brice Goglin brice.gog...@ens-lyon.org:
 Is it better with intel 2.7.1 ?

I've just installed the 2.7.1 - I will let you know if I can get it to
crash again.


Thanks,

George.



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



Bug#505379: Is bug similar to redhat bug #481146?

2009-05-14 Thread Frans Pop
tags 505379 + patch fixed-upstream
thanks

On Monday 04 May 2009, Frans Pop wrote:
 On Sunday 03 May 2009, Scott Howard wrote:
  If this bug is still around, is it the same as:
  https://bugzilla.redhat.com/show_bug.cgi?id=481146? That bug has
  phosphor SEGV in xscreensaver, apparently fixed in xscreensaver-5.08.

 I've compiled Lenny's phosphor with that patch now and will report if
 it works or not. Thanks for the pointer.

I've not seen the segfault anymore since applying the patch, so it 
probably is the same issue.
In the meantime I've also seen the segfault on my i386 laptop, so I'll 
patch it there as well.

Here's a direct link to the patch:
https://bugzilla.redhat.com/attachment.cgi?id=329709

Thanks again Scott!



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



Bug#528636: depends on libwebkit which is unavailable

2009-05-14 Thread Rafal Czlonka
Package: midori
Version: 0.1.4-1
Severity: serious

Hi,

midori depends on libwebkit-1.0-1 pacakge whic is unavailable.

Regards,
Raf

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

Kernel: Linux 2.6.29-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages midori depends on:
ii  dbus-x11   1.2.14-2  simple interprocess messaging syst
ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.9-4.1 FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.20.1-2  The GLib library of C routines
ii  libgtk2.0-02.16.1-2  The GTK+ graphical user interface 
ii  libidn11   1.14-3GNU Libidn library, implementation
ii  libpango1.0-0  1.24.0-3+b1   Layout and rendering of internatio
ii  libsoup2.4-1   2.26.1-1  an HTTP library implementation in 
ii  libsqlite3-0   3.6.13-1  SQLite 3 shared library
ii  libunique-1.0-01.0.8-1   Library for writing single instanc
ii  libwebkit-1.0-11.0.1-4+b1Web content engine library for Gtk
ii  libxml22.7.3.dfsg-1  GNOME XML library
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages midori recommends:
ii  gnome-icon-theme  2.24.0-4   GNOME Desktop icon theme

midori suggests no packages.

-- no debconf information



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



Bug#528637: depends on plib1.8.4c2 which is unavailabe

2009-05-14 Thread Rafal Czlonka
Package: simgear1.0.0
Version: 1.0.0-4+b1
Severity: serious

Hi,

simgera1.0.0 depends on plib1.8.4c2 package which is unavailable.

Regards,
Raf

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

Kernel: Linux 2.6.29-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages simgear1.0.0 depends on:
ii  libalut0   1.1.0-2   OpenAL Utility Toolkit
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libgcc11:4.4.0-4 GCC support library
ii  libgl1-mesa-glx [libgl 7.4.1-1   A free implementation of the OpenG
ii  libglu1-mesa [libglu1] 7.4.1-1   The OpenGL utility library (GLU)
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libopenal1 1:1.7.411-1   Software implementation of the Ope
ii  libstdc++6 4.4.0-4   The GNU Standard C++ Library v3
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  plib1.8.4c21.8.4-11  Portability Libraries: Run-time pa
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

simgear1.0.0 recommends no packages.

simgear1.0.0 suggests no packages.

-- no debconf information



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



Bug#528635: depends on plib1.8.4c2 which is unavailable

2009-05-14 Thread Rafal Czlonka
Package: flightgear
Version: 1.0.0-3+b1
Severity: serious

Hi,

flightgear depends on plib1.8.4c2 package which is unavailable.

Regards,
Raf

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

Kernel: Linux 2.6.29-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages flightgear depends on:
ii  fgfs-base  1.0.0-2   Flight Gear Flight Simulator -- ba
ii  freeglut3  2.4.0-6.1 OpenGL Utility Toolkit
ii  libalut0   1.1.0-2   OpenAL Utility Toolkit
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libgcc11:4.4.0-4 GCC support library
ii  libgl1-mesa-glx [libgl 7.4.1-1   A free implementation of the OpenG
ii  libglu1-mesa [libglu1] 7.4.1-1   The OpenGL utility library (GLU)
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libopenal1 1:1.7.411-1   Software implementation of the Ope
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libstdc++6 4.4.0-4   The GNU Standard C++ Library v3
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxi6 2:1.2.1-2 X11 Input extension library
ii  libxmu62:1.0.4-1 X11 miscellaneous utility library
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  plib1.8.4c21.8.4-11  Portability Libraries: Run-time pa
ii  simgear1.0.0   1.0.0-4+b1Simulator Construction Gear -- sha
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

flightgear recommends no packages.

flightgear suggests no packages.

-- no debconf information



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



Bug#528638: php5-memcache: Configuration file in '/etc/php5/conf.d/memcache.ini' is invalid

2009-05-14 Thread KARASZI Istvan
Package: php5-memcache
Version: 3.0.1-1
Severity: minor


The default configration which is stored in '/etc/php5/conf.d/memcache.ini' is 
invalid in the default installation. It sets multiple values which 
values are not handled by the memcache plugin. They are not even the source of 
the package.

Could you please provide an up-to-date configuration file?

Thanks!

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

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

Versions of packages php5-memcache depends on:
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  php5-cgi [phpapi-2 5.2.6.dfsg.1-1+lenny2 server-side, HTML-embedded scripti
ii  php5-cli [phpapi-2 5.2.6.dfsg.1-1+lenny2 command-line interpreter for the p
ii  php5-common5.2.6.dfsg.1-1+lenny2 Common files for packages built fr
ii  ucf3.0016Update Configuration File: preserv

php5-memcache recommends no packages.

php5-memcache suggests no packages.

-- no debconf information



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



Bug#264899: Congratulation ! ! !

2009-05-14 Thread jolmills
 You were selected for the sum of  £1,230,310.00 GBP . Verify this mail 
immediately by sending in your information. This will include your name, 
address, age, phone number etc to Mr Ray Donald.
ray.dona...@btinternet.com




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



Bug#464682: Congratulation ! ! !

2009-05-14 Thread jolmills
 You were selected for the sum of  £1,230,310.00 GBP . Verify this mail 
immediately by sending in your information. This will include your name, 
address, age, phone number etc to Mr Ray Donald.
ray.dona...@btinternet.com




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



Bug#528639: wpasupplicant: buffer overflow in _wpa_hexdump

2009-05-14 Thread Jan Christoph Nordholz
Package: wpasupplicant
Version: 0.6.9-2
Severity: important
Tags: security

Hi,

your syslog patch changes _wpa_hexdump() to create the debug string in a
local buffer on the stack before emitting it - however you boldly assume
that 2048B should be enough for everyone. When connecting to a WPA-EAP
network here, my network card receives a 1028B packet during the handshake,
which *easily* exceeds the 2048B for the hexdump string and smashes the
stack. Maybe you should take the input length into account?


Regards,

Jan


signature.asc
Description: Digital signature


Bug#528640: paraview: doesn't build from deb package

2009-05-14 Thread Gerber van der Graaf
Package: paraview
Version: 3.4.0-3
Severity: normal

After invoking apt-get source paraview and apt-get build-dep paraview 
the building of the package fails by invoking debuild -us -uc. The output is
as follows:
= Start of output when building
 dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package paraview
dpkg-buildpackage: source version 3.4.0-3
dpkg-buildpackage: source changed by Christophe Prud'homme prudh...@debian.org
dpkg-buildpackage: host architecture i386
 fakeroot debian/rules clean
test -x debian/rules
rmdir obj-i486-linux-gnu
rmdir: failed to remove `obj-i486-linux-gnu': Directory not empty
make: [cleanbuilddir] Error 1 (ignored)
rm -rf obj-i486-linux-gnu
/usr/bin/make -C obj-i486-linux-gnu -k clean
make: *** obj-i486-linux-gnu: No such file or directory.  Stop.
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-build
dh_clean 
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/home/gerber/src/PARAVIEW/paraview-3.4.0'
make[1]: Nothing to be done for `reverse-config'.
make[1]: Leaving directory `/home/gerber/src/PARAVIEW/paraview-3.4.0'
if [ -d . ]; then \
  cd .  
QUILT_PATCHES=/home/gerber/src/PARAVIEW/paraview-3.4.0/debian/patches quilt 
--quiltrc /dev/null pop -a -R || test $? = 2 ; \
fi
Removing patch use-ffmpeg-swscaler.patch
Restoring VTK/IO/vtkFFMPEGWriter.cxx
Restoring VTK/IO/CMakeLists.txt
Restoring VTK/CMake/FindFFMPEG.cmake

Removing patch search-client-doc-finder-in-fhs-dir.patch
Restoring Applications/Client/MainWindow.cxx

Removing patch assistant-qt4.patch
Restoring Applications/Client/MainWindow.cxx

Removing patch vtkFFMPEGWriter.patch
Restoring VTK/IO/vtkFFMPEGWriter.cxx

No patches applied
rm -rf ./.pc
rm -f debian/stamp-patch*
 dpkg-source -b paraview-3.4.0
dpkg-source: info: using source format `1.0'
dpkg-source: info: building paraview using existing paraview_3.4.0.orig.tar.gz
dpkg-source: info: building paraview in paraview_3.4.0-3.diff.gz
dpkg-source: info: building paraview in paraview_3.4.0-3.dsc
 debian/rules build
test -x debian/rules
mkdir -p obj-i486-linux-gnu
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/home/gerber/src/PARAVIEW/paraview-3.4.0'
make[1]: Nothing to be done for `reverse-config'.
make[1]: Leaving directory `/home/gerber/src/PARAVIEW/paraview-3.4.0'
cd .  QUILT_PATCHES=/home/gerber/src/PARAVIEW/paraview-3.4.0/debian/patches 
quilt --quiltrc /dev/null push -a || test $? = 2
Applying patch vtkFFMPEGWriter.patch
patching file Applications/Client/MainWindow.cxx

Applying patch search-client-doc-finder-in-fhs-dir.patch
patching file Applications/Client/MainWindow.cxx

Applying patch use-ffmpeg-swscaler.patch
patching file VTK/IO/vtkFFMPEGWriter.cxx
Hunk #2 succeeded at 241 (offset -4 lines).
Hunk #3 succeeded at 257 (offset -4 lines).
patching file VTK/CMake/FindFFMPEG.cmake
patching file VTK/IO/CMakeLists.txt
Hunk #1 succeeded at 242 (offset 9 lines).

Now at patch use-ffmpeg-swscaler.patch
touch debian/stamp-patched
/usr/bin/make -f debian/rules update-config
make[1]: Entering directory `/home/gerber/src/PARAVIEW/paraview-3.4.0'
make[1]: Nothing to be done for `update-config'.
make[1]: Leaving directory `/home/gerber/src/PARAVIEW/paraview-3.4.0'
cd obj-i486-linux-gnu  cmake /home/gerber/src/PARAVIEW/paraview-3.4.0/. 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_C_COMPILER:FILEPATH=cc 
-DCMAKE_CXX_COMPILER:FILEPATH=g++ -DCMAKE_C_FLAGS=-g -O2 -g -Wall -O2 
-DCMAKE_CXX_FLAGS=-g -O2 -g -Wall -O2 -DCMAKE_SKIP_RPATH=ON 
-DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_DOCUMENTATION=ON 
-DDOCUMENTATION_HTML_HELP=ON -DBUILD_EXAMPLES=ON -DBUILD_SHARED_LIBS=ON 
-DVTK_USE_RPATH=ON -DCMAKE_INSTALL_RPATH=/usr/lib/paraview 
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON -DBUILD_TESTING=OFF 
-DVTK_USE_MPEG2_ENCODER=OFF -DVTK_USE_FFMPEG_ENCODER=ON 
-DFFMPEG_INCLUDE_DIR=/usr/include/ffmpeg -DPARAVIEW_USE_MPI=ON 
-DPARAVIEW_USE_SYSTEM_HDF5=ON -DHDF5_ENABLE_PARALLEL=ON 
-DPARAVIEW_ENABLE_PYTHON=ON -DCMAKE_VERBOSE_MAKEFILE=OFF -DCMAKE_C_FLAGS=-O2 
-fPIC -DCMAKE_CXX_FLAGS=-O2 -fPIC -DMPI_LIBRARY=/usr/lib/libmpi.so 
-DMPI_EXTRA_LIBRARY=/usr/lib/libmpi++.so -DMPI_INCLUDE_PATH=/usr/include/mpi 
-DPYTHON_EXECUTABLE=/usr/bin/python2.5 -DPV_INSTALL_LIB_DIR=${PV_INST
 ALL_ROOT}/lib/paraview 
-DPV_INSTALL_INCLUDE_DIR=${PV_INSTALL_ROOT}/include/paraview
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler 

Bug#528265: init.d status support

2009-05-14 Thread Peter Eisentraut
On Thursday 14 May 2009 12:29:53 Julien BLACHE wrote:
 Peter Eisentraut pet...@debian.org wrote:
  +. /lib/lsb/init-functions

 I'm not sure I want to bring that on board. Any rationale behind its
 use here?

Well, you could implement the equivalent of status_of_proc yourself, which 
would be about 30 to 50 lines of shell code that someone has already written 
for you.

/lib/lsb/init-functions doesn't impose anything on you. You don't have to do 
anything about the rest of the init script or its output.  And it is already 
pretty much an essential package because a lot of the init scripts in the base 
system use it.



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



Bug#528511: [Pkg-scicomp-devel] Bug#528511: (gmp_2:4.2.4+dfsg-8/avr32): FTBFS: The gmp-dev package is not usable with the architecture.

2009-05-14 Thread Bradley Smith
On Wed, 13 May 2009 20:04:22 -0500
Steve M. Robbins st...@sumost.ca wrote:

 I've just radically changed the packaging of gmp with the -8 upload.
 These changes had previously only been in experimental, which I
 assume gets no testing.  My plan is to leave gmp until it transitions
 into testing, before uploading 4.3.1 (fixing #523076).  I will address
 this bug at the same time.

Great, thanks :)

Fortunately there's no rush with gmp, since I've cross built it with the
necessary patches applied. :)

Regards,
Bradley Smith

-- 
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347


signature.asc
Description: PGP signature


Bug#528641: Files that are not used by the application are marked as connfiles

2009-05-14 Thread sobtwmxt
Package: nut
Version: 2.4.1-2
Severity: normal
Tags: patch

The *.sample files that are written to /etc/nut by the deb are marked
as conffiles even though the application does not read them.
I suggest to:
1. Remove the .sample suffix
2. Have the distributed files also in /usr/share/doc/nut/examples.
   Having them in the examples dir allows the user to get a short
   version in the CONF dir, while preserving the useful skeltons,
   with the comments, in a known, namely examples, directory.

--- debian/nut-cgi.examples 1970-01-01 02:00:00.0 +0200
+++ debian/nut-cgi.examples 2009-05-14 04:11:53.0 +0300
@@ -0,0 +1,4 @@
+./debian/tmp/etc/nut/hosts.conf
+./debian/tmp/etc/nut/upsset.conf
+./debian/tmp/etc/nut/upsstats-single.html
+./debian/tmp/etc/nut/upsstats.html

--- debian/nut-cgi.install  2009-05-14 13:43:52.0 +0300
+++ debian/nut-cgi.install  2009-05-14 03:41:23.0 +0300
@@ -1,6 +1,6 @@
-debian/tmp/etc/nut/hosts.conf.sample
-debian/tmp/etc/nut/upsset.conf.sample
-debian/tmp/etc/nut/upsstats.html.sample
-debian/tmp/etc/nut/upsstats-single.html.sample
+debian/tmp/etc/nut/hosts.conf
+debian/tmp/etc/nut/upsset.conf
+debian/tmp/etc/nut/upsstats.html
+debian/tmp/etc/nut/upsstats-single.html
 debian/tmp/usr/lib/cgi-bin/
 debian/tmp/usr/share/nut/www

--- debian/nut.examples 1970-01-01 02:00:00.0 +0200
+++ debian/nut.examples 2009-05-14 04:12:10.0 +0300
@@ -0,0 +1,6 @@
+./debian/tmp/etc/nut/nut.conf
+./debian/tmp/etc/nut/ups.conf
+./debian/tmp/etc/nut/upsd.conf
+./debian/tmp/etc/nut/upsd.users
+./debian/tmp/etc/nut/upsmon.conf
+./debian/tmp/etc/nut/upssched.conf

--- debian/nut.install  2009-05-14 13:43:52.0 +0300
+++ debian/nut.install  2009-05-14 03:40:59.0 +0300
@@ -7,11 +7,11 @@
 debian/tmp/usr/share/nut/driver.list
 debian/tmp/*/udev/
 debian/tmp/etc/nut/nut.conf
-debian/tmp/etc/nut/ups.conf.sample
-debian/tmp/etc/nut/upsd.conf.sample
-debian/tmp/etc/nut/upsd.users.sample
-debian/tmp/etc/nut/upsmon.conf.sample
-debian/tmp/etc/nut/upssched.conf.sample
+debian/tmp/etc/nut/ups.conf
+debian/tmp/etc/nut/upsd.conf
+debian/tmp/etc/nut/upsd.users
+debian/tmp/etc/nut/upsmon.conf
+debian/tmp/etc/nut/upssched.conf
 debian/tmp/etc/bash_completion.d/nut
 debian/tmp/lib/nut/genericups
 debian/tmp/lib/nut/mge-shut

--- debian/rules2009-05-14 13:43:52.0 +0300
+++ debian/rules2009-05-14 03:55:31.0 +0300
@@ -93,14 +93,19 @@

# install the bash completion script
mkdir -p $(CURDIR)/debian/tmp/etc/bash_completion.d
-   cp $(CURDIR)/scripts/misc/nut.bash_completion 
$(CURDIR)/debian/tmp/et
c/bash_completion.d/nut
-
-   # install the default configuration
-   mv $(CURDIR)/debian/tmp/etc/nut/nut.conf.sample  
$(CURDIR)/debian/tmp
/etc/nut/nut.conf
+   cp $(CURDIR)/scripts/misc/nut.bash_completion  \
+   $(CURDIR)/debian/tmp/etc/bash_completion.d/nut

+   # install the default configuration
+   for f in $(CURDIR)/debian/tmp/etc/nut/*; do   \
+   nf=`basename $${f} | sed 's/\(.*\).sample/\1/'`;  \
+   mv $${f} $(CURDIR)/debian/tmp/etc/nut/$${nf};  \
+   done
+
dh_installchangelogs ChangeLog
dh_installinit -- start 50 2 3 4 5 . stop 50 0 1 6 .
dh_install
+   dh_installexamples
dh_installman
dh_installdocs -XMakefile
dh_link


-- 
sobtw...@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org



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



Bug#528096: (no subject)

2009-05-14 Thread Matthias Köhne
Sorry, I think this is the same bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496917

-- 
http://kaoso.org/


signature.asc
Description: PGP signature


Bug#528223: pbuilder login leaves HOME to the value outside of pbuilder

2009-05-14 Thread Junichi Uekawa
Hi,

HOME is set to HOME=/tmp/buildd for buildpackage.  Not quite sure
about the ideal values for --login; pbuilder leaves most env-vars
intact for --login, but not quite sure if the current behavior is
useful or not.

Someone using --bindmount /home would notice the change tho'.


At Mon, 11 May 2009 15:30:51 +0200,
Loïc Minier wrote:
 
 Package: pbuilder
 Version: 0.187
 Severity: normal
 
 Hi
 
  I was getting these errors from running gpg from a pbuilder login
  --save-after-login session (to add a gpg key for apt):
  + gpg --no-default-keyring --keyring /tmp/add-apt-key.XXqr1EBB/keyring
  --keyserver keyserver.host --recv CA1245...
  gpg: fatal: can't create directory `/home/lool/.gnupg': No such file or
  directory
 
  Turns out that $HOME was set to /home/lool instead of /root or not set.
 
  I think pbuilder should either clear or set $HOME.
 
Bye
 -- 
 Loïc Minier
 
 
 
 ___
 Pbuilder-maint mailing list
 pbuilder-ma...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pbuilder-maint
 



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



Bug#528468: solved via sasl2 update

2009-05-14 Thread Andre Bischof

Referring to #527161, the following solved the problem:

aptitude -V -t unstable -s install libsasl2-2 libsasl2-dev 
libsasl2-modules sasl2-bin


installes because of dependencies:

Die folgenden NEUEN Pakete werden zusätzlich installiert:
  db4.7-util{a} [4.7.25-6]  libkadm5srv6{a} [1.7dfsg~beta2-1]
Die folgenden Pakete werden aktualisiert:
  libgssapi-krb5-2 [1.6.dfsg.4~beta1-13 - 1.7dfsg~beta2-1]  libgssrpc4 
[1.6.dfsg.4~beta1-13 - 1.7dfsg~beta2-1]
  libk5crypto3 [1.6.dfsg.4~beta1-13 - 1.7dfsg~beta2-1]  libkdb5-4 
[1.6.dfsg.4~beta1-13 - 1.7dfsg~beta2-1]
  libkrb5-3 [1.6.dfsg.4~beta1-13 - 1.7dfsg~beta2-1]  libkrb5-dev 
[1.6.dfsg.4~beta1-13 - 1.7dfsg~beta2-1]
  libkrb5support0 [1.6.dfsg.4~beta1-13 - 1.7dfsg~beta2-1]  libsasl2-2 
[2.1.22.dfsg1-23+b1 - 2.1.22.dfsg1-25]
  libsasl2-dev [2.1.22.dfsg1-23+b1 - 2.1.22.dfsg1-25] libsasl2-modules 
[2.1.22.dfsg1-23+b1 - 2.1.22.dfsg1-25]

  sasl2-bin [2.1.22.dfsg1-23+b1 - 2.1.22.dfsg1-25]
11 Pakete aktualisiert, 2 zusätzlich installiert, 0 werden entfernt und 
482 nicht aktualisiert.


libdb4.7 was already installed, but not utils.

Logging in now results in:

== /var/log/mail.log ==
May 14 12:51:45 linux cyrus/imap[27259]: login: localhost.localdomain 
[127.0.0.1] frisco plaintext User logged in


Cheers
Andre


--
Personal weblog and more: http://bischof.homelinux.net





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



Bug#528643: (kxl_1.1.7-13/avr32): FTBFS: Outdated config.{sub,guess}

2009-05-14 Thread Bradley Smith
Package: kxl
Version: 1.1.7-13
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

The full build log is available:

  
http://buildd.debian-ports.org/fetch.php?pkg=kxlarch=avr32ver=1.1.7-13stamp=1242258296file=logas=raw

(The severity of this bug is wishlist purely because AVR32 is not yet an
official architecture, but otherwise this would of course be serious).

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#528645: (libcdio_0.78.2+dfsg1-3/avr32): FTBFS: Outdated config.{sub,guess}

2009-05-14 Thread Bradley Smith
Package: libcdio
Version: 0.78.2+dfsg1-3
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

The full build log is available:

  
http://buildd.debian-ports.org/fetch.php?pkg=libcdioarch=avr32ver=0.78.2%2Bdfsg1-3stamp=1242284219file=logas=raw

(The severity of this bug is wishlist purely because AVR32 is not yet an
official architecture, but otherwise this would of course be serious).

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#528642: (wget_1.11.4-2/avr32): FTBFS: Outdated config.{sub,guess}

2009-05-14 Thread Bradley Smith
Package: wget
Version: 1.11.4-2
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

The full build log is available:

  
http://buildd.debian-ports.org/fetch.php?pkg=wgetarch=avr32ver=1.11.4-2stamp=1242252860file=logas=raw

(The severity of this bug is wishlist purely because AVR32 is not yet an
official architecture, but otherwise this would of course be serious).

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#528646: (libcorelinux_0.4.32-7.3/avr32): FTBFS: Outdated config.{sub,guess}

2009-05-14 Thread Bradley Smith
Package: libcorelinux
Version: 0.4.32-7.3
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

The full build log is available:

  
http://buildd.debian-ports.org/fetch.php?pkg=libcorelinuxarch=avr32ver=0.4.32-7.3stamp=1242297647file=logas=raw

(The severity of this bug is wishlist purely because AVR32 is not yet an
official architecture, but otherwise this would of course be serious).

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#528644: jigdo-file: jigdo-mirror always reports 'Error - template checksum mismatch'

2009-05-14 Thread Andrew Lee
Package: jigdo-file
Version: 0.7.3-2
Severity: grave

Dear Maintainer,

I am the mirror admin of ftp.tw.d.o. I found jigdo-mirror keep reports
'Error - template checksum mismatch' even the templates checksum are all 
correct.

On our website[0], we encouraged mirror admins as 'Mirroring using 
jigdo-mirror is recommended'. And provided cd-mirror script[1] to help 
when setting this up.

I am one of the mirror admin who following the information on our 
website. And I believe I won't be the only one. So this bug may breaks 
many debian-cd mirrors all over the world.

Please consider this as a RC bug and fix in Lenny.

Thank you.

[0] http://www.debian.org/CD/mirroring/
[1] http://www.acc.umu.se/~maswan/debian-push/cdimage/

Adam Lackorzynski on IRC #debian-mirrors provided a patch to solve this 
problem.
--- jigdo-mirror~   2009-02-12 23:28:45.606473882 +0100
+++ jigdo-mirror2009-02-12 23:28:56.256487990 +0100
@@ -350,7 +350,7 @@
   section=$1;;
 Filename) image=$2;;
 Template) templateURI=$2;;
-Template-MD5Sum) templateMD5=$2;;
+Template-MD5Sum) __templateMD5=$2;;
 ShortInfo) shift; shortInfo=$*;;
 Info) shift; info=$*;;
   esac


-Andrew



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



Bug#457290: Congratulation ! ! !

2009-05-14 Thread jolmills
 You were selected for the sum of  £1,230,310.00 GBP . Verify this mail 
immediately by sending in your information. This will include your name, 
address, age, phone number etc to Mr Ray Donald.
ray.dona...@btinternet.com




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



Bug#528647: FTBFS: Malformed argument '--skipdeps'

2009-05-14 Thread Bradley Smith
Package: libscalar-number-perl
Version: 0.004-1
Severity: serious

Hi,

Whilst building your package on AVR32, the build failed with:

  Malformed argument '--skipdeps' at 
/usr/share/perl/5.10/Module/Build/Compat.pm line 170.

Not that this is not specific to AVR32 as I can also reproduce this on
my i386 machine.

The full build log is available:

  
http://buildd.debian-ports.org/fetch.php?pkg=libscalar-number-perlarch=avr32ver=0.004-1stamp=1242253350file=logas=raw

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#523851: Congratulation ! ! !

2009-05-14 Thread jolmills
 You were selected for the sum of  £1,230,310.00 GBP . Verify this mail 
immediately by sending in your information. This will include your name, 
address, age, phone number etc to Mr Ray Donald.
ray.dona...@btinternet.com




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



Bug#528444: bash-completion support

2009-05-14 Thread Junichi Uekawa
patch welcome.
At Wed, 13 May 2009 01:24:20 +0200,
Christoph Anton Mitterer wrote:
 
 Package: dsh
 Severity: wishlist
 
 Hi.
 
 It would be really great to see bash completion (and perhaps even  
 bash-completion-lib) support, e.g.:
 
 1) completion of available groups after -g or --group
 (this are files directly in /etc/dsh/group or subdirs of it e.g.  
 /etc/dsh/group/compute_element/rack1
 would complete like this:
 -g compute_element/rack1
 
 2) completion of file after -f
 
 3) completion of known hostnames (eg from /etc/hosts or ssh) after -m
 (bash_completion should already provide some functions for this.
 
 
 Thanks,
 Chris.
 
 
 -- System Information:
 Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.29-heisenberg (SMP w/2 CPU cores; PREEMPT)
 Locale: LANG=en_DE.UTF-8, LC_CTYPE=en_DE.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 
 
 This message was sent using IMP, the Internet Messaging Program.
 
 
 



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



Bug#528265: init.d status support

2009-05-14 Thread Julien BLACHE
Peter Eisentraut pet...@debian.org wrote:

Hi,

 Well, you could implement the equivalent of status_of_proc yourself, which 
 would be about 30 to 50 lines of shell code that someone has already written 
 for you.

I have this implementend in iaxmodem already, so I just reused that
code. Reading the LSB code, it looks like it doesn't check that the
process running with the PID indicated by the PID file is actually the
daemon it's supposed to be. Or did I miss something?

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#528445: dsh settings presets

2009-05-14 Thread Junichi Uekawa
Sounds reasonable, patch welcome.
At Wed, 13 May 2009 01:32:26 +0200,
Christoph Anton Mitterer wrote:
 
 Package: dsh
 Severity: wishlist
 
 Hi.
 
 It would be cool if dsh allows some more features for specifying settings like
 --show-machine-names, --concurrent-shell and even --remoteshellopt
 
 1) It should be generally possible to specify presets of them, just  
 like the groups, e.g. in /etc/dsh/presets are files with the name of  
 the preset and the same syntax as dsh.conf
 If a preset was specified at command line (e.g. with --preset name,  
 not to forget the completion ;) ), these settings should override  
 ANYTHING (and should in turn be overriden by directly specified  
 command line options).
 One could argue whether unspecified options should be derived by e.g. dsh.conf
 
 2) The same should be able to be specified in the group files  
 themselves, e.g. in form of special comments.
 This would be quite handy, as e.g. for special groups I want to  
 disable concurrent execution, or e.g. explicitly disable X11 and/or  
 ssh-agent forwarding via an remoteshellopt.
 
 
 Thanks,
 Chris.
 
 apropos remoteshellopt's:
 It would be cool to see some documentation in the doc-section, how to  
 explicitly tighten/harden ssh as far as possible.
 I't at least suggest to disable all X11/X11Trusted/Agent  
 Forwardings,.. but perhaps other ssh_config or ssh options could be  
 used too.
 Do you haven an idea here?
 
 -- System Information:
 Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.29-heisenberg (SMP w/2 CPU cores; PREEMPT)
 Locale: LANG=en_DE.UTF-8, LC_CTYPE=en_DE.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 
 
 This message was sent using IMP, the Internet Messaging Program.
 
 
 



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



Bug#528648: (openssl_0.9.8g-16/avr32): FTBFS: Missing debian-avr32 target

2009-05-14 Thread Bradley Smith
Package: openssl
Version: 0.9.8g-16
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to the
debian-avr32 target not existing. Please could this target be added as:

debian-avr32, gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer 
-Wall::-D_REENTRANT::-ldl:BN_LLONG_BF_PTRdlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)

or whatever is deemed more suitable.

The full build log is available:

  
http://buildd.debian-ports.org/fetch.php?pkg=opensslarch=avr32ver=0.9.8g-16stamp=1242251868file=logas=raw

(The severity of this bug is wishlist purely because AVR32 is not yet an
official architecture, but otherwise this would of course be serious).

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#528649: kdemultimedia-kio-plugins: Please (re)add FLAC support to audiocd ioslave

2009-05-14 Thread Soenke
Package: kdemultimedia-kio-plugins
Version: 4:3.5.9-3
Severity: wishlist


Hi there,

it seems that support for encoding FLAC audio files is missing from the
audiocd ioslave. If I recall correctly, it was possible to encode CDs to
FLAC directly from konqueror in earlier versions (though I am not sure
which ones). Now neither konqueror nor the audio CD settings dialog in
the control center have FLAC listed as encoder. It would be great if it
could be added again.

Thanks a lot in advance,

soenke 

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

Kernel: Linux 2.6.29-2-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 kdemultimedia-kio-plugins depends on:
ii  kdelibs4c2a4:3.5.10.dfsg.1-2 core libraries and binaries for al
ii  libartsc0  1.5.9-3   aRts sound system C support librar
ii  libasound2 1.0.19-1  shared library for ALSA applicatio
ii  libc6  2.9-4 GNU C Library: Shared libraries
ii  libcdparanoia0 3.10.2+debian-5   audio extraction tool for sampling
ii  libgcc11:4.4.0-4 GCC support library
ii  libkcddb1  4:3.5.9-3 CDDB library for KDE
ii  libogg01.1.3-5   Ogg Bitstream Library
ii  libqt3-mt  3:3.3.8b-5+b1 Qt GUI Library (Threaded runtime v
ii  libstdc++6 4.4.0-4   The GNU Standard C++ Library v3
ii  libvorbis0a1.2.0.dfsg-4  The Vorbis General Audio Compressi
ii  libvorbisenc2  1.2.0.dfsg-4  The Vorbis General Audio Compressi

kdemultimedia-kio-plugins recommends no packages.

Versions of packages kdemultimedia-kio-plugins suggests:
ii  lame  3.98.2-0.4 LAME Ain't an MP3 Encoder

-- no debconf information



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



Bug#528449: minor bugs in the manpage

2009-05-14 Thread Junichi Uekawa
At Wed, 13 May 2009 01:51:05 +0200,
Christoph Anton Mitterer wrote:
 
 Package: dsh
 Severity: minor
 
 Hi.
 
 1) An utility to effectively do a for a in $(seq 1 10); do rsh $a  
 command; done in bourne shell. in the beginning is a little bit,..  
 well... I mean it's clear what you want to tell the reader,.. but rsh  
 1 command would be strange,... an apart from that dsh does not only  
 support rsh ;)

not quite sure I take that.
 
 2)
 From  version  0.21.4,  it  is possible to specify in the format of  
 usern...@machinename,usern...@machinename,usern...@machinename so
that multiple hosts can be specified with  
 comma-delimited values.
 As this is already the manpage in a version above 0.21.4, you could  
 remove that note IMHO, and add the syntax with username@ to the  
 beginning --machine | -m [machinename[,machinename]*]

NAK

 
 3) For perfection, it should be mentioned how the format for --group  
 files and machine.list ist,.. (the same as you write in the  
 description --file, I assume)... One could even make a separate  
 section for the syntax.

I don't quite get you??

 
 4)  --remoteshell
 Is there a default if none is specified and multiple are available? Or  
 is it (what I'd personally like the most) simply necessary to give  
 this somehow?

Default is 'rsh', maybe that should be documented.
Patch welcome.


 5) In the files section you always write $(HOME),.. is this valid  
 shell code? I think it should be either ~/. , or ${HOME}/. or $HOME/.


It's a valid Makefile construct, not quite sure if it should be a
valid shell code, I think the intention is clear.





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



Bug#527465: closed by Elimar Riesebieter riese...@lxtec.de (Re: [Pkg-alsa-devel] Bug#527465: /usr/sbin/alsaconf: Fails to configure Intel 82801G (ICH7))

2009-05-14 Thread axst

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

well, I'm running Lenny and I keep my system updated. Here goes:

$ sudo aptitude update
  [... my local repository with 2 packages I wrote myself ...]
  Hit http://ftp.de.debian.org lenny Release.gpg
  Get:3 http://volatile.debian.org lenny/volatile Release.gpg [189B]
  Hit http://ftp.de.debian.org lenny Release
  Get:4 http://volatile.debian.org lenny/volatile Release [40.7kB]
  Ign http://ftp.de.debian.org lenny/main Packages/DiffIndex
  Ign http://ftp.de.debian.org lenny/main Sources/DiffIndex
  Ign http://ftp.de.debian.org lenny/contrib Packages/DiffIndex
  Ign http://ftp.de.debian.org lenny/contrib Sources/DiffIndex
  Ign http://ftp.de.debian.org lenny/non-free Packages/DiffIndex
  Ign http://ftp.de.debian.org lenny/non-free Sources/DiffIndex
  Hit http://ftp.de.debian.org lenny/main Packages
  Hit http://security.debian.org lenny/updates Release.gpg
  Hit http://ftp.de.debian.org lenny/main Sources
  Hit http://ftp.de.debian.org lenny/contrib Packages
  Hit http://ftp.de.debian.org lenny/contrib Sources
  Hit http://ftp.de.debian.org lenny/non-free Packages
  Hit http://ftp.de.debian.org lenny/non-free Sources
  Hit http://security.debian.org lenny/updates Release
  Ign http://volatile.debian.org lenny/volatile/main Packages/DiffIndex
  Ign http://volatile.debian.org lenny/volatile/main Sources/DiffIndex
  Ign http://security.debian.org lenny/updates/main Packages/DiffIndex
  Hit http://volatile.debian.org lenny/volatile/main Packages
  Hit http://volatile.debian.org lenny/volatile/main Sources
  Ign http://security.debian.org lenny/updates/main Sources/DiffIndex
  Hit http://security.debian.org lenny/updates/main Packages
  Hit http://security.debian.org lenny/updates/main Sources
  Fetched 42.3kB in 0s (42.3kB/s)
  Reading package lists... Done

$ aptitude show alsa-utils
Package: alsa-utils
State: installed
Automatically installed: no
Version: 1.0.16-2
Priority: optional
Section: sound
Maintainer: Debian ALSA Maintainers pkg-alsa-de...@lists.alioth.debian.org
Uncompressed Size: 1958k
Depends: libasound2 ( 1.0.16), libc6 (= 2.7-1), libncurses5 (= 
5.6+20071006-3),
whiptail | dialog, module-init-tools, pciutils (= 1:2.1.11-4), python, lsb-base 
(=
3.0-9), linux-sound-base (= 1.0.15-1)
Recommends: alsa-base (= 1.0.15-1)
Conflicts: alsa-base ( 1.0.9b-3), udev ( 0.060)
Provides: audio-mixer
Description: ALSA utilities
This package contains utilities for configuring and using ALSA, including: 
o amixer: command line mixer

o alsamixer: curses mixer
o amidi: read from and write to ALSA RawMIDI ports
o aplay, arecord: command line playback and recording
o aplaymidi, arecordmidi: command line MIDI playback and recording
o aconnect, aseqnet, aseqdump: command line MIDI sequencer control

ALSA is the Advanced Linux Sound Architecture.
Homepage: http://www.alsa-project.org/

$ dpkg -L alsa-utils
[...]
/usr/sbin/alsaconf
[...]

So how should I update? And which tool should I use?

Please include version 1.0.19-1 in the repositories and the updating and the 
bug reports
will take care of themselves.

Axel

On Fri, 8 May 2009, Debian Bug Tracking System wrote:


It has been closed by Elimar Riesebieter riese...@lxtec.de.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iEYEARECAAYFAkoMAJsACgkQMiDYPOQNapE6GQCfaUuaye00uwWXcq3+T/NzOzDC
x90AoMPG3UOHJMR8ZcGy9JoKtPfeLgLq
=cEwd
-END PGP SIGNATURE-




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



Bug#528448: does not fully support interactive jobs when --wait-shell

2009-05-14 Thread Junichi Uekawa
At Wed, 13 May 2009 01:40:54 +0200,
Christoph Anton Mitterer wrote:
 
 Package: dsh
 Severity: normal
 
 Hi.
 
 I'm not sure if this is a bug, or my understanding of dsh is just wrong ^^
 
 It's clear that giving input to interactive programs (e.g. aptitude)  
 is quite difficult when doing concurrent execution (btw: what happens  
 with stdout in this case?! is it simply printed as it comes? ...  
 especially with curses-like stuff as aptitude this does not work).

Yes, --show-machines will prepend entries with machine name for
better readability, but it sucks when it comes to handling curses
programs.

You tried -i  option?

 
 But I'd have expected that in wait-shell mode this should work,...
 e.g. dsh -g someGroup -w -- aptitude
 would invoke aptitude on every machine (but not concurrently) giving  
 me the same output and input possibilities as if I'd have logged in  
 directly with ssh.

Strange, it should work, not quite sure with curses programs.  Without
-i or -M, input and output should be sent mostly verbatim, so should
work. Not quite sure why it's not working.








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



Bug#528650: libsndfile1: Potential heap overflow in all versions = 1.0.19

2009-05-14 Thread Erik de Castro Lopo
Package: libsndfile1
Severity: normal
Tags: patch


Potential heap overflow as described here:

http://www.mega-nerd.com/erikd/Blog/CodeHacking/libsndfile/rel_20.html

The blog post also links to patches for all versions of libsndfile from
1.0.15 to  1.0.19 inclusive.


-- 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/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to POSIX)
Shell: /bin/sh linked to /bin/bash



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



  1   2   3   4   >