Bug#597802: musescore: [armel] FTBFS due to QFloat / double / float confusion

2010-09-22 Thread SevenMachines
Package: musescore
Version: 0.9.6+dfsg-1
Severity: normal

Musecore has been failing to build on armel in ubuntu. See
https://bugs.edge.launchpad.net/ubuntu/+source/musescore/+bug/642117
Attached is a patch that fixes various qfloat/double/float confusion. Build
tested on sid i386 but not armel

thanks



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

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

Versions of packages musescore depends on:
ii  desktop-file-utils   0.15-2  Utilities for .desktop files
ii  gawk 1:3.1.7.dfsg-5  GNU awk, a pattern scanning and pr
ii  libasound2   1.0.23-1shared library for ALSA applicatio
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libgcc1  1:4.4.4-15  GCC support library
ii  libportaudio219+svn20071022-3+b2 Portable audio I/O - shared librar
ii  libqt4-designer  4:4.6.3-2   Qt 4 designer module
ii  libqt4-network   4:4.6.3-2   Qt 4 network module
ii  libqt4-script4:4.6.3-2   Qt 4 script module
ii  libqt4-scripttools   4:4.6.3-2   Qt 4 script tools module
ii  libqt4-svg   4:4.6.3-2   Qt 4 SVG module
ii  libqt4-xml   4:4.6.3-2   Qt 4 XML module
ii  libqtcore4   4:4.6.3-2   Qt 4 core module
ii  libqtgui44:4.6.3-2   Qt 4 GUI module
ii  libqtscript4-qtbindi 0.1.0-3 Qt Script bindings for Qt 4 - meta
ii  libsndfile1  1.0.21-3Library for reading/writing audio 
ii  libstdc++6   4.4.4-15The GNU Standard C++ Library v3
ii  musescore-common 0.9.6+dfsg-1Full featured WYSIWYG score editor
ii  musescore-soundfont- 0.9.6+dfsg-1Small GM SoundFont for MuseScore (
ii  xdg-utils1.0.2+cvs20100307-2 desktop integration utilities from
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

Versions of packages musescore recommends:
ii  pulseaudio-utils  0.9.21-3   Command line tools for the PulseAu

Versions of packages musescore suggests:
pn  fluid-soundfont-gm (no description available)

-- no debconf information
#! /bin/sh /usr/share/dpatch/dpatch-run
## armel-float-cast-fix.dpatch by Niall Creech 
##
## Author: Niall Creech 
## Description: Define alternative rxpos and rypos calls for armel to handle
##  its differenet QpointF rx() and ry() call return values. Ensure qMax
##  and qMin calls have equivalent argument types.
## Ubuntu-Bug: https://bugs.launchpad.net/ubuntu/+source/musecore/+bug/642117
@DPATCH@
diff -urNad musescore-0.9.6+dfsg~/mscore/mscore/beam.cpp musescore-0.9.6+dfsg/mscore/mscore/beam.cpp
--- musescore-0.9.6+dfsg~/mscore/mscore/beam.cpp	2010-06-07 22:26:55.0 +0100
+++ musescore-0.9.6+dfsg/mscore/mscore/beam.cpp	2010-09-22 08:54:45.0 +0100
@@ -786,7 +786,7 @@
 
 double x2 = npos.x();
 double y1 = npos.y();
-double y  = _up ? qMin(p1dy, _p1[idx].y()) : qMax(p1dy, _p1[idx].y());
+double y  = _up ? qMin(qreal(p1dy), _p1[idx].y()) : qMax(qreal(p1dy), _p1[idx].y());
 double y2 = y + (x2 - x1) * slope + cp.y();
 
 double stemLen = _up ? (y1 - y2) : (y2 - y1);
diff -urNad musescore-0.9.6+dfsg~/mscore/mscore/element.h musescore-0.9.6+dfsg/mscore/mscore/element.h
--- musescore-0.9.6+dfsg~/mscore/mscore/element.h	2010-06-07 22:26:55.0 +0100
+++ musescore-0.9.6+dfsg/mscore/mscore/element.h	2010-09-22 08:54:45.0 +0100
@@ -189,8 +189,13 @@
   void setPos(const QPointF& p)   { _pos = p;}
   void setPos(double x, double y) { _pos.rx() = x; _pos.ry() = y;}
   void movePos(const QPointF& p)  { _pos += p;   }
+#ifdef __arm__
+  float& rxpos() { return _pos.rx();}
+  float& rypos() { return _pos.ry();}
+#else
   double& rxpos() { return _pos.rx();}
   double& rypos() { return _pos.ry();}
+#endif
   virtual void move(double xd, double yd) { _pos += QPointF(xd, yd); }
   virtual void move(const QPointF& s) { _pos += s;   }
 
diff -urNad musescore-0.9.6+dfsg~/mscore/mscore/mscore.cpp musescore-0.9.6+dfsg/mscore/mscore/mscore.cpp
--- musescore-0.9.6+dfsg~/mscore/mscore/mscore.cpp	2010-09-22 08:54:44.0 +0100
+++ musescore-0.9.6+dfsg/mscore/mscore/mscore.cpp	2010-09-22 08:55:31.0 +0100
@@ -81,7 +81,7 @@
 
 QString dataPath;
 QPaintDevice* pdev;
-double PDPI, DPI, DPMM;
+qreal PDPI, DPI, DPMM;
 double SPATIUM;
 
 QString mscoreGlobalShare;
diff -urNad musescore-0.9.6+dfsg~/mscore/mscore/scoreview.cpp musescore-0.9

Bug#597801: jhbuild: long description is outdated

2010-09-22 Thread Tshepang Lekhonkhobe
Package: jhbuild
Version: 2.29.2-1
Severity: normal

There isn't a mention of git, but there is a mention of CVS.



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



Bug#597782: POD and DocBook sources are not (yet) in troff format [Was: Bug#597782: marked as pending]

2010-09-22 Thread James Vega
On Wed, Sep 22, 2010 at 11:15 PM, David Prévot  wrote:
> Le 22/09/2010 20:11, James Vega a écrit :
>> Bug #597782 reported by you has been fixed in the Git repository. You can
>> see the changelog below, and you can check the diff of the fix at:
>>
>>     http://git.debian.org/?p=devscripts/devscripts.git;a=commitdiff;h=40f7709
>
> Thanks for taking care so quickly of fixing this issue. Unfortunately,
> renaming the files doesn't fix it since the *.pl and *.dbk file are not
> in troff format, I guess that some target like the following one from
> scripts/Makefile should instead be executed in po4a/$lang (well just
> po4a/fr for the moment, with a s/Debian Utilities/Utilitaires Debian/
> for French witch may be retrieved from the PO file):

Ah, indeed.  Thanks for catching that.  I'll get to it tomorrow.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega 



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



Bug#325002: sqmi on which the the of

2010-09-22 Thread for The Attica
the reasons density Peter usually been is selection Dakota Northern



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



Bug#549290: Mailing/Email lists for sale

2010-09-22 Thread Minor ^ Carmine
To find out what we have more specifically please contact me at this email 
address: qualityli...@gmx.com I will be happy to send you a catalog and more 
details for all our lists.

  




to get off please email purgef...@gmx.com
  







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



Bug#597555: vzctl: Please fix environment for "exec" and "enter" (HOME / HISTFILE)

2010-09-22 Thread Ola Lundqvist
Hi Daniel

On Thu, Sep 23, 2010 at 07:59:55AM +0200, Daniel Hahler wrote:
> Hi Ola,
> 
> > I think I will wait for upstream to propose their change for this.
> 
> Fair enough, I will carry the patch for myself then (via Launchpad PPA,
> https://launchpad.net/~blueyed/+archive/ppa in case somebody is interested).
> 
> I would like to get feedback on this though: is the HISTFILE fix done
> properly?

Not sure. I have to check that again.

> And unfortunately the upstream bug is so old already, that I forgot
> about reporting it myself already (or rather that I had patched this).

I see. I'll send a question to upstream about it.

> > Just for my own couriousity, why would you run bazarr with
> > vzctl exec?
> 
> It gets called via etckeeper, a VCS based program to keep your /etc
> history; I am still using Bazaar (instead of Git) in most containers.
> Doing e.g. "vzctl enter $ID --exec aptitude upgrade" would call Bazaar
> then when committing changes.

Nice function! Looks useful to me.

Best regards,

// Ola

> 
> -- 
> Thanks,
> Daniel
> 
> http://daniel.hahler.de/
> 

-- 
 --- Inguza Technology AB --- MSc in Information Technology 
/  o...@inguza.comAnnebergsslingan 37\
|  o...@debian.org   654 65 KARLSTAD|
|  http://inguza.com/Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---



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



Bug#549290: We have lists with emails for doctors, lawyers, businesses and many more

2010-09-22 Thread photon Weeks
We have many different lists in the Healthcare, Business, Consumer and 
Professional areas. To find out what we have more specifically please contact 
me at this email address: qualityli...@gmx.com I will be happy to send you a 
catalog and more details for all our lists.

  




email purgef...@gmx.com for delisting
  








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



Bug#597800: skyeye: [ARMEL] FTBFS: open with O_CREAT in second argument needs 3 arguments

2010-09-22 Thread SevenMachines
Package: skyeye
Version: 1.2.5-2.1
Severity: normal

Hi, skyeye build on armel  in ubuntu has been failing with an error...
'__open_missing_mode' declared with attribute error: open with O_CREAT in
second argument needs 3 arguments

This has been fixed using the changes attached. These changes are also in
skyeye svn.

thanks



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

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

Versions of packages skyeye depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib

skyeye recommends no packages.

skyeye suggests no packages.

-- no debconf information
--- skyeye-1.2.5.orig/device/nandflash/nandflash_smallblock.c
+++ skyeye-1.2.5/device/nandflash/nandflash_smallblock.c
@@ -516,7 +516,7 @@
 #endif
nf->writebuffer=(u8*)malloc(dev->pagedumpsize);
//nf->memsize=528*32*4096;
-   if ((nf->fdump= open(dev->dump, FILE_FLAG)) < 0)
+   if ((nf->fdump= open(dev->dump, FILE_FLAG,  S_IRUSR |S_IWUSR )) < 0)
{
free(nf);
printf("error open nandflash dump!\n");


Bug#595278: vzctl: Install udev rules into /lib/udev/rules.d

2010-09-22 Thread Ola Lundqvist
Ok, thanks for the information.

// Ola

On Thu, Sep 23, 2010 at 07:55:43AM +0200, Daniel Hahler wrote:
> > Do you have any reason for actually installing this udev rule
> > at all. As far as I have understood it is totally useless. It was
> > actually removed by the solution of bugs.debian.org/520190.
> 
> No, there is no particular reason - I had not investigated if this was
> still being required (and the patch/change has been done not by myself).
> 
> -- 
> Thanks,
> Daniel
> 
> http://daniel.hahler.de/
> 

-- 
 --- Inguza Technology AB --- MSc in Information Technology 
/  o...@inguza.comAnnebergsslingan 37\
|  o...@debian.org   654 65 KARLSTAD|
|  http://inguza.com/Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---



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



Bug#597799: installation-report: GPT related issues

2010-09-22 Thread Mike Hommey
Package: installation-reports
Version: 2.42
Severity: important
Tags: squeeze



-- Package-specific info:

Boot method: network
Image version: 
http://ftp.nl.debian.org/debian/dists/lenny/main/installer-amd64/current/images/netboot/gtk/netboot.tar.gz
 17:58 26-06-10
Date: 22-09-2010

Machine: Custom-made i7 machine


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[E]
Configure network:  [O]
Detect CD:  [ ]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [E]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[E]

Comments/Problems:

First, a little digression about the network card. The on-board network
controller is a Realtek controller for which the installer told me I needed
a non-free firmware. It happens that answering "No" left the network...
working. It would have been helpful if the installer told me the network
may still work without the firmware.

Back to the core of my issues. I went through a manual partitionning, and
didn't create a boot partition for the grub core image, assuming I was
creating an MBR partition. It turned out, in the end, that GRUB failed
because of that, because the partition table was GPT. I didn't see anything
about GPT being used (or maybe wasn't paying too much attention), and surely
the partitioner could issue a warning that no such partition was created and
that the risk is that GRUB can't be installed.

Other than that, everything went fine. Awesome installer.

Thanks

Mike

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="6.0 (squeeze) - installer build 20100912"
X_INSTALLATION_MEDIUM=netboot-gtk

==
Installer hardware-summary:
==
uname -a: Linux goemon 2.6.32-5-amd64 #1 SMP Thu Aug 12 13:01:50 UTC 2010 
x86_64 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DMI 
[8086:d131] (rev 11)
lspci -knn: Subsystem: Micro-Star International Co., Ltd. Device [1462:7588]
lspci -knn: 00:03.0 PCI bridge [0604]: Intel Corporation Core Processor PCI 
Express Root Port 1 [8086:d138] (rev 11)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:08.0 System peripheral [0880]: Intel Corporation Core Processor 
System Management Registers [8086:d155] (rev 11)
lspci -knn: Subsystem: Device [0062:0088]
lspci -knn: 00:08.1 System peripheral [0880]: Intel Corporation Core Processor 
Semaphore and Scratchpad Registers [8086:d156] (rev 11)
lspci -knn: Subsystem: Device [0062:0088]
lspci -knn: 00:08.2 System peripheral [0880]: Intel Corporation Core Processor 
System Control and Status Registers [8086:d157] (rev 11)
lspci -knn: Subsystem: Device [0062:0088]
lspci -knn: 00:08.3 System peripheral [0880]: Intel Corporation Core Processor 
Miscellaneous Registers [8086:d158] (rev 11)
lspci -knn: Subsystem: Device [0062:0088]
lspci -knn: 00:10.0 System peripheral [0880]: Intel Corporation Core Processor 
QPI Link [8086:d150] (rev 11)
lspci -knn: Subsystem: Device [0062:0088]
lspci -knn: 00:10.1 System peripheral [0880]: Intel Corporation Core Processor 
QPI Routing and Protocol Registers [8086:d151] (rev 11)
lspci -knn: Subsystem: Device [0062:0088]
lspci -knn: 00:1a.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 
Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 05)
lspci -knn: Subsystem: Micro-Star International Co., Ltd. Device [1462:7588]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series 
Chipset High Definition Audio [8086:3b56] (rev 05)
lspci -knn: Subsystem: Micro-Star International Co., Ltd. Device [1462:7588]
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series 
Chipset PCI Express Root Port 1 [8086:3b42] (rev 05)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.5 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series 
Chipset PCI Express Root Port 6 [8086:3b4c] (rev 05)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.6 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series 
Chipset PCI Express Root Port 7 [8086:3b4e] (rev 05)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.7 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series 
Chipset PCI Express Root Port 8 [8086:3b5

Bug#597555: vzctl: Please fix environment for "exec" and "enter" (HOME / HISTFILE)

2010-09-22 Thread Daniel Hahler
Hi Ola,

> I think I will wait for upstream to propose their change for this.

Fair enough, I will carry the patch for myself then (via Launchpad PPA,
https://launchpad.net/~blueyed/+archive/ppa in case somebody is interested).

I would like to get feedback on this though: is the HISTFILE fix done
properly?

And unfortunately the upstream bug is so old already, that I forgot
about reporting it myself already (or rather that I had patched this).

> Just for my own couriousity, why would you run bazarr with
> vzctl exec?

It gets called via etckeeper, a VCS based program to keep your /etc
history; I am still using Bazaar (instead of Git) in most containers.
Doing e.g. "vzctl enter $ID --exec aptitude upgrade" would call Bazaar
then when committing changes.


-- 
Thanks,
Daniel

http://daniel.hahler.de/



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



Bug#593759: Freeze exception for Ampache

2010-09-22 Thread Adam D. Barratt
On Wed, 2010-09-22 at 17:01 -0500, Charlie Smotherman wrote:
> > That looks much better; thanks.  Please feel free to upload that
> > version.
> >
> > Regards,
> >
> > Adam
> 
> Uploaded :)

and unblocked.

Regards,

Adam




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



Bug#595278: vzctl: Install udev rules into /lib/udev/rules.d

2010-09-22 Thread Daniel Hahler
> Do you have any reason for actually installing this udev rule
> at all. As far as I have understood it is totally useless. It was
> actually removed by the solution of bugs.debian.org/520190.

No, there is no particular reason - I had not investigated if this was
still being required (and the patch/change has been done not by myself).

-- 
Thanks,
Daniel

http://daniel.hahler.de/



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



Bug#597677: Please add Jeffrey Horner as a Debian Maintainer

2010-09-22 Thread Aníbal Monsalve Salazar
package debian-maintainers
tags 597677 + moreinfo
stop

On Tue, Sep 21, 2010 at 10:09:50PM -0500, Jeffrey Horner wrote:
>Package: debian-maintainers
>
>Please add Jeffrey Horner to the Debian Maintainer keyring.
>
>Thanks,
>
>Jeffrey

Your jetring changeset has no DD signatures.

gpg --homedir ~/.gnupg-test/ --list-sigs A4D1B68E
pub   4096R/A4D1B68E 2010-09-20
uid  Jeffrey Horner 
sig 3A4D1B68E 2010-09-20  Jeffrey Horner 
sub   4096R/83A67899 2010-09-20
sig  A4D1B68E 2010-09-20  Jeffrey Horner 

Also, I couldn't download your key A4D1B68E from a couple of keyservers.
Did you uploaded it to a keyserver? Which one?

At http://pgp.net.nz:11371/pks/lookup?op=vindex&fingerprint=on&search=0xA4D1B68E
it gives me:

  Error handling request
  Error handling request: No keys found


signature.asc
Description: Digital signature


Bug#344563: FBS in original in

2010-09-22 Thread by
Albums The operating a and



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



Bug#597788: unblock: hyperestraier/1.4.13-2

2010-09-22 Thread Adam D. Barratt
On Thu, 2010-09-23 at 08:34 +0900, KURASHIKI Satoru wrote:
> Please unblock package hyperestraier. 1.4.13-2 basically
> fixes FTBFS bugs introduced in 1.4.13-1.

That's a fairly broad definition of "basically", given this:

> hyperestraier (1.4.13-2) unstable; urgency=low
[...]
>   * libestraier-ruby-doc:
> new package. split ruby api documentation.

Introducing new packages during freeze is not particularly helpful;
tying an RC-bug fix up with it less so still.

As 1.4.13-1 never managed to migrate to testing due to the FTBFS bugs,
afaics none of the bugs fixed in -2 are regressions from the version
currently in Squeeze; I'm debating whether we should therefore just
leave 1.4.9-1.4 in Squeeze.

Regards,

Adam




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



Bug#96856: an newsreel Congress First basis Ulster which

2010-09-22 Thread the that
bass by Jennifer and owner legion



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



Bug#212254: under Recruitment battle in context

2010-09-22 Thread Gerrie known
meanings billiards was owned



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



Bug#304961: contrast Chinese short rule Examples because

2010-09-22 Thread and Longyin this
mainly the the



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



Bug#597798: lists.debian.org: request for debian-l10n-chinese mailing list

2010-09-22 Thread Kan-Ru Chen
Package: lists.debian.org
Severity: wishlist

Name

  debian-l10n-chin...@lists.debian.org

Rationale

  To make this list the collaboration central of Chinese localization
  team. Currently the localization contributors are scattered, makes it
  hard to share experiences and information.

Short description

  Chinese Localization

Long description

  Discussing Chinese localization issues, mainly translating Debian
  docs and programs to Chinese.

Category

  Internationalization and Translations

Subscription Policy

  Open

Post Policy

  Open

Web Archive

  Yes


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

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



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



Bug#310062: in of some villages

2010-09-22 Thread the Lucas
minerals Sugar on world or The economic report



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



Bug#597434: Fixe for courier IMAP_ULIMITD

2010-09-22 Thread Thomas Goirand
Hi,

Here's a patch to fix the issue. Do you agree that is the way to fix it,
and would you accept that I NMU this fix, so that it has a chance to get
into Squeeze soon?

Thomas Goirand (zigo)
--- courier-0.65.0.orig/debian/rules	2010-09-23 04:48:42.0 +
+++ courier-0.65.0/debian/rules	2010-09-23 04:48:05.0 +
@@ -205,6 +205,7 @@
 # - start daemons by default
 	perl -i -pe 's/^POP3DSTART=NO/POP3DSTART=YES/' $(BUILD)/etc/courier/pop3d
 	perl -i -pe 's/^MAXPERIP=\d+/MAXPERIP=20/; s/^IMAPDSTART=NO/IMAPDSTART=YES/' $(BUILD)/etc/courier/imapd
+	perl -i -pe 's/^IMAP_ULIMITD=\d+/IMAP_ULIMITD=132072/;' $(BUILD)/etc/courier/imapd
 # - change default LDAP server
 	perl -i -pe 's/^(LDAP_SERVER\s+)ldap.example.com/$$1localhost/' $(BUILD)/etc/courier/ldapaliasrc
 	perl -i -pe 's/^POP3DSSLSTART=NO/POP3DSSLSTART=YES/' $(BUILD)/etc/courier/pop3d-ssl


Bug#597797: youtube-dl: does not work with bit.ly

2010-09-22 Thread Matt Kraai
Package: youtube-dl
Version: 2010.08.04-1
Severity: wishlist

Hi,

Would you please add support for the bit.ly URL shortening service?
Here's what currently happens if I try to use a bit.ly URL:

 $ youtube-dl http://bit.ly/c6fw7j
 WARNING: Falling back on generic information extractor.
 [generic] c6fw7j: Downloading webpage
 ERROR: Invalid URL: http://bit.ly/c6fw7j

I wish youtube-dl would realize that this URL redirects to

 http://www.youtube.com/watch?v=Rj6Mh0lwZAQ

and download the video from that page.

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

Kernel: Linux 2.6.32-5-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 youtube-dl depends on:
ii  python2.6.6-1interactive high-level object-orie

youtube-dl recommends no packages.

Versions of packages youtube-dl suggests:
pn  rtmpdump   (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#597786: Consider blacklisting brcm80211

2010-09-22 Thread Cyril Lacoux
Le jeudi 23 septembre 2010 03:25:28, vous avez écrit :

> In version 2.6.32-22 of linux-2.6 we added the driver brcm80211,
> which covers the same hardware as broadcom-sta but is not yet as
> stable.
> 
> You may wish to include a modprobe configuration file to blacklist
> brcm80211, so that users who prefer to use broadcom-sta can reliably
> do so.

Ok, I will add that, thanks for the tip.

Since you are member of kernel team let me ask you something related to 
blacklisting :
I recently changed the way that b4* and ssb are blacklisted using blacklist 
instead of modprobe -r, but some users now complain that this is not working 
because they forgot to rebuild the initrd file (See #545388, #565812 and 
#591869).
So the question is : can I safely rebuild initrd file in postinst ?

Some thing like that should do the trick, shouldn't it ?
if [ -x /usr/sbin/update-initramfs ]; then
update-initramfs -u
fi

Thanks.

Regards,
-- 
Cyril Lacoux



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



Bug#40453: sister United of are von the to

2010-09-22 Thread Routledge long Japanese
to does Township Kant Goc the Thonburi overall public



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



Bug#597782: POD and DocBook sources are not (yet) in troff format [Was: Bug#597782: marked as pending]

2010-09-22 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tag 597782 - pending
thanks

Hi,

Le 22/09/2010 20:11, James Vega a écrit :
> Bug #597782 reported by you has been fixed in the Git repository. You can
> see the changelog below, and you can check the diff of the fix at:
> 
> http://git.debian.org/?p=devscripts/devscripts.git;a=commitdiff;h=40f7709

Thanks for taking care so quickly of fixing this issue. Unfortunately,
renaming the files doesn't fix it since the *.pl and *.dbk file are not
in troff format, I guess that some target like the following one from
scripts/Makefile should instead be executed in po4a/$lang (well just
po4a/fr for the moment, with a s/Debian Utilities/Utilitaires Debian/
for French witch may be retrieved from the PO file):

- -->%

%.1: %.pl
podchecker $<
pod2man --center=" " --release="Debian Utilities" $< > $@
%.1: %.dbk
xsltproc --nonet -o $@ \

/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<

devscripts.1: devscripts.1.in
cat $+ > $@
perl ../debian/genmanpage.pl >> $@

- --%<

I must admit that I'm not well aware of how Makefile works, so I'm not
able to provide you a useful patch, sorry about that.

Cheers

David

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

iEYEARECAAYFAkyaxj8ACgkQ18/WetbTC/rVAACfTkmiXN2OcifOCjR+pTFocsxX
Jy4An12Er7qhKLV05PgzfK5Fekqsietv
=GUoL
-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#491723: Status.net Debian Package

2010-09-22 Thread Evan Prodromou
So, I realize my previous email was too confrontational.

I guess what I'm saying is there are some tough issues; I'd like to get
them resolved; and it will take a number of people to do it.

Can we work together on this?

-Evan



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


Bug#597265: libfluidsynth-dev is not installable with Jack2 installed.

2010-09-22 Thread Robert Auxonne

I've got the same problem when i try to install it on sid amd64 :

# aptitude install libfluidsynth-dev 
Les NOUVEAUX paquets suivants vont être installés : 
libcelt-dev{a} [0.7.1-1] <+201kB> (D: libjack-dev) 
libffado-dev{a} [2.0.1+svn1856-2] <+90,1kB> (D: libjack-dev) 
libfluidsynth-dev [1.1.1-4+b1] <+934kB> 
libfluidsynth1{a} [1.1.1-4+b1] <+500kB> (D: libfluidsynth-dev) 
libjack-dev{a} [1:0.118+svn3796-7] <+1 454kB> (D: libfluidsynth-dev) 
libjack0{ab} [1:0.118+svn3796-7] <+160kB> (E: libjack-0.116) 
liblash-dev{a} [0.5.4.0-2+b1] <+184kB> (D: libfluidsynth-dev) 
libreadline-dev{a} [6.1-3] (D: libfluidsynth-dev) 
libreadline6-dev{a} [6.1-3] <+778kB> (D: liblash-dev, D: libreadline-dev) 
uuid-dev{a} [2.17.2-3.1] <+188kB> (D: liblash-dev) 
Les paquets suivants sont SUGGÉRÉS mais ne seront pas installés :
jackd1 (S: libjack0) 
0 paquets mis à jour, 10 nouvellement installés, 0 à enlever et 0 non mis à 
jour.
Il est nécessaire de télécharger 1 238ko d'archives. Après dépaquetage, 4 489ko 
seront utilisés.
Les paquets suivants ont des dépendances non satisfaites :
libjack-jackd2-dev: Est en conflit avec: libjack-dev mais 1:0.118+svn3796-7 
doit être installé.
libjack0: Est en conflit avec: libjack-0.116 qui est un paquet virtuel
libjack-jackd2-0: Est en conflit avec: libjack-0.116 qui est un paquet virtuel
Est en conflit avec: libjack0 mais 1:0.118+svn3796-7 doit être installé.
Les actions suivantes permettront de résoudre ces dépendances :

Supprimer les paquets suivants :
1) ardour 
2) jackd 
3) jackd2 
4) jackd2-firewire 
5) jamin 
6) libjack-jackd2-0 
7) libjack-jackd2-dev 
8) slv2-jack 
9) timemachine 





Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ?
Je crée ma boîte mail www.laposte.net




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



Bug#597478: [Pkg-fglrx-devel] Bug#597478: fails to build kernel module on amd64

2010-09-22 Thread Michael Gilbert
On Wed, 22 Sep 2010 21:42:45 -0500 Chris Lawrence wrote:

> Package: fglrx-source
> Version: 1:10-9-2
> Severity: normal
> 
> I am experiencing the same problem with fglrx-source 1:10-9-2; here's
> the log from my build using module-assistant:
> 
> === LOG SNIPPET BEGINS ===
> Extracting the package tarball, /usr/src/fglrx.tar.bz2, please wait...
> "/usr/share/modass/packages/fglrx-source" build KVERS=2.6.35.5 
> KSRC=/lib/modules/2.6.35.5/source KDREV=2:1 kdist_image
> /usr/bin/make  -f debian/rules clean
> make[1]: Entering directory `/usr/src/modass/usr_src/modules/fglrx'
> dh_testroot
> rm -f configure-stamp
> rm -f fglrx.ko fglrx.mod.c *.o libfglrx_ip.a
> rm -f .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
> rm -rf .tmp_versions
> rm -rf patch
> dh_clean
> rm -f /usr/src/modass/usr_src/modules/fglrx/debian/control
> rm -f /usr/src/modass/usr_src/modules/fglrx/debian/dirs
> make[1]: Leaving directory `/usr/src/modass/usr_src/modules/fglrx'
> /usr/bin/make  -f debian/rules binary_modules
> make[1]: Entering directory `/usr/src/modass/usr_src/modules/fglrx'
> if [ -f /usr/src/modass/usr_src/modules/fglrx/debian/control.template ]; then 
> \
>   cat 
> /usr/src/modass/usr_src/modules/fglrx/debian/control.template > 
> /usr/src/modass/usr_src/modules/fglrx/debian/control; \
>   fi
> dh_testdir
> touch configure-stamp
> dh_testdir
> /usr/bin/make -C /lib/modules/2.6.35.5/source 
> SUBDIRS=/usr/src/modass/usr_src/modules/fglrx modules
> make[2]: Entering directory `/home/quango/src/linux-2.6.35.5'
> grep: /usr/src/linux-headers-2.6.35.5/Module.symvers: No such file or 
> directory
>   CC [M]  /usr/src/modass/usr_src/modules/fglrx/firegl_public.o
>   CC [M]  /usr/src/modass/usr_src/modules/fglrx/kcl_acpi.o
>   CC [M]  /usr/src/modass/usr_src/modules/fglrx/kcl_agp.o
>   CC [M]  /usr/src/modass/usr_src/modules/fglrx/kcl_debug.o
>   CC [M]  /usr/src/modass/usr_src/modules/fglrx/kcl_ioctl.o
> /usr/src/modass/usr_src/modules/fglrx/kcl_ioctl.c: In function 
> ‘KCL_IOCTL_AllocUserSpace32’:
> /usr/src/modass/usr_src/modules/fglrx/kcl_ioctl.c:200: error: implicit 
> declaration of function ‘compat_alloc_user_space’
> /usr/src/modass/usr_src/modules/fglrx/kcl_ioctl.c:200: warning: assignment 
> makes pointer from integer without a cast
> make[3]: *** [/usr/src/modass/usr_src/modules/fglrx/kcl_ioctl.o] Error 1
> make[2]: *** [_module_/usr/src/modass/usr_src/modules/fglrx] Error 2
> make[2]: Leaving directory `/home/quango/src/linux-2.6.35.5'
> make[1]: *** [build] Error 2
> make[1]: Leaving directory `/usr/src/modass/usr_src/modules/fglrx'
> make: *** [kdist_image] Error 2
> BUILD FAILED!
> See 
> /usr/src/modass/var_cache_modass/fglrx-source.buildlog.2.6.35.5.1285208769 
> for details.
> Build failed. Press Return to continue...
> === LOG SNIPPET ENDS ===
> 
> I think the problem can be traced to line 69 of the Makefile.  For a
> locally-built kernel, /usr/src/kernel-headers-$(KERNELRELEASE) won't
> exist.  So the test probably should look something like:
> 
> -DARCH_COMPAT_ALLOC_USER_SPACE=$(shell if grep -q compat_alloc_user_space 
> /usr/src/linux-headers-$(KERNELRELEASE)/Module.symvers 
> /lib/modules/$(KERNELRELEASE)/build/Module.symvers ; then echo 1 ; else echo 
> 0 ; fi)

do all locally built kernels have their headers in
/lib/modules/$(KERNELRELEASE)/build/?  if so, i can just use that
accross the board since linux-headers packages also provides that.

thanks for the info,
mike



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



Bug#597796: libopensync1exp7-dev: Inclusion of opensync.h causes build errors with gcc 4.4

2010-09-22 Thread Eckhart Wörner
Package: libopensync1exp7-dev
Version: 0.39-4
Severity: important
Tags: patch

gcc 4.4 preprocessor is more strict about the #elif directive, see 
http://www.cyrius.com/journal/gcc/gcc-4.4-preprocessor-errors for details.

This causes programs which include opensync.h header file (either directly or 
indirectly) to not build using gcc 4.4

The attached patch fixes those build errors.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

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

Versions of packages libopensync1exp7-dev depends on:
ii  libglib2.0-dev  2.24.2-1 Development files for the GLib lib
ii  libopensync1exp70.39-4   Synchronisation framework for emai
ii  libsqlite3-dev  3.7.2-1  SQLite 3 development files
ii  libxml2-dev 2.7.7.dfsg-4 Development files for the GNOME XM

libopensync1exp7-dev recommends no packages.

libopensync1exp7-dev suggests no packages.

-- no debconf information
--- opensync.h.backup	2010-09-23 02:58:55.0 +0200
+++ opensync.h	2010-09-23 02:59:51.0 +0200
@@ -45,11 +45,11 @@
 #define __func__ __FUNCTION__
 #define OSYNC_EXPORT __declspec(dllexport)
 
-#elif __GNUC__ 
+#elif defined(__GNUC__)
 #include 
 #define OSYNC_EXPORT __attribute__ ((visibility("default")))
 
-#elif __sun 
+#elif defined(__sun)
 #include 
 #define OSYNC_EXPORT __global 
 


Bug#491723: Status.net Debian Package

2010-09-22 Thread Evan Prodromou
I don't know who you are, what other packages you're familiar with, and
why you want to take this on now.

You don't seem to have done any other Web or PHP packages. Is that true?

What's your familiarity with StatusNet?

I'd be happy to see you help out with the git project -- we need some
energy -- but I'm not happy with you taking away the package.

-Evan



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


Bug#595801: same thing in upgraded vm

2010-09-22 Thread Mark Hedges

On Wed, 22 Sep 2010, Peter Palfrader wrote:

> On Wed, 22 Sep 2010, Yaroslav Halchenko wrote:
>
> > just my .1 cents which might be misleading
> > > > I'm getting this same error in an VM that I just upgraded
> > > > from stable (Lenny) to testing (Squeeze).  It won't go away.
> > > Of course not.  But this is not a bug in snapshot.
> > > It's, if anything, a missing feature in apt.
> > or
> > http://en.wikipedia.org/wiki/Proxy_server#Intercepting_proxy_server
> >
> > which could be overcome with
> > -o Acquire::http::No-Cache=True

hed...@vm6:~$ sudo apt-get -o Acquire::http::No-Cache=True update
Get:1 http://ftp.us.debian.org testing Release.gpg [835B]
Get:2 http://security.debian.org testing/updates Release.gpg [835B]
Ign http://security.debian.org/ testing/updates/main Translation-en
Ign http://security.debian.org/ testing/updates/main Translation-en_US
Ign http://ftp.us.debian.org/debian/ testing/main Translation-en
Ign http://ftp.us.debian.org/debian/ testing/main Translation-en_US
Hit http://security.debian.org testing/updates Release
E: Release file expired, ignoring 
http://security.debian.org/dists/testing/updates/Release (invalid since 20d 12h 
54min 0s)
hed...@vm6:~$ sudo aptitude -o Acquire::http::No-Cache=True update
Get:1 http://ftp.us.debian.org testing Release.gpg [835B]
Ign http://ftp.us.debian.org/debian/ testing/main Translation-en
Ign http://ftp.us.debian.org/debian/ testing/main Translation-en_US
Get:2 http://security.debian.org testing/updates Release.gpg [835B]
Ign http://security.debian.org/ testing/updates/main Translation-en
Get:3 http://ftp.us.debian.org testing Release [89.9kB]
Ign http://security.debian.org/ testing/updates/main Translation-en_US
Hit http://security.debian.org testing/updates Release
E: Release file expired, ignoring 
http://security.debian.org/dists/testing/updates/Release (invalid since 20d 12h 
54min 13s)

> Wait.  You aren't even using snapshot URLs.  What are you doing in this
> bug report? :)

Sorry.  This was the only place I found this error anywhere.
What package should I file it against?  apt?

> What you have does indeed look like a broken proxy.  It
> has nothing to do with the original issue reported here
> tho.

Nope, the network does not use a proxy, and it uses a simple
outbound route.

Are you sure your bug is really in snapshot, that there
isn't something else going on here?

Mark



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



Bug#491723: Status.net Debian Package

2010-09-22 Thread Brenda Wallace
No objectins from me.. there is something already on git.debian.org
you can start from.

On Thu, Sep 23, 2010 at 1:06 PM, Leo 'costela' Antunes
 wrote:
> Hey,
>
> Just another ping regarding the Status.net Debian package.
> The ownership of the bug has been bouncing around for the last few
> months without any visible manifestation of progress, so I thought I
> might try my hand at it, but before that I wanted to make sure there's
> no ongoing work by someone else.
>
> So, any concrete objections?
>
>
> Cheers
>
> --
> Leo "costela" Antunes
> [insert a witty retort here]
>
>



-- 
Kotahi tamaiti, Kotahi rorohiko iti: Aotearoa
http://laptop.org.nz



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



Bug#597795: libconfig-model-tkui-perl: Wrong display of Unicode characters.

2010-09-22 Thread Charles Plessy
Package: libconfig-model-tkui-perl
Version: 1.310-1
Severity: normal

Dear Dominique,

while testing the DEP-5 parser, I found that some Unicode characters were not
properly displayed.

For instance, I have the following field:

X-Comment: On Debian systems, the complete text of the GNU General Public 
License
 version 2 can be found in ‘/usr/share/common-licenses/GPL-2’.

The window ‘View: X-Comment’ then displays:

On Debian systems, the complete text of the GNU General Public License
version 2 can be found in ‘/usr/share/common-licenses/GPL-2’.

Cheers,

-- Charles Plessy, Tsurumi, Kanagawa, Japan

-- 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.32-5-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/dash

Versions of packages libconfig-model-tkui-perl depends on:
ii  libconfig-model-perl 1.209-1 module for describing and editing 
ii  libexception-class-perl  1.24-1  a module that allows you to declar
ii  liblog-log4perl-perl 1.29-1  A Perl port of the widely popular 
ii  libpod-pom-perl  0.27-1  module providing a Pod Object Mode
ii  libtk-dirselect-perl 1.12-1  cross-platform directory selection
ii  perl 5.10.1-14   Larry Wall's Practical Extraction 
ii  perl-tk  1:804.029-1 Perl module providing the Tk graph

libconfig-model-tkui-perl recommends no packages.

Versions of packages libconfig-model-tkui-perl suggests:
pn  libtk-objscanner-perl  (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#597794: libconfig-model-perl: Needs higher libparse-recdescent-perl than 1.95.1+dfsg-3.

2010-09-22 Thread Charles Plessy
Package: libconfig-model-perl
Version: 1.209-1
Severity: normal

Dear Dominique,

thank you very much for your work on parsing DEP-5. I had a try on my system,
and first encountered the following error:

You should install Config::Model::TkUI or Config::Model::CursesUI for a more 
friendly user interface
Parse::RecDescent version 1.9 required--this is only version 1.95.1 at 
/usr/share/perl5/Config/Model/ValueComputer.pm line 37.
BEGIN failed--compilation aborted at 
/usr/share/perl5/Config/Model/ValueComputer.pm line 37.
Compilation failed in require at /usr/share/perl5/Config/Model/WarpedThing.pm 
line 36.
BEGIN failed--compilation aborted at 
/usr/share/perl5/Config/Model/WarpedThing.pm line 36.
Compilation failed in require at (eval 253) line 3.
...propagated at /usr/share/perl/5.10/base.pm line 93.
BEGIN failed--compilation aborted at /usr/share/perl5/Config/Model/AnyId.pm 
line 39.
Compilation failed in require at (eval 252) line 3.
...propagated at /usr/share/perl/5.10/base.pm line 93.
BEGIN failed--compilation aborted at /usr/share/perl5/Config/Model/HashId.pm 
line 42.
Compilation failed in require at /usr/share/perl5/Config/Model/Node.pm line 464.

After upgrading from 1.95.1+dfsg-3 (Lenny) to 1.965001+dfsg-1, the problem
disapeared. I do not know it versions higher than 1.95 are really needed, or if
it more a bug in the parsing of the version number…

Have a nice day,

-- Charles Plessy, Tsurumi, Kanagawa, Japan

-- 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.32-5-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/dash

Versions of packages libconfig-model-perl depends on:
ii  libcarp-assert-more-perl 1.12-2  Convenience wrappers for libcarp-a
ii  libexception-class-perl  1.24-1  a module that allows you to declar
ii  liblog-log4perl-perl 1.29-1  A Perl port of the widely popular 
ii  libmoose-perl1.12-1  modern Perl object system framewor
ii  libparse-recdescent-perl 1.965001+dfsg-1 Perl module to create and use recu
ii  libyaml-perl 0.71-1  YAML Ain't Markup Language
ii  perl 5.10.1-14   Larry Wall's Practical Extraction 

libconfig-model-perl recommends no packages.

Versions of packages libconfig-model-perl suggests:
ii  libterm-readline-gnu-perl 1.19-2 Perl extension for the GNU Readlin

-- 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#597793: unblock: pdsh/2.18-7

2010-09-22 Thread Brian Pellin
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package pdsh

The version in unstable contains an update to fix an important severity bug 
594884.

unblock pdsh/2.18-7

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

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



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



Bug#590150: Logwatch doesn't detect freshclam.log

2010-09-22 Thread Andrew Pam
I had the same problem with Debian lenny, but used a slightly different
solution:

$ThisLine =~ s/^... ... .. ..:..:..  -> //; # Remove timestamps

Andrew



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



Bug#597783: [Pkg-fglrx-devel] Bug#597783: fglrx-source: fails to build with locally built kernel

2010-09-22 Thread Michael Gilbert
severity 597783 grave
thanks

On Thu, 23 Sep 2010 01:00:38 +0200 Michel Casabona wrote:

> Package: fglrx-source
> Version: 1:10-9-2
> Severity: normal
> 
> Hi,
> 
> Thanks for the fix to #597478. However the module fails to build using a
> locally built kernel because there is no file 
> /usr/src/linux-headers-$(KERNELRELEASE)/Module.symvers
> but /usr/src/linux-source-$(KERNELRELEASE)/Module.symvers instead.

do you have a /lib/modules/$(KERNELRELEASE)/build symlink?  are your
sources originally in /usr/src/linux?  would you mind helping me find a
consistent path to that file?

mike



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



Bug#525549: Difficult to see how this could occur

2010-09-22 Thread Don Armstrong
On Thu, 23 Sep 2010, Sam Morris wrote:
> On Mon, 2010-09-13 at 23:38 -0700, Don Armstrong wrote:
> > Can you try this with a more recent version of gnucash (at least
> > 2.2.9-6), and also with --debug on? (You should see output like
> > "unlink lock file: blah", etc.)
> 
> This has remained quite reproducible for me with 2.2.9-7~squeeze1. The
> trick is to let a few backup/log files accumulate over a few days, then
> save the account file.
>
> I did so with --debug bug saw no output other than the usual message
> about binreloc relocation support.

It'll be logged to /tmp/gnucash.trace. You can redirect it to stderr
with "--logto stderr" or similar.
 
> The last time I tried to debug this I used strace and got the following
> output while saving the account file:
> 
[..]
> stat("/home/sam/Documents/Gnucash/gnucash.xac.LCK", {st_mode=S_IFREG, 
> st_size=0, ...}) = 0

The above bit is it saving the previous files and such.

And here it begins to try to clean up files. The relevant code is in
src/backend/files/gnc-backend-file.c.

> open("/home/sam/Documents/Gnucash", 
> O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 21
> getdents(21, /* 35 entries */, 32768)   = 1752

[...]
> stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3661, ...}) = 0
> unlink("/home/sam/Documents/Gnucash/gnucash.xac.20091221230758.xac") 
> = 0

This is the relevant code.

memset(&file_tm, 0, sizeof(file_tm));
res = strptime(name+pathlen+1, "%Y%m%d%H%M%S", &file_tm);
file_time = mktime(&file_tm);
days = (int)(difftime(now, file_time) / 86400);
if (res
&& res != name+pathlen+1
&& (strcmp(res, ".xac") == 0
|| strcmp(res, ".log") == 0)
&& file_time > 0
&& days > be->file_retention_days)
{
PINFO ("g_unlink stale (%d days old) file: %s", days, name);
g_unlink(name);
}


> stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3661, ...}) = 0
> unlink("/home/sam/Documents/Gnucash/gnucash.xac") = 0

In order for this unlink to be called, res needs to be non NULL and
not equal to name+pathlen+1, and it must end with ".xac" or ".log".
The debugging output above would be really useful, because I have a
feeling that something here has gone horribly wrong.

> stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3661, ...}) = 0
> unlink("/home/sam/Documents/Gnucash/gnucash.xac.20091221233939.log") 
> = 0

The rest of these deletions are all reasonable.


Don Armstrong

-- 
I may not have gone where I intended to go, but I think I have ended
up where I needed to be.
 -- Douglas Adams _The Long Dark Tea-Time of the Soul_

http://www.donarmstrong.com  http://rzlab.ucr.edu



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



Bug#597792: fglrx-modules-dkms: attempts dkms builds for virtual linux-image packages

2010-09-22 Thread Michael Gilbert
package: fglrx-modules-dkms
version: 1:10-9-2
severity: normal

dkms builds are attempted for virtual linux-image packages, which is
wrong.  i'll look into fixing that.

mike



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



Bug#211212: in same with head

2010-09-22 Thread when Ridership
saw Rome a



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



Bug#597478: [Pkg-fglrx-devel] Bug#597478: fglrx-modules-dkms: fails to build kernel module on amd64

2010-09-22 Thread Michael Gilbert
> I still have a FTBFS problem with this update.
>
> When doing the dkms thing with the new package it first reported:
> 
> Error! Your kernel headers for kernel amd64 cannot be found at
> /lib/modules/amd64/build or /lib/modules/amd64/source.
> 
[...]
> make KERNELRELEASE=amd64 -C /lib/modules/amd64/build 
> M=/var/lib/dkms/fglrx/10-9/build(bad exit status: 2)

actually, i'm pretty sure your build completed successfully.  what
you're seeing there is a build failure on the linux virtual package
(linux-image-amd64), which of course shouldn't get attempted.  i'll
open a new bug for that.

to see if it was successful, look at the output of 'sudo dkms status'.

mike



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



Bug#491723: Status.net Debian Package

2010-09-22 Thread Leo 'costela' Antunes
Hey,

Just another ping regarding the Status.net Debian package.
The ownership of the bug has been bouncing around for the last few
months without any visible manifestation of progress, so I thought I
might try my hand at it, but before that I wanted to make sure there's
no ongoing work by someone else.

So, any concrete objections?


Cheers

-- 
Leo "costela" Antunes
[insert a witty retort here]




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



Bug#597478: [Pkg-fglrx-devel] Bug#597478: fglrx-modules-dkms: fails to build kernel module on amd64

2010-09-22 Thread Michael Gilbert
On Wed, 22 Sep 2010 16:35:29 -0700 Sean Kellogg wrote:

> I still have a FTBFS problem with this update.
> 
> When doing the dkms thing with the new package it first reported:
> 
> Error! Your kernel headers for kernel amd64 cannot be found at
> /lib/modules/amd64/build or /lib/modules/amd64/source.
> 
> 
> So, I decided to see what would happen if I created a symlink:
> /lib/modules/amd64/ -> /lib/modules/2.6.32-5-amd64
> 
> Which got past the first error and brought me to...
> 
> Building module:
> cleaning build area
> make KERNELRELEASE=amd64 -C /lib/modules/amd64/build 
> M=/var/lib/dkms/fglrx/10-9/build(bad exit status: 2)
> 
> Error! Bad return status for module build on kernel: amd64 (x86_64)
> Consult the make.log in the build directory
> /var/lib/dkms/fglrx/10-9/build/ for more information.
> 0
> 0
> 
> Error! Could not locate fglrx.ko for module fglrx in the DKMS tree.
> 
> 
> The contents of the log make.log file:
> 
> 
> DKMS make.log for fglrx-10-9 for kernel amd64 (x86_64)
> Wed Sep 22 15:10:33 PDT 2010
> make: Entering directory `/usr/src/linux-headers-2.6.32-5-amd64'
> grep: /usr/src/linux-headers-amd64/Module.symvers: No such file or directory
>   LD  /var/lib/dkms/fglrx/10-9/build/built-in.o
>   CC [M]  /var/lib/dkms/fglrx/10-9/build/firegl_public.o
>   CC [M]  /var/lib/dkms/fglrx/10-9/build/kcl_acpi.o
>   CC [M]  /var/lib/dkms/fglrx/10-9/build/kcl_agp.o
>   CC [M]  /var/lib/dkms/fglrx/10-9/build/kcl_debug.o
>   CC [M]  /var/lib/dkms/fglrx/10-9/build/kcl_ioctl.o
> /var/lib/dkms/fglrx/10-9/build/kcl_ioctl.c: In function 
> ‘KCL_IOCTL_AllocUserSpace32’:
> /var/lib/dkms/fglrx/10-9/build/kcl_ioctl.c:200: error: implicit declaration 
> of function ‘compat_alloc_user_space’
> /var/lib/dkms/fglrx/10-9/build/kcl_ioctl.c:200: warning: assignment makes 
> pointer from integer without a cast
> make[3]: *** [/var/lib/dkms/fglrx/10-9/build/kcl_ioctl.o] Error 1
> make[2]: *** [_module_/var/lib/dkms/fglrx/10-9/build] Error 2
> make[1]: *** [sub-make] Error 2
> make: *** [all] Error 2
> make: Leaving directory `/usr/src/linux-headers-2.6.32-5-amd64'
> ---

what is the output of 'dpkg -l | grep linux-headers' for you?

thanks,
mike



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



Bug#595103: framebuffer gone for intel i915 starting 2.6.32-21

2010-09-22 Thread jidanni
retitle 595103 framebuffer gone for intel i915 starting 2.6.32-21
severity 595103 grave
thanks

This is clearly a kernel issue and has nothing to do with xorg-anything.

# zegrep i915\|fb\|Debian dmesg.0 dmesg
dmesg.0:[0.00] Linux version 2.6.32-5-686 (Debian 2.6.32-23) 
(da...@debian.org) (gcc version 4.3.5 (Debian 4.3.5-3) ) #1 SMP Sat Sep 18 
02:14:45 UTC 2010
dmesg.0:[8.888189] [drm] Initialized i915 1.6.0 20080730 for :00:02.0 
on minor 0
dmesg:[0.00] Linux version 2.6.32-5-686 (Debian 2.6.32-20) 
(b...@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-2) ) #1 SMP Thu Aug 12 
13:38:27 UTC 2010
dmesg:[8.208970] i915 :00:02.0: power state changed by ACPI to D0
dmesg:[8.209019] i915 :00:02.0: power state changed by ACPI to D0
dmesg:[8.209031] i915 :00:02.0: PCI INT A -> Link[LNKA] -> GSI 11 
(level, low) -> IRQ 11
dmesg:[8.209039] i915 :00:02.0: setting latency timer to 64
dmesg:[9.349771] fb0: inteldrmfb frame buffer device
dmesg:[9.349915] [drm] Initialized i915 1.6.0 20080730 for :00:02.0 on 
minor 0

However, until it is fixed, one cannot dream of running X windows. Even
just running on the console will eventually lead to a black screen, and
the need to reboot, disks having been synced or not.



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



Bug#597791: alsa-utils: please unmute "Front Speaker" by default, if present

2010-09-22 Thread Jamey Sharp
Package: alsa-utils
Version: 1.0.23-2
Severity: normal

On MacBookPro5,3 and later models, the alsa-utils init script unmutes
almost all the necessary channels, but leaves the "Front Speaker",0
channel muted. As a result audio can be heard using headphones, but not
from the built-in speakers, by default.

Please add
unmute_and_set_level "Front Speaker" "80%"
to sanify_levels_on_card in /etc/init.d/alsa-utils. Thanks!

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

Kernel: Linux 2.6.32 (SMP w/2 CPU cores; PREEMPT)
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 alsa-utils depends on:
ii  dialog1.1-20100119-2 Displays user-friendly dialog boxe
ii  libasound21.0.22-2   shared library for ALSA applicatio
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libncursesw5  5.7+20100313-1 shared libraries for terminal hand
ii  linux-sound-base  1.0.21+dfsg-2  base package for ALSA and OSS soun
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip
ii  module-init-tools 3.12-1 tools for managing Linux kernel mo
ii  udev  158-1  /dev/ and hotplug management daemo
ii  whiptail  0.52.10-8  Displays user-friendly dialog boxe

Versions of packages alsa-utils recommends:
ii  alsa-base  1.0.21+dfsg-2 ALSA driver configuration files
ii  pciutils   1:3.1.7-2 Linux PCI Utilities

alsa-utils suggests no packages.

-- no debconf information


signature.asc
Description: Digital signature


Bug#597672: rmt broken by the security fix in 1.20-1+lenny1 version of tar

2010-09-22 Thread Dennis Vshivkov
On Wed, Sep 22, 2010 at 03:26:50AM -0600, Bdale Garbee wrote:

 >> However, I also found out that rmt in the paxutils upstream
 >> has been altered a week ago to fix the buffering of stdout
 >> (but not debug output) and parsing of the `mode' argument of
 >> `O' command.

 > Yes, I noticed that after sending the email .. sigh.  I've
 > done an upload of tar to unstable with this and a couple
 > other bug fixes, please give it a try if you can and let me
 > know if it solves your problem.  If it does, then I'll find
 > time to patch the lenny version with the same fix to rmt. 

I have just given rmt from your fresh tar 1.23-3 (unstable) a
quick try, and can confirm that it seems to work with tar from
the same and previous package versions, solving my problem just
fine.  It should be OK to patch the lenny version with the fix.

Thanks,

-- 
/Awesome Walrus 



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



Bug#525549: Difficult to see how this could occur

2010-09-22 Thread Sam Morris
On Mon, 2010-09-13 at 23:38 -0700, Don Armstrong wrote:
> Can you try this with a more recent version of gnucash (at least
> 2.2.9-6), and also with --debug on? (You should see output like
> "unlink lock file: blah", etc.)

This has remained quite reproducible for me with 2.2.9-7~squeeze1. The
trick is to let a few backup/log files accumulate over a few days, then
save the account file.

I did so with --debug bug saw no output other than the usual message
about binreloc relocation support.

The last time I tried to debug this I used strace and got the following
output while saving the account file:

write(22, "\n\n\n\n

Bug#597790: nautilus: missing umount in context menu

2010-09-22 Thread Darren Hoo
Package: nautilus
Version: 2.30.1-2
Severity: minor

umount is totally different from safe removal, sometimes
A disk is still intended to be used while umounted,
please revert the patch  14_dont_show_umount.patch


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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=zh_CN.utf8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nautilus depends on:
ii  desktop-file-utils  0.15-2   Utilities for .desktop files
ii  gvfs1.6.3-2  userspace virtual filesystem - ser
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libexempi3  2.1.1-1  library to parse XMP metadata (Lib
ii  libexif12   0.6.19-1 library to parse EXIF files
ii  libgail18   2.20.1-2 GNOME Accessibility Implementation
ii  libgconf2-4 2.28.1-4 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libglib2.0-data 2.24.2-1 Common files for GLib library
ii  libgnome-desktop-2-17   2.30.2-1 Utility library for loading .deskt
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.30.1-2 libraries for nautilus components
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libunique-1.0-0 1.1.6-1  Library for writing single instanc
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  nautilus-data   2.30.1-2 data files for nautilus
ii  shared-mime-info0.71-3   FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
pn  app-install-dat(no description available)
ii  brasero 2.30.3-1 CD/DVD burning application for GNO
ii  consolekit  0.4.2-1  framework for defining and trackin
ii  desktop-base5.0.6common files for the Debian Deskto
ii  eject   2.1.5+deb1+cvs20081104-7 ejects CDs and operates CD-Changer
ii  gvfs-backends   1.6.3-2  userspace virtual filesystem - bac
ii  librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
pn  synaptic   (no description available)

Versions of packages nautilus suggests:
ii  eog   2.30.2-1   Eye of GNOME graphics viewer progr
ii  evince [pdf-viewer]   2.30.3-1   Document (postscript, pdf) viewer
ii  mpg123 [mp3-decoder]  1.12.1-2   MPEG layer 1/2/3 audio player
ii  totem 2.30.2-2   A simple media player for the GNOM
pn  tracker(no description available)
pn  xdg-user-dirs  (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#597652: redmine: In some contexts accented characters don't display correctly

2010-09-22 Thread J . Tóth Gábor
Hi, Jérémy,

MySQL 5.1 defaults to Latin-1 and the config files in Squeeze don't
apparently override it.  So, yes, MySQL is not UTF-8 in Squeeze.

So as a minimum, the install script should make sure that the default
character set of the redmine database is UTF-8.  And, to me at least, this
sounds much like an RC bug.

In addition, it might also make sense to set the collation sequence of the
redmine database/tables to match the language redmine is using.  Of course,
this could become quite tricky when reconfiguring redmine changing the
language...  But as the default collation sequence appears to be more or
less decent, this would surely not be RC.

  --jtg

> -Original Message-
> From: Jérémy Lal [mailto:je...@edagames.com] 
> Sent: Wednesday, September 22, 2010 13:11
> To: "J.Tóth Gábor"; 597...@bugs.debian.org
> Subject: Re: Bug#597652: redmine: In some contexts accented 
> characters don't display correctly
> 
> On 22/09/2010 12:56, J.Tóth Gábor wrote:
> > Hi Jérémy,
> > 
> > I have now confirmed that the problem is related to the 
> > database encoding.  Here's what I did:
> > 
> > I changed the default character encoding of MySQL to UTF-8 
> > (from the Debian default of Latin-1) by adding the following 
> > lines to the mysql configuration:
> 
> MySQL is not UTF-8 by default in debian?
> That's a big surprise to me.
> Are you on debian/squeeze ?
> 
> Jérémy.




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



Bug#597489: kswapd ownes the whole cpu resources, unable to reboot

2010-09-22 Thread Ben Hutchings
It looks like this system is running short of memory.  Can you send the
contents of /proc/meminfo when it gets into this state?

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#575177: closed by Daniel Baumann (Bug#575177: fixed in plymouth 0.8.3-7)

2010-09-22 Thread Matthias Berndt
Hey, 

I just realized that earlier on I sent a reply directly to Daniel instead of 
sending it to the debian bug tracker. Here's what it said: 

> > please check that your
> > /usr/share/initramfs-tools/scripts/init-premount/plymouth contains the
> > line:
> > 
> >   /sbin/plymouthd --mode=boot --attach-to-session
> > 
> > and that /etc/init.d/plymouth contains the line:
> > 
> >   /sbin/plymouthd --mode=${1} --attach-to-session
> Those lines are there. 
> use 'update-initramfs -t -c -k all'.
> I can't think of the faintest reason for this to make a difference. And 
> in fact, it doesn't. 
> > also, a screencast would be nice so that we speak about the same bug.
> I had attached a screen shot when I first reported this. It doesn't look any 
> different now. 

Regards
Matthias



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



Bug#575177: So, will this be reopened?

2010-09-22 Thread Matthias Berndt
Or will you keep pretending that it doesn't exist? 



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



Bug#597789: osynctool unconditionally uses vi as editor

2010-09-22 Thread Eckhart Wörner
Package: osynctool
Version: 0.39-1
Severity: serious
Justification: Policy 11.4

osynctool --configure seems to have vi hardcoded.

Section 11.4 of the Debian Policy Manual states that "every program that 
launches an editor or pager must use the EDITOR or PAGER environment variable 
to determine the editor or pager the user wishes to use. If these variables are 
not set, the programs /usr/bin/editor and /usr/bin/pager should be used, 
respectively."

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

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

Versions of packages osynctool depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libopensync1exp7  0.39-4 Synchronisation framework for emai

osynctool recommends no packages.

osynctool 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#597478: fglrx-modules-dkms: fails to build kernel module on amd64

2010-09-22 Thread Sean Kellogg
I still have a FTBFS problem with this update.

When doing the dkms thing with the new package it first reported:

Error! Your kernel headers for kernel amd64 cannot be found at
/lib/modules/amd64/build or /lib/modules/amd64/source.


So, I decided to see what would happen if I created a symlink:
/lib/modules/amd64/ -> /lib/modules/2.6.32-5-amd64

Which got past the first error and brought me to...

Building module:
cleaning build area
make KERNELRELEASE=amd64 -C /lib/modules/amd64/build 
M=/var/lib/dkms/fglrx/10-9/build(bad exit status: 2)

Error! Bad return status for module build on kernel: amd64 (x86_64)
Consult the make.log in the build directory
/var/lib/dkms/fglrx/10-9/build/ for more information.
0
0

Error! Could not locate fglrx.ko for module fglrx in the DKMS tree.


The contents of the log make.log file:


DKMS make.log for fglrx-10-9 for kernel amd64 (x86_64)
Wed Sep 22 15:10:33 PDT 2010
make: Entering directory `/usr/src/linux-headers-2.6.32-5-amd64'
grep: /usr/src/linux-headers-amd64/Module.symvers: No such file or directory
  LD  /var/lib/dkms/fglrx/10-9/build/built-in.o
  CC [M]  /var/lib/dkms/fglrx/10-9/build/firegl_public.o
  CC [M]  /var/lib/dkms/fglrx/10-9/build/kcl_acpi.o
  CC [M]  /var/lib/dkms/fglrx/10-9/build/kcl_agp.o
  CC [M]  /var/lib/dkms/fglrx/10-9/build/kcl_debug.o
  CC [M]  /var/lib/dkms/fglrx/10-9/build/kcl_ioctl.o
/var/lib/dkms/fglrx/10-9/build/kcl_ioctl.c: In function 
‘KCL_IOCTL_AllocUserSpace32’:
/var/lib/dkms/fglrx/10-9/build/kcl_ioctl.c:200: error: implicit declaration of 
function ‘compat_alloc_user_space’
/var/lib/dkms/fglrx/10-9/build/kcl_ioctl.c:200: warning: assignment makes 
pointer from integer without a cast
make[3]: *** [/var/lib/dkms/fglrx/10-9/build/kcl_ioctl.o] Error 1
make[2]: *** [_module_/var/lib/dkms/fglrx/10-9/build] Error 2
make[1]: *** [sub-make] Error 2
make: *** [all] Error 2
make: Leaving directory `/usr/src/linux-headers-2.6.32-5-amd64'
---

Which sure seems like the same error as before. I checked with dpkg and it says 
I have the 1:10-9-2 package installed.

-Sean

-- 
Sean Kellogg
e: skell...@probonogeek.org



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



Bug#597729: #7303: linux-image-2.6-amd64: page allocation failure. order:0, mode:0x20

2010-09-22 Thread Ben Hutchings
On Wed, 2010-09-22 at 17:25 +0200, Het Hooghuis wrote:
> Package: linux-image-2.6-amd64
> Version: 2.6.26+17+lenny1
> Severity: important
> 
> 
> We are experiencing similar issues as described in Debian Bug report #592187
> (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592187).
> 
> I can't include logs and the output from several commands during the moment 
> the
> issue occurred, because the issue we are experiencing is on production servers
> and we needed them to be up-and-running as soon as possible. As described in
> message #44 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592187#44), we
> used the "e1000" driver for the network; that did solve the problem we had 
> with
> the "page allocation failure. order:0, mode:0x20" related to several packages.
> 
> I've seen that the solution (patch) was applied to kernel packages like
> "linux-image-2.6.32-5-amd64_2.6.32-22_amd64.deb", though not to the currently
> stable kernel included in "Debian 5.0 Lenny"
[...]

I don't think we should apply the change to 'lenny' as it is a
significant change to the network stack.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#597788: unblock: hyperestraier/1.4.13-2

2010-09-22 Thread KURASHIKI Satoru
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock


Please unblock package hyperestraier. 1.4.13-2 basically
fixes FTBFS bugs introduced in 1.4.13-1.

hyperestraier (1.4.13-2) unstable; urgency=low

  * New Standards-Version: 3.9.1
  * remove needless gsub! from ruby script. (Closes: #591399, #593030)
  * fix preinst to check directory existence. (Closes: #592443)
  * libestraier-ruby*:
est{cmd|call}.rb moves from /usr/bin to doc/example. (Closes: #592245)
  * libestraier-java:
drop native interface build for hppa, kfreebsd. (Closes: #591401)
  * libestraier-ruby-doc:
new package. split ruby api documentation.

unblock hyperestraier/1.4.13-2

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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (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#597787: graphicsmagick: display does not honour ^C from the terminal that launched it

2010-09-22 Thread Phil Carmody
Package: graphicsmagick
Version: 1.3.12-1+b1
Severity: normal


Upon doing:
$ gm display foo.jpg
^C
or
$ gm display foo.jpg
^Z
$ kill %1
$ fg
gm does not exit. In fact, neither signal 2 or 15, sent from 'top' 
in another window, for example, cause the process to exit.

It often appears to have exited, as it removes its window, but the 
process still hangs around.

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

Kernel: Linux 2.6.32-5-powerpc64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages graphicsmagick depends on:
ii  libbz2-1.0  1.0.5-4  high-quality block-sorting file co
ii  libc6   2.11.2-5 Embedded GNU C Library: Shared lib
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgomp14.4.4-8  GCC OpenMP (GOMP) support library
ii  libgraphicsmagick3  1.3.12-1+b1  format-independent image processin
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libjasper1  1.900.1-7+b1 The JasPer JPEG-2000 runtime libra
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  liblcms11.18.dfsg-1.2+b3 Color management library
ii  libltdl72.2.6b-2 A system independent dlopen wrappe
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtiff43.9.4-3  Tag Image File Format (TIFF) libra
ii  libwmf0.2-7 0.2.8.4-6.1+b1   Windows metafile conversion librar
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

graphicsmagick recommends no packages.

Versions of packages graphicsmagick suggests:
pn  graphicsmagick-dbg (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#597786: Consider blacklisting brcm80211

2010-09-22 Thread Ben Hutchings
Package: broadcom-sta
Version: 5.60.48.36-3
Severity: normal

In version 2.6.32-22 of linux-2.6 we added the driver brcm80211,
which covers the same hardware as broadcom-sta but is not yet as
stable.

You may wish to include a modprobe configuration file to blacklist
brcm80211, so that users who prefer to use broadcom-sta can reliably
do so.

Ben.

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

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



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



Bug#597785: gedit: Spellcheck overlooks misspelled words in PHP files

2010-09-22 Thread acrocycle
Package: gedit
Version: 2.30.3-1
Severity: important

After doing a little testing, it looks like this only happens with PHP files.
The spellchecker will overlook every misspelled word, even ones that are
obviously, not words. The spellchecker works on Unsaved files but as soon as
you save the file as PHP, the spellchecker does not work.

This is true even after saving the file, then shutting down gedit and re-
opening the file.



-- Package-specific info:
Active plugins:
  - docinfo
  - modelines
  - filebrowser
  - spell
  - time

No plugin installed in $HOME.

Module versions:
  - glib  
  - gtk+  
  - gtksourceview 
  - pygobject 
  - pygtk 
  - pygtksourceview   2.10.1
  - enchant   
  - iso-codes 3.20

Python module versions:
  - python2.6.6
  - pygtk 2.17.0 (GTK+ 2.20.1)


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

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

Versions of packages gedit depends on:
ii  gconf22.28.1-3   GNOME configuration database syste
ii  gedit-common  2.30.3-1   official text editor of the GNOME 
ii  iso-codes 3.20-1 ISO language, territory, currency,
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-5   The Cairo 2D vector graphics libra
ii  libenchant1c2a1.6.0-1a wrapper library for various spel
ii  libgconf2-4   2.28.1-3   GNOME configuration database syste
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-1+b1The GTK+ graphical user interface 
ii  libgtksourceview2.0-0 2.10.4-1   shared libraries for the GTK+ synt
ii  libice6   2:1.0.6-1  X11 Inter-Client Exchange library
ii  libpango1.0-0 1.28.1-1   Layout and rendering of internatio
ii  libpython2.6  2.6.6-3Shared Python runtime library (ver
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxml2   2.7.7.dfsg-4   GNOME XML library
ii  python2.6.5-13   interactive high-level object-orie
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-gtksourceview2 2.10.1-1   Python bindings for the GtkSourceV
ii  python-support1.0.9  automated rebuilding support for P

Versions of packages gedit recommends:
ii  python-gnome2 2.28.1-1   Python bindings for the GNOME desk
ii  zenity2.30.0-1   Display graphical dialog boxes fro

gedit suggests no packages.

-- no debconf information
This is wrowng speling. Pleese correkt. sdlkjf
This is wrowng speling. Pleese correkt. sdlkjf


Bug#597784: libv8-2.2.24: Segfault after errorious input using nodejs

2010-09-22 Thread Carl Fürstenberg
Package: libv8-2.2.24
Version: 2.2.24-5
Severity: normal
Tags: upstream

I accidentally wrote a javascript snipped with an errorious content;
though what I noticed was that nodejs suddenly segfaulted.

I've broken down the code to a snipped, that when ran manually in
nodejs shell (segtest.js) a segfault occurs. (havn't been able to pin
down a fully runnable file that will segfault)
Sometimes the last line has to be repeated some times for
the segfault to occur.

A full backtrace is also attached.

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to sv_SE.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libv8-2.2.24 depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.4-9  GCC support library
ii  libstdc++64.4.4-9The GNU Standard C++ Library v3

libv8-2.2.24 recommends no packages.

libv8-2.2.24 suggests no packages.

-- no debconf information

*** segtest.js
var fs = require('fs');
var source, sandbox, script, result, files;
source = "function f(){};";
sandbox = {};
script = new process.binding('evals').Script(source);
script = new process.binding('evals').Script(source);

*** backtrace
[New Thread 2931]
Core was generated by `nodejs'.
Program terminated with signal 11, Segmentation fault.
#0  v8::internal::Map::instance_type () at src/objects-inl.h:2135
in src/objects-inl.h

Thread 1 (Thread 2931):
#0  v8::internal::Map::instance_type () at src/objects-inl.h:2135
#1  v8::internal::HeapObject::SizeFromMap () at src/objects-inl.h:2095
#2  v8::internal::HeapObject::Size () at src/objects-inl.h:1079
#3  v8::internal::HeapObjectIterator::FromCurrentPage () at src/spaces.h:764
#4  v8::internal::HeapObjectIterator::next () at src/spaces.h:747
#5  v8::internal::Heap::FlushCode () at src/heap.cc:2502
#6  0xb733d6ad in v8::internal::Heap::PerformGarbageCollection 
(space=v8::internal::OLD_POINTER_SPACE, 
collector=v8::internal::MARK_COMPACTOR, tracer=0xbfdb2b70) at 
src/heap.cc:641
#7  0xb733d9dd in v8::internal::Heap::CollectGarbage (requested_size=0, 
space=v8::internal::OLD_POINTER_SPACE)
at src/heap.cc:416
#8  0xb733dfd6 in v8::internal::Heap::CollectAllGarbage 
(force_compaction=false) at src/heap.cc:384
#9  0xb733e1d1 in v8::internal::Heap::IdleNotification () at src/heap.cc:3470
#10 0xb74af594 in v8::internal::V8::IdleNotification () at src/v8.cc:200
#11 0xb72b8194 in v8::V8::IdleNotification () at src/api.cc:3190
#12 0x080563e7 in ?? ()
#13 0xb76e1934 in ev_invoke_pending () from /usr/lib/libev.so.3
#14 0xb76e6f34 in ev_loop () from /usr/lib/libev.so.3
#15 0x08056070 in ?? ()
#16 0xb72e444a in HandleApiCallHelper (args=...) at src/builtins.cc:972
#17 Builtin_HandleApiCall (args=...) at src/builtins.cc:989
#18 0xb4fa806e in ?? ()
#19 0xb4fc5aef in ?? ()
#20 0xb4fa8c1b in ?? ()
#21 0xb4fa82c2 in ?? ()
#22 0xb7305eb9 in Invoke (construct=, func=..., 
receiver=..., argc=1, args=0xbfdb5158, 
has_pending_exception=0xbfdb308f) at src/execution.cc:94
#23 0xb7306428 in v8::internal::Execution::Call (func=..., receiver=..., 
argc=1, args=0xbfdb5158, 
pending_exception=0xbfdb308f) at src/execution.cc:121
#24 0xb72cd5aa in v8::Function::Call (this=0x9549324, recv=..., argc=1, 
argv=0xbfdb5158) at src/api.cc:2778
#25 0x08057c85 in ?? ()
#26 0x0805824c in main ()



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



Bug#597783: fglrx-source: fails to build with locally built kernel

2010-09-22 Thread Michel Casabona
Package: fglrx-source
Version: 1:10-9-2
Severity: normal

Hi,

Thanks for the fix to #597478. However the module fails to build using a
locally built kernel because there is no file 
/usr/src/linux-headers-$(KERNELRELEASE)/Module.symvers
but /usr/src/linux-source-$(KERNELRELEASE)/Module.symvers instead.

Thanks


-- Package-specific info:
VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc RV770 [Radeon HD 4850]

DRM and fglrx Informations from dmesg:
[0.00] No AGP bridge found
[0.297552] Linux agpgart interface v0.103
[5.139983] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, 
Starnberg, GERMANY' taints kernel.
[5.192980] [fglrx] Maximum main memory to use for locked dma buffers: 3798 
MBytes.
[5.193141] [fglrx]   vendor: 1002 device: 9442 count: 1
[5.193453] [fglrx] ioport: bar 4, base 0xb000, size: 0x100
[5.203521] [fglrx] Kernel PAT support is enabled
[5.203534] [fglrx] module loaded - fglrx 8.76.7 [Aug  3 2010] with 1 minors
[   20.436225] fglrx_pci :01:00.0: irq 30 for MSI/MSI-X
[   20.436779] [fglrx] Firegl kernel thread PID: 2243
[   20.436933] [fglrx] IRQ 30 Enabled
[   22.334279] [fglrx] Gart USWC size:1240 M.
[   22.334282] [fglrx] Gart cacheable size:491 M.
[   22.334286] [fglrx] Reserved FB block: Shared offset:0, size:100 
[   22.334288] [fglrx] Reserved FB block: Unshared offset:fc1f000, size:3e1000 
[   22.334290] [fglrx] Reserved FB block: Unshared offset:1fffb000, size:5000 

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1590 Aug 25 16:58 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier "Lailloute"
Screen  0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "XkbRules" "xorg"
Option  "XkbModel" "pc105"
Option  "XkbLayout" "fr"
Option  "XkbVariant" "latin9"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
EndSection

Section "Monitor"
Identifier   "aticonfig-Monitor[0]-0"
Option  "VendorName" "ATI Proprietary Driver"
Option  "ModelName" "Generic Autodetecting Monitor"
Option  "DPMS" "true"
EndSection

Section "Device"
Identifier  "aticonfig-Device[0]-0"
Driver  "fglrx"
BusID   "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor"aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth 24
EndSubSection
EndSection



Xorg X server log files on system:
-rw-r--r-- 1 root root 20715 Sep 22 21:16 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
Current Operating System: Linux odysseus 2.6.32 #1 SMP Mon Aug 30 11:06:18 CEST 
2010 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32 
root=UUID=a0057b2b-89ef-4be8-8651-c4379fe26202 ro vga=8 quiet
Build Date: 24 August 2010  02:20:59PM
xorg-server 2:1.7.7-4 (Julien Cristau ) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 22 21:16:02 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) ServerLayout "Lailloute"
(**) |-->Screen "aticonfig-Screen[0]-0" (0)
(**) |   |-->Monitor "aticonfig-Monitor[0]-0"
(**) |   |-->Device "aticonfig-Device[0]-0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unsc

Bug#582574: [Pkg-utopia-maintainers] Bug#582574: same here

2010-09-22 Thread Michael Biebl
On 22.09.2010 21:03, Andreas B. Mundt wrote:
> Hi,
> 
> same here: With NetworkManager killed, wlan works nicely, but as soon
> as I start NetworkManager the connection is killed. Below find the

Thanks Andreas for the additional information.

Could you please also send me your /etc/network/interfaces file, the output of
nm-tool and ifconfig -a

thanks,
Michael

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



signature.asc
Description: OpenPGP digital signature


Bug#597772: [pkg-fso-maint] Bug#597772: [INTL:da] Danish translation of the debconf templates libphone-utils

2010-09-22 Thread Sebastian Reichel
On Wed, Sep 22, 2010 at 08:57:59PM +, Joe Dalton wrote:
> Please include the attached Danish debconf translations

Hi Joe,

I added your translation to the git repository [1]. It will be included
in the next upload. I suggest, that you change the phone prefixes to the
ones being used in Denmark (at least the other translators localized
them).

[1] http://git.debian.org/?p=pkg-fso/libphone-utils.git;a=blob;f=debian/po/da.po

-- Sebastian


signature.asc
Description: Digital signature


Bug#597682: xserver-xorg: Executing "/usr/bin/X" locks up the system completely

2010-09-22 Thread Cyril Brulebois
Hi,

Jacob Sparre Andersen  (22/09/2010):
> When (the new version of) "/usr/bin/X" starts on my system (an IBM
> ThinkPad R51), the system locks up completely.

probably a video driver issue. Possible workaround: specify "vesa" as
driver. That should get you a working X.

Next step: try xserver-xorg-video-intel from unstable (without
specifying "vesa" anymore), and report back.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#597775: Bug when starting blender

2010-09-22 Thread Cyril Brulebois
Hi,

sulphur  (22/09/2010):
> Package: blender
> Version: 2.49.2~dfsg-2+b2
> Severity: normal

when reporting bugs, it's always nice to run your application with
LC_ALL=C, so that people not knowing your language can still try and
understand what it's about.

> Compiled with Python version 2.6.6.
> Checking for installed Python... got it!
> /usr/bin/blender: line 133:  9520 Naruszenie ochrony pamięci   blender-bin
> "$@"

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#596895:

2010-09-22 Thread Gabriele Giacone
On 09/22/2010 09:22 PM, Soren Stoutner wrote:
> I did some more poking around and found something very interesting.  If I use 
> Konqueror with the KHTML renderer, no youtube videos play.  If I use 
> Konqueror 
> with the WebKit renderer and cookies blocked, youtube videos play just fine.  

Great. Told to another kde user [1].
With KHTML renderer, konqueror uses konqueror-plugin-gnash (kparts
plugin) which needs to be fixed to play youtube videos.
With Webkit renderer, konqueror uses mozilla-plugin-gnash (NPAPI plugin)
as konqueror-nsplugins should do.

> What is interesting about that is that they appear to be loading different 
> versions of Gnash.  Please see the attached screenshots that show the output 
> of File - Properties for each.

Gnash version doesn't change. What changes is the detected animation
format which should be AVM1 to be playable by gnash. AVM2 animations
can't be played. AFAIK fix should also fix that.


Cheers,
Gabriele

[1] http://bugs.debian.org/549669#40



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



Bug#204378: the in December non

2010-09-22 Thread War
with which after in in In Issues



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



Bug#597782: devscripts: Please, provide back pod manpages trnaslation

2010-09-22 Thread David Prévot
Package: devscripts
Version: 2.10.68
Severity: normal
Tags: l10n

Hi,

Althought devscripts' French manual pages are almost complete (and
they are currently beeing updated, so they should be 100% complete
in time for Squeeze), the one handled on POD format are not included
in the packages even if they are actually translated:
[type:pod] ../scripts/bts.pl \
[type:pod] ../scripts/build-rdeps.pl \
[type:pod] ../scripts/chdist.pl \
[type:pod] ../scripts/dcontrol.pl \
[type:pod] ../scripts/debcheckout.pl \
[type:pod] ../scripts/debcommit.pl \
[type:pod] ../scripts/desktop2menu.pl \
[type:pod] ../scripts/dget.pl \
[type:pod] ../scripts/licensecheck.pl \
[type:pod] ../scripts/mass-bug.pl \
[type:pod] ../scripts/mk-build-deps.pl \
[type:pod] ../scripts/namecheck.pl \
[type:pod] ../scripts/rmadison.pl \
[type:pod] ../scripts/svnpath.pl \
[type:pod] ../scripts/tagpending.pl \
[type:pod] ../scripts/transition-check.pl \

Thanks in advance if you could fix it.

Cheers

David

-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
Not present

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

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

Versions of packages devscripts depends on:
ii  dpkg-dev  1.15.8.5   Debian package development tools
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  perl  5.10.1-14  Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
pn  at (no description available)
ii  bzr   2.2.0-1easy to use distributed version co
ii  chromium-browser  6.0.472.62~r59676-1Chromium browser
ii  curl  7.21.1-1   Get a file from an HTTP, HTTPS or 
ii  cvsnt [cvs]   2.5.04.3236-1.2Improved multiplatform version of 
ii  dctrl-tools   2.14.2 Command-line tools to process Debi
ii  debian-keyring [d 2010.08.01 GnuPG (and obsolete PGP) keys of D
ii  dillo [www-browse 0.8.6-3Small and fast web browser
ii  dput  0.9.6.1Debian package upload tool
ii  epiphany-browser  2.30.6-1   Intuitive GNOME web browser
pn  equivs (no description available)
ii  fakeroot  1.14.4-1   Gives a fake root environment
ii  galeon [www-brows 2.0.7-2.1+b1   GNOME web browser for advanced use
ii  git [git-core]1:1.7.1-1.1fast, scalable, distributed revisi
ii  git-core  1:1.7.1-1.1fast, scalable, distributed revisi
ii  gnupg 1.4.10-4   GNU privacy guard - a free PGP rep
ii  iceweasel [www-br 3.6.10-1   Web browser based on Firefox
ii  konqueror [www-br 4:4.4.5-1  advanced file manager, web browser
pn  libauthen-sasl-pe  (no description available)
ii  libcrypt-ssleay-p 0.57-2 Support for https protocol in LWP
ii  libjson-perl  2.22-1 Perl module to parse and convert t
ii  libparse-debcontr 2.005-2Easy OO parsing of Debian control-
ii  libsoap-lite-perl 0.712-1Perl implementation of a SOAP clie
ii  libterm-size-perl 0.2-4+b1   Perl extension for retrieving term
ii  libtimedate-perl  1.2000-1   collection of modules to manipulat
ii  liburi-perl   1.55-1 module to manipulate and access UR
ii  libwww-perl   5.836-1Perl HTTP/WWW client/server librar
ii  libyaml-syck-perl 1.14-1 Perl module providing a fast, ligh
ii  lintian   2.4.3  Debian package checker
ii  lsb-release   3.2-24 Linux Standard Base version report
ii  lynx-cur [www-bro 2.8.8dev.5-1   Text-mode WWW Browser with NLS sup
ii  lzma  4.43-14Compression method of 7z format in
ii  mailutils [mailx] 1:2.1+dfsg1-7  GNU mailutils utilities for handli
ii  man-db2.5.7-4on-line manual pager
ii  openssh-client [s 1:5.5p1-5  secure shell (SSH) client, for sec
ii  patch 2.6-2  Apply a diff file to an original
ii  patchutils0.3.1-2Utilities to work with patches
ii  sensible-utils0.0.4  Utilities for sensible alternative
ii  strace4.5.20-2   A system call tracer
ii  subversion1.6.12dfsg-1   Advanced version control system
ii  unzip 6.0-4  De-archiver for .zip files
ii  w3m [www-browser] 0.5.2-9WWW browsable pager with excellent
ii  wdiff 0.6.3-1Compar

Bug#593759: Freeze exception for Ampache

2010-09-22 Thread Charlie Smotherman
> That looks much better; thanks.  Please feel free to upload that
> version.
>
> Regards,
>
> Adam

Uploaded :)

Best regards
Charlie Smotherman



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



Bug#354088: structures the of design Angle Pius Brian

2010-09-22 Thread NRA population the
a point Mainstream



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



Bug#595801: same thing in upgraded vm

2010-09-22 Thread Peter Palfrader
On Wed, 22 Sep 2010, Yaroslav Halchenko wrote:

> just my .1 cents which might be misleading
> > > I'm getting this same error in an VM that I just upgraded
> > > from stable (Lenny) to testing (Squeeze).  It won't go away.
> > Of course not.  But this is not a bug in snapshot.
> > It's, if anything, a missing feature in apt.
> or 
> http://en.wikipedia.org/wiki/Proxy_server#Intercepting_proxy_server
> 
> which could be overcome with
> -o Acquire::http::No-Cache=True

Wait.  You aren't even using snapshot URLs.  What are you doing in this
bug report? :)

What you have does indeed look like a broken proxy.  It has nothing to
do with the original issue reported here tho.

Cheers,
weasel
-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.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#597781: sendmail-bin: ships broken alternatives

2010-09-22 Thread Mario 'BitKoenig' Holbe
Package: sendmail-bin
Version: 8.14.3-9.4

Hello,

sendmail-bin ships broken alternatives:

Setting up sendmail-bin (8.14.3-9.4) ...
update-rc.d: warning: sendmail stop runlevel arguments (0 1 6) do not match LSB 
Default-Stop values (1)
update-alternatives: warning: forcing reinstallation of alternative 
/usr/lib/sm.bin/sendmail because link group sendmail-mta is broken.
update-alternatives: warning: forcing reinstallation of alternative 
/usr/lib/sm.bin/sendmail because link group sendmail-msp is broken.
update-alternatives: warning: not replacing /usr/share/man/man8/sendmail.8.gz 
with a link.

I have no idea how to solve the first two, but the latter is because
sendmail-bin ships /usr/share/man/man8/sendmail.8.gz directly:

$ dpkg --contents /var/cache/apt/archives/sendmail-bin_8.14.3-9.4_i386.deb| 
grep /sendmail.8.gz
-rw-r--r-- root/root  7002 2010-09-22 17:12 
./usr/share/man/man8/sendmail.8.gz


regards
   Mario
-- 
Oh Du mein Koenig ... Eine Netzgroesse schrieb mal sinngemaess:
Du musst es so lesen wie ich es meine, nicht so wie ich es schreibe.
Ich meine es natuerlich so, wie Du es schreibst 8--)
  -- O.G. Schwenk in de.comm.chatsystems


signature.asc
Description: Digital signature


Bug#306919: gives low Press organisations Transfer Lancet

2010-09-22 Thread created
survived New is Haunting were Newfoundland Bengali Christians evade



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



Bug#597780: unblock: openjdk-6/6b18-1.8.1-2

2010-09-22 Thread Matthias Klose

Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

  * Update from the 1.8 branch.
- Fix hs16 build on sparc.
- NetX fixes.
  * openjdk-6-jre-headless: Provide java-virtual-machine for older
releases.
  * Don't run the mauve tests on mips.
  * Fix typos in the plugin package description. Closes: #590795.

Now builds with the same hotspot version on sparc as on ix86.  Means, that only 
one hotspot version needs to be supported in squeeze.  mips builds again.


The other changes are minor, and/or needed for updates to lenny. Still planning 
to use the same source for lenny and squeeze, fixing the pending security issues 
in lenny.


  Matthias



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



Bug#597779: sendmail: ships different buildinfo.gz pointing to the same location

2010-09-22 Thread Mario 'BitKoenig' Holbe
Package: sendmail
Version: 8.14.3-9.3

Hello,

since 8.14.3-9.3 the sendmail packages ship different buildinfo.gz files
overwriting each other since the packages all symlink their
doc-directories to /usr/share/doc/sendmail. This didn't change in
8.14.3-9.4 and is at least irritating for integrity-checks:

# debsums -as libmilter1.0.1 rmail sendmail sendmail-base sendmail-bin 
sendmail-cf sendmail-doc sensible-mda
debsums: changed file /usr/share/doc/libmilter1.0.1/buildinfo.gz (from 
libmilter1.0.1 package)
debsums: changed file /usr/share/doc/rmail/buildinfo.gz (from rmail package)
debsums: changed file /usr/share/doc/sendmail-base/buildinfo.gz (from 
sendmail-base package)
debsums: changed file /usr/share/doc/sendmail-cf/buildinfo.gz (from sendmail-cf 
package)
debsums: changed file /usr/share/doc/sensible-mda/buildinfo.gz (from 
sensible-mda package)

Up to 8.14.3-9.2 only libmilter1.0.1, rmail, sendmail-bin, and
sensible-mda shipped an (indentical) buildinfo.gz:

$ for i in /var/cache/apt/archives/*_8.14.3-9.2_*; do dpkg --contents "$i"; 
done | grep buildinfo
-rw-r--r-- root/root  2223 2010-07-12 11:40 
./usr/share/doc/libmilter1.0.1/buildinfo.gz
-rw-r--r-- root/root  2223 2010-07-12 11:40 
./usr/share/doc/rmail/buildinfo.gz
-rw-r--r-- root/root  2223 2010-07-12 11:40 
./usr/share/doc/sendmail-bin/buildinfo.gz
-rw-r--r-- root/root  2223 2010-07-12 11:40 
./usr/share/doc/sensible-mda/buildinfo.gz

Now all the packages ship one and some of them differ:

$ for i in /var/cache/apt/archives/*_8.14.3-9.4_*; do dpkg --contents "$i"; 
done | grep buildinfo
-rw-r--r-- root/root  2216 2010-09-22 17:12 
./usr/share/doc/libmilter1.0.1/buildinfo.gz
-rw-r--r-- root/root  2216 2010-09-22 17:12 
./usr/share/doc/rmail/buildinfo.gz
-rw-r--r-- root/root  2211 2010-09-21 13:06 
./usr/share/doc/sendmail/buildinfo.gz
-rw-r--r-- root/root  2211 2010-09-21 13:06 
./usr/share/doc/sendmail-base/buildinfo.gz
-rw-r--r-- root/root  2216 2010-09-22 17:12 
./usr/share/doc/sendmail-bin/buildinfo.gz
-rw-r--r-- root/root  2211 2010-09-21 13:06 
./usr/share/doc/sendmail-cf/buildinfo.gz
-rw-r--r-- root/root  2211 2010-09-21 13:06 
./usr/share/doc/sendmail-doc/buildinfo.gz
-rw-r--r-- root/root  2216 2010-09-22 17:12 
./usr/share/doc/sensible-mda/buildinfo.gz


CC: to Jan Hauke Rahm as the uploader of 8.14.3-9.3 and 8.14.3-9.4.


regards
   Mario
-- 
We know that communication is a problem, but the company is not going to
discuss it with the employees.
   -- Switching supervisor, AT&T Long Lines Division


signature.asc
Description: Digital signature


Bug#597755: scilab: Not binNMU-able

2010-09-22 Thread Sylvestre Ledru
Le mercredi 22 septembre 2010 à 20:44 +0100, Adam D. Barratt a écrit :
> Package: src:scilab
> Version: 5.2.2-6
> Severity: serious

> scilab-include, scilab-minimal-bin and scilab-full-bin are all
> architecture-dependent, which means their version will change on
> binNMUs, rendering all of the above dependencies on them unsatisfiable.
That wasn't supposed to be uploaded. Sorry. I will fix that tomorrow.

Thanks for noticing that.
Sylvestre





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



Bug#595801: same thing in upgraded vm

2010-09-22 Thread Yaroslav Halchenko
just my .1 cents which might be misleading
> > I'm getting this same error in an VM that I just upgraded
> > from stable (Lenny) to testing (Squeeze).  It won't go away.
> Of course not.  But this is not a bug in snapshot.
> It's, if anything, a missing feature in apt.
or 
http://en.wikipedia.org/wiki/Proxy_server#Intercepting_proxy_server

which could be overcome with
-o Acquire::http::No-Cache=True

?
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]




signature.asc
Description: Digital signature


Bug#595830: gnat-4.4: FTBFS in squeeze: xref_lib.o: file not recognized: File truncated

2010-09-22 Thread Ludovic Brenta
tags 595830 unreproducible moreinfo
thanks

I just rebuilt successfully on sid.  I suspect your disk became full
suring compilation?

-- 
Ludovic Brenta.



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



Bug#549669: Incorrect priority?

2010-09-22 Thread Gabriele Giacone
On 09/22/2010 09:16 PM, Adam Spragg wrote:
> On Wednesday 22 Sep 2010 16:53:46 you wrote:
>> What is sure is that it's doesn't work with youtube movies because 0.8.8
>> version fixes NPAPI plugin only (mozilla-plugin-gnash now
>> browser-plugin-gnash).
> 
> Huh? What? Why? That seems...bizarre. Why should the API used between the 
> browser and Gnash affect how Gnash interacts with a web server? Makes no 
> sense.
>
> I also didn't see anything about that on the 0.8.8 release announcement 
> either. 
Maybe here is clearer because gnash developer named NPAPI :)
http://gnashdev.org/?q=node/77

BTW, konqueror-plugin-gnash (kparts plugin) is less maintained than
NPAPI one. IMHO fixing konqueror-nsplugins or NPAPI plugin in order to
get it working in konqueror may be easier than fixing
konqueror-plugin-gnash. I'm trying to figure out what should be done [1].

>> We could talk about other sites.
> 
> Heh. Well, I've tried youtube, vimeo, and a few other video sites. None of 
> them seem to work with Konqueror. I just assumed it was completely broken. 
> And 
> for a while I couldn't think of a single other site that uses flash.
> 
> Then I remembered weebls-stuff, and tried  stuff.com/songs/kenya/>, and it does work there.
> 
> So, I'm wrong. It does work in some cases, and "important" does fit. Sorry 
> for 
> the bug spam.

No problem. It's not completely broken. It should work at least as well
as NPAPI one and sometimes it doesn't.
We can play vimeo videos neither with konqueror-p-g nor with mozilla-p-g
[2]. At the moment NPAPI plugin can play almost all AVM1 animations. For
AVM2, you could try lightspark in experimental which falls back to gnash
for AVM1.

> Just a shame that it doesn't work for Konq, and I need to fire up a whole 
> separate browser if I want to watch yt. :-(

Good news. Since last email, another kde user made notice that you can
do that using webkit renderer [3] (install kparts-webkit).
And as said above, even konqueror-nsplugins would solve that.

Cheers,
Gabriele

[1] http://bugs.debian.org/549309
[2] https://savannah.gnu.org/bugs/index.php?30836
[3] http://bugs.debian.org/596895#83



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



Bug#597778: schroot: Stupid name restrictions is breaking existing setups for no good reason.

2010-09-22 Thread Len Sorensen
Package: schroot
Version: 1.4.12-1
Severity: grave

I just upgraded schroot to the current version in testing, and now I
can't use it anymore because someone got the bright (not) idea that only
alphanumeric, dashes and underscores should be allowed in chroot names.
It was annoying enough when a while ago the config files started having
that (undocumented unless you read the source code and without useful
error message) restriction.

Put it back to sanity please.

If I want to name a chroot rr2.1.0 because that's what is in it, then
that's my choice.

While you are at it, let me choose the names of my config files too.

Breaking existing users is NOT acceptable so stop doing that.

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

Kernel: Linux 2.6.32-5-powerpc64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages schroot depends on:
ii  libboost-filesystem1.42.0 1.42.0-4   filesystem operations (portable pa
ii  libboost-program-options1.42. 1.42.0-4   program options library for C++
ii  libboost-regex1.42.0  1.42.0-4   regular expression library for C++
ii  libboost-system1.42.0 1.42.0-4   Operating system (e.g. diagnostics
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.4-8  GCC support library
ii  liblockdev1   1.0.3-1.4  Run-time shared library for lockin
ii  libpam0g  1.1.1-6Pluggable Authentication Modules l
ii  libstdc++64.4.4-8The GNU Standard C++ Library v3
ii  libuuid1  2.17.2-3.1 Universally Unique ID library
ii  schroot-common1.4.12-1   common files for schroot

schroot recommends no packages.

Versions of packages schroot suggests:
pn  aufs-modules | unionfs-module  (no description available)
pn  btrfs-tools(no description available)
ii  debootstrap   1.0.23 Bootstrap a basic Debian system
pn  lvm2   (no description available)
ii  unzip 6.0-4  De-archiver for .zip files

-- 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#597395: ITP: python-distutils2 -- the new version the the Python Distribute utilities

2010-09-22 Thread Tarek Ziadé
Hey Matthias,

On Wed, Sep 22, 2010 at 10:38 PM, Matthias Klose  wrote:
> Given, that this is just a new version of existing software, I would like to
> at least co-maintain that. It will be included in python3.3 anyway.
>
> I'd like to keep the changes in current distutils and distribute, and
> distutils2 in sync.

+1 for co-maintenance :)

> Are there currently any packages which use distutils2?

Not yet, I think we should target alpha3 that will contain important
features that'll make it a viable alternative
Should be out in a week or so. We will have ppbly a few more alpha
then 2 or 3 betas.

the final should be out at the end of the year I hope

Tarek

-- 
Tarek Ziadé | http://ziade.org



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



Bug#597777: [INTL:da] Danish translation of the debconf templates aide

2010-09-22 Thread Joe Dalton
Package: aide
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations

j...@joe-desktop:~/over/debian/aide$ msgfmt --statistics -c -v -o /dev/null 
da.po
9 oversatte tekster.

bye
Joe

# Danish translation aide.
# Copyright (C) 2010 aide & nedenstående oversættere.
# This file is distributed under the same license as the aide package.
# Morten Brix Pedersen , 2005.
# Joe Hansen , 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: aide\n"
"Report-Msgid-Bugs-To: pkg-aide-maintain...@lists.alioth.debian.org\n"
"POT-Creation-Date: 2006-09-22 15:14+0200\n"
"PO-Revision-Date: 2010-09-22 17:30+01:00\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish  \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"

#. Type: boolean
#. Description
#: ../aide-common.templates:1001
msgid "Initialize AIDE database?"
msgstr "Initialiser AIDE-databasen?"

#. Type: boolean
#. Description
#: ../aide-common.templates:1001
msgid ""
"Before AIDE can be used, you will have to initialize a database. You can "
"immediately do this here, or run the '/usr/sbin/aideinit' script from a "
"shell later."
msgstr ""
"Før AIDE kan bruges, skal du initialisere en database. Du kan gøre "
"dette øjeblikkeligt her, eller køre skriptet '/usr/sbin/aideinit' fra "
"en skal senere."

#. Type: boolean
#. Description
#: ../aide-common.templates:2001
msgid "Move AIDE data files from old directory to new?"
msgstr "Flyt AIDE-datafiler fra gammel mappe til ny?"

#. Type: boolean
#. Description
#: ../aide-common.templates:2001
msgid ""
"AIDE now stores its databases in /var/lib/aide by default. It appears that "
"you have an older version installed which uses /usr/lib/aide. You can have "
"the data files moved automatically."
msgstr ""
"AIDE gemmer nu sine databaser i /var/lib/aide som standard. Det ser ud til, "
"at du har en gammel version installeret, som bruger /usr/lib/aide. Vil du "
"have indholdet flyttet for dig?"

#. Type: boolean
#. Description
#: ../aide-common.templates:3001
msgid "Overwrite existing /var/lib/aide/aide.db.new?"
msgstr "Overskriv eksisterende /var/lib/aide/aide.db.new?"

#. Type: boolean
#. Description
#: ../aide-common.templates:3001
msgid ""
"You have already a newly generated AIDE database in /var/lib/aide/aide.db."
"new. If you choose this option, the existing file will be be overwritten by "
"the new data obtained from the current state of your file system."
msgstr ""
"Du har allerede en nylig oprettet AIDE-database i /var/lib/aide/aide.db."
"new. Hvis du vælger denne indstilling, vil den eksisterende fil blive "
"overskrevet af de nye data indhentet fra den aktuelle tilstand på dit "
"filsystem."

#. Type: boolean
#. Description
#: ../aide-common.templates:4001
msgid "Copy aide.db.new to aide.db?"
msgstr "Kopier aide.db.new til aide.db?"

#. Type: boolean
#. Description
#: ../aide-common.templates:4001
msgid ""
"It is advisable for you to first look over /var/lib/aide/aide.db.new file "
"before replacing the existing db. You can have the package replace the "
"database anyway here."
msgstr ""
"Det anbefales, at du først kigger den nye fil /var/lib/aide/aide.db.new "
"igennem, inden du erstatter din eksisterende db. Du kan her lade pakken "
"erstatte databasen alligevel."

#. Type: boolean
#. Description
#: ../aide-common.templates:4001
msgid ""
"If you do not choose this option, you will need to copy the file /var/lib/"
"aide/aide.db.new to /var/lib/aide/aide.db before AIDE can use it."
msgstr ""
"Hvis du ikke vælger denne indstilling, skal du kopiere filen /var/lib/"
"aide/aide.db.new til /var/lib/aide/aide.db før AIDE kan bruge den."




Bug#595023: doesn't seem to support multiple bind addresses

2010-09-22 Thread Eduard Bloch
#include 
* Luca Tettamanti [Wed, Sep 22 2010, 09:20:10PM]:

> >> Just hit this bug :s
> >> The problem is in the perl script
> >> (/usr/lib/apt-cacher-ng/expire-caller.pl), in the part where it parses
> >> the configuration files.
> >
> > Known. Fixed. In Testing.
> 
> Yes I know, and I won't upgrade to testing a production machine just
> for this package.

Then use a backport. Or just take the caller script from the unstable
package (unpacking the source or the .deb with tar/ar or simply with "unp").

> > Please look at previous reports before
> > reporting a new one.
> 
> I didn't open a new bug. Lets assume that I'm not a moron... I was

I didn't. Instead, I assumed misinformation or a minor lack of
knowledge, because such bugs are never fixed in the Stable branch.

Policy is policy is policy.

Regards,
Eduard.




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



Bug#597776: ksh: issues with colour prompt

2010-09-22 Thread Peter T
Package: ksh
Version: 93s+20080202-1
Severity: normal

Background - on my previous computer running Lenny I did almost all my console
stuff in gnu screen which is not effected by this bug. On my new computer using
Squeeze I've opted for a tiling window manager and lots of terminals in place
of gnu screen.

At the moment I am being forced to use a mono prompt

PS1=`uname -n`':${PWD/#$HOME/\~} [!]\$ '

because of issues with my colour prompt

PS1="^[[0;33m`uname -n`^[[0m:^[[1;33m"'${PWD/#$HOME/\~} ^[[0m
^[[0;33m[^[[0m!^[[0;33m]^[[0m\$ '

This color prompt works fine most of the time but when using tab completion I
end up with something like

host:~ [1]$ cl
1) cls
2) /usr/bin/clear
3) /usr/bin/clear_console
4) /usr/bin/cleanlinks
host[0m:~ [0;33m[[0m1][0m$ cl

hitting enter returns the prompt to normal


I do not observe this behaviour in gnu screen is being run nor if the prompt is
being run on a remote computer over ssh or on the linux console (no X).

This behaviour has been observed using rxvt-unicode (urxvt) and vte based
terminals (roxterm and sakura).

Now it could be that I've made mistakes in my prompt if so I apologise for
wasting your time but it may also be a bug.



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

Kernel: Linux 2.6.35-4.dmz.2-liquorix-686 (SMP w/1 CPU core; PREEMPT)
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 ksh depends on:
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib

ksh recommends no packages.

ksh 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#597775: Bug when starting blender

2010-09-22 Thread sulphur
Package: blender
Version: 2.49.2~dfsg-2+b2
Severity: normal

Compiled with Python version 2.6.6.
Checking for installed Python... got it!
/usr/bin/blender: line 133:  9520 Naruszenie ochrony pamięci   blender-bin
"$@"



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
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 blender depends on:
ii  gettext [libgettex 0.18.1.1-2GNU Internationalization utilities
ii  libalut0   1.1.0-2   OpenAL Utility Toolkit
ii  libavcodec52   5:0.6~svn20100726-0.0 library to encode decode multimedi
ii  libavdevice52  5:0.6~svn20100726-0.0 ffmpeg device handling library
ii  libavformat52  5:0.6~svn20100726-0.0 ffmpeg file format library
ii  libavutil494:0.5.2-4 ffmpeg utility library
ii  libc6  2.11.2-5  Embedded GNU C Library: Shared lib
ii  libdc1394-22   2.1.2-3   high level programming interface f
ii  libfreetype6   2.4.2-2   FreeType 2 font engine, shared lib
ii  libftgl2   2.1.3~rc5-3   library to render text in OpenGL u
ii  libgcc11:4.4.4-14GCC support library
ii  libgl1-mesa-glx [l 7.7.1-4   A free implementation of the OpenG
ii  libglu1-mesa [libg 7.7.1-4   The OpenGL utility library (GLU)
ii  libgsm11.0.13-3  Shared libraries for GSM speech co
ii  libilmbase61.0.1-3   several utility libraries from ILM
ii  libjpeg62  6b1-1 The Independent JPEG Group's JPEG 
ii  libogg01.2.0~dfsg-1  Ogg bitstream library
ii  libopenal1 1:1.12.854-2  Software implementation of the Ope
ii  libopenexr61.6.1-4.1 runtime files for the OpenEXR imag
ii  libopenjpeg2   1.3+dfsg-4JPEG 2000 image compression/decomp
ii  libpng12-0 1.2.44-1  PNG library - runtime
ii  libpython2.6   2.6.6-3   Shared Python runtime library (ver
ii  libsdl1.2debian1.2.14-6  Simple DirectMedia Layer
ii  libstdc++6 4.4.4-14  The GNU Standard C++ Library v3
ii  libswscale05:0.6~svn20100726-0.0 ffmpeg video scaling library
ii  libvorbis0a1.3.1-1   The Vorbis General Audio Compressi
ii  libvorbisenc2  1.3.1-1   The Vorbis General Audio Compressi
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  libxi6 2:1.3-4   X11 Input extension library
ii  python 2.6.6-1   interactive high-level object-orie
ii  python-support 1.0.9 automated rebuilding support for P
ii  ttf-dejavu 2.31-1Metapackage to pull in ttf-dejavu-
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

blender recommends no packages.

Versions of packages blender suggests:
ii  libtiff4  3.9.4-3Tag Image File Format (TIFF) libra
pn  yafray (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#597707: cron: Cron segfaults while executing jobs

2010-09-22 Thread Igor Stroh
Hi Christian,

On Wed, Sep 22, 2010 at 6:21 PM, Christian Kastner  wrote:


> Are you by chance using libpam-mount? It was the cause for #401761 and
> #484122, for example, which exhibited the same symptoms.
>

Yeah, it was a libpam-mount, sorry for the noise :(
I realized it a couple of minutes after I sent the bug report.

Greetings,
Igor


Bug#597774: [INTL:da] Danish translation of the debconf templates boinc

2010-09-22 Thread Joe Dalton
Package: boinc
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations

j...@joe-desktop:~/over/debian/no-ip$ msgfmt --statistics -c -v -o /dev/null 
da.po
15 oversatte tekster.

bye
Joe

# Danish translation boinc.
# Copyright (C) 2010 boinc & nedenstående oversættere.
# This file is distributed under the same license as the boinc package.
# Joe Hansen , 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: boinc\n"
"Report-Msgid-Bugs-To: pkg-boinc-de...@lists.alioth.debian.org\n"
"POT-Creation-Date: 2006-11-27 18:06+0100\n"
"PO-Revision-Date: 2010-09-22 17:30+01:00\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish  \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#. HINT: The wording of this template is similar to the wording of the
#. dbconfig-common/purge template. Please have a look at the translation for
#. the dbconfig-common/purge template first before translating this template,
#. thanks.
#: ../boinc-client.templates:1001
msgid "Do you want to remove the BOINC data directory?"
msgstr "Ønsker du at fjerne BOINC's datamappe?"

#. Type: boolean
#. Description
#. HINT: The wording of this template is similar to the wording of the
#. dbconfig-common/purge template. Please have a look at the translation for
#. the dbconfig-common/purge template first before translating this template,
#. thanks.
#: ../boinc-client.templates:1001
msgid ""
"The BOINC data directory /var/lib/boinc-client contains the information to "
"which projects the BOINC core client is attached, the work unit cache and "
"several other data.  If you no longer need this data, this is your chance to "
"remove them."
msgstr ""
"BOINC-datamappe /var/lib/boinc-client indeholder den information, som projekter "
"er vedhæftet BOINC-kerneklienten, arbejdsenhedsmellemlageret og flere andre "
"data. Hvis du ikke længere har brug for disse data, så er dette din chance for "
"at fjerne dem."

#. Type: boolean
#. Description
#. HINT: The wording of this template is similar to the wording of the
#. dbconfig-common/purge template. Please have a look at the translation for
#. the dbconfig-common/purge template first before translating this template,
#. thanks.
#: ../boinc-client.templates:1001
msgid ""
"If no longer have need of the data being stored in the BOINC data directory, "
"you should choose this option.  If you want to hold this data for another "
"time, or if you would rather handle this process manually, you should refuse "
"this option."
msgstr ""
"Hvis du ikke længere har brug for dataene gemt i BOINC's datamappe, bør du "
"vælge denne indstilling. Hvis du ønsker at beholde disse data til et senere "
"tidspunkt, eller du foretrækker at håndtere denne proces manuelt, skal du "
"afvise denne indstilling."


Bug#597596: Wanted: current debdelta server status (relative to regular apt servers)

2010-09-22 Thread A Mennucc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 21/09/2010 06:45, A. Costa ha scritto:
>  For some reason the debdelta server hasn't
> had much new for the last few days.

my PC ran out of disk space while I was out of town  :-<

> Users then wonder if it's better to wait a while for the debdelta server
> to update, or suffer through a longer download now.  If delta
> availability is like the weather, when will the weather change?
> 
> It'd be nice if in times of drought 'debdelta-upgrade' showed how
> current the server was, and how often it gets updated, when it'll be
> updated next, how much data it's slinging, etc.  

you can get some info from  http://debdelta.debian.net/run/log/

I will add some notification method in debdelta-upgrade

> (Better still would be apt server network idempotency, where no package
> would be made available until every server had it, but that's another
> kettle of fish...)

(Better still would be if deltas would be prepared in some big
centralized Debian server, instead of in my small PC; I hope that
http://bugs.debian.org/548709
will have some progress)

a.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyaZDUACgkQ9B/tjjP8QKREgwCgh/G/svH4u2H5/VNBM7FnOv6R
kHIAn0V+fe031hm3gbiUYoo73O+yHeC+
=ZiFR
-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#597665: Patch for 597665

2010-09-22 Thread brian m. carlson
tags 597665 + patch
kthxbye

I've attached a patch which solves the problem by marking tabs with
spans with class "tab".

This patch is necessary because there are two contexts in which HTML can
be generated: CSS-ignoring and CSS-supporting.  In the former, tabs will
never be displayed properly.  However, the only way to create
appropriate line breaks is via the br tag, because using the white-space
CSS property won't work (since CSS is not supported).

In CSS-supporting contexts, we *can* get sane white space handling,
including for tabs, by using white-space: pre.  Unfortunately, with the
br tags, this causes two line breaks, which makes every line
double-spaced.  Since we need the br tags for the CSS-ignoring case, the
only way to handle tabs correctly involves using a span to allow styling
of the CSS.

We don't need to handle any other characters specially since white-space
handling in CSS is limited to space, tab, carriage return, and linefeed.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff -ur docbook-xsl-ns.old/html/html-rtf.xsl docbook-xsl-ns-1.76.0~RC1+dfsg/html/html-rtf.xsl
--- docbook-xsl-ns.old/html/html-rtf.xsl	2010-09-22 19:15:46.0 +
+++ docbook-xsl-ns-1.76.0~RC1+dfsg/html/html-rtf.xsl	2010-09-22 19:58:39.0 +
@@ -236,7 +236,7 @@
   
 
   
-
+
   
 
 
@@ -245,7 +245,14 @@
 
   
 
-  

+  
+
+  

+
+
+  	
+
+  
 
 
 
@@ -267,7 +274,7 @@
   
 
   
-
+
   
 
 
@@ -275,8 +282,15 @@
   
 
   
-
-  

+
+  
+
+  

+
+
+  	
+
+  
 
 
 
diff -ur docbook-xsl-ns.old/xhtml/html-rtf.xsl docbook-xsl-ns-1.76.0~RC1+dfsg/xhtml/html-rtf.xsl
--- docbook-xsl-ns.old/xhtml/html-rtf.xsl	2010-09-22 19:15:46.0 +
+++ docbook-xsl-ns-1.76.0~RC1+dfsg/xhtml/html-rtf.xsl	2010-09-22 19:54:47.0 +
@@ -222,7 +222,7 @@
   
 
   
-
+
   
 
 
@@ -231,8 +231,14 @@
 
   
 
-  
-
+  
+
+  

+
+
+  	
+
+  
 
 
 
@@ -241,9 +247,10 @@
 
   
   
-
+
   
-	
+	  
   
 
   
@@ -253,7 +260,7 @@
   
 
   
-
+
   
 
 
@@ -261,9 +268,15 @@
   
 
   
-
-  
-
+
+  
+
+  

+
+
+  	
+
+  
 
 
 
@@ -272,7 +285,8 @@
 	
 	  
 	  
-	
+	
 	  
 	
   
diff -ur docbook-xsl-ns.old/xhtml-1_1/html-rtf.xsl docbook-xsl-ns-1.76.0~RC1+dfsg/xhtml-1_1/html-rtf.xsl
--- docbook-xsl-ns.old/xhtml-1_1/html-rtf.xsl	2010-09-22 19:15:46.0 +
+++ docbook-xsl-ns-1.76.0~RC1+dfsg/xhtml-1_1/html-rtf.xsl	2010-09-22 19:55:34.0 +
@@ -222,7 +222,7 @@
   
 
   
-
+
   
 
 
@@ -231,8 +231,14 @@
 
   
 
-  
-
+  
+
+  

+
+
+  	
+
+  
 
 
 
@@ -253,7 +260,7 @@
   
 
   
-
+
   
 
 
@@ -261,9 +268,15 @@
   
 
   
-
-  
-
+
+  
+
+  

+
+
+  	
+
+  
 
 
 


signature.asc
Description: Digital signature


Bug#597759: please package new upstream version 1.0.11

2010-09-22 Thread Holger Levsen
package: italc
severity: wishlist
x-debbugs-cc: debian-...@lists.debian.org

On Mittwoch, 22. September 2010, Martin Schulte wrote:
> Hello,
>
> does someone know, if there is an deb-package for the newest
> italc-version (1.0.11). The official debian-package is version 1.0.9, an
> there were fixed a lot of bugs.
>
>
> Thanks, Martin


cheers,
Holger


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


Bug#597395: ITP: python-distutils2 -- the new version the the Python Distribute utilities

2010-09-22 Thread Matthias Klose
Given, that this is just a new version of existing software, I would like to at 
least co-maintain that. It will be included in python3.3 anyway.


I'd like to keep the changes in current distutils and distribute, and distutils2 
in sync.


Are there currently any packages which use distutils2?

  Matthias

On 19.09.2010 13:19, Carl Chenet wrote:

Package: wnpp
Severity: wishlist
Owner: Carl Chenet


* Package name: python-distutils2
   Version : 1.0a2
   Upstream Author : Tarek Ziade
* URL : http://pypi.python.org/pypi/distutils2
* License : PSF
   Programming Lang: Python
   Description : the new version the the Python Distribute utilities

The Python Distribution utilities make Python modules and extensions easily
available to a wider audience with a very little overhead to build, install
and release mechanics.

This version is not backward compatible with Distutils but provides more
features and implements most new packaging standards.








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



Bug#597760: dahdi-source: Adding support for Junghanns douBRI miniPCI

2010-09-22 Thread Heinrich Ruthensteiner
Package: dahdi-source
Version: 1:2.3.0.1+dfsg-1
Severity: wishlist
Tags: upstream patch

I use the following ISDN-Card: JUNGHANNS.NET duoBRI miniPCI

with the offical package I get the following lines in syslog:

...
Sep 22 17:02:33 rhodos kernel: [6.005235] Unknown HFC multiport controller 
(vendor:1397 device:08b4 subvendor:1397 subdevice:b559)
Sep 22 17:02:33 rhodos kernel: [6.023654] Please contact the driver 
maintainer for support.
...

# lspci -v -nn -s 00:11.0 
00:11.0 ISDN controller [0204]: Cologne Chip Designs GmbH ISDN network 
Controller [HFC-4S] [1397:08b4] (rev 01)
Subsystem: Cologne Chip Designs GmbH Device [1397:b559]
Flags: medium devsel, IRQ 15
I/O ports at e500 [size=8]
Memory at a0005000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 2
Kernel driver in use: wcb4xxp

(with an already patched kernel driver)

I applied the following patch to 
/usr/src/modules/dahdi/drivers/dahdi/wcb4xxp/base.c:

# diff -u base.c.orig base.c
--- base.c.orig 2010-08-03 03:05:35.0 +0200
+++ base.c  2010-09-22 19:45:13.0 +0200
@@ -128,6 +128,7 @@
 
 static struct devtype wcb4xxp =  {"Wildcard B410P", .ports = 4, .card_type = 
B410P  };
 static struct devtype hfc2s =   {"HFC-2S Junghanns.NET duoBRI PCI", .ports = 
2, .card_type = DUOBRI };
+static struct devtype hfc2s_M = {"HFC-4S Junghanns.NET douBRI 
miniPCI", .ports = 2, .card_type = DUOBRI };
 static struct devtype hfc4s =   {"HFC-4S Junghanns.NET quadBRI PCI", .ports = 
4, .card_type = QUADBRI };
 static struct devtype hfc8s =   {"HFC-8S Junghanns.NET octoBRI PCI", .ports = 
8, .card_type = OCTOBRI };
 static struct devtype hfc2s_OV = {"OpenVox B200P", .ports = 2, .card_type = 
B200P_OV };
@@ -2889,6 +2890,7 @@
{ 0x1397, 0x08b4, 0x1397, 0xb520, 0, 0, (unsigned long)&hfc4s },
{ 0x1397, 0x08b4, 0x1397, 0xb550, 0, 0, (unsigned long)&hfc4s },
{ 0x1397, 0x08b4, 0x1397, 0xb556, 0, 0, (unsigned long)&hfc2s },
+   { 0x1397, 0x08b4, 0x1397, 0xb559, 0, 0, (unsigned long)&hfc2s_M },
{ 0x1397, 0x08b4, 0x1397, 0xe884, 0, 0, (unsigned long)&hfc2s_OV },
{ 0x1397, 0x08b4, 0x1397, 0xe888, 0, 0, (unsigned long)&hfc4s_OV },
{ 0x1397, 0x16b8, 0x1397, 0xe998, 0, 0, (unsigned long)&hfc8s_OV },

And added the following line to /usr/share/perl5/Dahdi/Hardware/PCI.pm (package 
dahdi):

# diff -u PCI.pm.orig PCI.pm
--- PCI.pm.orig 2010-09-22 22:18:46.0 +0200
+++ PCI.pm  2010-09-22 19:57:31.0 +0200
@@ -111,6 +111,7 @@
'1397:08b4/1397:b520'   => { DRIVER => 'wcb4xxp', DESCRIPTION => 
'Junghanns QuadBRI ISDN card' },
'1397:08b4/1397:b550'   => { DRIVER => 'wcb4xxp', DESCRIPTION => 
'Junghanns QuadBRI ISDN card' },
'1397:16b8/1397:b552'   => { DRIVER => 'wcb4xxp', DESCRIPTION => 
'Junghanns OctoBRI ISDN card' },
+   '1397:16b8/1397:b559'   => { DRIVER => 'wcb4xxp', DESCRIPTION => 
'Junghanns DuoBRI miniPCI ISDN card' },
'1397:16b8/1397:b55b'   => { DRIVER => 'wcb4xxp', DESCRIPTION => 
'Junghanns OctoBRI ISDN card' },
'1397:08b4/1397:e884'   => { DRIVER => 'wcb4xxp', DESCRIPTION => 
'OpenVox B200P' },
'1397:08b4/1397:e888'   => { DRIVER => 'wcb4xxp', DESCRIPTION => 
'OpenVox B400P' },

Now it seems to work. If would be nice if you could provide this for future 
releases.


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

Kernel: Linux 2.6.32-5-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dahdi-source depends on:
ii  bzip2 1.0.5-4high-quality block-sorting file co
ii  debhelper 8.0.0  helper programs for debian/rules
ii  module-assistant  0.11.3 tool to make module package creati

Versions of packages dahdi-source recommends:
ii  dahdi-linux 1:2.3.0.1+dfsg-1 DAHDI telephony interface - Linux 

dahdi-source 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#597761: [INTL:da] Danish translation of the debconf templates amavisd-new

2010-09-22 Thread Joe Dalton
Package: amavisd-new
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations

j...@joe-desktop:~/over/debian/amavisd-new$ msgfmt --statistics -c -v -o 
/dev/null da.po6 oversatte tekster.

bye
Joe

# Danish translation amavisd-new.
# Copyright (C) 2010 amavisd-new & nedenstående oversættere.
# This file is distributed under the same license as the amavisd-new package.
# Joe Hansen , 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: amavisd-new\n"
"Report-Msgid-Bugs-To: b...@debian.org\n"
"POT-Creation-Date: 2006-08-10 11:09-0300\n"
"PO-Revision-Date: 2010-09-22 17:30+01:00\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish  \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: note
#. Description
#: ../amavisd-new.templates:1001
msgid "Incompatible configuration file layout detected"
msgstr "Inkompatibel layout for konfigurationsfil detekteret"

#. Type: note
#. Description
#: ../amavisd-new.templates:1001
msgid ""
"The Debian packages have changed the way they handle configuration files for "
"amavisd-new to a better system, which uses multiple files instead of a "
"single, monolithic file."
msgstr ""
"Debianpakkerne har ændret den måde de håndterer konfigurationsfiler for "
"amavisd-new til et bedre system, som bruger flere filer i steden for en "
"enkel, monolitisk fil."

#. Type: note
#. Description
#: ../amavisd-new.templates:1001
msgid ""
"The old amavisd-new configuration files that are still present in your "
"system (named either /etc/amavisd.conf or /etc/amavis/amavisd.conf) are "
"incompatible with this new config file layout."
msgstr ""
"De gamle konfigurationsfiler til amavisd-new, som stadig er til stede i "
"dit system (navngivet enten /etc/amavisd.conf eller /etc/amavis/amavisd.conf), "
"er inkompatible med dette nye layout for konfigurationsfilen."

#. Type: note
#. Description
#: ../amavisd-new.templates:1001
msgid ""
"You should read /usr/share/doc/amavisd-new/README.Debian to understand the "
"new configuration layout, and after that you should port your configuration "
"to the new layout."
msgstr ""
"Du bør læse /usr/share/doc/amavisd-new/README.Debian for at forstå det "
"nye konfigurationslayout, og derefter bør du omdanne din konfiguration "
"til det nye layout."

#. Type: note
#. Description
#: ../amavisd-new.templates:1001
msgid ""
"For your safety, the old configuration files in your system have been "
"disabled, and a \".disabled\" postfix was added to their file names.  The "
"amavisd-new service will refuse to start until you remove (or rename) these "
"\".disabled\" files."
msgstr ""
"For en sikkerheds skyld er de gamle konfigurationsfiler i dit system blevet "
"deaktiveret, og et præfiks ».disabled« er blevet tilføjet deres filnavne. "
"Tjenesten amavisd-new vil nægte at starte indtil du fjerner (eller omdøber) "
"disse ».disabled-filer«."

#. Type: note
#. Description
#: ../amavisd-new.templates:1001
msgid ""
"This safety is in place to avoid starting an unconfigured amavisd-new in "
"place of your previously configured one.  Do not remove the \".disabled\" "
"files until you have read the /usr/share/doc/amavisd-new/README.Debian file "
"and ported your old configuration to the new layout."
msgstr ""
"Denne sikkerhed er indført for at undgå start af en amavisd-new, som ikke er "
"konfigureret fremfor din tidligere konfigurerede. Fjern ikke filerne ».disabled« "
"før du har læst filen /usr/share/doc/amavisd-new/README.Debian og omdannet "
"din gamle konfiguration til det nye layout."



Bug#595801: same thing in upgraded vm

2010-09-22 Thread Peter Palfrader
On Wed, 22 Sep 2010, Mark Hedges wrote:

> I'm getting this same error in an VM that I just upgraded
> from stable (Lenny) to testing (Squeeze).  It won't go away.

Of course not.  But this is not a bug in snapshot.

It's, if anything, a missing feature in apt.
-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.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#597766: [INTL:da] Danish translation of the debconf templates mahara

2010-09-22 Thread Joe Dalton
Package: mahara
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations

j...@joe-desktop:~/over/debian/mahara$ msgfmt --statistics -c -v -o /dev/null 
da.po
15 oversatte tekster.

bye
Joe

# Danish translation mahara.
# Copyright (C) 2010 mahara & nedenstående oversættere.
# This file is distributed under the same license as the mahara package.
# Joe Hansen , 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: mahara\n"
"Report-Msgid-Bugs-To: mah...@packages.debian.org\n"
"POT-Creation-Date: 2008-03-28 14:33+1300\n"
"PO-Revision-Date: 2010-09-22 17:30+01:00\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish  \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: select
#. Description
#: ../mahara.templates:1001
msgid "Database type:"
msgstr "Databasetype:"

#. Type: select
#. Description
#: ../mahara.templates:1001
msgid "What type of database should be used for the Mahara site"
msgstr "Hvilken databasetype skal bruges for Maharasiden"

#. Type: string
#. Description
#: ../mahara.templates:2001
msgid "Database host:"
msgstr "Databasevært:"

#. Type: string
#. Description
#: ../mahara.templates:2001
msgid ""
"Which database host should be used for the Mahara site You can leave this "
"blank to connect via UNIX sockets"
msgstr ""
"Hvilken databasevært skal bruges til Maharasiden. Du kan efterlade denne "
"tom for at forbinde via UNIX-sokler"

#. Type: string
#. Description
#: ../mahara.templates:3001
msgid "Database port:"
msgstr "Databaseport:"

#. Type: string
#. Description
#: ../mahara.templates:3001
msgid ""
"Which database port should be used for the Mahara site You can leave this "
"blank for the default"
msgstr ""
"Hvilken databaseport skal bruges til Maharasiden. Du kan efterlade denne "
"tom for at bruge standarden."

#. Type: string
#. Description
#: ../mahara.templates:4001
msgid "Database name (not username):"
msgstr "Databasenavn (ikke brugernavn):"

#. Type: string
#. Description
#: ../mahara.templates:4001
msgid "Which database should be used for the Mahara site"
msgstr "Hvilken database skal bruges til Maharasiden"

#. Type: string
#. Description
#: ../mahara.templates:5001
msgid "Database username:"
msgstr "Databasebrugernavn:"

#. Type: string
#. Description
#: ../mahara.templates:5001
msgid "Which username should be used to connect to the Mahara database"
msgstr "Hvilket brugernavn skal bruges til at forbinde til Maharadatabasen"

#. Type: string
#. Description
#: ../mahara.templates:6001
msgid "Database password:"
msgstr "Adgangskode til database:"

#. Type: string
#. Description
#: ../mahara.templates:6001
msgid ""
"Which password is associated with the given username You can leave this "
"blank if you are not using password authentication."
msgstr ""
"Hvilken adgangskode er associeret med det givne brugernavn. Du kan efterlade "
"denne tom, hvis du ikke bruger adgangskodegodkendelse."

#. Type: string
#. Description
#: ../mahara.templates:7001
msgid "SMTP Hosts:"
msgstr "SMTP-værter:"

#. Type: string
#. Description
#: ../mahara.templates:7001
msgid "Comma separated list of SMTP servers to use to send mail"
msgstr "Kommaadskilt liste af SMTP-servere der skal bruges til at sende post"

#. Type: string
#. Description
#: ../mahara.templates:7001
msgid ""
"If you leave this blank, the system mailer will be used. Generally, this "
"will work fine"
msgstr ""
"Hvis du efterlader denne tom, vil systempostsenderen blive brugt. Generelt vil "
"dette virke fint"



Bug#283972: Hayworth of known Mississippi assigned

2010-09-22 Thread up standard Services
George miniaturized A mixed



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



Bug#597763: [INTL:da] Danish translation of the debconf templates solr

2010-09-22 Thread Joe Dalton
Package: solr
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations

j...@joe-desktop:~/over/debian/solr$ msgfmt --statistics -c -v -o /dev/null 
da.po
3 oversatte tekster.

bye
Joe

# Danish translation solr.
# Copyright (C) 2010 solr & nedenstående oversættere.
# This file is distributed under the same license as the solr package.
# Joe Hansen , 2010.R.
#
msgid ""
msgstr ""
"Project-Id-Version: solr\n"
"Report-Msgid-Bugs-To: pkg-java-maintain...@lists.alioth.debian.org\n"
"POT-Creation-Date: 2007-10-04 07:18+0200\n"
"PO-Revision-Date: 2010-09-22 17:30+01:00\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish  \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../solr-common.templates:2001
msgid "Remove Solr index files?"
msgstr "Fjern Solr's indeksfiler?"

#. Type: boolean
#. Description
#: ../solr-common.templates:2001
msgid ""
"The Solr data directory (/var/lib/solr), and the index files it contains, "
"may be removed while purging the package."
msgstr ""
"Solr-datamappen (/var/lib/solr), og indeksfilerne den indeholder, "
"må fjernes når pakken afinstalleres."

#. Type: boolean
#. Description
#: ../solr-common.templates:2001
msgid ""
"You should not choose this option if you intend to re-use Solr's index files "
"later."
msgstr ""
"Du skal ikke vælge denne indstilling, hvis du har planer om at genbruge "
"Solr's indeksfiler."



Bug#579764: bug 579764

2010-09-22 Thread Rene Engelhard
forwarded 579764 http://qa.openoffice.org/issues/show_bug.cgi?id=111652
tag 579764 + upstream
tag 579764 + fixed-upstream
retitle 579764 [fixed for 3.4, cws writerfilter09] openoffice.org writer: 
crashes when opening some .docx
tag 579764 + patch
thanks

On Wed, Sep 22, 2010 at 09:48:20PM +0200, Arjan Moraal wrote:
> Also reported upstream with same AppInit_Win7.docx document:
> http://qa.openoffice.org/issues/show_bug.cgi?id=111652

Marked as forwarded, thanks.
(http://hg.services.openoffice.org/cws/writerfilter09/rev/094c581d7f70 is the
patch then, not sure whether I should risk adding this to 3.2.1 - new
function signature etc...)

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



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



Bug#593611: Clarify whose signature should go in debian/changelog (4.4)

2010-09-22 Thread gregor herrmann
On Wed, 22 Sep 2010 21:37:24 +1200, Andrew McMillan wrote:

> On Sat, 2010-09-18 at 21:10 -0700, Russ Allbery wrote:

> > --- a/policy.sgml
> > +++ b/policy.sgml
> > @@ -1688,11 +1688,14 @@
> >  
> > 
> >   The maintainer name and email address used in the changelog
> > - should be the details of the person uploading this
> > - version.  They are not necessarily those of the
> > - usual package maintainer.
> > -   If the developer uploading the package is not one of the usual
> > -   maintainers of the package (as listed in
> > + should be the details of the person who prepared this release of
> > + the package.  They are not necessarily those of the
> > + uploader or usual package maintainer.
> > +   In the case of a sponsored upload, the uploader signs the
> > +   files, but the changelog maintainer name and address are those
> > +   of the person who prepared this release.  If the preparer of
> > +   the release is not one of the usual maintainers of the package
> > +   (as listed in
> > the Maintainer
> > or Uploaders control
> > fields of the package), the first line of the changelog is
> 
> Seconded.

Seconded as well.

Cheers,
gregor
 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-NP: Tom Waits: The Piano Has Been Drinking


signature.asc
Description: Digital signature


  1   2   3   4   >