Bug#766757: Generated services should start After=systemd-user-sessions.service

2014-10-27 Thread Alexandre Detiste
control: tags -1 + fixed-upstream

Ok, I've added After=systemd-user-sessions.service 
 RequiresMountsFor=/home/folder 
for user crontabs + /var/spool/cron/crontabs/root .

https://github.com/systemd-cron/systemd-cron/commit/98ae11e0341f5c955c9de08778de9de3bafd459b
 


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



Bug#766949: sks: init script doesn't fail when sks can't bind to address

2014-10-27 Thread Christoph Anton Mitterer
Package: sks
Version: 1.1.5-2
Severity: normal



Hi.

This is basically a follow up to #766943.

Apparently sks' initscript doesn't fail, even when sks couldn't
bind to an address, e.g.:

# systemctl -l status sks.service 
● sks.service - (null)
   Loaded: loaded (/etc/init.d/sks)
   Active: active (running) since Mon 2014-10-27 06:52:22 CET; 4min 21s ago
  Process: 1991 ExecStart=/etc/init.d/sks start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/sks.service
   ├─2043 /usr/sbin/sks db
   └─2046 /usr/sbin/sks recon

Oct 27 06:52:22 kronecker systemd[1]: sks.service changed dead - start
Oct 27 06:52:22 kronecker systemd[1991]: Executing: /etc/init.d/sks start
Oct 27 06:52:22 kronecker sks[1991]: Starting sks daemons: sksdb.. sksrecon.. 
done.
Oct 27 06:52:22 kronecker systemd[1]: Child 1991 belongs to sks.service
Oct 27 06:52:22 kronecker systemd[1]: sks.service: control process exited, 
code=exited status=0
Oct 27 06:52:22 kronecker systemd[1]: sks.service got final SIGCHLD for state 
start
Oct 27 06:52:22 kronecker systemd[1]: sks.service changed start - running
Oct 27 06:52:22 kronecker systemd[1]: Job sks.service/start finished, 
result=done
Oct 27 06:52:22 kronecker systemd[1]: Started (null).
Oct 27 06:52:23 kronecker sks[1991]: 2014-10-27 06:52:23 Failed to listen on 
2a01:4f8:a0:4024::2:2:11370: Failure(Failure while binding socket.  Probably 
another socket bound to this address)



Now I think it's quite clear, that having failed to bind to an iface
should be considered a critical errror (since the service
won't be usable) and thus the init-script should fail as well
and not let e.g. systemd believe that everything got right.


Cheers,
Chris.


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



Bug#765406: [Pkg-gnupg-maint] Bug#765406: please add dependency on pinentry-gtk2

2014-10-27 Thread Eric Dorland
* Michael Biebl (bi...@debian.org) wrote:
 Am 26.10.2014 um 01:04 schrieb Eric Dorland:
  * Michael Biebl (bi...@debian.org) wrote:
  Am 24.10.2014 um 06:39 schrieb Eric Dorland:
  Hmmm, are you talking about gnome-keyring? It actually hijacks the
  gpg-agent protocol and breaks some things (see http://b/760102). You
  still need the pinentry program if you disable gnome-keyright AFAIK.
 
  Couldn't that warning message also include hints to install pinentry-gtk2?
  
  It could but just installing it won't fix anything by itself, you need
  to disable the agent functionality in gnome-keyring. Which some people
  will do to work around the bug, and if they do it would be nice if
  they had a graphical pinentry.
 
 Sure. The message could say: If you disable the gnome-keyring
 integration, make sure to install an alternative pinentry program like
 pinentry-gtk2
 
 Problem solved.

I mean not really problem solved, perhaps a slightly better
explanation. I still think it makes sense to install it pinentry-gtk2
with the gnome desktop task but I can live without if you object.

-- 
Eric Dorland e...@kuroneko.ca
43CF 1228 F726 FD5B 474C  E962 C256 FBD5 0022 1E93


signature.asc
Description: Digital signature


Bug#766939: wanna-build: Wanna-build considers alternatives, but buildds don't, causing futile builds

2014-10-27 Thread Johannes Schauer
Hi,

On Mon, 27 Oct 2014 02:27:01 + Wookey woo...@wookware.org wrote:
 Is this a wanna-build bug?

you could also see this as a dose3 bug.

dose-builddebcheck does not eliminate all but the first build dependency as
sbuild does it. Maybe even worse, for it the order of a disjunction does not
matter at all. I see two solutions.  Either wanna-build modifies the build
dependencies before passing them to dose-builddebcheck or I add an option to
dose-builddebcheck to remove build dependencies in disjunctions just as sbuild
does. Doing the latter is probably the right way to do it in the long term but
this will come too late for Jessie.  Thus, you probably have to do the former
anyways until Jessie+1.

In fact, botch already has a utility solving this (because I also stumbled over
this problem a while ago) called botch-remove-virtual-disjunctions. It's a
short Python script which, in case of source packages, modifies
build-dependencies just as sbuild would so that they can then be handled by
dose3.

If you nevertheless think that adding such a feature to dose-builddebcheck
would be a good idea, please file a wishlist bug against dose-builddebcheck so
that the issue does not get lost. I'll see if I can take care of the problem
after the Jessie release.

cheers, josch


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



Bug#766943: systemd: server no longer gets networking after switching to systemd

2014-10-27 Thread Christoph Anton Mitterer
On Mon, 2014-10-27 at 06:56 +0100, Christoph Anton Mitterer wrote: 
 # systemctl -l status sks.service 
 ● sks.service - (null)
Loaded: loaded (/etc/init.d/sks)
Active: active (running) since Mon 2014-10-27 06:52:22 CET; 4min 21s ago
   Process: 1991 ExecStart=/etc/init.d/sks start (code=exited, 
 status=0/SUCCESS)
...
 Oct 27 06:52:23 kronecker sks[1991]: 2014-10-27 06:52:23 Failed to listen on 
 2a01:4f8:a0:4024::2:2:11370: Failure(Failure while binding socket.  Probably 
 another socket bound to this address)

FYI: I've reported the problem, that sks returns success, even though it
couldn't start up successfully as: #766949.


Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Bug#766950: Start up fails if any root cert is a dangling symlink

2014-10-27 Thread Daniel Pocock
Package: repro

Start up fails if any root cert is a dangling symlink


-- 
http://danielpocock.com


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



Bug#682006: Gnus ignores marks from imap server

2014-10-27 Thread Arto Jantunen
Rob Browning r...@defaultvalue.org writes:

 Arto Jantunen vi...@debian.org writes:

 The Gnus version included in Emacs 24 ignores any marks set on an imap
 server, including is the message read or not. This makes the imap
 support of Gnus unusable for the main thing imap is used for (sharing
 one mailbox between multiple client applications). This works normally
 in Emacs 23, so this is a regression.

 Is this still a problem?

 If so, can you elaborate a bit on your situation?  (I'm assuming that
 Gnus normally handles this better, or we'd have heard more
 complaints.)

As I thought, this does happen on upgrade from Emacs 23 to 24, and can
be cleared by removing .newsrc.eld. Some incompatibility with the file
format, perhaps?

-- 
Arto Jantunen


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



Bug#766815: installation-reports: please omit quiet option

2014-10-27 Thread lee
Ben Hutchings b...@decadent.org.uk writes:

 On Sun, 2014-10-26 at 02:44 +0100, lee wrote:
 [...]
 I strongly recommend to change the installer to *not* use the quiet
 option.  Especially with the installer, there is much point in being
 able to see all messages, and not everyone installs Debian on up-to-date
 and/or fully known hardware.

 No, it is important to see the *error* messages.  The bug is that this
 error message is suppressed when 'quiet' is used.

This message is probably not the only error message you don't see when
quiet is used.  IIRC, you don't see it when the killing of modprobe is
being delayed.  I'll have to verify.

 Besides, the quiet option shouldn't be used by default after the
 installation has completed, either.
 [...]

 It is the correct default.  Those *expert* users who feel able to
 interpret the extra information that may be logged to the console are
 exactly the users that are most likely to know how to override this
 default.

You don't have to be that expert user to be able to figure out that
something isn't right when you see the messages, and you cannot expect
everyone to know about this option and how it may hide problems.  I've
been using Debian for over 20 years and didn't know it would hide so
much.  I only found out about it by chance and tried it in desperation.

So I don't understand what should be correct about hiding potentially
important and valuable information from users by default.  It seems far
more logical to display such information until the user has verified
that everything works, in which case they can add this option if they
want.

Users who want as much as possible hidden from them can use other OSs.


-- 
Again we must be afraid of speaking of daemons for fear that daemons
might swallow us.  Finally, this fear has become reasonable.


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



Bug#766920: initramfs-tools: update-initramfs makes system unbootable due to missing rootfs

2014-10-27 Thread Richard Lucassen
On Mon, 27 Oct 2014 00:54:54 +
Ben Hutchings b...@decadent.org.uk wrote:

  After a reboot, the system is unbootable due to a missing rootfs.
 [...]
 
 We support hexadecimal device numbers in the 'root=' kernel parameter
 when booting, but do not expect to see them at build time in the mount
 table.
 
 Please provide the output of 'mount' on one such system.

Sorry, I forgot to mention that:

# mount | grep 803
803 on / type ext4
(rw,noatime,nodiratime,discard,errors=remount-ro,data=ordered)

(this is another system that had the same problem btw)
 
 You are recommended to specify the root device on the kernel command
 line using the syntax 'root=UUID=...'

I use lilo:

boot=/dev/sda
root=/dev/sda3
map=/boot/map
delay=20
compact
prompt
timeout=20
default=Linux

image=/vmlinuz
label=Linux
read-only
initrd=/initrd.img

[..]

I tried both, UUID= and /dev/sda3 in /etc/fstab, but the result was the
same. I haven't tried lilo.conf yet. I'll let you know.

BTW, UUID is great for mounting removable devices, but for fixed
devices it may be problem: you cannot simply copy images to a disk
without adapting the UUID. E.g.: I run a big number of devices and the
disks are copies of a central image. Using UUID would make things more
complex than using /dev/sdX in that case.

R.

-- 
___
It is better to remain silent and be thought a fool, than to speak
aloud and remove all doubt.

+--+
| Richard Lucassen, Utrecht|
+--+


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



Bug#766939: wanna-build: Wanna-build considers alternatives, but buildds don't, causing futile builds

2014-10-27 Thread Kurt Roeckx
On Mon, Oct 27, 2014 at 02:27:01AM +, Wookey wrote:
 Package: wanna-build
 Severity: normal
 
 Sometimes packages go round and round on the builds, trying to be
 built repeatedly, because wanna-build thinks that the build-deps are
 availbale, but when sbuild tries the build it finds them
 unsatisfiable.
 
 This appears to happen when Build-Depends has alternatives. It seems
 that wanna-build considers it OK if any of the alternatives are
 available, even though buildds only take the first option.
 
 My current example is openmeeg. This build-deps on 
 libtiff4-dev | libtiff-dev

We pass this to edos to check it.  But as far as I know we strip
the | libtiff-dev part both in wanna-build for edos and in
sbuild for apt.  So I really have no idea why edos thinks it's
installable and apt thinks it's not installable and edos thinks
it is.


Kurt


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



Bug#494156: please support Fujitsu fi-6xxx series

2014-10-27 Thread Jörg Frings-Fürst
Hello,

on[1] a lot of Fujitsu fi-6xxx supported with complete and good.

So I close this bug.

CU
Jörg


[1] 
http://www.sane-project.org/cgi-bin/driver.pl?manu=fujitsumodel=bus=anyv=p=
-- 
pgp Fingerprint: 7D13 3C60 0A10 DBE1 51F8  EBCB 422B 44B0 BE58 1B6E
pgp Key: BE581B6E
CAcert Key S/N: 0E:D4:56

Jörg Frings-Fürst
D-54526 Niederkail

Threema-ID: SYR8SJXB

IRC: j_...@freenode.net, j_...@oftc.net

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


Bug#766929: SSL handshake failed (fail to connect to sites that only support TLS1.0)

2014-10-27 Thread Laurent Bigonville
Le Sun, 26 Oct 2014 16:52:18 -0700,
Troy Sankey sankey...@gmail.com a écrit :

Hello,

I've added the maintainers of openssl and gnutls in the loop, sorry for
the noise.

 When I use any web browser (that uses libsoup) to access the URL
 https://be.my.ucla.edu/ I get the following error:
 
   Unable to load page
   Problem occurred while loading the URL https://be.my.ucla.edu/
   SSL handshake failed
 
 Affected web browsers include midori, dwb, uzbl, surf, and luakit.
 Browsers that work for me are firefox and rekonq, both of which don't
 use libsoup.  I haven't tried Chromium.
 
 The openssl command line program successfully connects to the server:
 
   $ printf GET / HTTP/1.1\n\n | \
 openssl s_client -ign_eof -connect be.my.ucla.edu:443
   [...]
   HTTP/1.1 302 Please Wait
   [...]
 
 See full output in the attachment openssl.txt

Thanks for the bug report.

libsoup seems to use GnuTLS instead of openssl. I just tried with wget
which is also using GnuTLS and I also get an error:

$ wget -O - https://be.my.ucla.edu/
--2014-10-27 08:11:49--  https://be.my.ucla.edu/
Resolving be.my.ucla.edu (be.my.ucla.edu)... 128.97.52.156
Connecting to be.my.ucla.edu (be.my.ucla.edu)|128.97.52.156|:443... connected.
HTTP request sent, awaiting response... 302 Please Wait
Location: 
https://shb.ais.ucla.edu/shibboleth-idp/profile/Shibboleth/SSO?shire=https%3A%2F%2Fbe.my.ucla.edu%2FShibboleth.sso%2FSAML%2FPOSTtime=1414393910target=cookie%3A1414393910_8276providerId=https%3A%2F%2Fbe.my.ucla.edu%2Fshibboleth-sp%2F
 [following]
--2014-10-27 08:11:50--  
https://shb.ais.ucla.edu/shibboleth-idp/profile/Shibboleth/SSO?shire=https%3A%2F%2Fbe.my.ucla.edu%2FShibboleth.sso%2FSAML%2FPOSTtime=1414393910target=cookie%3A1414393910_8276providerId=https%3A%2F%2Fbe.my.ucla.edu%2Fshibboleth-sp%2F
Resolving shb.ais.ucla.edu (shb.ais.ucla.edu)... 164.67.228.230
Connecting to shb.ais.ucla.edu (shb.ais.ucla.edu)|164.67.228.230|:443... 
connected.
GnuTLS: The TLS connection was non-properly terminated.
Unable to establish SSL connection.

As you can see there is a redirection, to shb.ais.ucla.edu.

Running both openssl s_client and gnutls-cli on this URL gives me an
error. Forcing openssl to use TLS1.0 works. (Not sure how to do the
same with gnutls-cli though).

Also Running the following external test tool on this url gives a
warning:
This site is intolerant to newer protocol versions, which might cause
connection failures.
See: https://www.ssllabs.com/ssltest/analyze.html?d=shb.ais.ucla.edu

So it seems that both openssl and gnutls have issues with this (and
probably all the) sites that are only supporting tls1.0.

I also had issues in the past (with both debian and ubuntu) when trying
to connect some old linksys AP. Other users running Arch where able to
connect to it. This might be related.

So I'm a bit confused here, did we explicitly disable TLS1.0 in debian?
The initial bug reporter is running stable and I'm running unstable.

Cheers,

Laurent Bigonville


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



Bug#766951: hyperic-sigar: don't use -m64 for mips64(el) and arm64

2014-10-27 Thread YunQiang Su
Package: hyperic-sigar
Version: 1.6.4+dfsg-2

When build this package it set '-m64' for mips64(el) and arm64.

This patch can fix this problem.

Index: 
hyperic-sigar-1.6.4+dfsg/bindings/java/hyperic_jni/src/org/hyperic/jni/ArchNameTask.java
===
--- 
hyperic-sigar-1.6.4+dfsg.orig/bindings/java/hyperic_jni/src/org/hyperic/jni/ArchNameTask.java
  2013-01-28 06:39:57.0 +0800
+++ 
hyperic-sigar-1.6.4+dfsg/bindings/java/hyperic_jni/src/org/hyperic/jni/ArchNameTask.java
   2034-12-21 14:48:11.186686096 +0800
@@ -75,7 +75,8 @@
 if (ArchName.is64()) {
 getProject().setProperty(jni.arch64, true);
 if (ArchLoader.IS_LINUX) {
-if (!osArch.equals(ia64)) {
+if (!osArch.equals(ia64)  !osArch.equals(mips64el)
+   !osArch.equals(mips64) 
!osArch.equals(aarch64)) {
 getProject().setProperty(jni.gccm, -m64);
 }
 }

-- 
YunQiang Su


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



Bug#458478: [avision] HP7400 troubles starting with cvs 20071213

2014-10-27 Thread Jörg Frings-Fürst
Hello,

on[1] HP7400 is supported with good.

So I close this bug.

CU
Jörg


[1] http://www.sane-project.org/cgi-bin/driver.pl?manu=HPmodel=bus=anyv=p=
-- 
pgp Fingerprint: 7D13 3C60 0A10 DBE1 51F8  EBCB 422B 44B0 BE58 1B6E
pgp Key: BE581B6E
CAcert Key S/N: 0E:D4:56

Jörg Frings-Fürst
D-54526 Niederkail

Threema-ID: SYR8SJXB

IRC: j_...@freenode.net, j_...@oftc.net

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


Bug#766871: mate-control-center: many settings are unavailable

2014-10-27 Thread Stefano Karapetsas

This issue is fixed in mate-control-center 1.8.3.


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



Bug#766953: llvm-toolchain-3.5: please provide lldb for mips64(el)

2014-10-27 Thread YunQiang Su
Package: llvm-toolchain-3.5
Version: 1:3.5-6

lldb built on mips64(el), while in debian/control, there is no this package.
Please add mips64 and mips64el into the arch list for lldb.

The same situation for llvm-toolchain-snapshot.

-- 
YunQiang Su


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



Bug#766954: xzgv: segfault on C-w then n

2014-10-27 Thread Kevin Ryde
Package: xzgv
Version: 0.9.1-3
Severity: normal
File: /usr/bin/xzgv

Doing a C-w to close the current file then n for normal scaling gets
a segfault.  For example

xzgv /usr/share/pixmaps/xzgv.xpm
control-w
n
=
segfault

I struck this after accidentally pressing C-w.  Maybe if there's no
current file then n should do nothing.  In any case I hope it would
not segfault.


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

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

Versions of packages xzgv depends on:
ii  libc6   2.19-11
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.42.0-2
ii  libgtk2.0-0 2.24.25-1
ii  libx11-62:1.6.2-3

xzgv recommends no packages.

xzgv 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#766955: arcanist and arc: error when trying to install together

2014-10-27 Thread Ralf Treinen
Package: arc,arcanist
Version: arc/5.21q-1
Version: arcanist/0~git20141023-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2014-10-27
Architecture: amd64
Distribution: sid

Hi,

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



Extracting templates from packages: 78%
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libdb5.3:amd64.
(Reading database ... 10889 files and directories currently installed.)
Preparing to unpack .../libdb5.3_5.3.28-6_amd64.deb ...
Unpacking libdb5.3:amd64 (5.3.28-6) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../libbsd0_0.7.0-2_amd64.deb ...
Unpacking libbsd0:amd64 (0.7.0-2) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../libedit2_3.1-20140620-2_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20140620-2) ...
Selecting previously unselected package libgcrypt20:amd64.
Preparing to unpack .../libgcrypt20_1.6.2-4_amd64.deb ...
Unpacking libgcrypt20:amd64 (1.6.2-4) ...
Selecting previously unselected package libgmp10:amd64.
Preparing to unpack .../libgmp10_2%3a6.0.0+dfsg-6_amd64.deb ...
Unpacking libgmp10:amd64 (2:6.0.0+dfsg-6) ...
Selecting previously unselected package libnettle4:amd64.
Preparing to unpack .../libnettle4_2.7.1-3_amd64.deb ...
Unpacking libnettle4:amd64 (2.7.1-3) ...
Selecting previously unselected package libhogweed2:amd64.
Preparing to unpack .../libhogweed2_2.7.1-3_amd64.deb ...
Unpacking libhogweed2:amd64 (2.7.1-3) ...
Selecting previously unselected package libffi6:amd64.
Preparing to unpack .../libffi6_3.1-2_amd64.deb ...
Unpacking libffi6:amd64 (3.1-2) ...
Preparing to unpack .../libp11-kit0_0.20.7-1_amd64.deb ...
Unpacking libp11-kit0:amd64 (0.20.7-1) over (0.18.5-3) ...
Selecting previously unselected package libtasn1-6:amd64.
Preparing to unpack .../libtasn1-6_4.2-2_amd64.deb ...
Unpacking libtasn1-6:amd64 (4.2-2) ...
Selecting previously unselected package libgnutls-deb0-28:amd64.
Preparing to unpack .../libgnutls-deb0-28_3.3.8-3_amd64.deb ...
Unpacking libgnutls-deb0-28:amd64 (3.3.8-3) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../libkeyutils1_1.5.9-5_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-5) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../libkrb5support0_1.12.1+dfsg-11_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.12.1+dfsg-11) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../libk5crypto3_1.12.1+dfsg-11_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.12.1+dfsg-11) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../libkrb5-3_1.12.1+dfsg-11_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.12.1+dfsg-11) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../libgssapi-krb5-2_1.12.1+dfsg-11_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.12.1+dfsg-11) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../libsasl2-modules-db_2.1.26.dfsg1-12_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.26.dfsg1-12) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../libsasl2-2_2.1.26.dfsg1-12_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.26.dfsg1-12) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../libldap-2.4-2_2.4.40-2_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.40-2) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../libmagic1_1%3a5.20-1_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.20-1) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../libxml2_2.9.2+dfsg1-1_amd64.deb ...
Unpacking libxml2:amd64 (2.9.2+dfsg1-1) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../librtmp1_2.4+20131018.git79459a2-4_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20131018.git79459a2-4) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../libssh2-1_1.4.3-4_amd64.deb ...
Unpacking libssh2-1:amd64 (1.4.3-4) ...
Selecting previously unselected package libcurl3:amd64.
Preparing to unpack .../libcurl3_7.38.0-2_amd64.deb ...
Unpacking libcurl3:amd64 (7.38.0-2) ...
Selecting previously unselected package libonig2:amd64.
Preparing to unpack .../libonig2_5.9.5-2_amd64.deb ...
Unpacking libonig2:amd64 (5.9.5-2) ...
Selecting previously unselected package psmisc.
Preparing to unpack .../psmisc_22.21-2_amd64.deb ...
Unpacking psmisc (22.21-2) ...
Selecting previously unselected package libperl4-corelibs-perl.
Preparing to unpack .../libperl4-corelibs-perl_0.003-1_all.deb ...
Unpacking libperl4-corelibs-perl (0.003-1) ...
Selecting previously unselected package lsof.

Bug#671121: [Pkg-xfce-devel] Bug#671121:

2014-10-27 Thread Yves-Alexis Perez
On lun., 2014-10-27 at 01:31 +0100, Ayke van Laethem wrote:
 This bug has been fixed in the upstream release of lightdm-gtk-greeter. See:
 
 https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1024482
 (comment #21)
 https://github.com/mate-desktop/mate-settings-daemon/issues/46#issuecomment-57939325
 
 Would it be possible to include this patch in jessie?
 
I somehow missed the 1.8.6 release, I'm unsure it'll make it to Jessie,
that'll depend on how much time is needed to package it (I don't have
much time right now).

Regards,
-- 
Yves-Alexis


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


Bug#766956: postgresql: 9.4 not released upstream

2014-10-27 Thread Karsten Hilbert
Package: postgresql
Version: 9.4+163
Severity: serious
Tags: upstream
Justification: 5.a)

Hi,

since it is now less than 10 days from Nov 5th and upstream hasn't
released PostgreSQL 9.4 just yet

http://www.postgresql.org/docs/9.4/static/release-9-4.html

I wonder what the rationale is for this metapackage to depend on 9.4 ?

A catalog bump *did* happen between beta2 and beta3, for example.

Karsten

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-updates'), (500, 
'stable-updates'), (500, 'stable'), (50, 'unstable'), (10, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.16-3-686-pae (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 postgresql depends on:
ii  postgresql-9.4  9.4~beta3-3

postgresql recommends no packages.

Versions of packages postgresql suggests:
pn  postgresql-doc  none

-- no debconf information


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



Bug#766957: Patch / update for znc to disable weak ciphers and SSLv2/SSLv3 protocols

2014-10-27 Thread Chris
Package: znc
Version: 0.206-2
Tags: security

Hi,

the ZNC IRC Bouncer (https://packages.debian.org/wheezy/znc) finally allows to 
choose own ciphers and to disable SSLv2/SSLv3 protocols with this pull requests:

https://github.com/znc/znc/pull/716
https://github.com/znc/znc/pull/717

Not sure if those are easy to apply to the older version 0.206-2 in Wheezy but 
want to report this anyway.

Ref to my first report to the debian security mailinglist:
https://lists.debian.org/debian-security/2014/10/msg00057.html


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



Bug#737399: metoo

2014-10-27 Thread Harald Dunkel
On 10/24/14 18:24, Pádraig Brady wrote:
 
 Note /home doesn't seem to be accessible above
 which is another reason to prefer /data here.
 

What do you mean by not accessible? Both /home and
/data work fine.

 In general I think df is behaving correctly here,
 showing what file system space is available on the system.
 If it showed both there would be an ambiguity as to
 whether there were two such file systems available.
 
 If you want to see all nfs file systems you can do it explicitly like:
 
   df -a -t nfs
 

Sure, unless I am on a non-coreutils system, e.g. on AIX:

bash-3.2# df
Filesystem512-blocks  Free %UsedIused %Iused Mounted on
/dev/hd4 4194304   374   11%11555 3% /
/dev/hd212582912   6930544   45%52597 7% /usr
/dev/hd9var  2097152   480   48% 9899 7% /var
/dev/hd316777216  10351952   39%  278259570% /tmp
/dev/fwdump  2097152   20961601%5 1% /var/adm/ras/platform
/dev/hd1 2097152   20905921%   96 1% /_home
/dev/hd11admin2097152   20961121%5 1% /admin
/proc  - -- - -  /proc
/dev/hd10opt16777216  15234200   10%21122 2% /opt
/dev/livedump2097152   20961761%4 1% /var/adm/ras/livedump
/dev/fslv00268435456 2683935041%4 1% /usr/sys/inst.images
/dev/fslv01   1073741824 203972016   82%  244679810% /export
/dev/fslv02 16777216  164109683% 9267 1% /sample
/dev/fslv05   4194304000 3139006384   26%  3308821 1% /local
nfs-data:/space/data 26781332448 3661107344   87% 60070969 8% /data
nfs-home:/space/home 26781332448 3661107344   87% 60070969 8% /home

bash-3.2# df -a -t nfs
df: Not a recognized flag: a
Usage: df  [-P] | [-IMitv] [-gkm] [-s] [filesystem ...] [file ...]


Please note that both nfs-data and nfs-home are CNAMEs for
the same NFS server. /etc/fstab on Linux says

nfs-home:/space/home   /home  nfs   noatime
nfs-data:/space/data   /data  nfs   noatime

The AIX host from the example is setup similar to this.

Surely I am not asking you to support AIX' df flags. But it
would be nice if the central tools included in coreutils stay
in line with other systems.


BTW, the coreutils man page says about -a: include dummy file
systems. Sorry to say, but this is misleading. /home is not
dummy at all. Its a valid mount point, seperate from others. Esp.
there is no local partition mounted for /home, hidden by the
NFS mount.


Regards
Harri


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



Bug#766459: debootstrap: should not try to configure

2014-10-27 Thread Michael Tautschnig
Hi all,

I'm being heavily bitten by this one as well and I'm mildly shocked to see it
crop up this late in the release cycle. I'm not going to hide that I believe
this ought to be reassigned to base-files. I'll try to elaborate below.


Santiago Vila wrote:
[...]
 In this particular case, I believe the reason for the failure (that
 didn't happen before) is some change in base-passwd, not something
 that base-files does differently now.
 

I tend to disagree: base-passwd hasn't been touched since 2014-09-04, whereas
debootstrap only started to fail last week, when base-files 7.7 was uploaded.
It's this change I believe:

http://sources.debian.net/src/base-files/7.7/debian/postinst.in/?hl=132,133,134#L132

Causing

chown: invalid user: 'root:root'

Admittedly, though, this just exposes a problem that had been lingering for a
while as the calls to chown using root:root could have been invoked from several
bits of the postinst script.

 In principle, every essential package may depend on any other, and the
 set of real dependencies may change over time, so it's natural that
 debootstrap needs minor adjustments from time to time.

So would you expect some sort of versioned dependencies in debootstrap? As the
upload of base-files 7.7 showed, it is changes in packages that suddenly require
new hacks. And a key problem is that tools like debootstrap ought to work from
within, e.g., stable release to bootstrap future releases like testing or
unstable. Suggesting that a bootstrapping tool is changed due to updates in
another package is going to cause a major dependency loop as at least testing
efforts such as those of jenkins.d.n will be broken.

In fact it would be easier to codify this in dpkg than in debootstrap, I
believe, as dpkg would live in the same suite as the package to be installed.
But this sounds like very bad design indeed.

   You will find a more complete explanation of this in the logs for
   Bug#760568 where I'm asked no less than to depend on base-passwd,
   which is essential! IMHO, this is definitely not the way to go.
 

Using the essential! hammer doesn't sound like a great argument when your
package is essential.

  It's past time to be untangling the Essential hairball. Correct dependency
  metadata is much more scalable than hacks in debootstrap.
 
 I agree that you may have a point here. In fact, in the aforementioned
 bug #760568 against cdebootstrap, which is very similar to this one,
 I suggested the idea that if the knowledge about right package ordering
 among essential packages were codified and written somewhere, other
 similar tools could use the same information without having to
 reinvent the wheel.
 
 I see now that the control file could be such common place to have
 that information, but I would like to see a little bit of *design*
 before doing anything which is not in policy yet.
 
 For example, we could use:
 
 * The same Depends field we are using for normal dependencies.
 
 * A new field for this particular purpose which dpkg and friends
 ignore under normal circumstances, and an environment variable which
 debootstrap may set to tell dpkg and friends that they should actually
 honor them instead of ignoring them.
 
 * An extension of the Depends field, much like !stage1 is used in
 Build-Depends for build profiles.
 
 So yes, we could consider to codify this metadata (the fact that
 base-files postinst uses chown and expect the root user to exist,
 for example) in *some* way...
 
  Stop being part of the problem, and add the dependency already..
 
 ... but please let us think about it first. Starting to add Depends
 field here and there in a random fashion just because it makes
 debootstrap not to fail anymore is not something I will be happy
 with.
 

I do fully agree that care must be taken, as dependency loops would obviously be
a major problem.

 The Depends field is implicit among the set of essential packages.

I'm not too sure about the among bit here? No doubt that this is implicit for
any non-essential package, but among them I'm not sure whether any rules apply
right now?

 If a tool like apt-get or dpkg really behaves in a different way when
 I add a Depends field which was already implicit, I think that there
 is something fundamentally wrong here.
 

Does dpkg really add the essential information into its dependency
information? Wouldn't this rather be seen as ah, essential, so it must be
there? At least briefly looking at dpkg's source code I cannot seem to see dpkg
considering this implicit dependency at all (unless attempting to remove an
essential package).

 So, to summarize: I'm not opposed to modify policy when it says that
 we don't need to include dependencies on essential packages, but if we
 decide to go that route, please let us do it according to some *plan*,
 not in a random fashion, because otherwise, IMHO, *that* would be the
 real hack.
 

I do appreciate being careful, but then bug fixes for a bug of normal severity
(#763405) shouldn't 

Bug#766459: debootstrap: should not try to configure

2014-10-27 Thread Julien Cristau
On Mon, Oct 27, 2014 at 08:35:14 +, Michael Tautschnig wrote:

 Hi all,
 
 I'm being heavily bitten by this one as well and I'm mildly shocked to see it
 crop up this late in the release cycle. I'm not going to hide that I believe
 this ought to be reassigned to base-files. I'll try to elaborate below.
 
I agree this should be fixed in base-files.

 
 Santiago Vila wrote:
 [...]
  In this particular case, I believe the reason for the failure (that
  didn't happen before) is some change in base-passwd, not something
  that base-files does differently now.
  
 
 I tend to disagree: base-passwd hasn't been touched since 2014-09-04, whereas
 debootstrap only started to fail last week, when base-files 7.7 was uploaded.
 It's this change I believe:
 
 http://sources.debian.net/src/base-files/7.7/debian/postinst.in/?hl=132,133,134#L132
 
 Causing
 
 chown: invalid user: 'root:root'
 
Can't base-files call chown with 0:0 instead of root:root to sidestep
this entirely?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#575414: libsane: Scanner recognized but i/o errors on launching xsane or scanimage

2014-10-27 Thread Daniel Huhardeaux

Le 26/10/2014 12:48, Jörg Frings-Fürst a écrit :

tags 575414 + moreinfo
thanks



Hello,

sane-backends release 1.0.24-3 is now in testing.

Please can you check whether the same bug still exists?


Hello,

sorry but I don't have anymore a testing or SID installed computer.

Regards

--
Daniel Huhardeaux
+33.368460...@tootai.netsip:8...@sip.tootai.net
+48.222472...@tootai.nettootaiNET


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



Bug#766791: mapsembler2: FTBFS if built twice in a row: unrepresentable changes to source

2014-10-27 Thread Olivier Sallou

On 10/26/2014 06:40 PM, Andreas Tille wrote:
 Hi Jakub,

 thanks for the bug report.  It is fixed in SVN.

 On Sat, Oct 25, 2014 at 10:13:02PM +0200, Jakub Wilk wrote:
 Source: mapsembler2
 Version: 2.2.3+dfsg-1
 Severity: important
 User: debian...@lists.debian.org
 Usertags: qa-doublebuild
 I damit I was not aware of the fact that this kind of bugs are of
 severity important.  Not that I agree it should be fixed but I was
 observing several packages with this problem.  Should I really file
 bug reports with this severity?

 Kind regards

   Andreas.

 PS: Olivier, regarding the other bug I wonder whether it might be better
 to file ROM bugs for thos architectures where mapsembler2 does not
 build and inspect the issue later for those architectures.
I agree, as those are quite difficult to debug (and related to HDF5 on
specific archs).
The issue is hdf5 dep is not found:
  The dependency target hdf5 of target gatbcore-static does not exist.
This warning is for project developers.  Use -Wno-dev to suppress it.

I sent a mail to mips team to have some hints...


-- 
Olivier Sallou
IRISA / University of Rennes 1
Campus de Beaulieu, 35000 RENNES - FRANCE
Tel: 02.99.84.71.95

gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438



Bug#766958: [xserver-xorg-video-nv] WISH: make the package available for more architectures, at least i386

2014-10-27 Thread r . ductor
Package: xserver-xorg-video-nv
Version: 1:2.1.20-3
WISH: make the package  availble for more architectures, at least i386.

Dear maintainers

I'm the (sad) owner of an old laptop with a nvidia NV-28 graphic card (Dell 
Inspiron 8500, GeForce 4200, resolution up to 1900x1200).

In spite of the optimistic claims on the xorg website [1], it turns out that 
nouveau is unusable with N28 (See [2], reported 2 years ago. I've reproduced 
the problems yesterday, with a freshly installed testing). Setting noaccel=1 or 
trying the driver modesetting [3] do not improve the situation (checked again 
yesterday).

In my knowledge, the only options to keep a NV28 working on debian currently 
are:
-1- To use  nvidia-kernel-legacy-96xx-dkms for Wheezy (96.43.23) or for Squeeze
-2- To use xserver-xorg-video-vesa, with any release.

The former solution allows to use the 1900x1200 graphics and 3D acceleration, 
but implies to be stacked to Wheezy forever, because nvidia announced that 96xx 
will no more supported [4].

The latter solution, which I prefer, allows to evolute (and e.g. stay in 
testing) but does not allow to use high resolutions and 3D.

I've seen that xserver-xorg-video-nv (no 3D but high resolution) came back in 
jessie for some architectures, so the natural wish would be to have it for more 
architectures (at least i386), if this is technically possible.

My best regards
ric

[1]
http://nouveau.freedesktop.org/wiki/CodeNames/#nv20family

[2]
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686611
https://bugs.freedesktop.org/show_bug.cgi?id=54700

[3]
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687372

[4]
http://www.nvidia.com/object/IO_32667.html


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



Bug#766898: Render context unstable, turns white or black

2014-10-27 Thread Alberto Garcia
On Sun, Oct 26, 2014 at 06:59:15PM +0100, Kai Lüke wrote:

 Regardless whether using Epiphany or
 /usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/MiniBrowser some sites (which
 seem to be embedding stuff?) turn fully white or black (directly or
 after some time), some do this as soon as scrolling or hovers appear
 and turn back to normal if scrolled up again. Examples are rightnow
 planet.gnome.org but also things like Twitter pages (try to scroll).

I just scrolled the whole planet gnome with the MiniBrowser and I
haven't noticed anything wrong.

Do you experience similar problems with webkitgtk 2.4.x or chromium?

Berto


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



Bug#766959: mixxx: SIGSEV scanning music folder

2014-10-27 Thread Francisco José Rodríguez Bogado
Package: mixxx
Version: 1.11.0~dfsg-4
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
Install Mixxx 1.11.0 and launch. Ask for my music dir. Select it and starts
scanning. SIGSEV after a couple of minutes (large music collection; over 160
GB)

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Nothing. Just launch Mixxx. I tried launching throught gdb to see exactly
what's happening, but no -dbg packages installed. So trace it's not very
verbose.

   * What was the outcome of this action?

queen@prometheus:~$ gdb mixxx
GNU gdb (Debian 7.7.1+dfsg-3) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
Type show configuration for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type help.
Type apropos word to search for commands related to word...
Reading symbols from mixxx...(no debugging symbols found)...done.
(gdb) set height 0
(gdb) run
Starting program: /usr/bin/mixxx
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
Debug [Main]: Mixxx 1.11.0 (bzr r3862; built on: Sep 18 2014 @ 10:30:20;
flags: bulk hid hifieq mad optimize qdebug shoutcast vamp verbose
vinylcontrol) is starting...
Debug [Main]: Qt version is: 4.8.6
Debug [Main]: Configuration file is at the current version 1.11.0
Debug [Main]: Loading translations for locale es_ES from translations folder
/usr/share/mixxx/translations/ : success
Debug [Main]: ConfigObject: Could not read 
[New Thread 0x7fffdee50700 (LWP 20768)]
[New Thread 0x7fffde41d700 (LWP 20769)]
Warning [Main]: ControlObject::getControl returning NULL for ( [Channel1] ,
vinylcontrol_mode )
Warning [Main]: ControlObject::getControl returning NULL for ( [Channel2] ,
vinylcontrol_mode )
Debug [Main]: JACK client name set
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:947:(find_matching_chmap) Found no matching channel map
[New Thread 0x7fffd7bed700 (LWP 20770)]
[Thread 0x7fffd7bed700 (LWP 20770) exited]
[New Thread 0x7fffd7bed700 (LWP 20771)]
[Thread 0x7fffd7bed700 (LWP 20771) exited]
[New Thread 0x7fffd7bed700 (LWP 20772)]
[Thread 0x7fffd7bed700 (LWP 20772) exited]
[New Thread 0x7fffd7bed700 (LWP 20773)]
[Thread 0x7fffd7bed700 (LWP 20773) exited]
[New Thread 0x7fffddc1c700 (LWP 20774)]
Cannot connect to server socket err = No existe el fichero o el directorio
Cannot connect to server request channel
jack server is not running or cannot be started
[Thread 0x7fffddc1c700 (LWP 20774) exited]
Warning [Main]: ControlObject::getControl returning NULL for ( [Flanger] ,
lfoDepth )
Warning [Main]: ControlObject::getControl returning NULL for ( [Flanger] ,
lfoDelay )
Warning [Main]: ControlObject::getControl returning NULL for ( [Flanger] ,
lfoPeriod )
Debug [Main]: Available QtSQL drivers: (QSQLITE, QMYSQL3, QMYSQL)
Debug [Main]: DB status: /home/queen/.mixxx/mixxxdb.sqlite = true
Debug [Main]: SchemaManager::upgradeToSchemaVersion already at version 17
Debug [Main]: TrackDAO::initialize QThread(0xd7dc10, name = Main)
qt_sql_default_connection
Debug [Main]: CrateDAO::initialize()
Debug [Main]: CueDAO::initialize QThread(0xd7dc10, name = Main)
qt_sql_default_connection
[New Thread 0x7fffd7bed700 (LWP 20775)]
Debug [Main]: Default quick links: (/home/queen/Música/Audio/,
/home/queen/Música/, /home/queen/, /home/queen/Documentos/)
Debug [Main]: Appending Quick Link:  Audio --- /home/queen/Música/Audio/
Debug [Main]: Appending Quick Link:  Música --- /home/queen/Música/
Debug [Main]: Appending Quick Link:  queen --- /home/queen/
Debug [Main]: Appending Quick Link:  Documentos --- /home/queen/Documentos/
Debug [Main]: Creating session history playlist name: 2014-10-27 (4)
Debug [Main]: Committing transaction on qt_sql_default_connection result:
true
Debug [Main]: Traktor Library Location=[ /home/queen/collection.nml ]
Debug [Main]: AnalyserWaveform::AnalyserWaveform()
Debug [Main]: Setting VAMP_PATH to:
/usr/lib/mixxx/plugins/vamp:/home/queen/.mixxx/plugins/vamp/:/usr/bin/lin32_build
/vamp-plugins:/usr/bin/lin64_build/vamp-plugins
[New Thread 0x7fffd4dd0700 (LWP 20776)]
Debug [Main]: Creating ControllerManager
Debug [Main]: Extension .bulk.xml total 1 presets
Debug [Main]: Extension .hid.xml total 7 presets
Debug [Main]: Extension .midi.xml 

Bug#765285: anwser from MIPs team

2014-10-27 Thread Olivier Sallou
Indeed,
the mips team gave me an answer on issue [0]


This implies modifications on sync methods.  I have sent info upstream
to see if they are willing to change that.

[0] https://lists.debian.org/debian-mips/2014/10/msg8.html

-- 
Olivier Sallou
IRISA / University of Rennes 1
Campus de Beaulieu, 35000 RENNES - FRANCE
Tel: 02.99.84.71.95

gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


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



Bug#766960: debian-installer-netboot-images: Please provide packages for Debian 8

2014-10-27 Thread Petter Reinholdtsen

Source: debian-installer-netboot-images
Version: 20130613+deb7u2.b3
Severity: important
User: debian-...@lists.debian.org
Usertags: debian-edu

Hi.  Will there be netboot images for Debian Jessie (version 8)
available?  We used the version 7 packages in Debian Edu Wheezy, and
miss the version 8 packages for our main server profile.  They are
useful for installations without Internet access.

-- 
Happy hacking
Petter Reinholdtsen


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



Bug#766961: RM: mapsembler2 [mips mipsel powerpc sparc] -- RoM; FTBFS

2014-10-27 Thread olivier sallou
Package: mapsembler2
Version: 2.2.3+dfsg-1
X-Debbugs-CC: debian-...@lists.debian.org

Package mapsembler2 fails to built on a few archs (#765285). We wish to
remove those archs for the moment waiting for further analysis and debug
with upstream.


Bug#766962: CVE-2014-8483: quassel: out-of-bounds read issue

2014-10-27 Thread Henri Salo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: quassel
Version: 0.10.0-2
Severity: important
Tags: security, fixed-upstream

https://github.com/quassel/quassel/commit/8b5ecd226f9208af3074b33d3b7cf5e14f55b138
http://bugs.quassel-irc.org/issues/1314


 Check for invalid input in encrypted buffers

 The ECB Blowfish decryption function assumed that encrypted input would
 always come in blocks of 12 characters, as specified. However, buggy
 clients or annoying people may not adhere to that assumption, causing
 the core to crash while trying to process the invalid base64 input.

 With this commit we make sure that we're not overstepping the bounds of
 the input string while decoding it; instead we bail out early and display
 the original input. Fixes #1314.

 Thanks to Tucos for finding that one!


- ---
Henri Salo
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlROCigACgkQXf6hBi6kbk9F7wCgiMXj+fPrji5W3ABkpGicRfhV
ioIAn3hTgwWppPDKcDBngyjSrUrU1FmO
=K8h6
-END PGP SIGNATURE-


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



Bug#482999: dash: builtin function 'jobs -p' doesn't work as expected

2014-10-27 Thread Herbert Xu
On Sat, Jun 28, 2008 at 04:25:28PM +0200, Miroslav Rudisin wrote:
  On Mon, May 26, 2008 at 02:58:17PM +0200, Miroslav Rudisin wrote:
   children's PIDs are not printed when called in eval block
   
   $ sleep 1000 
   $ sleep 100 
   $ jobs -p
   14202
   14201
   $ echo $(jobs -p)
   
   $
  
  Hi, I don't think that's a bug, the jobs builtin 'shall display the
  status of jobs that were started in the current shell environment;'[0]
  
  When running jobs in a subshell, you change the shell environment for
  the jobs builtin.
 
 ok, i understand. but then we have not reasonable way to store pids of 
 background
 process into shell variable...
 
 $ sleep 1000 
 $ sleep 100 
 
 $ for i in `jobs -p`; do echo $i; done  # doesn't work
 $ jobs -p | xargs   # doesn't work
 
 only working way is redirecting output to the file
 
 $ jobs -p  /tmp/pids   # this works

You should use $!.

Cheers,
-- 
Email: Herbert Xu herb...@gondor.apana.org.au
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


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



Bug#741536: closed by Debian FTP Masters ftpmas...@ftp-master.debian.org (Bug#753885: Removed package(s) from unstable)

2014-10-27 Thread Harald Dunkel
Please reopen and reassign to emacs24-bin-common.
Same problem.


Thanx very much
Harri


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



Bug#766963: llvm-defaults: add mips64 and mips64el to lldb list

2014-10-27 Thread YunQiang Su
Package: src:llvm-defaults
Version: 0.24

Please add mips64 and mips64el to lldb support list in debian/rules.


-- 
YunQiang Su


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



Bug#762782: libprocps4-dev and libprocps3-dev: error when trying to install together

2014-10-27 Thread gregor herrmann
On Mon, 27 Oct 2014 11:11:09 +0200, Andrei POPESCU wrote:

  libprocps4-dev doesn't exist anymore, so I guess this bug can be
  closed.
 Done.

Great, thanks.


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   BOFH excuse #420:  Feature was not beta tested 


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



Bug#765855: possible workaround in simgear

2014-10-27 Thread Rebecca N. Palmer

This bug can be avoided by the attached patch to simgear.

I'd still prefer to really fix it in openscenegraph (with the earlier 
patch), but am offering this as an alternative if that is deemed too 
much for a freeze exception.
Description: Work around openscenegraph use-after-free bug

Calling openscenegraph's removeUpdateCallback(nc) when there are no other
references to nc creates a use-after-free condition, and hence a crash.
Avoid this by creating another reference before calling it.

Author: Rebecca N. Palmer rebecca_pal...@zoho.com
Bug-Debian: https://bugs.debian.org/765855

--- simgear-3.0.0.orig/simgear/scene/util/UpdateOnceCallback.cxx
+++ simgear-3.0.0/simgear/scene/util/UpdateOnceCallback.cxx
@@ -20,6 +20,7 @@
 #include UpdateOnceCallback.hxx
 
 #include osg/Node
+#include osg/ref_ptr
 
 namespace simgear
 {
@@ -27,6 +28,7 @@ using namespace osg;
 
 void UpdateOnceCallback::operator()(Node* node, NodeVisitor* nv)
 {
+ref_ptrUpdateOnceCallback prevent_premature_deletion=this;
 doUpdate(node, nv);
 node-removeUpdateCallback(this);
 // The callback could be deleted now.


Bug#503840: [BUILTIN] Handle -- in dotcmd

2014-10-27 Thread Herbert Xu
commit 12ad48bb31b003eb6d3106478b7760a031969a36
Author: Herbert Xu herb...@gondor.apana.org.au
Date:   Mon Oct 27 16:56:46 2014 +0800

[BUILTIN] Handle -- in dotcmd

This patch adds a nextopt call in dotcmd in order to handle --.

Reported-by: Stephane Chazelas stephane_chaze...@yahoo.fr
Signed-off-by: Herbert Xu herb...@gondor.apana.org.au

diff --git a/ChangeLog b/ChangeLog
index f015066..5212a9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
* Use error instead of warnx for fatal errors in printf.
* Optimise handling of backslash octals in printf.
* Simplify echo command.
+   * Handle -- in dotcmd.
 
 2014-10-13  Eric Blake ebl...@redhat.com
 
diff --git a/src/main.c b/src/main.c
index 00c5e00..985e8c4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -321,15 +321,19 @@ dotcmd(int argc, char **argv)
 {
int status = 0;
 
-   if (argc = 2) {/* That's what SVR2 does */
+   nextopt(nullstr);
+   argv = argptr;
+
+   if (*argv) {
char *fullname;
 
-   fullname = find_dot_file(argv[1]);
+   fullname = find_dot_file(*argv);
setinputfile(fullname, INPUT_PUSH_FILE);
commandname = fullname;
status = cmdloop(0);
popfile();
}
+
return status;
 }

Cheers,
-- 
Email: Herbert Xu herb...@gondor.apana.org.au
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


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



Bug#766929: SSL handshake failed (fail to connect to sites that only support TLS1.0)

2014-10-27 Thread Troy Sankey
On 2014-10-27 00:44:31 -0700, Laurent Bigonville wrote:
 As you can see there is a redirection, to shb.ais.ucla.edu.
 
 Running both openssl s_client and gnutls-cli on this URL gives me an
 error. Forcing openssl to use TLS1.0 works. (Not sure how to do the
 same with gnutls-cli though).

  $ gnutls-cli --priority NORMAL:-VERS-TLS1.2:-VERS-TLS1.1 shb.ais.ucla.edu

This disables TLS1.2 and TLS1.1, forcing it to use TLS1.0.  It
connects successfully only with TLS1.0.

It seems like all those browsers I tested actually *can* connect
successfully to be.my.ucla.edu, but they fail when redirecting to
shb.ais.ucla.edu which only supports TLS1.0.

Troy


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



Bug#766966: g++-4.9-arm-linux-gnueabihf: Cannot install package due to conflict with debian's gcc-4.9-base-4.9.1-19

2014-10-27 Thread mateusz.ka...@gmail.com
Package: g++-4.9-arm-linux-gnueabihf
Severity: grave
Justification: renders package unusable

Dear Maintainer,

I cannot install gnueabihf for armhf toolchain on amd64 platform.

g++-4.9-arm-linux-gnueabihf : Depends: gcc-4.9-base (= 4.9.1-18) but
4.9.1-19 is to be installed
   Depends: cpp-4.9-arm-linux-gnueabihf (=
4.9.1-18) but it is not going to be installed
   Depends: gcc-4.9-arm-linux-gnueabihf (=
4.9.1-18) but it is not going to be installed
   Depends: libstdc++-4.9-dev:armhf (=
4.9.1-18) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I believe this is because current gcc-4.9-base in Debian is 4.9.1-19 which
is in conflict with 4.9.1-18, and there is no existing package of
gcc-4.9-base-4.9.1-18 for amd64 architecture in any repository. Solution
would probably to update packages.


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

Kernel: Linux 3.16-2-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


Bug#766965: debsources: RSS/Atom feed of data changes

2014-10-27 Thread Stefano Zacchiroli
Package: qa.debian.org
Severity: wishlist
User: qa.debian@packages.debian.org
Usertags: debsources

Debsources should offer a parseable feed of changes to its dataset (package
addition, removal, suite changes, etc). RSS/Atom is the most natural format to
use here. Implementing this will need a bit of design work on the type and
granularity of events to support.

Cheers.

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

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


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



Bug#379227: [PATCH 1/9] [BUILTIN] Handle embedded NULs correctly in printf

2014-10-27 Thread Herbert Xu
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379227

On Sat, Jul 22, 2006 at 12:48:38PM +0200, A Mennucc wrote:
 Package: dash
 Version: 0.5.3-3
 Severity: normal
 
 hi
 
 here are the examples
 
 $ bash -c 'echo -n -e A\0102C\00D\0E | hexdump -c'
 000   A   B   C  \0   D  \0   E
 007
 
 $ /bin/echo -n -e A\0102C\00D\0E | hexdump -c
 000   A   B   C  \0   D  \0   E
 007
 
 $ zsh -c 'echo -n -e A\0102C\00D\0E | hexdump -c'
 000   A   B   C  \0   D  \0   E
 007
 
 $ dash -c 'echo -n  A\0102C\00D\0E | hexdump -c'
 000   A   B   C
 003
 
 and also
 
 $ dash -c 'echo -n  ABC\0DEFGH | hexdump -c'
 000   A   B   C
 003
 
 As you see, dash 's builtin echo truncates the output at the first \0
 
 a.
 
 -- System Information:
 Debian Release: testing/unstable
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'testing')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.16-1-k7
 Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
 
 Versions of packages dash depends on:
 ii  libc6 2.3.6-15   GNU C Library: Shared libraries
 
 dash recommends no packages.
 
 -- debconf information:
 * dash/sh: false
 
 -- 
 Andrea Mennucc
  E' un mondo difficile. Che vita intensa! (Tonino Carotone)

This patch fixes handling of embedded NULs using an approach similar
to the one taken by NetBSD.  In particular, we first determine the
length of the output string, and then use a sequence of Xs of the
same length as input to the underlying C printf to determine the
amount of leading and trailing padding.  Finally we replace the
Xs with the actual string before writing it out.

In order to print out the temporary string containing Xs and padding,
a new helper xasprintf is added.  Unlike asprintf though, our
xasprintf prints to the ash stack rather than using straight malloc
memory.

Signed-off-by: Herbert Xu herb...@gondor.apana.org.au
---

 ChangeLog  |1 
 src/bltin/printf.c |   80 ---
 src/output.c   |   82 ++---
 src/output.h   |3 +
 4 files changed, 119 insertions(+), 47 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 46ef4c2..379672f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2014-10-27  Herbert Xu herb...@gondor.apana.org.au
 
* Add printf support for format string a, A, and F.
+   * Handle embedded NULs correctly in printf.
 
 2014-10-13  Eric Blake ebl...@redhat.com
 
diff --git a/src/bltin/printf.c b/src/bltin/printf.c
index e0ef912..213025f 100644
--- a/src/bltin/printf.c
+++ b/src/bltin/printf.c
@@ -40,7 +40,7 @@
 #include string.h
 #include unistd.h
 
-static int  conv_escape_str(char *);
+static int  conv_escape_str(char *, char **);
 static char*conv_escape(char *, int *);
 static int  getchr(void);
 static double   getdouble(void);
@@ -73,6 +73,53 @@ static char  **gargv;
} \
 }
 
+#define ASPF(sp, f, func) ({ \
+   int ret; \
+   switch ((char *)param - (char *)array) { \
+   default: \
+   ret = xasprintf(sp, f, array[0], array[1], func); \
+   break; \
+   case sizeof(*param): \
+   ret = xasprintf(sp, f, array[0], func); \
+   break; \
+   case 0: \
+   ret = xasprintf(sp, f, func); \
+   break; \
+   } \
+   ret; \
+})
+
+
+static int print_escape_str(const char *f, int *param, int *array, char *s)
+{
+   struct stackmark smark;
+   char *p, *q;
+   int done;
+   int len;
+   int total;
+
+   setstackmark(smark);
+   done = conv_escape_str(s, p);
+   q = stackblock();
+   len = p - q;
+
+   p = makestrspace(len, p);
+   memset(p, 'X', len - 1);
+   p[len - 1] = 0;
+
+   q = stackblock();
+   total = ASPF(p, f, p);
+
+   len = strchrnul(p, 'X') - p;
+   memcpy(p + len, q, strchrnul(p + len, ' ') - (p + len));
+
+   out1mem(p, total);
+
+   popstackmark(smark);
+   return done;
+}
+
+
 int printfcmd(int argc, char *argv[])
 {
char *fmt;
@@ -154,17 +201,14 @@ pc:
fmt[1] = 0;
switch (ch) {
 
-   case 'b': {
-   int done = conv_escape_str(getstr());
-   char *p = stackblock();
+   case 'b':
*fmt = 's';
-   PF(start, p);
/* escape if a \c was encountered */
-   if (done)
+   if (print_escape_str(start, param, array,
+getstr()))
goto out;
*fmt = 'b';
break;
-   }
case 

Bug#766967: debsources: refactoring - make web UI parts conditional on plugin enablement

2014-10-27 Thread Stefano Zacchiroli
Package: qa.debian.org
Severity: normal
User: qa.debian@packages.debian.org
Usertags: debsources

Various parts of Debsources UI should really be exposed only if specific
plugins are enabled, e.g., ctags-based search, sloccount statistics, etc. The
way to go about this with Flask are pluggable views
http://flask.pocoo.org/docs/latest/views/

To proper implement this, we will probably need to improve the plugin API,
which is at present rather thin.

Cheers.

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

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


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



Bug#766968: debsources: test suite - differentiate sid and jessie

2014-10-27 Thread Stefano Zacchiroli
Package: qa.debian.org
Severity: minor
User: qa.debian@packages.debian.org
Usertags: debsources

Debsources test suite spans several Debian releases/suites. However, at present
sid and jessie in the test suite are made of exactly the same packages. This is
suboptimal and might hide errors.

We should add/remove packages to one or the other, to ensure the two sets of
packages are different. This will probably break some tests, that will need to
be fixed accordingly.

Cheers.

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

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


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



Bug#766964: grml2usb (0.14.10) :fatal error

2014-10-27 Thread Evgeni Golov
Hi Martin,

On 10/27/2014 10:05 AM, Martin Ziegler wrote:
grml2usb --bootoptions=lang=de --bootoptions=nodhcp 
 grml64-full_2014.03.iso /dev/sdd1
 
 stops with the error
 
Executing grml2usb version 0.14.10
Using ISO grml64-full_2014.03.iso
Fatal: 'NoneType' object has no attribute 'getFlag'

Can you provide a fdisk -l for /dev/sdd please?
I do not really understand how part can be None here :/

In the meantime, you can override the bootflag detection with
--skip-bootflag.

Greets
Evgeni


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



Bug#750939: [pkg-fgfs-crew] Bug#750939: Bug #750939: flightgear: Occasional deadlock when processing key input

2014-10-27 Thread Markus Wanner
Ludovic,

On 10/24/2014 11:47 PM, Rebecca N. Palmer wrote:
 If it is that, the attached should fix it, but since I've never had this
 problem myself I can't test it.

Could you please try this patch? I'd like to get some indication that it
actually fixes the issue, before asking for a freeze exception.

Regards

Markus



signature.asc
Description: OpenPGP digital signature


Bug#766969: RM: xbmc-dbg [powerpc] -- ROM, ANAIS, too big and not used much

2014-10-27 Thread Balint Reczey
Package: ftp.debian.org
Severity: normal

Hi FTP masters,

Please remove xbmc-dbg [powerpc]. I am the package maintainer.

I'm now shipping debug symbols only for amd64 and i386 to save disk
space on mirrors.

Cheers,

Balint


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



Bug#762056: d-i.debian.org: update jenkins job to use daily-build-overview

2014-10-27 Thread Holger Levsen
Hi,

On Donnerstag, 18. September 2014, Cyril Brulebois wrote:
 It'd probably a good idea to update this jenkins job:
   https://jenkins.debian.net/view/d-i_misc/job/d-i_parse_build_logs/

I was thinking of disabling or removing this job last night and then this 
morning remembered this bug.. :)

 to use this page instead:
   http://d-i.debian.org/daily-images/daily-build-overview.html

ok, can do. do you know a better data source than grepping the html?
 
what do you think about splitting this job into many, one per architecture? 
that way we could also tune notifications and eg not only notify debian-boot 
but also the ia64-porters when their build fails...


cheers,
Holger




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


Bug#750557: pgadmin3: segmentation fault

2014-10-27 Thread Christoph Berg
Re: To bmorel 2014-09-11 20140911093144.ga7...@msg.df7cb.de
 Hi guys,
 
 I've just uploaded 1.20.0~beta1 to unstable. Could you check if you
 still see the pgadmin3 crashes there? It seems to work for me now.
 
 Packages on apt.postgresql.org should be available shortly in the
 *-pgdg-testing suites.

Hi again,

there's now 1.20.0~beta2-1 in unstable. Could you give that a try
again? I don't see the crash in beta2 here.

Also, would you say this bug makes pgadmin3 unusable, or is the rest
of the functionality working just fine? I'm pondering downgrading the
severity of this bug to just important so we at least have a
mostly-working version of pgadmin3 in jessie.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/


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



Bug#766898: Render context unstable, turns white or black

2014-10-27 Thread Kai Lüke

Am 27.10.2014 um 09:49 schrieb Alberto Garcia:
 On Sun, Oct 26, 2014 at 06:59:15PM +0100, Kai Lüke wrote:

 Regardless whether using Epiphany or
 /usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/MiniBrowser some sites (which
 seem to be embedding stuff?) turn fully white or black (directly or
 after some time), some do this as soon as scrolling or hovers appear
 and turn back to normal if scrolled up again. Examples are rightnow
 planet.gnome.org but also things like Twitter pages (try to scroll).
 I just scrolled the whole planet gnome with the MiniBrowser and I
 haven't noticed anything wrong.

 Do you experience similar problems with webkitgtk 2.4.x or chromium?

 Berto

It just happened after the last upgrade,
/usr/lib/x86_64-linux-gnu/webkit2gtk-3.0/libexec/MiniBrowser has the
same issue while Midori and Chromium still work.
Try to hover over the star/like element of the first posting:
https://twitter.com/gnome

Environment: GNOME Shell under Xorg with prop. nvidia legacy 304


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



Bug#766148: RFS: sleepenh/1.3.2 [ITA]

2014-10-27 Thread Nicolas Schier
Dear Tobi,

thanks for reviewing and sponsoring!  Especially the 
native-vs-non-native link was quite enlightening.

A few minutes ago I uploaded the new files

http://mentors.debian.net/debian/pool/main/s/sleepenh/sleepenh_1.3-2.dsc

including the following changes:

 * Fixed changelog for non-native package version

 * debian/compat is now 9 (was 5) and updated build-dependencies 
   appropriately (debhelper = 9)

 * git-Repository moved to gitorious, updated Vcs-* fields;
   (obs: cleaned up repo history, non-ff-compatible)

 * Fixed debian/copyright:
   - Removed dead link in debian/copyright to upstream homepage (there 
 is no upstream homepage anymore)
   - Mention original author also for debian/* files
   - Same license for debian/* as for upstream files

 * Removed obsolete postinst script

As far as I understood, these should fix all your remarks.

Thanks again and kind regards,
Nicolas


signature.asc
Description: Digital signature


Bug#766970: python-scoop: Provide the Python 3 package

2014-10-27 Thread Simon Chopin
Package: python-scoop
Version: 0.7.1-1
Severity: wishlist

Hi,

Please provide a Python 3 package. With the latest dh-python version and
pybuild, it should be really straighforward (I don't have my patched
version on hand, but it was done in a minut or so)

Cheers,
Simon

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

Kernel: Linux 3.16-3-amd64 (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/dash

Versions of packages python-scoop depends on:
ii  libpython2.7-stdlib [python-argparse]  2.7.8-11
ii  python 2.7.8-2
ii  python-greenlet0.4.5-1
ii  python-zmq 14.4.0-1
pn  python:any none

Versions of packages python-scoop recommends:
ii  openssh-client [ssh-client]  1:6.7p1-2

Versions of packages python-scoop suggests:
pn  scoop-doc  none

-- no debconf information


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



Bug#766459: debootstrap: should not try to configure

2014-10-27 Thread Santiago Vila
I'm going to reply to Julien first, then to Michael.

On Mon, 27 Oct 2014, Julien Cristau wrote:

 On Mon, Oct 27, 2014 at 08:35:14 +, Michael Tautschnig wrote:
 I agree this should be fixed in base-files.

Bugs should be fixed where they are. If base-files, or any other
package, essential or not, can't make a simple chown root:root, then
it is a bug in whatever package was responsible for making sure that
the root user exist in a Debian system, base-passwd and debootstrap in
this case.

This is regardless the fact that base-files could do things differently
so that this bug remains hidden a few more months or a few more years.

I am investigating the last option right now, but not as a way to fix
bugs in debootstrap (which I believe they should be fixed anyway), but
as a way to avoid our users to find this problem.

BTW: At least once in the past I have made little changes to base-files
to fix problems that happen when using debootstrap. I'm not opposed to
that. See for example, changes in base-files 3.0.1 (yes, 12 years ago).
But it will not be anything like adding a Depends on base-passwd. That
would be a hack.

  chown: invalid user: 'root:root'

 Can't base-files call chown with 0:0 instead of root:root to sidestep
 this entirely?

It's a little bit more complex than that.

Sometimes it's root:root, sometimes is root:staff and sometimes is root:mail.

See base-files postinst for details.

This has worked for ages, and it should continue to work, because
base-passwd is essential.


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



Bug#766960: debian-installer-netboot-images: Please provide packages for Debian 8

2014-10-27 Thread Cyril Brulebois
Petter Reinholdtsen p...@hungry.com (2014-10-27):
 Source: debian-installer-netboot-images
 Version: 20130613+deb7u2.b3
 Severity: important
 User: debian-...@lists.debian.org
 Usertags: debian-edu
 
 Hi.  Will there be netboot images for Debian Jessie (version 8)
 available?  We used the version 7 packages in Debian Edu Wheezy, and
 miss the version 8 packages for our main server profile.  They are
 useful for installations without Internet access.

Yes. There's no need to open a bug for that.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#766459: debootstrap: should not try to configure

2014-10-27 Thread Julien Cristau
On Mon, Oct 27, 2014 at 11:08:55 +0100, Santiago Vila wrote:

 This has worked for ages, and it should continue to work, because
 base-passwd is essential.
 
That argument would work better if base-files wasn't also essential.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#766960: debian-installer-netboot-images: Please provide packages for Debian 8

2014-10-27 Thread Didier 'OdyX' Raboud
Le lundi, 27 octobre 2014, 09.56:38 Petter Reinholdtsen a écrit :
 Source: debian-installer-netboot-images
 Version: 20130613+deb7u2.b3
 Severity: important
 User: debian-...@lists.debian.org
 Usertags: debian-edu
 
 Hi.  Will there be netboot images for Debian Jessie (version 8)
 available?

We should be doing this soon, indeed.

The following diff would be mostly what's needed:

--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,12 @@
 #!/usr/bin/make -f
 
-export MAJOR_VERSION=7.0
-export DISTRIBUTION=wheezy
+export MAJOR_VERSION=8.0
+export DISTRIBUTION=jessie
 export MIRROR=http://http.debian.net/debian
 export VERSION=$(shell dpkg-parsechangelog | sed -n 's/^Version: //p')
 
 # Don't forget to recreate debian/control after editing these lines: $ 
debian/rules debian/control
-SUPPORTED_ARCHITECTURES = amd64 armel armhf i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel powerpc sparc
+SUPPORTED_ARCHITECTURES = amd64 arm64 armel armhf i386 kfreebsd-amd64 
kfreebsd-i386 mips mipsel powerpc ppc64el sparc
 UNSUPPORTED_ARCHITECTURES = hurd-i386 s390 s390x
 
 %:

I'm having currently two problems with this:

* http.debian.net redirection for installer-arm64; aka  accessing
  debian/dists/jessie/main/installer-arm64/20141002/images/SHA256SUMS
  through http.debian.net sometimes fails, bug is there :
  https://github.com/rgeissert/http-redirector/issues/54
  This is easily circumvented by using a fixed mirror.
* kfreebsd-amd64's images fetching logic fails because there is no un-
  numbered /netboot/ directory under which we could automagically take
  netboot.tar.gz as for other architectures. I think this should be
  fixed in the installer through providing a symlink towards the default
  version but can't really find where this should go.

Cheers,
OdyX


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



Bug#766971: uicilibris: please support other terminal emulators than GNOME terminal

2014-10-27 Thread Jonas Smedegaard
Package: uicilibris
Version: 1.12-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Uicilibris might be a relevant tool for use with DebianParl, but its
dependency on GNOME terminal discourages such use.

Do Uicilibris really need that particular terminal emulator?

Please consider (patch code as needed and) relax to allow use with
alternative terminal emulators.


 - Jonas

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQF8BAEBCgBmBQJUThwCXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vW6XIIAIxbD0f8SNsrspCmyht78Nsg
QFGRW5VcZWU2GHvP7RMLRmS0mgXZ1xF75Io+9qMHcita9UfsF18t15QpoE3JwnST
I/OdDLfAgKLTobL8Le2o5f8KFJc6EYe364MvOpSRyXjPnQqzMAUXzHTMqseNZ2Up
76b0GDYBEFX1qLVh6sUccR6iaXBoq16vHcO1V4eSdrAulYdg+449FNalVliL+Mxs
1ho+jByeWRmBXjiKDSaplu1oj+YScECmzAtwoPbKW11qS9GH2SQrbxaSfYIMjgsD
xGpBq1jyM4EeRyT4MhTr+SqAwFYJq2Mw6NHKXaPMTXPh6vIDPd7utzoBOI3177E=
=ZXNA
-END PGP SIGNATURE-


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



Bug#766972: php5-gd: Incorrect display libjpeg version

2014-10-27 Thread Roman Vasilev
Package: php5-gd
Version: 5.4.4-14+deb7u14
Severity: important
Tags: patch

Dear Maintainer,

Problem with phpinfo() display libjpeg version:

Actual result:

root@eurosmed ~ # php -i | grep libJPEG
libJPEG Version = unknown

After path result:

root@eurosmed ~ # php -i | grep libJPEG
libJPEG Version = 8

Patch:
 
Need replace it:
const char * gdJpegGetVersionString()
{
switch(JPEG_LIB_VERSION) {
case 62:
return 6b;
break;

default:
return unknown;
}

At this:
const char * gdJpegGetVersionString()
{
switch(JPEG_LIB_VERSION) {
case 62:
return 6b;
break;

case 70:
return 7;
break;

case 80:
return 8;
break;

default:
return unknown;
}

On file:
php5-5.4.4/ext/gd/libgd/gd_compat.c


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

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

Versions of packages php5-gd depends on:
ii  dpkg   1.16.15
ii  libapache2-mod-php5 [phpapi-20100525]  5.4.4-14+deb7u14
ii  libc6  2.13-38+deb7u6
ii  libfreetype6   2.4.9-1.1
ii  libgd2-xpm 2.0.36~rc1~dfsg-6.1
pn  libjpeg8   none
ii  libpng12-0 1.2.49-1
ii  libx11-6   2:1.5.0-1+deb7u1
ii  libxpm41:3.5.10-1
ii  php5-cgi [phpapi-20100525] 5.4.4-14+deb7u14
ii  php5-cli [phpapi-20100525] 5.4.4-14+deb7u14
ii  php5-common5.4.4-14+deb7u14
ii  ucf3.0025+nmu3
ii  zlib1g 1:1.2.7.dfsg-13

php5-gd recommends no packages.

php5-gd 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#750557: pgadmin3: segmentation fault

2014-10-27 Thread Bogdan Vatra
On Monday 27 October 2014 10:53:01 Christoph Berg wrote:
 Re: To bmorel 2014-09-11 20140911093144.ga7...@msg.df7cb.de
 
  Hi guys,
  
  I've just uploaded 1.20.0~beta1 to unstable. Could you check if you
  still see the pgadmin3 crashes there? It seems to work for me now.
  
  Packages on apt.postgresql.org should be available shortly in the
  *-pgdg-testing suites.
 
 Hi again,
 
 there's now 1.20.0~beta2-1 in unstable. Could you give that a try
 again? I don't see the crash in beta2 here.
 
 Also, would you say this bug makes pgadmin3 unusable, or is the rest
 of the functionality working just fine? I'm pondering downgrading the
 severity of this bug to just important so we at least have a
 mostly-working version of pgadmin3 in jessie.
 
 Christoph

Hi Christoph,

It seems the crash if fixed, I can't reproduce it anymore.

Thanks!

BogDan.


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



Bug#766695: atlas: add ppc64el support

2014-10-27 Thread Mauricio Faria de Oliveira

Hi Sébastien,

On 10/25/2014 03:39 PM, Sébastien Villemot wrote:

However I am not sure to understand some bits of it. Why do you add a
new POWER8 architecture type, if you are using the GENERIC one? It is
either one or the other. My impression is that
atlas.3.10.2-add_power8_cpu.patch is unneeded.


Yes, I agree. The reason for it to be there is just to follow as close
as possible to what (we expect) would be upstream in some time, so the
package downstream didn't differ much.

That one can certainly be removed (and the 'if ppc64el' bits for generic
on debian/rules that cope with it).


Also, I really dislike the kludge consisting in modifying the quilt
series file. Isn't it rather possible to use a standard patch (applied
on all arches) based on #ifdefs?


Indeed not the most elegant way (kludging the quilt series).  It's being
used because one of the patched files modifies a non-preprocessed file
(AFAICT) - the cases/optimized routines one -, thus it seems not to be
possible to use an #ifdef (which would look way better).

Do you happen to know another way/suggestion for it?  I'd be happy to
rework the patches/mechanism in another way that fits the source pkg/
maintainers preferences.


May you please consider it for an upload? (specially for making
jessie)


Note that it's now too late to upload this patch before the freeze
(because the freeze starts on November 5, and there is a 10-day
migration delay). However, we may obtain the permission of the Release
Team to upload this patch to jessie; simplifying this patch as much as
possible will increase the possibility of having this happening.


Ok, that's certainly understandable.  With the above comments (can drop
power8 patch and its associated piece for generic arch in debian/rules,
and asking for alternative mechanisms for non-#ifdef patches), what do
you think is a good way to go?

Thank you,

--
Mauricio Faria de Oliveira
IBM Linux Technology Center.


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



Bug#766960: debian-installer-netboot-images: Please provide packages for Debian 8

2014-10-27 Thread Cyril Brulebois
Didier 'OdyX' Raboud o...@debian.org (2014-10-27):
 Le lundi, 27 octobre 2014, 09.56:38 Petter Reinholdtsen a écrit :
  Source: debian-installer-netboot-images
  Version: 20130613+deb7u2.b3
  Severity: important
  User: debian-...@lists.debian.org
  Usertags: debian-edu
  
  Hi.  Will there be netboot images for Debian Jessie (version 8)
  available?
 
 We should be doing this soon, indeed.
 
 The following diff would be mostly what's needed:
 
 --- a/debian/rules
 +++ b/debian/rules
 @@ -1,12 +1,12 @@
  #!/usr/bin/make -f
  
 -export MAJOR_VERSION=7.0
 -export DISTRIBUTION=wheezy
 +export MAJOR_VERSION=8.0
 +export DISTRIBUTION=jessie
  export MIRROR=http://http.debian.net/debian
  export VERSION=$(shell dpkg-parsechangelog | sed -n 's/^Version: //p')
  
  # Don't forget to recreate debian/control after editing these lines: $ 
 debian/rules debian/control
 -SUPPORTED_ARCHITECTURES = amd64 armel armhf i386 ia64 kfreebsd-amd64 
 kfreebsd-i386 mips mipsel powerpc sparc
 +SUPPORTED_ARCHITECTURES = amd64 arm64 armel armhf i386 kfreebsd-amd64 
 kfreebsd-i386 mips mipsel powerpc ppc64el sparc
  UNSUPPORTED_ARCHITECTURES = hurd-i386 s390 s390x
  
  %:
 
 I'm having currently two problems with this:
 
 * http.debian.net redirection for installer-arm64; aka  accessing
   debian/dists/jessie/main/installer-arm64/20141002/images/SHA256SUMS
   through http.debian.net sometimes fails, bug is there :
   https://github.com/rgeissert/http-redirector/issues/54
   This is easily circumvented by using a fixed mirror.

Why is the current mirror pointing to a *.debian.net service in the
first place…

 * kfreebsd-amd64's images fetching logic fails because there is no un-
   numbered /netboot/ directory under which we could automagically take
   netboot.tar.gz as for other architectures. I think this should be
   fixed in the installer through providing a symlink towards the default
   version but can't really find where this should go.

There's only a single version now. Not sure having to care about a
symlink in debian-installer is worth it. Won't stop you from looking
into it though.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#766835: RFS: fdkaac/0.6.1-1 [ITP]

2014-10-27 Thread Marius Gavrilescu
Andreas Moog andreas.m...@warperbbs.de writes:

 It seems to be missing a build-depends on (at least) the autoconf package.

Oops. I've fixed this and set up cowbuilder to avoid future problems.

The new version is on mentors.
-- 
Marius Gavrilescu


signature.asc
Description: PGP signature


Bug#766844: libbrlapi-dev: arch-dependent header files in Multi-Arch: same package

2014-10-27 Thread Jakub Wilk
There's even more variation between kfreebsd and non-kfreebsd packages. 
An example diff between i386 and kfreebsd-i386 is attached.


--
Jakub Wilk
diff -ur libbrlapi-dev_5.2~20141018-1_i386/usr/include/brltty/config.h 
libbrlapi-dev_5.2~20141018-1_kfreebsd-i386/usr/include/brltty/config.h
--- libbrlapi-dev_5.2~20141018-1_i386/usr/include/brltty/config.h   
2014-10-26 00:40:58.0 +0200
+++ libbrlapi-dev_5.2~20141018-1_kfreebsd-i386/usr/include/brltty/config.h  
2014-10-26 04:22:15.0 +0100
@@ -142,19 +142,19 @@
 /* #undef HAVE_SYS_MODEM_H */
 
 /* Define this if the header file machine/speaker.h exists. */
-/* #undef HAVE_MACHINE_SPEAKER_H */
+#define HAVE_MACHINE_SPEAKER_H 1
 
 /* Define this if the header file dev/speaker/speaker.h exists. */
-/* #undef HAVE_DEV_SPEAKER_SPEAKER_H */
+#define HAVE_DEV_SPEAKER_SPEAKER_H 1
 
 /* Define this if the header file linux/vt.h exists. */
-#define HAVE_LINUX_VT_H 1
+/* #undef HAVE_LINUX_VT_H */
 
 /* Define this if the header file linux/input.h exists. */
-#define HAVE_LINUX_INPUT_H 1
+/* #undef HAVE_LINUX_INPUT_H */
 
 /* Define this if the header file linux/uinput.h exists. */
-#define HAVE_LINUX_UINPUT_H 1
+/* #undef HAVE_LINUX_UINPUT_H */
 
 /* Define this if the function mempcpy exists. */
 #define HAVE_MEMPCPY 1
@@ -286,17 +286,17 @@
 #define DEVICE_DIRECTORY /dev
 
 /* Define this to be a string containing the path to the default braille 
device. */
-#define BRAILLE_DEVICE usb:
+#define BRAILLE_DEVICE serial:cuaa0
 
 /* Define this if the function tcdrain exists. */
 #define HAVE_TCDRAIN 1
 
 /* Define this to be a string containing the path to the first serial device. 
*/
-#define SERIAL_FIRST_DEVICE ttyS0
+#define SERIAL_FIRST_DEVICE cuaa0
 
 /* Define only one of the following program path packages. */
-/* #undef USE_PKG_PGMPATH_NONE */
-#define USE_PKG_PGMPATH_LINUX 1
+#define USE_PKG_PGMPATH_NONE 1
+/* #undef USE_PKG_PGMPATH_LINUX */
 /* #undef USE_PKG_PGMPATH_SOLARIS */
 /* #undef USE_PKG_PGMPATH_WINDOWS */
 
@@ -305,8 +305,8 @@
 /* #undef USE_PKG_SERVICE_WINDOWS */
 
 /* Define only one of the following boot parameters packages. */
-/* #undef USE_PKG_PARAMS_NONE */
-#define USE_PKG_PARAMS_LINUX 1
+#define USE_PKG_PARAMS_NONE 1
+/* #undef USE_PKG_PARAMS_LINUX */
 
 /* Define only one of the following dynamic loading packages. */
 /* #undef USE_PKG_DYNLD_NONE */
@@ -334,26 +334,26 @@
 /* #undef USE_PKG_MNTPT_MNTTAB */
 
 /* Define only one of the following mount file system packages. */
-/* #undef USE_PKG_MNTFS_NONE */
-#define USE_PKG_MNTFS_LINUX 1
+#define USE_PKG_MNTFS_NONE 1
+/* #undef USE_PKG_MNTFS_LINUX */
 
 /* Define only one of the following keyboard packages. */
-/* #undef USE_PKG_KBD_NONE */
+#define USE_PKG_KBD_NONE 1
 /* #undef USE_PKG_KBD_ANDROID */
-#define USE_PKG_KBD_LINUX 1
+/* #undef USE_PKG_KBD_LINUX */
 
 /* Define only one of the following beeper packages. */
 /* #undef USE_PKG_BEEP_NONE */
-#define USE_PKG_BEEP_LINUX 1
+/* #undef USE_PKG_BEEP_LINUX */
 /* #undef USE_PKG_BEEP_MSDOS */
 /* #undef USE_PKG_BEEP_SOLARIS */
-/* #undef USE_PKG_BEEP_SPKR */
+#define USE_PKG_BEEP_SPKR 1
 /* #undef USE_PKG_BEEP_WINDOWS */
 /* #undef USE_PKG_BEEP_WSKBD */
 
 /* Define only one of the following PCM packages. */
-/* #undef USE_PKG_PCM_NONE */
-#define USE_PKG_PCM_ALSA 1
+#define USE_PKG_PCM_NONE 1
+/* #undef USE_PKG_PCM_ALSA */
 /* #undef USE_PKG_PCM_ANDROID */
 /* #undef USE_PKG_PCM_AUDIO */
 /* #undef USE_PKG_PCM_HPUX */
@@ -362,8 +362,8 @@
 /* #undef USE_PKG_PCM_WINDOWS */
 
 /* Define only one of the following MIDI packages. */
-/* #undef USE_PKG_MIDI_NONE */
-#define USE_PKG_MIDI_ALSA 1
+#define USE_PKG_MIDI_NONE 1
+/* #undef USE_PKG_MIDI_ALSA */
 /* #undef USE_PKG_MIDI_DARWIN */
 /* #undef USE_PKG_MIDI_OSS */
 /* #undef USE_PKG_MIDI_WINDOWS */
@@ -380,7 +380,7 @@
 /* #undef USE_PKG_SERIAL_WINDOWS */
 
 /* Define only one of the following USB I/O packages. */
-/* #undef USE_PKG_USB_NONE */
+#define USE_PKG_USB_NONE 1
 /* #undef USE_PKG_USB_ANDROID */
 /* #undef USE_PKG_USB_DARWIN */
 /* #undef USE_PKG_USB_FREEBSD */
@@ -388,23 +388,23 @@
 /* #undef USE_PKG_USB_KFREEBSD */
 /* #undef USE_PKG_USB_LIBUSB */
 /* #undef USE_PKG_USB_LIBUSB_1_0 */
-#define USE_PKG_USB_LINUX 1
+/* #undef USE_PKG_USB_LINUX */
 /* #undef USE_PKG_USB_NETBSD */
 /* #undef USE_PKG_USB_OPENBSD */
 /* #undef USE_PKG_USB_SOLARIS */
 
 /* Define only one of the following Bluetooth I/O packages. */
-/* #undef USE_PKG_BLUETOOTH_NONE */
+#define USE_PKG_BLUETOOTH_NONE 1
 /* #undef USE_PKG_BLUETOOTH_ANDROID */
 /* #undef USE_PKG_BLUETOOTH_DARWIN */
-#define USE_PKG_BLUETOOTH_LINUX 1
+/* #undef USE_PKG_BLUETOOTH_LINUX */
 /* #undef USE_PKG_BLUETOOTH_WINDOWS */
 
 /* Define only one of the following I/O ports packages. */
 /* #undef USE_PKG_PORTS_NONE */
-#define USE_PKG_PORTS_GLIBC 1
+/* #undef USE_PKG_PORTS_GLIBC */
 /* #undef USE_PKG_PORTS_GRUB */
-/* #undef USE_PKG_PORTS_KFREEBSD */
+#define USE_PKG_PORTS_KFREEBSD 1
 /* #undef USE_PKG_PORTS_MSDOS */
 

Bug#766902: @reboot jobs are run on package installation

2014-10-27 Thread Alexandre Detiste
control: tags -1 fixed-upstream

It is fixed in two places:

1) fix to upstream: this handle the case where vixie cron is replaced by
systemd-cron
2) fix to debian package: this handle new installations of systemd-cron

[1]
https://github.com/systemd-cron/systemd-cron/commit/7581175abb68135e0db90a62473779bae257
[2]
https://github.com/systemd-cron/systemd-cron-debian/blob/master/debian/preinst

I've found enlightment here:
http://www.unixdaemon.net/linux/how-does-cron-reboot-work.html

Alexandre Detiste


Bug#766788: libreoffice-writer: Crashes with stack smashing detected

2014-10-27 Thread Michal Sojka
On Sat, Oct 25 2014, Rene Engelhard wrote:
 found 766788 1:4.3.3~rc2~git20141011-1
 severity 766788 normal
 thanks

 Hi,

 On Sat, Oct 25, 2014 at 09:00:37PM +0200, Michal Sojka wrote:
 LibreOffice Writer crashes after performing the following steps:
 
 1. Start lowriter (when started from terminal, an error message can be
seen, otherwise the crash is silent).
 2. Press '[' and keep it pressed for several seconds.
 3. After about one and half line is filled with '[', lowriter crashes.

 And that is important? 

I consider crashes as important bugs.

 In what way? Why would anyone do something like that in a document?

I expected that if it crashes with '[', it might also crash with other
text. But yes, currently, this is only my speculation.

 I can reproduce this in both unstable and testing
 (1:4.3.3~rc2~git20141011-1). I cannot reproduce this in the version

 And why are you then not marking it as such?

How can I do that next time? https://www.debian.org/Bugs/Reporting does
not mention how to mark multiple version.


 from libreoffice.org (LibreOffice_4.3.2_Linux_x86-64_deb.tar.gz).

 And with 4.3.3 rc1? (Or rc2 which would be in the next days)
 You right now compare a 4.3.2 with a -between-4.3.3-rc1-and-rc2
 or 4.3.3 rc2 ;)

 After the crash the following information appears on the terminal:
 
 *** stack smashing detected ***: /usr/lib/libreoffice/program/soffice.bin 
 terminated
 === Backtrace: =
 /lib/x86_64-linux-gnu/libc.so.6(+0x72faf)[0x7fdd44a1ffaf]
 /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7fdd44aa30a7]
 /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x0)[0x7fdd44aa3070]

 But given it runs into the fortify functions it probably won't appear
 in 4.3.3 rc1 upstream until it's a real crash also there; upstream doesn't
 use those hardening flags.

I was able to reproduce this in my own build of libreoffice. Any hint
how to best debug this with gdb?

Thanks
-Michal


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



Bug#766871: mate-control-center: many settings are unavailable

2014-10-27 Thread Mike Gabriel

Control: tag -1 fixed 1.8.3+dfsg1-1
Control: tag -1 closed

On  Mo 27 Okt 2014 08:41:40 CET, Stefano Karapetsas wrote:


This issue is fixed in mate-control-center 1.8.3.


tagging as fixed and closing bug...

Mike


--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpBrNy7XKopN.pgp
Description: Digitale PGP-Signatur


Bug#766871: mate-control-center: many settings are unavailable

2014-10-27 Thread Mike Gabriel

Control: close -1

On  Mo 27 Okt 2014 08:41:40 CET, Stefano Karapetsas wrote:


This issue is fixed in mate-control-center 1.8.3.


now really closing the bug...

Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpz9lOU8J90h.pgp
Description: Digitale PGP-Signatur


Bug#750939: flightgear: Occasional deadlock when processing key input

2014-10-27 Thread Ludovic Brenta
Markus Wanner writes:
 On 10/24/2014 11:47 PM, Rebecca N. Palmer wrote:
 If it is that, the attached should fix it, but since I've never had this
 problem myself I can't test it.

 Could you please try this patch? I'd like to get some indication that
 it actually fixes the issue, before asking for a freeze exception.

Not until next weekend unfortunately, and then again I might not be able
to compile everything needed and do the testing, for lack of available
time.  If you provide precompiled .deb packages on some web site, that
would expedite the testing; I could do some on evenings.

As this bug has only happened occasionally to me and I don't know what
the trigger is, I cannot prove its absence even if I did the testing.
Rebecca, do you think there is a way to trigger this bug with certainty?
Even if that means modifying the sources to create an artificial trigger
for the bug?

-- 
Ludovic Brenta.


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



Bug#766459: debootstrap: should not try to configure

2014-10-27 Thread Santiago Vila
On Mon, 27 Oct 2014, Michael Tautschnig wrote:
  In principle, every essential package may depend on any other, and the
  set of real dependencies may change over time, so it's natural that
  debootstrap needs minor adjustments from time to time.
 
 So would you expect some sort of versioned dependencies in debootstrap?

No, not at all.

I just expect debootstrap maintainers to cooperate with the release
managers to ensure that the version in stable is able to debootstrap
the testing distribution, whenever it is possible to do so.

I've heard that the version in wheezy-backports does not have this problem.
Maybe it could be just a matter of making an upload for the next point release.
I don't know.

 [...]
  The Depends field is implicit among the set of essential packages.
 
 I'm not too sure about the among bit here? No doubt that this is implicit 
 for
 any non-essential package, but among them I'm not sure whether any rules 
 apply
 right now?

I mean that the rule saying

Package A does not need a Depends: B if B is essential

does not say anything about the essentialness of *A*, which means
the rule is valid regardless of A being essential or not.

The fact that base-files is essential is quite irrelevent. A chown in
the postinst should not fail, and if it does, there is a bug in debootstrap.

  If a tool like apt-get or dpkg really behaves in a different way when
  I add a Depends field which was already implicit, I think that there
  is something fundamentally wrong here.
 
 Does dpkg really add the essential information into its dependency
 information? Wouldn't this rather be seen as ah, essential, so it must be
 there? At least briefly looking at dpkg's source code I cannot seem to see 
 dpkg
 considering this implicit dependency at all (unless attempting to remove an
 essential package).

In the general case we don't have to worry about that because once
that essential packages are properly installed and configured, they
will continue to work all the time unless apt-get does some really
weird things.

But how are we expected to have all the essential packages properly
installed and configured?

Should base-files worry about base-passwd being properly installed and
configured before making a chown? Certainly not, this is the work of
debootstrap!

 [...]
 I do appreciate being careful, but then bug fixes for a bug of normal severity
 (#763405) shouldn't be causing RC bugs either.

Fixing bugs in one package usually makes hidden bugs in other packages
to become no longer hidden. This happens all the time and it's not a
good argument to *not* fix the bugs where they are.

In either case, I'm going to re-examine carefully what I did in
base-files 7.7 and see if there is a simple workaround that may be
done to avoid this problem.

Thanks.


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



Bug#766960: debian-installer-netboot-images: Please provide packages for Debian 8

2014-10-27 Thread Didier 'OdyX' Raboud
Le lundi, 27 octobre 2014, 11.23:23 Cyril Brulebois a écrit :
  * kfreebsd-amd64's images fetching logic fails because there is no
un-numbered /netboot/ directory under which we could automagically
take netboot.tar.gz as for other architectures. I think this
should be fixed in the installer through providing a symlink
towards the default version but can't really find where this
should go.
 
 There's only a single version now. Not sure having to care about a
 symlink in debian-installer is worth it. Won't stop you from looking
 into it though.

The current logic in d-i-n-i is to fetch …/netboot/netboot.tar.gz and 
…/netboot/gtk/netboot.tar.gz for all architectures. On those where it 
fails, it will download …/MANIFEST and try downloading everything which 
is under …/netboot/ and use that in the package.

The problem with kfreebsd's numbered directories is that it forces d-i-
n-i to add this kernel version number in its logic, for no good reason. 
That's why I'd prefer to have kfreebsd's either have a /netboot/ symlink 
pointing to the preferred numbered /netboot-$n/ directory or (given it 
currently only has one version, which is likely to be jessie's state), 
rename that directory to be un-numbered. As far as I understood, the 
latter is a matter of renaming some files in build/config/kfreebsd-*/ .

Opinions?

Cheers,
OdyX


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



Bug#766459: debootstrap: should not try to configure

2014-10-27 Thread Michael Tautschnig
I'm hoping this is not going to be too philosophical, so I'll enlist the facts
first (please let me know if I got any of them wrong):

debootstrap'ing a system fails, because

- chown root:root ... won't work when invoked from base-files' postinst
- version 7.7 of base-files is the first to actually have this call when invoked
  from within (c)debootstrap
- using root:root relies on /etc/passwd and /etc/group being in place and
  populated
- /etc/passwd and /etc/group are provided by base-passwd, which is essential

On Mon, Oct 27, 2014 at 11:08:55 +0100, Santiago Vila wrote:
 I'm going to reply to Julien first, then to Michael.
 
 On Mon, 27 Oct 2014, Julien Cristau wrote:
 
  On Mon, Oct 27, 2014 at 08:35:14 +, Michael Tautschnig wrote:
  I agree this should be fixed in base-files.
 
 Bugs should be fixed where they are. If base-files, or any other
 package, essential or not, can't make a simple chown root:root, then
 it is a bug in whatever package was responsible for making sure that
 the root user exist in a Debian system, base-passwd and debootstrap in
 this case.
 
[...]
 This has worked for ages, and it should continue to work, because
 base-passwd is essential.
 

So let's see what Debian Policy says in 3.8 Essential packages:

[...] Since dpkg will not prevent upgrading of other packages while an
essential package is in an unconfigured state, all essential packages must
supply all of their core functionality even when unconfigured. If the package
cannot satisfy this requirement it must not be tagged as essential, and any
packages depending on this package must instead have explicit dependency fields
as appropriate. [...]

While base-passwd is essential, the question seems to be whether providing
/etc/passwd and /etc/group are its core functionality. The description of
base-passwd states: These are the canonical master copies of the user database
files (/etc/passwd and /etc/group), containing the Debian-allocated user and
group IDs.

The package base-passwd, however, will only copy those files into place in its
postinst script. It may thus be argued (if provision of the files is considered
core functionality) that base-passwd violates policy. Yet it may be impossible
for base-passwd to implement this bit of policy unless unconditionally
overwriting /etc/passwd and /etc/group were deemed acceptable (which it surely
isn't, unless we implement something like /etc/passwd.d/ and /etc/group.d/).

A collection of possible ways forward - feel free to add more:

- base-passwd should no longer be marked essential, but instead base-files
  should depend on it (making base-passwd implicitly essential), hence neither
  would base-passwd be violating policy nor would we any longer face the
  problems in base-files/(c)debootstrap. But maybe other issues arise, which I
  might not be aware of.

- base-files should explicitly depend on base-passwd, because it uses
  functionality that is not considered core functionality of base-passwd.

- We ignore the policy violation of base-passwd or consider the use of
  /etc/passwd in base-files use of non-core functionality and hence ignore the
  bug in base-files. Either ignorance will then require working around those
  bugs in (c)debootstrap.

Best,
Michael



pgpXGxtTOr22P.pgp
Description: PGP signature


Bug#766973: spam: instead of google browser pops up www.exo-open.com; cannot restore default or even take screen shot.

2014-10-27 Thread Karis
Package: spam
Severity: normal

Dear Maintainer,
*** 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: 7.7
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10.1 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.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#766974: asterisk-espeak: FTBFS: fails to build with asterisk 13. Use latest version

2014-10-27 Thread Tzafrir Cohen
Source: asterisk-espeak
Version: 2.1-1+b1
Severity: grave

asterisk-espeak fails to build with asterisk 13:

gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o
app_espeak.o app_espeak.c
app_espeak.c: In function ‘espeak_exec’:
app_espeak.c:219:13: error: dereferencing pointer to incomplete type
 if (chan-_state != AST_STATE_UP)
 ^
app_espeak.c:221:47: error: dereferencing pointer to incomplete type
 res = ast_streamfile(chan, cachefile, chan-language);
   ^
app_espeak.c:224:12: error: dereferencing pointer to incomplete type
chan-name);
^
app_espeak.c:331:10: error: dereferencing pointer to incomplete type
  if (chan-_state != AST_STATE_UP)
  ^
app_espeak.c:333:43: error: dereferencing pointer to incomplete type
  res = ast_streamfile(chan, raw_name, chan-language);
   ^
app_espeak.c:335:67: error: dereferencing pointer to incomplete type
   ast_log(LOG_ERROR, eSpeak: ast_streamfile failed on %s\n,
chan-name);
   ^
Makefile:38: recipe for target 'app_espeak.o' failed
make: *** [app_espeak.o] Error 1

This seems to have been fixed by upstream in
https://github.com/zaf/Asterisk-eSpeak/commit/bf0c07f59b0b62a609a1e94dff40171c09f16e5d

I would suggest to get the latest upstream version, which is verified to
build with Asterisk 13.

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
tzaf...@debian.org|| friend


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



Bug#750939: flightgear: Occasional deadlock when processing key input

2014-10-27 Thread Markus Wanner
On 10/27/2014 11:26 AM, Ludovic Brenta wrote:
 Not until next weekend unfortunately, and then again I might not be able
 to compile everything needed and do the testing, for lack of available
 time.  If you provide precompiled .deb packages on some web site, that
 would expedite the testing; I could do some on evenings.

Sure, I can do that. Assuming all you need is an amd64 package.

 As this bug has only happened occasionally to me and I don't know what
 the trigger is, I cannot prove its absence even if I did the testing.

I'm not looking for a hard prove. Just the absence of it on a system
where it *did* occur, before. (As opposed to Rebecca's testing, who
couldn't ever reproduce the issue, before.)

Regards

Markus


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



Bug#766975: asterisk-flite: FTBFS: fails to build with asterisk 13. Use latest version

2014-10-27 Thread Tzafrir Cohen
Source: asterisk-flite
Version: 2.1-1.1
Severity: grave

asterisk-flite fails to build with asterisk 13:

gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o
app_flite.o app_flite.c
app_flite.c: In function ‘flite_exec’:
app_flite.c:168:13: error: dereferencing pointer to incomplete type
 if (chan-_state != AST_STATE_UP)
 ^
app_flite.c:170:47: error: dereferencing pointer to incomplete type
 res = ast_streamfile(chan, cachefile, chan-language);
   ^
app_flite.c:173:12: error: dereferencing pointer to incomplete type
chan-name);
^
app_flite.c:239:10: error: dereferencing pointer to incomplete type
  if (chan-_state != AST_STATE_UP)
  ^
app_flite.c:241:43: error: dereferencing pointer to incomplete type
  res = ast_streamfile(chan, tmp_name, chan-language);
   ^
app_flite.c:243:66: error: dereferencing pointer to incomplete type
   ast_log(LOG_ERROR, Flite: ast_streamfile failed on %s\n,
chan-name);
  ^
Makefile:38: recipe for target 'app_flite.o' failed
make: *** [app_flite.o] Error 1


This seems to have been fixed by upstream in
https://github.com/zaf/Asterisk-Flite/commit/ee1b1a88b96dddf7a85f0f7b854501ecdcee1765

I would suggest to get the latest upstream version, which is verified to
build with Asterisk 13.

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
tzaf...@debian.org|| friend


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



Bug#766956: postgresql: 9.4 not released upstream

2014-10-27 Thread Christoph Berg
Re: Karsten Hilbert 2014-10-27 20141027094648.ga22...@hermes.hilbert.loc
 If I understand this correctly you are saying that even
 though Jessie may be frozen with PG 9.4.betaX there will
 still be PG 9.4 packages entering Jessie no matter which
 point along the release schedule Jessie happens to be -
 even after its release early next year ?

Yes.

 If so that'd solve the apparent problem. It won't prevent
 the following scenario though:
 
 - Jessie is released with PG 9.4.betaX
 - PG releases 9.4.betaX+1 which requires a dump/restore
   cycle due to a catalog bump (PG doesn't guarantuee
   catalog stability across betas as much as across
   released minors)
 - now people running PG on Debian STABLE need to
   dump/restore their clusters

This was the last 9.4 catversion bump.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/


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



Bug#766964: grml2usb (0.14.10) :fatal error

2014-10-27 Thread Martin Ziegler

Dear Evgeni,

here is the output of fdisk:


 Disk /dev/sdb: 7,2 GiB, 7745830400 bytes, 15128575 sectors
 Units: sectors of 1 * 512 = 512 bytes
 Sector size (logical/physical): 512 bytes / 512 bytes
 I/O size (minimum/optimal): 512 bytes / 512 bytes
 Disklabel type: dos
 Disk identifier: 0x2c6b7369

 Device Boot Start  End  Sectors  Size Id Type
 /dev/sdb1  * 2048 15128574 15126527  7,2G f2 DOS
 secondary

I observed that df needs very log to read informations from 
/dev/sdb1



~#  mount -t vfat /dev/sdb1 /usb
~#  time df /usb
Dateisystem1K-Blöcke Benutzt Verfügbar Verw%  Eingehängt auf
/dev/sdb17548500   4   75484961% /usb

real0m29.915s
user0m0.000s
sys 0m0.240s

Regards,

Martin



Bug#288147: closed by Debian FTP Masters ftpmas...@ftp-master.debian.org (Bug#753885: Removed package(s) from unstable)

2014-10-27 Thread Vincent Lefevre
Note: I've checked that this bug does not occur in emacs24.

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


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



Bug#739703: question about reverting

2014-10-27 Thread heroxbd
Hey Gabriele,

Any update on this?

I will try to reproduce the bug by myself.  Otherwise, I intend to
cancel the revert if there is no definite reason.

Cheers,
Benda


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



Bug#766960: debian-installer-netboot-images: Please provide packages for Debian 8

2014-10-27 Thread Cyril Brulebois
[ Cc: debian-bsd@ ]

Didier 'OdyX' Raboud o...@debian.org (2014-10-27):
 Le lundi, 27 octobre 2014, 11.23:23 Cyril Brulebois a écrit :
   * kfreebsd-amd64's images fetching logic fails because there is no
 un-numbered /netboot/ directory under which we could automagically
 take netboot.tar.gz as for other architectures. I think this
 should be fixed in the installer through providing a symlink
 towards the default version but can't really find where this
 should go.
  
  There's only a single version now. Not sure having to care about a
  symlink in debian-installer is worth it. Won't stop you from looking
  into it though.
 
 The current logic in d-i-n-i is to fetch …/netboot/netboot.tar.gz and 
 …/netboot/gtk/netboot.tar.gz for all architectures. On those where it 
 fails, it will download …/MANIFEST and try downloading everything which 
 is under …/netboot/ and use that in the package.
 
 The problem with kfreebsd's numbered directories is that it forces d-i-
 n-i to add this kernel version number in its logic, for no good reason. 
 That's why I'd prefer to have kfreebsd's either have a /netboot/ symlink 
 pointing to the preferred numbered /netboot-$n/ directory or (given it 
 currently only has one version, which is likely to be jessie's state), 
 rename that directory to be un-numbered. As far as I understood, the 
 latter is a matter of renaming some files in build/config/kfreebsd-*/ .

I understand the reasoning but I am not keen on moving files around at
this very late stage; if adding a symlink works, this would probably be
better.

Otherwise, maybe move back files under an unversioned directory and keep
a symlink from the versioned directory. Not sure how {well,badly} tftp
servers deal with symlinks anyway…

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#766459: debootstrap: should not try to configure

2014-10-27 Thread Michael Tautschnig
Apologies if I may be repeating information as we were concurrently working on
those messages.

On Mon, Oct 27, 2014 at 11:34:06 +0100, Santiago Vila wrote:
[...]
 I just expect debootstrap maintainers to cooperate with the release
 managers to ensure that the version in stable is able to debootstrap
 the testing distribution, whenever it is possible to do so.
 

This should, however, ideally work both ways: any package modification expected
to break debootstrap would have to be communicated. But arguably this will not
necessarily be obvious, as can be seen here.

 I've heard that the version in wheezy-backports does not have this problem.
 Maybe it could be just a matter of making an upload for the next point 
 release.
 I don't know.
 

That's because of the following workaround, which is being disputed:

 debootstrap (1.0.56) unstable; urgency=low
 .
   [ Tollef Fog Heen ]
   * Install base-passwd and base-files in two calls rather than one to
 avoid problems with home-built media with different ordering in
 Packages.  Thanks to Jo Shields for pointing this out and providing
 the workaround.  Closes: #601670.  LP: #1001131.

Though see my earlier mail: if debootstrap ends up being the package to finally
close this bug, then, yes, this might be the route to go.

[...]
   If a tool like apt-get or dpkg really behaves in a different way when
   I add a Depends field which was already implicit, I think that there
   is something fundamentally wrong here.
  
  Does dpkg really add the essential information into its dependency
  information? Wouldn't this rather be seen as ah, essential, so it must be
  there? At least briefly looking at dpkg's source code I cannot seem to see 
  dpkg
  considering this implicit dependency at all (unless attempting to remove an
  essential package).
 
 In the general case we don't have to worry about that because once
 that essential packages are properly installed and configured, they
 will continue to work all the time unless apt-get does some really
 weird things.
 

Yes and no: mind that that essential only provides guarantees for
functionality being available as soon as the package is unpacked. The
configured bit is irrelevant for features deemed essential.

 But how are we expected to have all the essential packages properly
 installed and configured?
 
 Should base-files worry about base-passwd being properly installed and
 configured before making a chown? Certainly not, this is the work of
 debootstrap!
 

No. As you are using the base-passwd is essential argument, base-files can
only rely on functionality provided by base-passwd when that is unpacked. The
order of packages being configured is not covered by essential and neither
should it be debootstrap's job to sort this out (but debootstrap 1.0.56 does do
this).

[...]
 In either case, I'm going to re-examine carefully what I did in
 base-files 7.7 and see if there is a simple workaround that may be
 done to avoid this problem.
 

Much appreciated, but obviously we should, as you suggested, see what the right
way of fixing this is.

Best,
Michael



pgpbPvSQPkLhY.pgp
Description: PGP signature


Bug#766871: mate-control-center: many settings are unavailable

2014-10-27 Thread Mike Gabriel

Control: fixed -1 1.8.3+dfsg1-1

On  Mo 27 Okt 2014 08:41:40 CET, Stefano Karapetsas wrote:


This issue is fixed in mate-control-center 1.8.3.


now really marking as fixed...

Mike


--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpdCaLMhD107.pgp
Description: Digitale PGP-Signatur


Bug#766976: plasma-nm doesn't exec notification script

2014-10-27 Thread Walter Valenti
Package:plasma-nm
Version:0.9.3.4-2


Testing (jessie) x86

Plasma-nm doesn't exec a script in Notifications
option.

Thanks.

Walter


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



Bug#766956: postgresql: 9.4 not released upstream

2014-10-27 Thread Karsten Hilbert
On Mon, Oct 27, 2014 at 11:48:37AM +0100, Christoph Berg wrote:

  If so that'd solve the apparent problem. It won't prevent
  the following scenario though:
  
  - Jessie is released with PG 9.4.betaX
  - PG releases 9.4.betaX+1 which requires a dump/restore
cycle due to a catalog bump (PG doesn't guarantuee
catalog stability across betas as much as across
released minors)
  - now people running PG on Debian STABLE need to
dump/restore their clusters
 
 This was the last 9.4 catversion bump.

Fingers crossed.

Karsten
-- 
GPG key ID E4071346 @ eu.pool.sks-keyservers.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346


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



Bug#766972: [php-maint] Bug#766972: php5-gd: Incorrect display libjpeg version

2014-10-27 Thread Thijs Kinkhorst
severity 766972 minor
fixed 766972 5.5.0+dfsg-1
thanks

Hi Roman,

On Mon, October 27, 2014 09:56, Roman Vasilev wrote:
 Problem with phpinfo() display libjpeg version:

 Actual result:

 root@eurosmed ~ # php -i | grep libJPEG
 libJPEG Version = unknown

 After path result:

 root@eurosmed ~ # php -i | grep libJPEG
 libJPEG Version = 8

Thanks. This issue has been fixed in PHP upstream 5.5 and up, so will be
correct in Debian Jessie.

Since this seems to be only a display issue on phpinfo()-like pages, I
don't think it's something suitable to backport to wheezy.


Cheers,
Thijs


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



Bug#765694: hardcoded libeatmydata path now is wrong

2014-10-27 Thread Petter Reinholdtsen
[Vagrant Cascadian]
 You need to pass ltsp-build-client the --eatmydata flag; it is not
 enabled by default. This feature was introduced in LTSP in 2011...

We do this now in Debian Edu, but there is something wrong with the
new ltsp version.  I see lots of ERROR: ld.so: object
'libeatmydata.so' from LD_PRELOAD cannot be preload (cannot open
shared object file): ignored messages in the installation log.

The strange thing is that later in the installation, exim4-config
trigger #762103, which is supposed to be fixed in the newer eatmydata
package entering testing yesterday.

Is --eatmydata working now for you when using Jessie?  It isn't for me
any more.

-- 
Happy hacking
Petter Reinholdtsen


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



Bug#752540: php-geoip license issues

2014-10-27 Thread Sergey Kirpichev
reopen 752540
severity 752540 important
thanks

Hello,

Time ago I asked upstream to change the license to 3.01 due
to DD's requirement (see forwarded message).  Do you suggest me to
do this again?

#752532 was closed with resolution: If someone feels like they
should be re-opened, please restart the discussion *first* and seek for a
consensus.  This lintian tag is a problem of same severity
(lintian error=reject in NEW).  So please revert this check
and do first as suggested.

-- Forwarded message --
From: Sergey B Kirpichev skirpic...@gmail.com
Date: Fri, May 30, 2008 at 11:09 AM
Subject: Re: php-geoip license issues
To: Olivier Hill oh...@php.net


 Where do you see PHP 2.02? I've looked in the source code, and it
 seems to always refer to PHP 3.0 license.

And more...  Debian people says, that exactly 3.0 is not appropriate:
It needs to be 3.01 (c)

http://lists.debian.org/debian-mentors/2008/05/msg00560.html

The thread:
http://lists.debian.org/debian-mentors/2008/05/msg00403.html


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



Bug#766353:

2014-10-27 Thread alberto fuentes
 b) It is (more than) a courtesy for users / developers who run testing

I agree with that one, but it is too late now.


 e) Is there any problem of uploading libjpeg-progs just with the
appropriate breaks/relationship? I think the RMs would have no
problem accelerating this into testing.

 This would be pointless since the bug was in libjpeg-turbo-progs and is now
 fixed and is not more reproducible when starting from wheezy or current
 testing.

 The number of users still having the broken libjpeg-turbo-progs is smaller
 everyday.



I had to fix this manually... I would had been thankful if I never had
to dig into this bug.

Why is too late? add the breaks/replace... remove it in some
forthcoming upload in 6 months.

Me think you can even break an specific version... so you could help
those people with the broken package installed and no making it break
the current version that is not broken...

And that upload could be used to close this RC bug that is still open
for the current version and needs to be fixed before jessie

Thanks


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



Bug#293557: closed by Debian FTP Masters ftpmas...@ftp-master.debian.org (Bug#753885: Removed package(s) from unstable)

2014-10-27 Thread Vincent Lefevre
Control: reopen 293557
Control: reassign 293557 emacs24-common 24.4+1-4

On 2014-10-26 18:51:24 +, Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the emacs23-common package:
 
 #293557: nxml-mode: id not recognized as a valid attribute for the html 
 element
 
 It has been closed by Debian FTP Masters ftpmas...@ftp-master.debian.org.
[...]

This bug is still present in GNU Emacs 24.4.1.

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


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



Bug#766459: debootstrap: should not try to configure

2014-10-27 Thread Santiago Vila
On Mon, 27 Oct 2014, Michael Tautschnig wrote:

 I'm hoping this is not going to be too philosophical, so I'll enlist the facts
 first (please let me know if I got any of them wrong):
 
 debootstrap'ing a system fails, because
 
 - chown root:root ... won't work when invoked from base-files' postinst
 - version 7.7 of base-files is the first to actually have this call when 
 invoked
   from within (c)debootstrap

Regarding previous point, it should be noted that base-files postinst
has a lot of chown calls. I would like to know how it is possible that
only the recently added is the one that fails and not the others
(if that's really the case).

BTW: I don't know what is the proper way to debug this (private
repository using reprepro?). Can anybody confirm that the chown that
fails is exactly the one at the very end?

 So let's see what Debian Policy says in 3.8 Essential packages:
 
 [...] Since dpkg will not prevent upgrading of other packages while an
 essential package is in an unconfigured state, all essential packages must
 supply all of their core functionality even when unconfigured. If the package
 cannot satisfy this requirement it must not be tagged as essential, and any
 packages depending on this package must instead have explicit dependency 
 fields
 as appropriate. [...]

This is about dpkg when making upgrades. It means that once an
essential package is properly configured, it should not stop working
because of it being unconfigured by dpkg (whatever that means).

I think it does not apply here.

[ snipped philosophical stuff. I would much prefer to have free time
  to work on this rather than discuss about it. Really ].


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



Bug#766977: elasticsearch not starting

2014-10-27 Thread K. Gilden
Package: elasticsearch
Version: 1.0.3+dfsg-4
Severity: important

Dear Maintainer,

I upgraded my system on 10/18 and from that point onwards elasticsearch (0.90.7
- 1.0.3+dfsg-3) doesn't start when invoking service elasticsearch start.
Running /usr/share/elasticsearch/bin/elasticsearch starts up the server just
fine.

The last full system upgrade before that was run on 12/10.

Best regards,
K. Gilden



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

Kernel: Linux 3.16-3-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 elasticsearch depends on:
ii  adduser3.113+nmu3
ii  default-jre2:1.7-52
ii  libhyperic-sigar-java  1.6.4+dfsg-2
ii  libjna-java4.1.0-1
ii  libjts-java1.11-1
ii  liblog4j1.2-java   1.2.17-5
ii  liblucene4-java4.6.1+dfsg-1
ii  libspatial4j-java  0.3-1

elasticsearch recommends no packages.

elasticsearch 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#766868: haml-elisp: Fails to install with Emacs 24.4

2014-10-27 Thread Axel Beckert
Hi,

Sven Joachim wrote:
  In toplevel form:
  haml-mode.el:30:1:Error: Symbol's function definition is void: 
  apropos-macrop
 
 The offending line reads like this:
 
 (require 'css-mode nil t)
 
 and it is css-mode.el from the css-mode package which uses
 apropos-macrop.  I would suggest that you remove this package, because
 Emacs has included its own css-mode.el since version 22.2[1].

Thanks for that hint.

It's though not possible that easily as it has hard reverse
dependencies: html-helper-mode depends on it. Then again,
html-helper-mode has seen the last upload in 2006 and there's no new
upstream release since then, too. So maybe I should check Emacs's own
HTML mode(s?) once again.

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


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



Bug#766978: code completion does not work OK in codeblocks 13.12

2014-10-27 Thread Dalfsen, Age van
Package: codeblocks
Version: 13.12-3

In the C++ program given below code completion FAILS (and a symbol cannot be 
found).
Right-click on NOT_parsed_in_Linux, Find declaration, it is not found !

This narrowed down example shows that the problem is apparently
caused by the parser skipping all code inside an #ifdef __cplusplus block.

#include iostream
using namespace std;

typedef struct { int a; } Parsed_in_Linux_tp;

#ifdef __cplusplus
typedef struct { int a; } NOT_parsed_in_Linux_tp;
#endif // __cplusplus

int main()
{
Parsed_in_Linux_tp P;
P.a = 30;
cout  P.a  endl;

NOT_parsed_in_Linux_tp N;
N.a = 40;
cout  N.a  endl;

return 0;
}

I am using Ubuntu 14.04.1 LTS, kernel 3.10.58+


The information contained in this message may be confidential and legally 
protected under applicable law. The message is intended solely for the 
addressee(s). If you are not the intended recipient, you are hereby notified 
that any use, forwarding, dissemination, or reproduction of this message is 
strictly prohibited and may be unlawful. If you are not the intended recipient, 
please contact the sender by return e-mail and destroy all copies of the 
original message.


Bug#766701: gnome-orca: Conf files

2014-10-27 Thread Mario Lang
Jean-Philippe MENGUAL te...@accelibreinfo.eu writes:

 Package: gnome-orca
 Version: 3.14.0-1
 Followup-For: Bug #766701

 Dear Maintainer,

 Here are 3 files:
 Pidgin.conf and pidgin.py (in app-settings), from orca 3.12-1.
 Pidginupdate.conf, which is the Pidgin.conf with Orca 3.14. (pidgin.py 
 missing)

Jean-Philippe,

I am sorry, but this bug report is absolutely useless.
The title does not describe what it is about.
And the text of the initial mail is not understandable to me.

Please, you're part of our community for many many years now.
Finally, LEARN how to write proper bug reports.

-- 
CYa,
  ⡍⠁⠗⠊⠕


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



Bug#335712: closed by Debian FTP Masters ftpmas...@ftp-master.debian.org (Bug#753885: Removed package(s) from unstable)

2014-10-27 Thread Vincent Lefevre
Control: reopen 335712
Control: reassign 335712 emacs24-common 24.4+1-4

On 2014-10-26 18:51:27 +, Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the emacs23-common package:
 
 #335712: Emacs shell-script-mode highlighting (coloring) bugs for pdksh and 
 zsh minor modes
 
 It has been closed by Debian FTP Masters ftpmas...@ftp-master.debian.org.
[...]

This bug is still present in GNU Emacs 24.4.1 (at least for the zsh5
minor mode).

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


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



Bug#766251: [pkg-fgfs-crew] Bug#766251: flightgear fails to start with *** stack smashing detected ***

2014-10-27 Thread Markus Wanner
On 10/22/2014 11:34 PM, Rebecca N. Palmer wrote:
 The debian/patches/series mechanism won't patch DOS-line-ending files

Sure? It seems to have worked for me - as long as I keept the
DOS-line-endings in the data section of the patch. See what I committed.

Regards

Markus


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



Bug#766911: None (Justification: renders package unusable)

2014-10-27 Thread Jean-Pierre André

* What was the outcome of this action?
  this results in a a I/O error


Please post the exact error message.

Also, it might be useful you disclose the context by posting
the output of the commands below :

uname -a
ntfs-3g -help
cat /etc/fstab
mount

and, as root :

fdisk -l
ntfsfix -n /dev/sda1


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



Bug#405684: closed by Debian FTP Masters ftpmas...@ftp-master.debian.org (Bug#753885: Removed package(s) from unstable)

2014-10-27 Thread Vincent Lefevre
Control: reopen 405684
Control: reassign 405684 emacs24 24.4+1-4

On 2014-10-26 18:51:30 +, Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the emacs23 package:
 
 #405684: emacs-snapshot-el: CPerl mode indentation bug
 
 It has been closed by Debian FTP Masters ftpmas...@ftp-master.debian.org.
[...]

Both indentation problems are still present in GNU Emacs 24.4.1.

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


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



Bug#766979: O: imwheel -- program to support non-standard buttons on mice in Linux

2014-10-27 Thread Christopher Martin
Package: wnpp
Version: 1.0.0pre12-12
Severity: normal

IMWheel needs a new maintainer.


  1   2   3   4   5   >