Bug#710472: nvi :file command gives nonsensical percentages

2013-05-31 Thread Paul Vojta
Package: nvi
Version: 1.81.6-10
Severity: minor

Dear Maintainer,

The :file command (also ^G) often gives nonsensical percentages in its output.

For example (while editing this bug report):

/tmp/mutt-xps-1000-8668-306287981309926837: modified: line 8 of 32
[140733193388057%]

(It sometimes does give the right percentage, though.)


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

Kernel: Linux 2.6.38 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages nvi depends on:
ii  libc6 2.17-3
ii  libdb5.1  5.1.29-5
ii  libncursesw5  5.9+20130504-1
ii  libtinfo5 5.9+20130504-1

Versions of packages nvi recommends:
ii  nvi-doc  1.81.6-10

nvi 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#710473: RFS: bats/0.2.0-1

2013-05-31 Thread Grzegorz Niewisiewicz
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package bats

* Package name: bats
  Version : 0.2.0-1
  Upstream Author : Sam Stephenson sstephen...@gmail.com
* URL : https://github.com/sstephenson/bats
* License : MIT
  Section : devel

It builds those binary packages:

  bats  - Bash Automated Testing System

To access further information about this package, please visit the
following URL:

http://mentors.debian.net/package/bats

Alternatively, one can download the package with dget using this command:

  dget -x http://mentors.debian.net/debian/pool/main/b/bats/bats_0.2.0-1.dsc

More information about bats can be obtained from
https://github.com/sstephenson/bats.

Changes since the last upload:

  * Initial release (Closes: #709135)
  * Added a simple manpage.
  * Fixed install.sh to respect DESTDIR and use install

Regards,
Grzegorz Niewisiewicz


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



Bug#710474: libunibreak-dev and liblinebreak2-dev: error when trying to install together

2013-05-31 Thread Ralf Treinen
Package: liblinebreak2-dev,libunibreak-dev
Version: liblinebreak2-dev/2.1-1
Version: libunibreak-dev/1.0-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2013-05-31
Architecture: amd64
Distribution: sid

Hi,

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


WARNING: The following packages cannot be authenticated!
  liblinebreak2 liblinebreak2-dev libunibreak1 libunibreak-dev
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously unselected package liblinebreak2.
(Reading database ... 10806 files and directories currently installed.)
Unpacking liblinebreak2 (from .../liblinebreak2_2.1-1_amd64.deb) ...
Selecting previously unselected package liblinebreak2-dev.
Unpacking liblinebreak2-dev (from .../liblinebreak2-dev_2.1-1_amd64.deb) ...
Selecting previously unselected package libunibreak1.
Unpacking libunibreak1 (from .../libunibreak1_1.0-1_amd64.deb) ...
Selecting previously unselected package libunibreak-dev.
Unpacking libunibreak-dev (from .../libunibreak-dev_1.0-1_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/libunibreak-dev_1.0-1_amd64.deb 
(--unpack):
 trying to overwrite '/usr/include/linebreakdef.h', which is also in package 
liblinebreak2-dev 2.1-1
Errors were encountered while processing:
 /var/cache/apt/archives/libunibreak-dev_1.0-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

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

  /usr/include/linebreak.h
  /usr/include/linebreakdef.h

This bug has been filed against both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may then
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://edos.debian.net/file-overwrites/.


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



Bug#704087: suffering this in wheezy

2013-05-31 Thread Michael Vogt
On Thu, May 30, 2013 at 06:57:34PM +0800, Michael Tsang wrote:
 My wheezy stable system starts to have this recently after I put the 
 appropriate stuff in the configuration file:
 
 /etc/cron.daily/apt:
 Traceback (most recent call last):
   File /usr/bin/unattended-upgrade, line 1011, in module
 main(options)
   File /usr/bin/unattended-upgrade, line 793, in main
 allowed_origins=allowed_origins)
   File /usr/bin/unattended-upgrade, line 75, in __init__
 self.adjust_candidate_versions()
   File /usr/bin/unattended-upgrade, line 92, in adjust_candidate_versions
 if is_allowed_origin(pkg.candidate, self.allowed_origins):
   File /usr/bin/unattended-upgrade, line 364, in is_allowed_origin
 if match_whitelist_string(allowed, origin):
   File /usr/bin/unattended-upgrade, line 272, in match_whitelist_string
 what, token))
 __main__.UnknownMatcherError: Unknown whitelist entry for macher 'n' (token 
 'n=wheezy')
 
 In my opinion, this bug makes this package unusable by most wheezy users, 
 because suite matching will cause the system to silently break at the point 
 when jessie is released.

Thanks for your bugreport.

Fixing this is not hard, but it requires a (small) change to
python-apt to export the information and a small patch to
unattended-upgrade itself (both are already in unstable). If there is
a chance that this might get accepted, I would love to get it in.

Cheers,
 Michael


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



Bug#710475: javascript-common.conf links into obsoleted directory /etc/apache2/conf.d

2013-05-31 Thread Tim Ruehsen
Package: javascript-common
Version: 8
Severity: normal

Dear Maintainer,

installing javascript-common should create a link to
 /etc/javascript-common/javascript-common.conf
 in the directories
 /etc/apache2/conf-available and/or /etc/apache2/conf-enabled

At the moment the link is still created in the obsoleted directory
 /etc/apache2/conf.d

Regards, Tim

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

Kernel: Linux 3.8-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 
(charmap=ISO-8859-15) (ignored: LC_ALL set to en_US.ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages javascript-common depends on:
ii  wwwconfig-common  0.2.2

javascript-common recommends no packages.

Versions of packages javascript-common suggests:
ii  apache2  2.4.4-4
ii  apache2-bin [httpd]  2.4.4-4

-- debconf-show failed


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



Bug#710476: an: Aborts with malloc.c assert failure on a particular input

2013-05-31 Thread Mark Triggs
Package: an
Version: 1.0-2
Severity: normal
Tags: patch

Hi there,

I noticed I could crash 'an' by providing a particular input string:

$ an gwelymernans 
an: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) 
((av)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd 
 old_size == 0) || ((unsigned long) (old_size) = (unsigned 
long)__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * 
(sizeof(size_t))) - 1))  ~((2 * (sizeof(size_t))) - 1)))  ((old_top)-size  
0x1)  ((unsigned long)old_end  pagemask) == 0)' failed.
zsh: abort  an gwelymernans

My C is a little rusty, but it looks like this might be due to the
make_alphabet function in bitfield.c not allocating room for a NULL byte when
calling safe_calloc.  Fixing that and recompiling resolved the problem for me.

I know this is a very minor issue, but I just thought I'd report it because I
was lucky enough to strike the problem :)

Cheers,

Mark

-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages an depends on:
ii  libc6 2.13-38
ii  libicu48  4.8.1.1-12

Versions of packages an recommends:
ii  wamerican [wordlist]   7.1-1
ii  wamerican-huge [wordlist]  7.1-1
ii  wbritish-huge [wordlist]   7.1-1

an suggests no packages.

-- no debconf information
diff --git a/bitfield.c b/bitfield.c
index d34033c..75704f8 100644
--- a/bitfield.c
+++ b/bitfield.c
@@ -163,7 +163,7 @@ make_alphabet(const UChar *source)
 int sourcelen = u_strlen(source);
 int x, y;
 
-dest = safe_calloc(sourcelen, sizeof(UChar));
+dest = safe_calloc(sourcelen + 1, sizeof(UChar));
 
 u_strcpy(dest, source);
 


Bug#641647: aide: Aide consumes all memory and swap

2013-05-31 Thread Hannes von Haugwitz
Hello Daniel,

On Mon, Sep 19, 2011 at 01:08:22PM -0400, Daniel Dickinson wrote:
 Oh, sorry, no the aideinit was never run because I either somehow
 skipped or missed the questions about initialzing aide and did it by
 hand.  I am right now trying an aide run after previously purging aide,
 and rebooting a few times (i.e. normal daily on/off), so aideinit is
 running now (or rather aide is running I believe from aideinit through
 debconf).  I'll let you know how that does.

Could you please provide feedback about the state of this issue. Is Aide
still consuming all memory and swap or has the issue meanwhile
solved/disappeared, so I can close this bug?

Best regards

Hannes


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



Bug#710450: Acknowledgement (iproute: tc filter action ipt -j .. error)

2013-05-31 Thread Andreas Henriksson
On Thu, May 30, 2013 at 11:57:40PM +0200, Piotr Janusz wrote:
 Same on latest unstable package (added to wheezy):
 
 dpkg --list | grep iproute
 ii  iproute1:3.9.0-2
 all  transitional dummy package for iproute2
 ii  iproute2   3.9.0-2
 i386 networking and traffic control tools


The iproute2 package in unstable has been built against
the iptables/libxtables version in unstable, and will likely
not work with iptables/libxtables from wheezy since there's
(as usual with libxtables) an API/ABI break with the new version.

The wheezy version of iproute was binNMUed by the release-team
against the unstable version of iptables/libxtables and broke
the ipt/xt module. This was spotted and the release-team
did additional binNMUs to try to fix this. unfortunately
with your bug report this didn't seem to work.

My recommendation, if you need the ipt/xt module is that you try
two things:

Easiest thing to test first:
use xt instead of ipt the ipt module is obsolete and
just a compat symlink to xt nowadays

More likely to fix the problem:
Rebuild (any version of) the iproute(2) package on YOUR system.
This means it will definitely be built against the version
of iptables/libxtables on your installation!

Make sure you have deb-src lines in your /etc/apt/sources.list(.d/*)
apt-get update

apt-get build-dep iproute
cd /tmp
apt-get source iproute
cd iproute*
dpkg-buildpackage -uc -us
dpkg -i ../iproute*.deb

Please report back if any of the above was successful or not!

-- 
Andreas Henriksson


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



Bug#710477: libapache2-mod-perl2: API changes with httpd24 transition: remote_ip and remote_port

2013-05-31 Thread Niko Tyni
Package: libapache2-mod-perl2
Version: 2.0.8+httpd24-r1449661-1

From #666822:

On Fri, May 24, 2013 at 11:33:22PM +0300, Damyan Ivanov wrote:

 There is an incompatibility with the wheezy version that we need to 
 address somehow. remote_ip and remote_port request methods are 
 renamed to client_ip and client_port. Perhaps small wrappers 
 providing the old methods for jessie? Another approach would be to 
 just document the change in NEWS.Debian.

Filing a bug so we don't forget this.
-- 
Niko


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



Bug#710478: libapache2-mod-perl2: build looks for /etc/apache2/httpd.conf

2013-05-31 Thread Niko Tyni
Package: libapache2-mod-perl2
Version: 2.0.8+httpd24-r1449661-2

From the 2.0.8+httpd24-r1449661-2 build logs:
 apache2: Could not open configuration file /etc/apache2/httpd.conf: No such 
file or directory

This is a problem as local Apache configuration may
presumably break the test suite. I managed to get most
of the tests to only look at debian/apache2.conf with
debian/patches/280-ignore-sysconf-for-defines.patch but it looks like
the ModPerl-Registry tests still need work.

This is not a regression; the 2.2 versions were much worse
in this regard, so we can probably live with it for now.
-- 
Niko Tyni   nt...@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#709170: no option to set the SSL protocol version?

2013-05-31 Thread W. Martin Borgert
On 2013-05-30 11:18, Charles Cazabon wrote:
 If this does fix the issue, I'd really like to see Debian revert this broken
 patch -- breaking existing configs and reducing compatibility with correct
 servers is not a good tradeoff for trying to make MSexchange work.

Well, the patch in only in Debian since 2013-05-17 and only in the
unstable distribution. unstable is exactly for finding such
problems and fixing them before the package reaches testing.

Anyway, I would love to see a fix for MSexChange compatibility with
the new SSL library, that does not break other IMAP servers. To my
regret, the MS product has still a very high market share,
notwithstanding much better free alternatives exist.

Do you think, one could make the SSL version an option, defaulting,
of course, to the original value? And with a check for the Python
version?

Or maybe the problem can be solved in a totally different manner. I
only came to this solution by trial and error.

(For Debian, versions before 2.7 are not relevant, because we
target Debian 8.0 and maybe 7.0 via backports, which both
have Python 2.7, even 6.0 had 2.6.)


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



Bug#557825: librtfcomp: diff for NMU version 1.1-5.1

2013-05-31 Thread Luca Falavigna
tags 557825 + patch pending
tags 616873 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for librtfcomp (versioned as 1.1-5.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.


librtfcomp_1.1-5.1-nmu.diff
Description: Binary data


Bug#616880: ludevit: diff for NMU version 7+nmu1

2013-05-31 Thread Luca Falavigna
tags 616737 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for ludevit (versioned as 7+nmu1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.


ludevit_7+nmu1-nmu.diff
Description: Binary data


Bug#616872: librra: diff for NMU version 0.14-1.3

2013-05-31 Thread Luca Falavigna
tags 616872 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for librra (versioned as 0.14-1.3) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.


librra_0.14-1.3-nmu.diff
Description: Binary data


Bug#616870: librapi2: diff for NMU version 0.15-2.2

2013-05-31 Thread Luca Falavigna
tags 616870 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for librapi2 (versioned as 0.15-2.2) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.


librapi2_0.15-2.2-nmu.diff
Description: Binary data


Bug#710449: whodepends: includes packages from non-Debian repositories

2013-05-31 Thread Andrei POPESCU
On Jo, 30 mai 13, 21:09:42, James McCoy wrote:
 On Fri, May 31, 2013 at 12:10:50AM +0300, Andrei POPESCU wrote:
 
 Then whoever decided to file that should have taken more care with what
 they were doing.

Hmm, maybe mass-bug could check for non-Debian packages? After all, it's 
not like it supports any other tracker.

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Bug#616882: lybniz: diff for NMU version 1.3.2-2.1

2013-05-31 Thread Luca Falavigna
tags 616882 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for albatross (versioned as 1.3.2-2.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.


lybniz_1.3.2-2.1-nmu.diff
Description: Binary data


Bug#710479: squirrelmail: Squirrelmail apache dependency prevents installing on nginx/lighttpd/etc

2013-05-31 Thread Aron Peter Fabian
Package: squirrelmail
Version: 2:1.4.23~svn20120406-2
Severity: normal

Dear Maintainer,

I'm using a webserver setup built on NGINX and PHP-FPM.
I would like to use the Debian package version of Squirrelmail, but it has 
dependency to libapache2-mod-php therefore can't be installed without 
installing the unnecessary apache2 and mod_php.
I would expect a more flexible dependency list (like phpmyadmin) where all 
Debian-supported php options are available, therefore the package could be used 
without installing apache2.

Kind regards,
Aron Peter Fabian

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

Kernel: Linux 3.2.0-4-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#710336: Please drop -O3

2013-05-31 Thread Rene Engelhard
Hi,

On Fri, May 31, 2013 at 01:17:27AM +0200, Goswin von Brederlow wrote:
 -O3 should be used sparingly and selectively only for code that actualy
 benefits from it. In general -O3 often generates slower and bigger code and
 sometimes buggy code.

Brilliant idea. Tried that already months ago.

rene@SheevaPlug:~/tmp/graphite2-1.2.1$ grep -r O3 *
Binary file doc/glyph_string.png matches
Binary file tests/fonts/Padauk/Padauk.pdf matches
Binary file tests/fonts/MagyarLinLibertineG.ttf matches
Binary file tests/fonts/PigLatinBenchmark_v3.ttf matches
Binary file tests/fonts/charis_r_gr/charis_r_gr.pdf matches
Binary file tests/fonts/charis_r_gr/charis_r_src.ttf matches
Binary file tests/fonts/charis_r_gr.ttf matches
Binary file tests/fonts/general/lowerascii.ttf matches
Binary file tests/fonts/general.ttf matches
Binary file tests/fonts/Scheherazadegr.ttf matches
Binary file tests/fonts/MagyarLinLibertineG/doc/hu/magyarlinuxlibertine.pdf 
matches
Binary file tests/fonts/MagyarLinLibertineG/doc/fontfeatures.pdf matches
Binary file tests/fonts/grtest1gr.ttf matches
rene@SheevaPlug:~/tmp/graphite2-1.2.1$ 

and fiddling with whatever flag was responsible here for optimiuation
(which I don't remember anymore)  didn''t work back then either
(probably not enough enough cmake knowdlege..)

Regards,

Rene


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



Bug#647263: ITP: gpaste -- GPaste is a clipboard management suite for GNOME

2013-05-31 Thread Zang MingJie
GPaste 3.0 has been released, I have upgraded the package

http://debian.kghost.info/pool/main/g/gpaste/


Bug#709927: [inbox] Re: Bug#709927: linuxinfo: Linuxinfo under-reports installed RAM

2013-05-31 Thread Helge Kreutzmann
Hello David,
On Tue, May 28, 2013 at 10:49:02PM +0200, david wrote:
 The 50% RAM issue also occurs with my other Linux PC.

Would it be possible that you could run the following four commands on
this other machine, too, and send the output to this bug?

linuxinfo
cat  /proc/cpuinfo
ls -lh /proc/kcore
cat  /proc/meminfo

This would help me fixing this bug.

Thanks!

Greetings

  Helge
-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#710480: office2003-schemas: I/O error : Attempt to load network entity http://www.w3.org/2001/xml.xsd

2013-05-31 Thread Mathieu Malaterre
Package: office2003-schemas
Version: 1.0-1
Severity: important


Currently the XSD cannot be used without a network, it fails with:

$ xmllint --noout --nonet --schema 
/usr/share/xml/office2003/WordprocessingML/wordnet.xsd t.xml
I/O error : Attempt to load network entity http://www.w3.org/2001/xml.xsd


There is a partial solution in using:

/usr/share/dita-ot/schema/base/xsd/xml.xsd

from dita-ot package, I believe it would be nicer to have xml.xsd be added in a 
different (common) package.

-- System Information:
Debian Release: 6.0.7
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable'), (500, 'stable'), 
(200, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 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#710481: freecad: Warning at package install time

2013-05-31 Thread Torquil Macdonald Sørensen
Package: freecad
Version: 0.13.1830-dfsg-2
Severity: normal

When installing freecad, I get the following warnings from dpkg:

Setting up freecad (0.13.1830-dfsg-2) ...
/usr/lib/freecad/Mod/Ship/simRun/Simulation.py:81: SyntaxWarning: import * only 
allowed at module level
  def run(self):
/usr/lib/freecad/Mod/Ship/simRun/Simulation.py:81: SyntaxWarning: import * only 
allowed at module level
  def run(self):

Best regards
Torquil Sørensen

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (500, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages freecad depends on:
ii  libboost-filesystem1.49.0   1.49.0-4
ii  libboost-program-options1.49.0  1.49.0-4
ii  libboost-regex1.49.01.49.0-4
ii  libboost-signals1.49.0  1.49.0-4
ii  libboost-system1.49.0   1.49.0-4
ii  libboost-thread1.49.0   1.49.0-4
ii  libc6   2.17-3
ii  libcoin80   3.1.4~abc9f50-3
ii  libgcc1 1:4.8.0-9
ii  libgfortran34.8.0-9
ii  libgl1-mesa-glx [libgl1]8.0.5-6
ii  libglu1-mesa [libglu1]  8.0.5-6
ii  libice6 2:1.0.8-2
ii  liboce-foundation2  0.9.1-3
ii  liboce-modeling20.9.1-3
ii  liboce-ocaf-lite2   0.9.1-3
ii  liboce-ocaf20.9.1-3
ii  liboce-visualization2   0.9.1-3
ii  libpython2.72.7.5-4
ii  libqt4-network  4:4.8.4+dfsg-4
ii  libqt4-opengl   4:4.8.4+dfsg-4
ii  libqt4-svg  4:4.8.4+dfsg-4
ii  libqt4-xml  4:4.8.4+dfsg-4
ii  libqt4-xmlpatterns  4:4.8.4+dfsg-4
ii  libqtcore4  4:4.8.4+dfsg-4
ii  libqtgui4   4:4.8.4+dfsg-4
ii  libqtwebkit42.2.1-5
ii  libquadmath04.8.0-9
ii  libsm6  2:1.2.1-2
ii  libsoqt4-20 1.5.0-2.1
ii  libspnav0   0.2.2-1
ii  libstdc++6  4.8.0-9
ii  libx11-62:1.5.0-1+deb7u1
ii  libxerces-c28   2.8.0+deb1-3
ii  libxext62:1.3.1-2+deb7u1
ii  libxmu6 2:1.1.1-1
ii  libzipios++0c2a 0.1.5.9+cvs.2007.04.28-5.1
ii  python  2.7.3-5
ii  python-matplotlib   1.2.0-1
ii  python-pivy 0.5.0~v609hg-2
ii  python-support  1.0.15
ii  zlib1g  1:1.2.8.dfsg-1

freecad recommends no packages.

Versions of packages freecad suggests:
ii  freecad-doc  0.13.1830-dfsg-2

-- 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#709985: patch

2013-05-31 Thread Mathieu Malaterre
tags 709985 patch
thanks

Here is a proposed patch which fixes validation. Will submit upstream too.


totaltime.patch
Description: Binary data


Bug#710174: xserver-xorg-video-radeon: many artefacts in GL rendering with Radeon HD 7480D

2013-05-31 Thread Michel Dänzer
On Don, 2013-05-30 at 21:04 +0200, manuk7 wrote:
 Le 30/05/2013 08:58, Michel Dänzer a écrit :
  On Mit, 2013-05-29 at 21:58 +0200, manuk7 wrote:
 
  I also upgraded libgl1-mesa-gl to experimental.
  
  How about libdrm-radeon1? If upgrading that to experimental as well
  doesn't help either, something might be wrong in the kernel.
 I upgraded it now, but nothing better.
 
 Do think i should transfer this bug to kernel package ?

Possibly. It might also be interesting if you could try a newer upstream
version of xserver-xorg-video-radeon.


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


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



Bug#709655: FTBFS: test-utils.c:115:test_utils_uint16: assertion failed

2013-05-31 Thread Marius Kotsbak
This is now supposed to be fixed upstream, so at latest it will be
available in the next upstream version packaged.


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



Bug#710482: autofs: Stale NFS handle - if server is rebooted

2013-05-31 Thread Ole Tange
Package: autofs
Version: 5.0.7-3
Severity: normal

Dear Maintainer,

   * What led up to the situation?

I use autofs for /net to automount NFS dirs from servers.

When a dir is mounted via NFS from a server that is rebooted, I sometimes get
Stale NFS file handle. A simple 'umount -l' run by hand clears that error. But
it would be nice if autofs could deal with this.

The solution could be as crude as doing a stat on the automounted dirs now and
then, and if you get Stale NFS file handle do an 'umount -l'. You probably have
even better ideas.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

When a dir is mounted via NFS from a server that is rebooted, I sometimes get
Stale NFS file handle. A simple 'umount -l' run by hand clears that error. But
it would be nice if autofs could deal with this.

   * What was the outcome of this action?

I had expected the dir to be available.

   * What outcome did you expect instead?

No error.



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

Kernel: Linux 3.2.0-4-amd64 (SMP w/48 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages autofs depends on:
ii  libc6  2.13-38
ii  libxml22.8.0+dfsg1-7+nmu1
ii  multiarch-support  2.13-38
ii  ucf3.0025+nmu3

Versions of packages autofs recommends:
ii  kmod   9-3
ii  module-init-tools  9-3
ii  nfs-common 1:1.2.6-3

autofs 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#710483: iptraf: -h switch should work without root rights

2013-05-31 Thread Michael Eyrich
Package: iptraf
Version: 3.0.0-8.1
Severity: minor
Tags: upstream patch

Dear Maintainer,

the help of iptraf (-h) should be visible without becoming root:

~ iptraf -h
IPTraf Version 3.0.0
Copyright (c) Gerard Paul Java 1997-2004l

This program can be run only by the system administrator

It should however present its help message even for non-root users



-- System Information:
Debian Release: 7.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable'), (300, 'unstable'), 
(100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages iptraf depends on:
ii  libc62.13-38
ii  libncurses5  5.9-10
ii  libtinfo55.9-10

iptraf recommends no packages.

iptraf suggests no packages.

-- no debconf information
diff -u iptraf-3.0.0/src/iptraf.c iptraf-3.0.0/src/iptraf.c
--- iptraf-3.0.0/src/iptraf.c
+++ iptraf-3.0.0/src/iptraf.c
@@ -479,6 +479,19 @@
 close(fd);
 }
 
+void check_root()
+{
+#ifndef ALLOWUSERS
+if (getuid() != 0) {
+fprintf(stderr, \nIPTraf Version %s\n, VERSION);
+fprintf(stderr, Copyright (c) Gerard Paul Java 1997-2004l\n\n);
+fprintf(stderr,
+This program can be run only by the system administrator\n\n);
+exit(1);
+}
+#endif
+}
+
 /*
  * Main routine
  */
@@ -492,15 +505,6 @@
 int facilitytime = 0;
 int current_log_interval;
 
-#ifndef ALLOWUSERS
-if (getuid() != 0) {
-fprintf(stderr, \nIPTraf Version %s\n, VERSION);
-fprintf(stderr, Copyright (c) Gerard Paul Java 1997-2004l\n\n);
-fprintf(stderr,
-This program can be run only by the system administrator\n\n);
-exit(1);
-}
-#endif
 
 setlocale(LC_ALL, );
 
@@ -521,7 +525,8 @@
 commandhelp();
 exit(0);
 } else if (opt == 'f') {
-removetags();
+		check_root();
+		removetags();
 remove_sockets();
 } else if (opt == 't') {
 facilitytime = atoi(optarg);
@@ -573,6 +578,7 @@
 }
 } while ((opt != '?')  (opt != -1));
 }
+check_root();
 is_first_instance = first_instance();
 
 if ((getenv(TERM) == NULL)  (!daemonized)) {
diff -u iptraf-3.0.0/debian/changelog iptraf-3.0.0/debian/changelog
--- iptraf-3.0.0/debian/changelog
+++ iptraf-3.0.0/debian/changelog
@@ -1,3 +1,10 @@
+iptraf (3.0.0-8.2) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * patched to query help as non-root.
+
+ -- Michael Eyrich m...@newtec.eu  Fri, 31 May 2013 10:16:07 +0200
+
 iptraf (3.0.0-8.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- iptraf-3.0.0.orig/patch-help.diff
+++ iptraf-3.0.0/patch-help.diff
@@ -0,0 +1,56 @@
+--- src/iptraf.c~	2013-05-29 11:33:11.0 +0200
 src/iptraf.c	2013-05-31 10:06:19.891603025 +0200
+@@ -479,6 +479,19 @@
+ close(fd);
+ }
+ 
++void check_root()
++{
++#ifndef ALLOWUSERS
++if (getuid() != 0) {
++fprintf(stderr, \nIPTraf Version %s\n, VERSION);
++fprintf(stderr, Copyright (c) Gerard Paul Java 1997-2004l\n\n);
++fprintf(stderr,
++This program can be run only by the system administrator\n\n);
++exit(1);
++}
++#endif
++}
++
+ /*
+  * Main routine
+  */
+@@ -492,15 +505,6 @@
+ int facilitytime = 0;
+ int current_log_interval;
+ 
+-#ifndef ALLOWUSERS
+-if (getuid() != 0) {
+-fprintf(stderr, \nIPTraf Version %s\n, VERSION);
+-fprintf(stderr, Copyright (c) Gerard Paul Java 1997-2004l\n\n);
+-fprintf(stderr,
+-This program can be run only by the system administrator\n\n);
+-exit(1);
+-}
+-#endif
+ 
+ setlocale(LC_ALL, );
+ 
+@@ -521,7 +525,8 @@
+ commandhelp();
+ exit(0);
+ } else if (opt == 'f') {
+-removetags();
++check_root();
++removetags();
+ remove_sockets();
+ } else if (opt == 't') {
+ facilitytime = atoi(optarg);
+@@ -573,6 +578,7 @@
+ }
+ } while ((opt != '?')  (opt != -1));
+ }
++check_root();
+ is_first_instance = first_instance();
+ 
+ if ((getenv(TERM) == NULL)  (!daemonized)) {
only in patch2:
unchanged:
--- iptraf-3.0.0.orig/.pc/.version
+++ iptraf-3.0.0/.pc/.version
@@ -0,0 +1 @@
+2
only in patch2:
unchanged:
--- iptraf-3.0.0.orig/.pc/.quilt_patches
+++ iptraf-3.0.0/.pc/.quilt_patches
@@ -0,0 +1 @@
+patches
only in patch2:
unchanged:
--- iptraf-3.0.0.orig/.pc/.quilt_series
+++ iptraf-3.0.0/.pc/.quilt_series
@@ -0,0 +1 @@
+series
only in patch2:
unchanged:
--- iptraf-3.0.0.orig/.pc/applied-patches
+++ iptraf-3.0.0/.pc/applied-patches
@@ -0,0 +1 @@
+fix-help-as-non-root.patch
only in patch2:
unchanged:
--- 

Bug#710272: [Pkg-octave-devel] Bug#710272: octave: Printing gives a Ghostscript error

2013-05-31 Thread Hendrik Rittich
Hi,

running the code

octave:1 set (0, defaultaxesfontname, Helvetica)
octave:2 x = linspace(0, 10);
octave:3 plot(x, sin(x));
octave:4 print -dps2 plot.ps

works. The PostScript file is produced as desired.

Without setting the font this fails. When I execute this

octave:1 x = linspace(0, 10);
octave:2 plot(x, sin(x));
octave:3 print -deps2 plot.eps

an eps is created. When opening with Ghostscript I get the following error 
messages:


GPL Ghostscript 9.05 (2012-02-08)
[...]
Loading StandardSymL font from /usr/share/fonts/type1/gsfonts/s05l.pfb... 
3527728 2097376 4600464 3242420 2 done.
Loading NimbusSanL-Regu font from 
/usr/share/fonts/type1/gsfonts/n019003l.pfb... 3590648 2232930 4661016 3305639 
2 done.
Can't find (or can't open) font file 
/usr/share/ghostscript/9.05/Resource/Font/{}.
Can't find (or can't open) font file {}.
Querying operating system for font files...
Error: /limitcheck in /findfont
Operand stack:
[...]
GPL Ghostscript 9.05: Unrecoverable error, exit code 1


I had the fonts-pagul package installed. When I remove the package the error is 
gone. Nerver the less, when opening the created _EPS_ file with Ghostscript I 
get the following warning:


GPL Ghostscript 9.05 (2012-02-08)
[...]
Can't find (or can't open) font file 
/usr/share/ghostscript/9.05/Resource/Font/{}.
Can't find (or can't open) font file {}.
Querying operating system for font files...
Can't find (or can't open) font file 
/usr/share/ghostscript/9.05/Resource/Font/{}.
Can't find (or can't open) font file {}.
Didn't find this font on the system!
Substituting font Courier for {}.
[...]


Thus I think that octave or gnuplot (to answer the question: Yes I am using the 
gnuplot backend.) somehow create an invalid EPS file.

Kind Regards,

Hendrik



Gesendet: Donnerstag, 30. Mai 2013 um 12:19 Uhr
Von: Hendrik Rittich hendrik.ritt...@gmx.de
An: Mike Miller mtmil...@ieee.org
Cc: Hendrik Rittich progch...@gmx.de, 710...@bugs.debian.org
Betreff: Re: [Pkg-octave-devel] Bug#710272: octave: Printing gives a 
Ghostscript error
Hi,

I tried to reproduce the error on another Debian testing machine, but I
was not able to do so. At the moment I do not have access to the machine
with the error. However I will test tomorrow if setting the default font
fixes the problem.

From what I remember: A postscript file is generated that can not be
viewed in Evince, Okular oder Ghostscript. When opening with Ghostscript
I got the error that it could not find the font file

/usr/share/ghostscript/9.05/Resource/Font/{}

Thus this sounds pretty much like what is described in your reference
[1].

Kind Regards,

Hendrik

Am Mittwoch, den 29.05.2013, 23:01 -0400 schrieb Mike Miller:
 On Wed, May 29, 2013 at 10:20 AM, Sébastien Villemot wrote:
 
  Le mercredi 29 mai 2013 à 15:44 +0200, Hendrik Rittich a écrit :
 
  The following code should reproduce the error:
 
  octave:1 x = linspace(0, 10);
  octave:2 plot(x, sin(x));
  octave:3 print -dps2 plot.ps
  GPL Ghostscript 9.05: Unrecoverable error, exit code 1
 
  Running these 3 lines on an up-to-date unstable/sid machine, I get no
  error, and the PostScript file is created.

 Same here. However, I have gotten this error before [1], and I was
 just able to make it happen again, simply by installing certain fonts
 on the system (apt-get install fonts-pagul).

 Henrik, do you still get the same Ghostscript error if you execute the
 following before plotting and printing?

 octave:1 set (0, defaultaxesfontname, Helvetica)

 If that fixes it, then see #662892, you may be seeing the same or a related 
 bug.

 [1] 
 http://octave.1599824.n4.nabble.com/3-6-1-produces-eps-files-that-are-unusable-on-Debian-wheezy-td4438420.html

 


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



Bug#710336: Please drop -O3

2013-05-31 Thread Rene Engelhard
Hi,

On Fri, May 31, 2013 at 09:59:22AM +0200, Rene Engelhard wrote:
 and fiddling with whatever flag was responsible here for optimiuation
 (which I don't remember anymore)  didn''t work back then either
 (probably not enough enough cmake knowdlege..)

Ah, well, I just tried a build with

override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING=Release 
-DGRAPHITE2_NTRACING:bool=1
find . -type f -exec sed -i -e s/-O3//g {} \;

(-O2 gets added by dpkg-buildflags etc already)

but the tests still fail.

What I also tried back then was disabling the hardening flags (by reverting to
an older debian/compat) and a s/O3/O2/g. Also didn't bring anything.

Regards,

Rene


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



Bug#710484: override: libpango1.0-0:oldlibs/extra

2013-05-31 Thread Laurent Bigonville
Package: ftp.debian.org
Severity: normal

Hi,

The libpango1.0-0 package is now a transitional package.

Please move it to oldlibs/extra

Cheers

Laurent Bigonville


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



Bug#710485: linux-image-2.6.32-5-686: after last update does no longer load vfat fs

2013-05-31 Thread Leonardo Boselli
Package: linux-2.6
Version: 2.6.32-48squeeze3
Severity: important

from syslog: (i cannot mount due to the fatal error ...) appear a popup that 
says error mounting: mount: unknown filesystem type 'vfat'

May 31 10:51:07 curioso modem-manager: (ttyACM0) opening serial device...
May 31 10:51:07 curioso modem-manager: (ttyACM0): probe requested by plugin 
'Generic'
May 31 10:51:08 curioso modem-manager: (ttyACM0) closing serial device...
May 31 10:51:08 curioso modem-manager: (ttyACM0) opening serial device...
May 31 10:51:08 curioso modem-manager: (Generic): GSM modem 
/sys/devices/pci:00/:00:1d.7/usb3/3-1 claimed port ttyACM0
May 31 10:51:08 curioso modem-manager: Added modem 
/sys/devices/pci:00/:00:1d.7/usb3/3-1
May 31 10:51:08 curioso modem-manager: (tty/ttyACM0): outstanding support task 
prevents export of /sys/devices/pci:00/:00:1d.7/usb3/3-1
May 31 10:51:08 curioso modem-manager: Exported modem 
/sys/devices/pci:00/:00:1d.7/usb3/3-1 as 
/org/freedesktop/ModemManager/Modems/6
May 31 10:51:08 curioso modem-manager: 
(/org/freedesktop/ModemManager/Modems/6): data port is ttyACM0
May 31 10:51:08 curioso modem-manager: Modem 
/org/freedesktop/ModemManager/Modems/6: Equipment identifier set 
(358174045341972)
May 31 10:51:08 curioso modem-manager: (ttyACM0) closing serial device...
May 31 10:51:08 curioso NetworkManager[1347]: warn (ttyACM0): failed to look 
up interface index
May 31 10:51:08 curioso NetworkManager[1347]: info (ttyACM0): new GSM device 
(driver: 'cdc_acm' ifindex: -1)
May 31 10:51:08 curioso NetworkManager[1347]: info (ttyACM0): exported as 
/org/freedesktop/NetworkManager/Devices/8
May 31 10:51:08 curioso NetworkManager[1347]: info (ttyACM0): now managed
May 31 10:51:08 curioso NetworkManager[1347]: info (ttyACM0): device state 
change: 1 - 2 (reason 2)
May 31 10:51:08 curioso NetworkManager[1347]: info (ttyACM0): deactivating 
device (reason: 2).
May 31 10:51:08 curioso NetworkManager[1347]: info (ttyACM0): device state 
change: 2 - 3 (reason 0)
May 31 10:51:12 curioso kernel: [76597.292601] usb-storage: device scan complete
May 31 10:51:12 curioso kernel: [76597.293171] scsi 12:0:0:0: Direct-Access 
SAMSUNG  B5510 Card    PQ: 0 ANSI: 2
May 31 10:51:12 curioso kernel: [76597.294310] sd 12:0:0:0: Attached scsi 
generic sg2 type 0
May 31 10:51:12 curioso kernel: [76597.296235] sd 12:0:0:0: [sdb] Attached SCSI 
removable disk
May 31 10:51:36 curioso kernel: [76621.152912] sd 12:0:0:0: [sdb] 3887104 
512-byte logical blocks: (1.99 GB/1.85 GiB)
May 31 10:51:36 curioso kernel: [76621.153646] sd 12:0:0:0: [sdb] Assuming 
drive cache: write through
May 31 10:51:36 curioso kernel: [76621.155378] sd 12:0:0:0: [sdb] Assuming 
drive cache: write through
May 31 10:51:36 curioso kernel: [76621.155387]  sdb: sdb1
May 31 10:51:36 curioso kernel: [76621.344834] vfat: Unknown symbol 
utf8s_to_utf16s_fixed
May 31 10:51:36 curioso modprobe: FATAL: Error inserting vfat 
(/lib/modules/2.6.32-5-686/kernel/fs/fat/vfat.ko): Unknown symbol in module, or 
unknown parameter (see dmesg)


-- Package-specific info:
** Version:
Linux version 2.6.32-5-686 (Debian 2.6.32-48squeeze1) (da...@debian.org) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Feb 25 01:04:36 UTC 2013

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 
root=UUID=62e70996-32d1-487a-beab-17e1faa4ddf9 ro quiet

** Not tainted

** Kernel log:
[76412.561534] usb 3-1: unable to read config index 0 descriptor/start: -71
[76412.561544] usb 3-1: chopping to 0 config(s)
[76412.569776] usb 3-1: string descriptor 0 read error: -71
[76412.569788] usb 3-1: New USB device found, idVendor=04e8, idProduct=685e
[76412.569795] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[76412.56] usb 3-1: no configuration chosen from 0 choices
[76412.570054] hub 3-0:1.0: port 1 disabled by hub (EMI?), re-enabling...
[76412.570061] usb 3-1: USB disconnect, address 11
[76412.808195] usb 3-1: new high speed USB device using ehci_hcd and address 12
[76412.932108] usb 3-1: device descriptor read/64, error -71
[76413.170414] usb 3-1: New USB device found, idVendor=04e8, idProduct=685e
[76413.170423] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[76413.170430] usb 3-1: Product: BCM21553-Thunderbird
[76413.170435] usb 3-1: Manufacturer: Broadcom
[76413.170440] usb 3-1: SerialNumber: 0123456789ABCDEF
[76413.171875] usb 3-1: configuration #1 chosen from 1 choice
[76413.176039] usb 3-1: can't set config #1, error -71
[76413.176105] hub 3-0:1.0: port 1 disabled by hub (EMI?), re-enabling...
[76413.176112] usb 3-1: USB disconnect, address 12
[76413.412210] usb 3-1: new high speed USB device using ehci_hcd and address 13
[76413.536143] usb 3-1: device descriptor read/64, error -71
[76413.775015] usb 3-1: New USB device found, idVendor=04e8, idProduct=685e
[76413.775025] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[76413.775032] usb 3-1: Product: BCM21553-Thunderbird

Bug#707208: Acknowledgement (open-vm-dkms: ftbfs with gcc-4.8 and Linux 3.8)

2013-05-31 Thread Hilmar Preusse
severity 707208 grave
stop

On 08.05.13 Debian Bug Tracking System (ow...@bugs.debian.org) wrote:

 If you wish to submit further information on this problem, please
 send it to 707...@bugs.debian.org.
 
I guess that bug is rather grave.

H.
-- 
sigmentation fault


signature.asc
Description: Digital signature


Bug#710486: Version 3.8.0

2013-05-31 Thread Tanguy Ortolo

Package: libgtksourceview-3.0-dev
Severity: wishlist

Hello,

I am packaging LaTeXila, which in its last version depends on
libgtksourceview-3.0-dev = 3.8.0. I have seen this version is available
in experimental, but since it is not in unstable I cannot send an update
of latexila.

I have been told updating libgtksourceview-3.0-dev requires a transition
and I do not think there is any urgency in updating latexila, but the
current version is a bit old (using GTK+ 2 while the new version has
been updated to GTK+ 3) so it will have to be done sooner or later. If
you simply close this bug report when you can upload an update of
libgtksourceview-3.0-dev to 3.8.0 I will then be able to resume my work
on latexila.

Regards,

--
 ,--.
: /` )   Tanguy Ortolo  xmpp:tan...@ortolo.eu
| `-'Debian Developer   irc://irc.oftc.net/Tanguy
 \_


signature.asc
Description: Digital signature


Bug#710487: qa.debian.org: absent data about packages in wheezy-backports

2013-05-31 Thread Boris Pek
Package: qa.debian.org
Severity: normal

Hi,

There are no data about packages versions in wheezy-backports on pages [1].
I have checked few maintainers and packages from lists [2][3][4]: only data
for squeeze-backports or squeeze-backports-sloppy is shown.

[1] http://qa.debian.org/developer.php?login=email-address
[2] http://backports.debian.org/changes/wheezy-backports.html
[3] http://backports.debian.org/changes/squeeze-backports.html
[4] http://backports.debian.org/changes/squeeze-backports-sloppy.html

Best regards,
Boris


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



Bug#710103: The mentor package URL changed as well

2013-05-31 Thread Łukasz 'sil2100' Zemczak
Hi everyone,

Since I am not sure if there is a way of editing the original bug
description, just wanted to inform that since the source package name
changed, also the URLs are different.

More information about the package:

  http://mentors.debian.net/package/python-evdev

Source package:


http://mentors.debian.net/debian/pool/main/p/python-evdev/python-evdev_0.3.3-1.dsc

Thanks and sorry for the confusion!

Best regards,

-- 
Łukasz 'sil2100' Zemczak
 lukasz.zemc...@canonical.com
 www.canonical.com
 www.ubuntu.com


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



Bug#710488: ITP: libxmpcore-java -- Adobe XMP Toolkit for Java

2013-05-31 Thread Emmanuel Bourg
Package: wnpp
Severity: wishlist
Owner: Emmanuel Bourg ebo...@apache.org

* Package name: libxmpcore-java
  Version : 5.1.2
  Upstream Author : Adobe
* URL : http://www.adobe.com/devnet/xmp.html
* License : BSD
  Programming Lang: Java
  Description : Adobe XMP Toolkit for Java

The Extensible Metadata Platform (XMP) provides a standard format
for the creation, processing, and interchange of metadata, for a wide
variety of resources.


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



Bug#710450: Acknowledgement (iproute: tc filter action ipt -j .. error)

2013-05-31 Thread Piotr Janusz

Hi,

W dniu 31.05.2013 09:29, Andreas Henriksson napisał(a):

My recommendation, if you need the ipt/xt module is that you try
two things:

Easiest thing to test first:
use xt instead of ipt the ipt module is obsolete and
just a compat symlink to xt nowadays


After reverting iproute to stable:

tc filter add dev eth1 parent : protocol ip prio 10 u32 match u32 0 
0 flowid 1:1 action xt -j MARK --set-mark 1 action mirred egress 
redirect dev ifb0

xt: unrecognized option '--set-mark'
Naruszenie ochrony pamięci
#(eng: Segfault)

tc filter add dev eth1 parent : protocol ip prio 10 u32 match u32 0 
0 flowid 1:1 action xt -j CONNMARK action mirred egress redirect dev 
ifb0

tablename: mangle hook: NF_IP_PRE_ROUTING
target:  CONNMARK and 0x0 index 0
RTNETLINK answers: No such file or directory
We have an error talking to the kernel


More likely to fix the problem:
Rebuild (any version of) the iproute(2) package on YOUR system.
This means it will definitely be built against the version
of iptables/libxtables on your installation!

Make sure you have deb-src lines in your /etc/apt/sources.list(.d/*)
apt-get update

apt-get build-dep iproute
cd /tmp
apt-get source iproute
cd iproute*
dpkg-buildpackage -uc -us
dpkg -i ../iproute*.deb


After building (20120521-3 / wheezy stable), installing and rebooting:

tc filter add dev eth1 parent : protocol ip prio 10 u32 match u32 0 
0 flowid 1:1 action xt -j MARK --set-mark 1 action mirred egress 
redirect dev ifb0

xt: unrecognized option '--set-mark'
Naruszenie ochrony pamięci
#(eng: Segfault)

tc filter add dev eth1 parent : protocol ip prio 10 u32 match u32 0 
0 flowid 1:1 action xt -j CONNMARK --restore-mark action mirred egress 
redirect dev ifb0

xt: unrecognized option '--restore-mark'
Naruszenie ochrony pamięci
#(eng: Segfault)


Please report back if any of the above was successful or not!


Should I try rebuilding any other packages (like iptables)?

Cheers,
--
Piotr Janusz


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



Bug#710489: opensc: Please install the symlinks inside the pkcs11 directory

2013-05-31 Thread Laurent Bigonville
Source: opensc
Version: 0.12.2-3
Severity: normal

Hi,

Is there any reasons why the symlinks in /usr/lib/triplet/pkcs11 that
are pointing to both opensc-pkcs11.so and pkcs11-spy.so are missing?

The make install target is installing them, but it seems that they are
not contained in the package.

Cheers

Laurent Bigonville

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

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

-- 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#710476: an: Aborts with malloc.c assert failure on a particular input

2013-05-31 Thread Mark Triggs
Paul Martin p...@debian.org writes:

 On Fri, May 31, 2013 at 05:11:09PM +1000, Mark Triggs wrote:
 I noticed I could crash 'an' by providing a particular input string:
 
 $ an gwelymernans 

 My C is a little rusty, but it looks like this might be due to the
 make_alphabet function in bitfield.c not allocating room for a NULL byte when
 calling safe_calloc.  Fixing that and recompiling resolved the problem for 
 me.

 Wow! Thanks for finding that and stupid me for making such a rookie mistake.

 I'll upload a fix as soon as I can.


Awesome :)  Thanks Paul!

Mark

-- 
Mark Triggs
m...@dishevelled.net


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



Bug#710476: an: Aborts with malloc.c assert failure on a particular input

2013-05-31 Thread Paul Martin
On Fri, May 31, 2013 at 05:11:09PM +1000, Mark Triggs wrote:
 I noticed I could crash 'an' by providing a particular input string:
 
 $ an gwelymernans 

 My C is a little rusty, but it looks like this might be due to the
 make_alphabet function in bitfield.c not allocating room for a NULL byte when
 calling safe_calloc.  Fixing that and recompiling resolved the problem for me.

Wow! Thanks for finding that and stupid me for making such a rookie mistake.

I'll upload a fix as soon as I can.

-- 
Paul Martin p...@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#709410: resource-agents: Resource agent can't assign address to interface.

2013-05-31 Thread Jonas Genannt
Hello,

I ran into the same problem. Upstream fixed the issue:

https://github.com/ClusterLabs/resource-agents/issues/36


I have only applied to the Wheezy packages the following patch, and
with that patch IPv6addr is working like expected.


https://github.com/ClusterLabs/resource-agents/commit/5059721377dc3b7623d152b965288949795a3eed.patch

@Maintainer:

Could you please update the package in Wheezy to include the patch?

Thanks,
Jonas


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



Bug#710450: Acknowledgement (iproute: tc filter action ipt -j .. error)

2013-05-31 Thread Andreas Henriksson
On Fri, May 31, 2013 at 11:37:50AM +0200, Piotr Janusz wrote:
[...]
 After reverting iproute to stable:
 
 tc filter add dev eth1 parent : protocol ip prio 10 u32 match
 u32 0 0 flowid 1:1 action xt -j MARK --set-mark 1 action mirred
 egress redirect dev ifb0
 xt: unrecognized option '--set-mark'
[...]

The tc ipt/xt module does not support all of iptables command-line syntax.
You need to only use supported options, which is limited to --jump (-j)
as far as I can tell from  my quick look at tc/m_xt.c and tc/m_ipt.c.

If you want to make more advanced configurations, you set up a chain
with iptables that contains all the advanced configuration, and then
you set up tc xt module to jump to that chain.

-- 
Andreas Henriksson


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



Bug#710248: RFS: fitsverify/4.16 [ITP] -- FITS File Format-Verification Tool

2013-05-31 Thread Ole Streicher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Thibaut,

Am 29.05.2013 14:38, schrieb Thibaut Paumard:
 I don't think the FTP master will let the package in with just
 this short notice (so short that I missed it despite looking for
 it). Maybe they would be OK if you reproduced said e-mail in full.

I have included the E-mail confirmation into the copyright file and
re-uploaded it to mentor.debian.net.

 But the best would of course be to get upstream to just add a 
 copyright notice at the beginning of each source file plus a copy
 of the applicable license and release a new tarball. It should be
 about 15 minutes of their time, well spent.

I have asked upstream, but he refused to do this on a short term.
Instead he recommended that I could inserting the License.txt myself
(what I basically did by creating the debian/copyright file). So I
would guess it is completely OK to insert the package into Debian.

Best regards

Ole
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iQIcBAEBAgAGBQJRqHlOAAoJEHEVr9B3ENz3SAMQAMjR8PyheSLf5KzcCnYTWNmh
X6GaYmMSZBSH29DZyYflu5M4gts0JdpWoowf2ntkR4dTAnOR0a9ssM4BNzcxubQc
0cZud2F0SmUL+eztky7xFjp4lfS6qvQuIioVw8dCARIOqjB+RoJvH1a4kppJeu/J
5JGXzCxX7m8iBmYI0mhwRME0EqIF94ig83PJ2XqmRjD9IGZjGNRXNUM+iCVXyHtz
A0mRwp/fWGHrNqA/JLZtBo5bnHlSxRPvCTFogd7vne5wZwnlnN5KZ4BKlztr9BMm
+1Y//iauig+m5S0fKy2jESuhXmgiN1r2BBWAIYXFseKi1v5zB11AvWgRvGoXSYwI
gqcX6+LR4yRK5J2ujULlReVhyc71l604FD2Eh4vCySSEObZNtGmUelHEnXgR6RyY
SmaOD/yPyepRfdKSue8RtqagzoMIeVnW6kjaMOyHL66u966xcZze8K4+ml1WyQoN
JmQ3ewf/vt+hVH6bd7nhs3lKSe/hPYni3A4zopDP13V3ApQt0KxM/tbsaotrj7Ny
hBhKKggkZQ0ByH2LB7AvO+c/zaRfYXlaMULETNry+qtEIMwpCuQzzHQMAns5ft4O
JuWhj2NB8m+JerjvvJ/n8jEC46swYPRkGybUNSbjlPRSaRGHeQ20VsnOwBD2Rkkk
Qq19sAofiIg2E9gwlTos
=T9MX
-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#710490: autofs caches hostname lookup failures - doesn't work if started before network ready

2013-05-31 Thread John Hughes
Package: autofs
Version: 5.0.7-3
Severity: normal

Dear Maintainer,

   * What led up to the situation?

We use autofs to mount home directories from a nfs4 server.

The clients get their IP address and so on from a DHCP server.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

Boot the system.

   * What was the outcome of this action?

autofs starts before the (rather slow) DHCP connection is initialised, so
the hostname lookup for the nfs4 server fails.

When the user tries to log on (after the DHCP connection has been initialised)
autofs still claims that it can't find the nfs4 server.

If autofs is restarted it works.

   * What outcome did you expect instead?

Autofs should retry hostname lookups.

My autofs config is:

/etc/auto.master:
/home   file:/etc/auto.home

/etc/auto.home:
*   -fstype=nfs4,sec=krb5 olympic.calvaedi.com:/home/

/var/log/syslog shows:

May 31 12:06:49 celtic rsyslogd: [origin software=rsyslogd swVersion=7.3.15 
x-pid=2287 x-info=http://www.rsyslog.com;] start

automount does lookup before network ready, fails:

May 31 12:07:22 celtic automount[2669]: add_host_addrs: hostname lookup failed: 
Name or service not known

Network comes up:

May 31 12:07:24 celtic dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 
67 interval 12
May 31 12:07:29 celtic NetworkManager[2856]: info (eth0): IP6 addrconf timed 
out or failed.
May 31 12:07:29 celtic NetworkManager[2856]: info Activation (eth0) Stage 4 
of 5 (IPv6 Configure Timeout) scheduled...
May 31 12:07:29 celtic NetworkManager[2856]: info Activation (eth0) Stage 4 
of 5 (IPv6 Configure Timeout) started...
May 31 12:07:29 celtic NetworkManager[2856]: info Activation (eth0) Stage 4 
of 5 (IPv6 Configure Timeout) complete.
May 31 12:07:36 celtic dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 
67 interval 7
May 31 12:07:43 celtic dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 
67 interval 10
May 31 12:07:43 celtic dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
May 31 12:07:43 celtic dhclient: DHCPOFFER from 192.168.6.215
May 31 12:07:43 celtic dhclient: DHCPACK from 192.168.6.215
May 31 12:07:43 celtic NetworkManager[2856]: info (eth0): DHCPv4 state 
changed preinit - bound
May 31 12:07:43 celtic dhclient: bound to 192.168.6.107 -- renewal in 239 
seconds.
May 31 12:07:43 celtic NetworkManager[2856]: info   address 192.168.6.107
May 31 12:07:43 celtic NetworkManager[2856]: info   prefix 24 (255.255.255.0)
May 31 12:07:43 celtic NetworkManager[2856]: info   gateway 192.168.6.1
May 31 12:07:43 celtic NetworkManager[2856]: info   nameserver '192.168.6.1'
May 31 12:07:43 celtic NetworkManager[2856]: info   domain name 'calvaedi.com'
May 31 12:07:43 celtic NetworkManager[2856]: info Activation (eth0) Stage 5 
of 5 (IPv4 Configure Commit) scheduled...
May 31 12:07:43 celtic NetworkManager[2856]: info Activation (eth0) Stage 5 
of 5 (IPv4 Commit) started...
May 31 12:07:43 celtic avahi-daemon[2787]: Joining mDNS multicast group on 
interface eth0.IPv4 with address 192.168.6.107.
May 31 12:07:43 celtic avahi-daemon[2787]: New relevant interface eth0.IPv4 for 
mDNS.
May 31 12:07:43 celtic avahi-daemon[2787]: Registering new address record for 
192.168.6.107 on eth0.IPv4.
May 31 12:07:44 celtic NetworkManager[2856]: info (eth0): device state 
change: ip-config - secondaries (reason 'none') [70 90 0]
May 31 12:07:44 celtic NetworkManager[2856]: info Activation (eth0) Stage 5 
of 5 (IPv4 Commit) complete.
May 31 12:07:44 celtic NetworkManager[2856]: info (eth0): device state 
change: secondaries - activated (reason 'none') [90 100 0]
May 31 12:07:44 celtic ntpd[2487]: Listen normally on 5 eth0 192.168.6.107 UDP 
123
May 31 12:07:44 celtic ntpd[2487]: peers refreshed
May 31 12:07:45 celtic NetworkManager[2856]: info Policy set 'Wired 
connection 1' (eth0) as default for IPv4 routing and DNS.
May 31 12:07:45 celtic NetworkManager[2856]: info Activation (eth0) 
successful, device activated.
May 31 12:07:45 celtic dbus[2737]: [system] Activating service 
name='org.freedesktop.nm_dispatcher' (using servicehelper)
May 31 12:07:45 celtic dbus[2737]: [system] Successfully activated service 
'org.freedesktop.nm_dispatcher'
May 31 12:07:45 celtic kernel: [   67.385301] NFS: Registering the id_resolver 
key type
May 31 12:07:45 celtic kernel: [   67.385317] Key type id_resolver registered
May 31 12:07:45 celtic kernel: [   67.385319] Key type id_legacy registered
May 31 12:07:45 celtic kernel: [   67.553059] sha1_ssse3: Using AVX optimized 
SHA-1 implementation
May 31 12:07:50 celtic nslcd[2481]: [200854] passwd=john connected to LDAP 
server ldaps://olympic.calvaedi.com
May 31 12:07:50 celtic nslcd[2481]: [200854] passwd=john (re)loading 
/etc/nsswitch.conf


User attempts to log on, automount keeps complaining that it can't
find the nfs server, fails to mount home directory:

May 31 12:13:06 celtic automount[2669]: add_host_addrs: hostname lookup 

Bug#710491: xpat2: Warning: Cannot convert string xpat2.icon.pm to type Pixmap

2013-05-31 Thread Helge Kreutzmann
Package: xpat2
Version: 1.07-18
Severity: minor

Every time I run xpat2 from the console I see the following message:

 Warning: Cannot convert string xpat2.icon.pm to type Pixmap

However, the game appears to run fine, so probably this is only a
cosmetic issue.

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

Kernel: Linux 3.2.36sneo.01-grsec (SMP w/6 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xpat2 depends on:
ii  libc6 2.13-38
ii  libx11-6  2:1.5.0-1+deb7u1
ii  libxaw7   2:1.0.10-2
ii  libxmu6   2:1.1.1-1
ii  libxpm4   1:3.5.10-1
ii  libxt61:1.1.3-1+deb7u1

xpat2 recommends no packages.

xpat2 suggests no packages.

-- no debconf information

-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#710492: chromium: Chromium fails to kill screen saver

2013-05-31 Thread sda
Package: chromium
Version: 27.0.1453.93-1~deb7u1
Severity: important

Dear Maintainer,


IN full screen mode, chromium must disable any system screensaver mode.


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

Kernel: Linux 3.2.0-4-486
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 chromium depends on:
ii  chromium-inspector  27.0.1453.93-1~deb7u1
ii  gconf-service   3.2.5-1+build1
ii  libasound2  1.0.25-4
ii  libatk1.0-0 2.4.0-2
ii  libbz2-1.0  1.0.6-4
ii  libc6   2.13-38
ii  libcairo2   1.12.2-3
ii  libcups21.5.3-5
ii  libdbus-1-3 1.6.8-1
ii  libevent-2.0-5  2.0.19-stable-3
ii  libexpat1   2.1.0-1
ii  libflac81.2.1-6
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgcc1 1:4.7.2-5
ii  libgconf-2-43.2.5-1+build1
ii  libgcrypt11 1.5.0-5
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgnome-keyring0   3.4.1-1
ii  libgtk2.0-0 2.24.10-2
ii  libjpeg88d-1
ii  libnspr42:4.9.2-1
ii  libnss3 2:3.14.3-1
ii  libnss3-1d  2:3.14.3-1
ii  libpango1.0-0   1.30.0-1
ii  libspeechd2 0.7.1-6.2
ii  libspeex1   1.2~rc1-7
ii  libstdc++6  4.7.2-5
ii  libudev0175-7.2
ii  libx11-62:1.5.0-1+deb7u1
ii  libxcomposite1  1:0.4.3-2
ii  libxdamage1 1:1.1.3-2
ii  libxext62:1.3.1-2+deb7u1
ii  libxfixes3  1:5.0-4+deb7u1
ii  libxml2 2.8.0+dfsg1-7+nmu1
ii  libxrandr2  2:1.3.2-2+deb7u1
ii  libxrender1 1:0.9.7-1+deb7u1
ii  libxslt1.1  1.1.26-14.1
ii  libxss1 1:1.2.2-1
ii  xdg-utils   1.1.0~rc1+git20111210-6

chromium recommends no packages.

Versions of packages chromium suggests:
pn  chromium-l10n  none

-- 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#700475: [neverball] Primary click does not immediately start level with a left-handed mouse

2013-05-31 Thread Markus Koschany
tags 700475 confirmed
thanks

Hello,

i have forwarded your bug report to the neverball forum.

http://forum.nevercorner.net/viewtopic.php?id=2681

The developers agree that this is a bug which is probably caused by
another bug in SDL.

Now i recommend to keep this bug report open until a new version of
Neverball is released which addresses the issue properly.

Regards,

Markus



signature.asc
Description: OpenPGP digital signature


Bug#710493: Newer upstream version available

2013-05-31 Thread Wolodja Wentland
Package: libclojure-maven-plugin-java
Version: 1.3.3-3
Severity: wishlist

Dear Peter,

the clojure-maven-plugin version packaged in Debian is quite outdated and it
would be wonderful if you could package the current upstream version (1.3.17).
Projects that use this plugin seem to depend on 1.3.13 and it is not clear how
usable this package is in its current form.

have a wonderful day

Wolodja

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

Kernel: Linux 3.8-2-amd64 (SMP w/4 CPU cores)
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 libclojure-maven-plugin-java depends on:
ii  libcommons-exec-java  1.1-2
ii  libcommons-io-java2.4-2
ii  libcommons-lang-java  2.6-3
ii  libmaven2-core-java   2.2.1-8

Versions of packages libclojure-maven-plugin-java recommends:
pn  clojure  none

libclojure-maven-plugin-java 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#710490: Acknowledgement (autofs caches hostname lookup failures - doesn't work if started before network ready)

2013-05-31 Thread John Hughes
On reflection, and checking some systems that haven't been updated, I'm 
99% sure this is not a bug in autofs but in some library routine.


I'll investigate to see what I can find.


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



Bug#710450: Acknowledgement (iproute: tc filter action ipt -j .. error)

2013-05-31 Thread Piotr Janusz

W dniu 31.05.2013 12:29, Andreas Henriksson napisał(a):

[...]
If you want to make more advanced configurations, you set up a chain
with iptables that contains all the advanced configuration, and then
you set up tc xt module to jump to that chain.


# iptables -L -n | grep ABC
Chain ABC (0 references)

# tc filter add dev eth1 parent : protocol ip prio 10 u32 match u32 
0 0 flowid 1:1 action xt -j ABC action mirred egress redirect dev ifb0

 failed to find target ABC

bad action parsing
parse_action: bad value (9:xt)!
Illegal action

That looks like the same problem you pointed out a year ago on 
linux-netdev mailing list:

http://marc.info/?l=linux-netdevm=134105805817153w=2

Out of curiosity - did you resolved the issue then?

iproute20120521-3
iptables   1.4.14-3.1
xtables-addons-common  1.42-2+b1

--
Piotr Janusz


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



Bug#700287: [neverball] French: Save Replay translated to Sauver un film

2013-05-31 Thread Markus Koschany
Hello,

the developers of neverball are willing to accept an updated .po file in
French. This only requires a consensus about the correct translation of
Save replay in French.

http://forum.nevercorner.net/viewtopic.php?id=2680

Please propose a final translation and i will prepare a patch for the
.po file.

Markus



signature.asc
Description: OpenPGP digital signature


Bug#710372: fai-setup-storage: setup-storage fails when using both LUKS and GPT

2013-05-31 Thread Grégoire Menuel
The previously sent patch actually doesn't work in every case, the 
following patch should work.Index: fai-4.0.6/lib/setup-storage/Commands.pm
===
--- fai-4.0.6.orig/lib/setup-storage/Commands.pm	2013-05-31 12:20:14.890781176 +0200
+++ fai-4.0.6/lib/setup-storage/Commands.pm	2013-05-31 12:21:12.664935548 +0200
@@ -225,6 +225,21 @@
 
   my $pre_dep = exist_$real_dev;
 
+  # if the disk is a physical device, with a boot partition and we are
+  # using gpt, then we need to add a dependency on gpt_bios_fake_bootable
+  my ($i_p_d, $disk, $part_no) = FAI::phys_dev($real_dev);
+  if ($i_p_d  $FAI::configs{PHY_$disk}{disklabel} eq gpt-bios) {
+foreach my $part_id (numsort(keys %{ $FAI::configs{PHY_$disk}{partitions} })) {
+  # reference to the current partition
+  my $part = (\%FAI::configs)-{PHY_$disk}-{partitions}-{$part_id};
+  # if /boot exists, set $boot_disk
+  if ($part-{mountpoint} eq /boot) {
+$pre_dep = $pre_dep,gpt_bios_fake_bootable;
+last;
+  }
+}
+  }
+
   if ($FAI::configs{$config}{randinit}) {
 # ignore exit 1 caused by reaching the end of $real_dev
 FAI::push_command(


Bug#710495: Packaging uses seemingly unmaintained, unpackaged and unkown packaging helper silt

2013-05-31 Thread Wolodja Wentland
Package: libclojure-maven-plugin-java
Version: 1.3.3-3
Severity: wishlist

Hello Peter,

I recently looked into updating clojure-maven-helper to the current version
available from upstream but discovered, much to my dismay, that it uses a
packaging helper called silt [0]. Unfortunately I am quite unfamiliar with
silt and it also looks as if it has neither been packaged for Debian nor
maintained since August 2010.

It would be great if you could consider changing to a more common packaging
system as that would make it much easier for pkg-java team members to work on
this package. It looks as if git-buildpackage is a common choice within the
team and its usage is documented on [1].

Thank you and may you have a nice day!

[0] http://anonscm.debian.org/gitweb/?p=users/pcc-guest/silt.git
[1] http://wiki.debian.org/Java/JavaGit

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

Kernel: Linux 3.8-2-amd64 (SMP w/4 CPU cores)
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 libclojure-maven-plugin-java depends on:
ii  libcommons-exec-java  1.1-2
ii  libcommons-io-java2.4-2
ii  libcommons-lang-java  2.6-3
ii  libmaven2-core-java   2.2.1-8

Versions of packages libclojure-maven-plugin-java recommends:
pn  clojure  none

libclojure-maven-plugin-java 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#710494: navit: crash if internal gui enabled and clicking on map

2013-05-31 Thread Yvo
Package: navit
Version: 0.5.0~svn5126+dfsg.1-3
Severity: normal

If internal gui is enabled in navit.xml navit crash if clicking on map.

0x7f6ff7b5a7be in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
#0  0x7f6ff7b5a7be in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x7f6ff7aeec99 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x0041e13e in ?? ()
#3  signal handler called
#4  0x7f6ff7be48d2 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#5  0x00416d43 in xml_parse_text ()
#6  0x7f6ff00d101b in ?? () from /usr/lib/navit/gui/libgui_internal.so
#7  0x7f6ff00d65fc in ?? () from /usr/lib/navit/gui/libgui_internal.so
#8  0x0041a120 in callback_list_call_attr ()
#9  0x0041a1ee in callback_list_call_attr_args ()
#10 0x7f6ff7245970 in ?? ()
   from /usr/lib/navit/graphics/libgraphics_gtk_drawing_area.so
#11 0x7f6ff6d41099 in ?? ()
---Type return to continue, or q return to quit---



-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (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/dash

Versions of packages navit depends on:
ii  libc6   2.13-38
ii  libdbus-1-3 1.6.8-1
ii  libdbus-glib-1-20.100.2-1
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libfribidi0 0.19.2-3
ii  libgarmin0  0~svn320-3
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgps203.6-4
ii  libpng12-0  1.2.49-1
ii  libspeechd2 0.7.1-6.2
ii  libssl1.0.0 1.0.1e-2
ii  navit-data  0.5.0~svn5126+dfsg.1-3
ii  navit-gui-gtk   0.5.0~svn5126+dfsg.1-3
ii  navit-gui-internal  0.5.0~svn5126+dfsg.1-3
ii  zlib1g  1:1.2.7.dfsg-13

Versions of packages navit recommends:
ii  gpsd  3.6-4

Versions of packages navit suggests:
ii  maptool  0.5.0~svn5126+dfsg.1-3

-- 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#710297: cups: server-error-internal-error encountered when setting up new printer (Dell 5130cdn color laser)

2013-05-31 Thread Brian Potkin
retitle 710297 cups: server-error-internal-error encountered when setting up 
new printer (Dell C3760dn color laser)
thanks



On Wed 29 May 2013 at 12:30:40 -0400, Wirawan Purwanto wrote:

Helo Wirawan. Thank you for your report.

 In Debian 7 stable with the provided cups (1.5.3-5) I tried to add a new
 printer with external PPD file. The printer is: Dell C3760DN color laser
 printer, and I used the PPD given by Dell.
 The driver (PPD actually) was obtained from
 
 http://www.dell.com/support/drivers/us/en/04/DriverDetails/Product/dell-
 c3760dn?driverId=YN48JosCode=LNUXfileId=2998271512languageCode=ENcategoryId=DD
 
 I converted the RPM to DEB with alien. Installed it, and tried to set up the
 printer using the GTK GUI (system-config-printer command). I then specified 
 the
 PPD location manually in the dialog titled Choose Driver. But when I clicked
 Apply in the Describe Printer, an error message shows up with this error:
 
CUPS server error
There was an error during the CUPS operation: 
 'server-error-internal-error'.
 
 I increased the log level to 'debug2' in /etc/cups/cupsd.conf and I found this
 portion surrounding the error message in /var/log/cups/error_log:
 
 d [29/May/2013:11:59:33 -0400] cupsdAddPrinter(dellcolor)
 d [29/May/2013:11:59:33 -0400] cupsdAddPrinter: Adding dellcolor to Printers
 I [29/May/2013:11:59:33 -0400] Setting dellcolor device-uri to
 socket://prism.physics.wm.edu:9100 (was file:///dev/null.)
 d [29/May/2013:11:59:33 -0400] set_printer_defaults: printer-info
 d [29/May/2013:11:59:33 -0400] set_printer_defaults: printer-location
 d [29/May/2013:11:59:33 -0400] set_printer_defaults: device-uri
 d [29/May/2013:11:59:33 -0400] copy_file(/var/spool/cups/0001, 
 /etc/cups/interfaces/dellcolor)
 D [29/May/2013:11:59:33 -0400] CUPS-Add-Modify-Printer 
 server-error-internal-error: Unable to copy interface script - No such file 
 or directory

CUPS appears to think it is dealing with a System V interface script, not a PPD.

I do not have access to system-config-printer at present but in the
meantime I downloaded the zip file above, used alien as you did and
extracted Dell_C3760dn_Color_Laser.ppd.gz to my home directory.

First - a couple of quick checks:

   brian@desktop:~$ file Dell_C3760dn_Color_Laser.ppd
   Dell_C3760dn_Color_Laser.ppd: PPD file, version 4.3

   brian@desktop:~$ cupstestppd Dell_C3760dn_Color_Laser.ppd
   Dell_C3760dn_Color_Laser.ppd: PASS

Using localhost:631 I installed a print queue by providing the PPD to
CUPS. Compressed or uncompressed the install was successful.

I also did

   lpadmin -v socket://191.168.7.200:9105 -p test -P 
/home/brian/Dell_C3760dn_Color_Laser.ppd.gz

with similar success.


 E [29/May/2013:11:59:33 -0400] Returning IPP server-error-internal-error for
 CUPS-Add-Modify-Printer (ipp://localhost/printers/dellcolor) from localhost
 d [29/May/2013:11:59:33 -0400] cupsdProcessIPPRequest: ippLength(response)=153
 
 I checked that in my installation (which is debian 7 amd64, xfce desktop,
 installed from LiveCD), there is no subdir /etc/cups/interfaces . I made that
 subdirectory manually, and the printer setup process continues. But in the end
 I saw a blank /etc/cups/interfaces/dellcolor, while I saw no
 /etc/cups/interfaces/dellcolor.ppd . This is strange!
 
 I am reporting this bug per chance someone can help out and fix this problem.

From my perspective there is nothing to fix. :)

Regards,

Brian.


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



Bug#710103: RFS: python-evdev/0.3.3-1 -- [ITP] python bindings for the generic input event interface

2013-05-31 Thread Łukasz 'sil2100' Zemczak
Hi everyone,

First of all, I apologize to attaching the same information to a single
bug twice, but I was not aware that the subject of a bug reply matters.
I'm re-sending this one so that the RFS string is in the subject so that
this information reaches the mentors list as well (thanks Thibaut!).


Since I am not sure if there is a way of editing the original bug
description, just wanted to inform that since the source package name
changed, also the URLs to the package details are different.

More information about the package:

  http://mentors.debian.net/package/python-evdev

Source package:

http://mentors.debian.net/debian/pool/main/p/python-evdev/python-evdev_0.3.3-1.dsc

Thanks and sorry for the confusion!

Best regards,

-- 
Łukasz 'sil2100' Zemczak
 lukasz.zemc...@canonical.com
 www.canonical.com
 www.ubuntu.com


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



Bug#710450: Acknowledgement (iproute: tc filter action ipt -j .. error)

2013-05-31 Thread Andreas Henriksson
On Fri, May 31, 2013 at 12:57:45PM +0200, Piotr Janusz wrote:
[...]
 
 That looks like the same problem you pointed out a year ago on
 linux-netdev mailing list:
 http://marc.info/?l=linux-netdevm=134105805817153w=2
[...]

I don't remember the outcome of this particular case,
but the problem has been solved multiple times.
(It's also quite common that people report issues which in
because of not using it properly.)

The same issue surfaces again and again, because of constant
API/ABI breaks on the iptables side. Hopefully the future
will be better because now libxtables has been split out
to it's own package in Debian with a proper package name
including a the .so version. Now we can just hope that
(upstream) properly updates the so version when breaking
the API/ABI in the future (but allow me to doubt).

I'm not a user of the tc ipt/xt module myself, so I rely
on actual users testing the module and reporting when and
what something needs to change to get it working again.
(Also, since I'm not using this myself I'm not an expert
on detecting when people use it incorrectly.)
Unfortunately those few users usually just show
up right *after* a stable release has already happened.

Hopefully I've provided you with some guidance on
what usually is the issue. I'm hoping you can dig furter
and when you find a solution update this bug report with
the information, to share it with other users.

-- 
Andreas Henriksson


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



Bug#666800: Pending fixes for bugs in the libapache-singleton-perl package

2013-05-31 Thread pkg-perl-maintainers
tag 666800 + pending
thanks

Some bugs in the libapache-singleton-perl package are closed in
revision 5e473a3c7bcb7925b994ed89ef94b93a2957fc7b in branch 'master'
by gregor herrmann

The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapache-singleton-perl.git;a=commitdiff;h=5e473a3

Commit message:

Apache 2.4 transition:

- build-depend on apache2-dev
- add a minimal debian/apache2.conf to get necessary modules for the test
  suite
- use it in debian/rules

Closes: #666800


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



Bug#710497: kdeplasma-addons: CVE-2013-2120

2013-05-31 Thread Moritz Muehlenhoff
Package: kdeplasma-addons
Severity: important
Tags: security

Please see http://seclists.org/oss-sec/2013/q2/429

Once an upstream fix is available, we can fix this in
a point update.

Cheers,
Moritz


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



Bug#666799: Apache 2.4 and the other libapache*-perl packages

2013-05-31 Thread gregor herrmann
Now that apache 2.4 and the new mod-perl is in unstable, I looked at
the other libapache*-perl packages. They all fail the test suite
because they don't find an MPM.

I've now started to adapt libapache-singleton-perl, but some review
would be welcome before I upload it and work on the other three.

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Eric Clapton: I Shot The Sheriff


signature.asc
Description: Digital signature


Bug#709492: Fixed upstream

2013-05-31 Thread Bastien ROUCARIES
control: tags  -1 + fixed-upstream
bastien


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



Bug#710496: qemu-system-x86: Package cannot be configured when kmod is missing.

2013-05-31 Thread Michael Tokarev
31.05.2013 15:22, Hilko Bengen wrote:
 Package: qemu-system-x86
 Severity: serious

Um.  Curious.  Why do you think this bug deserves to be serious?
Yes we fail to declare dependency on modprobe|kmod, but any system
which runs qemu will, with 99.9% chances, have it installed anyway,
so at least for 99.9% cases of users this is not a problem at all..

 The init script that is called from postinst tries to load modules via
 modprobe. This fails if the kmod package is not installed:
 
 Setting up qemu-system-x86 (1.5.0+dfsg-2) ...
 update-alternatives: using /usr/bin/qemu-system-i386 to provide /usr/bin/qemu 
 (q
 emu) in auto mode
 /etc/init.d/qemu-system-x86: 31: /etc/init.d/qemu-system-x86: modprobe: not 
 found
 Module kvm_amd failed to load ... failed!

Now, I'm not sure how to solve this, because you have a usage case
which is apparently not something I'm familiar with.

Do you want us to depend on kmod, or do you think we should check
modprobe presence in initscript instead, and omit module loading
if modprobe isn't found?

Thanks,

/mjt


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



Bug#710384: [Pkg-stud-maintainers] Bug#710384: stud: ftbs with ld --as-needed

2013-05-31 Thread Julian Taylor
On 30.05.2013 23:49, Julian Taylor wrote:
 On 30.05.2013 23:43, Vincent Bernat wrote:
  ❦ 30 mai 2013 14:17 CEST, Julian Taylor jtaylor.deb...@googlemail.com :

 stud fails to build with ld --as-needed.
 With --as-needed libraries need to be placed before objects needing
 their symbols.

 Attached patch fixes the issue.

 Hi Julian!

 Thanks for the patch. I am concerned about the part on libebtree:

 
 right, the whole ebtree part of the patch is unnecessary.
 Sorry, I didn't check the patch properly before forwarding it.
 

I overlooked another issue in the non x86 arches :/
you are adding -lpthread to LDFLAGS on those arches which does not work.
Instead you should use -pthread, it in addition to linking lpthreads it
also sets some macros like -D_REENTRANT and it works from LDFLAGS with
--as-needed.

see attached patch.
Description: pass -pthread to gcc instead of lpthread
 -pthread sets some macros and works from LDFLAGS with ld --as-needed
Author: Julian Taylor jtay...@ubuntu.com
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,8 @@ ifeq ($(DEB_HOST_ARCH),amd64)
 CFLAGS += -DUSE_SYSCALL_FUTEX
 else
 #we are on neither i396 or amd64, we need to link the pthread library
-LDFLAGS += -lpthread
+LDFLAGS += -pthread
+CFLAGS += -pthread
 endif
 endif
 


Bug#635192: provide O_CLOEXEC on kfreebsd-*

2013-05-31 Thread Julien Cristau
On Mon, May 13, 2013 at 09:43:48 +0200, Petr Salinger wrote:

 Hi.
 
 Both wheezy kernels (8.3 and 9.0) do support O_CLOEXEC.
 Together with enabling O_CLOEXEC we have to
 at least raise minimal kernel version to 8.3 in
 
   debian/debhelper.in/libc.preinst
   debian/sysdeps/kfreebsd.mk
 
 We have to wait before buildd receives new kernel,
 as current (squeezy one) does not suffice.
 
I don't understand why this is taking so long.  O_CLOEXEC was defined on
Linux long before all supported kernels had it, and people (used to?)
have fallback code for the case where open(O_CLOEXEC) returned EINVAL,
to do the racy fcntl dance.  I don't see why the kernel running on
buildds matters one bit for whether userland gets the define...

Cheers,
Julien


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



Bug#710498: subversion: enable java components on mips and mipsel

2013-05-31 Thread Harry Prevor
Package: subversion
Version: 1.6.17dfsg-4+deb7u2
Severity: wishlist

Dear Maintainer,

I've noticed as per the buildd logs that subversion is built on mips and mipsel 
only with the --disable-java flag, while on all other architectures it is not 
built with this flag.

Considering java works fine on mips and mipsel, I'd like that build flag to be 
removed for those architectures so packages like libsvn-java (which a lot of 
packages, including NetBeans, depend on) can be built.

See:

https://buildd.debian.org/status/fetch.php?pkg=subversionarch=mipselver=1.7.9-1stamp=1365410157

Thanks.

-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: mipsel (mips64)

Kernel: Linux 3.2.0-4-loongson-2f
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 subversion depends on:
ii  libapr1 1.4.6-3
ii  libc6   2.13-38
ii  libsasl2-2  2.1.25.dfsg1-6
ii  libsvn1 1.6.17dfsg-4+deb7u2

subversion recommends no packages.

Versions of packages subversion suggests:
ii  db5.1-util5.1.29-5
ii  patch 2.6.1-3
pn  subversion-tools  none

-- 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#710499: New upstream version available

2013-05-31 Thread Wolodja Wentland
Package: libmaven-compiler-plugin-java
Version: 2.0.2-6
Severity: wishlist

Dear Maintainer,

It would be much appreciated if you could consider packaging the current
upstream version of maven-compiler-plugin (3.1).

Please let me know if there are problems with this and what can/could be done
to remedy the current situation.

Have a nice day!

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

Kernel: Linux 3.8-2-amd64 (SMP w/4 CPU cores)
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 libmaven-compiler-plugin-java depends on:
ii  libmaven2-core-java  2.2.1-8
ii  libplexus-compiler-java  1.6-2
ii  libplexus-utils-java 1:1.5.15-4

libmaven-compiler-plugin-java recommends no packages.

Versions of packages libmaven-compiler-plugin-java suggests:
pn  libmaven-compiler-plugin-java-doc  none

-- 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#709333: libeigen3-dev: Wrong path to included .h file in StdVector.h

2013-05-31 Thread Anton Gladky
Hi, if the problem resolved, please, close the bug.

Anton


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



Bug#710500: Mention removal of libdigest-sha1-perl (covered by Digest::SHA in perl core)

2013-05-31 Thread Salvatore Bonaccorso
Package: release-notes
Tags: patch

Hi Michael

For reference, this is from http://bugs.debian.org/594273#54

On Wed, May 29, 2013 at 03:11:06PM +0400, Michael Tokarev wrote:
 I'm not sure it is the right place - the RM bugreport -
 to add this information to.
 
 The thing is: finally, wheezy is out without this module.
 And it turns out that many 3rd-party code still uses the
 old name, despite the new name being in core perl for
 quite a while.
 
 In particular, when upgrading postgresql.org to wheezy,
 this change (removal of Digest::SHA1) was one of the main
 issues, significantly bigger than all other together.
 There were about 40 modules/programs which used the old
 name, which all, at the same time, stopped working, and
 it tool quite some efforts to figure it all out and to
 make it all work again.
 
 This pain could be reduced significantly by one of at least
 two ways:
 
 1.  By documenting the fact that this module is no longer
  available, somewhere in release notes or something like
  that.  One of the issues faced was complete lack of any
  information about this, and even searching does not reveal
  anything useful easily (google finds oldstable package but
  not this removal request).

This sounds like a good plan as libdigest-sha1-perl was nevertheless
still widely used. Attached is the patch proposed to apply to the
release-notes.

 2. By providing a compatibility layer, a tiny wrapper that
  just maps one namespace into another.  I don't remember how
  this works in perl, but I guess it should be more or less
  trivial to do - so that old Digest::SHA1 name still works
  (maybe printing some deprecation warning or something).
 
  Either as an additional package (maybe using the same old
  name - libdigest-sha1-perl), or within core perl itself.

IMO not the right approach as the aim was really to drop the use of
the obsoleted Digest::SHA1. But adding a release-notes entry is surely
more than worth.

Regards,
Salvatore
Index: release-notes/en/upgrading.dbk
===
--- release-notes/en/upgrading.dbk	(revision 10171)
+++ release-notes/en/upgrading.dbk	(working copy)
@@ -2002,6 +2002,19 @@
 	  url=url-wiki;Drupal/Upgrade/From6To7the Debian Wiki/ulink.
   /para
 /listitem
+listitem
+  para
+	The systemitem role=packagelibdigest-sha1-perl/systemitem
+	package is no longer available. Most of the functionality is
+	provided by literalDigest::SHA/literal in Perl core in the package
+	systemitem role=packageperl/systemitem). See bugreports 
+	ulink url=http://bugs.debian.org/594273;#594273/ulink and
+	ulink url=http://bugs.debian.org/591091;#591091/ulink. For third-party
+	applications not provided in Debian it is usually enough to substitute
+	the use of literalDigest::SHA1/literal with literalDigest::SHA/literal
+	in the corresponding source code.
+  /para
+/listitem
   /itemizedlist
 /para
 


Bug#635192: provide O_CLOEXEC on kfreebsd-*

2013-05-31 Thread Aurelien Jarno
On Fri, May 31, 2013 at 02:04:06PM +0200, Julien Cristau wrote:
 On Mon, May 13, 2013 at 09:43:48 +0200, Petr Salinger wrote:
 
  Hi.
  
  Both wheezy kernels (8.3 and 9.0) do support O_CLOEXEC.
  Together with enabling O_CLOEXEC we have to
  at least raise minimal kernel version to 8.3 in
  
debian/debhelper.in/libc.preinst
debian/sysdeps/kfreebsd.mk
  
  We have to wait before buildd receives new kernel,
  as current (squeezy one) does not suffice.
  
 I don't understand why this is taking so long.  O_CLOEXEC was defined on
 Linux long before all supported kernels had it, and people (used to?)
 have fallback code for the case where open(O_CLOEXEC) returned EINVAL,

That's exactly the point, most of the fallback code has been removed.

 to do the racy fcntl dance.  I don't see why the kernel running on
 buildds matters one bit for whether userland gets the define...
 

Anyway this has just been done, so it's now just a matter of days.

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


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



Bug#710272: [Pkg-octave-devel] Bug#710272: octave: Printing gives a Ghostscript error

2013-05-31 Thread Mike Miller
Hendrik Rittich wrote:
 I had the fonts-pagul package installed. When I remove the package the error 
 is gone.

Good, so this is exactly the same problem I ran into.

 Nerver the less, when opening the created _EPS_ file with Ghostscript I get 
 the following warning:


 GPL Ghostscript 9.05 (2012-02-08)
 [...]
 Can't find (or can't open) font file 
 /usr/share/ghostscript/9.05/Resource/Font/{}.
 Can't find (or can't open) font file {}.
 Querying operating system for font files...
 Can't find (or can't open) font file 
 /usr/share/ghostscript/9.05/Resource/Font/{}.
 Can't find (or can't open) font file {}.
 Didn't find this font on the system!
 Substituting font Courier for {}.
 [...]

This looks like the right behavior for any font name that doesn't
exist on the system, whether it's {} or MyFavoriteFont.

 Thus I think that octave or gnuplot (to answer the question: Yes I am using 
 the gnuplot backend.) somehow create an invalid EPS file.

The only thing invalid about the EPS file is the font name. I get the
same error if I set the font to MyFavoriteFont and there is no such
font installed. I get the same error if I use another TrueType fonts
that I *do* have on my system (e.g. FreeMono, Inconsolata). I don't
think Octave can be responsible for that, unless Octave should only
allow the minimum known set of PostScript built-in fonts.

This is why I filed #662892 against ghostscript rather than octave or
gnuplot. Some combination of ghostscript and the Pagul font is causing
an error in the ghostscript routine that looks up TrueType fonts by
name.

-- 
mike


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



Bug#635192: provide O_CLOEXEC on kfreebsd-*

2013-05-31 Thread Petr Salinger

I don't understand why this is taking so long.  O_CLOEXEC was defined on
Linux long before all supported kernels had it, and people (used to?)
have fallback code for the case where open(O_CLOEXEC) returned EINVAL,
to do the racy fcntl dance.  I don't see why the kernel running on
buildds matters one bit for whether userland gets the define...


May be they used to, but currently even eglibc itself does not have such 
fallback inside. Even inside elf loader, i.e. elf/dl-misc.c:


  int flags = O_RDONLY;
#ifdef O_CLOEXEC
  flags |= O_CLOEXEC;
#endif

The open with unknown flags fails and elf loader
does not try it again without O_CLOEXEC.

As we really want to run testsuite,
the kernel have to support O_CLOEXEC at least for open().

Petr


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



Bug#696093: [Piuparts-devel] Bug#696093: piuparts git repository branch, develop, updated. 0.52-37-g73cb9af

2013-05-31 Thread Holger Levsen
Hi,

On Donnerstag, 30. Mai 2013, Andreas Beckmann wrote:
 So we need define what we consider pedantic errors.

yes, but let's start as we have piuparts.d.o now: without pedantic tests. So 
that at first the PTS will only display really bad stuff and people will get 
trained to follow these links.
 
 Maybe a format of
[...]
 but it wouldn't need to be used from the beginning, we could just
 hardcode fail to serious and have it in the status file (until we decide
 at some point that some issues may get less attention)

sounds good.


cheers,
Holger


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


Bug#710499: New upstream version available

2013-05-31 Thread Emmanuel Bourg
I believe maven-compiler-plugin 3.1 requires Maven 3 to build, so we'll
have to complete the transition to Maven 3 before packaging this update.

If you don't absolutely need the most recent version we could at least
upgrade to the last version compatible with Maven 2 (2.5.1). This will
also require an update to plexus-compiler.

Emmanuel Bourg


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



Bug#657191: kopete: multiple crashes in the wlm protocol code

2013-05-31 Thread Pali Rohár
Hello Raphael,

are these wlm patches on debian bug #657191 still valid? Btw in 
future, please send kopete patches to kopete-devel mailinglist or 
to kde reviewboard.

-- 
Pali Rohár
pali.ro...@gmail.com


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


Bug#710501: avinfo: FTBFS: ass.tab.h:104:5: error: conflicting types for 'yyparse'

2013-05-31 Thread David Suárez
Source: avinfo
Version: 1.0.a15+20090102-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130529 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 gcc -c -Wall -g -O2 -funsigned-char ass.tab.c 
 In file included from ass.y:26:0:
 ass.tab.h:104:5: error: conflicting types for 'yyparse'
 In file included from avinfo.h:75:0,
  from ass.y:24:
 ass.h:29:5: note: previous declaration of 'yyparse' was here
 make[2]: *** [ass.tab.o] Error 1

The full build log is available from:
   http://deiv.vzpla.net/logs/2013/05/29/avinfo_1.0.a15+20090102-1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#710502: ITP: ruby-rabl-rails -- fast Rails 3+ templating system with JSON and XML support

2013-05-31 Thread Cédric Boutillier
Package: wnpp
Severity: wishlist
Owner: Cédric Boutillier bou...@debian.org

* Package name: ruby-rabl-rails
  Version : 0.3.2
  Upstream Author : Christopher Cocchi-Perrier cocch...@gmail.com
* URL : https://github.com/ccocchi/rabl-rails
* License : Expat
  Programming Lang: Ruby
  Description : fast Rails 3+ templating system with JSON and XML support

 RABL (Ruby API Builder Language) is a Ruby templating system for rendering
 resources in different format (JSON, XML, BSON...).
 .
 rabl-rails is faster and uses less memory than the standard rabl gem (provided
 in the ruby-rabl package) while letting you access the same features.
 .
 rabl-rails only targets Rails 3+ application.

 This package is a build-dependency for ruby-gon (ITP #703185) and will
 be maintained by the Ruby Team.

Cheers,

Cédric


signature.asc
Description: Digital signature


Bug#710503: ganglia: Vcs-(Git|Browser) repository not accessible

2013-05-31 Thread Salvatore Bonaccorso
Package: ganglia
Severity: normal

Hi Daniel, hi Stuart

It looks like ganglia git repository as in Vcs-Git and Vcs-Browser
fields in debian/control is not accessible:

$ debcheckout ganglia
declared git repository at git://git.debian.org/pkg-monitoring/ganglia.git
git clone git://git.debian.org/pkg-monitoring/ganglia.git ganglia ...
Cloning into 'ganglia'...
fatal: The remote end hung up unexpectedly
checkout failed (the command above returned a non-zero exit code)

respectively a '404 - No such project'.

Thanks for your packaging work on it,

Regards,
Salvatore


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



Bug#710504: /bin/sh: chrpath: not found

2013-05-31 Thread Mathieu Malaterre
Package: wine-unstable
Severity: important


I cannot build wine-unstable on an oldstable (squeeze) system. It fails with:

cp server/wineserver debian/tmp/usr/lib//wine-unstable/wine
#for file in debian/tmp/usr/lib//wine-unstable/wine/*.so; do \
chrpath -r '$ORIGIN/..' $file; done
/bin/sh: chrpath: not found
make[1]: *** [override_dh_install] Error 127


I believe Depends: chrpath is missing

thanks

-- System Information:
Debian Release: 6.0.7
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable'), (500, 'stable'), 
(200, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wine-unstable depends on:
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
pn  wine-bin-unstable | wine64-bi none (no description available)

wine-unstable recommends no packages.

Versions of packages wine-unstable suggests:
pn  avscan | klamav | clamav  none (no description available)
pn  binfmt-supportnone (no description available)
pn  ttf-mscorefonts-installer none (no description available)
pn  winbind   none (no description available)
pn  wine-doc  none (no description available)


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



Bug#710505: ganglia-web: Vcs-(Git|Browser) repository not accessible

2013-05-31 Thread Salvatore Bonaccorso
Source: ganglia-web
Severity: normal

Hi Daniel, hi Stuart

It looks like ganglia-web git repository as in Vcs-Git and Vcs-Browser
fields in debian/control is not accessible: 



$ debcheckout ganglia-web
declared git repository at git://git.debian.org/pkg-monitoring/ganglia-web.git
git clone git://git.debian.org/pkg-monitoring/ganglia-web.git ganglia-web ...
Cloning into 'ganglia-web'...
fatal: The remote end hung up unexpectedly
checkout failed (the command above returned a non-zero exit code)

respectively a '404 - No such project'.

Regards,
Salvatore


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



Bug#710506: ITP: derelict3 -- A collection of dynamic D bindings to C libraries, useful for multimedia and game development.

2013-05-31 Thread Matthew Bekkema
Package: wnpp
Severity: wishlist
Owner: Matthew Bekkema mat8913...@gmail.com

* Package name: derelict3
  Version : 0~git20130530
  Upstream Author : Mike Parker aldac...@gmail.com
* URL : https://github.com/aldacron/Derelict3
* License : Boost Software License
  Programming Lang: D
  Description : A collection of dynamic D bindings to C libraries, useful 
for multimedia and game development.

Derelict3 is a collection of D bindings to multimedia and game
development related libraries.


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



Bug#682067: git can not clone fai config space

2013-05-31 Thread Volker Epting

Package: fai-client
Version: 4.0.6

Hello,

i start to set up FAI for installing systems with debian wheezy from a debian 
wheezy FAI server.
i also can not get the config space from a git repository over ssh, same 
error/behaviour as above:

--snip--
FAI_CONFIG_SRC is set to git+ssh://user@host/srv/git/fai-wheezy.git
Checking out from git
Cloning into '/var/lib/fai/config'...
fatal: Not a git repository: '/var/lib/fai/config/.git'
Error in task confdir. Traceback: task_error _git_checkout main
--snap--

booting via PXE with kernel parameter:
FAI_CONFIG_SRC=git+ssh://user@host/srv/git/fai-wheezy.git

i init my repository without the --bare option, so i think it is no a bare 
repository.

The suggested solution/patch works in my case, but how can i setup the 
repository correct to work without that patch?

best regards,
Volker


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



Bug#652747: listadmin: --remove-member fails silently

2013-05-31 Thread n
for what I have seen, the --remove-member option 
- works with mailman versions older than 2.1.11,
- doesn't work with mailman versions greater than 2.1.11,
works for one list with mailman 2.1.11 and not for another one with same
version.

I hope it can help...

n

-- 
pour m'envoyer des courriels chiffrés, clé gnupg dispo sur 
http://keys.indymedia.org  


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



Bug#710507: nova-compute-xen: postinst uses /usr/share/doc content (Policy 12.3)

2013-05-31 Thread Andreas Beckmann
Package: nova-compute-xen
Version: 2012.1.1-18
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

a test with piuparts revealed that your package uses files from
/usr/share/doc in its maintainer scripts which is a violation of
Policy 12.3: Packages must not require the existence of any files in
/usr/share/doc/ in order to function.
http://www.debian.org/doc/debian-policy/ch-docs.html#s12.3

These files must be moved to /usr/share/$PACKAGE and may be symlinked
from /usr/share/doc/$PACKAGE.

This piuparts test prevents the installation of (most) files into
/usr/share/doc with 'dpkg --path-exclude=...'.

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

  Selecting previously unselected package nova-compute-xen.
  (Reading database ... 17944 files and directories currently installed.)
  Unpacking nova-compute-xen (from .../nova-compute-xen_2012.1.1-18_all.deb) ...
  Setting up nova-compute-xen (2012.1.1-18) ...
  Adding user nova to group nova
  cp: cannot stat '/usr/share/doc/nova-compute-xen/nova-compute.conf.dist': No 
such file or directory
  dpkg: error processing nova-compute-xen (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   nova-compute-xen


Cheers,

Andreas


nova-compute-xen_2012.1.1-18.log.gz
Description: GNU Zip compressed data


Bug#710508: linux-image-3.2.0-4-amd64: random Wheezy freeze

2013-05-31 Thread JS Ubei
Package: linux-image-3.2.0-4-amd64

Version: 3.2.41-2

Severity:important

The bug #703715 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703715) is 
still present in the last (3.2.41-2) kernel version, my system freeze very 
often.
Thanks to take it in account.


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



Bug#710499: New upstream version available

2013-05-31 Thread Wolodja Wentland
On Fri, May 31, 2013 at 14:55 +0200, Emmanuel Bourg wrote:
 I believe maven-compiler-plugin 3.1 requires Maven 3 to build, so we'll
 have to complete the transition to Maven 3 before packaging this update.

 If you don't absolutely need the most recent version we could at least
 upgrade to the last version compatible with Maven 2 (2.5.1). This will
 also require an update to plexus-compiler.

Okay, thanks for the quick reply. I am not entirely sure which version is
*really* needed, but the upstream project I am trying to package refers to 3.1
in its parent pom (cf. [0]). Nothing stops me from trying a build with 2.0.2-6
(or 2.5.1 fwiw), so I'll investigate in that direction first.

Either way the newest upstream version should be packaged eventually.

[0] 
https://github.com/clojure/build.poms/blob/30db0e3389c85d5db41fe3c7f062cdd6a9d0bf5d/pom.xml#L124
-- 
Wolodja deb...@babilen5.org

4096R/CAF14EFC
081C B7CD FF04 2BA9 94EA  36B2 8B7F 7D30 CAF1 4EFC


signature.asc
Description: Digital signature


Bug#696249: fixed upstream

2013-05-31 Thread Douglas Thain
Bug 696249 is fixed upstream:
https://github.com/cooperative-computing-lab/cctools/commit/b3a271e461e80e5703743293a0984d4202cfa011

Thanks for the report.


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



Bug#710509: linux-image-3.8-2-amd64: Click with the middle button of the DualPoint Stick doesn't always have an immediate effect

2013-05-31 Thread Vincent Lefevre
Package: src:linux
Version: 3.8.13-1
Severity: normal

A click with the middle button of the DualPoint Stick (above the
touchpad) on my Dell Latitude E6400 doesn't always have an immediate
effect: I sometimes need to press a key to see the effect (pasted
data). This problem is recent.

I could reproduce it several times, only in Emacs. But I doubt that's
an Emacs problem, because when a USB mouse is attached, I never have
any problem with the middle button (I don't think Emacs can notice a
difference between a mouse and the DualPoint Stick buttons).

-- Package-specific info:
** Version:
Linux version 3.8-2-amd64 (debian-ker...@lists.debian.org) (gcc version 4.7.2 
(Debian 4.7.2-5) ) #1 SMP Debian 3.8.13-1

** Command line:
root=/dev/mapper/xvii-root ro quiet reboot=pci

** Not tainted

** Kernel log:
[1059164.160057] usb 1-1: new full-speed USB device number 2 using uhci_hcd
[1059164.340075] usb 1-1: New USB device found, idVendor=0a5c, idProduct=4500
[1059164.340082] usb 1-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[1059164.340090] usb 1-1: Product: BCM2046B1
[1059164.340092] usb 1-1: Manufacturer: Broadcom
[1059164.342128] hub 1-1:1.0: USB hub found
[1059164.344057] hub 1-1:1.0: 3 ports detected
[1059164.349173] usb 3-1: USB disconnect, device number 3
[1059164.600036] usb 3-1: new full-speed USB device number 4 using uhci_hcd
[1059164.837110] usb 3-1: New USB device found, idVendor=0a5c, idProduct=5800
[1059164.837116] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[1059164.837120] usb 3-1: Product: 5880
[1059164.837124] usb 3-1: Manufacturer: Broadcom Corp
[1059164.837127] usb 3-1: SerialNumber: 0123456789ABCD
[1059164.837244] usb 3-1: config 0 descriptor??
[1059165.178083] usb 1-1.1: new full-speed USB device number 3 using uhci_hcd
[1059165.296064] usb 1-1.1: New USB device found, idVendor=413c, idProduct=8157
[1059165.296068] usb 1-1.1: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[1059165.303354] input: HID 413c:8157 as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input20
[1059165.303522] hid-generic 0003:413C:8157.0004: input,hidraw0: USB HID v1.11 
Keyboard [HID 413c:8157] on usb-:00:1a.0-1.1/input0
[1059165.378094] usb 1-1.2: new full-speed USB device number 4 using uhci_hcd
[1059165.499090] usb 1-1.2: New USB device found, idVendor=413c, idProduct=8158
[1059165.499096] usb 1-1.2: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[1059165.507411] input: HID 413c:8158 as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input21
[1059165.507654] hid-generic 0003:413C:8158.0005: input,hidraw1: USB HID v1.11 
Mouse [HID 413c:8158] on usb-:00:1a.0-1.2/input0
[1059166.182322] usb 1-1.3: new full-speed USB device number 5 using uhci_hcd
[1059166.309322] usb 1-1.3: New USB device found, idVendor=413c, idProduct=8156
[1059166.309333] usb 1-1.3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[1059166.309342] usb 1-1.3: Product: Dell Wireless 370 Bluetooth Mini-card
[1059166.309349] usb 1-1.3: Manufacturer: Dell Computer Corp
[1059166.401195] usbcore: registered new interface driver btusb
[1059167.479271] iwlwifi :0c:00.0: L1 Enabled; Disabling L0S
[1059167.482326] iwlwifi :0c:00.0: Radio type=0x0-0x2-0x0
[1059167.610044] iwlwifi :0c:00.0: Could not complete ALIVE transition: -132
[1059167.610364] iwlwifi :0c:00.0: Failed to run INIT ucode: -132
[1059167.610444] iwlwifi :0c:00.0: Unable to initialize device.
[1059169.040977] iwlwifi :0c:00.0: L1 Enabled; Disabling L0S
[1059169.043972] iwlwifi :0c:00.0: Radio type=0x0-0x2-0x0
[1059169.288721] iwlwifi :0c:00.0: L1 Enabled; Disabling L0S
[1059169.291716] iwlwifi :0c:00.0: Radio type=0x0-0x2-0x0
[1059169.440758] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[1059173.436566] iwlwifi :0c:00.0: L1 Enabled; Disabling L0S
[1059173.439553] iwlwifi :0c:00.0: Radio type=0x0-0x2-0x0
[1059173.583733] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[1059176.466274] e1000e :00:19.0: irq 44 for MSI/MSI-X
[1059176.568195] e1000e :00:19.0: irq 44 for MSI/MSI-X
[1059176.568404] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[1059206.960342] usb 8-3: new high-speed USB device number 5 using ehci-pci
[1059207.094462] usb 8-3: New USB device found, idVendor=04e8, idProduct=6860
[1059207.094474] usb 8-3: New USB device strings: Mfr=2, Product=3, 
SerialNumber=4
[1059207.094482] usb 8-3: Product: SAMSUNG_Android
[1059207.094489] usb 8-3: Manufacturer: SAMSUNG
[1059207.094496] usb 8-3: SerialNumber: 4df1df1231d19f8d
[1059210.255580] usb 8-3: USB disconnect, device number 5
[1059210.528342] usb 8-3: new high-speed USB device number 6 using ehci-pci
[1059210.662103] usb 8-3: New USB device found, idVendor=04e8, idProduct=6860
[1059210.662115] usb 8-3: New USB device strings: Mfr=2, Product=3, 
SerialNumber=4
[1059210.662123] usb 8-3: Product: SAMSUNG_Android
[1059210.662130] usb 8-3: Manufacturer: SAMSUNG

Bug#710503: [Pkg-monitoring-maintainers] Bug#710503: ganglia: Vcs-(Git|Browser) repository not accessible

2013-05-31 Thread Daniel Pocock
On 31/05/13 15:04, Salvatore Bonaccorso wrote:
 Package: ganglia
 Severity: normal

 Hi Daniel, hi Stuart

 It looks like ganglia git repository as in Vcs-Git and Vcs-Browser
 fields in debian/control is not accessible:

 $ debcheckout ganglia
 declared git repository at git://git.debian.org/pkg-monitoring/ganglia.git
 git clone git://git.debian.org/pkg-monitoring/ganglia.git ganglia ...
 Cloning into 'ganglia'...
 fatal: The remote end hung up unexpectedly
 checkout failed (the command above returned a non-zero exit code)

 respectively a '404 - No such project'.

 Thanks for your packaging work on it,


There was some issue in alioth, it didn't enable anonymous read access
by default when the repo was created.

I went to the admin page now and enabled it but it is still not
accessible, and the UNIX permissions haven't changed.  Maybe the perms
are changed by cron or something later in the day.


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



Bug#710510: ec2-run-user-data run too early in boot process compared to ubuntu.

2013-05-31 Thread Paul Tonelli

Package: cloud-init
Version: 0.7.1-3

When booting on ubuntu, cloud-init scripts are started later than in debian, 
once most other services are already started.
On debian, the only requirement is :

# Required-Start: ec2-get-credentials

This makes ec2-run-user-data run with the same requirements as 
ec2-get-credentials, which only requires :

# Required-Start: $network

Many scripts written as user-data for ubuntu fail in debian, as services like 
$syslog, $remote-fs are not yet available.

It might be a good idea to run the ec2-run-user-data later in the boot process 
by adding dependancies like $syslog and $remote-fs.

Paul Tonelli


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



Bug#710511: alpine: passfile support (-passfile) seems completely broken

2013-05-31 Thread Scott Moser
Package: alpine
Version: 2.10+dfsg-1+maildir~ppa0
Severity: normal

Dear Maintainer,
  The version reported above is a private build of alpine patched with
maildir, but this bug is reproducible on 2.10+dfsg-1.

  It seems that '-passfile' support is completely broken in 2.10.
  If you pass argument '-passfile' and a path to any file that exists,
alpine will core dump after the first time it attempts to read a
password.

  This reproduces:
touch passfile
alpine -passfile $PWD/passfile

  This does not segfault, but does not store anything in passfile.
rm -f passfile
alpine -passfile $PWD/passfile

-- System Information:
Debian Release: wheezy/sid
  APT prefers saucy-updates
  APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500, 'saucy'), 
(100, 'saucy-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.8.0-21-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages alpine depends on:
ii  libc6 2.17-0ubuntu5
ii  libgssapi-krb5-2  1.10.1+dfsg-6
ii  libkrb5-3 1.10.1+dfsg-6
ii  libldap-2.4-2 2.4.31-1ubuntu2
ii  libpam0g  1.1.3-8ubuntu3
ii  libssl1.0.0   1.0.1e-2ubuntu1
ii  libtinfo5 5.9-10ubuntu4
ii  mlock 8:2007e~dfsg-3.2ubuntu2

Versions of packages alpine recommends:
ii  alpine-doc  2.10+dfsg-1+maildir~ppa0

Versions of packages alpine suggests:
ii  aspell  0.60.7~20110707-1build1
ii  postfix [mail-transport-agent]  2.10.0-3ubuntu2

-- 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#710503: [Pkg-monitoring-maintainers] Bug#710503: ganglia: Vcs-(Git|Browser) repository not accessible

2013-05-31 Thread Salvatore Bonaccorso
Hi Daniel

On Fri, May 31, 2013 at 03:34:49PM +0200, Daniel Pocock wrote:
 On 31/05/13 15:04, Salvatore Bonaccorso wrote:
  Package: ganglia
  Severity: normal
 
  Hi Daniel, hi Stuart
 
  It looks like ganglia git repository as in Vcs-Git and Vcs-Browser
  fields in debian/control is not accessible:
 
  $ debcheckout ganglia
  declared git repository at git://git.debian.org/pkg-monitoring/ganglia.git
  git clone git://git.debian.org/pkg-monitoring/ganglia.git ganglia ...
  Cloning into 'ganglia'...
  fatal: The remote end hung up unexpectedly
  checkout failed (the command above returned a non-zero exit code)
 
  respectively a '404 - No such project'.
 
  Thanks for your packaging work on it,
 
 
 There was some issue in alioth, it didn't enable anonymous read access
 by default when the repo was created.
 
 I went to the admin page now and enabled it but it is still not
 accessible, and the UNIX permissions haven't changed.  Maybe the perms
 are changed by cron or something later in the day.

You are fast! Thanks for checking the settings.

Let's see if these are changed later on.

Thanks already,

Regards,
Salvatore


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



Bug#710512: typo3-dummy: fails to install, probably caused by apache 2.4 transition

2013-05-31 Thread Andreas Beckmann
Package: typo3-dummy
Version: 4.5.27+dfsg1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: block 661958 with -1

Hi,

during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.

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

  Selecting previously unselected package typo3-dummy.
  (Reading database ... 18991 files and directories currently installed.)
  Unpacking typo3-dummy (from .../typo3-dummy_4.5.27+dfsg1-1_all.deb) ...
  Setting up typo3-dummy (4.5.27+dfsg1-1) ...
  dbconfig-common: writing config to /etc/dbconfig-common/typo3-dummy.conf
  
  Creating config file /etc/dbconfig-common/typo3-dummy.conf with new version
  
  Creating config file /etc/typo3-dummy/debian-db.php with new version
  warning: database package not installed?
  dbconfig-common: flushing administrative password
  /var/lib/dpkg/info/typo3-dummy.postinst: line 54: a2ensite: command not found
  dpkg: error processing typo3-dummy (--configure):
   subprocess installed post-installation script returned error exit status 127
  Errors were encountered while processing:
   typo3-dummy

This is probably caused by the apache 2.4 transition (#661958)


cheers,

Andreas


typo3-dummy_4.5.27+dfsg1-1.log.gz
Description: GNU Zip compressed data


Bug#710513: docbook-xsl: rountrip produce invalid wordml output

2013-05-31 Thread Mathieu Malaterre
Package: docbook-xsl
Version: 1.78.1+dfsg-1
Severity: normal


With the attached patch I can get the minimal support for wordml with roundtrip 
module. Please consider

Thanks
-- System Information:
Debian Release: 6.0.7
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable'), (500, 'stable'), 
(200, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages docbook-xsl depends on:
ii  xml-core  0.13   XML infrastructure and XML catalog

Versions of packages docbook-xsl recommends:
ii  docbook-xml   4.5-7  standard XML documentation system 

Versions of packages docbook-xsl suggests:
pn  dbtoepub   none(no description available)
pn  docbook-xsl-doc-ht none(no description available)
ii  docbook-xsl-saxon  1.00.dfsg.1-4 Java extensions for use with DocBo
ii  fop1:1.0.dfsg2-6~bpo60+1 XML formatter driven by XSL Format
ii  libsaxon-java  1:6.5.5-6 The Saxon XSLT Processor
ii  libxalan2-java 2.7.1-5   XSL Transformations (XSLT) process
ii  libxslthl-java 2.0.1-1   XSLT syntax highlighting
pn  xalan  none(no description available)

-- no debconf information
Description: short summary of the patch
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 docbook-xsl (1.78.1+dfsg-1) unstable; urgency=low
 .
   * New upstream release (closes: #696929).
 - Fixes fo:* element sequences in FO output (closes: #605198).
 - Removed passivetex extensions code (closes: #207601, #650786).
 - XHTML conversion scripts have been fixed (closes: #654338).
 - Handle book/info elements of DB5 correctly (closes:  #666068).
 - Fixed orientation of footnotes in blockquote (closes: #684381).
 - Fixed manual page output (closes: #695742).
   * debian/control: Added Multi-Arch: foreign. Dropped DM-Upload-Allowed.
 (Uploaders): Fixed my address.
 (Standards-Version): Bumped to 3.9.4.
   * debian/docbook-xsl.install, debian/docbook-xsl-ns.install: Added new and
 missing (VERSION.xsl) files.
   * debian/get-orig-source.sh: Minor fixes after upstream changed to bzip.
   * debian/rules: Install README files to documentation.
   * debian/watch: Check for bzip2 archives too (closes: #703514).
   * debian/patches/611924_html_same_ids_for_quote.patch: Dropped.
   * debian/patches/605696_fix_section_name_for_lexgrog.patch: Ditto.
   * debian/patches/577807_lang_spanish.patch: Added.
 - Fix spanish template generated text (closes: #577807).
   * debian/patches/638570_lang_russian.patch: Added.
 - Fix two translations (closes: #638570).
   * debian/patches/681116_multiarch_manpage_template.patch: Added.
 - Offer a way to omit build-time outpout to manpages (closes: #681116).
   * debian/patches/698962_fix_typo.patch: Added.
 - Fix a few typos (closes: #698962).
   * debian/patches/series: Adjusted.
Author: Daniel Leidert dleid...@debian.org
Bug-Debian: http://bugs.debian.org/207601
Bug-Debian: http://bugs.debian.org/577807
Bug-Debian: http://bugs.debian.org/605198
Bug-Debian: http://bugs.debian.org/638570
Bug-Debian: http://bugs.debian.org/650786
Bug-Debian: http://bugs.debian.org/654338
Bug-Debian: http://bugs.debian.org/666068
Bug-Debian: http://bugs.debian.org/681116
Bug-Debian: http://bugs.debian.org/684381
Bug-Debian: http://bugs.debian.org/695742
Bug-Debian: http://bugs.debian.org/696929
Bug-Debian: http://bugs.debian.org/698962
Bug-Debian: http://bugs.debian.org/703514

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: vendor|upstream|other, url of original patch
Bug: url in upstream bugtracker
Bug-Debian: http://bugs.debian.org/bugnumber
Bug-Ubuntu: https://launchpad.net/bugs/bugnumber
Forwarded: no|not-needed|url proving that it has been forwarded
Reviewed-By: name and email of someone who approved the patch
Last-Update: -MM-DD

--- docbook-xsl-1.78.1+dfsg.orig/docbook-xsl-ns/roundtrip/dbk2wordml.xsl
+++ docbook-xsl-1.78.1+dfsg/docbook-xsl-ns/roundtrip/dbk2wordml.xsl
@@ -234,6 +234,7 @@ xmlns:w='http://schemas.microsoft.com/of
   xsl:apply-templates mode='doc:phrase'/
 /xsl:param
 
+w:p
 w:r
   xsl:if test='$style !=  or
 $bold = 1 or
@@ -255,6 +256,7 @@ xmlns:w='http://schemas.microsoft.com/of
 xsl:copy-of select='$content'/
   

Bug#710514: tools/win32-loader stable package not updated for Wheezy

2013-05-31 Thread Didier Raboud
Package: ftp.debian.org
Severity: important

Hi dear FTP-Masters, dear Release Team,

it seems that the debian/tools/win32-loader/{testing,stable}/ copy has
been forgotten during the Wheezy release week-end. See:

wget 
'http://ftp.ch.debian.org/debian/tools/win32-loader/stable/win32-loader.txt' -q 
-O - | head -n1
= Win32-Loader - 0.6.21+squeeze0 =

This should be 0.7.4.3, as the version that was in Wheezy back at
release time. By chance, the new win32-loader hasn't yet migrated to
testing (or even gotten out of NEW/byhand).

There's #706598 that would get that solved another way. What do you
think? In any case, the
debian/tools/win32-loader/stable/win32-loader.exe should be the one from
Wheezy, not the one from Squeeze.

Thanks in advance, cheers,

OdyX


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



Bug#710503: [Pkg-monitoring-maintainers] Bug#710503: Bug#710503: ganglia: Vcs-(Git|Browser) repository not accessible

2013-05-31 Thread Daniel Pocock
On 31/05/13 15:39, Salvatore Bonaccorso wrote:
 Hi Daniel

 On Fri, May 31, 2013 at 03:34:49PM +0200, Daniel Pocock wrote:
 On 31/05/13 15:04, Salvatore Bonaccorso wrote:
 Package: ganglia
 Severity: normal

 Hi Daniel, hi Stuart

 It looks like ganglia git repository as in Vcs-Git and Vcs-Browser
 fields in debian/control is not accessible:

 $ debcheckout ganglia
 declared git repository at git://git.debian.org/pkg-monitoring/ganglia.git
 git clone git://git.debian.org/pkg-monitoring/ganglia.git ganglia ...
 Cloning into 'ganglia'...
 fatal: The remote end hung up unexpectedly
 checkout failed (the command above returned a non-zero exit code)

 respectively a '404 - No such project'.

 Thanks for your packaging work on it,

 There was some issue in alioth, it didn't enable anonymous read access
 by default when the repo was created.

 I went to the admin page now and enabled it but it is still not
 accessible, and the UNIX permissions haven't changed.  Maybe the perms
 are changed by cron or something later in the day.
 You are fast! Thanks for checking the settings.

 Let's see if these are changed later on.


Looks like it is resolved now

Would you like to join the pkg-monitoring group on alioth perhaps?


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



Bug#710103: The mentor package URL changed as well

2013-05-31 Thread Eriberto
Hi Łukasz!

Yes, you (or anyone) can change the bug title. You should send a mail
to cont...@bugs.debian.org, without subject, and put into the body:

retitle #710103 provides bindings to the generic input event interface

You musn't initiate the description using the package name or an article[1].

To know about others commands to BTS, please see Mailservers' reference card[2].

[1] http://www.debian.org/doc/debian-policy/ch-binary.html#s-descriptions
[2] http://www.debian.org/Bugs/server-refcard

Have a nice day!

Regards,

Eriberto - Brazil

2013/5/31 Łukasz 'sil2100' Zemczak lukasz.zemc...@canonical.com:
 Since I am not sure if there is a way of editing the original bug
 description, just wanted to inform that since the source package name
 changed, also the URLs are different.


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



Bug#710515: gnome-nibbles: purge package fails due to typo in post-removal script

2013-05-31 Thread Kiko Piris
Package: gnome-nibbles
Version: 1:3.8.0-1
Severity: normal
Tags: patch

Purging configuration files for gnome-nibbles ...
rm: cannot remove ‘/var/games/’: Is a directory
dpkg: error processing gnome-nibbles (--purge):
 subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
 gnome-nibbles
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:


The cause is a typo in post-removal script. See the following trivial patch:

---8---
--- /var/lib/dpkg/info/gnome-nibbles.postrm~2013-05-25 19:16:01.0 
+0200
+++ /var/lib/dpkg/info/gnome-nibbles.postrm 2013-05-31 16:35:59.168946929 
+0200
@@ -2,7 +2,7 @@
 set -e
 
 if [ $1 = purge ] ; then
-  for FILES in gnibbles.1.0.scores gnibbles.2.0.scores \
+  for FILE in gnibbles.1.0.scores gnibbles.2.0.scores \
   gnibbles.3.0.scores gnibbles.4.0.scores gnibbles.1.1.scores \
   gnibbles.2.1.scores gnibbles.3.1.scores gnibbles.4.1.scores; do
 rm -f /var/games/$FILE
---8---

Thanks

-- 
Kiko



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

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

Versions of packages gnome-nibbles depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-3
ii  libc62.17-3
ii  libcanberra-gtk3-0   0.30-2
ii  libclutter-1.0-0 1.10.8-2
ii  libclutter-gtk-1.0-0 1.2.0-2
ii  libgdk-pixbuf2.0-0   2.28.1-1
ii  libglib2.0-0 2.36.1-2build1
ii  libgtk-3-0   3.8.2-1
ii  libpango-1.0-0   1.32.5-5

Versions of packages gnome-nibbles recommends:
pn  yelp  none

gnome-nibbles 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#589533:

2013-05-31 Thread Tomasz Chomiuk
Hi, I don't think this problem has gone away. On Debian testing with
Xfce for desktop environment this problem is still present. Upon
system restart or suspend/hibernate NetworkManager Applet 0.9.8.0
never successfully re-connects to VPN. It tries a few times failing
each time with 'network disconnected' message.


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



Bug#709120: wicd-curses: wicd fails with AttributeError: can't set attribute for self.focus in curses_misc.py L352

2013-05-31 Thread Axel Beckert
Hi,

isis agora lovecruft wrote:
 Package: wicd-curses
 Version: 1.7.2.4-4
 Severity: grave
 Tags: upstream patch
 Justification: renders package unusable
 
 When attempting to run wicd-curses, I get the following traceback from an
 unhandled AttributeError:
 
 ∃!isisⒶwintermute:~ ∴ wicd-curses
 
 Traceback (most recent call last):
   File /usr/share/wicd/curses/wicd-curses.py, line 1063, in module
 main()
   File /usr/share/wicd/curses/wicd-curses.py, line 995, in main
 ui.run_wrapper(run)
   File /usr/local/lib/python2.7/dist-packages/urwid/raw_display.py, 
 line 242, in run_wrapper
 return fn()
   File /usr/share/wicd/curses/wicd-curses.py, line 88, in wrapper
 return func(*args, **kargs)
   File /usr/share/wicd/curses/wicd-curses.py, line 1003, in run
 app = appGUI()
   File /usr/share/wicd/curses/wicd-curses.py, line 548, in __init__
 self.wiredCB = urwid.Filler(WiredComboBox(wiredL))
   File /usr/share/wicd/curses/wicd-curses.py, line 378, in __init__
 self.__super.__init__(use_enter=False)
   File /usr/share/wicd/curses/curses_misc.py, line 352, in __init__
 self.focus = focus
 AttributeError: can't set attribute

While I could reproduce this last week on every wicd-curses invocation
it now no more happens.

Looks to me as if the bug was really in one of wicd-curses'
dependencies and has been fixed in the meanwhile.

which-pkg-broke wicd-curses (well, yes, it's used as
which-pkg-fixed here ;-) reports for dates after the bug report:

libselinux1:i386   Tue May 21 01:02:38 2013
libsepol1:i386 Tue May 21 01:02:46 2013
libsemanage-common Tue May 21 01:02:53 2013
libsemanage1:i386  Tue May 21 01:03:05 2013
python2.7  Tue May 21 01:03:35 2013
libpython2.7-stdlibTue May 21 01:03:44 2013
python2.7-minimal  Tue May 21 01:03:46 2013
libpython2.7-minimal   Tue May 21 01:03:49 2013
libacl1:i386   Tue May 21 15:03:03 2013
libssl1.0.0:i386   Wed May 22 22:22:46 2013
libsqlite3-0:i386  Wed May 22 22:22:50 2013
libnl-3-200:i386   Wed May 22 22:23:07 2013
libnl-genl-3-200:i386  Wed May 22 22:23:07 2013
libgnutls-openssl27:i386   Thu May 23 23:41:04 2013
libgnutls26:i386   Thu May 23 23:41:05 2013
libprocps1:i386Mon May 27 18:12:41 2013
procps Mon May 27 18:14:06 2013
isc-dhcp-clientTue May 28 14:25:10 2013
isc-dhcp-commonTue May 28 14:25:11 2013
python-urwid   Thu May 30 01:24:10 2013
gcc-4.8-base:i386  Fri May 31 02:34:54 2013
libgcc1:i386   Fri May 31 02:35:19 2013

Then again, I downgraded python-urwid recently, too, to be able to
install sat-xmpp-primitivus from unstable which currently depends on
python-urwid's version in testing (likely because sat-xmpp-primitivus
was built against that version and then had to wait in NEW for a
while).

I'll soon check if upgrading python-urwid again to unstable make
wicd-curses bail out again.

But then again, python-urwid 1.1.1-1 was uploaded one day after this
bug report and the original report contained ii python-urwid
1.0.2-1. And all recent python2.7 changes don't sound as if they
could cause such an issue. A new upstream version of python-urwid
still sounds more realistic somehow.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


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



  1   2   3   >