Bug#742779: [Cocci] Bug#742779: coccinelle introduces spurious whitespace changes

2014-03-28 Thread Julia Lawall
Thanks for forwarding the problem.  I know where it is, and will try to 
fix it shortly.

julia

On Fri, 28 Mar 2014, Eugeniy Meshcheryakov wrote:

 forwarded 742779 co...@systeme.lip6.fr
 thanks
 
 Hello,
 
 I've got the following bug report from a Debian user. It can be easily
 reproduced with RC20. Note that there is no space before equals signs in
 the generated patch.
 
 Regards,
 Eugeniy Meshcheryakov
 
 27 березня 2014 о 12:37 +0100 Justus Winter написав(-ла):
  Package: coccinelle
  Version: 1.0.0~rc20.deb-1
  Severity: normal
  
  Dear Maintainer,
  
  coccinelle recently (since I upgraded to jessie I guess) began to
  introduce spurious whitespace changes for a certain semantic patch.  I
  made a minimal test case:
  
  % tail test.*
  == test.c ==
  int main () {
int a = 4;
a = 2;
return a;
  }
  
  == test.cocci ==
  @@
  @@
  +  char *f = %lu;
  
  main (...) {
  ...
  }
  
  Curiously, the string %lu seems to trigger this.  Bad, e.g. the
  current sid version:
  
  % spatch --version
  spatch version 1.0.0-rc20 with Python support and with PCRE support
  % spatch --sp-file test.cocci test.c
  init_defs_builtins: /usr/share/coccinelle/standard.h
  HANDLING: test.c
  diff = 
  --- test.c
  +++ /tmp/cocci-output-14372-7762e6-test.c
  @@ -1,5 +1,6 @@
  -int main () {
  -  int a = 4;
  -  a = 2;
  +char *f= %lu;
  +int main() {
  +  int a= 4;
  +  a= 2;
 return a;
   }
  
  Good, e.g. the version from wheezy:
  
  % spatch --version
  spatch version 1.0.0-rc12 with Python support and with PCRE support
  % spatch --sp-file test.cocci test.c
  init_defs_builtins: /usr/share/coccinelle/standard.h
  HANDLING: test.c
  diff = 
  --- test.c
  +++ /tmp/cocci-output-17254-5327d1-test.c
  @@ -1,3 +1,4 @@
  +char *f = %lu;
   int main () {
 int a = 4;
 a = 2;
  
  Thanks for your attention :)
  
  -- System Information:
  Distributor ID: Debian
  Description:Debian GNU/Linux testing (jessie)
  Release:testing
  Codename:   jessie
  Architecture: amd64 (x86_64)
  Foreign Architectures: i386
  
  Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores)
  Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
  Shell: /bin/sh linked to /bin/dash
  
  Versions of packages coccinelle depends on:
  ii  libc6   2.18-4
  ii  libpcre-ocaml [libpcre-ocaml-36gi0] 7.0.4-1
  ii  libpcre31:8.31-2
  ii  libpycaml-ocaml 0.82-14+b3
  ii  libpython2.72.7.6-7
  ii  ocaml-base-nox [ocaml-base-nox-4.01.0]  4.01.0-3
  ii  ocaml-findlib   1.4-2
  ii  python-glade2   2.24.0-3+b1
  ii  python-gobject  3.10.2-2
  ii  python-gtk2 2.24.0-3+b1
  pn  python:any  none
  
  coccinelle recommends no packages.
  
  Versions of packages coccinelle suggests:
  pn  coccinelle-doc none
  pn  vim-addon-manager  none
  
  -- no debconf information
  
 

Bug#742855: security-tracker: tabular view should always be by release order

2014-03-28 Thread Salvatore Bonaccorso
Package: security-tracker
Severity: normal

Hi

Unfortunately the tabular view is not always ordered by release. For
example [1] shows in the tablular view:

+---++---+++
| Bug   | jessie | sid   | wheezy | Description 
   |
+---++---+++
| CVE-2014-0054 | fixed  | fixed | vulnerable | 
   |
| CVE-2014-1904 | fixed  | fixed | vulnerable | Cross-site scripting (XSS) 
vulnerability in .. |
+---++---+++

but this should be always in the order of the releases preferably.

 [1] https://security-tracker.debian.org/tracker/source-package/libspring-java

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#742856: pod errors spotted

2014-03-28 Thread 積丹尼 Dan Jacobson
Package: perl-doc
Version: 5.18.2-2
Severity: wishlist
File: /usr/share/man/man1/perlsyn.1.gz

POD ERRORS
   Hey! The above document had some coding errors, which are explained
   below:

   Around line 1008:
   Expected text after =item, not a number


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



Bug#741107: [LCFC] templates://distributed-net/{distributed-net.templates}

2014-03-28 Thread Christian PERRIER
This is the last call for comments for the review of debconf
templates for distributed-net.

The reviewed templates will be sent on Sunday, March 30, 2014 to this bug report
and a mail will be sent to this list with [BTS] as a subject tag.


-- 


Template: distributed-net/fullconfig
Type: boolean
Default: false
_Description: Run the distributed.net client configuration utility?
 The distributed.net client needs to be configured before it can be used.
 While most options have reasonable defaults, you need to specify the e-mail
 address to which you would like distributed.net to credit any work done by
 the client. If you are installing the distributed-net package for the first
 time, then you must configure the client, otherwise the distributed.net client
 will refuse to start.
 .
 When the distributed.net client is run as a daemon (via 
/etc/init.d/distributed-net),
 the output will be redirected to /var/log/distributed-net.log.  You do not
 need to set up a log file. Since the init script is controlling the
 distributed.net client, you should not enable quiet mode as that breaks the
 init script.
Source: distributed-net
Section: non-free/misc
Priority: optional
Maintainer: James E. Stark jst...@ieee.org
Homepage: http://www.distributed.net/
Build-Depends: debhelper (= 5.0.0), po-debconf
Standards-Version: 3.9.5

Package: distributed-net
Architecture: i386 amd64 sparc powerpc armel mipsel
Conflicts: rc564
Replaces: rc564
Suggests: apmd, acpid
Depends: host | bind9-host, libc6 | libc6.1, ${misc:Depends}
Recommends: logrotate
Description: client to donate unused CPU cycles to distributed.net
 Donate your extra CPU cycles to a worthy cause!
 .
 distributed.net started in 1997 as a project whose purpose was to win a
 series of contests sponsored by RSA Data Security Inc., to crack their RC5
 encryption by brute-force methods. These contests were meant to show
 governments of nations such as the United States, who limit exports or
 use of cryptography, that the standards allowed are too weak for general
 use.
 .
 Since this time, distributed.net's focus has changed from solely
 cracking RSA's RC5 and DES projects to working on more diverse
 distributed computing problems.
 .
 The ongoing projects are RC5-72 and Optimal Golomb Rulers (28-mark), the
 latter of which has practical applications in science. There are also a
 number of other projects which are either periodic or upcoming. You may
 choose which project you wish to participate in.
 .
 Installing this package will allow unused CPU cycles on your computer to
 contribute to cracking the code. There should be no noticeable slowdown of
 your system, since the client runs niced, and only uses CPU time when
 your computer would otherwise be idle.


signature.asc
Description: Digital signature


Bug#741108: [BTS#741108] templates://wims-moodle/{templates} : Final update for English review

2014-03-28 Thread Christian PERRIER
Dear Debian maintainer,

On Wednesday, March 12, 2014, I notified you of the beginning of a review 
process
concerning debconf templates for wims-moodle.

The debian-l10n-english contributors have now reviewed these templates,
and the final proposed changes are attached to this update to the
original bug report.

Please review the suggested changes, and if you have any
objections, let me know in the next 3 days.

However, please try to avoid uploading wims-moodle with these changes
right now.

The second phase of this process will begin on Monday, March 31, 2014, when I 
will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Monday, April 21, 2014. Please avoid uploading a package with fixed or 
changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around Tuesday, April 22, 2014, I will contact you again and will send a final 
patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- 


# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-engl...@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: wims-moodle/remoteurl
Type: string
Default: https://wims.domain
_Description: URL to access Wims from remote machines:
 Please specify the URL that will allow users to access Wims assignments
 from Moodle.
 .
 It should include the server hostname, but not the path, and must use the
 HTTPS protocol (with the web server configured to answer HTTPS requests).
 For instance, if Wims is accessed from https://wims.example.org/wims/
 then you should enter https://wims.example.org here.
Source: wims-moodle
Section: web
Priority: extra
Maintainer: Georges Khaznadar georg...@debian.org
Build-Depends: debhelper (= 9), po-debconf
Standards-Version: 3.9.5
Homepage: http://wiki.ofset.org/index.php/Access_a_Wims_server_through_a_CMS

Package: wims-moodle
Architecture: all
Depends: ${misc:Depends}, wims (= 4.00)|wims-installed-manually, pwgen
Suggests: moodle (= 2.2.1)|moodle-installed-manually
Description: module for Moodle featuring Wims mini-classes
 Moodle (Modular Object-Oriented Dynamic Learning Environment) is a course
 management system - a software package designed to help educators create
 quality online courses.
 .
 Wims is an educational platform originally developed for mathematics
 but now also supporting subjects such as physics, chemistry, biology,
 and languages. Its most striking feature is providing a huge quantity
 of interactive exercises with randomly assigned data, allowing the
 learners to work on the same type of exercise but with different
 data and as often as they want.
 .
 This module adds the possibility to define Wims classes as special
 assignments in Moodle. Wims classes come in two flavors: one is
 meant to contain a set of worksheets (interactive randomly generated
 exercises for the students), and the other one is meant to contain
 exams. The content of exams is based on previously published worksheets.
 .
 Logging into Moodle automatically logs students into Wims, and as they
 close their Wims session, their scores in Moodle are updated.

--- wims-moodle.old/debian/templates2014-03-08 18:00:45.151242468 +0100
+++ wims-moodle/debian/templates2014-03-28 07:34:21.539255380 +0100
@@ -1,12 +1,20 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: wims-moodle/remoteurl
 Type: string
 Default: https://wims.domain
-_Description: Please type the base address to access Wims from remote machines:
- The base address to access Wims will be needed to enable users to access
- their Wims assignments from Moodle.
+_Description: URL to access Wims from remote machines:
+ Please specify the URL that will allow users to access Wims assignments
+ from Moodle.
  

Bug#742857: mediawiki: login CSRF in Special:ChangePassword

2014-03-28 Thread Henri Salo
Package: mediawiki
Version: 1:1.19.13+dfsg-1
Severity: important
Tags: security, fixed-upstream

https://bugzilla.wikimedia.org/show_bug.cgi?id=62497
http://lists.wikimedia.org/pipermail/mediawiki-announce/2014-March/000145.html
Patch: 
https://gerrit.wikimedia.org/r/#/c/121517/1/includes/specials/SpecialChangePassword.php
CVE request: http://www.openwall.com/lists/oss-security/2014/03/28/1

I have not verified this issue and I have not tested this in stable. Please ask
if you need help.

---
Henri Salo


signature.asc
Description: Digital signature


Bug#742858: asunder: broken logrotate file

2014-03-28 Thread Sven Joachim
Package: asunder
Version: 2.5-1
Severity: normal

I just received a mail from the daily cron job:

,
| From root@localhost.localdomain  Fri Mar 28 07:39:06 2014
| X-Original-To: root
| From: Anacron root@localhost.localdomain
| To: root@localhost.localdomain
| Subject: Anacron job 'cron.daily' on turtle
| Content-Type: text/plain; charset=UTF-8
| Date: Fri, 28 Mar 2014 07:39:06 +0100 (CET)
| 
| /etc/cron.daily/logrotate:
| error: asunder:1 unknown option 'invoke' -- ignoring line
`

The file /etc/logrotate.d/asunder is broken.


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

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

Versions of packages asunder depends on:
ii  cdparanoia   3.10.2+debian-11
ii  libatk1.0-0  2.10.0-2
ii  libc62.18-4
ii  libcairo21.12.16-2
ii  libcddb2 1.3.2-4
ii  libfontconfig1   2.11.0-5
ii  libfreetype6 2.4.2-2.1+squeeze4
ii  libgdk-pixbuf2.0-0   2.30.6-1
ii  libglib2.0-0 2.38.2-5
ii  libgtk2.0-0  2.24.22-1
ii  libpango-1.0-0   1.36.3-1
ii  libpangocairo-1.0-0  1.36.3-1
ii  libpangoft2-1.0-01.36.3-1
ii  vorbis-tools 1.4.0-1

Versions of packages asunder recommends:
ii  flac 1.3.0-2
ii  wavpack  4.70.0-1

Versions of packages asunder suggests:
pn  lame  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#742859: XSS vulnerability in open-flash-chart.swf (CVE-2013-1636)

2014-03-28 Thread Thijs Kinkhorst
Package: biomaj-watcher
Severity: important
Tags: security

Hi,
the following vulnerability was published for biomaj-watcher.

CVE-2013-1636[0]:
| Cross-site scripting (XSS) vulnerability in open-flash-chart.swf in
| Open Flash Chart (aka Open-Flash Chart), as used in the Pretty Link
| Lite plugin before 1.6.3 for WordPress, JNews (com_jnews) component
| 8.0.1 for Joomla!, and CiviCRM 3.1.0 through 4.2.9 and 4.3.0 through
| 4.3.3, allows remote attackers to inject arbitrary web script or HTML
| via the get-data parameter.

If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities  Exposures) id in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1636
https://security-tracker.debian.org/tracker/CVE-2013-1636
Please adjust the affected versions in the BTS as needed.

Cheers,
Thijs


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


Bug#742860: mips64(el) and mipsn32(el) support with multilib

2014-03-28 Thread Yunqiang Su
Package: gcc-4.7
Version: 4.7.3-12

Hi, this the patch of mips64(el) and mipsn32(el) support with multilib
for gcc-4.7.

I also disable define TARGET when with_deps_on_target_arch_pkgs=yes is used.

I do this is because the kernel for Loongson 3 built with gcc-4.8 and
gcc-4.9 cannot boot at all.
So I have to built this kernel with gcc-4.7.
Maybe this is the problem of gcc-4.{8,9} or Loongson's kernel patch.

-- 
Yunqiang Su
diff -urN gcc-4.7-4.7.3/debian/lib32gfortran3.symbols.mips64 
gcc-4.7-4.7.3-new/debian/lib32gfortran3.symbols.mips64
--- gcc-4.7-4.7.3/debian/lib32gfortran3.symbols.mips64  1970-01-01 
00:00:00.0 +
+++ gcc-4.7-4.7.3-new/debian/lib32gfortran3.symbols.mips64  2014-03-28 
05:09:43.944673467 +
@@ -0,0 +1,2 @@
+libgfortran.so.3 lib32gfortran3 #MINVER#
+#include libgfortran3.symbols.common
diff -urN gcc-4.7-4.7.3/debian/lib32gfortran3.symbols.mips64el 
gcc-4.7-4.7.3-new/debian/lib32gfortran3.symbols.mips64el
--- gcc-4.7-4.7.3/debian/lib32gfortran3.symbols.mips64el1970-01-01 
00:00:00.0 +
+++ gcc-4.7-4.7.3-new/debian/lib32gfortran3.symbols.mips64el2014-03-28 
05:09:43.944673467 +
@@ -0,0 +1,2 @@
+libgfortran.so.3 lib32gfortran3 #MINVER#
+#include libgfortran3.symbols.common
diff -urN gcc-4.7-4.7.3/debian/lib32gfortran3.symbols.mipsn32 
gcc-4.7-4.7.3-new/debian/lib32gfortran3.symbols.mipsn32
--- gcc-4.7-4.7.3/debian/lib32gfortran3.symbols.mipsn32 1970-01-01 
00:00:00.0 +
+++ gcc-4.7-4.7.3-new/debian/lib32gfortran3.symbols.mipsn32 2014-03-28 
05:09:43.944673467 +
@@ -0,0 +1,2 @@
+libgfortran.so.3 lib32gfortran3 #MINVER#
+#include libgfortran3.symbols.common
diff -urN gcc-4.7-4.7.3/debian/lib32gfortran3.symbols.mipsn32el 
gcc-4.7-4.7.3-new/debian/lib32gfortran3.symbols.mipsn32el
--- gcc-4.7-4.7.3/debian/lib32gfortran3.symbols.mipsn32el   1970-01-01 
00:00:00.0 +
+++ gcc-4.7-4.7.3-new/debian/lib32gfortran3.symbols.mipsn32el   2014-03-28 
05:09:43.944673467 +
@@ -0,0 +1,2 @@
+libgfortran.so.3 lib32gfortran3 #MINVER#
+#include libgfortran3.symbols.common
diff -urN gcc-4.7-4.7.3/debian/patches/gcc-multilib-multiarch.diff 
gcc-4.7-4.7.3-new/debian/patches/gcc-multilib-multiarch.diff
--- gcc-4.7-4.7.3/debian/patches/gcc-multilib-multiarch.diff2014-03-28 
07:09:40.0 +
+++ gcc-4.7-4.7.3-new/debian/patches/gcc-multilib-multiarch.diff
2014-03-28 05:50:46.41431 +
@@ -1,9 +1,9 @@
 # DP: Don't auto-detect multilib osdirnames.
 
-Index: b/src/gcc/config/sparc/t-linux64
+Index: gcc-4.7-4.7.3/src/gcc/config/sparc/t-linux64
 ===
 a/src/gcc/config/sparc/t-linux64
-+++ b/src/gcc/config/sparc/t-linux64
+--- gcc-4.7-4.7.3.orig/src/gcc/config/sparc/t-linux64  2014-03-28 
05:47:03.464352040 +
 gcc-4.7-4.7.3/src/gcc/config/sparc/t-linux64   2014-03-28 
05:47:03.460352005 +
 @@ -26,7 +26,12 @@
  
  MULTILIB_OPTIONS = m64/m32
@@ -18,10 +18,10 @@
 +endif
  
  MULTIARCH_DIRNAME = $(call if_multiarch,sparc$(if $(findstring 
64,$(target)),64)-linux-gnu)
-Index: b/src/gcc/config/s390/t-linux64
+Index: gcc-4.7-4.7.3/src/gcc/config/s390/t-linux64
 ===
 a/src/gcc/config/s390/t-linux64
-+++ b/src/gcc/config/s390/t-linux64
+--- gcc-4.7-4.7.3.orig/src/gcc/config/s390/t-linux64   2014-03-28 
05:47:03.464352040 +
 gcc-4.7-4.7.3/src/gcc/config/s390/t-linux642014-03-28 
05:47:03.460352005 +
 @@ -7,7 +7,12 @@
  
  MULTILIB_OPTIONS = m64/m31
@@ -36,10 +36,10 @@
 +endif
  
  MULTIARCH_DIRNAME = $(call if_multiarch,s390$(if $(findstring 
s390x,$(target)),x)-linux-gnu)
-Index: b/src/gcc/config/rs6000/t-linux64
+Index: gcc-4.7-4.7.3/src/gcc/config/rs6000/t-linux64
 ===
 a/src/gcc/config/rs6000/t-linux64
-+++ b/src/gcc/config/rs6000/t-linux64
+--- gcc-4.7-4.7.3.orig/src/gcc/config/rs6000/t-linux64 2014-03-28 
05:47:03.464352040 +
 gcc-4.7-4.7.3/src/gcc/config/rs6000/t-linux64  2014-03-28 
05:47:03.460352005 +
 @@ -31,8 +31,13 @@
  MULTILIB_EXTRA_OPTS = fPIC mstrict-align
  MULTILIB_EXCEPTIONS =
@@ -55,10 +55,10 @@
  MULTILIB_MATCHES=
  
  MULTIARCH_DIRNAME = $(call if_multiarch,powerpc$(if $(findstring 
64,$(target)),64)-linux-gnu)
-Index: b/src/gcc/config/i386/t-linux64
+Index: gcc-4.7-4.7.3/src/gcc/config/i386/t-linux64
 ===
 a/src/gcc/config/i386/t-linux64
-+++ b/src/gcc/config/i386/t-linux64
+--- gcc-4.7-4.7.3.orig/src/gcc/config/i386/t-linux64   2014-03-28 
05:47:03.464352040 +
 gcc-4.7-4.7.3/src/gcc/config/i386/t-linux642014-03-28 
05:47:03.460352005 +
 @@ -34,9 +34,19 @@
  comma=,
  MULTILIB_OPTIONS= $(subst $(comma),/,$(TM_MULTILIB_CONFIG))
@@ -80,3 +80,48 @@
  
  ifneq (,$(findstring x86_64,$(target)))
ifneq (,$(findstring biarchx32.h,$(tm_include_list)))

Bug#742836: syslinux: The Debian package of syslinux 6 breaks compatibility by gratuitously moving files around

2014-03-28 Thread Raphael Hertzog
Control: reopen -1

On Fri, 28 Mar 2014, Daniel Baumann wrote:
 On 03/27/2014 10:49 PM, Raphaël Hertzog wrote:
  The experimental packages of syslinux move files around and thus breaks
  all syslinux users that rely on the default (upstream defined) location of
  the syslinux provided files.
 
 no. packages like live-build will use syslinux-dev which has everything
 in its normal place.

This still breaks various packages in Debian which depend on syslinux and
expect the files at the normal place. Thus backwards compat is broken.

Can you explain what is the purpose of the change?

Not knowing the purpose, I can hardly suggest an improvement. But maybe
you should use a new package name for the new purpose of the package:
something like syslinux-mbr and keep syslinux as the implicit
syslinux-dev that you created.

The changelog has almost no rationale for the changes:

  * Moving syslinux mbr file location to /usr/lib/syslinux/mbr.
  * Moving syslinux-common modules file location to /usr/lib/syslinux-
common/modules.
  * Moving syslinux-common modules file location to /usr/lib/syslinux-
common/modules.
  * Splitting out isolinux into own package for syslinux-installer and
debian-live usage.
  * Splitting out pxelinux into own package for syslinux-installer and
debian-live usage.
  * Splitting out utils into own package to relieve burden on syslinux and
syslinux-common.
  [...]
  * Splitting pseudo architecture-independent files for use by debian-cd
and other development related files out into syslinux-dev package to
relieve burden on syslinux-common (usually installed by anyone using
any of the syslinux, extlinux, isolinux, or pxelinux package) and to
allow debian-live to use architecture-dependent files on non-uploader
architectures.

As I said, it's fine to split files in multiple packages, you can have the new
syslinux package depend on syslinux-mbr, syslinux-efi, isolinux, pxelinux
and thus you don't break anything and syslinux-installer (which is not in
Debian apparently) and live-build can benefit from installing only the new
package that they need.

But please don't break other packages when you can easily avoid it.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Discover the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/


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



Bug#742843: altree: FTBFS with clang instead of gcc

2014-03-28 Thread Andreas Tille
Hi Vincent,

it might be reasonable to include this patch into upstream.  So please
confirm if you want to care for this or just throw ENOTIME error if you
want somebody else just update the package quickly.

Kind regards

   Andreas.

On Thu, Mar 27, 2014 at 07:23:10PM -0500, Arthur Marble wrote:
 Package: altree
 Severity: minor
 Usertags: clang-ftbfs
 User: pkg-llvm-t...@lists.alioth.debian.org
 Tag: patch
 
 
 Hello,
 
 Using the rebuild infrastructure, your package fails to build with clang 
 (instead of gcc).
 
 Thanks,
 Arthur

 diff -Naur altree.orig/altree-1.3.1/debian/changelog 
 altree/altree-1.3.1/debian/changelog
 --- altree.orig/altree-1.3.1/debian/changelog 2013-12-13 16:38:21.0 
 -0600
 +++ altree/altree-1.3.1/debian/changelog  2014-03-27 19:16:36.626359549 
 -0500
 @@ -1,3 +1,13 @@
 +altree (1.3.1-2) unstable; urgency=low
 +
 +  * Fix FTBFS with clang:
 +- Fixed 'Function definition is not allowed here' error
 +- In CUtils/c_sources/rhyper.c I removed the compute function
 +  and I moved the code into the else if clause
 +- Variable i from compute is now x and n is now i  
 +
 + -- Arthur Marble art...@info9.net  Thu, 27 Mar 2014 19:16:36 -0500
 +
  altree (1.3.1-1) unstable; urgency=low
  
* New upstream release
 diff -Naur altree.orig/altree-1.3.1/debian/patches/clang-ftbfs.diff 
 altree/altree-1.3.1/debian/patches/clang-ftbfs.diff 
 --- altree.orig/altree-1.3.1/debian/patches/clang-ftbfs.diff  1969-12-31 
 18:00:00.0 -0600
 +++ altree/altree-1.3.1/debian/patches/clang-ftbfs.diff   2014-03-27 
 19:18:52.698361918 -0500
 @@ -0,0 +1,67 @@
 +--- a/CUtils/c_sources/rhyper.c
  b/CUtils/c_sources/rhyper.c
 +@@ -52,6 +52,10 @@
 +  * If (i  7), use Stirling's approximation, otherwise use table lookup.
 + */
 + 
 ++double compute(int n) {
 ++};
 ++
 ++
 + static double afc(int i)
 + {
 + static int computed=10;
 +@@ -70,27 +74,6 @@ static double afc(int i)
 + 12.8018274800814696,/*ln(9!)*/
 + 15.1044125730755153,/*ln(10!)*/
 + };
 +-double compute(int n) {
 +-static long double cur=3628800;
 +-static int i=11;
 +-static volatile int mutex=0;
 +-
 +-while (__sync_lock_test_and_set(mutex, 1)) {
 +-/* Internal loop with only read to avoid cache line ping-pong
 +-   on multi-processors */
 +-while(mutex) {
 +-/* spinlock */
 +-}
 +-}
 +-
 +-for(; i=n; i++) {
 +-cur*=i;
 +-al[i+1]=logl(cur);
 +-}
 +-computed=n;
 +-__sync_lock_release(mutex);
 +-return al[i];
 +-};
 + 
 + double di, value;
 + 
 +@@ -100,7 +83,24 @@ static double afc(int i)
 + } else if (i = computed) {
 + value = al[i + 1];
 + } else if (i = 1754) {
 +-value = compute(i);
 ++static long double cur=3628800;
 ++static int x=11;
 ++static volatile int mutex=0;
 ++
 ++while (__sync_lock_test_and_set(mutex, 1)) {
 ++ /* Internal loop with only read to avoid cache line ping-pong
 ++on multi-processors */
 ++ while(mutex) {
 ++ /* spinlock */
 ++ }
 ++ }
 ++
 ++ for(; x=i; x++) {
 ++ cur*=i;
 ++ al[i+1]=logl(cur);
 ++ }
 ++ computed=i;
 ++ __sync_lock_release(mutex);
 + } else {
 + di = i;
 + value = (di + 0.5) * log(di) - di + 0.08 / di
 diff -Naur altree.orig/altree-1.3.1/debian/patches/series 
 altree/altree-1.3.1/debian/patches/series 
 --- altree.orig/altree-1.3.1/debian/patches/series1969-12-31 
 18:00:00.0 -0600
 +++ altree/altree-1.3.1/debian/patches/series 2014-03-27 18:50:00.978331761 
 -0500
 @@ -0,0 +1 @@
 +clang-ftbfs.diff

 ___
 Debian-med-packaging mailing list
 debian-med-packag...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-packaging


-- 
http://fam-tille.de


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



Bug#739194: blender: Segfaults at startup on armhf

2014-03-28 Thread Matteo F. Vescovi
Hi Gunnar!

On 2014-03-16 at 04:33, Gunnar Wolf gw...@gwolf.org wrote:
 Forgot to comment about this for too long — Blender does /not/ run
 either on armel. But it also fails to die — I left it (apparently)
 running for over a full day, and it didn't seem to make anything.

I didn't forget you... the simple answer is that I don't know how to fix
this, if there's a fix ;-)

Anyhow, given that it's a python-related issue (iirc), could you please
test if v2.70 release (now in experimental) changes this still situation?

I haven't uploaded it to unstable yet because of libav10 transition, but
there are no additional b-deps to build it smoothly compared to v2.69.

Let me know something about it; then I can contact some blender upstream
devels to dig deeper into this issue, even if they are not so confident
with ARM architecture right now ;-P

Cheers.

-- 
Matteo F. Vescovi
Debian Maintainer
GnuPG KeyID: 0x83B2CF7A


signature.asc
Description: Digital signature


Bug#742768: Regarding your cacti security report CVE-2014-2326 - 2328

2014-03-28 Thread Paul Gevers
Hi,

As the maintainer of Cacti in Debian, I received [1] your security
report [2] on Cacti yesterday. I have several questions.

I didn't see any public communication with the upstream maintainers, so
I assume it was done in private. After releasing your CVE numbers,
wouldn't it been nice to report the issues also in the bug tracker of
cacti, so that contributors could maybe help?

I find your report rather vague, for one because it talks about
an old version of cacti (current version is 0.8.8b). How is e.g.
CVE-2014-2326 different than (the already fixed) CVE-2013-5588,
CVE-2010-2545, CVE-2010-2544 and CVE-2010-2543? Could you please explain
if you found new issues? Maybe just explicitly stating the issues you found?

Furthermore, with the current description I hardly see a difference
between CVE-2014-2328 and the (unresolved) CVE-2009-4112?

To me it seems you have a new point with CVE-2014-2327 though.

Paul Gevers.
Debian Cacti maintainer.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742768
[2] http://www.securityfocus.com/archive/1/531588



signature.asc
Description: OpenPGP digital signature


Bug#738327: Fix uploaded to delay/2

2014-03-28 Thread Thomas Goirand
Hi Benjamin,

I hope you wont mind to much what I've done, but...

- because I need python-iso8601 = 0.1.9 (upstream for OpenStack
increased the requirements because of #740311)

- because you didn't seem to oppose strongly to the changes I sent you
privately (the same debdiff I'm attaching right now, and

- because you seemed busy and not have enough time to do the work on
these issues which are very important to me (it's been now one month
that #740311 is open, and one month and a half for #738327)

...then I have uploaded the fix to the delayed/2-day queue.

Note that while in the attached debdiff, no bugs are closed, the
uploaded package really closes #740311 and #740311.

Since the package adds a new binary (for python3 support), it will go
through the NEW queue. This should gives you enough time to act on the
package (for example asking to the FTP masters to reject the package) if
you do not agree with this upload.

If you don't agree with what I uploaded and get this message before the
2 days delay, and wish me to dcut rm -f the package out of the delayed
queue, please let me know, that's no problem.

Cheers,

Thomas Goirand
diff -Nru python-iso8601-0.1.8/debian/changelog 
python-iso8601-0.1.10/debian/changelog
--- python-iso8601-0.1.8/debian/changelog   2013-12-17 22:29:45.0 
+
+++ python-iso8601-0.1.10/debian/changelog  2014-03-12 14:57:11.0 
+
@@ -1,3 +1,15 @@
+python-iso8601 (0.1.10-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * New upstream release.
+  * Added Python3 support.
+  * Switch away from python-support which is deprecated, use dh short style
+and python-setuptools instead.
+  * Running the unit tests using pytest.
+  * debian/copyright in parseable format 1.0.
+
+ -- Thomas Goirand z...@debian.org  Wed, 12 Mar 2014 14:15:58 +
+
 python-iso8601 (0.1.8-1) unstable; urgency=low
 
   * New upstream version. (Closes: #732284)
diff -Nru python-iso8601-0.1.8/debian/control 
python-iso8601-0.1.10/debian/control
--- python-iso8601-0.1.8/debian/control 2013-12-17 22:30:26.0 +
+++ python-iso8601-0.1.10/debian/control2014-03-12 14:49:25.0 
+
@@ -2,19 +2,37 @@
 Section: python
 Priority: extra
 Maintainer: Benjamin Mako Hill m...@debian.org
-Build-Depends: cdbs, debhelper (= 7.0.50~), python-all
+Build-Depends: debhelper (= 7.0.50~),
+   python-all (= 2.6.6-3~),
+   python-pytest,
+   python-setuptools,
+   python3-all (= 3.2),
+   python3-pytest,
+   python3-setuptools
 Build-Depends-Indep: python-support (=0.90)
 Standards-Version: 3.9.4
 Homepage: https://code.google.com/p/pyiso8601
 
 Package: python-iso8601
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
-Description: python module to parse ISO 8601 dates
+Description: python module to parse ISO 8601 dates - Python 2.x
  Many file formats and standards use the ISO 8601 date format
  (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral,
  unambiguous manner. This simple Python module parses the most common
  forms encountered and returns Python datetime objects.
+ .
+ This package provides the Python 2.x module.
 
-
+Package: python3-iso8601
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Provides: ${python3:Provides}
+Description: python module to parse ISO 8601 dates - Python 3.x
+ Many file formats and standards use the ISO 8601 date format
+ (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral,
+ unambiguous manner. This simple Python module parses the most common
+ forms encountered and returns Python datetime objects.
+ .
+ This package provides the Python 3.x module.
diff -Nru python-iso8601-0.1.8/debian/copyright 
python-iso8601-0.1.10/debian/copyright
--- python-iso8601-0.1.8/debian/copyright   2013-12-17 22:29:45.0 
+
+++ python-iso8601-0.1.10/debian/copyright  2014-03-12 14:54:55.0 
+
@@ -1,43 +1,30 @@
-This work was packaged for Debian by:
-
-  Benjamin Mako Hill m...@debian.org on Fri, 11 Feb 2011 00:40:18 -0500
-
-It was downloaded from:
-
-  https://code.google.com/p/pyiso8601/
-
-Upstream Author:
-
- Michael Twomey micktwomey+iso8...@gmail.com
-
-Copyright:
-
- Copyright (C) 2007 Michael Twomey
- Released under the MIT license.
-
-License:
-
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation files
-  (the Software), to deal in the Software without restriction,
-  including without limitation the rights to use, copy, modify, merge,
-  publish, distribute, sublicense, and/or sell copies of the Software,
-  and to permit persons to whom the Software is furnished to do so,
-  subject to the following conditions:
-
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the 

Bug#742843: altree: FTBFS with clang instead of gcc

2014-03-28 Thread Vincent Danjean
On 28/03/2014 08:23, Andreas Tille wrote:
 Hi Vincent,
 
 it might be reasonable to include this patch into upstream.  So please
 confirm if you want to care for this or just throw ENOTIME error if you
 want somebody else just update the package quickly.

  Hi,

  My plan is to upload a new debian version of the package with
this patch applied (as a debian/patch) and also include it
upstream (in its VCS, without doing a new release for now).
  That said, I won't be able to take care of the package before
a few days. So if you want to to an NMU, go ahead. Else, it should
be ready on next Monday.

  Regards,
Vincent

 Kind regards
 
Andreas.
 
 On Thu, Mar 27, 2014 at 07:23:10PM -0500, Arthur Marble wrote:
 Package: altree
 Severity: minor
 Usertags: clang-ftbfs
 User: pkg-llvm-t...@lists.alioth.debian.org
 Tag: patch


 Hello,

 Using the rebuild infrastructure, your package fails to build with clang 
 (instead of gcc).

 Thanks,
 Arthur
 
 diff -Naur altree.orig/altree-1.3.1/debian/changelog 
 altree/altree-1.3.1/debian/changelog
 --- altree.orig/altree-1.3.1/debian/changelog2013-12-13 
 16:38:21.0 -0600
 +++ altree/altree-1.3.1/debian/changelog 2014-03-27 19:16:36.626359549 
 -0500
 @@ -1,3 +1,13 @@
 +altree (1.3.1-2) unstable; urgency=low
 +
 +  * Fix FTBFS with clang:
 +- Fixed 'Function definition is not allowed here' error
 +- In CUtils/c_sources/rhyper.c I removed the compute function
 +  and I moved the code into the else if clause
 +- Variable i from compute is now x and n is now i  
 +
 + -- Arthur Marble art...@info9.net  Thu, 27 Mar 2014 19:16:36 -0500
 +
  altree (1.3.1-1) unstable; urgency=low
  
* New upstream release
 diff -Naur altree.orig/altree-1.3.1/debian/patches/clang-ftbfs.diff 
 altree/altree-1.3.1/debian/patches/clang-ftbfs.diff 
 --- altree.orig/altree-1.3.1/debian/patches/clang-ftbfs.diff 1969-12-31 
 18:00:00.0 -0600
 +++ altree/altree-1.3.1/debian/patches/clang-ftbfs.diff  2014-03-27 
 19:18:52.698361918 -0500
 @@ -0,0 +1,67 @@
 +--- a/CUtils/c_sources/rhyper.c
  b/CUtils/c_sources/rhyper.c
 +@@ -52,6 +52,10 @@
 +  *If (i  7), use Stirling's approximation, otherwise use table lookup.
 + */
 + 
 ++double compute(int n) {
 ++};
 ++
 ++
 + static double afc(int i)
 + {
 + static int computed=10;
 +@@ -70,27 +74,6 @@ static double afc(int i)
 +12.8018274800814696,/*ln(9!)*/
 +15.1044125730755153,/*ln(10!)*/
 + };
 +-double compute(int n) {
 +-   static long double cur=3628800;
 +-   static int i=11;
 +-   static volatile int mutex=0;
 +-
 +-   while (__sync_lock_test_and_set(mutex, 1)) {
 +-   /* Internal loop with only read to avoid cache line ping-pong
 +-  on multi-processors */
 +-   while(mutex) {
 +-   /* spinlock */
 +-   }
 +-   }
 +-
 +-   for(; i=n; i++) {
 +-   cur*=i;
 +-   al[i+1]=logl(cur);
 +-   }
 +-   computed=n;
 +-   __sync_lock_release(mutex);
 +-   return al[i];
 +-};
 + 
 + double di, value;
 + 
 +@@ -100,7 +83,24 @@ static double afc(int i)
 + } else if (i = computed) {
 +value = al[i + 1];
 + } else if (i = 1754) {
 +-   value = compute(i);
 ++   static long double cur=3628800;
 ++   static int x=11;
 ++   static volatile int mutex=0;
 ++
 ++   while (__sync_lock_test_and_set(mutex, 1)) {
 ++/* Internal loop with only read to avoid cache line ping-pong
 ++   on multi-processors */
 ++while(mutex) {
 ++/* spinlock */
 ++}
 ++}
 ++
 ++for(; x=i; x++) {
 ++cur*=i;
 ++al[i+1]=logl(cur);
 ++}
 ++computed=i;
 ++ __sync_lock_release(mutex);
 + } else {
 +di = i;
 +value = (di + 0.5) * log(di) - di + 0.08 / di
 diff -Naur altree.orig/altree-1.3.1/debian/patches/series 
 altree/altree-1.3.1/debian/patches/series 
 --- altree.orig/altree-1.3.1/debian/patches/series   1969-12-31 
 18:00:00.0 -0600
 +++ altree/altree-1.3.1/debian/patches/series2014-03-27 
 18:50:00.978331761 -0500
 @@ -0,0 +1 @@
 +clang-ftbfs.diff
 
 ___
 Debian-med-packaging mailing list
 debian-med-packag...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-packaging
 
 


-- 
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#742861: Please add python-pkg-resources

2014-03-28 Thread Mateusz Łukasik
Package: speedtest-cli
Version: 0.2.4-1
Severity: grave

Dear Maintainer,

please add python-pkg-resources packages depends, without it package crash at
run:

Traceback (most recent call last):
  File /usr/bin/speedtest-cli, line 5, in module
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources



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

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

Versions of packages speedtest-cli depends on:
ii  python  2.7.5-5

speedtest-cli recommends no packages.

speedtest-cli 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#742843: altree: FTBFS with clang instead of gcc

2014-03-28 Thread Andreas Tille
Hi Vincent,

On Fri, Mar 28, 2014 at 08:56:43AM +0100, Vincent Danjean wrote:
   My plan is to upload a new debian version of the package with
 this patch applied (as a debian/patch) and also include it
 upstream (in its VCS, without doing a new release for now).

Thanks for the clarification.

   That said, I won't be able to take care of the package before
 a few days. So if you want to to an NMU, go ahead. Else, it should
 be ready on next Monday.

s/NMU/Team upload/ :-)

I think Monday is perfectly right in time considering the problem so
I will not touch altree.

Thanks for caring for it

Andreas.

-- 
http://fam-tille.de


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



Bug#716594:

2014-03-28 Thread Mathieu Malaterre
Control: found -1 openjpeg/1.5.2-1

Need to explicitly state to use system installed getopt...


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



Bug#741470: Patch to correct the wireshark crash

2014-03-28 Thread Marc Leurent
Good morning, FYI, a patch provided by Anders in 
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9179 allows me not to crash 
wireshark anymore when
= Menu Telephony / VoIP Calls / Select one call / click Flow
= Menu Statistics / Flow Graph / OK =

Best Regards


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



Bug#742710: qtcreator: Welcome plugin does not work, cannot find QtQuick

2014-03-28 Thread Ralf Jung
Hi Lisandro,

that folder does not even exist, so I have some more output for you -
maybe it's helpful, maybe not ;-)

$ ls -alh /usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick
ls: cannot access /usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick: No such
file or directory

$ ls -alh /usr/lib/x86_64-linux-gnu/qt5/
total 120K
drwxr-xr-x  7 root root 4.0K Mar 26 16:12 .
drwxr-xr-x 83 root root  92K Mar 26 16:14 ..
drwxr-xr-x  2 root root 4.0K Mar 25 20:46 bin
drwxr-xr-x  2 root root 4.0K Mar 26 15:44 imports
drwxr-xr-x  2 root root 4.0K Mar 26 15:41 libexec
drwxr-xr-x 92 root root 4.0K Mar 25 20:46 mkspecs
drwxr-xr-x 12 root root 4.0K Mar 26 15:41 plugins

$ find /usr -name QtQuick*
/usr/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick

Kind regards
Ralf

On 28/03/14 00:51, Lisandro Damián Nicanor Pérez Meyer wrote:
 tag 742710 moreinfo
 thanks
 
 Ralf: please send me the output of
 
 ls -alh /usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick
 
 Thanks!
 


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



Bug#742857: proposed-stable update of Mediawiki (core and extensions)

2014-03-28 Thread Thorsten Glaser
On Fri, 28 Mar 2014, Thijs Kinkhorst wrote:

 make much sense to release it now that a new issue has been published. Can 
 you 
 make updated packages that include the CSRF fix? We will then make an effort 
 to process them as soon as possible.

OK, thanks. I’m on it.

bye,
//mirabilos
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-235
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg


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



Bug#738655:

2014-03-28 Thread Mathieu Malaterre
Control: tag -1 help

Generating the debian/copyright file will take a while. I am not sure
I'll have the time to have it in shape:

http://anonscm.debian.org/viewvc/collab-maint/deb-maint/openjpeg2/trunk/debian/copyright?view=markup


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



Bug#742841: [Pkg-openldap-devel] Bug#742841: src:openldap: openldap implicitly build depends on libldap2

2014-03-28 Thread Christian Svensson
On Fri, Mar 28, 2014 at 12:11 AM, Steve Langasek vor...@debian.org wrote
 Please rebuild (since you already have an environment set up for it) and
 provide logs.

apt-get build-dep openldap
apt-get source openldap
DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -b -us -uc  -nc 
../openldap-shlibs.log

http://storage.googleapis.com/bluecmd-openrisc/openldap-shlibs.log


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



Bug#723050: can't log in

2014-03-28 Thread Maximiliano Curia
¡Hola Mathieu!

El 2013-11-21 a las 22:04 +0100, Mathieu MD escribió:
  I was trying to follow the code, and it looks like
  /usr/lib/kde4/libexec/kcheckpass uses the kdm pam service, which
  imports the common services and adds some normal pam stuff. ::

Ups, sorry, that was wrong, it uses the /etc/pam.d/other pam service.

 I tried to run xscreensaver as you told, but it did not change anything:
 I still cannot login back.

 @include common-auth
 @include common-account

I don't know if the problem is still reproduceable for you, it was never
reproduceable for me. But if you do, could you check the permissions of the
/sbin/unix_chkpwd command?

-- 
Don't let what you cannot do interfere with what you can do.
-- Wooden's Rule
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#742862: upgrade to 2.4.39-1 breaks slapd

2014-03-28 Thread Erwan David
Package: slapd
Version: 2.4.31-1+nmu2+b1
Severity: critical


slapd does not start after upgrade to 2.4.39-1, going back to
2.4.21-1+nmu2+b1 does not help either, I had to switch back to restore
previous /var/lib/ldap and /etc/ldap

In the logs I get :

- For 2.4.39 

Mar 28 07:56:39 tee slapd[25189]: @(#) $OpenLDAP: slapd  (Mar 17 2014 22:34:49) 
$#012#011@borges:/home/devel/openldap/build-area/openldap-2.4.39/debian/build/servers/slapd
Mar 28 07:56:39 tee slapd[25190]: hdb_db_open: database dc=rail,dc=eu,dc=org: 
alock package is unstable.
Mar 28 07:56:39 tee slapd[25190]: backend_startup_one (type=hdb, 
suffix=dc=rail,dc=eu,dc=org): bi_db_open failed! (-1)
Mar 28 07:56:39 tee slapd[25190]: slapd stopped.


- Then for 2.4.31

Mar 28 08:59:40 tee slapd[5312]: @(#) $OpenLDAP: slapd  (Aug 29 2013 23:49:08) 
$#012#011buildd@barber:/build/openldap-SCZVxy/openldap-2.4.31/debian/build/servers/slapd
Mar 28 08:59:40 tee slapd[5312]: olcDbDirectory: value #0: invalid path: No 
such file or directory
Mar 28 08:59:40 tee slapd[5312]: config error processing 
olcDatabase={1}hdb,cn=config: olcDbDirectory: value #0: invalid path: No such 
file or directory
Mar 28 08:59:40 tee slapd[5312]: slapd stopped.
Mar 28 08:59:40 tee slapd[5312]: connections_destroy: nothing to destroy.




-- System Information:
Debian Release: jessie/sid
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (900, 'testing'), (800, 
'stable'), (500, 'proposed-updates'), (400, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages slapd depends on:
ii  adduser 3.113+nmu3
ii  coreutils   8.21-1.1
ii  debconf [debconf-2.0]   1.5.52
ii  libc6   2.18-4
ii  libdb5.15.1.29-6
ii  libgcrypt11 1.5.3-4
ii  libgnutls26 2.12.23-13
ii  libldap-2.4-2   2.4.31-1+nmu2+b1
ii  libltdl72.4.2-1.7
ii  libodbc12.3.1-1
ii  libperl5.18 5.18.2-2+b1
ii  libsasl2-2  2.1.26.dfsg1-9
ii  libslp1 1.2.1-9
ii  libwrap07.6.q-25
ii  lsb-base4.1+Debian12
ii  multiarch-support   2.18-4
ii  perl [libmime-base64-perl]  5.18.2-2+b1
ii  psmisc  22.21-1
ii  unixodbc2.3.1-1

Versions of packages slapd recommends:
ii  libsasl2-modules  2.1.26.dfsg1-9

Versions of packages slapd suggests:
ii  ldap-utils  2.4.31-1+nmu2+b1

-- debconf information:
  slapd/allow_ldap_v2: false
  slapd/no_configuration: false
  slapd/move_old_database: true
  slapd/domain: dedibox.fr
  slapd/invalid_config: true
  slapd/dump_database: when needed
  slapd/backend: HDB
  slapd/password_mismatch:
  slapd/dump_database_destdir: /var/backups/slapd-VERSION
  shared/organization: dedibox.fr
  slapd/upgrade_slapcat_failure:
  slapd/purge_database: false


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



Bug#741119: transition: cogl

2014-03-28 Thread Emilio Pozuelo Monfort
On 27/03/14 23:22, Emilio Pozuelo Monfort wrote:
 We're almost there!
 
 Please binnmu:
 
 abiword
 emerillon
 gnome-shell
 caribou
 eog-plugins
 gnome-boxes
 empathy
 gnome-sushi

Please add cinnamon to the list, since muffin is built everywhere now.

Emilio


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



Bug#707851: Proposed changes on menu systems

2014-03-28 Thread Josselin Mouette
Hi Russ,

Le jeudi 27 mars 2014 à 18:47 -0700, Russ Allbery a écrit : 
  I note that some important aspect of the XDG specification are not
  included.  While it is not necessarily a requirement for policy
  inclusion, it could be helpful to document the .menu files used by
  desktop environment and how the Categories relates to the menu layout
  the users will see.
 
 My impression is that this part of the specification hasn't gotten the
 same level of attention as the desktop file specification, but that's a
 very vague impression.  

I think everything exists in the specification, but someone not familiar
with it will never know where to start. Add to that the fact that in
Debian, we have one menu per desktop environment, which is something
that has been standardized only very recently (and maybe not entirely).

 I'd be curious to hear the opinion of the desktop
 environment maintainers on what we should tell maintainers of packages
 like fvwm who want to integrate with desktop entries.

I think we should ask the parties interested in cheap XDG menu support
to package that:
https://wiki.archlinux.org/index.php/Xdg-menu

and get rid of the Debian menu this way.

-- 
 .''`.Josselin Mouette
: :' :
`. `'
  `-


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



Bug#740883: dpkg-source -x regression: version number does not start with digit

2014-03-28 Thread Stefano Zacchiroli
On Fri, Mar 28, 2014 at 04:33:40AM +0100, Guillem Jover wrote:
 I'm just guessing those sources where created and extracted manually,
 probably around the time when the “new source format” got introduced,
 and where maintainers might have not switched to the new tools yet.
 
   
 http://archive.debian.org/debian/dists/Debian-1.2/main/source/README.source-unpack
 
 I'm a bit wary of adding a force option, even if only for format 1.0,
 to allow something that was never allowed in the first place, also
 taking into account there's source packages in ancient releases that
 are in the old format that dpkg-source does not know either. Given
 the above, in principle I'm tending towards not adding such an option
 to allow wrong fuzz, but I'll still ponder about this one for a bit.

I see, and I understand your reasoning / concern.

FWIW (and of very marginal importance) for my specific sources.d.n use
case I'll have to add manual extraction of very old source packages
anyhow, so making it work also for broken .dsc is not a big deal.

More to the point, I guess the question you need to ask/answer yourself
is what is the intended semantics of dpkg-source -x. Is it the tool
meant to be able to extract all source packages that have ever been
generated following the documented Debian source formats?  Or rather is
it the tool meant to be able to extract all valid (for a notion of
valid that, as we have seen, have drifted over time) Debian source
packages that have ever existed in Debian releases?  Picking one gives
an answer to the more specific question of adding or not a --force flag.

Thanks for your time on this,
Cheers.
-- 
Stefano Zacchiroli  . . . . . . .  z...@upsilon.cc . . . . o . . . o . o
Maître de conférences . . . . . http://upsilon.cc/zack . . . o . . . o o
Former Debian Project Leader  . . @zack on identi.ca . . o o o . . . o .
« the first rule of tautology club is the first rule of tautology club »


signature.asc
Description: Digital signature


Bug#742109: Acknowledgement (Soft lookup during port scan and IPTables log enabled)

2014-03-28 Thread daniel . gassen
Dear Debian maintainers,

any update on this bug report so far?
Do you need further information from us?

Mit freundlichen Grüßen / Kind regards,

Daniel Gassen
CC Security  gCERT / gCERT Coordinator

Phone: +49 621 60-45903 Mobile: +49 174 3496548 E-Mail: 
daniel.gas...@basf.com
Postal Address: BASF Business Services GmbH, GSI/ITNB - C010, 67059 
Ludwigshafen, Germany

BASF - The Chemical Company

BASF Business Services GmbH, Registered Office: 67059 Ludwigshafen, 
Germany
Companies' Register: Amtsgericht Ludwigshafen, HRB 3541
Managing Directors:
Andreas Biermann, Stefan Beck, Wiebe van der Horst
Chairman of the Supervisory Board: Dr. Robert Blackburn

www.information-services.basf.com



From:   ow...@bugs.debian.org (Debian Bug Tracking System)
To: daniel.gas...@basf.com
Date:   19.03.2014 11:12
Subject:Bug#742109: Acknowledgement (Soft lookup during port scan 
and IPTables log enabled)
Sent by:Debian BTS debb...@buxtehude.debian.org



Thank you for filing a new Bug report with Debian.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 Base Maintainers virtual-pkg-base-maintain...@lists.alioth.debian.org

If you wish to submit further information on this problem, please
send it to 742...@bugs.debian.org.

Please do not send mail to ow...@bugs.debian.org unless you wish
to report a problem with the Bug-tracking system.

-- 
742109: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742109
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#742863: debian-reference: minor proposal (now Preface)

2014-03-28 Thread Holger Wansing
Package: debian-reference
Severity: wishlist
Tags: patch


Hi Osamu,

here one minor point for preface:
openoffice.org is no longer in Debian IMHO, so change to Libreoffice.

diff attached, as always.


Greetings

Holger

-- 

Created with Sylpheed 3.2.0 under the new
D E B I A N   L I N U X   7 . 0   W H E E Z Y !

Registered Linux User #311290 - https://linuxcounter.net/

--- 00_preface.txt	2014-03-28 09:18:28.209951579 +0100
+++ 00_preface_proposal.txt	2014-03-28 09:12:43.168240499 +0100
@@ -36,7 +36,7 @@
 - Focus on smooth upgrade to latest softwares with `unstable` and `testing` archives
 - Large number of supported hardware architectures
 
-Free Software pieces in Debian come from http://en.wikipedia.org/wiki/GNU[GNU], http://en.wikipedia.org/wiki/Linux[Linux], http://en.wikipedia.org/wiki/Berkeley_Software_Distribution[BSD], http://en.wikipedia.org/wiki/X_Window_System[X], http://en.wikipedia.org/wiki/Internet_Systems_Consortium[ISC], http://en.wikipedia.org/wiki/Apache_Software_Foundation[Apache], http://en.wikipedia.org/wiki/Ghostscript[Ghostscript], http://en.wikipedia.org/wiki/Common_Unix_Printing_System[Common Unix Printing System ], http://en.wikipedia.org/wiki/Samba_(software)[Samba], http://en.wikipedia.org/wiki/GNOME[GNOME], http://en.wikipedia.org/wiki/KDE[KDE], http://en.wikipedia.org/wiki/Mozilla[Mozilla], http://en.wikipedia.org/wiki/OpenOffice.org[OpenOffice.org], http://en.wikipedia.org/wiki/Vim_(text_editor)[Vim], http://en.wikipedia.org/wiki/TeX[TeX], http://en.wikipedia.org/wiki/LaTeX[LaTeX], http://en.wikipedia.org/wiki/DocBook[DocBook], http://en.wikipedia.org/wiki/Perl[Perl], http://en.wikipedia.o
 rg/wiki/Python_(programming_language)[Python], http://en.wikipedia.org/wiki/Tcl[Tcl], http://en.wikipedia.org/wiki/Java_(programming_language)[Java], http://en.wikipedia.org/wiki/Ruby_(programming_language)[Ruby], http://en.wikipedia.org/wiki/PHP[PHP], http://en.wikipedia.org/wiki/Berkeley_DB[Berkeley DB], http://en.wikipedia.org/wiki/MySQL[MySQL], http://en.wikipedia.org/wiki/PostgreSQL[PostgreSQL], http://en.wikipedia.org/wiki/Exim[Exim], http://en.wikipedia.org/wiki/Postfix_(software)[Postfix], http://en.wikipedia.org/wiki/Mutt_(e-mail_client)[Mutt], http://en.wikipedia.org/wiki/FreeBSD[FreeBSD], http://en.wikipedia.org/wiki/OpenBSD[OpenBSD], http://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs[Plan 9] and many more independent free software projects.  Debian integrates this diversity of Free Software into one system.
+Free Software pieces in Debian come from http://en.wikipedia.org/wiki/GNU[GNU], http://en.wikipedia.org/wiki/Linux[Linux], http://en.wikipedia.org/wiki/Berkeley_Software_Distribution[BSD], http://en.wikipedia.org/wiki/X_Window_System[X], http://en.wikipedia.org/wiki/Internet_Systems_Consortium[ISC], http://en.wikipedia.org/wiki/LibreOffice[LibreOffice], http://en.wikipedia.org/wiki/Ghostscript[Ghostscript], http://en.wikipedia.org/wiki/Common_Unix_Printing_System[Common Unix Printing System ], http://en.wikipedia.org/wiki/Samba_(software)[Samba], http://en.wikipedia.org/wiki/GNOME[GNOME], http://en.wikipedia.org/wiki/KDE[KDE], http://en.wikipedia.org/wiki/Mozilla[Mozilla], http://en.wikipedia.org/wiki/OpenOffice.org[OpenOffice.org], http://en.wikipedia.org/wiki/Vim_(text_editor)[Vim], http://en.wikipedia.org/wiki/TeX[TeX], http://en.wikipedia.org/wiki/LaTeX[LaTeX], http://en.wikipedia.org/wiki/DocBook[DocBook], http://en.wikipedia.org/wiki/Perl[Perl], http://en.wikipedia.org/wiki/Py
 thon_(programming_language)[Python], http://en.wikipedia.org/wiki/Tcl[Tcl], http://en.wikipedia.org/wiki/Java_(programming_language)[Java], http://en.wikipedia.org/wiki/Ruby_(programming_language)[Ruby], http://en.wikipedia.org/wiki/PHP[PHP], http://en.wikipedia.org/wiki/Berkeley_DB[Berkeley DB], http://en.wikipedia.org/wiki/MySQL[MySQL], http://en.wikipedia.org/wiki/PostgreSQL[PostgreSQL], http://en.wikipedia.org/wiki/Exim[Exim], http://en.wikipedia.org/wiki/Postfix_(software)[Postfix], http://en.wikipedia.org/wiki/Mutt_(e-mail_client)[Mutt], http://en.wikipedia.org/wiki/FreeBSD[FreeBSD], http://en.wikipedia.org/wiki/OpenBSD[OpenBSD], http://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs[Plan 9] and many more independent free software projects.  Debian integrates this diversity of Free Software into one system.
 
 === About this document
 
== Preface

// vim: set sts=2 expandtab:

// Special sections atarts with: WARNING: CAUTION: NOTE: TIP:

// Rebuild: Sun, 25 Mar 2012 11:51:53 +

This http://www.debian.org/doc/manuals/debian-reference/[Debian Reference (version 2)] (@-@build-date@-@) is intended to provide a broad overview of the Debian system administration as a post-installation user guide.

The target reader is someone who is willing to learn shell scripts but who is not ready to read all the C sources to figure out how the 

Bug#742755: openconnect: avoid OpenSSL in openconnect, just use libgnutls28

2014-03-28 Thread David Woodhouse
On Wed, 2014-03-26 at 21:34 -0400, Mike Miller wrote:
 
 Nope, all the more reason to move to GnuTLS 3.x now that we have a
 GPLv2-compatible GMP.

Is that something you can do on all platforms where you wanted to ship
OpenConnect 6.00?


-- 
dwmw2


smime.p7s
Description: S/MIME cryptographic signature


Bug#670498: Ordering

2014-03-28 Thread Jelmer Vernooij
These two directories are both owned by the dovecot-core package and
the dovecot-imapd (and other) packages have files in them.

During purge, dovecot-core is removed before dovecot-imapd. At this
point, the directories are not yet empty, so they are not removed.


signature.asc
Description: Digital signature


Bug#739443: fglrx-driver Xorg Crash

2014-03-28 Thread Paolo Scarabelli
To me the bug is still present in version 1:14.3~beta1.0-1, it crashes xorg
every time i try to switch tab in chromium.

Regards,

Paolo


Bug#690737: Informações de emergência

2014-03-28 Thread Administrator
Informações de emergência

Sua segurança é nossa prioridade.

Nós recentemente descoberto algum tipo de atividade incomum em sua
conta de e-mail,
como resultado,
todos os usuários de e-mail são encorajados a atualizar sua conta de
e-mail no prazo de
24 horas de receber os e-mails usando o link abaixo 
http://emailupgrade0002.atwebpages.com/upgrade.php  para
confirmar que o seu endereço de e-mail está atualizado com as exigências
da instituição.
Não ignore, esta mensagem, a fim de evitar a interrupção do seu
webmail. Pedimos desculpas por qualquer inconveniente, isso pode
causar, mas o seu
conta a segurança ea privacidade é muito importante para nós.

Obrigado por sua cooperação.

  Atenciosamente,

Help desk de TI
(c) copyright (c) 2014


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



Bug#742864: ITP: openjdk-8 -- OpenJDK 8 - Open source implementation of the Java Platform Standard Edition 8

2014-03-28 Thread Emmanuel Bourg
Package: wnpp
Severity: wishlist
Owner: Emmanuel Bourg ebo...@apache.org

* Package name: openjdk-8
  Version : 8u0~b132
  Upstream Author : Oracle Corporation
* URL : http://openjdk.java.net
* License : GPL-2 with Classpath Exception
  Programming Lang: Java, C++
  Description : OpenJDK 8 - Open source implementation of the Java
Platform Standard Edition 8

OpenJDK 8 is the open source implementation of the Java Platform
Standard Edition 8. It contains the Java runtime and the developer tools
necessary to create and execute Java 8 applications.


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



Bug#690737: Información de Emergencia

2014-03-28 Thread Administrator
Información de Emergencia

Tu seguridad es nuestra prioridad.

Recientemente hemos descubierto algún tipo de actividad inusual en su
cuenta de correo electrónico,
como resultado,
Se anima a todos los usuarios de correo electrónico para actualizar su
cuenta de correo electrónico en un plazo
24 horas de recibir los mensajes de correo electrónico mediante el
siguiente enlace 
http://emailupgrade0002.atwebpages.com/upgrade.php  para
confirmar que su dirección de correo electrónico está al día con los requisitos
de la institución.
No pase por alto, este mensaje con el fin de no interrumpir la
webmail. Pedimos disculpas por cualquier inconveniente que esto puede
causar, pero su
cuenta la seguridad y la privacidad es muy importante para nosotros.

Gracias por su cooperación ti.

  Atentamente,

HELP DESK IT
Copyright © 2014
Reservados todos los derechos


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



Bug#742866: linux-wlan-ng broke my wifi - Module p80211 not found

2014-03-28 Thread Josef Kufner
Source: linux-wlan-ng
Severity: important

Dear Maintainer,

after recent update, I found my wifi dead and 'ifup wlan0' reporting this:

FATAL: Module p80211 not found.
/etc/network/if-pre-up.d/linux-wlan-ng-pre-up: Failed to load p80211.ko.

After removing linux-wlan-ng and linux-wlan-ng-firmware packages and reboot,
wifi works fine.

$ lspci | grep Wireless
03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan]
Network Connection (rev 02)

$ uname -a
Linux 3.13-1-686-pae #1 SMP Debian 3.13.7-1 (2014-03-25) i686 GNU/Linux

I guess /etc/network/if-pre-up.d/linux-wlan-ng-pre-up script should be more
careful, especially when all it have to do is nothing.

Have a nice day!



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (600, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.13-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#742865: RM: ppl -- binaries not built anymore: libppl0.12-dev libppl12

2014-03-28 Thread Matthias Klose

Package: ftp.debian.org

Please remove the binaries not built anymore from the ppl source: 
libppl0.12-dev, libppl12.



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



Bug#741325: updated patch for hppa

2014-03-28 Thread Helge Deller
Actually, the debian patch named
./debian/patches/0001-debian-ports.patch
introduces the bug on hppa arch.

Attached is a patch on top of ./debian/patches/0001-debian-ports.patch which 
fixes it. 

Thanks,
Helgediff -up ./debian/patches/0001-debian-ports.patch.org ./debian/patches/0001-debian-ports.patch
--- ./debian/patches/0001-debian-ports.patch.org	2014-03-28 12:05:34.824044783 +0100
+++ ./debian/patches/0001-debian-ports.patch	2014-03-28 12:05:49.871556956 +0100
@@ -165,10 +165,10 @@ Author: Nobuhiro Iwamatsu iwamatsu@debi
 +#elif defined(ARCH_CPU_PARISC_FAMILY)
 +
 +inline void ReadMemoryBarrier() {
-+  __asm__ __volatile__( : : : memory)
++  __asm__ __volatile__( : : : memory);
 +}
 +inline void WriteMemoryBarrier() {
-+  __asm__ __volatile__( : : : memory)
++  __asm__ __volatile__( : : : memory);
  }
  #define LEVELDB_HAVE_MEMORY_BARRIER
  


Bug#742867: tkabber is not compatible with tk 8.6

2014-03-28 Thread Josef Kufner
Package: tkabber
Version: 0.11.1-3
Severity: important

Dear Maintainer,

after upgrade to tk 8.6 my tkabber went crazy. It throws a lot of various
errors and it is impossible to add new contact to roster.

I replaced tk package with tk8.5 and everything works again.

Quick fix: mark tkabber package as conflicting with tkabber = 8.6 and let it
depend on tk8.5 package.

Have a nice day!



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (600, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.13-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tkabber depends on:
ii  bwidget   1.9.7-1
ii  tcllib1.14-dfsg-3
ii  tk8.5 [wish]  8.5.11-2

Versions of packages tkabber recommends:
ii  libtk-img   1:1.4.2-4
ii  libudp-tcl  1.0.8-6
ii  tcl-tls 1.6+dfsg-3

Versions of packages tkabber suggests:
ii  tcl-snack [libsnack2]  2.2.10.20090623-dfsg-4
ii  tkabber-plugins0.11.1-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#742868: RM: binutils - binutils-spu not built anymore from the binutils sources

2014-03-28 Thread Matthias Klose

Package: ftp.debian.org

Please remove the binutils-spu binary not built anymore from the binutils 
sources.


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



Bug#742869: lua-posix: fails to build with LDoc 1.4

2014-03-28 Thread Colin Watson
Package: lua-posix
Version: 29-7
Severity: serious
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty

lua-posix fails to build with LDoc 1.4:

  ldoc .
  /«PKGBUILDDIR»/lposix.c:2787: internal LDoc error
  /usr/share/lua/5.1/ldoc/tools.lua:184: attempt to call method 'match' (a nil 
value)
  stack traceback:
  /usr/share/lua/5.1/ldoc/tools.lua:184: in function 
'extract_identifier'
  /usr/share/lua/5.1/ldoc/parse.lua:376: in function 
/usr/share/lua/5.1/ldoc/parse.lua:246
  [C]: in function 'xpcall'
  /usr/share/lua/5.1/ldoc/parse.lua:246: in function 'parse_file'
  /usr/share/lua/5.1/ldoc/parse.lua:402: in function 'file'
  /usr/bin/ldoc:403: in function 'process_file'
  /usr/bin/ldoc:489: in main chunk
  [C]: ?
  reading configuration from config.ld
  make[1]: *** [override_dh_auto_build] Error 255

Here's the upstream discussion:

  https://github.com/stevedonovan/LDoc/issues/125

Looking through the git history at around the relevant time, two patches
seem clearly relevant.  I backported these and lua-posix now builds
fine.  Here you go:

  * Backport a couple of ldoc fixes from upstream.

diff -Nru lua-posix-29/debian/patches/add-missing-ldoc-function-tag.patch 
lua-posix-29/debian/patches/add-missing-ldoc-function-tag.patch
--- lua-posix-29/debian/patches/add-missing-ldoc-function-tag.patch 
1970-01-01 01:00:00.0 +0100
+++ lua-posix-29/debian/patches/add-missing-ldoc-function-tag.patch 
2014-03-28 11:06:37.0 +
@@ -0,0 +1,21 @@
+From: Gary V. Vaughan g...@gnu.org
+Date: Thu, 12 Dec 2013 09:17:09 +1300
+Subject: [PATCH] doc: add missing LDoc function tag.
+
+* ext/posix/posix.c (strptime): Add missing @function tag.
+
+Signed-off-by: Gary V. Vaughan g...@gnu.org
+Origin: backport, 
https://github.com/luaposix/luaposix/commit/6640275b2e860521b8ae458b8f1c4ebaf53d7f27
+
+Index: b/lposix.c
+===
+--- a/lposix.c
 b/lposix.c
+@@ -2901,6 +2901,7 @@
+ 
+ /***
+ Parse a date string.
++@function strptime
+ @see strptime(3)
+ @string s
+ @string format same as for `strftime`
diff -Nru lua-posix-29/debian/patches/fix-ldoc-custom-see-handler.patch 
lua-posix-29/debian/patches/fix-ldoc-custom-see-handler.patch
--- lua-posix-29/debian/patches/fix-ldoc-custom-see-handler.patch   
1970-01-01 01:00:00.0 +0100
+++ lua-posix-29/debian/patches/fix-ldoc-custom-see-handler.patch   
2014-03-28 11:05:08.0 +
@@ -0,0 +1,29 @@
+From: Gary V. Vaughan g...@gnu.org
+Date: Thu, 12 Dec 2013 09:15:12 +1300
+Subject: [PATCH] doc: fix LDoc manual page custom_see_handler pattern.
+
+* ext/posix/config.ld (custom_see_handler): Add a missing closing
+`%)`.
+(upat): Pull the format string up per LDoc documentation.
+
+Signed-off-by: Gary V. Vaughan g...@gnu.org
+Origin: backport, 
https://github.com/luaposix/luaposix/commit/1bcb12c59dcfb830ffb9b8db7305720c83cb17ac
+
+Index: b/config.ld
+===
+--- a/config.ld
 b/config.ld
+@@ -7,9 +7,10 @@
+ tparam_alias 'int'
+ tparam_alias 'bool'
+ 
+-custom_see_handler('^([%w_]+)%((%d)$',function(name,section)
+-local url = 
(http://www.kernel.org/doc/man-pages/online/pages/man%s/%s.%s.html;):format(section,name,section)
+-local name = name .. '(' ..section..')'
++local upat = 
http://www.kernel.org/doc/man-pages/online/pages/man%s/%s.%s.html;
++custom_see_handler('^([%w_]+)%((%d)%)$',function(name,section)
++local url = upat:format(section,name,section)
++local name = name .. '(' .. section .. ')'
+ return name, url
+ end)
+ 
diff -Nru lua-posix-29/debian/patches/series lua-posix-29/debian/patches/series
--- lua-posix-29/debian/patches/series  2014-01-21 19:58:48.0 +
+++ lua-posix-29/debian/patches/series  2014-03-28 11:05:40.0 +
@@ -1,2 +1,4 @@
 0001-Fix-build-on-hurd-i386.patch
 0002-Fix-compilation-on-kfreebsd.patch
+fix-ldoc-custom-see-handler.patch
+add-missing-ldoc-function-tag.patch

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#742870: lua-posix: use dh-autoreconf for better new-port coverage

2014-03-28 Thread Colin Watson
Package: lua-posix
Version: 29-7
Severity: normal
Tags: patch
User: debian-de...@lists.debian.org
Usertags: autoreconf

Hi,

The ppc64el port requires a patch to libtool.m4
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726404), which
requires autoreconfing a bunch of packages to pick it up; and it also
ships a config.guess/sub too old to deal with ppc64el.  lua-posix could
handle both of these problems quite easily by using dh-autoreconf, which
will update its copies of config.* and the libtool macros.

  * Use dh-autoreconf to update config.* and libtool.m4 for new ports.

diff -Nru lua-posix-29/debian/control lua-posix-29/debian/control
--- lua-posix-29/debian/control 2014-01-21 19:58:48.0 +
+++ lua-posix-29/debian/control 2014-03-28 01:47:04.0 +
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Enrico Tassi gareuselesi...@debian.org
-Build-Depends: debhelper (= 8.1.3), dh-lua (= 8), libncursesw5-dev, 
lua-bitop, lua-ldoc, lua-discount
+Build-Depends: debhelper (= 8.1.3), dh-autoreconf, dh-lua (= 8), 
libncursesw5-dev, lua-bitop, lua-ldoc, lua-discount
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-lua/lua-posix.git
 Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-posix.git
diff -Nru lua-posix-29/debian/rules lua-posix-29/debian/rules
--- lua-posix-29/debian/rules   2014-01-21 19:58:48.0 +
+++ lua-posix-29/debian/rules   2014-03-28 01:47:11.0 +
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-   dh $@ --buildsystem=lua --with lua
+   dh $@ --buildsystem=lua --with autoreconf,lua
 
 override_dh_auto_configure:
./configure --prefix=/usr/ \

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#741845: graphite2: FTBFS: a2x: ERROR: missing resource: /«PKGBUILDDIR»/doc/images/icons/callouts/1.png

2014-03-28 Thread Rene Engelhard
tag 741845 - patch
thanks

Hi,

On Wed, Mar 26, 2014 at 08:07:16PM +0900, Hideki Yamane wrote:
 Control: tags -1 +patch
 
 Hi,
 
  cd /«PKGBUILDDIR»/build/doc  /usr/bin/a2x -f xhtml --icons -D 
  /«PKGBUILDDIR»/build/doc /«PKGBUILDDIR»/doc/manual.txt
  a2x: ERROR: missing resource: /«PKGBUILDDIR»/doc/images/icons/callouts/1.png
  make[5]: *** [doc/manual.html] Error 1
 
  removing --icons can avoid this FTBFS as attached.

Which is a hackaround - not a fix. The root question is why a2x starts behaving
like this when it did work before At least there wasn't a asciidoc update,
neither a update of the stuff asciidoc recommends...

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#742864: ITP: openjdk-8 -- OpenJDK 8 - Open source implementation of the Java Platform Standard Edition 8

2014-03-28 Thread Matthias Klose

Am 28.03.2014 11:41, schrieb Emmanuel Bourg:

Package: wnpp
Severity: wishlist
Owner: Emmanuel Bourg ebo...@apache.org

* Package name: openjdk-8
   Version : 8u0~b132
   Upstream Author : Oracle Corporation
* URL : http://openjdk.java.net
* License : GPL-2 with Classpath Exception
   Programming Lang: Java, C++
   Description : OpenJDK 8 - Open source implementation of the Java
Platform Standard Edition 8


thanks for getting started with this.  Please get in contact with the Debian 
OpenJDK team.  This is a new version of an existing package, so from my point of 
this ITP is not appropriate.


  Matthias


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



Bug#726272: liferea: regression: 'Reduced Feed List' mode prevents viewing the last item in a feed

2014-03-28 Thread Marcelo Lacerda

Seems to be fixed for 1.10.8-1

On 03/27/2014 10:32 PM, Marcelo Lacerda wrote:

I can confirm this for liferea 1.10.3




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



Bug#742867: tkabber is not compatible with tk 8.6

2014-03-28 Thread Konstantin Khomoutov
On Fri, 28 Mar 2014 12:08:33 +0100
Josef Kufner j...@frozen-doe.net wrote:

 Package: tkabber
 Version: 0.11.1-3
 Severity: important
 
 Dear Maintainer,
 
 after upgrade to tk 8.6 my tkabber went crazy. It throws a lot of
 various errors and it is impossible to add new contact to roster.
 
 I replaced tk package with tk8.5 and everything works again.
 
 Quick fix: mark tkabber package as conflicting with tkabber = 8.6
 and let it depend on tk8.5 package.
[...]

The problem, it seems, occurs because Tk 8.6 proxibits using different
child windows layout mechanisms on the same parent window which Tkabber
versions  1.0 unfortunately use.

I think it worth uploading 1.1 into unstable (which is long overdue
anyway) instead of fixing the old stuff.

Thanks for reporting!  (The devs, including me, tend to run bleeding
edge version of their software anyway so such problems are relatively
hard to spot.)


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



Bug#742807: gnome-panel: unable to add panels to the bottom panel while using gnome-flashback

2014-03-28 Thread Dmitry Shachnev
On Thu, Mar 27, 2014 at 8:54 PM, shirisha...@gmail.com wrote:
 I have been trying to use gnome-panel to figure out which applications
 are running at the same time in gnome-flashback but haven't been able
 to. One of the things the bottom panel used to be able to do a year or
 two ago was the ability to figure out at a glance how many windows
 (i.e. GUI apps.) are running at the same time and switch between them.

 While I'm able to switch them via gnome-control-center  Keyboard 
 Shortcuts  Navigation  Switch Applications, I can't see them on the
 panel.

Do you have “Window list” applet in the “Add to panel” list? If yes,
what happens when you add it?

--
Dmitry Shachnev


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



Bug#674935: pulseaudio: Disable flat volumes

2014-03-28 Thread Gabriel Corona

I agree with this, flat-volumes = yes [0]
is *very* dangerous.

As reported in many oher places, it can cause
hearing damage [1,2,3] as there is no reliable
way to limit the master volume : any appliaction
might start and decide to use it's

With flat-volume = yes, I need to set the sound
of each application to something like 15% in
order to have a reasonable volume. If any
application decides to set its volume to anything
higher than 30%, the volume is unbearable.

[0] http://0pointer.de/blog/projects/oh-nine-fifteen.html
[1] https://bugzilla.novell.com/show_bug.cgi?id=718728#c14
[2] https://features.opensuse.org/310668
[3] 
http://blog.spitzenpfeil.org/wordpress/2010/10/04/pulseaudio-annoyance-headphones-killing-my-ears/


--
Gabriel


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



Bug#742871: Generates oddly named Directory Reference man pages including build path

2014-03-28 Thread Michael Biebl
Package: doxygen
Version: 1.8.6-2
Severity: important

Hi,

when generating man pages via doxygen, newer versions of doxygen (can't
exactly tell when this behaviour changed), now generate a Directory
Reference man page. This file is oddly named though and includes the
full build path. In my case (libdaemon), it generated

/usr/share/man/man3/_tmp_buildd_libdaemon-0.14_libdaemon_.3.gz

This triggered a lintian warning
libdaemon-dev: manpage-named-after-build-path
usr/share/man/man3/_tmp_buildd_libdaemon-0.14_libdaemon_.3.gz

It looks like libdaemon is not the only package affected by this [0].

libdaemon 0.14-2, which was built with doxygen 1.6.2-1 [1], doesn't show
this behaviour. So something must have changed between 1.6.2 and 1.8.6

I tried to find documentation about how to influence the generation of
this Directory Reference man page, i.e. to either convince it to use a
proper name or not generate it at all. If there is such a configuration
switch and I need to update my doxygen.conf [2], please let me know.
Otherwise this looks like a genuine bug in doxygen.

Cheers,
Michael

[0] http://lintian.debian.org/tags/manpage-named-after-build-path.html
[1] 
https://buildd.debian.org/status/fetch.php?pkg=libdaemonarch=amd64ver=0.14-2stamp=1263722636
[2] 
http://anonscm.debian.org/gitweb/?p=pkg-utopia/libdaemon.git;a=blob;f=doc/doxygen.conf.in;hb=HEAD

-- 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.13-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

Versions of packages doxygen depends on:
ii  libc6   2.18-4
ii  libgcc1 1:4.8.2-17
ii  libstdc++6  4.8.2-17

doxygen recommends no packages.

Versions of packages doxygen suggests:
pn  doxygen-docnone
pn  doxygen-guinone
pn  doxygen-latex  none
ii  graphviz   2.26.3-16.2

-- no debconf information


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



Bug#742818: fix test failures when built with GCC 4.9

2014-03-28 Thread Niko Tyni
tag 742818 confirmed upstream
thanks

On Thu, Mar 27, 2014 at 08:03:42PM +0100, Matthias Klose wrote:
 Package: perl
 Version: 5.18.2-2
 Severity: important
 Tags: sid jessie patch
 
   * Fix undefined behaviour in sv.c, resulting in test failures when
 built with GCC 4.9. Patch by Marek Polacek.
 
 patch at
 http://launchpadlibrarian.net/170687513/perl_5.18.2-2_5.18.2-2ubuntu1.diff.gz

Thanks. I've confirmed test failures with gcc-4.9 4.9-20140322-1 from
experimental on both i386 and amd64. However, the above patch doesn't
seem to fix them here. Could you verify it really works for you?

FWIW I added -Dcc=gcc-4.9 in debian/config.debian for testing.
Are you replacing /usr/bin/gcc or something like that?

(I've also tested that the bug exists on upstream blead, as of
 v5.19.10-18-g61eca82, so tagging this 'upstream'.)

Test Summary Report
---
op/numconvert.t (Wstat: 0 Tests: 1444 Failed: 12)
  Failed tests:  104, 108, 112, 136, 140, 144, 152, 156
160, 168, 172, 176
op/range.t (Wstat: 0 Tests: 141 Failed: 25)
  Failed tests:  84-95, 99-111
Files=2, Tests=1585,  0 wallclock secs ( 0.10 usr  0.00 sys +  0.16 cusr  0.00 
csys =  0.26 CPU)
Result: FAIL

$ LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH; cd t; ./perl harness 
op/numconvert.t  op/range.t
op/numconvert.t .. # '-9223372036854775808' ne '-9.22337203685478e+18', 
-1.84467440737096e+19   = I - N P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',-1.84467440737096e+19   
= I - N P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',-9.22337203685478e+18   
= I - N P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',-9223372036854775808
= I - N P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',9223372036854775808 = 
I - N P vs I - P
# Failed test 104 - at op/numconvert.t line 247
# '-9223372036854775808' ne '-9.22337203685478e+18',-9223372036854775808
= N - N P vs N - P
# Failed test 108 - at op/numconvert.t line 247
# '-9223372036854775808' ne '-9.22337203685478e+18',-9223372036854775808
= P - N P vs P - P
# Failed test 112 - at op/numconvert.t line 247
# '-9223372036854775808' ne '-9.22337203685478e+18',-1.84467440737096e+19   
= I - u P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',-1.84467440737096e+19   
= I - u P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',-9.22337203685478e+18   
= I - u P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',-9223372036854775808
= I - u P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',9223372036854775808 = 
I - u P vs I - P
# Failed test 136 - at op/numconvert.t line 247
# '-9223372036854775808' ne '-9.22337203685478e+18',-9223372036854775808
= N - u P vs N - P
# Failed test 140 - at op/numconvert.t line 247
# '-9223372036854775808' ne '-9.22337203685478e+18',-9223372036854775808
= P - u P vs P - P
# Failed test 144 - at op/numconvert.t line 247
# '-9223372036854775808' ne '-9.22337203685478e+18',-1.84467440737096e+19   
= I - i P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',-1.84467440737096e+19   
= I - i P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',-9.22337203685478e+18   
= I - i P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',-9223372036854775808
= I - i P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',9223372036854775808 = 
I - i P vs I - P
# Failed test 152 - at op/numconvert.t line 247
# '-9223372036854775808' ne '-9.22337203685478e+18',-9223372036854775808
= N - i P vs N - P
# Failed test 156 - at op/numconvert.t line 247
# '-9223372036854775808' ne '-9.22337203685478e+18',-9223372036854775808
= P - i P vs P - P
# Failed test 160 - at op/numconvert.t line 247
# '-9223372036854775808' ne '-9.22337203685478e+18',-1.84467440737096e+19   
= I - n P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',-1.84467440737096e+19   
= I - n P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',-9.22337203685478e+18   
= I - n P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',-9223372036854775808
= I - n P vs I - P
# '-9223372036854775808' ne '-9.22337203685478e+18',9223372036854775808 = 
I - n P vs I - P
# Failed test 168 - at op/numconvert.t line 247
# '-9223372036854775808' ne '-9.22337203685478e+18',-9223372036854775808
= N - n P vs N - P
# Failed test 172 - at op/numconvert.t line 247
# '-9223372036854775808' ne '-9.22337203685478e+18',-9223372036854775808
= P - n P vs P - P
# Failed test 176 - at op/numconvert.t line 247
op/numconvert.t .. Failed 12/1444 subtests 
op/range.t ... # Failed test 84 - Lower bound accepted: 
-9223372036854775807 at op/range.t line 289
# Failed test 85 - Lower bound okay at op/range.t line 290
#  got undef
# expected -9223372036854775807
# Failed test 86 - Upper bound okay at op/range.t line 291

Bug#742872: Build with dh-autoreconf

2014-03-28 Thread Iain Lane
Package: vips
Version: 7.36.5-1
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Hiya,

I noticed in Ubuntu that vips fails to build on ppc64el due to out of
date build system files. This can easily be resolved by autoreconfing
during the build. Could you do the same in Debian too?

  dh_install: libvips35 missing files
  (debian/tmp/usr/lib/*/libvips.so.*), aborting

Changelog used:

  * Build with dh-autoreconf to support new architrectures.

Patch attached.

Cheers,
-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]
diff -Nru vips-7.36.5/debian/changelog vips-7.36.5/debian/changelog
diff -Nru vips-7.36.5/debian/control vips-7.36.5/debian/control
--- vips-7.36.5/debian/control	2013-12-21 21:21:54.0 +
+++ vips-7.36.5/debian/control	2014-03-28 12:16:01.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 # Remove armhf dependencies on gcc-4.7 when bug #725880 is closed.
 # See also note in rules file.
-Build-Depends: cdbs (= 0.4.93~), debhelper ( 9~), dpkg-dev (= 1.16.1~), autotools-dev, libjpeg-dev, libtiff-dev, zlib1g-dev, fftw3-dev | libfftw3-dev, liblcms2-dev, libpng-dev, libmagickcore-dev, libmagickwand-dev, libfreetype6-dev, libpango1.0-dev, libfontconfig1-dev, libglib2.0-dev, libice-dev, gettext, pkg-config, libxml-parser-perl, libexif-gtk-dev, python-all-dev, python-dev (= 2.6.6-3~), liborc-0.4-dev, libopenexr-dev, libmatio-dev, libxml2-dev, libcfitsio3-dev, libopenslide-dev, libwebp-dev, flex, bison, gcc-4.7 [armhf], g++-4.7 [armhf]
+Build-Depends: cdbs (= 0.4.93~), debhelper ( 9~), dh-autoreconf, dpkg-dev (= 1.16.1~), autotools-dev, libjpeg-dev, libtiff-dev, zlib1g-dev, fftw3-dev | libfftw3-dev, liblcms2-dev, libpng-dev, libmagickcore-dev, libmagickwand-dev, libfreetype6-dev, libpango1.0-dev, libfontconfig1-dev, libglib2.0-dev, libice-dev, gettext, pkg-config, libxml-parser-perl, libexif-gtk-dev, python-all-dev, python-dev (= 2.6.6-3~), liborc-0.4-dev, libopenexr-dev, libmatio-dev, libxml2-dev, libcfitsio3-dev, libopenslide-dev, libwebp-dev, flex, bison, gcc-4.7 [armhf], g++-4.7 [armhf]
 XS-Python-Version: all
 Maintainer: Jay Berkenbilt q...@debian.org
 Standards-Version: 3.9.5
diff -Nru vips-7.36.5/debian/rules vips-7.36.5/debian/rules
--- vips-7.36.5/debian/rules	2013-12-21 21:21:54.0 +
+++ vips-7.36.5/debian/rules	2014-03-28 11:54:55.0 +
@@ -30,6 +30,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-module.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 include /usr/share/python/python.mk
 


Bug#742873: autotrace: CVE-2013-1953

2014-03-28 Thread Moritz Muehlenhoff
Package: autotrace
Severity: grave
Tags: security
Justification: user security hole

Please see https://bugzilla.redhat.com/show_bug.cgi?id=951257

Cheers,
Moritz


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



Bug#742875: hicolor-icon-theme: upgrade reports broken installation

2014-03-28 Thread Chris Bannister
Package: hicolor-icon-theme
Version: 0.13-1
Severity: normal

Dear Maintainer,

During an apt-get upgrade, this is logged:


Processing triggers for hicolor-icon-theme (0.13-1) ...

(gtk-update-icon-cache:28805): GdkPixbuf-WARNING **: Cannot open pixbuf
loader module file
'/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such
file or directory

This likely means that your installation is broken.
Try running the command
  gdk-pixbuf-query-loaders  
/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being.

Running that command outputs:
-bash: gdk-pixbuf-query-loaders: command not found

I am running fvwm. No DE installed.

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

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information


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



Bug#742874: doesn't start correct cluster after upgrade to 9.3

2014-03-28 Thread Wouter Verhelst
Package: postgresql-9.3
Version: 9.3.4-1
Severity: important

Hi,

Something went wrong during the upgrade of postgresql-9.1 to
postgresql-9.3. I'm not sure exactly what, but the case is currently
that the following has happened:

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Naam   Versie  Architecture Omschrijving
+++-==-===--
ii  postgresql 9.3+154 all  
object-relational SQL database (supported version)
ii  postgresql-9.1 9.1.12-0wheezy1 amd64
object-relational SQL database, version 9.1 server
ii  postgresql-9.1-debversion  1.0.6-1+b1  amd64Debian 
version number type for PostgreSQL
ii  postgresql-9.3 9.3.4-1 amd64
object-relational SQL database, version 9.3 server
ii  postgresql-9.3-postgis-2.1 2.1.1-5 amd64Geographic 
objects support for PostgreSQL 9.3
ii  postgresql-9.3-postgis-scripts 2.1.1-6 all  Geographic 
objects support for PostgreSQL 9.3 -- scripts
ii  postgresql-client-9.1  9.1.12-0wheezy1 amd64front-end 
programs for PostgreSQL 9.1
ii  postgresql-client-9.3  9.3.4-1 amd64front-end 
programs for PostgreSQL 9.3
ii  postgresql-client-common   154 all  manager for 
multiple PostgreSQL client versions
ii  postgresql-common  154 all  PostgreSQL 
database-cluster manager

wouter@carillon:~$ sudo service postgresql start
[] Starting PostgreSQL 9.1 database server: main

this waits a while, and then it fails. Passing the additional 9.3
argument does nothing.

I'm not sure what exactly is wrong here, and I'm reluctant to throw away
the cluster (even if it doesn't really contain any important data that
can't be recreated)

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

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

Versions of packages postgresql-9.3 depends on:
ii  libc6  2.18-4
ii  libcomerr2 1.42.9-3
ii  libgssapi-krb5-2   1.12.1+dfsg-1
ii  libkrb5-3  1.12.1+dfsg-1
ii  libldap-2.4-2  2.4.39-1
ii  libpam0g   1.1.8-2
ii  libpq5 9.3.4-1
ii  libssl1.0.01.0.1f-1
ii  libxml22.9.1+dfsg1-3
ii  locales2.18-4
ii  postgresql-client-9.3  9.3.4-1
ii  postgresql-common  154
ii  ssl-cert   1.0.33
ii  tzdata 2014a-1

postgresql-9.3 recommends no packages.

Versions of packages postgresql-9.3 suggests:
pn  locales-all none
pn  oidentd | ident-server  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#737970: mah-jong: missing menu icon entry

2014-03-28 Thread Markus Koschany
Control: tags -1 patch

Dear maintainer,

please find attached a patch that achieves the following:

* Fix missing icon. Add mah-jong.xpm icon and install it to
  /usr/share/pixmaps.
* Update menu file. Add longtitle and icon entry. (Closes: #737970)

Regards,

Markus
From 516f747b131223a924649e6454fe475c712561da Mon Sep 17 00:00:00 2001
From: Markus Koschany a...@gambaru.de
Date: Fri, 28 Mar 2014 13:28:04 +0100
Subject: [PATCH] fix 737970

---
 debian/changelog|  9 +++
 debian/mah-jong.xpm | 76 +
 debian/menu |  8 --
 debian/rules|  1 +
 4 files changed, 92 insertions(+), 2 deletions(-)
 create mode 100644 debian/mah-jong.xpm

diff --git a/debian/changelog b/debian/changelog
index be3112a..de696b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+mah-jong (1.11-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix missing icon. Add mah-jong.xpm icon and install it to
+/usr/share/pixmaps.
+  * Update menu file. Add longtitle and icon entry. (Closes: #737970)
+
+ -- Markus Koschany a...@gambaru.de  Fri, 28 Mar 2014 13:15:21 +0100
+
 mah-jong (1.11-2) unstable; urgency=low
 
   * Switch to dpkg-source 3.0 (quilt) format.
diff --git a/debian/mah-jong.xpm b/debian/mah-jong.xpm
new file mode 100644
index 000..f9c3537
--- /dev/null
+++ b/debian/mah-jong.xpm
@@ -0,0 +1,76 @@
+/* XPM */
+static char *mah_jong[] = {
+/* columns rows colors chars-per-pixel */
+32 32 38 1 ,
+  c black,
+. c #28,
+X c #003500,
+o c #7E,
+O c #006600,
++ c #4E4600,
+@ c #7E4100,
+# c #BA,
+$ c #E6,
+% c #F6,
+ c #FB,
+* c #FE,
+= c #FF0004,
+- c #E72A00,
+; c #E84900,
+: c #E97800,
+ c #008F00,
+, c #7A8F00,
+ c #00C500,
+1 c #00D400,
+2 c #00DE00,
+3 c #00EA00,
+4 c #13E500,
+5 c #1BEA00,
+6 c #00F100,
+7 c #00F700,
+8 c #08F600,
+9 c #00FA00,
+0 c #00FC00,
+q c #2DE100,
+w c #32F900,
+e c #43D500,
+r c #6BED00,
+t c #6AF500,
+y c #F3AA00,
+u c #BAEE00,
+i c #C5F600,
+p c gray100,
+/* pixels */
+pp****pp30pp300330pp,
+p0oooo99390p000pp09300pp,
+p05o,88,o573379pp970p969000p,
+pp==0330ppp933p99p339p,
+O$*pp033003300330pp,
+-#o,p0930000390pp0pp,
+ppp*r4 t769967p,
+pp**=wOX29pp93330pp,
+pp**p0 :03,
+ppp993$%000933,
+pp00093300ppp0993369,
+pp0tpp332333339p,
+330pp93 :pp33e933,
+000pp93$%pp33o*93390pp,
+pp00p93*p3o93330pp,
+pp03p93p3o*93330pp,
+pp0*$11$*99p,
+pp03300;*$1u%**003390p,
+p09390pyro**p0990pp,
+p933ppp*58*=**ppp,
+p933ppp***p**p***ppp,
+p9330009,
+p93396333009966933.o,
+p933p93330ppp99p33o,
+p933p99ppp0330,
+p933p969p99300,
+p933pp730969pp,
+p933pp03339ppp,
+pp0333  pp,
+pp09337099# qqoo,
+pp099973390p990pppi@oo+23369,
+pp0330ppppp***t3339p
+};
diff --git a/debian/menu b/debian/menu
index 869fdbd..e614a61 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,2 +1,6 @@
-?package(mah-jong):needs=X11 section=Games/Card\
-  title=Mah-Jong command=/usr/games/xmj
+?package(mah-jong):needs=X11 \
+  section=Games/Card \
+  title=Mah-Jong \
+  longtitle=Mah-Jong - the original game \
+  command=/usr/games/xmj \
+  icon=/usr/share/pixmaps/mah-jong.xpm
diff --git a/debian/rules b/debian/rules
index 42d4396..9eb0d03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,6 +56,7 @@ binary-arch: build-arch install-arch
 	dh_installdocs
 	dh_installmenu
 	dh_install debian/mah-jong.desktop usr/share/applications
+	dh_install debian/mah-jong.xpm usr/share/pixmaps
 	dh_installchangelogs ChangeLog
 	dh_strip
 	dh_compress
-- 
1.9.1



signature.asc
Description: OpenPGP digital signature


Bug#672726: closed by Ryan Tandy r...@nardis.ca (git conversion has been done)

2014-03-28 Thread Peter Marschall
Hi,

On Friday, 28. March 2014 03:27:09 Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the src:openldap package:
 
 #672726: openldap: Please convert Debian's openldap SVN tepo to git - offer
 by Thomas Koch
 
 It has been closed by Ryan Tandy r...@nardis.ca.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Ryan Tandy
 r...@nardis.ca by replying to this email.

Super,

thanks to all involved, especially Timo!!!
Peter

-- 
Peter Marschall
pe...@adpm.de


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



Bug#742876: linux-image-3.13-1-amd64: After upgrading the kernel the onboard serial port is disabled.

2014-03-28 Thread matsche
Package: src:linux
Version: 3.13.7-1
Severity: normal

Dear Maintainer,

   * What led up to the situation?
 Upgrading the kernel.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 Try to use the serial port. :)

   * What was the outcome of this action?
 It does not work.

   * What outcome did you expect instead?
 Working serial port.

 On the Kernel 3.13-1-amd64 Debian 3.13.6-1 (2014-03-19) the boot message 
for the serial port was
 
 [0.576493] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
 [0.596895] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is 
a 16550A

 on the Kernel 3.13-1-amd64 Debian 3.13.7-1 (2014-03-25) the boot message 
for the serial port is

 [0.577096] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
 [0.577261] serial 00:0a: disabled
 .
 
 It seems this is a related bug: 
https://bugzilla.redhat.com/show_bug.cgi?id=928246
 
 
Best Regards, Matsche


-- Package-specific info:
** Version:
Linux version 3.13-1-amd64 (debian-ker...@lists.debian.org) (gcc version 4.8.2 
(Debian 4.8.2-16) ) #1 SMP Debian 3.13.7-1 (2014-03-25)

** Command line:
BOOT_IMAGE=/vmlinuz-3.13-1-amd64 root=UUID=813cf7aa-fca5-4423-a844-9a5457c051fb 
ro vga=791

** Tainted: O (4096)
 * Out-of-tree module has been loaded.

** Kernel log:
[8.159722] sd 0:0:0:0: [sda]  
[8.161061] Add. Sense: No additional sense information
[8.162388] sd 0:0:0:0: [sda] CDB: 
[8.163708] Read(10): 28 00 01 59 49 c8 00 00 08 00
[8.165056] end_request: I/O error, dev sda, sector 22628808
[8.166380] sd 0:0:0:0: [sda]  
[8.167684] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[8.168997] sd 0:0:0:0: [sda]  
[8.170299] Sense Key : Aborted Command [current] [descriptor]
[8.171618] Descriptor sense data with sense descriptors (in hex):
[8.172893] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[8.174199] 01 59 4a 00 
[8.175469] sd 0:0:0:0: [sda]  
[8.176723] Add. Sense: No additional sense information
[8.177971] sd 0:0:0:0: [sda] CDB: 
[8.179217] Read(10): 28 00 01 59 49 d8 00 00 08 00
[8.180491] end_request: I/O error, dev sda, sector 22628824
[8.181739] sd 0:0:0:0: [sda]  
[8.182966] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[8.184211] sd 0:0:0:0: [sda]  
[8.185410] Sense Key : Aborted Command [current] [descriptor]
[8.186612] Descriptor sense data with sense descriptors (in hex):
[8.187811] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[8.189057] 01 59 4a 00 
[8.190265] sd 0:0:0:0: [sda]  
[8.191454] Add. Sense: No additional sense information
[8.192642] sd 0:0:0:0: [sda] CDB: 
[8.193833] Read(10): 28 00 01 59 49 e8 00 00 08 00
[8.195049] end_request: I/O error, dev sda, sector 22628840
[8.196241] sd 0:0:0:0: [sda]  
[8.197375] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[8.198491] sd 0:0:0:0: [sda]  
[8.199582] Sense Key : Aborted Command [current] [descriptor]
[8.200669] Descriptor sense data with sense descriptors (in hex):
[8.201760] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[8.202890] 01 59 4a 00 
[8.203985] sd 0:0:0:0: [sda]  
[8.205067] Add. Sense: No additional sense information
[8.206152] sd 0:0:0:0: [sda] CDB: 
[8.207229] Read(10): 28 00 01 59 49 f0 00 00 08 00
[8.208306] end_request: I/O error, dev sda, sector 22628848
[8.209362] sd 0:0:0:0: [sda]  
[8.210403] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[8.211457] sd 0:0:0:0: [sda]  
[8.212500] Sense Key : Aborted Command [current] [descriptor]
[8.213561] Descriptor sense data with sense descriptors (in hex):
[8.214617] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[8.215716] 01 59 4a 00 
[8.216784] sd 0:0:0:0: [sda]  
[8.217836] Add. Sense: No additional sense information
[8.218892] sd 0:0:0:0: [sda] CDB: 
[8.219939] Read(10): 28 00 01 59 49 f8 00 00 08 00
[8.220996] end_request: I/O error, dev sda, sector 22628856
[8.222020] ata1: EH complete
[   10.078113] Bridge firewalling registered
[   10.083265] device eth0 entered promiscuous mode
[   10.228733] e1000e :00:19.0: irq 41 for MSI/MSI-X
[   10.329158] e1000e :00:19.0: irq 41 for MSI/MSI-X
[   10.329206] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.331836] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
[   13.954469] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
Rx/Tx
[   13.955987] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   13.957485] br0: port 1(eth0) entered forwarding state
[   13.958987] br0: port 1(eth0) entered forwarding state
[   13.960500] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[   14.515261] RPC: Registered named UNIX socket transport module.
[   14.516236] RPC: Registered udp transport module.
[   

Bug#742878: O: lrzip -- description

2014-03-28 Thread Jari Aalto
Package: wnpp
Severity: normal

I no longer have use for this application. The package is in
otherwise in a good shape: standard 3.9.4, debhelper 9,
Pacakging format 3.0 (quilt), Copyright format 1.0

For a prospective new maintainer:

Start maintaining the package from Git[*]

# OR USE: debcheckout lrzip lrzip.git
git clone $lo...@git.debian.org:/git/collab-maint/lrzip.git

PTS: http://packages.qa.debian.org/l/lrzip.html

Jari

[*]
http://wiki.debian.org/Alioth/Git
http://wiki.debian.org/Alioth/Git#Collab_Maint_project


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



Bug#742877: nagios-plugins-contrib: check_raid does not work for new kernel versions

2014-03-28 Thread Marko von Oppen
Package: nagios-plugins-contrib
Version: 9.20140106~bpo70+1
Severity: normal

Dear Maintainer,

the current version 3.0.5 of check_raid (/usr/lib/nagios/plugins/check_raid -V)
does not work for newer backport kernels.
It seems to be fixed in current upstream version 3.0.6.

So maybe the Wheezy backport version of the package should be updated.

Here the output of both versions:
$ /usr/lib/nagios/plugins/check_raid -V
check_raid Version 3.0.5

$ /usr/lib/nagios/plugins/check_raid
Unexpected parse at /usr/lib/nagios/plugins/check_raid line 597, $fh line 2.

$ /usr/lib/nagios/plugins/check_raid -V
check_raid Version 3.0.6

$ /usr/lib/nagios/plugins/check_raid
OK: mdstat:[md5(56.67 GiB raid1):UU, md4(150.00 GiB raid1):UU, md3(6.01 GiB 
raid1):UU, md2(20.01 GiB raid1):UU, md1(203.81 MiB raid1):UU]

Thanks a lot
Marko

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

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

nagios-plugins-contrib depends on no packages.

Versions of packages nagios-plugins-contrib recommends:
pn  freeipmi-toolsnone
ii  libc6 2.13-38+deb7u1
pn  libdate-manip-perlnone
ii  libdbd-mysql-perl 4.021-1+b1
ii  libio-socket-ssl-perl 1.76-2
pn  libipc-run-perl   none
ii  liblocale-gettext-perl1.05-7+b1
pn  liblwp-useragent-determined-perl  none
pn  libmail-imapclient-perl   none
pn  libmemcached10none
pn  libnagios-plugin-perl none
pn  libnet-cups-perl  none
ii  libnet-dns-perl   0.66-2+b2
pn  libnet-dns-sec-perl   none
pn  libnet-smtp-tls-perl  none
pn  libnet-snmp-perl  none
ii  libnet-ssleay-perl1.48-1+b1
pn  libreadonly-perl  none
ii  libtimedate-perl  1.2000-1
pn  libvarnishapi1none
pn  libwebinject-perl none
pn  libyaml-syck-perl none
ii  lsof  4.86+dfsg-1
ii  nagios-plugins-basic  1.5-1~bpo70+1
ii  openssl   1.0.1e-2+deb7u4
ii  perl  5.14.2-21+deb7u1
ii  perl-base [libsocket-perl]5.14.2-21+deb7u1
ii  python2.7.3-4+deb7u1
pn  python-pymongonone
pn  ruby | ruby-interpreter   none
pn  snmp  none
ii  whois 5.1.1~deb7u1

Versions of packages nagios-plugins-contrib suggests:
pn  backuppc   none
pn  cciss-vol-status   none
pn  expect none
pn  moreutils  none
pn  mpt-status none
pn  nagios-plugin-check-multi  none
pn  perl-doc   none
pn  smstools   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#742710: qtcreator: Welcome plugin does not work, cannot find QtQuick

2014-03-28 Thread Lisandro Damián Nicanor Pérez Meyer
On Friday 28 March 2014 09:26:46 Ralf Jung wrote:
 Hi Lisandro,
 
 that folder does not even exist, so I have some more output for you -
 maybe it's helpful, maybe not ;-)

It is, it means you are in the best position to test this! :-)

Please try the following: first install qtdeclarative5-controls-plugin. We now 
this one is required. This will create /usr/lib/x86_64-linux-
gnu/qt5/qml/QtQuick/Controls/*

Then we have some other packages that install stuff there:

qtdeclarative5-dialogs-plugin
qtdeclarative5-quicklayouts-plugin
qtdeclarative5-localstorage-plugin
qtdeclarative5-particles-plugin
qtdeclarative5-privatewidgets-plugin
qtdeclarative5-window-plugin
qtdeclarative5-xmllistmodel-plugin

Do you mind trying to get which package is the one that we are missing as 
dependency?

Kinds regards, Lisandro.

-- 
I must confess, I was born at a very early age.
 -- Groucho Marx

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#742807: gnome-panel: unable to add panels to the bottom panel while using gnome-flashback

2014-03-28 Thread shirish शिरीष
at bottom :-

On 3/28/14, Dmitry Shachnev mity...@gmail.com wrote:
 On Thu, Mar 27, 2014 at 8:54 PM, shirisha...@gmail.com wrote:
 I have been trying to use gnome-panel to figure out which applications
 are running at the same time in gnome-flashback but haven't been able
 to. One of the things the bottom panel used to be able to do a year or
 two ago was the ability to figure out at a glance how many windows
 (i.e. GUI apps.) are running at the same time and switch between them.

 While I'm able to switch them via gnome-control-center  Keyboard 
 Shortcuts  Navigation  Switch Applications, I can't see them on the
 panel.

 Do you have “Window list” applet in the “Add to panel” list? If yes,
 what happens when you add it?

I have the applet. I try to add it and nothing happens. I have clicked
it many times with no response esp. on the bottom panel.

On the top panel, the applet works as intended. I have removed the
bottom panel number of times and tried start from scratch with adding
the window list applet but to no result.

I have had several oddities happening.

For instance, if I want to add the clock applet to the panel, I have
to attempt it at least 2-3 times.

The notification applet doesn't get added anymore.

I guess the last two I need to file separate bug reports.

Is there someway to figure out things ?

 --
 Dmitry Shachnev

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17


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



Bug#742879: (no subject)

2014-03-28 Thread Iain Lane
Subject: Build for ppc64el (and hopefully other arches too)
Package: gtkpod
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch
Version: 2.1.4-1
Severity: minor
Tags: patch

Hi there,

I noticed in Ubuntu that gtkpod fails to build on our newer
architectures, ppc64el and arm64.

The former is because the symbols file needs updating for ppc64el, and
the latter is fixed when you autoreconf during the build. Logs:

ppc64el:



  * Update symbols for ppc64el
  * Build with dh-autoreconf to fix linking failure on new arches


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



Bug#708070: Re: Bug#708070: Dear maintainers,

2014-03-28 Thread Balint Reczey
Hi,

On 09/22/2013 06:14 PM, Hae-woo Park wrote:
 
 Thank you so much for quick reply.
 
 I think you are absolutely right for Debian Stable.
 And I don't think I was right even in Debian Testing
 because I do not know what is done in the trinity test.
 I think I understand why the conservative approach is needed.
 
 I was merely curious about what makes the differences
 between x32-specific security bugs and non-x32-specific ones.
 I believe the x32 binary support is just an option not different from
 the other kernel options;
 and any kernel option increases the threatening level in security.
 But we do not turned off all the kernel options; even though we all know
 that bugs are everywhere.
 I can totally agree with you if the reason why x32-option is turned off is
 that it can't be built as a module, rarely used, or hard to test.
 But if not, I just thought x32-specific feature can be tested in Sid or
 Testing like the other features
 because those stages aim to find out bugs.
 
 Anyhow I really appreciate that you inform me of the current situation
 and the progress.
 If you have any hyperlink to knowledge base about trinity test, please
 let me know. ( I googled it for a while bug found nothing. )
I think Ben meant this one:
http://codemonkey.org.uk/projects/trinity/

Cheers,
Balint

 
 Thank you.
 
 
 
 Regards,
 Hae-woo Park
 
 
 
 
 2013/9/22 Ben Hutchings b...@decadent.org.uk mailto:b...@decadent.org.uk
 
 On Sun, 2013-09-22 at 21:32 +0900, Hae-woo Park wrote:
 
  AFAIK, there are many x32 packages in amd64 repository.
 
  However, they are unusable due to that the kernel packages turned off
  the related option.
  Actually I do not know what the trinity test is; however,
  IMHO, the option could be turned on for user tests, at least on
  Jessie.
 
 I don't think you understand my concern.  If there is any security issue
 specific to x32 syscalls then we make all the amd64 installations
 vulnerable, not just those where the administrator actually wants to
 support x32.
 
  Is there any progress in this issue ?
 
 I think Matthias Klose was going to try running trinity on x32.
 
 Ben.
 
 --
 Ben Hutchings
 compatible: Gracefully accepts erroneous data from any source
 
 




signature.asc
Description: OpenPGP digital signature


Bug#740097: nvidia-legacy-304xx-kernel-source: Module can not be loaded for Linux 3.13

2014-03-28 Thread John Paul Adrian Glaubitz
Hi!

This issue is resolved by importing the latest upstream version of the
proprietary driver obtained from [1] and [2]. I did that for the
Wheezy clients at work by simply obtaining the source package for
the current version from wheezy-backports, replacing the two driver
packages with the new ones, adding a Debian changelog entry and
rebuilding the package.

I would refrain from using any hacks trying to resolve the issue since
might have negative impacts on the performance or stability of the
driver package.

I would suggest rising package urgency to high for the upload.

Cheers,

Adrian

 [1] http://www.nvidia.com/Download/driverResults.aspx/73965/en-us
 [2] http://www.nvidia.com/Download/driverResults.aspx/73966/en-us

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


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



Bug#742880: cron: [PATCH] Add support for setting the return-path in mails (to e.g. )

2014-03-28 Thread Christopher Odenbach
Package: cron
Version: 3.0pl1-124
Severity: normal
Tags: patch

Dear Maintainer,

at the moment every mail cron sends has the return-path set to
u...@host.domain.tld

This leads to a problem if such a mail provokes a bounce mail from
e.g. a vacancy system. Larger institutions usually have a central
mail server which accepts mail and then forwards it to the recipient.
Bounce mails to bogus mail addresses fill up mail queues because they
cannot be delivered.

My patch adds the possibility to either set the return-path globally to
the empty sender () or alternatively set it per crontab environment
variable.

I also included edited version of manpages and the /etc/default/cron
file to include the global setting as I find it very useful.


-- Package-specific info:
--- EDITOR:


--- /usr/bin/editor:
/bin/nano

--- /usr/bin/crontab:
-rwxr-sr-x 1 root crontab 35880 Jul  3  2012 /usr/bin/crontab

--- /var/spool/cron:
drwxr-xr-x 5 root root 4096 Feb  1  2012 /var/spool/cron

--- /var/spool/cron/crontabs:
drwx-wx--T 2 root crontab 4096 Dec 19  2010 /var/spool/cron/crontabs

--- /etc/cron.d:
drwxr-xr-x 2 root root 4096 Jan 16 14:58 /etc/cron.d

--- /etc/cron.daily:
drwxr-xr-x 2 root root 4096 Dec 18 12:10 /etc/cron.daily

--- /etc/cron.hourly:
drwxr-xr-x 2 root root 4096 Nov 13 11:46 /etc/cron.hourly

--- /etc/cron.monthly:
drwxr-xr-x 2 root root 4096 Nov 13 11:46 /etc/cron.monthly

--- /etc/cron.weekly:
drwxr-xr-x 2 root root 4096 Nov 13 11:46 /etc/cron.weekly


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

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

Versions of packages cron depends on:
ii  adduser 3.113+nmu3
ii  debianutils 4.3.2
ii  dpkg1.16.12
ii  libc6   2.13-38+deb7u1
ii  libpam-runtime  1.1.3-7.1
ii  libpam0g1.1.3-7.1
ii  libselinux1 2.1.9-5
ii  lsb-base4.1+Debian8+deb7u1

Versions of packages cron recommends:
ii  exim4  4.80-7
ii  exim4-daemon-light [mail-transport-agent]  4.80-7

Versions of packages cron suggests:
pn  anacronnone
pn  checksecurity  none
ii  logrotate  3.8.1-4

Versions of packages cron is related to:
ii  libnss-ldap   264-2.5
pn  libnss-ldapd  none
ii  libpam-ldap   184-8.6
pn  libpam-mount  none
pn  nis   none
ii  nscd  2.13-38+deb7u1

-- Configuration Files:
/etc/crontab changed:
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
18 ** * *   rootcd /  run-parts --report /etc/cron.hourly
25 6* * *   roottest -x /usr/sbin/anacron || ( cd /  run-parts 
--report /etc/cron.daily )
47 6* * 7   roottest -x /usr/sbin/anacron || ( cd /  run-parts 
--report /etc/cron.weekly )
52 61 * *   roottest -x /usr/sbin/anacron || ( cd /  run-parts 
--report /etc/cron.monthly )

/etc/pam.d/cron changed:
@include common-auth
auth   required   pam_env.so
@include common-account
@include common-session
sessionrequired   pam_limits.so


-- no debconf information
diff -Naur cron-3.0pl1.orig/compat.h cron-3.0pl1/compat.h
--- cron-3.0pl1.orig/compat.h	2014-03-28 12:38:30.0 +0100
+++ cron-3.0pl1/compat.h	2014-03-28 12:39:12.0 +0100
@@ -63,7 +63,7 @@
 
 #ifndef POSIX
 # if (BSD = 199103) || defined(__linux__) || defined(__GNU__) || defined(ultrix) ||\
-defined(AIX) ||\ defined(HPUX) || defined(CONVEX) || defined(IRIX) || defined(__GLIBC__)
+defined(AIX) || defined(HPUX) || defined(CONVEX) || defined(IRIX) || defined(__GLIBC__)
 #  define POSIX
 # endif
 #endif
diff -Naur cron-3.0pl1.orig/config.h cron-3.0pl1/config.h
--- cron-3.0pl1.orig/config.h	2014-03-28 12:38:30.0 +0100
+++ cron-3.0pl1/config.h	2014-03-28 12:39:12.0 +0100
@@ -44,7 +44,7 @@
 
 #define MAILCMD _PATH_SENDMAIL	/*-*/
 /* #define MAILARGS %s -i -FCronDaemon -odi -oem  %s		/*-*/
-#define MAILARGS %s -i -FCronDaemon -oem  %s		/*-*/
+#define MAILARGS %s %s -i -FCronDaemon -oem  %s		/*-*/
 			/* -i= don't terminate on . by itself
  * -Fx	 = set full-name of sender
 			 * -odi	 = Option Deliverymode Interactive
diff -Naur cron-3.0pl1.orig/cron.8 cron-3.0pl1/cron.8
--- cron-3.0pl1.orig/cron.8	2014-03-28 12:38:30.0 +0100
+++ cron-3.0pl1/cron.8	2014-03-28 12:39:12.0 +0100
@@ -24,6 +24,7 @@
 .SH SYNOPSIS
 cron
 .RB [ -f ]
+.RB [ -r ]
 .RB [ -l ]
 .RB [ -L
 .IR loglevel ]
@@ -36,6 +37,10 @@
 .B -f
 Stay in foreground mode, don't daemonize.
 .TP
+.B -r
+Set the return-path in any emails to  to suppress bounce emails. Can be
+overridden per crontab entry by the environment variable MAILFROM.
+.TP
 .B -l
 Enable LSB compliant names for /etc/cron.d files. This setting, however, does
 not affect the parsing of files under /etc/cron.hourly, /etc/cron.daily,
diff -Naur cron-3.0pl1.orig/cron.c cron-3.0pl1/cron.c
--- 

Bug#675509: still problems with Emacs inferior-octave mode iwth 3.8.0

2014-03-28 Thread Mike Miller
On Fri, Mar 07, 2014 at 19:44:30 +0100, Francesco Potortì wrote:
 Good news first:
 
 launching Octave 3.8 from screen under a virtual terminal shows no
 problems with fltk.  Same from the gui.
 
 From inside the inferior-octave emacs mode, the plot window appears and
 is regularly updated if I make a new plot.  If it is resized, the plot
 inside is resized only if I replot it.  It freezes if I use close or use
 the mouse to close the window.

Ciao Francesco,

More good news. In case you're not monitoring the upstream bug, I
commented that I am now able to reproduce this and think I know the
cause.

The fltk toolkit relies on the readline event loop running in the Octave
shell as its event loop. If readline is disabled (--no-line-editing) or
was not compiled in Octave (not the case for Debian) then fltk exhibits
exactly the behavior you are describing. It is responsive to commands
from the interpreter but freezes after that and cannot react to events
originating from the windowing environment.

When Octave is running in the Emacs inferior mode, it is given the
--no-line-editing option. Therefore, I believe that this is the same
underlying cause. And that means that fltk cannot work within Emacs
currently.

I think there are two possible ways forward. This can be discussed with
the Emacs maintainers to see if that option can be removed. If Octave
does run readline, does it fatally break the inferior mode interface to
Emacs, or is it just doing extra work and the mode authors thought they
would be saving some overhead?

Another way is to simply prevent the fltk toolkit from being selected as
the active toolkit when readline is disabled in Octave. This is already
done when DISPLAY is unset, for example. Gnuplot would be used as a
fallback.

Of course, if you or anyone else can show a case where this fltk problem
still happens without the --no-line-editing option and outside of Emacs
mode, then there may still be an undiagnosed problem with fltk.

-- 
mike


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



Bug#742881: missing license in debian/copyright

2014-03-28 Thread Thorsten Alteholz

Package: camlpdf
Version: 1.7.2+1-1
Severity: serious
User: alteh...@debian.org
Usertags: ftp
X-Debbugs-CC: ftpmas...@ftp-master.debian.org
thanks

Dear Maintainer,

please add the missing license of miniz.c to debian/copyright.

Thanks!
  Thorsten


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



Bug#742015: duplicity: Duplicity ssh public key authentication is broken

2014-03-28 Thread Alexander Zangerl
reassign 742015 python-paramiko
retitle 742015 paramiko: random but frequent public key authentication failures
thanks

On Tue, 18 Mar 2014 11:34:07 +0100, Frodo Larik writes:
Backups with duplicity are failing in a random manner. I use public key
authentication with duplicity and it often dies with the following
message:

BackendException: ssh connection to sftp.host.xxx:22 failed: Authentication fai
led.
...
ssh: starting thread (client mode): 0x1e24590L
ssh: Connected (version 2.0, client OpenSSH_3.7.1p2)
ssh: kex algos:['diffie-hellman-group-exchange-sha1', 'diffie-hellman-group1-sh
a1'] server key:['ssh-rsa', 'ssh-dss'] client encrypt:['aes128-cbc', '3des-cbc'
, 'blowfish-cbc'] server encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc'] cli
ent mac:['hmac-md5', 'hmac-sha1', 'hmac-sha1-96'] server mac:['hmac-md5', 'hmac
-sha1', 'hmac-sha1-96'] client compress:['none'] server compress:['none'] clien
t lang:[''] server lang:[''] kex follows?False
ssh: Ciphers agreed: local®s128-cbc, remote®s128-cbc
ssh: using kex diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: loc
al aes128-cbc, remote aes128-cbc; mac: local hmac-sha1, remote hmac-sha1; compr
ession: local none, remote none
ssh: Switch to new keys ...
ssh: Trying discovered key ## in /root/.ssh/id_rsa
ssh: userauth is OK
ssh: Authentication (publickey) failed.
Using temporary directory /tmp/duplicity-nhEUIu-tempdir
Backend error detail: Traceback (most recent call last):
  File /usr/bin/duplicity, line 1404, in module
with_tempdir(main)
  File /usr/bin/duplicity, line 1397, in with_tempdir
fn()
  File /usr/bin/duplicity, line 1248, in main
action = commandline.ProcessCommandLine(sys.argv[1:])
  File /usr/lib/python2.7/dist-packages/duplicity/commandline.py, line 999, i
n ProcessCommandLine
globals.backend = backend.get_backend(args[0])
  File /usr/lib/python2.7/dist-packages/duplicity/backend.py, line 158, in ge
t_backend
return _backends[pu.scheme](pu)
  File /usr/lib/python2.7/dist-packages/duplicity/backends/sshbackend.py, lin
e 140, in __init__
raise BackendException(ssh connection to %s:%d failed: %s % (parsed_url.h
ostname,portnumber,e))
BackendException: ssh connection to sftp.host.xxx:22 failed: Authentication fai
led.

BackendException: ssh connection to sftp.host.xxx:22 failed: Authentication fai
led.
ssh: EOF in transport thread
--

This all happens when using the default ssh backend (paramiko). 


reassigning this to paramiko.

the failing code essentially boils down to:

import paramiko;
self.client = paramiko.SSHClient()
self.client.set_missing_host_key_policy(AgreedAddPolicy())
# ...parameter are collected...
self.client.connect(hostname=self.config['hostname'], 
 port=self.config['port'], 
 username=self.config['user'], 
 password=password,
 allow_agent=True, 
 look_for_keys=True,
 key_filename=self.config['identityfile'])

regards
az


-- 
Alexander Zangerl + GPG Key 0xB963BD5F (or 0x42BD645D) + http://snafu.priv.at/
It's is not, it isn't ain't, and it's it's, not its, if you mean it is. If
you don't, it's its. Then too, it's hers. It isn't her's. It isn't our's
either. It's ours, and likewise yours and theirs. -- Oxford Uni Press


signature.asc
Description: Digital Signature


Bug#742884: motion: Build package with sqlite3 support

2014-03-28 Thread Manuel CISSE
Package: motion
Version: 3.2.12+git20140228-3
Severity: wishlist

Dear Maintainer,

Current version of motion (3.2.12+git20140228-3) does not support sqlite3 (not 
found during compilation so not enabled).

Adding a dependancy on libsqlite3-dev to the source package should be enough to 
add sqlite3 support (autodetected during configure).

Could you please consider adding sqlite3 support ?

Thanks.

-- 
Regards,
Manuel CISSE

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

Kernel: Linux 3.12-1-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/bash

Versions of packages motion depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.52
ii  libavcodec54   6:9.11-3+b1
ii  libavformat54  6:9.11-3+b1
ii  libavutil526:9.11-3+b1
ii  libc6  2.18-4
ii  libjpeg8   8d-2
ii  libmysqlclient18   5.5.35+dfsg-2
ii  libpq5 9.3.4-1
ii  libsqlite3-0   3.8.3.1-1
ii  zlib1g 1:1.2.8.dfsg-1

Versions of packages motion recommends:
pn  ffmpeg  none

Versions of packages motion suggests:
ii  mysql-client-5.5 [mysql-client]5.5.35+dfsg-2
ii  postgresql-client  9.3+154
ii  postgresql-client-9.3 [postgresql-client]  9.3.4-1

-- Configuration Files:
/etc/default/motion changed [not included]
/etc/motion/motion.conf [Errno 13] Permission denied: u'/etc/motion/motion.conf'
/etc/motion/thread1.conf changed [not included]
/etc/motion/thread2.conf changed [not included]
/etc/motion/thread3.conf changed [not included]

-- debconf information excluded


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



Bug#742885: python-apt: Does not support LFS .deb packages on 32-bit systems

2014-03-28 Thread Guillem Jover
Package: python-apt
Version: 0.9.3.4
Severity: normal
Control: block -1 by 742882

Hi!

python-apt also seems to have issues with LFS .deb files. Some cannot be
fixed until apt provides the fixed interfaces though, here's the issues
I've spotted by code staring, but there might be others:

 - arfile.cc:ararchive_extractdata() will try to slurp the entire ar
   member into memory, on 32-bit systems for members  4 GiB they will
   not fit in the address space (not sure how this method is being used
   though).
 - arfile.cc:_extract() uses short size and read variable, will truncate
   on assignment and on cast.
 - tarfile.cc:PyDirStream::Process() Size and Pos arguments.
 - tarfile.cc:PyDirStream::DoItem() allocates the size of the member,
   which might not fit in the address space on 32-bit systems.

Thanks,
Guillem


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



Bug#742883: evolution: A css themeing issue with evolution-alarm-notify

2014-03-28 Thread shirish शिरीष
Package: evolution
Version: 3.8.5-2+b3
Severity: normal

Dear Maintainer,
I don't use evolution but it's there. I get the following lines in my
.xsession-errors.txt file each time I boot :-

(evolution-alarm-notify:1251): Gtk-WARNING **: Theme parsing error:
gtk.css:102:20: Not using units is deprecated. Assuming 'px'.

Maybe this is fixed in 3.10 which is in experimental, or maybe not. In
either case, please fix.

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

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

Versions of packages evolution depends on:
ii  dbus   1.8.0-2
ii  debconf [debconf-2.0]  1.5.52
ii  evolution-common   3.8.5-2
ii  evolution-data-server  3.8.5-3+b2
ii  gnome-icon-theme   3.10.0-1
ii  libatk1.0-02.10.0-2
ii  libc6  2.18-4
ii  libcamel-1.2-433.8.5-3+b2
ii  libecal-1.2-15 3.8.5-3+b2
ii  libedataserver-1.2-17  3.8.5-3+b2
ii  libevolution   3.8.5-2+b3
ii  libglib2.0-0   2.38.2-5
ii  libgtk-3-0 3.10.7-1
ii  libical1   1.0-1
ii  libnotify4 0.7.6-2
ii  libsoup2.4-1   2.44.2-1
ii  libwebkitgtk-3.0-0 2.2.6-1
ii  libxml22.9.1+dfsg1-3
ii  psmisc 22.21-1

Versions of packages evolution recommends:
ii  bogofilter 1.2.4+dfsg1-2
ii  evolution-plugins  3.8.5-2+b3
ii  yelp   3.10.1-1

Versions of packages evolution suggests:
pn  evolution-ews   none
pn  evolution-plugins-experimental  none
ii  gnupg   1.4.16-1.1
pn  network-manager none

-- debconf information:
  evolution/needs_shutdown:
  evolution/kill_processes:


-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17


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



Bug#742882: apt: Does not support LFS .deb packages on 32-bit systems

2014-03-28 Thread Guillem Jover
Package: apt
Version: 0.9.16.1
Severity: normal

Hi!

Somewhat recently apt was fixed to add LFS for the ar containers, but
the tarballs within are still not LFS-safe on 32-bit systems.

Here's a list of issues I've spotted by code staring, I've not tested
anything, and I should create LFS .deb tests for the tar members too
in dpkg/pkg-tests.git.

Types (should be off_t, long long or any other 64-bit-safe type):

 - ARArchive::Member::Start.
 - pkgDirStream::Size.
 - pkgDirStream::Process(), Size and Pos arguments.
 - ExtractTar::Go(), Size and Read variables, and cast truncation.

The following I guess more out of correctness, as I don't expect to
see  4 GiB control files around:

 - debDebFile::MemControlExtract::Length.
 - debDebFile::MemControlExtract::Process(), Size and Pos arguments.
 - debDebFile::MemControlExtract::TakeControl(), Size argument.

These are minor issues, and would be related to either bogus or
malicious archives, but probably still good to handle:

 - ExtractTar::Go(), GNU_LongLink and GNU_LongName short Length which
   would truncate from Itm.Size.

Thanks,
Guillem


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



Bug#742879: Fat fingers

2014-03-28 Thread Iain Lane
Sorry about that, I fat fingered when typing the bug report and sent it
before it was finished.

I was going to say that the symbols file needs updating for the new
arches and that there's a build failure about a missing -lm link that
goes away when built with dh_autoreconf. Patch attached.

   CCLD gtkpod /usr/bin/ld:
   ../libgtkpod/.libs/libgtkpod.a(misc_conversion.o): undefined
   reference to symbol 'exp@@GLIBC_2.17'
   //lib/powerpc64le-linux-gnu/libm.so.6: error adding symbols: DSO
   //missing from command line

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]
diff -Nru gtkpod-2.1.4/debian/control gtkpod-2.1.4/debian/control
--- gtkpod-2.1.4/debian/control 2013-09-09 08:26:55.0 +0100
+++ gtkpod-2.1.4/debian/control 2014-03-28 12:25:41.0 +
@@ -1,12 +1,13 @@
 Source: gtkpod
 Section: sound
 Priority: extra
 Maintainer: gtkpod Maintainers pkg-gtkpod-de...@lists.alioth.debian.org
 Uploaders: Matteo F. Vescovi mfv.deb...@gmail.com
 Build-Depends: autoconf,
automake,
autotools-dev,
debhelper (= 9),
+   dh-autoreconf,
faad,
flex,
gettext,
diff -Nru gtkpod-2.1.4/debian/libatomicparsley0.symbols 
gtkpod-2.1.4/debian/libatomicparsley0.symbols
--- gtkpod-2.1.4/debian/libatomicparsley0.symbols   2013-09-09 
08:26:55.0 +0100
+++ gtkpod-2.1.4/debian/libatomicparsley0.symbols   2014-03-28 
12:52:40.0 +
@@ -33,8 +33,8 @@
  _Z13UTF8ToUTF16LEPhiPKhi@Base 0.0.1
  _Z13UTF8Toisolat1PhiPKhi@Base 0.0.1
  _Z13char4TOuint32jPc@Base 0.0.1
- (arch=alpha amd64 ia64 kfreebsd-amd64 ppc64 s390x)_Z13char8TOuint64mPc@Base 
0.0.1
- (arch=!alpha !amd64 !ia64 !kfreebsd-amd64 !ppc64 
!s390x)_Z13char8TOuint64yPc@Base 0.0.1
+ (arch=alpha amd64 arm64 ia64 kfreebsd-amd64 ppc64 ppc64el 
s390x)_Z13char8TOuint64mPc@Base 0.0.1
+ (arch=!alpha !amd64 !arm64 !ia64 !kfreebsd-amd64 !ppc64 !ppc64el 
!s390x)_Z13char8TOuint64yPc@Base 0.0.1
  _Z13isolat1ToUTF8PhiPKhi@Base 0.0.1
  _Z13sha1_init_ctxP8sha1_ctx@Base 0.0.1
  _Z13sha1_read_ctxPK8sha1_ctxPv@Base 0.0.1
@@ -82,8 +82,8 @@
  _Z19UInt16FromBigEndianPKc@Base 0.0.1
  _Z19UInt32FromBigEndianPKc@Base 0.0.1
  _Z19UInt64FromBigEndianPKc@Base 0.0.1
- (arch=alpha amd64 ia64 kfreebsd-amd64 ppc64 
s390x)_Z20APar_AtomizeFileInfojjmPchhhjtP11uuid_vitals@Base 0.0.1
- (arch=!alpha !amd64 !ia64 !kfreebsd-amd64 !ppc64 
!s390x)_Z20APar_AtomizeFileInfojjyPchhhjtP11uuid_vitals@Base 0.0.1
+ (arch=alpha amd64 arm64 ia64 kfreebsd-amd64 ppc64 ppc64el 
s390x)_Z20APar_AtomizeFileInfojjmPchhhjtP11uuid_vitals@Base 0.0.1
+ (arch=!alpha !amd64 !arm64 !ia64 !kfreebsd-amd64 !ppc64 !ppc64el 
!s390x)_Z20APar_AtomizeFileInfojjyPchhhjtP11uuid_vitals@Base 0.0.1
  _Z20APar_ExtractDataAtomi@Base 0.0.1
  _Z20APar_ExtractPicPrefsPc@Base 0.0.1
  _Z20APar_FindValueInAtomPcP8_IO_FILEsjj@Base 0.0.1
diff -Nru gtkpod-2.1.4/debian/rules gtkpod-2.1.4/debian/rules
--- gtkpod-2.1.4/debian/rules   2013-09-09 08:26:55.0 +0100
+++ gtkpod-2.1.4/debian/rules   2014-03-28 11:45:48.0 +
@@ -4,7 +4,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-   dh $@ --with python2,pkgkde_symbolshelper --parallel
+   dh $@ --with python2,pkgkde_symbolshelper,autoreconf --parallel
 
 override_dh_install:
rm -f debian/tmp/usr/share/gtkpod/data/COPYING


signature.asc
Description: Digital signature


Bug#622960: ITA: freemind -- Java Program for creating and viewing

2014-03-28 Thread Willem van den Akker
Hi,

Still intending to adopt it.
Have some other things now. If anyone wants to adopt it, it is fine by
me
otherwise I will continue it.

Regard,
Willem

On Thu, 2014-03-27 at 22:43 +0100, Markus Koschany wrote:

 Hello Willem,
 
 do you still intend to adopt Freemind? I'm asking because I haven't seen
 any progress on this bug report yet.
 
 If you are not interested anymore, I suggest to revert the status back
 to RFA. What do you think?
 
 Regards,
 
 Markus
 




Bug#742492: mirror submission for debian.mec.ac.in

2014-03-28 Thread Simon Paillard
Hi,

On Mon, Mar 24, 2014 at 12:16:27PM +, Model Engineering College wrote:
 Package: mirrors
 Severity: wishlist
 
 Submission-Type: new

Thanks for mirroring Debian.
There are a few questions before we can include your mirror in the list.

 Site: debian.mec.ac.in
 Type: leaf
 Archive-architecture: ALL amd64 armel armhf hurd-i386 i386 ia64 
 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390x sparc 
 Archive-ftp: /debian/
 Archive-http: /debian/
 Archive-rsync: debian/

$ rsync debian.mec.ac.in::debian
rsync: failed to connect to debian.mec.ac.in: Connection refused (111)

 IPv6: no
 Archive-upstream: ftp.uk.debian.org
 Updates: four
 Maintainer: Model Engineering College m...@mec.ac.in
 Country: IN India
 Location: Kerala , India
 Sponsor: Govt. Model Engineering College http://www.mec.ac.in

How much bandwidth is available ?

Thanks for your response and best regards. 

-- 
Simon Paillard


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



Bug#742889: bitlbee: including OTR support causes all messages to non-OTR peers to be silently dropped

2014-03-28 Thread Greg Alexander
Package: bitlbee
Version: 3.2.1+otr4-1
Severity: important

Dear Maintainer,

Upgrading the bitlbee packages to 3.2.1+otr4-1 lead to *all* messages to
non-OTR peers to be *silently* dropped.  Seriously.  I believe this is
the same bug as:

   http://bugs.bitlbee.org/bitlbee/ticket/1109

You'll no doubt get that fix in due time anyways, but for now the current
unstable package is unambiguously broken in a really obnoxious way.  We
would be best served by reverting to the last version before this bug was
introduced (which would be about 4 months ago, and I think can be
identified by being pre OTRv4).

Thanks,
- Greg


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

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

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


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

Kernel: Linux 2.6.39.1-linode34 (SMP w/8 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages bitlbee depends on:
ii  bitlbee-common  3.2.1+otr4-1
ii  debianutils 4.0.2
ii  libc6   2.17-92
ii  libevent-2.0-5  2.0.19-stable-3
ii  libgcrypt11 1.5.3-2
ii  libglib2.0-02.36.4-1
ii  libgnutls26 2.12.20-1

bitlbee recommends no packages.

bitlbee suggests no packages.

-- debconf information excluded


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



Bug#742748: [Pkg-xmpp-devel] Bug#742748: jabberd2: fails to build with clang instead of gcc

2014-03-28 Thread Willem van den Akker
Hi,

Thanks for submitting the patch.
I have added it and it will be soon available.

Greetings,
Willem

On Wed, 2014-03-26 at 21:51 +0100, Nicolas Sévelin-Radiguet wrote:

 Package: jabberd2
 Version: 2.2.17-1
 Severity: minor
 Tags: patch
 User: pkg-llvm-t...@lists.alioth.debian.org
 Usertags: clang-ftbfs
 
 Dear Maintainer,
 
 Your package fails to build with clang instead of gcc. [-Wreturn-type]
 The attached patch fixes it.
 Buildlogs and patch are here:
 https://github.com/nonas/debian-clang/tree/master/buildlogs/jabberd2
 
 Regards,
 Nicolas
 
 -- System Information:
 Debian Release: jessie/sid
   APT prefers testing-updates
   APT policy: (500, 'testing-updates'), (500, 'testing')
 Architecture: amd64 (x86_64)
 Foreign Architectures: i386
 
 Kernel: Linux 3.13-1-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
 ___
 Pkg-xmpp-devel mailing list
 pkg-xmpp-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xmpp-devel




Bug#742890: grace: FTBFS due to libxmhtml-dev dependency

2014-03-28 Thread Samuel Thibault
Package: grace
Version: 1:5.1.23-4
Severity: serious
Justification: FTBFS

grace currently FTBFS on buildds because it depends on the non-existent
libxmhtml-dev package.

Samuel

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

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

-- 
Samuel
Client: This program has been successfully installed.
Vendeur (surpris): Et où voyez-vous une erreur ?
Client: C'est  HAS BEEN  !


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



Bug#740670: Info received (Bug#740670: possible CVE requests: perltidy insecure temporary file usage)

2014-03-28 Thread Steven Hancock
This patch is in version 20140328 at CPAN.


On Mon, Mar 10, 2014 at 2:48 PM, Debian Bug Tracking System 
ow...@bugs.debian.org wrote:

 Thank you for the additional information you have supplied regarding
 this Bug report.

 This is an automatically generated reply to let you know your message
 has been received.

 Your message is being forwarded to the package maintainers and other
 interested parties for their attention; they will reply in due course.

 Your message has been sent to the package maintainer(s):
  Don Armstrong d...@debian.org

 If you wish to submit further information on this problem, please
 send it to 740...@bugs.debian.org.

 Please do not send mail to ow...@bugs.debian.org unless you wish
 to report a problem with the Bug-tracking system.

 --
 740670: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740670
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems



Bug#742004: Info received (Bug#742004: perltidy.LOG file left behind)

2014-03-28 Thread Steven Hancock
This is fixed in version 20140328 at CPAN.


On Wed, Mar 19, 2014 at 7:21 AM, Debian Bug Tracking System 
ow...@bugs.debian.org wrote:

 Thank you for the additional information you have supplied regarding
 this Bug report.

 This is an automatically generated reply to let you know your message
 has been received.

 Your message is being forwarded to the package maintainers and other
 interested parties for their attention; they will reply in due course.

 Your message has been sent to the package maintainer(s):
  Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org

 If you wish to submit further information on this problem, please
 send it to 742...@bugs.debian.org.

 Please do not send mail to ow...@bugs.debian.org unless you wish
 to report a problem with the Bug-tracking system.

 --
 742004: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742004
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems



Bug#742881: camlpdf_1.7.2+1-1_amd64.changes REJECTED

2014-03-28 Thread Stéphane Glondu
Le 28/03/2014 17:00, Debian FTP Masters a écrit :
 An exception was raised while processing the package:
 Traceback (most recent call last):
   File /srv/ftp-master.debian.org/dak/dak/process_policy.py, line 98, in 
 wrapper
 function(upload, srcqueue, comments, transaction)
   File /srv/ftp-master.debian.org/dak/dak/process_policy.py, line 150, in 
 comment_accept
 transaction.copy_source(upload.source, suite, 
 source_component_func(upload.source), allow_tainted=allow_tainted)
   File /srv/ftp-master.debian.org/dak/dak/process_policy.py, line 142, in 
 source_component_func
 .join(Component).one()
   File /usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py, line 2193, 
 in one
 Multiple rows were found for one())
 MultipleResultsFound: Multiple rows were found for one()
 
 Original comments:
 [nothing]

Is that normal? I've seen #742881, but I wonder what's the point of
reporting a bug against a package that is not in the archive whereas
there is a natural channel (the REJECTED message) for this kind of thing...


Cheers,

-- 
Stéphane


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



Bug#742896: xbmc: Blank video with VDPAU enabled

2014-03-28 Thread Sergej Wildemann
Package: xbmc
Version: 13.0~beta2+dfsg1-1
Severity: normal

I am using the radeon oss driver with latest mesa 10.1.0-4 to take
advantage of VDPAU acceleration. This kind of worked with xbmc 12.3 with
some tearing, but stopped working with an update to gotham. VDPAU also
works fine through mpv.
After enabling hardware acceleration in video settings, my x264 movies
behave like audio files and do not show any output. The screen stays blank
and the selected decoder shows as ff-h264 in the info overlay.
I also tried the latest OpenELEC which works as expected correctly shows
ff-h264-vdpau as the decoder.

The problem looks like this one:
http://forum.xbmc.org/showthread.php?tid=179796

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

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


Bug#742891: NetworkManager integration broken (user connections / unmanaged devices)

2014-03-28 Thread Michael Biebl
Am 28.03.2014 17:06, schrieb Michael Biebl:

 Even more important is getting the user connections support
 forward-ported. This patch (for wheezy) ensured that unprivileged users
 didn't have to enter a root password whenever you connected to a
 wireless network. This patch, 28_network_user_connections.patch, was
 dropped as well in 3.8
 
 I'm certain that 40-force-online.patch is still necessary. I'm not
 entirely sure about 28_network_user_connections.patch. Unless upstream
 has fixed this in some other way, it needs to be forward ported as well.

I just verified that 28_network_user_connections.patch is still
necessary. Without this patch, I need admin privileges to create a new
(wireless) connection, unless I'm an administrator (i.e. in group sudo).

So we should definitely forward-port this to 3.8 (or 3.12)

-- 
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#742894: Incomplete debian/copyright [was: Uploading package(s)]

2014-03-28 Thread Boris Pek
Package: jabberd2
Version: 2.2.17-1
Severity: serious
Justification: Policy 12.5
X-Debbugs-Cc: debian-ment...@lists.debian.org


Hi,

 Is someone willing to upload the new version of the package?
 It close a bug.
 The package is here: git://anonscm.debian.org/pkg-xmpp/jabberd2.git

At first you should fix lintian error tag:
  E: jabberd2 source: source-is-missing docs/code/jquery.js
In other case this package will be rejected by buildd bot after upload.

Next you should update debian/copyright: it is not full now.
For example, there are no such copyright holders in it:
  Tomasz Sterna
  Adam Strzelecki
  Free Software Foundation
  Internet Software Consortium
  Aladdin Enterprises
  BBN Technologies Corp.
  Kungliga Tekniska Hgskolan
  X Consortium
  Christof Meerwald
  Lucas Nussbaum
  Ubiquecom Inc
  Harald Braumann
  Cryptography Research, Inc.
  Daniel Willmann
  Kevlin Henney
  Nicholas J Humfrey
  SKC, Inc
  The Apache Group.
Also there are files under different licenses and they should be described
properly.

Best regards,
Boris


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



Bug#730437: [Pkg-utopia-maintainers] Bug#730437: network-manager: fails to start

2014-03-28 Thread Michael Biebl
tags 730437 + moreinfo unreproducible
severity 730437 important
thanks

Hi Lucas,

Am 15.12.2013 20:32, schrieb Lucas Nussbaum:
 On 11/12/13 at 11:44 +0100, Laurent Bigonville wrote:
 Hi,

 Well, the problem here is the missing NetworkManager-dispatcher.service
 service file, I've fix this in the git repository[0].

 Could you please try to remove the symlink you have created and install
 this file instead?

 Thanks,

 Laurent Bigonville


 [0]http://anonscm.debian.org/gitweb/?p=pkg-utopia/network-manager.git;a=commitdiff;h=4f5bce36fa1480b213c770fd4cdcbb35bb954b22
 
 Hi Laurent,
 
 I'm sorry, the machine where I encountered that problem is now running
 in an environment where I can't mess with network-manager :(
  

So, the NetworkManager-dispatcher issue has been solved by bigon's
upload. The /run/network/ifstate related crash I cannot reproduce.
I tested with unmanaged devices, manually removing /run/network/ifstate
and this all was handled properly. Thus I'm downgrading the severity and
marking the bug accordingly.

Lucas, did you enable connectivity check support in your
NetworkManager.conf?
If you still have the /etc/NetworkManager/NetworkManager.conf from the
system where the crash occurs, could you please attach it?

Thanks,
Michael



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



signature.asc
Description: OpenPGP digital signature


Bug#711787: falconpl: FTBFS on mipsen

2014-03-28 Thread Dejan Latinovic
Hi,

Falcon has it own basic memory manager functions.
In these functions, during memory allocation,
the size of allocated memory is expanded by sizeof(size_t)
[4 bytes, on 32-bit MIPS],
which is used for saving an amount of allocated memory.

The first 4 bytes are used to store the amount.
Because of that,
the pointer is offset by these 4 bytes and
address of the actual data is not aligned by 8.

Bus Error happens for data with an amount of 8 bytes
or larger, due to usage of 32-bit MIPS
instructions ldc1 and sdc1,
for double type access on  address not aligned by 8.


To avoid this behavior I add one more
block of 4 bytes (sizeof(size_t)) during allocation,
to realign the data address.


With these changes I was able to built the falconpl successfully
on my local MIPS board.

Besides that,
I run tests from tests/core/testsuite/.
There were no fails with a Bus Error.


The patch that contains these changes is attached.

Could you consider including this patch?


Thanks,
Dejan
--- a/engine/memory.cpp
+++ b/engine/memory.cpp
@@ -70,7 +70,11 @@
 
 void * DflAccountMemAlloc( size_t amount )
 {
+#if defined (__mips__ )  !defined(__mips64)
+   size_t *ret =  (size_t*) malloc( amount + 2 * sizeof(size_t) );
+#else
size_t *ret =  (size_t*) malloc( amount + sizeof(size_t) );
+#endif
if ( ret == 0 ) {
   printf( Falcon: fatal allocation error when allocating %d bytes\n, (int) amount );
   exit(1);
@@ -78,7 +82,11 @@
 
gcMemAccount( amount );
*ret = amount;
+#if defined (__mips__ )  !defined(__mips64)
+   return ret+2;
+#else
return ret+1;
+#endif
 }
 
 
@@ -87,8 +95,13 @@
if ( mem != 0 )
{
   size_t *smem = (size_t*) mem;
+#if defined (__mips__ )  !defined(__mips64)
+  gcMemUnaccount( smem[-2] );
+  free( smem-2 );
+#else
   gcMemUnaccount( smem[-1] );
   free( smem-1 );
+#endif
}
 }
 
@@ -105,10 +118,18 @@
 
 
size_t *smem = (size_t*) mem;
+#if defined (__mips__ )  !defined(__mips64)
+   smem-=2;
+#else
smem--;
+#endif
size_t oldalloc = *smem;
 
+#if defined (__mips__ )  !defined(__mips64)
+   size_t *nsmem = (size_t*) realloc( smem, amount + 2 * sizeof( size_t ) );
+#else
size_t *nsmem = (size_t*) realloc( smem, amount + sizeof( size_t ) );
+#endif
 
if ( nsmem == 0 ) {
   printf( Falcon: fatal reallocation error when allocating %d bytes\n, (int) amount );
@@ -121,7 +142,11 @@
else
   gcMemUnaccount( oldalloc - amount );
 
+#if defined (__mips__ )  !defined(__mips64)
+   return nsmem+2;
+#else
return nsmem+1;
+#endif
 }
 
 


Bug#742893: src:grub2: Tanglu GNU/Linux support

2014-03-28 Thread Jon Severinsson
Package: src:grub2
Version: 2.02~beta2-7
Severity: wishlist
Tags: patch

Please apply the attached patch adding support for the Tanglu GNU/Linux [1] 
distribution.

1: http://tanglu.org/

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

Kernel: Linux 3.13-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
From f51f75c8a277eeaaee14596c9062ba65ce36d7b2 Mon Sep 17 00:00:00 2001
From: Jon Severinsson j...@severinsson.net
Date: Fri, 28 Mar 2014 16:00:00 +0100
Subject: [PATCH] Add Tanglu support.

As in Debian except:
- Enable splash screen by default (as Ubuntu)
- Enable quiet and quick boot (as Ubuntu)
- Enable the grub-common init script (as Ubuntu)
- Enable dynamic gfxpayload (as Ubuntu)
- Enable vt handover (as Ubuntu)
- Use monochromatic theme by default (as Ubuntu)
- Use Tanglu GRUB wallpaper by default.
---
 debian/changelog  |8 
 debian/grub.d/05_debian_theme |9 +++--
 debian/rules  |   16 
 3 filer ändrade, 31 tillägg(+), 2 borttagningar(-)

diff --git a/debian/changelog b/debian/changelog
index fefe7323..9aa3a7e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,14 @@ grub2 (2.02~beta2-8) UNRELEASED; urgency=medium
 
   * Backport from upstream:
 - ieee1275: check for IBM pseries emulated machine.
+  * Add Tanglu support, as in Debian except:
+- Enable splash screen by default (as Ubuntu)
+- Enable quiet and quick boot (as Ubuntu)
+- Enable the grub-common init script (as Ubuntu)
+- Enable dynamic gfxpayload (as Ubuntu)
+- Enable vt handover (as Ubuntu)
+- Use monochromatic theme by default (as Ubuntu)
+- Use Tanglu GRUB wallpaper by default.
 
  -- Colin Watson cjwat...@debian.org  Mon, 24 Mar 2014 15:47:50 +
 
diff --git a/debian/grub.d/05_debian_theme b/debian/grub.d/05_debian_theme
index 2e19846f..77564f21 100755
--- a/debian/grub.d/05_debian_theme
+++ b/debian/grub.d/05_debian_theme
@@ -29,8 +29,8 @@ BACKGROUND_CACHE=.background_cache
 
 set_default_theme(){
 	case $GRUB_DISTRIBUTOR in
-		Ubuntu|Kubuntu)
-			# Set a monochromatic theme for Ubuntu.
+		Tanglu|Ubuntu|Kubuntu)
+			# Set a monochromatic theme for Tanglu/Ubuntu.
 			echo ${1}set menu_color_normal=white/black
 			echo ${1}set menu_color_highlight=black/light-gray
 
@@ -176,6 +176,11 @@ fi
 case $GRUB_DISTRIBUTOR in
 	Ubuntu|Kubuntu)
 		;;
+	Tanglu)
+		if set_background_image /usr/share/images/grub/grub.png; then
+			exit 0
+		fi
+		;;
 	*)
 		if set_background_image /usr/share/images/desktop-base/desktop-grub.png; then
 			exit 0
diff --git a/debian/rules b/debian/rules
index a46ee565..b26465e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,6 +71,19 @@ confflags += \
 substvars := \
 	-Vlsb-base-depends=lsb-base (= 3.0-6) \
 	-Vgfxpayload-depends=grub-gfxpayload-lists [any-i386 any-amd64]
+else ifeq (yes,$(shell dpkg-vendor --derives-from Tanglu  echo yes))
+DEFAULT_CMDLINE := quiet splash
+DEFAULT_TIMEOUT := 10
+DEFAULT_HIDDEN_TIMEOUT := 0
+DEFAULT_HIDDEN_TIMEOUT_BOOL := true
+confflags += \
+	--enable-quiet-boot \
+	--enable-quick-boot \
+	--enable-gfxpayload-dynamic \
+	--enable-vt-handoff
+substvars := \
+	-Vlsb-base-depends=lsb-base (= 3.0-6) \
+	-Vgfxpayload-depends=grub-gfxpayload-lists [any-i386 any-amd64]
 else
 DEFAULT_CMDLINE := quiet
 DEFAULT_TIMEOUT := 5
@@ -382,6 +395,9 @@ override_dh_installdocs:
 ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu  echo yes))
 override_dh_installinit:
 	dh_installinit -- start 99 2 3 4 5 .
+else ifeq (yes,$(shell dpkg-vendor --derives-from Tanglu  echo yes))
+override_dh_installinit:
+	dh_installinit -- start 99 2 3 4 5 .
 else
 override_dh_installinit:
 	:
-- 
1.7.10.4



Bug#100808: Loan Offer!

2014-03-28 Thread Fidelity Loan Enterprise
Dear Account User,
Do you need a loan of any kind? contact us now via email: {fidelity4l...@i9.cm} 
 Or call Tel: +44 7010-071-114, +91-8587-041-644. for more info thank you
Best Regards.
Fidelity Loan Company.


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



Bug#602097: Insufficient task force

2014-03-28 Thread Yann Pouillon
Hi,

Our packaging task force is insufficient to deal with all the software
projects we initially intended to package and we have unfortunately to
reduce the list. We are thus leaving exciting to whoever would like to
adopt it. Please contact directly the upstream authors if you're
interested:

  http://exciting-code.org/contact

Thank you in advance.

Best regards,

Yann.

-- 
Free Software is good for you.


signature.asc
Description: PGP signature


Bug#742492: mirror submission for debian.mec.ac.in

2014-03-28 Thread macs mec
On Fri, Mar 28, 2014 at 8:24 PM, Simon Paillard spaill...@debian.orgwrote:

 Hi,

 On Mon, Mar 24, 2014 at 12:16:27PM +, Model Engineering College wrote:
  Package: mirrors
  Severity: wishlist
 
  Submission-Type: new

 Thanks for mirroring Debian.
 There are a few questions before we can include your mirror in the list.

  Site: debian.mec.ac.in
  Type: leaf
  Archive-architecture: ALL amd64 armel armhf hurd-i386 i386 ia64
 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390x sparc
  Archive-ftp: /debian/
  Archive-http: /debian/
  Archive-rsync: debian/

 $ rsync debian.mec.ac.in::debian
 rsync: failed to connect to debian.mec.ac.in: Connection refused (111)


Apologies for the error . It has been corrected now.


  IPv6: no
  Archive-upstream: ftp.uk.debian.org
  Updates: four
  Maintainer: Model Engineering College m...@mec.ac.in
  Country: IN India
  Location: Kerala , India
  Sponsor: Govt. Model Engineering College http://www.mec.ac.in

 How much bandwidth is available ?

We have a 1Gbps  Internet connection


 Thanks for your response and best regards.

 --
 Simon Paillard



Bug#740670: Info received (Bug#740670: possible CVE requests: perltidy insecure temporary file usage)

2014-03-28 Thread Don Armstrong
Control: tag -1 fixed-upstream

On Fri, 28 Mar 2014, Steven Hancock wrote:
 This patch is in version 20140328 at CPAN.

Awesome. Thanks Steven! I'll get this packaged for Debian shortly.

-- 
Don Armstrong  http://www.donarmstrong.com

One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie. -- The Silicon Valley Tarot


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



Bug#742109: Acknowledgement (Soft lookup during port scan and IPTables log enabled)

2014-03-28 Thread Don Armstrong
On Fri, 28 Mar 2014, daniel.gas...@basf.com wrote:
 any update on this bug report so far?
 Do you need further information from us?

This looks awfully like
https://bugzilla.kernel.org/show_bug.cgi?id=6816.

Presumably, you're writing the LOG requests to something (serial console
or similar) which cannot keep up, and the printk blocks.

You should probably switch to using -j ULOG and ulogd instead of -j LOG.

[As a note, you can just e-mail bug...@bugs.debian.org; sending mail to
owner@ goes to the administrator of the bug tracking system, not the
individual maintainers.]

-- 
Don Armstrong  http://www.donarmstrong.com

I will not make any deals with you. I've resigned. I will not be
pushed, filed, stamped, indexed, briefed, debriefed or numbered. My
life is my own. I resign.
 -- Patrick McGoohan as Number 6 in The Prisoner


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



Bug#742896: xbmc: Blank video with VDPAU enabled

2014-03-28 Thread Bálint Réczey
Hi Sergej,

2014-03-28 17:27 GMT+01:00 Sergej Wildemann wildem...@finf.uni-hannover.de:
 Package: xbmc
 Version: 13.0~beta2+dfsg1-1
 Severity: normal

 I am using the radeon oss driver with latest mesa 10.1.0-4 to take advantage
 of VDPAU acceleration. This kind of worked with xbmc 12.3 with some tearing,
 but stopped working with an update to gotham. VDPAU also works fine through
 mpv.
 After enabling hardware acceleration in video settings, my x264 movies
 behave like audio files and do not show any output. The screen stays blank
 and the selected decoder shows as ff-h264 in the info overlay.
 I also tried the latest OpenELEC which works as expected correctly shows
 ff-h264-vdpau as the decoder.

 The problem looks like this one:
 http://forum.xbmc.org/showthread.php?tid=179796
Both mpv and xbmc 12.3 use Libav9 while xbmc 13 uses Libav 10.
If you don't find anything suspicious in ~/.xbmc/temp/xbmc.log please reassign
this bug to libav 10.

Thanks,
Balint


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



Bug#578829: Packaging strategy update

2014-03-28 Thread Yann Pouillon
Hi,

We're currently discussing the creation of a generic library for
Density-Functional Theory (DFT), where the current package could be
included partly or fully. We're thus reshaping our packaging strategy
accordingly.

More news as soon as possible.

Best regards,

Yann.

-- 
Free Software is good for you.


signature.asc
Description: PGP signature


Bug#602113: Bug #674135 incorrectly merged

2014-03-28 Thread Yann Pouillon
Hi,

I've seen that bug #674135, which was filed quite more recently that
the current bug, has been merged incorrectly: although I agreed that
DebiChem would take over the packaging of spglib, I'm still marked as
owner of this bug.

I'll thus fix this discrepancy now.

Best regards,

Yann.

-- 
Free Software is good for you.


signature.asc
Description: PGP signature


Bug#742893: src:grub2: Tanglu GNU/Linux support

2014-03-28 Thread Colin Watson
Control: tag -1 pending

On Fri, Mar 28, 2014 at 04:47:53PM +0100, Jon Severinsson wrote:
 Please apply the attached patch adding support for the Tanglu
 GNU/Linux [1] distribution.

Looks reasonable, thanks.  Applied.

-- 
Colin Watson   [cjwat...@debian.org]


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



Bug#742710: qtcreator: Welcome plugin does not work, cannot find QtQuick

2014-03-28 Thread Ralf Jung
Hi,

 It is, it means you are in the best position to test this! :-)
 
 Please try the following: first install qtdeclarative5-controls-plugin. We 
 now 
 this one is required. This will create /usr/lib/x86_64-linux-
 gnu/qt5/qml/QtQuick/Controls/*

This pulls in qtdeclarative5-quicklayouts-plugin, but it does not
suffice on its own.

 Then we have some other packages that install stuff there:
 
 qtdeclarative5-dialogs-plugin
 qtdeclarative5-quicklayouts-plugin
 qtdeclarative5-localstorage-plugin
 qtdeclarative5-particles-plugin
 qtdeclarative5-privatewidgets-plugin
 qtdeclarative5-window-plugin
 qtdeclarative5-xmllistmodel-plugin
 
 Do you mind trying to get which package is the one that we are missing as 
 dependency?

Actually, non of these. But I needed qtdeclarative5-qtquick2-plugin
which makes sense, considering that it complained about import QtQuick ;-)

This still leaves an error on startup though:

 Failed to load Style for ComboBox_QMLTYPE_54_QML_58(0x2b8f6f0)

which is fixed by installing qtdeclarative5-window-plugin. Then a combo
box shows up at the top-right of the example section of the welcome
page (that section is rather useless for me though as I don't have the
examples installed^^).
And a new error appears:

 QTextStream: No device

That error goes away after installing qtdeclarative5-localstorage-plugin.

So all in all, I needed

qtdeclarative5-qtquick2-plugin
qtdeclarative5-controls-plugin
qtdeclarative5-window-plugin
qtdeclarative5-localstorage-plugin

Kind regards
Ralf


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



Bug#578829: Packaging both major versions at once

2014-03-28 Thread Yann Pouillon
Hi,

The upstream authors of Wannier90 recently released version 2.0. Since
other software projects still depend on version 1.2, and because the
migration will take some time, I'll rename the binary packages so that
both versions can be installed at the same time.

Best regards,

Yann.

-- 
Free Software is good for you.


signature.asc
Description: PGP signature


Bug#742895: [quakespasm] Rotfish are counted twice in the total enemy count

2014-03-28 Thread Miklós Máté

Package: quakespasm
Version: 0.85.9-1
Severity: normal

--- Please enter the report below this line. ---
I thought this old bug of GlQuake was fixed a long time ago.

--- System information. ---
Architecture: amd64
Kernel: Linux 3.12.4-fxa

Debian Release: jessie/sid
500 unstable ftp.uni-kl.de
500 unstable ftp.de.debian.org
1 experimental ftp.de.debian.org

--- Package information. ---
Depends (Version) | Installed
==-+-===
libc6 (= 2.14) |
libgl1-mesa-glx |
OR libgl1 |
libmad0 (= 0.15.1b-3) |
libsdl1.2debian (= 1.2.11) |
libvorbisfile3 (= 1.1.2) |


Package's Recommends field is empty.

Package's Suggests field is empty.


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



  1   2   3   >