Bug#726093: python-scipy: CVE-2013-4251: weave /tmp and current directory issues

2013-10-23 Thread Salvatore Bonaccorso
Hi Julian,

On Wed, Oct 23, 2013 at 01:16:36AM +0200, Julian Taylor wrote:
 On 22.10.2013 08:43, Salvatore Bonaccorso wrote:
  Hi Julian,
  
  Cc'ing Julian directly as per short discussion on IRC.
  
  On IRC you mentioned that you are looking at this issue. Did you had a
  chance to prepare the upload for unstable?
  
 
 I have prepared updates for unstable, wheezy and squeeze, which require
 sponsoring:
 
 http://anonscm.debian.org/viewvc/python-modules/packages/scipy/branches/
 
 for wheezy and squeeze a little extra checking if the
 packaging/versioning is done correctly is appreciated as this is my
 first stable update in debian.
 
 Tested the packages by running scipys testsuite and a couple weave
 commands on all supported python versions.

Thanks for you update. I only had a look at the unstable version (so
far at least), and looks good. I have uploaded it as provided by you.
(Only small nitpick, please always include the CVE reference in the
changelog as this will ease the work of the security team tracking
the issues).

For uploads to (old-)stable, please see [1]. (btw, the versioning
0.7.2+dfsg1-1+squeeze1 for oldstable, and 0.10.1+dfsg2-1+deb7u1 for
stable looks good).

 [1] 
http://www.debian.org/doc/manuals/developers-reference/pkgs.html#upload-stable

Thanks for your work, and 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#727020: fixed in distro-info-data 0.17~deb7u1

2013-10-23 Thread Adam D. Barratt
Control: reopen -1
Control: tags -1 + pending

On Tue, 2013-10-22 at 22:47 +, Stefano Rivera wrote:
  distro-info-data (0.17~deb7u1) stable; urgency=low
  .
* Add Ubuntu 14.04, Trusty Tahr. (Closes: #726696, 727020)

Please don't close the p-u bug in your upload; it'll get closed once the
package has been in a point release.

Regards,

Adam


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



Bug#723910: FTBFS: test failures

2013-10-23 Thread Michael Stapelberg
Hi Damyan,

Damyan Ivanov d...@debian.org writes:
 Strace log available at 
 http://ktnx.net/~dam/hidden/lai0Aede/strace.log.xz

25434 read(5, =head1 NAME\n\nAnyEvent::Impl::Perl - AnyEvent adaptor for 
AnyEvent's pure perl AnyEvent::Loop\n\n=head1 SYNOPSIS\n\n   use AnyEvent;\n   
use AnyEvent::Loop;\n   # this module gets loaded automatically as 
required\n\n=head1 DESCRIPTION\n\nThis module provides transparent support for 
AnyEvent in case no other\nevent loop could be found or loaded.\n\nIf you want 
to use this module instead of autoloading another event loop\nyou can simply 
load LAnyEvent::Loop before creating the first watcher.\n\nNaturally, it 
supports all features of AnyEvent.\n\nSee LAnyEvent::Loop for more details on 
performance characteristics.\n\n=cut\n\npackage AnyEvent::Impl::Perl;\n\nuse 
AnyEvent (); BEGIN { AnyEvent::common_sense }\nuse AnyEvent::Loop;\n\nour 
$VERSION = $AnyEvent::VERSION;\n\n# time() is provided via 
AnyEvent::Base\n\n*AE::now= \\AnyEvent::Loop::now;\n*AE::now_update = 
\\AnyEvent::Loop::now_update;\n*AE::io = 
\\AnyEvent::Loop::io;\n*AE::timer  = \\AnyEvent::Loop::timer;\n*AE::idle  
 = \\AnyEvent::Loop::idle;\n*_poll  = 
\\AnyEvent::Loop::one_event;\n*loop   = \\AnyEvent::Loop::run; # 
compatibility with AnyEvent  6.0\n\nsub now{ $AnyEvent::Loop::NOW 
}\nsub now_update { AE::now_update   }\n\nsub 
AnyEvent::CondVar::Base::_wait {\n   AnyEvent::Loop::one_event until exists 
$_[0]{_ae_sent};\n}\n\nsub io {\n   my (undef, %arg) = @_;\n\n   
AnyEvent::Loop::io $arg{fh}, $arg{poll} eq \w\, $arg{cb}\n}\n\nsub timer {\n  
 my (undef, %arg) = @_;\n\n   AnyEvent::Loop::timer $arg{after}, 
$arg{interval}, $arg{cb}\n}\n\nsub idle {\n   my (undef, %arg) = @_;\n\n   
AnyEvent::Loop::idle $arg{cb}\n}\n\n=head1 SEE ALSO\n\nLAnyEvent.\n\n=head1 
AUTHOR\n\n   Marc Lehmann schm...@schmorp.de\n   
http://anyevent.schmorp.de\n\n=cut\n\n1\n\n;, 8192) = 1710
25434 read(5, , 8192) = 0
25434 close(5)  = 0
25434 getuid()  = 0
25434 geteuid() = 0
25434 getgid()  = 0
25434 getegid() = 0
25434 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
25433 ... select resumed )= ? ERESTARTNOHAND (To be restarted)
25433 --- SIGCHLD (Child exited) @ 0 (0) ---
25433 rt_sigreturn(0)   = -1 EINTR (Interrupted system call)
25433 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
25433 rt_sigaction(SIGCHLD, NULL, {0x2acdd9b3e700, [], SA_RESTORER, 
0x2acdda33c210}, 8) = 0
25433 write(10, \0, 1)= 1
25433 rt_sigprocmask(SIG_UNBLOCK, [CHLD], NULL, 8) = 0
25433 select(16, [3 4 8], [], NULL, {1, 898767}) = 1 (in [8], left {1, 898765})
25433 read(8, \0, 9)  = 1
25433 wait4(-1, [{WIFSIGNALED(s)  WTERMSIG(s) == SIGSEGV}], WNOHANG, NULL) = 
25434
25433 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
25433 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x2acdda33c210}, 
{0x2acdd9b3e700, [], SA_RESTORER, 0x2acdda33c210}, 8) = 0
25433 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
25433 write(7, # exited with exit code 11\n, 27) = 27
25422 ... select resumed )= 1 (in [5])
25433 wait4(-1,  unfinished ...
25422 read(5,  unfinished ...
25433 ... wait4 resumed 0x7fff09cebf7c, WNOHANG, NULL) = -1 ECHILD (No child 
processes)
25422 ... read resumed # exited with exit code 11\n, 65536) = 27
25422 write(2, # exited with exit code 11\n, 27) = 27
25422 select(8, [3 5], NULL, NULL, NULL unfinished ...
25433 write(6, not ok 1 - plugin messages match expectation\n, 45) = 45
25422 ... select resumed )= 1 (in [3])
25422 read(3, not ok 1 - plugin messages match expectation\n, 65536) = 45
25433 write(7, \n, 1) = 1
25433 write(7, #   Failed test 'plugin messages match expectation'\n, 52) = 52
25433 write(7, #   at t/004-smtp.t line 80.\n, 29) = 29
25422 write(1, \rt/004-smtp.t  1/? , 31) = 31

For some reason, the plugin process segfaults. I don’t know what’s
causing this, but I _really_ doubt that it’s any of kanla’s code. It
rather sounds like your AnyEvent setup is somehow broken. Maybe the bug
should be reassigned.

Anyway, please enable coredumps and provide a backtrace so that we can
figure out what is crashing here.

Also, maybe try installing libev4, which should make AnyEvent use a
different implementation than AnyEvent::Impl::Perl

 Sorry about that. I assumed that you are somehow subscribed to the 
 package, either via the PTS, or as a maintainer.
I am, but gmail decided your mail is spam, and I don’t check my spam
folder regularly. Adressing me directly helps with that, I think :).

-- 
Best regards,
Michael


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



Bug#715186: COW partition is mounted RO

2013-10-23 Thread alexandre . abbes
1)It seems that cow partition is mounted ro.

Thus any persistence file cannot be modified althought it is mounted.
I do not know how to fix it, althought it is not always a bad idea to mount the
cow ro to protect it.

2) Is the keyword persistence a good choice, as in the squeeze and previous 
versions, the keyword was persistent. 
I would make the same remark concerning the name of the persistence 
files/partitions : live-rw was ok, why changing, it is puzzeling.

best regards

Alexandre Abbès

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


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



Bug#717854: O: dmake -- make utility used to build OpenOffice.org

2013-10-23 Thread Rene Engelhard
Hi,

On Tue, Oct 22, 2013 at 06:13:50PM +0200, Moritz Muehlenhoff wrote:
 On Thu, Jul 25, 2013 at 06:14:02PM +0200, Rene Engelhard wrote:
  Package: wnpp
  Severity: normal
  
  As the description says. Only used by OpenOffice.org (and then OpenOffice 
  and
  LibreOffice).
  
  With LibreOffice 4.1.0 (just uploaded) the nw buildsystem named gbuild 
  (which
  was there before in (bigger) parts) is complete and thus it only
  uses GNU make now - noneed for dmake - no interest at all anymore.
  
  I guess if noone wants totake it it should be removed...
 
 Three months have passed, shall we go ahead with the removal?

I am obviously biased, but imho we can do, yes.

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#724731: gdm3

2013-10-23 Thread Chris Burdess
Confirmed fixed in 3.8.4-2 or with current sid dependencies as of 23
October 2013.



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#727134: ocl-icd-libopencl1: Another NULL pointer dereference

2013-10-23 Thread Brice Videau

Hi,

I think there might be another one, we will biscuss this issue with 
Vincent to sort it out.


Best regards,

Brice

On 22/10/2013 22:02, Vincent Danjean wrote:

   Hi,

Le 22/10/2013 17:08, Simon Richter a écrit :

similar to #724808:

==21024== Invalid read of size 8
==21024==at 0x5045563: clCreateContext (in 
/usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0)
==21024==by 0x40237D: piglit_cl_test (create-context.c:207)
==21024==by 0x4E3B23D: piglit_cl_api_test_run 
(piglit-framework-cl-api.c:198)
==21024==by 0x4E3A2D6: piglit_cl_framework_run (piglit-framework-cl.c:264)
==21024==by 0x401FB3: main (create-context.c:52)
==21024==  Address 0x1 is not stack'd, malloc'd or (recently) free'd

Please check the handle in this function as well.

Most NULL pointers have been handled in version 2.1.0.
Looking at this backtrace, I found one missing in clCreateContext.
I hope I put the correct fix.
   Can you test with the package here:
http://moais.imag.fr/membres/vincent.danjean/debian/pool/main/o/ocl-icd/
   If the fix is ggod I will upload the package.
   If the fix is not good, can you try to get a full backtrace
when the bug occurs ?

   Regards,
 Vincent




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



Bug#727183: gnome-split: crash with java.lang.ClassCastException when opening Preferences in Edition menu

2013-10-23 Thread Benoît FORQUIN
Package: gnome-split
Version: 1.1

 Dear Maintainer,

When opening Preferences in Edition Menu, application crash with this
message :

UncaughtException in thread: main
  Thread ID  = 1
  Thread prority = 5
Exception stacktrace:
java.lang.ClassCastException: org.gnome.gtk.Box cannot be cast to
org.gnome.gtk.VBox
at org.gnome.gtk.Dialog.add(Dialog.java:155)
at
org.gnome.split.gtk.dialog.PreferencesDialog.init(PreferencesDialog.java:94)
at
org.gnome.split.gtk.action.PreferencesAction.onActivate(PreferencesAction.java:40)
at org.gnome.gtk.GtkAction.receiveActivate(GtkAction.java:378)
at org.gnome.gtk.GtkMain.gtk_main(Native Method)
at org.gnome.gtk.GtkMain.main(GtkMain.java:82)
at org.gnome.gtk.Gtk.main(Gtk.java:119)
at org.gnome.split.GnomeSplit.init(GnomeSplit.java:126)
at org.gnome.split.GnomeSplit.main(GnomeSplit.java:335)

I have no knowledge in Java and I do not know how to interpret this
messagenop how to fix it.

Please consider this issue




Thanks

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

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

Versions of packages gnome-split depends on:
ii  default-jre [java6-runtime]1:1.6-47
ii  libdbus-java   2.8-4
ii  libjava-gnome-java 4.1.1-4
ii  openjdk-6-jre [java6-runtime]  6b27-1.12.6-1~deb7u1
ii  openjdk-7-jre [java6-runtime]  7u25-2.3.10-1~deb7u1

gnome-split recommends no packages.

gnome-split suggests no packages.


Bug#727184: [INTL:sv] Swedish strings for apt-listdifferences debconf

2013-10-23 Thread Martin Bagge
package: apt-listdifferences
severity: wishlist
tags: patch l10n

Please consider to add this file to translation of debconf.

-- 
brother
http://sis.bthstuden.se


sv.po
Description: Binary data


Bug#727186: [INTL:sv] Swedish strings for samba debconf

2013-10-23 Thread Martin Bagge
package: samba
severity: wishlist
tags: patch l10n

Please consider to add this file to translation of debconf.

-- 
brother
http://sis.bthstuden.se


sv.po
Description: Binary data


Bug#725779: [Tails-dev] Bug#725779: libotr: OTR clients supporting both OTRv1 and v2 are subject to protocol downgrade attacks

2013-10-23 Thread intrigeri
Hi,

Thibaut Varène wrote (23 Oct 2013 00:15:22 GMT) :
 I guess it's all good then, no objection for an NMU and thanks in
 advance to whoever will deal with it.

I will deal with it.

 I hope to be able to resume my normal DD duties ASAP ;P

I do hope too, take care :)

Cheers,
-- 
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc


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



Bug#577693: affiliatefox-fsfe: changing back from ITP to RFP

2013-10-23 Thread Sascha Girrulat
Hi,

a working package exists at [1]. To finalize the work a we need a
userfrendly mechanism to select individual Tracking IDs. A preconfig of
the debian IDs will be also ok.

Maybe i will do an update soon.

Greetings
Sascha

[1] git+ssh://git.debian.org/git/pkg-mozext/affiliatefox.git


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



Bug#727185: [INTL:sv] Swedish strings for miniupnpd debconf

2013-10-23 Thread Martin Bagge
package: miniupnpd
severity: wishlist
tags: patch l10n

Please consider to add this file to translation of debconf.

-- 
brother
http://sis.bthstuden.se


sv.po
Description: Binary data


Bug#726750: (no subject)

2013-10-23 Thread Aleksej

I think it started happening in October for me.


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



Bug#727082: apt: dist-upgrade says no longer required and will be installed for the same packages

2013-10-23 Thread Michael Vogt
On Tue, Oct 22, 2013 at 03:08:16PM +0200, David Kalnischkies wrote:
 On Tue, Oct 22, 2013 at 8:08 AM, Ph. Marek philipp.ma...@linbit.com wrote:
  $ LANG=C apt-get dist-upgrade
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Calculating upgrade... The following packages were automatically installed 
  and
  are no longer required:
gir1.2-gstreamer-1.0 python3-enchant python3-gtkspellcheck
  Use 'apt-get autoremove' to remove them.
  Done
 
 This shows a display bug – there shouldn't be code printing stuff between
 Calculating upgrade… and Done, but it looks like the recent reshuffling of
 code made it happen.
[..]

Indeed, this is broken in the current apt in unstable, but the
out-of-order printing should be fixed in the debian/sid git branch. 

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#684726: [Pkg-nagios-devel] Bug#684726: reassign 684726 to nagios-plugins-contrib / shipping check_v46 with Debian and Ubuntu: software license

2013-10-23 Thread Jan Wagner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there,

Am 26.08.2013 20:10, schrieb Joost van Baal-Ilić:
 I plan to start working on integrating this in
 nagios-plugins-contrib soonish.

any progress here?

Cheers, Jan.
- -- 
Never write mail to w...@spamfalle.info, you have been warned!
- -BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT d-- s+: a C+++ UL P+ L+++ E--- W+++ N+++ o++ K++ w--- O M V-
PS PE Y++
PGP++ t-- 5 X R tv- b+ DI D+ G++ e++ h r+++ y
- --END GEEK CODE BLOCK--
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iD8DBQFSZ3ui9u6Dud+QFyQRAiXZAKCG7ctD5ouPrmhmbkqUrxJ83B/9TwCgjKnC
bS0uMICLU5WNC/++LUCuwC4=
=QUZR
-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#727117: binutils-avr: FTBFS on s390x - blocks testing migration

2013-10-23 Thread Hakan Ardo
Hi,
thanx for the report. I've made a few test builds on s390x now and it
seems to build just fine, so I'm not sure what to do about this. I'm
uploading a new version with other fixes now, and I'll dig more if
this issue persists...

On Tue, Oct 22, 2013 at 2:39 PM, Niels Thykier ni...@thykier.net wrote:
 Package: binutils-avr
 Version: 2.23.1-1
 Severity: serious

 Hi,

 Your package FTBFS on s390x, but it built there in the past.  This
 currently prevents binutils-avr from migrating to testing.

 ~Niels



-- 
Håkan Ardö


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



Bug#727117: binutils-avr: FTBFS on s390x - blocks testing migration

2013-10-23 Thread Niels Thykier
On 2013-10-23 09:44, Hakan Ardo wrote:
 Hi,
 thanx for the report. I've made a few test builds on s390x now and it
 seems to build just fine, so I'm not sure what to do about this. I'm
 uploading a new version with other fixes now, and I'll dig more if
 this issue persists...
 
 [...]

Hi,

Thanks for the quick reply.

If you suspect the package would be build fine if retried, then I
recommend you send a give-back request[1] to
  debian-wb-t...@lists.debian.org

If the build is successful, then simply close this bug once and your
package should migrate to testing within a day or two after that.

~Niels

[1] See http://release.debian.org/wanna-build.txt for how to do it.


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



Bug#727117: Please retry building binutils-avr 2.23.1-1 on s390x

2013-10-23 Thread Hakan Ardo
Hi,
I've made a few test builds of  binutils-avr 2.23.1-1 in a
sid_s390x-dchroot chroot on zelenka.debian.org and they all worked
just fine.

gb binutils-avr_2.23.1-1 . s390x

-- 
Håkan Ardö


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



Bug#666464: xcompmgr: new upstream release (1.1.6)

2013-10-23 Thread Pedro Ribeiro
On Oct 22, 2013 4:23 PM, Ryan Tandy r...@nardis.ca wrote:

 Hi Pedro and Vincent,

 On Sat, Aug 24, 2013 at 4:59 PM, Vincent Lefevre vinc...@vinc17.net
wrote:
  Any news?

 Well, I finally (where does the time go!) thought about xcompmgr again.

 I applied the patch posted by Brandon Gooch in
 https://bugs.freedesktop.org/show_bug.cgi?id=46285#c3 and got mixed
 results. Under xfwm4 I still get no shadows at all. Under metacity
 with server-side compositing (xcompmgr -s), the shadows are drawn but
 don't obey the parameters (-t -l -r) I supply. Under metacity with
 client-side compositing (xcompmgr -c), the shadows are drawn according
 to my parameters, but when moving a window over top of a Chrome
 window, the old shadow frames are not removed but stay visible until
 Chrome redraws itself. (I'm running google-chrome-stable, not
 chromium).

 I pushed my changes up to Github (https://github.com/rtandy/xcompmgr)
 and uploaded a package to mentors
 (http://mentors.debian.net/package/xcompmgr), so please try it in case
 I made a mistake. The patch does seem to be applied by dpkg-source.
 Pedro, you wrote before that it behaved correctly for you, right?

 Considering that xcompmgr is more or less inactive upstream and still
 buggy, and at least two alternatives (compton and unagi) are now in
 Debian (besides some WMs gaining built-in compositors), I'm wondering
 whether spending time on xcompmgr is worth it, or whether RM/RoQA
 would be more appropriate. That said, if someone else still prefers
 xcompmgr over its alternatives, I'm happy to work on improving it.
 Looking forward to your response.

 Thanks
 Ryan

Hi Ryan,

Thanks for the offer. For my part, I've been using compton for over a year
and I'm very happy with it, so I don't think I will be going back to
xcompmgr.

Regards
Pedro


Bug#726163: Some of this could be trimmed

2013-10-23 Thread Jelmer Vernooij
This is happening because we moved all samba libraries that didn't
have separate packages yet into a single large package.

I would like to split some of these libraries out in a reasonable
way, that's a larger project. We don't want to just ship everything in
its own package, or we'd end up with a gazillion binary packages.
Some of these libraries or plugins could probably be in the 'samba'
package as they're only used by the server.

In the ideal case, you'd end up with the following dependencies:

  libaio1 libasn1-8-heimdal libgssapi3-heimdal libhcrypto4-heimdal
  libheimbase1-heimdal libheimntlm0-heimdal
  libhx509-5-heimdal libkrb5-26-heimdal libldb1
  libroken18-heimdal samba-libs libsmbclient0

The various Heimdal packages are quite small, but essential
(they're used for Kerberos client-side authentication).

In other words, the following dependencies should be avoidable:

  libsubunit0 libwind0-heimdal libkdc2-heimdal libhdb9-heimdal
  python-talloc

Jelmer


signature.asc
Description: Digital signature


Bug#671287: ftp.debian.org: Translation-en hash sum mismatch (ftp.fi, ftp.dk)

2013-10-23 Thread Tuure Vartiainen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

On 10/14/2013 10:31 PM, Simon Paillard wrote:
 
 [ Dear ftp.fi and ftp.dk admins, this is for you ]
 
 Status today: * The following mirrors need ftpsync tool update *
 http://ftp.fi.debian.org/debian/project/trace/ftp.fi.debian.org *
 http://ftp.dk.debian.org/debian/project/trace/mirrors.dotsrc.org
 

the ftpsync tool has been updated and a sync was run few minutes ago.


BR
- -- 
Tuure Vartiainen* TTY/TIHA, Korkeakoulunkatu 3
tuure.vartiai...@tut.fi * 33720 Tampere
040 849 0222* Huone SG113
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlJngtIACgkQzd7F5QwPcMIrDwCdEoPFpGietzV/v7V7LKtmXqoA
2ygAoJbRAUxX+/lcxo06P56S6uOoc46x
=bam4
-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#727131: gb pidgin-musictracker with dpkg-dev 1.17.1 (was: Re: Bug#727131: pidgin-musictracker: FTBFS: /bin/sh: 1: Syntax error: ( unexpected)

2013-10-23 Thread Niels Thykier
On 2013-10-23 06:14, Craig Small wrote:
 On Tue, Oct 22, 2013 at 04:25:23PM +0200, Niels Thykier wrote:
 dpkg-buildflags: unknown option `--export=cmdline'
 $ dpkg-buildflags --export=cmdline
 CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
 -Werror=format-security CPPFLAGS=-D_FORTIFY_SOURCE=2 CXXFLAGS=-g -O2 
 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
 FFLAGS=-g -O2 GCJFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 
 LDFLAGS=-Wl,-z,relro 
 
 So, which version of dpkg-dev are you using?

s/you/buildds/ and at least kfreebsd-i386 was using dpkg-dev 1.16.10,
which could definitely explain it.

 I have 1.17.1 which has this flag. 1.17.0 introduced it.
 That came out in July.  Shouldn't the buildds be using the latest
 version of things so we don't get this sort of regression?
 
  - Craig
 

Well, shouldn't you had a versioned build-depends if you depend of a
recent feature :).  On a more serious note; the base system (e.g.
build-essential) used by the buildds need to be upgraded manually[1]. So
generally it is a very good idea to add versioned dependencies -
especially for stuff like dpkg.

Dear build admins; please upgrade dpkg-dev in your chroots and then:

  gb pidgin-musictracker_0.4.22-3 . ALL -amd64 -armhf -i386

(or schedule it now with an --extra-depends 'dpkg-dev (= 1.17.1)').

~Niels

[1] Or something like that; not entirely sure what the deal is here -
just remember the perl5.18 transition required the buildd admins to
upgrade their buildds.


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



Bug#727187: librack-ruby: DSA-2783 breaks redmine

2013-10-23 Thread Wolfgang Karall
Package: librack-ruby
Version: 1.1.0-4
Severity: important

Hello,

after installing DSA-2783, Debian-packaged redmine installations break.

Trying to reproduce this, I installed and configured redmine on an
up-2-date squeeze installation (using passenger), logged in, added
a project, but when trying to create a new issue it fails with an
Internal Server Error.

The last lines of the log:

Processing IssuesController#new (for xx.xx.xx.xx at 2013-10-23 10:06:49) [GET]
  Parameters: {project_id=bling, action=new, controller=issues}
Rendering template within layouts/base
Rendering issues/new
Completed in 80ms (View: 36, DB: 36) | 200 OK 
[https://somehostname/projects/bling/issues/new]
/!\ FAILSAFE /!\  Wed Oct 23 10:06:54 +0200 2013
  Status: 500 Internal Server Error
  undefined method `' for nil:NilClass
/usr/lib/ruby/1.8/rack/utils.rb:510:in `parse_multipart'
/usr/lib/ruby/1.8/rack/request.rb:268:in `parse_multipart'
/usr/lib/ruby/1.8/rack/request.rb:146:in `POST'
/usr/lib/ruby/1.8/rack/methodoverride.rb:15:in `call'
/usr/lib/ruby/1.8/action_controller/params_parser.rb:15:in `call'
/usr/lib/ruby/1.8/action_controller/session/cookie_store.rb:93:in `call'
/usr/lib/ruby/1.8/action_controller/failsafe.rb:26:in `call'
/usr/lib/ruby/1.8/rack/lock.rb:11:in `call'
/usr/lib/ruby/1.8/rack/lock.rb:11:in `synchronize'
/usr/lib/ruby/1.8/rack/lock.rb:11:in `call'
/usr/lib/ruby/1.8/action_controller/dispatcher.rb:106:in `call'
/usr/lib/ruby/1.8/phusion_passenger/rack/request_handler.rb:92:in 
`process_request'
/usr/lib/ruby/1.8/phusion_passenger/abstract_request_handler.rb:207:in 
`main_loop'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:418:in 
`start_request_handler'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:358:in 
`handle_spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/utils.rb:184:in `safe_fork'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:354:in 
`handle_spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `__send__'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `main_loop'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in 
`start_synchronously'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:163:in `start'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:213:in 
`start'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:262:in 
`spawn_rails_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:126:in 
`lookup_or_add'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:256:in 
`spawn_rails_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:80:in 
`synchronize'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:79:in 
`synchronize'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:255:in 
`spawn_rails_application'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:154:in 
`spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:287:in 
`handle_spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `__send__'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `main_loop'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in 
`start_synchronously'
/usr/lib/phusion_passenger/passenger-spawn-server:61

Downgrading via

apt-get install librack-ruby1.8=1.1.0-4 librack-ruby=1.1.0-4

get's everything back to normal.

This also breaks the squeeze-backports version of redmine.

Please take a look ASAP since this might break more than redmine.

Cheers
Wolfgang

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

Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/2 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 librack-ruby depends on:
ii  libjs-jquery  1.4.2-2JavaScript library for dynamic web
ii  librack-ruby1.8   1.1.0-4A modular Ruby webserver interface

librack-ruby recommends no packages.

librack-ruby 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#724944: [Intel-gfx] Patch for crashing intel server

2013-10-23 Thread Chris Wilson
On Wed, Oct 23, 2013 at 02:30:51AM +0200, Bas Wijnen wrote:
 On Wed, Oct 16, 2013 at 04:22:43PM +0100, Chris Wilson wrote:
  On Wed, Oct 16, 2013 at 04:30:57PM +0200, Bas Wijnen wrote:
   On Tue, Oct 15, 2013 at 09:25:41AM +0100, Chris Wilson wrote:
 This does indeed stop the server from crashing, but actually makes the
 problem worse: it used to play video for a few minutes and then crash
 when trying.  With my patch it would play video for a few minutes and
 then present black screens when trying.  With your patch, it presents
 black screens from the start.

Start of video, or beginning of X?
   
   Beginning of X.  After starting and logging in, I can play them for a
   few minutes; afterwards it will crash.
  
  Still weird. Can you attach the Xorg.log from the black screen and/or crash.
 
 That took some time, because since I switched to xfce, it is a lot more
 stable.  However, after running for a few days it still crashed when
 trying to play a video.  The log is attached.
 
 I would have attached a detailed backtrace as well, but unfortunately I
 forgot to switch the core dump option on when switching from gdm to xdm,
 so I don't have a core this time.

No worries, if you can run

addr2line -e /usr/lib/xorg/modules/drivers/intel_drv.so -i 0xfcd79 0xf8215

that should give me the information needed to pinpoint the crash.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


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



Bug#446632: internal file-list corrupted

2013-10-23 Thread Rafał Pietrak
I can reproduce a bug that triggers the genisoimage: Error: 
'test/A/test' and 'test/B/test' have the same Rock Ridge name 'test' an 
exits:


$ mkdir test/{A,B}
$ echo 'test 1'  test/A/test
$ echo 'test 2'  test/B/test
$ find test -type f  file.list
$ genisoimage  -R -path-list file.list -o test.iso # ERROR
$ genisoimage  -path-list file.list -o test.iso # OK, but does not 
create sub-dirs

$ genisoimage -o test.iso test # OK, but no sub-dirs
$ genisoimage -R -o test.iso test # works OK, sub-dirs {A,B} present

version from a package of current debian-wheezy:
$ genisoimage -v
genisoimage 1.1.11 (Linux)


I hope this helps.

-R


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



Bug#727188: SWIG: new upsteam version 2.0.11 available

2013-10-23 Thread Karl Wette
Package: swig2.0
Version: 2.0.7-3
Severity: wishlist

SWIG 2.0.11 was released about a month ago. It would be great to see this
version packaged for Debian. I believe this will also be the last 2.x release.

Thanks very much in advance!



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

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

Versions of packages swig2.0 depends on:
ii  libc6   2.13-38
ii  libgcc1 1:4.7.2-5
ii  libpcre31:8.30-5
ii  libstdc++6  4.7.2-5
ii  zlib1g  1:1.2.7.dfsg-13

swig2.0 recommends no packages.

Versions of packages swig2.0 suggests:
pn  swig2.0-doc   none
pn  swig2.0-examples  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#727146: ITP: dooble -- WebKit based light browser

2013-10-23 Thread Timo Juhani Lindfors
Richard Sellam rich...@orvidia.fr writes:
  Dooble, a light browser created in qt to create a safe browsing
  environment.

What do you mean with safe? Is this browser going to have security
support?


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



Bug#727134: ocl-icd-libopencl1: Another NULL pointer dereference

2013-10-23 Thread Vincent Danjean
Le 23/10/2013 10:20, Brice Videau a écrit :
 Hi,
 
 I pushed a more thorough fix. Could you review my changes Vincent
 please, it could potentially break the loader.

  It seems good for me. However, I would like to factorize the similar
checks.
  Moreover, when the plateform is not one that is registered, what do you
think about adding a fprintf(stderr, ...) message? After all, we are doing
checks not required by the norm here...

  Regards,
Vincent

 Best regards,
 
 Brice


-- 
Vincent Danjean   GPG key ID 0x9D025E87 vdanj...@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://people.debian.org/~vdanjean/debian unstable main


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



Bug#725425:

2013-10-23 Thread Amandeep Singh
for me, it saves the screenshot in ~/Pictures folder


Bug#727189: mplayer2: mencoder seems to loop when ending

2013-10-23 Thread Chantal Keller
Package: mplayer2
Version: 2.0-701-gd4c5b7f-2
Severity: normal

Dear Maintainer,

When executing the following command (sound encoding from a DVD):

mencoder dvd://1 -aid 128 -nosub -oac mp3lame -lameopts mode=2:cbr:br=128:vol=0 
-ovc frameno -o frameno.avi

everything runs as usual, saying:

Pos: 297.2s   7434f (10%) 1449.97fps Trem:   0min  46mb  A-V:0.070 [0:128]

with percentage, number of frames, number of frames per second and
position increasing, except that it remains blocked when reaching 99%,
in which case it keeps repeating:

Skipping frame!
Pos:3416.0s 980330f (99%) 13885.89fps Trem:   0min  54mb  A-V:0.104 [0:128]

The number of frames and number of frames per second still increase.

Best regards.



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

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

Versions of packages mplayer2 depends on:
ii  liba52-0.7.4  0.7.4-16
ii  libasound21.0.27.2-3
ii  libass4   0.10.1-3
ii  libavcodec54  6:9.10-1
ii  libavformat54 6:9.10-1
ii  libavresample16:9.10-1
ii  libavutil52   6:9.10-1
ii  libbluray11:0.4.0-1
ii  libbs2b0  3.1.0+dfsg-2
ii  libc6 2.17-93
ii  libcaca0  0.99.beta18-1
ii  libcdio-cdda1 0.83-4
ii  libcdio-paranoia1 0.83-4
ii  libcdio13 0.83-4
ii  libdca0   0.0.5-6
ii  libdirectfb-1.2-9 1.2.10.0-5
ii  libdv41.0.0-6
ii  libdvdnav44.2.0+20130225-3
ii  libdvdread4   4.2.0+20130219-2
ii  libenca0  1.15-1
ii  libfaad2  2.7-8
ii  libgif4   4.1.6-10
ii  libgl1-mesa-glx [libgl1]  9.2.2-1
ii  libjack-jackd2-0 [libjack-0.116]  1.9.9.5+20130622git7de15e7a-1
ii  libjpeg8  8d-1
ii  liblcms2-22.2+git20110628-2.3
ii  liblircclient00.9.0~pre1-1
ii  libmad0   0.15.1b-8
ii  libmng1   1.0.10-3
ii  libmpg123-0   1.16.0-1
ii  libncurses5   5.9+20130608-1
ii  libogg0   1.3.1-1
ii  libpng12-01.2.49-5
ii  libpostproc52 7:0.10.3-dmo1
ii  libpulse0 4.0-6+b1
ii  libquvi7  0.4.1-2
ii  libsdl1.2debian   1.2.15-7
ii  libsmbclient  2:4.0.10+dfsg-3
ii  libspeex1 1.2~rc1-7
ii  libswscale2   7:0.10.3-dmo1
ii  libtheora01.1.1+dfsg.1-3.1
ii  libtinfo5 5.9+20130608-1
ii  libvdpau1 0.7-1
ii  libvorbis0a   1.3.2-1.3
ii  libx11-6  2:1.6.2-1
ii  libxext6  2:1.3.2-1
ii  libxinerama1  2:1.1.3-1
ii  libxss1   1:1.2.2-1
ii  libxv12:1.0.9-1
ii  libxvidcore4  3:1.3.2-0.6
ii  libxxf86vm1   1:1.1.3-1
ii  zlib1g1:1.2.8.dfsg-1

mplayer2 recommends no packages.

mplayer2 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#726559: exaile: Segmentation fault after a second of playing

2013-10-23 Thread Vincent Cheng
On Thu, Oct 17, 2013 at 3:02 AM, Thorsten Bonow
thorsten.bo...@withouthat.org wrote:
 Toto == Thorsten Bonow thorsten.bo...@withouthat.org writes:

 Toto Package: exaile Version: 3.3.1-1 Severity: grave

 [...]

 Hi,

 the crash appears to be related to the Wikipedia-plugin. If I disable
 the plugin, exaile works again.

 It occured to me to disable the plugin after checking my syslog (sry,
 must have had a nail in my had):

 Oct 17 10:42:33 gepetto kernel: [91597.061624] exaile[29414]: segfault
 at 2c ip b2bc0df5 sp bf9cd580 error 4 in
 libwebkitgtk-1.0.so.0.19.8[b26eb000+1bd8000]

 Although libwebkitgtk and related packages were updated in the last
 few days, downgrading to

 libjavascriptcoregtk-1.0-0_2.1.90.1-1_i386.deb
 libwebkitgtk-1.0-0_2.1.90.1-1_i386.deb
 libwebkitgtk-1.0-common_2.1.90.1-1_all.deb

 doesn't fix the problem; only disabling the plugin helps.

 Toto


Thanks for the report! Unfortunately, I can't seem to reproduce this
bug at all, whether or not the wikipedia plugin is enabled.

Can you please attach the output of exaile --debug and try to get
exaile to crash again, then file a bug report directly upstream at
[1]?

Regards,
Vincent

[1] https://bugs.launchpad.net/exaile/+filebug


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



Bug#727134: ocl-icd-libopencl1: Another NULL pointer dereference

2013-10-23 Thread Brice Videau

Hi,

I pushed a more thorough fix. Could you review my changes Vincent 
please, it could potentially break the loader.


Best regards,

Brice

On 10/23/2013 09:00 AM, Brice Videau wrote:

Hi,

I think there might be another one, we will biscuss this issue with 
Vincent to sort it out.


Best regards,

Brice

On 22/10/2013 22:02, Vincent Danjean wrote:

   Hi,

Le 22/10/2013 17:08, Simon Richter a écrit :

similar to #724808:

==21024== Invalid read of size 8
==21024==at 0x5045563: clCreateContext (in 
/usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0)

==21024==by 0x40237D: piglit_cl_test (create-context.c:207)
==21024==by 0x4E3B23D: piglit_cl_api_test_run 
(piglit-framework-cl-api.c:198)
==21024==by 0x4E3A2D6: piglit_cl_framework_run 
(piglit-framework-cl.c:264)

==21024==by 0x401FB3: main (create-context.c:52)
==21024==  Address 0x1 is not stack'd, malloc'd or (recently) free'd

Please check the handle in this function as well.

Most NULL pointers have been handled in version 2.1.0.
Looking at this backtrace, I found one missing in clCreateContext.
I hope I put the correct fix.
   Can you test with the package here:
http://moais.imag.fr/membres/vincent.danjean/debian/pool/main/o/ocl-icd/
   If the fix is ggod I will upload the package.
   If the fix is not good, can you try to get a full backtrace
when the bug occurs ?

   Regards,
 Vincent







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



Bug#724731: g_get_user_runtime_dir () bug

2013-10-23 Thread Gabriel Mainberger

Dear all

This must be a bug in the function g_get_user_runtime_dir () relating 
Glib. I have wrote a small piece of code:


user@machine:~/Work$ cat run.c
#include glib.h

void main()
{
g_printf(%s\n, g_get_user_runtime_dir ());
}

user@machine:~/Work$ gcc `pkg-config --cflags --libs glib-2.0` -o run run.c

user@machine:~/Work$ ./run
/run/user/0

Which should be /run/user/1000 for my user!

Regards,
Gabriel


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



Bug#727190: gnome-session: From 3.6, applications are killed during shutdown/logging out instead of correctly terminating them

2013-10-23 Thread Michal Kašpar
Package: gnome-session
Version: 3.8.4-2
Severity: normal

Dear Maintainer,
After upgrading gnome stack from 3.4, ending gnome session doesn't work
as expected. After selecting Power Off (or restart), it doesnt log me
out at all and desktop and applications are killed during shut down
sequence (ie. Chromium starts as crashed after I logg in again instead
of starting in its last state) .
I don't use systemd, but plain old sysvinit. Until Gnome 3.6 (and
logind) powering of and logging out worked as expected - first logged
out user stopping running applications correctly and then displayed
plymouth screen during shutdown sequence.

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

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

Versions of packages gnome-session depends on:
ii  gnome-session-bin  3.8.4-2
ii  gnome-session-common   3.8.4-2
ii  gnome-settings-daemon  3.8.5-2
ii  gnome-shell3.8.4-4

gnome-session recommends no packages.

Versions of packages gnome-session suggests:
ii  desktop-base  7.0.3
ii  gnome-keyring 3.8.2-2
ii  gnome-user-guide  3.8.2-1

-- 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#723733: Bug #723733 is a primus bug in Debian (not upstream)

2013-10-23 Thread Vincent Cheng
# downgrade from RC severity
severity 723733 important
forwarded 723733 https://github.com/Bumblebee-Project/Bumblebee/issues/476
thanks

Hi,

On Sun, Oct 6, 2013 at 9:56 AM, Andreas Cadhalpun
andreas.cadhal...@googlemail.com wrote:
 reassign 723733 primus 0~20130805-1
 affects 723733 bumblebee
 severity 723733 serious
 notforwarded 723733
 tags 723733 - upstream
 thanks

 Hi,

 I also have this problem (Intel HD + Nvidia Geforce GT 555M + bumblebee +
 nouveau):

 $ optirun glxgears
 Error: nConfigOptions (11) does not match the actual number of options in
__driConfigOptions (16).
 glxgears: ../../../../../../src/mesa/drivers/dri/common/xmlconfig.c:1030:
 driQueryOptioni: Assertion `cache-info[i].name != ((void *)0)' failed.

 This is a bug in primus, since bumblebee works with virtualgl (not in Debian
 any more), but not with primus, as indicated in the following upstream bugs:
 https://github.com/amonakov/primus/issues/107
 https://github.com/amonakov/primus/issues/68

 Furthermore these upstream bugs are closed, for the following reason stated
 by the developer amonakov (
 https://github.com/amonakov/primus/issues/68#issuecomment-14456073 ):
 I previously told that other people are not seeing this because Ubuntu
 enables assertions, but having looked at their debian/ files, I'd say it
 probably due to their patches.

 Since Ubuntu does not apply any patches to the Debian package (at least they
 use a Debian version), this needs to be fixed in the Debian-specific patches
 applied to primus. Therefore forwarding is of little use here.

 I'm setting the severity to serious, because this bug makes it impossible to
 use bumblebee/primus with nouveau.

There are no Debian-specific patches applied to the primus packages in
Debian. AFAIU, upstream is referring to a patch or some other issue in
mesa, so it's out of my control anyways.

Just to quote upstream (#bumblebee-dev on freenode):
amonakov I'd rather prefer if people using Nouveau learned DRI_PRIME
and xrandr offload (less overhead!)

I would also recommend using DRI_PRIME [1] if you prefer using
nouveau, and take advantage of support directly in the kernel rather
than relying on bumblebee. The required userspace components,
including an up-to-date X server, have just recently made it into
testing/unstable, and there have been reports of other Debian users
getting it to work successfully [2].

Regards,
Vincent

[1] http://nouveau.freedesktop.org/wiki/Optimus/
[2] 
http://lists.alioth.debian.org/pipermail/pkg-nvidia-devel/2013-October/009404.html


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



Bug#727191: gnome-session: Gnome session doesn't save running applications

2013-10-23 Thread Michal Kašpar
Package: gnome-session
Version: 3.8.4-2
Severity: normal

Dear Maintainer,
After upgrade from Gnome 3.4 gnome session doesn't remember it's state
and doesn't start applications that were running while anding last
session. The only applications started are these selected to start in
Startup Programs tab of gnome-session-properties.
It might be related to bug 727190.

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

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

Versions of packages gnome-session depends on:
ii  gnome-session-bin  3.8.4-2
ii  gnome-session-common   3.8.4-2
ii  gnome-settings-daemon  3.8.5-2
ii  gnome-shell3.8.4-4

gnome-session recommends no packages.

Versions of packages gnome-session suggests:
ii  desktop-base  7.0.3
ii  gnome-keyring 3.8.2-2
ii  gnome-user-guide  3.8.2-1

-- 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#727184: [INTL:sv] Swedish strings for apt-listdifferences debconf

2013-10-23 Thread Christian PERRIER
Quoting Martin Bagge (brot...@bsnet.se):
 package: apt-listdifferences
 severity: wishlist
 tags: patch l10n
 
 Please consider to add this file to translation of debconf.

Since the call for translation was sent, a fix happened in original
English strings (dropping a double space). I fixed your translation
file so that it is not fuzzied by this.

No further action is needed from you side, Martin.



sv.po
Description: application/gettext


signature.asc
Description: Digital signature


Bug#723676: pgadmin3: Catalan keeps like es_ES and language aren't changed

2013-10-23 Thread eduardo
Package: pgadmin3
Version: 1.18.0-1
Followup-For: Bug #723676

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
- An update/upgrade of the system
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
- Only update/upgrade from Debian-wheezy when it was on testing state 
to stable state (new Debian)
   * What was the outcome of this action?
- The client works fine, but it doesn't allow change language and 
always is kept in Catalan, not official Spanish language (es_ES)
   * What outcome did you expect instead?
- The client should be working fine but it must allow change the 
language, currently doesn't happen, and not put ca_ES like es_ES,
it's a regional language and not the country official language. 
Anyway, it doesn't allow change to English and the client
has an understanded language.

*** End of the template - remove these lines ***


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

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

Versions of packages pgadmin3 depends on:
ii  libc6   2.17-93
ii  libgcc1 1:4.7.2-5
ii  libkrb5-3   1.11.3+dfsg-3
ii  libpq5  9.3.0-2
ii  libssl1.0.0 1.0.1e-3
ii  libstdc++6  4.7.2-5
ii  libwxbase2.8-0  2.8.12.1+dfsg-1
ii  libwxgtk2.8-0   2.8.12.1-12
ii  libxml2 2.9.1+dfsg1-3
ii  libxslt1.1  1.1.28-2
ii  pgadmin3-data   1.18.0-1
ii  zlib1g  1:1.2.8.dfsg-1

Versions of packages pgadmin3 recommends:
ii  pgagent3.2.1-1
ii  postgresql-client-9.1 [postgresql-client]  9.1.9-5
ii  postgresql-client-9.3 [postgresql-client]  9.3.0-2

Versions of packages pgadmin3 suggests:
ii  postgresql-contrib  9.3+149

-- 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#727192: gnome-screensaver: From 3.6 ignores pam and doesn't renew kerberos ticket

2013-10-23 Thread Michal Kašpar
Package: gnome-screensaver
Version: 3.6.1-1
Severity: normal

Dear Maintainer,
After upgrade to gnome 3.6 (and now parts of 3.8), gnome screensaver no
longer renews kerberos ticket. In pam configuration, scrennsaver
includes common-auth which contains:
auth[success=2 default=ignore]  pam_krb5.so minimum_uid=1000
This works for the rest of system (login etc) and gets new ticket
correctly, but if I lock the screen ing Gnome now and unlock it again,
new ticket isn't issued.

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

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

Versions of packages gnome-screensaver depends on:
ii  dbus-x11   1.6.16-1
ii  gnome-icon-theme   3.8.3-1
ii  gnome-session-bin  3.8.4-2
ii  gsettings-desktop-schemas  3.8.2-2
ii  libc6  2.17-93
ii  libcairo2  1.12.16-2
ii  libdbus-1-31.6.16-1
ii  libdbus-glib-1-2   0.100.2-1
ii  libgdk-pixbuf2.0-0 2.28.2-1
ii  libglib2.0-0   2.36.4-1
ii  libgnome-desktop-3-7   3.8.4-2
ii  libgnomekbd8   3.6.0-1
ii  libgtk-3-0 3.8.6-1
ii  libpam0g   1.1.3-10
ii  libx11-6   2:1.6.2-1
ii  libxext6   2:1.3.2-1
ii  libxklavier16  5.2.1-1
ii  libxxf86vm11:1.1.3-1

Versions of packages gnome-screensaver recommends:
ii  gnome-power-manager   3.8.2-1
ii  libpam-gnome-keyring  3.8.2-2

gnome-screensaver 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#726733: av_register_all() segfaults on s390x in some cases (regression, causes FTBFS)

2013-10-23 Thread Thibaut Paumard
Here comes the minimal example. See file README.


buggy.tgz
Description: application/compressed-tar


signature.asc
Description: OpenPGP digital signature


Bug#727193: mysql-client-5.1: Warning during mysqldump mysql.event since debian 6.0.8 update

2013-10-23 Thread Jérôme Drouet
Package: mysql-client-5.1
Version: 5.1.72-2
Severity: normal

since debian 6.0.8 update, when using mysqldump on mysql database (especially 
mysql.event table), the folling warning is shown :
-- Warning: Skipping the data of table mysql.event. Specify the --events option 
explicitly.

see bug and workaround here http://bugs.mysql.com/bug.php?id=68376

i'm opening this bug too since this is a behavior change from  
5.1.66-0+squeeze1 version

regards,


-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: i386 (i686)

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

Versions of packages mysql-client-5.1 depends on:
ii  debianutils3.4   Miscellaneous utilities specific t
ii  libc6  2.11.3-4  Embedded GNU C Library: Shared lib
ii  libdbd-mysql-perl  4.016-1   Perl5 database interface to the My
ii  libdbi-perl1.612-1   Perl Database Interface (DBI)
ii  libgcc11:4.4.5-8 GCC support library
ii  libmysqlclient16   5.1.72-2  MySQL database client library
ii  libncurses55.7+20100313-5shared libraries for terminal hand
ii  libreadline6   6.1-3 GNU readline and history libraries
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libwrap0   7.6.q-19  Wietse Venema's TCP wrappers libra
ii  mysql-common   5.1.72-2  MySQL database common files, e.g. 
ii  perl   5.10.1-17squeeze6 Larry Wall's Practical Extraction 
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

mysql-client-5.1 recommends no packages.

Versions of packages mysql-client-5.1 suggests:
ii  libterm-readkey-perl  2.30-4 A perl module for simple terminal 

-- 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#727194: ITP: OpenMW -- Reimplementation of The Elder Scrolls III: Morrowind game engine

2013-10-23 Thread Bret Curtis
Package: wnpp
Severity: wishlist
Owner: Bret Curtis psi...@gmail.com

* Package name: OpenMW
  Version : 0.26.0
  Upstream Author : Marc Zinnschlag m...@zpages.de
* URL : http://www.openmw.org/
* License : GPLv3
  Programming Lang: C++
  Description : Reimplementation of The Elder Scrolls III: Morrowind game 
engine

 OpenMW is a reimplementation of the Bethesda Game Studios game 
 The Elder Scrolls III: Morrowind.
 .
 The Morrowind Data Files from the original game are required to play.


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



Bug#727195: ITP: OpenMW -- Reimplementation of The Elder Scrolls III: Morrowind

2013-10-23 Thread Bret Curtis
Package: wnpp
Severity: wishlist
Owner: Bret Curtis psi...@gmail.com

* Package name: OpenMW
  Version : 0.26.0
  Upstream Author : Marc Zinnschlag m...@zpages.de
* URL : http://www.openmw.org/
* License : GPLv3
  Programming Lang: C++
  Description : Reimplementation of The Elder Scrolls III: Morrowind

 Reimplementation of The Elder Scrolls III: Morrowind
 OpenMW is a reimplementation of the Bethesda Game Studios game 
 The Elder Scrolls III: Morrowind.
 .
 The Morrowind Data Files from the original game are required to play.


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



Bug#670014: libmowgli-dev: arch-dependent file in Multi-Arch: same package

2013-10-23 Thread Jakub Wilk
I still see a difference between mipsel and the rest of the world. A diff 
between i386 and mipsel is attached.


--
Jakub Wilk
diff -ur 
libmowgli-dev_1.0.0-2_i386/usr/share/doc/libmowgli-dev/examples/buildsys.mk 
libmowgli-dev_1.0.0-2_mipsel/usr/share/doc/libmowgli-dev/examples/buildsys.mk
--- libmowgli-dev_1.0.0-2_i386/usr/share/doc/libmowgli-dev/examples/buildsys.mk 
2013-10-22 15:34:10.0 +0200
+++ 
libmowgli-dev_1.0.0-2_mipsel/usr/share/doc/libmowgli-dev/examples/buildsys.mk   
2013-10-22 16:45:23.0 +0200
@@ -63,7 +63,7 @@
 LN_S = ln -s
 MKDIR_P = mkdir -p
 INSTALL = /usr/bin/install -c
-SHELL = /bin/bash
+SHELL = /bin/sh
 MSGFMT = @MSGFMT@
 prefix = /usr
 exec_prefix = ${prefix}


Bug#726733: av_register_all() segfaults on s390x in some cases (regression, causes FTBFS)

2013-10-23 Thread Thibaut Paumard
Le 22/10/2013 18:13, Moritz Muehlenhoff a écrit :


 After investigation, I can build a minimal example which still fails and 
 only contains a call to av_register_all() and segfaults precisely on this 
 line.

 
 Adding s390@l.d.o to CC.
 
 Thibaut, can you post your minimal test case?
 
 Cheers,
 Moritz
 

Oops, I forgot, thanks for mentioning.

I've attached it to the bug report know, to avoid flooding e-mail addresses:

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=15;filename=buggy.tgz;att=1;bug=726733

Kind regards, Thibaut.




signature.asc
Description: OpenPGP digital signature


Bug#722243: mailnag: Fails to check mail.

2013-10-23 Thread Vincent Cheng
On Fri, Oct 11, 2013 at 10:46 AM, zulu zul...@gmx.net wrote:
 I can confirm this bug now, progress is tracked here:
 https://github.com/pulb/mailnag/issues/56.


Thanks!

Rather than packaging the latest source in mailnag-next, would it be
possible to simply backport the commit [1] that fixed this, and apply
it as a patch in the Debian package? Any pitfalls I should watch out
for?

Regards,
Vincent

[1] 
https://github.com/pulb/mailnag/commit/8661a7236a791255bc379a106eed52cf55471845


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



Bug#692116: /usr/bin/nsupdate: nsupdate: wrongly escapes semicolons in updates

2013-10-23 Thread Ivan Shmakov
 Benoit Panizzon paniz...@woody.ch writes:

  Package: dnsutils Version: 1:9.7.3.dfsg-1~squeeze7 Severity: normal
  File: /usr/bin/nsupdate

  When someone uses DNSSEC signed zones, you don't go and edit those
  zonefiles manualy as this would break the signatures.

  So you use nsupdate to manage your zones, so bind can take care of
  correct signatures.

  Now I wanted to start using DKIM and update my zone with a TXT record
  containing the public key:

[…]

  mail._domainkey.woody.ch. 300   IN  TXT v=DKIM1\; g=*\; k=rsa\; 
  p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoPEw05hVDRt7ogyCMkrdfIJqA2Byrf/i+c9oGhNRS1YTGohtUjaZibbcg44Tw9Sbx9OxmR+jauhGprUKTF9vXFRe4hBvFdXE1PNw/L5x8Sb9UJ8SCdKLn3tyBEKqaqEIbYy7UFeZuE6MwLn1crGyOie0xiOgyzoWMP4/9WW7/5QIDAQAB

  nsupdate is wrongly adding a \ character before all the ;
  characters.

  Is there a chance for this to be fixed in a future update?

Somehow, I belive it isn’t a bug, but rather a feature of the
‘show’ nsupdate(1) subcommand.  Consider, for instance (as of
1:9.7.3.dfsg-1~squeeze6):

 update add  a2013295._domainkey.siamics.net.86400   IN  TXT   
  k=rsa; t=s; 
 p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwfB7heSXsla7eqbkZGy673aysYdM6BsdIt/dJEG/BC3TZmFTjPdSRZa2uceLVKfvjm1SqfXpD3a+utLrmjPQsIAvhfy2TXvzag9ggVpARFKQ6MqEQCHTYT4QplZ7Lc5jzpX+KMyyAQwTYJekoUQc3pMHXxYUpdulDfrSs4JQWOwIDAQAB
  
 show 
Outgoing update query:
;; -HEADER- opcode: UPDATE, status: NOERROR, id:  0
;; flags:; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0
;; UPDATE SECTION:
a2013295._domainkey.siamics.net. 86400 IN TXT   k=rsa\; t=s\; 
p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwfB7heSXsla7eqbkZGy673aysYdM6BsdIt/dJEG/BC3TZmFTjPdSRZa2uceLVKfvjm1SqfXpD3a+utLrmjPQsIAvhfy2TXvzag9ggVpARFKQ6MqEQCHTYT4QplZ7Lc5jzpX+KMyyAQwTYJekoUQc3pMHXxYUpdulDfrSs4JQWOwIDAQAB

 

Now, despite the escaped semicolons in the ‘show’ output, as
well as the one of dig(1) (see below), the signatures appear to
pass validation performed by check-auth at verifier.port25.com.

$ dig +short txt a2013295._domainkey.siamics.net. 
k=rsa\; t=s\; 
p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwfB7heSXsla7eqbkZGy673aysYdM6BsdIt/dJEG/BC3TZmFTjPdSRZa2uceLVKfvjm1SqfXpD3a+utLrmjPQsIAvhfy2TXvzag9ggVpARFKQ6MqEQCHTYT4QplZ7Lc5jzpX+KMyyAQwTYJekoUQc3pMHXxYUpdulDfrSs4JQWOwIDAQAB
$ 

-- 
FSF associate member #7257


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



Bug#670014: libmowgli-dev: arch-dependent file in Multi-Arch: same package

2013-10-23 Thread Andrew Shadura
Hi,

On 23 October 2013 11:19, Jakub Wilk jw...@debian.org wrote:
 I still see a difference between mipsel and the rest of the world. A diff
 between i386 and mipsel is attached.

I believe that this particular issue is to be fixed somehow
differently. Now sure how, however.

-- 
WBR, Andrew


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



Bug#727196: tar doesn't honor dpkg-buildflags

2013-10-23 Thread Matthias Klose
Package: tar
Version: 1.27-1
Severity: important

these are correctly set in the configure step, but overwritten in the build 
step.

Better configure with --disable-silent-rules to see this. Also please honor
parallel=n in DEB_BUILD_OPTIONS.


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



Bug#727197: pound: TLS compression is insecure (CRIME attack) and can't be disabled

2013-10-23 Thread Juan J. Martinez
Package: pound
Version: 2.5-1
Severity: important
Tags: patch


Pound 2.5 has TLS compression enabled and that makes possible a practical attack
known as CRIME [1].

There's a simple patch to disable TLS compression. Please see included patch.

1: 
https://community.qualys.com/blogs/securitylabs/2012/09/14/crime-information-leakage-attack-against-ssltls

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

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

Versions of packages pound depends on:
ii  libc6  2.11.3-4  Embedded GNU C Library: Shared lib
ii  libpcre3   8.02-1.1  Perl 5 Compatible Regular Expressi
ii  libssl0.9.80.9.8o-4squeeze14 SSL shared libraries

pound recommends no packages.

pound suggests no packages.

[disable-tls-compression.patch follows]

Disables TLS compression in OpenSSL  1.0.0

From: 
https://github.com/goochjj/pound/commit/a0c52c542ca9620a96750f9877b26bf4c84aef1b

--- pound.c.orig2013-10-23 10:38:10.679311801 +0100
+++ pound.c 2013-10-23 10:42:08.771321671 +0100
@@ -188,6 +188,21 @@
 CRYPTO_set_locking_callback(l_lock);
 init_timer();
 
+   /* disable TLS compression for OpenSSL  1.0.0 */
+#if OPENSSL_VERSION_NUMBER = 0x00907000L 
+{
+int i,n;
+STACK_OF(SSL_COMP) *ssl_comp_methods;
+
+ssl_comp_methods = SSL_COMP_get_compression_methods();
+n = sk_SSL_COMP_num(ssl_comp_methods);
+
+for(i=n-1; i=0; i--) {
+sk_SSL_COMP_delete(ssl_comp_methods, i);
+} 
+}
+#endif
+
 /* prepare regular expressions */
 if(regcomp(HEADER, ^([a-z0-9!#$%'*+.^_`|~-]+):[ \t]*(.*)[ \t]*$, 
REG_ICASE | REG_NEWLINE | REG_EXTENDED)
 || regcomp(CHUNK_HEAD, ^([0-9a-f]+).*$, REG_ICASE | REG_NEWLINE | 
REG_EXTENDED)


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



Bug#726072: Non-maintainer version to fix these bugs

2013-10-23 Thread intrigeri
intrigeri wrote (12 Oct 2013 15:43:13 GMT) :
 Dominik George wrote (12 Oct 2013 12:53:14 GMT) :
 I have created a patch and included it in the package to fix
 #726072, [...]

 Awesome, thanks!

 However, I'm not too keen to carry a delta in Debian about this,
 while we can integrate this improvement upstream just as well.

 The preferred way to add new features to backupninja is to propose
 a topic Git branch, forked off current upstream Git master branch, and
 to file a ticket about it on our Redmine:
 https://labs.riseup.net/code/projects/backupninja/issues

Ping?

Cheers,
--
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc


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



Bug#727198: libopengl-perl: fails to build with Mesa = 9.2.0

2013-10-23 Thread Colin Watson
Package: libopengl-perl
Version: 0.6702+dfsg-1
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty

libopengl-perl fails to build with Mesa = 9.2.0 as follows:

  cc -c  -I/usr/include -I/usr/local/include -D_REENTRANT -D_GNU_SOURCE 
-DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  
 -DVERSION=\0.6702\ -DXS_VERSION=\0.6702\ -fPIC -I/usr/lib/perl/5.18/CORE 
 -DHAVE_VER -DHAVE_GL -DHAVE_GLU -DHAVE_GLUT -DHAVE_GLX -DHAVE_FREEGLUT 
-DHAVE_FREEGLUT_H -DGL_GLEXT_LEGACY pogl_const.c
  In file included from /usr/lib/perl/5.18/CORE/perl.h:5156:0,
   from pgopogl.h:22,
   from pogl_const.xs:18:
  gl_const.h: In function 'neoconstant':
  gl_const.h:2071:4: error: 'GL_PIXEL_TEX_GEN_Q_CEILING_SGIX' undeclared (first 
use in this function)
i(GL_PIXEL_TEX_GEN_Q_CEILING_SGIX)
  ^
  /usr/lib/perl/5.18/CORE/embed.h:377:40: note: in definition of macro 'newSViv'
   #define newSViv(a)  Perl_newSViv(aTHX_ a)
  ^
  gl_const.h:2071:2: note: in expansion of macro 'i'
i(GL_PIXEL_TEX_GEN_Q_CEILING_SGIX)
^
  gl_const.h:2071:4: note: each undeclared identifier is reported only once for 
each function it appears in
i(GL_PIXEL_TEX_GEN_Q_CEILING_SGIX)
  ^
  /usr/lib/perl/5.18/CORE/embed.h:377:40: note: in definition of macro 'newSViv'
   #define newSViv(a)  Perl_newSViv(aTHX_ a)
  ^
  gl_const.h:2071:2: note: in expansion of macro 'i'
i(GL_PIXEL_TEX_GEN_Q_CEILING_SGIX)
^
  gl_const.h:2072:4: error: 'GL_PIXEL_TEX_GEN_Q_ROUND_SGIX' undeclared (first 
use in this function)
i(GL_PIXEL_TEX_GEN_Q_ROUND_SGIX)
  ^
  /usr/lib/perl/5.18/CORE/embed.h:377:40: note: in definition of macro 'newSViv'
   #define newSViv(a)  Perl_newSViv(aTHX_ a)
  ^
  gl_const.h:2072:2: note: in expansion of macro 'i'
i(GL_PIXEL_TEX_GEN_Q_ROUND_SGIX)
^
  gl_const.h:2073:4: error: 'GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX' undeclared (first 
use in this function)
i(GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX)
  ^
  /usr/lib/perl/5.18/CORE/embed.h:377:40: note: in definition of macro 'newSViv'
   #define newSViv(a)  Perl_newSViv(aTHX_ a)
  ^
  gl_const.h:2073:2: note: in expansion of macro 'i'
i(GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX)
^
  gl_const.h:2074:4: error: 'GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX' undeclared 
(first use in this function)
i(GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX)
  ^
  /usr/lib/perl/5.18/CORE/embed.h:377:40: note: in definition of macro 'newSViv'
   #define newSViv(a)  Perl_newSViv(aTHX_ a)
  ^
  gl_const.h:2074:2: note: in expansion of macro 'i'
i(GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX)
^
  gl_const.h:2075:4: error: 'GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX' undeclared 
(first use in this function)
i(GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX)
  ^
  /usr/lib/perl/5.18/CORE/embed.h:377:40: note: in definition of macro 'newSViv'
   #define newSViv(a)  Perl_newSViv(aTHX_ a)
  ^
  gl_const.h:2075:2: note: in expansion of macro 'i'
i(GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX)
^
  gl_const.h:2076:4: error: 'GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX' undeclared (first 
use in this function)
i(GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX)
  ^
  /usr/lib/perl/5.18/CORE/embed.h:377:40: note: in definition of macro 'newSViv'
   #define newSViv(a)  Perl_newSViv(aTHX_ a)
  ^
  gl_const.h:2076:2: note: in expansion of macro 'i'
i(GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX)
^
  gl_const.h:2077:4: error: 'GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX' undeclared (first 
use in this function)
i(GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX)
  ^
  /usr/lib/perl/5.18/CORE/embed.h:377:40: note: in definition of macro 'newSViv'
   #define newSViv(a)  Perl_newSViv(aTHX_ a)
  ^
  gl_const.h:2077:2: note: in expansion of macro 'i'
i(GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX)
^
  gl_const.h:2164:4: error: 'GL_FOG_SCALE_SGIX' undeclared (first use in this 
function)
i(GL_FOG_SCALE_SGIX)
  ^
  /usr/lib/perl/5.18/CORE/embed.h:377:40: note: in definition of macro 'newSViv'
   #define newSViv(a)  Perl_newSViv(aTHX_ a)
  ^
  gl_const.h:2164:2: note: in expansion of macro 'i'
i(GL_FOG_SCALE_SGIX)
^
  gl_const.h:2165:4: error: 'GL_FOG_SCALE_VALUE_SGIX' undeclared (first use in 
this function)
i(GL_FOG_SCALE_VALUE_SGIX)
  ^
  /usr/lib/perl/5.18/CORE/embed.h:377:40: note: in definition of macro 'newSViv'
   #define newSViv(a)  Perl_newSViv(aTHX_ a)
  ^
  gl_const.h:2165:2: note: in expansion of macro 'i'

Bug#726827: Still present in 4.3.0-3

2013-10-23 Thread Jean-Guilhem Cailton
Now that Xen version 4.3.0-3 is in testing, I see that this same bug,
initially seen in 4.1.4-4, is still present in 4.3.0-3. The same fix works.


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



Bug#727200: want better handling of changelog-since-version

2013-10-23 Thread Ian Jackson
Package: dgit
Version: 0.16

dgit build should have a unified command-line option to specify the
-vversion option to dpkg-parsechangelog (directly or indirectly).

The default should be the version currently in the specified suite.

Ian.


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



Bug#685107: Use another address

2013-10-23 Thread Eugen Dedu

You need to send your patch to http://sourceforge.net/p/xournal/patches.

All the best,
--
Eugen


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



Bug#722001: linux-image-3.10-2-amd64: suspend failed with -16 in nouveau

2013-10-23 Thread Vincent Lefevre
Control: found -1 3.11.5-1

Same problem:

Oct 23 08:51:18 xvii acpid: received input layer event button/sleep SBTN 
0080 
Oct 23 08:51:18 xvii acpid: rule from 23102[0:0] matched
Oct 23 08:51:18 xvii acpid: notifying client 23102[0:0]
Oct 23 08:51:18 xvii acpid: rule from /etc/acpi/events/sleepbtn matched
Oct 23 08:51:18 xvii acpid: executing action /etc/acpi/sleep_suspend.sh sleep
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
ActUserManager: Session added: /org/freedesktop/ConsoleKit/Session203
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
ActUserManager: Found uid of session '/org/freedesktop/ConsoleKit/Session203': 
106
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
ActUserManager: Found x11 display of session 
'/org/freedesktop/ConsoleKit/Session203': 
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
AcUserManager: (mostly) ignoring session 
'/org/freedesktop/ConsoleKit/Session203' since it's not graphical
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
ActUserManager: trying to track new user with uid 106
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
ActUserManager: finding user with id 106 state 1
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
ActUserManager: finding user with id 106 state 2
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
ActUserManager: Looking for user with id 106 in accounts service
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
ActUser: adding session /org/freedesktop/ConsoleKit/Session203
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
ActUserManager: added session for user with id 106
Oct 23 08:51:19 xvii gdm-welcome][23123]: AccountsService-DEBUG(+): 
ActUserManager: new user in accounts service with object path 
/org/freedesktop/Accounts/User106
Oct 23 08:51:19 xvii gdm3][23181]: AccountsService-DEBUG(+): ActUserManager: 
new user in accounts service with object path /org/freedesktop/Accounts/User106
Oct 23 08:51:19 xvii gdm-welcome][23123]: AccountsService-DEBUG(+): 
ActUserManager: tracking new user with object path 
/org/freedesktop/Accounts/User106
Oct 23 08:51:19 xvii gdm3][23181]: AccountsService-DEBUG(+): ActUserManager: 
tracking new user with object path /org/freedesktop/Accounts/User106
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
ActUserManager: new user in accounts service with object path 
/org/freedesktop/Accounts/User106
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
ActUserManager: tracking new user with object path 
/org/freedesktop/Accounts/User106
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
ActUserManager: Found object path of user with id 106: 
/org/freedesktop/Accounts/User106
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
ActUserManager: finding user with id 106 state 3
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
ActUserManager: user with id 106 fetched
Oct 23 08:51:19 xvii gdm-welcome][23123]: AccountsService-DEBUG(+): 
ActUserManager: user Debian-gdm is now loaded
Oct 23 08:51:19 xvii gdm-welcome][23123]: AccountsService-DEBUG(+): 
ActUserManager: user Debian-gdm was not yet known, adding it
Oct 23 08:51:19 xvii gdm-welcome][23123]: AccountsService-DEBUG(+): 
ActUserManager: tracking user 'Debian-gdm'
Oct 23 08:51:19 xvii gdm-welcome][23123]: AccountsService-DEBUG(+): 
ActUserManager: loaded, so emitting user-added signal
Oct 23 08:51:19 xvii gdm-welcome][23123]: AccountsService-DEBUG(+): 
ActUserManager: no pending users, trying to set loaded property
Oct 23 08:51:19 xvii gdm-welcome][23123]: AccountsService-DEBUG(+): 
ActUserManager: already loaded, so not setting loaded property
Oct 23 08:51:19 xvii gdm-welcome][23123]: AccountsService-DEBUG(+): 
ActUserManager: user Debian-gdm changed
Oct 23 08:51:19 xvii gdm3][23181]: AccountsService-DEBUG(+): ActUserManager: 
user Debian-gdm is now loaded
Oct 23 08:51:19 xvii gdm3][23181]: AccountsService-DEBUG(+): ActUserManager: 
user Debian-gdm was not yet known, adding it
Oct 23 08:51:19 xvii gdm3][23181]: AccountsService-DEBUG(+): ActUserManager: 
tracking user 'Debian-gdm'
Oct 23 08:51:19 xvii gdm3][23181]: AccountsService-DEBUG(+): ActUserManager: 
loaded, so emitting user-added signal
Oct 23 08:51:19 xvii gdm3][23181]: AccountsService-DEBUG(+): ActUserManager: no 
pending users, trying to set loaded property
Oct 23 08:51:19 xvii gdm3][23181]: AccountsService-DEBUG(+): ActUserManager: 
already loaded, so not setting loaded property
Oct 23 08:51:19 xvii gdm3][23181]: AccountsService-DEBUG(+): ActUserManager: 
user Debian-gdm changed
Oct 23 08:51:19 xvii gdm-simple-greeter[23169]: AccountsService-DEBUG(+): 
ActUserManager: finished handling request for user with id 106
Oct 23 

Bug#727134: ocl-icd-libopencl1: Another NULL pointer dereference

2013-10-23 Thread Vincent Danjean
  Hi Simon

  Can you try again with 2.1.2-1 and report back?
http://moais.imag.fr/membres/vincent.danjean/debian/pool/main/o/ocl-icd/

  Thanks for you help.
Vincent

-- 
Vincent Danjean  Adresse: Laboratoire LIG - Bât. INRIA Rhône-Alpes
Téléphone:  +33 4 76 61 55 10655 avenue de l'Europe
Fax:+33 4 76 61 52 52Montbonnot Saint Martin
Email: vincent.danj...@imag.fr   38334 Saint-Ismier cedex


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



Bug#727201: gnome-disk: Error creating partition

2013-10-23 Thread Adnan Hodzic
Package: gnome-disk-utility
Version: 3.10.0-1
Severity: normal
File: gnome-disk

Hello,

When I try to create partitions or remove them (doesn't matter which
filesystem), I get a following error:

--
Error creating partition

Error creating partition on /dev/sdb: Error spawning command-line `parted
--align optimal --script /dev/sdb mkpart primary ext2 1MiB
320072933375b': Failed to execute child process parted (No such file or
directory) (g-exec-error-quark, 8) (udisks-error-quark, 0)
--

After this I installed parted and I was able to create/remove partitions
again.

Thus to eliminate this error I advise you to add parted in list of
dependencies for gnome-disks.

Please inform me if you have any comments or questions,

Adnan



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'stable-updates'), (300, 'stable'), (200, 
'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-3-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 gnome-disk-utility depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.16.1-1
ii  libatk1.0-0  2.10.0-2
ii  libc62.17-93
ii  libcairo-gobject21.12.16-2
ii  libcairo21.12.16-2
ii  libcanberra-gtk3-0   0.30-2
ii  libcanberra0 0.30-2
ii  libdvdread4  4.2.0+20130219-2
ii  libgdk-pixbuf2.0-0   2.28.2-1
ii  libglib2.0-0 2.36.4-1
ii  libgtk-3-0   3.8.4-1
ii  liblzma5 5.1.1alpha+20120614-2
ii  libnotify4   0.7.6-1
ii  libpango-1.0-0   1.32.5-5+b1
ii  libpangocairo-1.0-0  1.32.5-5+b1
ii  libpwquality11.2.3-1
ii  libsecret-1-00.15-2
ii  libsystemd-login0204-5
ii  libudisks2-0 2.1.1-1
ii  libx11-6 2:1.6.2-1
ii  udisks2  2.1.1-1

gnome-disk-utility recommends no packages.

gnome-disk-utility 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#724731: g_get_user_runtime_dir () bug

2013-10-23 Thread Simon McVittie
On 23/10/13 08:07, Gabriel Mainberger wrote:
 user@machine:~/Work$ gcc `pkg-config --cflags --libs glib-2.0` -o run run.c
 
 user@machine:~/Work$ ./run
 /run/user/0

What's your $XDG_RUNTIME_DIR environment variable?

If it's /run/user/0, then GLib is behaving as expected, and the bug is
in some other component (which should either not set this variable,
unset this variable when it switches uid, or set this variable to a more
appropriate value for uid 1000).

Some other relevant info:

* is this in X11 or at a text virtual console?
* if in X11, which display manager (gdm3, lightdm, xdm, kdm, etc.),
  or did you use startx or something from a text virtual console?
* are you using systemd or sysvinit as your init (process 1)?
* which PAM modules do you have (dpkg-query -W 'libpam*'), and have you
  reconfigured the PAM stack or are you using defaults?

One possible workaround would be for GLib to not follow the
XDG_RUNTIME_DIR specification strictly: if XDG_RUNTIME_DIR is set to a
directory we don't own, behave as if it had been unset.

A possible solution would be for display managers (and other components
that switch uid) to unset XDG_RUNTIME_DIR when they switch uid, then
allow environment variables set by the PAM stack to take precedence over
that (so that libpam-systemd can set XDG_RUNTIME_DIR=/run/user/${uid}
when it's working as intended).


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



Bug#704294: [Pkg-samba-maint] Bug#704294: Please provide configuration

2013-10-23 Thread Camaleón
El 2013-10-23 a las 07:33 +0200, Christian PERRIER escribió:

 Quoting Jelmer Vernooij (jel...@samba.org):
  Please attach your smb.conf. What is the server running, Samba or
  Windows?

Attaching smb.conf.

Server is running Windows XP Pro.

The issue is still present in version 3.6.19-1 (just tested).

 CC'ing bug submitter

Thanks, Christian. I was completely unware of the reply :-)

Greetings,

-- 
Camaleón 
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which 
# are not shown in this example
#
# Some options that are often worth tuning have been included as
# commented-out examples in this file.
#  - When such options are commented with ;, the proposed setting
#differs from the default Samba behaviour
#  - When commented with #, the proposed setting is the default
#behaviour of Samba but the option is considered important
#enough to be mentioned here
#
# NOTE: Whenever you modify this file you should run the command
# testparm to check that you have not made any basic syntactic 
# errors. 
# A well-established practice is to name the original file
# smb.conf.master and create the real config file with
# testparm -s smb.conf.master smb.conf
# This minimizes the size of the really used smb.conf file
# which, according to the Samba Team, impacts performance
# However, use this with caution if your smb.conf file contains nested
# include statements. See Debian bug #483187 for a case
# where using a master file is not a good idea.
#

#=== Global Settings ===

[global]

## Browsing/Identification ###

# Change this to the workgroup/NT-domain name your Samba server will part of
   workgroup = WORKGROUP

# server string is the equivalent of the NT Description field
   server string = %h server

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
#   wins support = no

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = w.x.y.z

# This will prevent nmbd to search for NetBIOS names through DNS.
   dns proxy = no

# What naming service and in what order should we use to resolve host names
# to IP addresses
;   name resolve order = lmhosts host wins bcast

 Networking 

# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
;   interfaces = 127.0.0.0/8 eth0

# Only bind to the named interfaces and/or networks; you must use the
# 'interfaces' option above to use this.
# It is recommended that you enable this feature if your Samba machine is
# not protected by a firewall or is a firewall itself.  However, this
# option cannot handle dynamic or non-broadcast interfaces correctly.
;   bind interfaces only = yes



 Debugging/Accounting 

# This tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba/log.%m

# Cap the size of the individual log files (in KiB).
   max log size = 1000

# If you want Samba to only log through syslog then set the following
# parameter to 'yes'.
#   syslog only = no

# We want Samba to log a minimum amount of information to syslog. Everything
# should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
# through syslog you should set the following parameter to something higher.
   syslog = 0

# Do something sensible when Samba crashes: mail the admin a backtrace
   panic action = /usr/share/samba/panic-action %d


### Authentication ###

# security = user is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html
# in the samba-doc package for details.
#   security = user

# You may wish to use password encryption.  See the section on
# 'encrypt passwords' in the smb.conf(5) manpage before enabling.
   encrypt passwords = true

# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.  
   passdb backend = tdbsam

   obey pam restrictions = yes

# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
   unix password sync = yes

# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan 
ka...@informatik.tu-muenchen.de for
# sending the correct chat script for the passwd program in Debian Sarge).
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\s*\spassword:* %n\n 

Bug#727202: xpdf crashes at launching due to an assrtion failed

2013-10-23 Thread Chantal Keller
Package: xpdf
Version: 3.03-11
Severity: important


When opening xpdf with a file as argument or when opening a file in
xpdf, it crashes with the error:

xpdf.real: pthread_mutex_lock.c:65: __pthread_mutex_lock: Assertion 
`mutex-__data.__owner == 0' failed.

Best regards.


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

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

Versions of packages xpdf depends on:
ii  libc6 2.17-93
ii  libgcc1   1:4.8.2-1
ii  libpoppler19  0.18.4-8
ii  libstdc++64.8.2-1
ii  libx11-6  2:1.6.2-1
ii  libxm42.3.4-4
ii  libxt61:1.1.4-1

Versions of packages xpdf recommends:
ii  cups-bsd   1.6.3-1
ii  gsfonts-x110.22
ii  poppler-data   0.4.6-4
ii  poppler-utils  0.18.4-8

xpdf 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#727203: gnome-documents: no quit button when in fullscreen mode

2013-10-23 Thread Roman Stingler
Package: gnome-documents
Version: 0.4.2-2
Severity: minor

when maximizing window the quit button disappears



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

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

Versions of packages gnome-documents depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-3
ii  gir1.2-atk-1.0   2.4.0-2
ii  gir1.2-clutter-1.0   1.10.8-2
ii  gir1.2-evince-3.03.4.0-3.1
ii  gir1.2-freedesktop   1.32.1-1
ii  gir1.2-gdata-0.0 0.12.0-1
ii  gir1.2-gdkpixbuf-2.0 2.26.1-1
ii  gir1.2-glib-2.0  1.32.1-1
ii  gir1.2-goa-1.0   3.4.2-2
ii  gir1.2-gtk-3.0   3.4.2-6
ii  gir1.2-gtkclutter-1.01.2.0-2
ii  gir1.2-pango-1.0 1.30.0-1
ii  gir1.2-soup-2.4  2.38.1-2
ii  gir1.2-tracker-0.14  0.14.1-3
ii  gjs  1.32.0-5
ii  libc62.17-93
ii  libcairo21.12.2-3
ii  libevdocument3-4 3.4.0-3.1
ii  libevview3-3 3.4.0-3.1
ii  libgdata13   0.12.0-1
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.33.12+really2.32.4-5
ii  libgnome-desktop-3-2 3.4.2-1
ii  libgoa-1.0-0 3.4.2-2
ii  libgtk-3-0   3.4.2-6
ii  liboauth00.9.4-3.1
ii  libpango1.0-01.30.0-1
ii  libsoup2.4-1 2.38.1-2
ii  libtracker-sparql-0.14-0 0.14.1-3
ii  tracker  0.14.1-3

Versions of packages gnome-documents recommends:
ii  unoconv  0.5-1

gnome-documents 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#727201: [Pkg-utopia-maintainers] Bug#727201: gnome-disk: Error creating partition

2013-10-23 Thread Michael Biebl
reassign 727201 udisks2
found 727201 2.1.1-1
thanks

Am 23.10.2013 12:56, schrieb Adnan Hodzic:
 Package: gnome-disk-utility
 Version: 3.10.0-1
 Severity: normal
 File: gnome-disk
 
 Hello,
 
 When I try to create partitions or remove them (doesn't matter which
 filesystem), I get a following error:
 
 --
 Error creating partition
 
 Error creating partition on /dev/sdb: Error spawning command-line `parted
 --align optimal --script /dev/sdb mkpart primary ext2 1MiB
 320072933375b': Failed to execute child process parted (No such file or
 directory) (g-exec-error-quark, 8) (udisks-error-quark, 0)
 --
 
 After this I installed parted and I was able to create/remove partitions
 again.
 
 Thus to eliminate this error I advise you to add parted in list of
 dependencies for gnome-disks.
 
 Please inform me if you have any comments or questions,
..
 ii  udisks2  2.1.1-1

re-assigning to udisks2


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



signature.asc
Description: OpenPGP digital signature


Bug#725066: dot2tex: failed import of _noncomma with pyparsing 2.0.1 (patch included)

2013-10-23 Thread Peter Spiess-Knafl
Package: dot2tex
Version: 2.8.7+repack-1
Followup-For: Bug #725066

I have the same problem. Any progress on this?



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

Kernel: Linux 3.10-3-amd64 (SMP w/4 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 dot2tex depends on:
ii  graphviz  2.26.3-15+b1
ii  python2.7.5-5
ii  python-pyparsing  2.0.1+dfsg1-1
ii  python-support1.0.15

Versions of packages dot2tex recommends:
ii  pgf  2.10-1
ii  preview-latex-style  11.87-1
ii  texlive-latex-base   2013.20130918-1
ii  texlive-pstricks 2013.20131010-1

dot2tex 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#635899: Turning off CC_OPTIMIZE_FOR_SIZE

2013-10-23 Thread Ben Hutchings
I've heard no objections to this.  The option is already disabled for a
random set of mips/mipsel flavours, and turns out to crash gcc 4.8 in
the other configurations (#726867).  And it also caused FTBFS on powerpc
(which is a kernel bug, but indicative that this option is not being
widely tested).

We definitely still need it for the flash-constrained armel flavours,
and m68k also explicitly sets it so I assume that kernel image size is
important there.  But I'm now going to disable it for everything else.

Ben.

-- 
Ben Hutchings
friends: People who know you well, but like you anyway.


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


Bug#727204: cdimage.debian.org: unable to use e firmware file provided on a USB stick

2013-10-23 Thread Pierre Frenkiel
Package: cdimage.debian.org
Severity: important

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   doing an install with the wheezy dvd live on a Toshiba Satellite L635 laptop
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   provide the firmware file bcm43xx-0.fw on a USB stick
   * What was the outcome of this action?
   I went into an infinite loop for network setting
   * What outcome did you expect instead?
   I expected the installer to  be able to use the provided firmware file

*** End of the template - remove these lines ***



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

Kernel: Linux 3.10-3-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#726821: linux: shutdown -h now reboots instead shutting down the system // More info: shutdown -hP now seems to be working

2013-10-23 Thread Camaleón
Just to add that shutdown -hP now has been working as expected (→ 
computer is powered off) for the last 3 days. I'm now using that 
command from xfce4-terminal inside an X session and all the times was 
behaving correctly. 

I will report for any change or new findings.

Greetings,

-- 
Camaleón 


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



Bug#724731: g_get_user_runtime_dir () bug

2013-10-23 Thread Michael Biebl
Am 23.10.2013 13:01, schrieb Simon McVittie:
 On 23/10/13 08:07, Gabriel Mainberger wrote:
 user@machine:~/Work$ gcc `pkg-config --cflags --libs glib-2.0` -o run run.c

 user@machine:~/Work$ ./run
 /run/user/0
 
 What's your $XDG_RUNTIME_DIR environment variable?
 
 If it's /run/user/0, then GLib is behaving as expected, and the bug is
 in some other component (which should either not set this variable,
 unset this variable when it switches uid, or set this variable to a more
 appropriate value for uid 1000).


What seems related is the but in gdm3 which fails to start when
libpam-systemd is not installed [1].
libpam-systemd is responsible for creating and setting XDG_RUNTIME_DIR.
So I assume Gabriel didn't have this package installed. Is that correct?

Creating a directory in /run/user requires root-privileges (that's why
it's done in a PAM module), and the fallback thus is in the users home
directory.

Just fyi:
$ echo $XDG_RUNTIME_DIR
/run/user/1000
$ ./run
/run/user/1000
$ unset XDG_RUNTIME_DIR
$ ./run
/home/michael/.cache

So from a cursory look, it seems like glib is behaving correctly and as
Simon suspects, some other component simply sets XDG_RUNTIME_DIR to an
incorrect value.


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724731
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#727174: pango1.0 FTBFS with glib2.0 (= 2.37.2), G_TEST_SRCDIR undefined

2013-10-23 Thread Michael Biebl
severity 727174 important
thanks

Am 23.10.2013 03:10, schrieb Steve Langasek:
 Hi folks,
 
 The pango1.0 package in unstable fails to build from source with the version
 of glib2.0 in experimental, because with newer glib2.0 pango makes use of a
 new API called g_test_get_filename which relies on G_TEST_SRCDIR being set
 in the environment - but nothing in the build system is setting this. 
 Perhaps this is expected to be set by a newer version of automake/autoconf
 rules bundled with glib, and the pango tarball was built without a new
 enough version?  I'm not sure; in any case, I've worked around this in
 Ubuntu by just setting G_TEST_SRCDIR to the correct value to let the package
 build.


Thanks for the bug report, Steve.

Since this issue doesn't affect the debian package (yet) and it builds
just fine, I'm downgrading the severity to not make it block the testing
migration.

Regards,
Michael



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



signature.asc
Description: OpenPGP digital signature


Bug#666464: xcompmgr: new upstream release (1.1.6)

2013-10-23 Thread Vincent Lefevre
On 2013-10-23 09:06:07 +0100, Pedro Ribeiro wrote:
 Thanks for the offer. For my part, I've been using compton for over
 a year and I'm very happy with it, so I don't think I will be going
 back to xcompmgr.

I've just tried compton, and with compton -c, moving a window
is very slow! There's no such problem with xcompmgr or without
a compositor.

Now, I don't really mind about shadows; my main use of a compositor
is to avoid the following bug in the nouveau driver:

  https://bugs.freedesktop.org/show_bug.cgi?id=49786

If I just execute compton, moving windows is fast again.

But window resize information is still missing:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720726

Same problem with unagi. I'm now wondering whether this is a fvwm
bug (but it looks similar to bug 471343).

So, if this bug is not going to be fixed in xcompmgr, I can use
either compton or unagi.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


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



Bug#724083: openjdk-7: FTBFS: /«PKGBUILDDIR»/missing: line 81: aclocal-1.13: command not found

2013-10-23 Thread Hideki Yamane
Control: tags -1 +patch

Hi,

 Attached simple patch would fix this FTBFS, could you check and consider
 to apply it, please?


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -u openjdk-7-7u25-2.3.12/debian/changelog openjdk-7-7u25-2.3.12/debian/changelog
--- openjdk-7-7u25-2.3.12/debian/changelog
+++ openjdk-7-7u25-2.3.12/debian/changelog
@@ -1,3 +1,11 @@
+openjdk-7 (7u25-2.3.12-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- run autoreconf, instead of aclocal, automake and autoconf (Closes: #724083)
+
+ -- Hideki Yamane henr...@debian.org  Wed, 23 Oct 2013 19:14:39 +0900
+
 openjdk-7 (7u25-2.3.12-4) unstable; urgency=low
 
   * Add the hotspot patches for AArch64, which apparently were not
diff -u openjdk-7-7u25-2.3.12/debian/rules openjdk-7-7u25-2.3.12/debian/rules
--- openjdk-7-7u25-2.3.12/debian/rules
+++ openjdk-7-7u25-2.3.12/debian/rules
@@ -1067,6 +1067,7 @@
 
 	mkdir -p stamps
 	mkdir -p build
+	autoreconf -fi
 	chmod +x configure
 	cd build  $(EXTRA_BUILD_ENV) ../configure $(CONFIGURE_ARGS)
 
@@ -1261,9 +1262,7 @@
 ifeq ($(with_mauve_check),yes)
 	tar -x -C build -f /usr/src/mauve.tar.gz
 	cd build/mauve \
-	 aclocal \
-	 automake \
-	 autoconf \
+	 autoreconf -fi \
 	 PATH=$(CURDIR)/build/$(sdkimg)/bin:$$PATH \
 		./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
 	PATH=$(CURDIR)/build/$(sdkimg)/bin:$$PATH $(MAKE) -C build/mauve
@@ -1278,9 +1277,7 @@
 	tar -x -C build -f /usr/src/mauve.tar.gz
 	mv build/mauve build/mauve-$(VMNAME)
 	cd build/mauve-$(VMNAME) \
-	 aclocal \
-	 automake \
-	 autoconf \
+	 autoreconf -fi \
 	 PATH=$(CURDIR)/build/$(sdkimg)/bin:$$PATH ./configure \
 		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
 	PATH=$(CURDIR)/build/$(sdkimg)/bin:$$PATH $(MAKE) -C build/mauve-$(VMNAME)


Bug#717236: partman-reiserfs: depends on obsolete package reiserfs-modules

2013-10-23 Thread Ben Hutchings
On Tue, 2013-10-22 at 13:06 +0200, Christian PERRIER wrote:
 Quoting Thomas Dreibholz (dre...@iem.uni-due.de):
  Hi,
  
  why has reiserfs support been removed before useful tools to convert 
  reiserfs 
 
 Because the kernel does not longer provide reiserfs modules?

It does provide the modules, just not in a udeb.

There was one complaint that this prevents grub-installer from including
other operating system installed on reiserfs, so that might be a reason
to restore the udeb.

But it is quite right that partman-reiserfs is removed - we should not
be offering reiserfs as an option for new installatons.

Ben.

-- 
Ben Hutchings
friends: People who know you well, but like you anyway.


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


Bug#722243: mailnag: Fails to check mail.

2013-10-23 Thread Patrick Ulbrich
Hi Vincent,

backporting that patch should work. Just make sure to bump up the version of 
the required libnotify dependency. In order to make it work in GNOME 3.10 it 
requires an additional patch though.



Vincent Cheng vincentc1...@gmail.com schrieb:
On Fri, Oct 11, 2013 at 10:46 AM, zulu zul...@gmx.net wrote:
 I can confirm this bug now, progress is tracked here:
 https://github.com/pulb/mailnag/issues/56.


Thanks!

Rather than packaging the latest source in mailnag-next, would it be
possible to simply backport the commit [1] that fixed this, and apply
it as a patch in the Debian package? Any pitfalls I should watch out
for?

Regards,
Vincent

[1]
https://github.com/pulb/mailnag/commit/8661a7236a791255bc379a106eed52cf55471845

--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

Bug#727205: strace: Formatting errors in man page

2013-10-23 Thread Frédéric Yhuel
Package: strace
Version: 4.5.20-2.3
Severity: minor

Dear Maintainer,

Line 410 of man page says:
-e trace=_file_

I mean 'file' is underlined and not in bold, like if one should
replace 'file' by a real file name. This is not the case, and thus
'file' should be written in bold and not underlined.

Same thing with -e trace=process, -e trace=network, etc.

This affects Wheezy and Squeeze.

Best regards,
Frédéric


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



Bug#727206: weechat: fails to build without Internet access

2013-10-23 Thread Colin Watson
Package: weechat
Version: 0.4.2-2
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty

If you try to build weechat on a builder that lacks general Internet
access (a good practice to aid reproducibility), then it fails as
follows:

  a2x: ERROR: xsltproc  --stringparam callout.graphics 0 --stringparam 
navig.graphics 0 --stringparam admon.textlabel 1 --stringparam admon.graphics 0 
 /etc/asciidoc/docbook-xsl/manpage.xsl 
/build/buildd/weechat-0.4.2/builddir/doc/en/weechat.1.en.xml returned 
non-zero exit status 5

You can reproduce this by building in an sbuild instance and removing
/etc/resolv.conf from the chroot at the start of the build, after
build-dependencies have been installed.  Doing this and then running the
command above by hand to see its error output, I get:

  error : connection refused
  warning: failed to load external entity 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl;
  compilation error: file /etc/asciidoc/docbook-xsl/manpage.xsl line 12 element 
import
  xsl:import : unable to load 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl

The fix is to build-depend on docbook-xsl.

  * Build-depend on docbook-xsl so that asciidoc can operate offline.

diff -Nru weechat-0.4.2/debian/control weechat-0.4.2/debian/control
--- weechat-0.4.2/debian/control2013-10-08 08:19:50.0 +0100
+++ weechat-0.4.2/debian/control2013-10-23 12:53:38.0 +0100
@@ -6,6 +6,7 @@
 asciidoc (= 8.5),
 source-highlight,
 xsltproc,
+docbook-xsl,
 debhelper (= 9),
 cmake, pkg-config,
 libncursesw5-dev,

Thanks,

-- 
Colin Watson   [cjwat...@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#727207: opus: Please add a watch file

2013-10-23 Thread Benjamin Drung
Package: libopus0
Version: 1.1~beta-3
Severity: normal
Tags: patch

Hi,

please add a watch file. Attached is a patch that adds a watch file only for
stable release. I can provide a watch file that also report alpha and beta
releases if you want.
From ce89267ad4ad974b0b87947ac8ccd7f9c08ca35e Mon Sep 17 00:00:00 2001
From: Benjamin Drung bdr...@debian.org
Date: Wed, 23 Oct 2013 14:05:58 +0200
Subject: [PATCH] Add a watch file for stable releases.

---
 debian/watch | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 debian/watch

diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..25b1ad6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.opus-codec.org/downloads/ (?:|.*/)opus-(\d[\d\.]*)\.tar\.(?:xz|bz2|gz)
-- 
1.8.3.2



Bug#727198: libopengl-perl: fails to build with Mesa = 9.2.0

2013-10-23 Thread Salvatore Bonaccorso
Control: tags -1 + confirmed
Control: severity -1 serious

Hi Colin,

On Wed, Oct 23, 2013 at 11:13:48AM +0100, Colin Watson wrote:
 Package: libopengl-perl
 Version: 0.6702+dfsg-1
 Severity: important
 Tags: patch
 User: ubuntu-de...@lists.ubuntu.com
 Usertags: origin-ubuntu ubuntu-patch trusty
 
 libopengl-perl fails to build with Mesa = 9.2.0 as follows:
[...]

Indeed, and also now does in Debian unstable (9.2.2-1 uploaded
yesterday).

Thanks for the patch!

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#727198: Pending fixes for bugs in the libopengl-perl package

2013-10-23 Thread pkg-perl-maintainers
tag 727198 + pending
thanks

Some bugs in the libopengl-perl package are closed in revision
66765bec72020cb9dd552b9816d839c1d938bdea in branch 'master' by
Salvatore Bonaccorso

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

Commit message:

Add removed_gl_extensions patch

Tolerate absence of several extensions removed in Mesa 9.2.0

Closes: #727198

Thanks: Colin Watson cjwat...@ubuntu.com for the patch


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



Bug#727208: libmath-mpfr-perl: t/test4.t fails against libmpfr-dev = 3.1.2

2013-10-23 Thread Colin Watson
Package: libmath-mpfr-perl
Version: 3.17-1
Severity: serious
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty

libmath-mpfr-perl fails to build due to a test failure when built
against libmpfr-dev = 3.1.2:

  Got:  
10011010010111010110011010010101100110110010010101100110100100110101
  Expected: 
1001101001011101011001101001011101011001101100100101110101100110100100110101
  t/test4.t .
  Failed 1/49 subtests

This looks rather like this entry from the upstream changelog for 3.18
(https://metacpan.org/release/Math-MPFR):

  Depending upon the rounding mode values, the mpfr library may
  incorrectly return false for mpfr_fits_u*_p(x) for -1.0  x  0.0 or
  for -0.5  x 0.0.  (This should be fixed in versions of mpfr later
  than 3.1.2.)  Have the Rmpfr_fits_u*_p() functions return correct
  result irrespective of the version of mpfr being used - and have the
  Math:MPFR test suite test for this.

Even if I'm wrong about the exact changelog entry, though, 3.18 builds
cleanly, so it's probably best to upgrade.

Thanks,

-- 
Colin Watson   [cjwat...@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#713211: sysbench: FTBFS: /bin/sh: 1: aclocal-1.11: not found

2013-10-23 Thread Hideki Yamane
Control: tags -1 +patch

Hi,

 Attached patch would fix this FTBFS, could you check and consider to 
 apply it, please?

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru sysbench-0.4.12/debian/changelog sysbench-0.4.12/debian/changelog
--- sysbench-0.4.12/debian/changelog	2013-10-22 19:51:32.0 +0900
+++ sysbench-0.4.12/debian/changelog	2013-10-22 16:39:38.0 +0900
@@ -1,3 +1,15 @@
+sysbench (0.4.12-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * drop dpatch, convert to quilt
+  * debian/rules
+- auto detect automake/autoheader version (Closes: #713211)
+- include autoreconf.mk to find config/compile file
+  * debian/control
+- add Build-Depends: dh-autoreconf to provide above autreconf.mk
+
+ -- Hideki Yamane henr...@debian.org  Tue, 22 Oct 2013 16:29:35 +0900
+
 sysbench (0.4.12-1) unstable; urgency=low
 
   * New upstream version 
diff -Nru sysbench-0.4.12/debian/control sysbench-0.4.12/debian/control
--- sysbench-0.4.12/debian/control	2013-10-22 19:51:32.0 +0900
+++ sysbench-0.4.12/debian/control	2013-10-22 16:31:43.0 +0900
@@ -2,7 +2,7 @@
 Section: misc
 Priority: extra
 Maintainer: Hendrik Frenzel hfren...@scunc.net
-Build-Depends: cdbs, debhelper (= 7), dpatch, docbook-xsl, docbook-xml, xsltproc, autoconf, automake, libtool, libmysqlclient15-dev | libmysqlclient-dev
+Build-Depends: cdbs, debhelper (= 7), docbook-xsl, docbook-xml, xsltproc, autoconf, automake, libtool, libmysqlclient15-dev | libmysqlclient-dev, dh-autoreconf
 Standards-Version: 3.8.4
 Homepage: http://sourceforge.net/projects/sysbench
 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/ext-maint/sysbench/trunk/
diff -Nru sysbench-0.4.12/debian/patches/00list sysbench-0.4.12/debian/patches/00list
--- sysbench-0.4.12/debian/patches/00list	2013-10-22 19:51:32.0 +0900
+++ sysbench-0.4.12/debian/patches/00list	1970-01-01 09:00:00.0 +0900
@@ -1 +0,0 @@
-disable-manual-creation
diff -Nru sysbench-0.4.12/debian/patches/disable-manual-creation.dpatch sysbench-0.4.12/debian/patches/disable-manual-creation.dpatch
--- sysbench-0.4.12/debian/patches/disable-manual-creation.dpatch	2013-10-22 19:51:32.0 +0900
+++ sysbench-0.4.12/debian/patches/disable-manual-creation.dpatch	1970-01-01 09:00:00.0 +0900
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## disable-manual-creation.dpatch by Hendrik Frenzel hfren...@scunc.net
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Disables buggy creation of manula.html from manual.xml
-
-@DPATCH@
-diff -urNad sysbench-0.4.10~/Makefile.in sysbench-0.4.10/Makefile.in
 sysbench-0.4.10~/Makefile.in	2008-12-18 12:06:03.0 +0100
-+++ sysbench-0.4.10/Makefile.in	2009-02-24 00:59:46.0 +0100
-@@ -225,7 +225,7 @@
- target_vendor = @target_vendor@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--SUBDIRS = doc sysbench
-+SUBDIRS = sysbench
- EXTRA_DIST = autogen.sh README README-WIN.txt ChangeLog
- all: all-recursive
- 
diff -Nru sysbench-0.4.12/debian/patches/disable-manual-creation.patch sysbench-0.4.12/debian/patches/disable-manual-creation.patch
--- sysbench-0.4.12/debian/patches/disable-manual-creation.patch	1970-01-01 09:00:00.0 +0900
+++ sysbench-0.4.12/debian/patches/disable-manual-creation.patch	2013-10-22 19:51:04.0 +0900
@@ -0,0 +1,14 @@
+Description: Disables buggy creation of manula.html from manual.xml
+Author: Hendrik Frenzel hfren...@scunc.net
+
+--- sysbench-0.4.12.orig/Makefile.in
 sysbench-0.4.12/Makefile.in
+@@ -225,7 +225,7 @@ target_os = @target_os@
+ target_vendor = @target_vendor@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = doc sysbench
++SUBDIRS = sysbench
+ EXTRA_DIST = autogen.sh README README-WIN.txt ChangeLog
+ all: all-recursive
+ 
diff -Nru sysbench-0.4.12/debian/patches/series sysbench-0.4.12/debian/patches/series
--- sysbench-0.4.12/debian/patches/series	1970-01-01 09:00:00.0 +0900
+++ sysbench-0.4.12/debian/patches/series	2013-10-22 16:33:11.0 +0900
@@ -0,0 +1 @@
+disable-manual-creation.patch
diff -Nru sysbench-0.4.12/debian/rules sysbench-0.4.12/debian/rules
--- sysbench-0.4.12/debian/rules	2013-10-22 19:51:32.0 +0900
+++ sysbench-0.4.12/debian/rules	2013-10-22 16:31:50.0 +0900
@@ -2,12 +2,13 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 # Add here any variable or target overrides you need.
 DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS= -Wl,-as-needed
-DEB_AUTO_UPDATE_AUTOMAKE = 1.11
-DEB_AUTO_UPDATE_ACLOCAL = 1.11
+DEB_AUTO_UPDATE_ACLOCAL = $(shell dpkg -s automake | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1')
+DEB_AUTO_UPDATE_AUTOMAKE = $(shell dpkg -s automake | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1')
+
 

Bug#713300: arpack++: FTBFS: parallel-tests: error: required file './test-driver' not found

2013-10-23 Thread Hideki Yamane
Control: tags -1 +patch

Hi,

 Attached patch would fix this FTBFS, could you check and consider to 
 apply it, please?

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru arpack++-2.3/debian/changelog arpack++-2.3/debian/changelog
--- arpack++-2.3/debian/changelog	2011-08-03 17:52:48.0 +0900
+++ arpack++-2.3/debian/changelog	2013-10-22 18:31:46.0 +0900
@@ -1,3 +1,12 @@
+arpack++ (2.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- add -fi option to fix required file './test-driver' not found
+  (Closes: #713300)
+
+ -- Hideki Yamane henr...@debian.org  Tue, 22 Oct 2013 18:23:54 +0900
+
 arpack++ (2.3-2) unstable; urgency=low
 
   * Team upload
diff -Nru arpack++-2.3/debian/rules arpack++-2.3/debian/rules
--- arpack++-2.3/debian/rules	2011-08-03 18:09:17.0 +0900
+++ arpack++-2.3/debian/rules	2013-10-22 18:23:52.0 +0900
@@ -33,7 +33,7 @@
 
 debian/stamp-autotools-files:
 	libtoolize
-	autoreconf
+	autoreconf -fi
 
 VERSION=2.3
 orig-tarball:


Bug#713547: nautic: FTBFS: configure.ac:6: error: required file './install-sh' not found

2013-10-23 Thread Hideki Yamane
Control: tags -1 +patch

Hi,

 Attached patch would fix this FTBFS, could you check and consider to 
 apply it, please?


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru nautic-1.5/debian/changelog nautic-1.5/debian/changelog
--- nautic-1.5/debian/changelog	2012-10-22 08:11:27.0 +0900
+++ nautic-1.5/debian/changelog	2013-10-22 21:44:05.0 +0900
@@ -1,3 +1,13 @@
+nautic (1.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- Just use dh-autoreconf to fix FTBFS (Closes: #713547)
+  * debian/control
+- add Build-Depends: dh-autoreconf 
+
+ -- Hideki Yamane henr...@debian.org  Tue, 22 Oct 2013 21:32:40 +0900
+
 nautic (1.5-1) unstable; urgency=low
 
   * new issue with new view and major changes
diff -Nru nautic-1.5/debian/control nautic-1.5/debian/control
--- nautic-1.5/debian/control	2012-10-22 08:14:06.0 +0900
+++ nautic-1.5/debian/control	2013-10-22 21:32:20.0 +0900
@@ -4,7 +4,7 @@
 Maintainer: Enas Giovanni gio.e...@alice.it
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (= 7.0.50~),
- autoconf(= 2.13), automake, autotools-dev,
+ autoconf(= 2.13), automake, autotools-dev, dh-autoreconf,
  libglib2.0-0,wx-common,
  libwxgtk2.8-dev,libwxbase2.8-dev
 Standards-Version: 3.9.4
diff -Nru nautic-1.5/debian/rules nautic-1.5/debian/rules
--- nautic-1.5/debian/rules	2012-03-05 05:23:25.0 +0900
+++ nautic-1.5/debian/rules	2013-10-22 21:32:36.0 +0900
@@ -10,7 +10,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh  $@
+	dh  $@ --with autoreconf
 
 override_dh_clean:
 	dh_clean
@@ -18,7 +18,3 @@
 	$(RM) ltmain.sh Makefile.in configure
 	$(RM) aclocal.m4 data/Makefile.in icon/Makefile.in
 	$(RM) info/Makefile.in man/Makefile.in src/Makefile.in
-
-override_dh_auto_configure:
-	autoreconf -fs
-	dh_auto_configure


Bug#725092: HTTPS should be supported on www.debian.org

2013-10-23 Thread Milan Kral
It would useful to have HTTPS because of the wide spread mass surveillance
https://en.wikipedia.org/wiki/2013_mass_surveillance_disclosures#.22Mastering_the_Internet.22
https://en.wikipedia.org/wiki/Bullrun_%28code_name%29

 ** Tue, 01 Oct 2013 14:26:53 +0200 - 725...@bugs.debian.org, Gerfried Fuchs 
 rho...@deb.at **

 HTTPS makes MiTM attacks harder. There is important information
 on www.debian.org which should be protected against modification.
 For example GPG fingerprints:   http://www.debian.org/CD/verify
 
 Of course GPG keys should be checked using Web of Trust, but
 HTTPS could be the first layer of protection. From the user
 point of view it's automatic and transparent.
 
 keyring.debian.org doesn't support HTTPS ...
 
 
  ** Tue, 1 Oct 2013 13:59:28 +0200 - 725...@bugs.debian.org, Gerfried 
  Fuchs rho...@deb.at **
 
  * milan.kral milan.k...@azet.sk [2013-10-01 13:34:05 CEST]:
   www.debian.org is important main Debian web page, but it doesn't
   support https. Could it be possible to enable HTTPS? For example
   lists.debian.org, wiki.debian.org support HTTPS.
  
   Because on lists.debian.org you have subscribe information, handing
  over email addresses that you might not want to get eavesdropped, and on
  wiki you have login information that you clearly don't want to have go
  unencrypted over the wire.
  
   What information you consider exchanging with www.debian.org that you
  consider sensitive and needing https?  Because we can doesn't sound
  very convincing to me.  :)
  
   Enjoy!
  Rhonda
  -- 
  Fühlst du dich mutlos, fass endlich Mut, los  |
  Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
  Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
  Fühlst du dich haltlos, such Halt und lass los|


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



Bug#727177: Raising severity to critical

2013-10-23 Thread Wolodja Wentland
severity 727177 critical
kthxbye

I have just spoken to another user on IRC who reported identical problems
after upgrading libnss-ldap from 264-2.5 to 265-1. The problems (segfaults of
various binaries from other packages) seized once the user downgraded back to
264-2.5. 

I have not personally encountered this problem and asked the user to
provide any additional information about this bug he can think of, but simply
wanted to make sure that other users won't run into this by raising the
severity now.

thanks
-- 
Wolodja deb...@babilen5.org

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


signature.asc
Description: Digital signature


Bug#727209: Switch to .xz tarballs in debian/watch

2013-10-23 Thread Michael Biebl
Source: librest
Version: 0.7.12-1
Severity: normal

Upstream [1] no longer produces any .bz2 tarballs, but only .xz
tarballs.
Please update debian/watch accordingly


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

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


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



Bug#727210: Please update Homepage: URL

2013-10-23 Thread Michael Biebl
Source: librest
Version: 0.7.12-1
Severity: minor

librest use the rather generic
Homepage: http://www.gnome.org/

Since there is a dedicated website
https://wiki.gnome.org/Librest
I would suggest using that as Homepage


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

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


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



Bug#727211: libsane: Failed to start scanner: Invalid argument when using a genesys supported scanner

2013-10-23 Thread Johan Spee
Package: libsane
Version: 1.0.23-3
Severity: normal
Tags: upstream

Dear Maintainer,


I have attached a Canoscan Lide 110 scanner to my system that is running Debian
testing (with a bit of sid).
The scanner is recognized:

~$ lsusb
Bus 001 Device 006: ID 04a9:1909 Canon, Inc. CanoScan LiDE 110

~$  sane-find-scanner
found USB scanner (vendor=0x04a9 [Canon], product=0x1909 [CanoScan]) at
libusb:001:006


PROBLEM:
My scanner program (xsane, but simple-scan has similar problems) reports no
problems when starting up, but when a scan is started a dialog pops up: Failed
to start scanner: Invalid argument. After that the scanner must be re-plugged
to be recognized by the system again.

I tried  Ubuntu 13.10 (live cd) and ran into the very same problem, which
suggets that my configuration is not to blame.

The hardware is fine too: No problems with Vuescan-linux or when attached to a
Win7 system.

 so the culprit is probably SANE, which uses genesys for this scanner:

~$ scanimage -L
device `genesys:libusb:001:006' is a Canon LiDE 110 flatbed scanner

~$ man sane-genesys
At  present,  the following scanners are known to work with this backend:
Canon LiDE .../110/...

~$ cat /etc/sane.d/genesys.conf
 # Canon LiDE 110
usb 0x04a9 0x1909

The genesis man-pages list the following files:

~$ man sane-genesys
FILES
/etc/sane.d/genesys.conf
/usr/lib/arch_triplet/sane/libsane-genesys.a
/usr/lib/arch_triplet/sane/libsane-genesys.so

However, /usr/lib/arch_triplet/ does not exist and no files that match libsane-
genesys.* can be found on my system.
The files libsane-genesys.a and libsane-genesys.so are part of the libsane-dev
package, but installing it makes no difference.

An internet search for CanoScan LiDE 110 + Invalid argument results in many
hits, but no solution.



regards, and thanks for your help.

Johan Spee



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

Kernel: Linux 3.10-3-amd64 (SMP w/4 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 libsane depends on:
ii  acl2.2.52-1
ii  adduser3.113+nmu3
ii  libavahi-client3   0.6.31-2
ii  libavahi-common3   0.6.31-2
ii  libc6  2.17-93
ii  libcups2   1.6.3-1
ii  libexif12  0.6.21-1
ii  libgphoto2-2   2.4.14-2.3
ii  libgphoto2-port0   2.4.14-2.3
ii  libieee1284-3  0.2.11-12
ii  libjpeg8   8d-1
ii  libsane-common 1.0.23-3
ii  libtiff4   3.9.7-2
ii  libusb-1.0-0   2:1.0.17-1+b1
ii  libv4l-0   1.0.0-1
ii  multiarch-support  2.17-93
ii  udev   204-5

Versions of packages libsane recommends:
pn  libsane-extras  none
ii  sane-utils  1.0.23-3

Versions of packages libsane suggests:
ii  avahi-daemon  0.6.31-2
ii  hplip 3.13.9-2
pn  hpoj  none

-- Configuration Files:
/etc/sane.d/dll.conf changed:
net
abaton
agfafocus
apple
avision
artec
artec_eplus48u
as6e
bh
canon
canon630u
canon_dr
cardscan
coolscan
coolscan3
dell1600n_net
dmc
epjitsu
epson2
fujitsu
genesys
gt68xx
hp
hp3900
hpsj5s
hp3500
hp4200
hp5400
hp5590
hpljm1005
hs2p
ibm
kodak
kodakaio
kvs1025
kvs20xx
leo
lexmark
ma1509
magicolor
matsushita
microtek
microtek2
mustek
mustek_usb
mustek_usb2
nec
niash
pie
pixma
plustek
qcam
ricoh
rts8891
s9036
sceptre
sharp
sm3600
sm3840
snapscan
sp15c
tamarack
teco1
teco2
teco3
u12
umax
umax1220u
v4l
xerox_mfp
hpaio


-- 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#727177: Upgrade of libnss-ldap to 265-1 causes important binaries to segfault

2013-10-23 Thread Wolfgang Scheicher

I just did run into exactely the same issue.
No login possible after that update, when chrooting from a rescue system zsh 
did segfault.

i was lucky to find bash still usable and i managed to identify libnss-ldap as 
the cause and could sucessfully downgrade to 264-2.5


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



Bug#588537: imagemagick: window border is displayed then cleared on images with transparency

2013-10-23 Thread Vincent Lefevre
Control: retitle -1 imagemagick: window border is displayed then cleared on 
images with transparency
Control: found -1 8:6.7.7.10-6

Same problem with TIFF images.

An example with a TIFF image from a Debian package (python-pygame):

  display /usr/share/pyshared/pygame/pygame_icon.tiff

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


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



Bug#718593: Better debug info

2013-10-23 Thread Arto Jantunen
Control: forcemerge -1 727108
Control: retitle -1 Crashes due to incorrect libjpeg dependency since last 
security update

The package is built against libjpeg8, and openjdk-6-jre ends up with
a dependency against libjpeg8 as expected (openjdk-6-jre-headless (=
6b27-1.12.6-1~deb6u1), libasound2 ( 1.0.18), libc6 (= 2.3), libgif4
(= 4.1.4), libjpeg8, libpng12-0 (= 1.2.13-4), libpulse0 (= 0.9.21),
libx11-6, libxext6, libxi6, libxrender1, libxtst6, zlib1g (=
1:1.1.4)).

However openjdk-6-jre-headless ends up depending on libjpeg62 instead
(openjdk-6-jre-lib (= 6b27-1.12.6-1~deb6u1), ca-certificates-java,
tzdata-java, java-common (= 0.28), libcups2, libjpeg62, libnss3-1d (=
3.12.3), libpcsclite1, libc6 (= 2.3.3), libfreetype6 (= 2.2.1),
libgcc1 (= 1:4.1.1), libstdc++6 (= 4.1.1), zlib1g (= 1:1.1.4)).

My understanding of the build system of these packages isn't good enough
to be able to tell why this happens or how to fix it, but after a bit of
debugging the problem seems obvious.

As with the reporter the crashing stops after installing libjpeg8.

-- 
Arto Jantunen


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



Bug#684870: smokeping.fcgi

2013-10-23 Thread Bendtsen, Jon
I hardlinked /usr/lib/cgi-bin/smokeping.cgi to /usr/lib/cgi-bin/smokeping.fcgi

I also had to add FcgidIOTimeout 600 to /etc/apache2/mods-available/fcgid.conf 
else it would timeout after 40 seconds which is the default waiting period.

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



Bug#725529: viking: FTBFS: automake-1.13: command not found

2013-10-23 Thread Hideki Yamane
Control: tags -1 +patch

Hi,

 Attached patch would fix this FTBFS, could you check and consider to 
 apply it, please?

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru viking-1.4.2/debian/changelog viking-1.4.2/debian/changelog
--- viking-1.4.2/debian/changelog	2013-10-23 22:11:55.0 +0900
+++ viking-1.4.2/debian/changelog	2013-10-23 22:08:06.0 +0900
@@ -1,3 +1,18 @@
+viking (1.4.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- add autoreconf to dh to fix FTBFS (Closes: #725529)
+- not dh --with quilt but use source format 3.0
+  * debian/control
+- add Build-Depends: dh-autoreconf
+  * set debian/source/format as 3.0 (quilt)
+  * debian/patches
+- add set_subdir-objects.patch
+- add no_doc-dir.patch
+
+ -- Hideki Yamane henr...@debian.org  Tue, 22 Oct 2013 22:14:14 +0900
+
 viking (1.4.2-1) unstable; urgency=low
 
   * [953c9042] Imported Upstream version 1.4.2 (Closes: #690981)
diff -Nru viking-1.4.2/debian/control viking-1.4.2/debian/control
--- viking-1.4.2/debian/control	2013-10-23 22:11:55.0 +0900
+++ viking-1.4.2/debian/control	2013-10-23 21:48:21.0 +0900
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Bernd Zeimetz b...@debian.org
 Uploaders: Guilhem BONNEFILLE guilhem.bonnefi...@gmail.com
-Build-Depends: debhelper (= 7.2.14), automake (= 1.13), autoconf, autotools-dev (= 20100122.1~), libcurl4-gnutls-dev, libexpat1-dev, libgtk2.0-dev, libglib2.0-dev (= 2.12.0), libgps-dev (= 2.90), xsltproc, docbook-xsl, docbook-xml, intltool, quilt (= 0.46-8), bc, gnome-doc-utils (= 0.3.2), rarian-compat | scrollkeeper, libexif-dev
+Build-Depends: debhelper (= 7.2.14), automake (= 1.13), autoconf, autotools-dev (= 20100122.1~), libcurl4-gnutls-dev, libexpat1-dev, libgtk2.0-dev, libglib2.0-dev (= 2.12.0), libgps-dev (= 2.90), xsltproc, docbook-xsl, docbook-xml, intltool, quilt (= 0.46-8), bc, gnome-doc-utils (= 0.3.2), rarian-compat | scrollkeeper, libexif-dev, dh-autoreconf
 Standards-Version: 3.8.4
 Homepage: http://viking.sf.net
 Vcs-Git: git://git.debian.org/collab-maint/viking.git
diff -Nru viking-1.4.2/debian/patches/no_doc-dir.patch viking-1.4.2/debian/patches/no_doc-dir.patch
--- viking-1.4.2/debian/patches/no_doc-dir.patch	1970-01-01 09:00:00.0 +0900
+++ viking-1.4.2/debian/patches/no_doc-dir.patch	2013-10-23 22:06:53.0 +0900
@@ -0,0 +1,55 @@
+Description: don't specify VIKING_DOC
+
+ - don't specify VIKING_DOC since we don't have doc sub directory
+ - GTK_DOC_CHECK cause parse error
+
+Forwarded: no
+Last-Update: 2013-10-23
+
+Index: viking-1.4.2/configure.ac
+===
+--- viking-1.4.2.orig/configure.ac	2013-10-23 21:50:46.822460778 +0900
 viking-1.4.2/configure.ac	2013-10-23 22:03:31.030122042 +0900
+@@ -6,7 +6,6 @@
+ AM_INIT_AUTOMAKE([dist-bzip2 dist-zip subdir-objects])
+ dnl AC_CONFIG_SRCDIR([src/main.c])
+ AC_CONFIG_HEADERS([src/config.h])
+-GTK_DOC_CHECK(1.0)
+ 
+ # Checks for programs.
+ AC_PROG_CC
+@@ -342,8 +341,6 @@
+ ACLOCAL_AMFLAGS=\${ACLOCAL_FLAGS}
+ AC_SUBST(ACLOCAL_AMFLAGS)
+ 
+-AM_CONDITIONAL([VIKING_DOC], test x${enable_gtk_doc} = xyes)
+-
+ # Configuration
+ AC_CONFIG_FILES([
+ 		Makefile
+@@ -357,11 +354,6 @@
+ 		win32/installer/Makefile
+ 		win32/installer/pixmaps/Makefile
+ 		win32/installer/translations/Makefile])
+-AM_COND_IF([VIKING_DOC],
+-	[AC_CONFIG_FILES([
+-		doc/Makefile
+-		doc/reference/Makefile
+-		doc/examples/Makefile])])
+ 
+ AC_OUTPUT([
+ 	   viking.spec
+Index: viking-1.4.2/Makefile.am
+===
+--- viking-1.4.2.orig/Makefile.am	2013-06-01 07:01:35.0 +0900
 viking-1.4.2/Makefile.am	2013-10-23 21:51:01.934450885 +0900
+@@ -1,8 +1,4 @@
+-# Optionally build documentation bits
+-if VIKING_DOC
+-	DO_DOCS = doc
+-endif
+-SUBDIRS = src test data po win32 help $(DO_DOCS)
++SUBDIRS = src test data po win32 help
+ 
+ INTLTOOL = \
+ 	intltool-extract.in \
diff -Nru viking-1.4.2/debian/patches/series viking-1.4.2/debian/patches/series
--- viking-1.4.2/debian/patches/series	2013-10-23 22:11:55.0 +0900
+++ viking-1.4.2/debian/patches/series	2013-10-23 21:48:21.0 +0900
@@ -1,2 +1,4 @@
 0001-disable-po-check.patch
 0003-Add-missing-lz.patch
+set_subdir-objects.patch
+no_doc-dir.patch
diff -Nru viking-1.4.2/debian/patches/set_subdir-objects.patch viking-1.4.2/debian/patches/set_subdir-objects.patch
--- viking-1.4.2/debian/patches/set_subdir-objects.patch	1970-01-01 09:00:00.0 +0900
+++ viking-1.4.2/debian/patches/set_subdir-objects.patch	2013-10-23 21:48:21.0 +0900
@@ -0,0 +1,15 @@
+Description: exec in subdirectories
+Forwarded: no
+Last-Update: 2013-10-23
+
+--- viking-1.4.2.orig/configure.ac
 viking-1.4.2/configure.ac
+@@ -3,7 +3,7 @@
+ 
+ AC_PREREQ(2.59)
+ AC_INIT(viking, 1.4.2)
+-AM_INIT_AUTOMAKE([dist-bzip2 dist-zip])
++AM_INIT_AUTOMAKE([dist-bzip2 

Bug#439031: Reproducing #439031

2013-10-23 Thread David Kalnischkies
Hi Devendra Gera,

On Wed, Oct 9, 2013 at 1:17 PM, Devendra Gera dg...@deviantart.com wrote:
 Apologies for the long report, but I've tried to be rather precise.

No problem, well appreciated in fact. :)

I usually hate saying that, but could you try with a more recent version?
I shuffled quiet a bit of code around and fixed stuff in https in 0.9.12,
so it might as well be fixed.

In my testcase I at least couldn't preproduce your problem, I just saw some
minor display annoyances (files were mentioned as Err and Hit or not at all
 while they were successfully downloaded). My testing setup is a bit
different through.


 To test and reproduce the issue, I've set up a couple of simple
 repositories on a (xubuntu, but it shouldn't matter) laptop, which are
 served over HTTP via the python SimpleHTTPServer module. This is the
 directory structure:

I am preparing a similar setup for our testcases, with the difference that
we have implement our own webserver to test more advanced features/bugs¹ and
stunnel, but its only partly working at the moment so I will refrain from
attaching the testcase for now.

(¹ not [only] NIH-Syndrom; most socalled simple implementations don't support
 more advanced request headers like If-Range and co – and even if they do,
 they usually don't allow a user to get consistently a buggy behavior)


Best regards

David Kalnischkies


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



Bug#724731: XDG_RUNTIME_DIR has incorrect value

2013-10-23 Thread Gabriel Mainberger

What's your $XDG_RUNTIME_DIR environment variable?


My $XDG_RUNTIME_DIR as user gabriel (uid=1000) is /run/user/0 and 
should in my opinion be /run/user/1000.



If it's /run/user/0, then GLib is behaving as expected, and the bug is
in some other component (which should either not set this variable,
unset this variable when it switches uid, or set this variable to a more
appropriate value for uid 1000).


I agree that Glib is working correctly.

user@machine:~/Work$ echo $XDG_RUNTIME_DIR
/run/user/0
user@machine:~/Work$ ./run
/run/user/0
user@machine:~/Work$ XDG_RUNTIME_DIR=/run/user/1000
user@machine:~/Work$ export XDG_RUNTIME_DIR
user@machine:~/Work$ echo $XDG_RUNTIME_DIR
/run/user/1000
user@machine:~/Work$ ./run
/run/user/1000
user@machine:~/Work$ unset XDG_RUNTIME_DIR
user@machine:~/Work$ ./run
/home/gabriel/.cache


What seems related is the but in gdm3 which fails to start when
libpam-systemd is not installed [1].
libpam-systemd is responsible for creating and setting XDG_RUNTIME_DIR.
So I assume Gabriel didn't have this package installed. Is that correct?


No, libpam-systemd is installed correctly on my system.

user@machine:~/Work$ dpkg -s libpam-systemd
Package: libpam-systemd
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 64
Maintainer: Debian systemd Maintainers 
pkg-systemd-maintain...@lists.alioth.debian.org

Architecture: i386
Multi-Arch: same
Source: systemd
Version: 204-5


So from a cursory look, it seems like glib is behaving correctly and as
Simon suspects, some other component simply sets XDG_RUNTIME_DIR to an
incorrect value.


I agree.


Some other relevant info:

* is this in X11 or at a text virtual console?


This is in X11.


* if in X11, which display manager (gdm3, lightdm, xdm, kdm, etc.),
  or did you use startx or something from a text virtual console?


Currently I get with gdm3 only a black screen. So my only possibility is 
to chmod my /run/user/0 directory. Switch with su - gabriel to my 
account and execute startx.



* are you using systemd or sysvinit as your init (process 1)?


# ps ax
  PID TTY  STAT   TIME COMMAND
1 ?Ss 0:01 init [2]

Should be the good old sysvinit. Never changed to systemd.


* which PAM modules do you have (dpkg-query -W 'libpam*'), and have

you reconfigured the PAM stack or are you using defaults?

# dpkg-query -W 'libpam*'
libpam-cap:i386 1:2.22-1.2
libpam-ck-connector:i3860.4.6-3+b1
libpam-dev  
libpam-doc  
libpam-gnome-keyring3.8.2-2
libpam-mkhomedir
libpam-modules:i386 1.1.3-10
libpam-modules-bin  1.1.3-10
libpam-motd 
libpam-mount
libpam-runtime  1.1.3-10
libpam-smbpass  
libpam-ssh  
libpam-systemd:i386 204-5
libpam-umask
libpam0g:i386   1.1.3-10
libpam0g-dev:i386   1.1.3-10
libpam0g-util   


I have found out, if I do login on tty1 and stop gdm3. And do a login on 
tty2 direct as user the XDG_RUNTIME_DIR variable is set correctly 
/run/user/1000. I can start X with the command startx without any changes.


But if I switch the user from root with

su - gabriel

the XDG_RUNTIME_DIR variable remains on /run/user/0.

This could may be an issue for gdm3, when switching user context.

Changed in file /etc/pam.d/common-session

session optionalpam_systemd.so

to

session optionalpam_systemd.so debug=1


Set following output in /var/log/auth.log

Oct 23 15:08:03 machine su[5608]: Successful su for gabriel by root
Oct 23 15:08:03 machine su[5608]: + /dev/tty1 root:gabriel
Oct 23 15:08:03 machine su[5608]: pam_env(su:session): Unable to open 
env file: /etc/environment: Datei oder Verzeichnis nicht gefunden
Oct 23 15:08:03 machine su[5608]: pam_unix(su:session): session opened 
for user gabriel by root(uid=0)
Oct 23 15:08:03 machine su[5608]: pam_systemd(su:session): Asking logind 
to create session: uid=1000 pid=5608 service=su type=tty class=user 
seat=seat0 vtnr=1 tty=/dev/tty1 display= remote=no remote_user=root 
remote_host=
Oct 23 15:08:03 machine su[5608]: pam_systemd(su:session): Reply from 
logind: id=c1 object_path=/org/freedesktop/login1/session/c1 
runtime_path=/run/user/0 session_fd=6 seat=seat0 vtnr=1
Oct 23 15:09:01 machine CRON[5680]: pam_env(cron:session): Unable to 
open env file: /etc/environment: Datei oder Verzeichnis nicht gefunden


The runtime_path is set to /run/user/0.

Don't know if this is correct or wrong.


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



Bug#727212: ITP: cpp-netlib -- C++ Network Library

2013-10-23 Thread Ximin Luo
Package: wnpp
Severity: wishlist
Owner: Ximin Luo infini...@gmx.com

* Package name: cpp-netlib
  Version : 0.10.1
  Upstream Author : cpp-netlib authors
* URL : http://cpp-netlib.org/
* License : Boost Software License - Version 1.0
  Programming Lang: C++
  Description : C++ Network Library

The C++ Network Library Project aims to build upon the latest C++ standard
(currently C++11) to provide easy to use libraries for network programming. We
use the latest compiler versions and features with an eye on pushing the
boundaries on leveraging what's available in C++.

Currently the library contains an HTTP client and server implementation, a
stand-alone URI library, a network message framework, and some concurrency
tools.


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



Bug#727212: ITP: cpp-netlib -- C++ Network Library

2013-10-23 Thread Mathieu Malaterre
On Wed, Oct 23, 2013 at 3:22 PM, Ximin Luo infini...@gmx.com wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Ximin Luo infini...@gmx.com

 * Package name: cpp-netlib
   Version : 0.10.1
   Upstream Author : cpp-netlib authors
 * URL : http://cpp-netlib.org/
 * License : Boost Software License - Version 1.0
   Programming Lang: C++
   Description : C++ Network Library

 The C++ Network Library Project aims to build upon the latest C++ standard
 (currently C++11) to provide easy to use libraries for network programming. We
 use the latest compiler versions and features with an eye on pushing the
 boundaries on leveraging what's available in C++.

 Currently the library contains an HTTP client and server implementation, a
 stand-alone URI library, a network message framework, and some concurrency
 tools.

Let me know if you need a sponsor. I can review it if you upload on
mentors.debian.net.

Thanks.


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



Bug#726187: [pkg-horde] Bug#726187: Provice empty conf.php and conf.bak.php (writeable for ww-data)

2013-10-23 Thread Mathieu Parent
2013/10/22 Mathieu Parent math.par...@gmail.com:
 Control: tag -1 + wontfix

 2013/10/13 Mike Gabriel mike.gabr...@das-netzwerkteam.de:
 Package: php-horde
 Version: 5.1.4+debian0-1

 To allow editing the Horde configuration administratively, two files need to
 be present in /etc/horde/horde.

   conf.php
   conf.bak.php

 Both files have to be writable by user www-data.

 I don't want this because this is a security hole IMO.

 But, I welcome a patch to:
 - create those files owned by root
 - improve the documentation (README.Debian)

Thinking a bit more. I propose to not create those 2 empty files. And
to write a README.Debian file mentioning the three ways to configure
Horde:
- 1. Installaing a bundle [1] (php-horde-webmail or -groupware) and
running the included script (webmail-install or groupware-), or
- 2. configuring thru the web interface +  download + chown root + chmod
- 3. creating those 2 files + chown ww-data + configuring thru the web interface

Mike, don't hesitate to directly commit to git.

[1]: http://packages.debian.org/sid/horde-bundle

Cheers,
-- 
Mathieu


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



Bug#727213: backintime-kde: Backintime crashes on startup

2013-10-23 Thread M.
Subject: backintime-kde: Backintime crashes on startup
Package: backintime-kde
Version:
1.0.10-1

Justification: renders package
unusable

Severity:
grave



Dear
Maintainer,



Starting Backintime-kde makes it crash. When started from the command line
the following error is shown:


endeavor:~$
backintime-kde4



Back In
Time

Version:
1.0.10



Back In Time comes with ABSOLUTELY NO
WARRANTY.

This is free software, and you are welcome to redistribute
it
under certain conditions; type `backintime-kde4 --license' for
details.


KCrash: Application 'app.py'
crashing...

KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from
kdeinit
sock_file=/home/ispmarin/.kde/socket-endeavor/kdeinit4__0

@endeavor:~$


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

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

Versions of packages backintime-kde depends on:
ii  backintime-common  1.0.10-1
ii  menu   2.1.46
ii  python 2.7.5-5
ii  python-kde44:4.11.2-1

backintime-kde recommends no packages.

backintime-kde suggests no packages.

-- no debconf information


Bug#717236: partman-reiserfs: depends on obsolete package reiserfs-modules

2013-10-23 Thread Ben Hutchings
On Tue, 2013-10-22 at 12:08 +0200, Thomas Dreibholz wrote:
 Hi,
 
 why has reiserfs support been removed before useful tools to convert reiserfs 
 to btrfs are available? btrfs-convert 
 (https://btrfs.wiki.kernel.org/index.php/Conversion_from_Ext3) can only 
 convert ext2/3/4, but *not* reiserfs. Are there any useful tools to do such a 
 conversion without copying terabytes of data to an additional disk, 
 reformatting the original disk with btrfs and copying everything back?

 If a useful and working feature like reiserfs is going to be removed, the 
 installer should at least provide an easy conversion option to do all the 
 conversion automatically. Just removing it and expecting the user to find 
 some 
 solution is just annoying!

reiserfs is still included in the kernel, and probably will be for at
least one more stable release.  You are not forced to convert your
existing systems that use reiserfs, though I would suggest you do so
soon.

Ben.

-- 
Ben Hutchings
friends: People who know you well, but like you anyway.


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


  1   2   3   4   >