Bug#764630: missing JNI path in jarwrapper

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

Mathieu Malaterre  wrote:
[...]
> In summary:
> 1. Make jexec the default binfmts (before jarwrapper)
> 2. Update jarwrapper to use the above mentionned `java -d32|64` trick
> to build the library path.


Hi,

I think we have reached a point in the release cycle when it becomes
difficult to predict the outcome of implementing 1. We simply can't
foresee all consequences. We know it works for dicomscope but what about
all the other packages that depend on jarwrapper? Most people depend on
jarwrapper because the Java policy states:

"If the package installs a jar (or a symlink to a jar) as an executable
the package must have an absolute dependency on *jarwrapper or an
equivalent package*"

Now they have certain expectations for jarwrapper and since we haven't
seen any complaints except this bug report so far, we should assume that
jarwrapper works in general.

I suggest the following:

1. Clone this bug report, retitle to "Make jexec the default binfmts
   (before jarwrapper)" and lower the severity to important. This
   change should be discussed on debian-java anyway but it is not RC.

2. Fix this bug by applying the attached patch and removing the
   java.library.path from jarwrapper. As Emmanuel already said before,
   the openjdk packages can find the correct multiarch path and
   jarwrapper should let those packages handle it.

3. Please note that dicomscope could "depend on jarwrapper or an
   equivalent package". You could also write your own wrapper script or
   use java-wrappers instead.

4. I think Mathieu is right and dicomscope should install the native
   libraries into specific *-jni packages. The Java policy should be
   changed to say "must be shipped in a separate package" instead of
   "should". In any case dicomscope:amd64 and dicomscope:i386 are
   currently not co-installable, so the whole discussion about the java
   -d32|64 hack is rather academic at the moment.

On a side note: jarwrapper exports LD_LIBRARY_PATH=/usr/lib/jni. Was
this ever useful because -Djava.library.path is still used?

Regards,

Markus
From 1039406c269fa2f33b1077c4b7f9fbca11dc17ca Mon Sep 17 00:00:00 2001
From: Markus Koschany 
Date: Wed, 3 Dec 2014 07:38:51 +0100
Subject: [PATCH] fix 764630

---
 jarwrapper | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jarwrapper b/jarwrapper
index 5986233..4ae1dd6 100755
--- a/jarwrapper
+++ b/jarwrapper
@@ -35,7 +35,7 @@ fi
 
 if which "$JAVA" >/dev/null 2>&1; then
 	export LD_LIBRARY_PATH=/usr/lib/jni 
-	exec $JAVA $JAVAOPTS -Djava.library.path=/usr/lib/jni -jar "$JAR" "$@"
+	exec $JAVA $JAVAOPTS -jar "$JAR" "$@"
 else
 	echo "In order to run Java programs you must install a compatible JRE. If you don't know what JRE you need, default-jre is probably a good bet"
 fi
-- 
2.1.3



signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#764630: missing JNI path in jarwrapper

2014-12-03 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #764630 [jarwrapper] missing JNI multi-arch PATHs in jarwrapper
Added tag(s) patch.

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


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



Bug#764630: missing JNI path in jarwrapper

2014-12-03 Thread Mathieu Malaterre
On Wed, Dec 3, 2014 at 9:06 AM, Markus Koschany  wrote:
[...]
> On a side note: jarwrapper exports LD_LIBRARY_PATH=/usr/lib/jni. Was
> this ever useful because -Djava.library.path is still used?

I believe you *should* try your patch on libvtk-java package. I can't
remember if each and every java module (*.so) are explictely loaded
within the jar file, or if the behavior rely on existing (valid)
LD_LIBRARY_PATH pointing to (sub) java modules. In other word, only
/usr/lib/jni/libfoo.so is loaded but needs /usr/lib/jni/libbar.so.

Thanks for preparing a patch,


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



Bug#771779: libc6: dpkg error trying to install libc6:mips and libc6:mipsel together

2014-12-03 Thread Aurelien Jarno
bts forcemerge 762073 771779
thanks

On Tue, Dec 02, 2014 at 10:32:07AM +, James Cowgill wrote:
> Package: libc6
> Version: 2.19-13
> Severity: serious
> 
> Hi,
> 
> When I try to install libc6:mips and libc6:mipsel together, I get the
> following error:
> 
> > Preconfiguring packages ...
> > Selecting previously unselected package libc6:mips.
> > (Reading database ... 216565 files and directories currently installed.)
> > Preparing to unpack .../libc6_2.19-13_mips.deb ...
> > Unpacking libc6:mips (2.19-13) ...
> > Selecting previously unselected package libgcc1:mips.
> > Preparing to unpack .../libgcc1_1%3a4.9.2-4_mips.deb ...
> > Unpacking libgcc1:mips (1:4.9.2-4) ...
> > Preparing to unpack .../libc6_2.19-13_mipsel.deb ...
> > Unpacking libc6:mipsel (2.19-13) ...
> > dpkg: error processing archive 
> > /var/cache/apt/archives/libc6_2.19-13_mipsel.deb (--unpack):
> >  trying to overwrite shared '/lib/ld.so.1', which is different from other 
> > instances of package libc6:mipsel
> > Selecting previously unselected package libgcc1:mipsel.
> > Preparing to unpack .../libgcc1_1%3a4.9.2-4_mipsel.deb ...
> > Unpacking libgcc1:mipsel (1:4.9.2-4) ...
> > Errors were encountered while processing:
> >  /var/cache/apt/archives/libc6_2.19-13_mipsel.deb
> > E: Sub-process /usr/bin/dpkg returned an error code (1)
> > Failed to perform requested operation on package.  Trying to recover:
> > dpkg: dependency problems prevent configuration of libgcc1:mipsel:
> >  libgcc1:mipsel depends on libc6 (>= 2.2.4); however:
> >   Package libc6:mipsel is not installed.
> > 
> > dpkg: error processing package libgcc1:mipsel (--configure):
> >  dependency problems - leaving unconfigured
> > Setting up libc6:mips (2.19-13) ...
> > Setting up libgcc1:mips (1:4.9.2-4) ...
> > Processing triggers for libc-bin (2.19-13) ...
> > Errors were encountered while processing:
> >  libgcc1:mipsel

Unfortunately we have no way to fix that so far. Merging with the
already reported bugs.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#771126: Bug#771191: Bug#771126: Bug#771191: Bug#771126: libav/tests/lena.pnm: also not mentioned in debian/copyright

2014-12-03 Thread Russ Allbery
Fabian Greffrath  writes:
> Am Dienstag, den 02.12.2014, 23:29 +0100 schrieb Bastien ROUCARIES:

>> And offencive (sexist) for 50% of the population the women... 

> Now it's getting really ridiculous. Gosh, it's a picture of a woman!

Er, no, it's not just a picture of a woman.  It's a cropped Playboy
centerfold.  In other words, it's a porn shot (if one from the fairly
artistic side of that spectrum) that's been cropped to remove the explicit
sexual content.  The image itself is one thing; the surrounding context of
the image makes it a bit worse.

Obviously, in terms of great problems facing the world, this isn't the
worst.  But having the standard test picture for image software be a porn
image does send certain messages, and they're probably not messages that
we (by which I mean the general software and tech industry as a whole)
actually want to be sending.  This is not a problem of Debian's creation,
and we can't fix the world, but insofar as we can contribute to not
sending those messages, I think that makes the world, and Debian, a better
place.

Thank you very much to Reinhard for doing the irritating and tedious work
of starting to replace it.  It feels like a distraction from other work
and a thankless task, I know, but small things like this really do make
people happier and help people in tiny ways.  Software became a bit less
off-putting, a bit less locked into a particular model of how genders are
"supposed" to interact, and a tiny bit more welcoming.

-- 
Russ Allbery (r...@debian.org)   


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



Bug#768758: upstart: FTBFS in jessie: dh_auto_test: make -j10 check returned exit code 2

2014-12-03 Thread John Paul Adrian Glaubitz
> Attached a patch to fix the missing build dependency on libtool-bin.
> Regardless of whether it fixes this test failure (which I am fairly
> confident it does), it is still something that needs to be done.

A patch that doesn't fix the actual problem is not going to be accepted
by the release team and isn't helping either.

Seeing that this bug has been open for weeks now and the Upstart
maintainers don't seem to care, can't we just set this to an
end now and just remove Upstart.

No one cares and no one uses it anyway, yet it keeps another RC
bug open. If anyone feels fancy enough to use it, they can just
install it from unstable.

Adrian

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


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



Processed (with 1 errors): forcibly merging 762073 771779

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 762073 771779
Bug #762073 [src:glibc] libc6: libc6 declares 'Multi-Arch: same' but is not 
coinstallable on some arches
Bug #745552 [src:glibc] libc6: not coinstallable on some arches due to ld.so 
conflict
Unable to merge bugs because:
package of #771779 is 'libc6' not 'src:glibc'
Failed to forcibly merge 762073: Did not alter merged bugs

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
745552: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745552
762073: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762073
771779: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771779
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#767933: daemontools-run: fails to install without /etc/inittab

2014-12-03 Thread John Paul Adrian Glaubitz
I don't agree that this qualifies as an RC bug.

daemontools isn't designed to be run on top on modern init systems
like systemd and you can't sensibly run it there.

Please either downgrade the severity of this bug report or remove
daemontools from testing. No one is going to hack systemd support,
i.e. daemontools working without /etc/inittab, into daemontools
over the weekend now.

daemontools has become obsolete with systemd anyway and is
interesting for users of sysvinit anyway.

Adrian

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


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



Bug#771891: [evolution] IMAP messages fail to download until deleting cache

2014-12-03 Thread Michael V. DePalatis
Package: evolution
Version: 3.12.7-1
Severity: serious

--- Please enter the report below this line. ---

IMAP messages would for some reason no longer be downloaded without any
kind of error message to indicate a problem. New messages could be
viewed in other clients, however. Deleting the local cached mails in
$HOME/.cache/evolution/mail forced re-downloading all messages,
including the ones missing from before clearing the cache.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16-2-amd64

Debian Release: jessie/sid
  999 testing security.debian.org 
  999 testing ftp.de.debian.org 
  900 wheezy  linux.dropbox.com 
  500 testing-updates ftp.de.debian.org 
  500 stable  dl.google.com 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
libatk1.0-0 (>= 1.12.4) | 
libc6 (>= 2.14) | 
libcamel-1.2-49 | 
libclutter-gtk-1.0-0(>= 0.91.8) | 
libecal-1.2-16  (>= 3.7.90) | 
libedataserver-1.2-18  (>= 3.11.90) | 
libevolution  (>= 3.12) | 
libevolution  (<< 3.13) | 
libglib2.0-0  (>= 2.36) | 
libgtk-3-0   (>= 3.0.0) | 
libical1   (>= 1.0) | 
libnotify4   (>= 0.7.0) | 
libsoup2.4-1  (>= 2.42) | 
libwebkitgtk-3.0-0  (>= 1.3.10) | 
libxml2  (>= 2.7.4) | 
evolution-common   (= 3.12.2-1) | 
evolution-data-server   (>= 3.12.2) | 
evolution-data-server (<< 3.13) | 
gnome-icon-theme  (>= 2.30.2.1) | 
dbus| 
psmisc  | 


Recommends (Version) | Installed
-+-===
evolution-plugins| 3.12.7-1
yelp | 3.14.1-1
bogofilter   | 1.2.4+dfsg1-3
 OR spamassassin | 


Suggests(Version) | Installed
=-+-===
evolution-ews | 3.12.7-1
evolution-plugins-experimental| 
gnupg | 1.4.18-4
network-manager   | 0.9.10.0-3

-- 
Michael V. DePalatis
Aarhus University
Department of Physics and Astronomy
Ny Munkegade 120
8000 Aarhus C
Denmark


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



Bug#767037: Grub EFI fallback - patches for review

2014-12-03 Thread Ian Campbell
On Wed, 2014-12-03 at 02:10 +, Steve McIntyre wrote:
> On Tue, Dec 02, 2014 at 08:51:24AM +, Ian Campbell wrote:
> >On Mon, 2014-12-01 at 13:57 +, Steve McIntyre wrote:
> >I didn't review the text since that seems to have been done already.
> >
> >> diff --git a/rescue.d/81grub-efi-force-removable 
> >> b/rescue.d/81grub-efi-force-removable
> >
> >I don't know much about rescue mode, is this offering an automatic fixup
> >for this issue? Does it appear in a menu to be selected rather than
> >asking everyone booting rescue on an EFI system? 
> 
> The .tst file is run as a test:
> 
> [ -f /target/boot/grub/grub.cfg ] && ( grep -q /boot/efi /target/etc/fstab )
> 
> So, the target system must have grub installed and a mention of
> /boot/efi in /etc/fstab. Assuming that it does, an extra rescue option
> of "Force GRUB installation to the EFI removable media path" will show
> up as an option for the user. If the user selects it, the help text in
> grub-installer/force-efi-extra-removable is shown, then they can
> select to set the option.
> 

Neat, thanks for explaining.
> >
> >> +mountvirtfs () {
> >> +   fstype="$1"
> >> +   path="$2"
> >> +   if grep -q "[[:space:]]$fstype\$" /proc/filesystems && \
> >> +  ! grep -q "^[^ ]\+ \+$path " /proc/mounts; then
> >> +   mkdir -p "$path" || \
> >> +   die grub-installer/mounterr "Error creating $path"
> >> +   mount -t "$fstype" "$fstype" "$path" || \
> >> +   die grub-installer/mounterr "Error mounting $path"
> >> +   trap "umount $path" HUP INT QUIT KILL PIPE TERM EXIT
> >
> >trap doesn't stack, does it? You call mountvirtfs twice, so only the
> >second umount will actually happen on error.
> 
> True. This (buggy) code is already in use elsewhere in grub-installer,
> I've just borrowed it. :-/

Hrm, yes.

> >Also you umount explicitly on the exit path, but don't cancel this trap,
> >so I guess you'll see some noise from umount the second time.
> 
> True; I've not seen any such errors, as it seems they're hidden at
> that point.
> 
> >I know we've established that in-target isn't widely used in this
> >particular bit of code -- but it does take care of all this sort of
> >thing automatically and (presumably!) correctly, as well as being only a
> >single place to fix if it is wrong (e.g. in-target handles BSD
> >explicitly too).
> 
> Right. I've absolutely *no* idea how well any of the existing EFI
> stuff will work with BSD...!

Me neither.

> >> +log "Mounting filesystems"
> >> +# If we're installing grub-efi, it wants /sys mounted in the
> >> +# target. Maybe /proc too?
> >> +mountvirtfs proc /target/proc
> >> +mountvirtfs sysfs /target/sys
> >> +chroot /target mount /boot/efi || true
> >> +
> >> +db_progress STEP 1
> >> +db_progress INFO grub-installer/progress/step_install_loader
> >> +# Do the installation now
> >> +log "Running grub-install"
> >> +if ! chroot /target grub-install --force-extra-removable; then
> >
> >The main invocation would invoke this with a --target="foo-efi". Not
> >sure if this matters or not.
> 
> Nope, the code in grub-install already picks up on the right platform
> by default. I could add this too, but I'm not convinved it's necessary.

Lets leave it then.

> >In order to avoid having to repeat all the logic twice perhaps you could
> >arrange to do the debconf-set-selections thing first and then run
> >dpkg-reconfigure or something in the target to force the main postinst
> >to rerun and reinstall?
> 
> Maybe, yeah. I'll take a look.
> 
> >> +   db_input critical grub-installer/grub-install-failed || true
> >> +   db_go || true
> >> +   db_progress STOP
> >> +   exit 1
> >
> >You don't umount /target/boot/efi on this path.
> 
> Correct, and that's definitely wanted.

The unmount is wanted or the leaving of /boot/efi mounted is? (I could
see an argument either way actually).

Ian.


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



Bug#767037: Grub EFI fallback - patches for review

2014-12-03 Thread Ian Campbell
On Wed, 2014-12-03 at 01:55 +, Steve McIntyre wrote:
> On Tue, Dec 02, 2014 at 08:36:31AM +, Ian Campbell wrote:
> >On Mon, 2014-12-01 at 13:57 +, Steve McIntyre wrote:
> >
> >Starting with grub-install-fallback.patch:
> >
> >> >From e384e597914b6e1b1dcbf96ef6782cf9bcc2313b Mon Sep 17 00:00:00 2001
> >>  debian/patches/grub-install-extra-removable.patch | 115 
> >> ++
> >
> >Could you send this to grub-de...@gnu.org? Or at least provide a commit
> >log for the upstream bit inline in the patch for whoever does end up
> >forwarding it.
> 
> Sure, no problem. I've added a header for now. As my stuff is
> intermingled with other changes in the Debian tree, I'm not sure how
> well that will work upstream...

Ah yes, if it is dependent on other non-upstream stuff then probably no
point sending off in isolation.

> Rebased patch V2 against current git master attached...

Looks good to me.


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



Bug#771870: [Pkg-bareos-devel] Bug#771870: bareos-database-common: fails to install: bareos-database-common.config: /usr/sbin/bareos-dbcheck: not found

2014-12-03 Thread Evgeni Golov
Hi,

On 12/03/2014 04:10 AM, Andreas Beckmann wrote:

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

Thanks. This is what you get when you try to solve dependency loops :/

>>From the attached log (scroll to the bottom...):
> 
>   Selecting previously unselected package bareos-database-common.
>   (Reading database ... 9220 files and directories currently installed.)
>   Preparing to unpack 
> .../bareos-database-common_14.2.1+20141017gitc6c5b56-4_amd64.deb ...
>   Unpacking bareos-database-common (14.2.1+20141017gitc6c5b56-4) ...
>   Setting up bareos-database-common (14.2.1+20141017gitc6c5b56-4) ...
>   /var/lib/dpkg/info/bareos-database-common.config: 1: 
> /var/lib/dpkg/info/bareos-database-common.config: /usr/sbin/bareos-dbcheck: 
> not found
>   Warning: failed to get "dbname" from config, using default value "bareos", 
> see /tmp/bareos-config.11958.log
>   /var/lib/dpkg/info/bareos-database-common.config: 1: 
> /var/lib/dpkg/info/bareos-database-common.config: /usr/sbin/bareos-dbcheck: 
> not found
>   Warning: failed to get "dbuser" from config, using default value "bareos", 
> see /tmp/bareos-config.11958.log
>   (config) dbc_go() bareos-database-common configure.

bareos-database-common is not designed to be installed alone, yet it
triggers the above bug in that situation.

We could add a layer of "[ -x /usr/sbin/bareos-dbcheck ]" around the
calls to it (it's in bareos-database-tools).
Or we re-add bareos-database-tools to bareos-database-common depends,
but remove bareos-database-{postgresql,mysql,sqlite} from -tools depends
(which is also wrong, as dbcheck won't work then in all cases).

Joerg, any ideas? I'd go for the silly -x one.

Greets
Evgeni


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



Bug#771896: apt-transport-https must depend on ca-certificates

2014-12-03 Thread Pirate Praveen
package: apt-transport-https
version: 1.0.9.3
severity: grave
justification: installing apt-transport-https should be enough to access
https repos

One a fresh chroot, apt-get update failed on a https repo even when
apt-transport-https was installed. It was working after ca-certificates
package was installed.

root@savannah:/# echo deb
https://people.debian.org/~praveen/diaspora-unreleased unstable main
>>/etc/apt/sources.list
root@savannah:/# apt-get update
Ign https://people.debian.org unstable InRelease
Ign https://people.debian.org unstable Release.gpg
Ign https://people.debian.org unstable Release
Get:1 http://ftp.de.debian.org jessie InRelease [191 kB]
Err https://people.debian.org unstable/main amd64 Packages

Ign https://people.debian.org unstable/main Translation-en
Get:2 http://ftp.de.debian.org jessie/main amd64 Packages/DiffIndex
[7876 B]
Get:3 http://ftp.de.debian.org jessie/main Translation-en/DiffIndex
[7876 B]
Get:4 http://ftp.de.debian.org jessie/main amd64
2014-12-03-0244.11.pdiff [14.4 kB]
Get:5 http://ftp.de.debian.org jessie/main amd64
2014-12-03-0244.11.pdiff [14.4 kB]
Fetched 221 kB in 20s (10.6 kB/s)

W: Failed to fetch
https://people.debian.org/~praveen/diaspora-unreleased/dists/unstable/main/binary-amd64/Packages


E: Some index files failed to download. They have been ignored, or old
ones used instead.
root@savannah:/# apt-get update
Ign https://people.debian.org unstable InRelease
Hit http://ftp.de.debian.org jessie InRelease
Ign https://people.debian.org unstable Release.gpg
Get:1 http://ftp.de.debian.org jessie/main amd64 Packages/DiffIndex [7876 B]
Ign https://people.debian.org unstable Release
Get:2 http://ftp.de.debian.org jessie/main Translation-en/DiffIndex [7876 B]
Err https://people.debian.org unstable/main amd64 Packages

Ign https://people.debian.org unstable/main Translation-en
Fetched 15.8 kB in 6s (2588 B/s)

W: Failed to fetch
https://people.debian.org/~praveen/diaspora-unreleased/dists/unstable/main/binary-amd64/Packages


E: Some index files failed to download. They have been ignored, or old
ones used instead.
root@savannah:/#

At the minimum error message should say the signature could not be
verified like wget

wget
http://people.debian.org/~praveen/diaspora-unreleased/dists/unstable/main/binary-amd64/Packages
converted
'http://people.debian.org/~praveen/diaspora-unreleased/dists/unstable/main/binary-amd64/Packages'
(ANSI_X3.4-1968) ->
'http://people.debian.org/~praveen/diaspora-unreleased/dists/unstable/main/binary-amd64/Packages'
(UTF-8)
--2014-12-03 09:52:26--
http://people.debian.org/~praveen/diaspora-unreleased/dists/unstable/main/binary-amd64/Packages
Resolving people.debian.org (people.debian.org)... 5.153.231.30,
2001:41c8:1000:21::21:30
Connecting to people.debian.org (people.debian.org)|5.153.231.30|:80...
connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location:
https://people.debian.org/~praveen/diaspora-unreleased/dists/unstable/main/binary-amd64/Packages
[following]
converted
'https://people.debian.org/~praveen/diaspora-unreleased/dists/unstable/main/binary-amd64/Packages'
(ANSI_X3.4-1968) ->
'https://people.debian.org/~praveen/diaspora-unreleased/dists/unstable/main/binary-amd64/Packages'
(UTF-8)
--2014-12-03 09:52:27--
https://people.debian.org/~praveen/diaspora-unreleased/dists/unstable/main/binary-amd64/Packages
Connecting to people.debian.org (people.debian.org)|5.153.231.30|:443...
connected.
ERROR: The certificate of 'people.debian.org' is not trusted.
ERROR: The certificate of 'people.debian.org' hasn't got a known issuer.



signature.asc
Description: OpenPGP digital signature


Processed: severity of 771896 is normal

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 771896 normal
Bug #771896 [apt-transport-https] apt-transport-https must depend on 
ca-certificates
Severity set to 'normal' from 'grave'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
771896: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771896
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#771126: Bug#771191: Bug#771126: libav/tests/lena.pnm: also not mentioned in debian/copyright

2014-12-03 Thread Jonas Smedegaard
Quoting Fabian Greffrath (2014-12-03 08:56:41)
> Am Dienstag, den 02.12.2014, 23:29 +0100 schrieb Bastien ROUCARIES:
>> And offencive (sexist) for 50% of the population the women... 
>
> Now it's getting really ridiculous. Gosh, it's a picture of a woman!

I disagree with you.

Honestly, when you mentioned you'd replaced with a photo of your own, I 
got very curious and checked if you'd made a self-portrait posing 
similarly - looking over your shoulder and into the camera with an 
invitation in the eyes.  You chose food.

Had you done that (in an honest attempt, inspired by but without making 
fun on the original), your comment now would have more meaning to me.


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Bug#771126: Bug#771191: Bug#771126: libav/tests/lena.pnm: also not mentioned in debian/copyright

2014-12-03 Thread Jonas Smedegaard
Quoting Jonas Smedegaard (2014-12-03 11:33:17)
> Quoting Fabian Greffrath (2014-12-03 08:56:41)
>> Am Dienstag, den 02.12.2014, 23:29 +0100 schrieb Bastien ROUCARIES:
>>> And offencive (sexist) for 50% of the population the women... 
>>
>> Now it's getting really ridiculous. Gosh, it's a picture of a woman!
>
> I disagree with you.
>
> Honestly, when you mentioned you'd replaced with a photo of your own, 
> I got very curious and checked if you'd made a self-portrait posing 
> similarly - looking over your shoulder and into the camera with an 
> invitation in the eyes.  You chose food.
>
> Had you done that (in an honest attempt, inspired by but without 
> making fun on the original), your comment now would have more meaning 
> to me.

Whoops - sorry: I mixed up you and Reinhard. :-(


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Bug#771407: marked as done (server startup fails)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Dec 2014 11:34:35 +
with message-id 
and subject line Bug#771407: fixed in dovecot 1:2.2.13-8
has caused the Debian Bug report #771407,
regarding server startup fails
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
771407: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771407
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dovecot-imapd
Version: 1:2.2.13-7
Severity: grave

The latest update comments out cert locations which makes the server fail to 
restart again:

dovecot: imap-login: Fatal: Couldn't parse private ssl_key: error:0906D06C:PEM 
routines:PEM_read_bio:no start line: Expecting: ANY PRIVATE KEY

This means that a running imap service is no longer running after the upgrade
and cannot even be manually started until the config file has been fixed by
hand again.

Michael

-- Package-specific info:

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 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 dovecot-imapd depends on:
ii  dovecot-core  1:2.2.13-7
ii  libbz2-1.01.0.6-7+b1
ii  libc6 2.19-13
ii  liblzma5  5.1.1alpha+20120614-2+b2
ii  ucf   3.0030
ii  zlib1g1:1.2.8.dfsg-2+b1

dovecot-imapd recommends no packages.

dovecot-imapd suggests no packages.

Versions of packages dovecot-imapd is related to:
ii  dovecot-core [dovecot-common]  1:2.2.13-7
pn  dovecot-dbg
pn  dovecot-dev
pn  dovecot-gssapi 
ii  dovecot-imapd  1:2.2.13-7
pn  dovecot-ldap   
pn  dovecot-lmtpd  
pn  dovecot-managesieved   
pn  dovecot-mysql  
pn  dovecot-pgsql  
pn  dovecot-pop3d  
pn  dovecot-sieve  
pn  dovecot-sqlite 

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: dovecot
Source-Version: 1:2.2.13-8

We believe that the bug you reported is fixed in the latest version of
dovecot, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 771...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jaldhar H. Vyas  (supplier of updated dovecot package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 02 Dec 2014 00:21:30 -0500
Source: dovecot
Binary: dovecot-core dovecot-dev dovecot-imapd dovecot-pop3d dovecot-lmtpd 
dovecot-managesieved dovecot-pgsql dovecot-mysql dovecot-sqlite dovecot-ldap 
dovecot-gssapi dovecot-sieve dovecot-solr dovecot-lucene dovecot-dbg
Architecture: source i386
Version: 1:2.2.13-8
Distribution: unstable
Urgency: medium
Maintainer: Dovecot Maintainers 
Changed-By: Jaldhar H. Vyas 
Description:
 dovecot-core - secure POP3/IMAP server - core files
 dovecot-dbg - secure POP3/IMAP server - debug symbols
 dovecot-dev - secure POP3/IMAP server - header files
 dovecot-gssapi - secure POP3/IMAP server - GSSAPI support
 dovecot-imapd - secure POP3/IMAP server - IMAP daemon
 dovecot-ldap - secure POP3/IMAP server - LDAP support
 dovecot-lmtpd - secure POP3/IMAP server - LMTP server
 dovecot-lucene - secure POP3/IMAP server - Lucene support
 dovecot-managesieved - secure POP3/IMAP server - ManageSieve server
 dovecot-mysql - secure POP3/IMAP server - MySQL support
 dovecot-pgsql - secure POP3/IMAP server - PostgreSQL support
 dovecot-pop3d - secure POP3/IMAP server - POP3 daemon
 dovecot-sieve - secure POP3/IMAP server - Sieve filters support
 dovecot-solr - secure POP3/IMAP server - Solr support
 dovecot-sqlite - secure POP3/IMAP server - SQLite support
Closes: 771334 771407
Changes:
 dovecot (1:2.2.13-8) unstable; urgency=medium
 .
   * [b2f652f] Turn off SSL by default and leave SSL cert locations commented
 out. Hopefully this will be a satisfactory lowest common denominator for
 new installs without messing with upgrades.

Bug#771334: marked as done (upgrade hosed dovecot; Couldn't parse private ssl_key: error:0906D06C:PEM routines:PEM_read_bio:no start line: Expecting: ANY PRIVATE KEY)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Dec 2014 11:34:35 +
with message-id 
and subject line Bug#771334: fixed in dovecot 1:2.2.13-8
has caused the Debian Bug report #771334,
regarding upgrade hosed dovecot; Couldn't parse private ssl_key: 
error:0906D06C:PEM routines:PEM_read_bio:no start line: Expecting: ANY PRIVATE 
KEY
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
771334: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771334
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dovecot
Version: 1:2.2.13-7
Severity: serious

After upgrading to this version, I cannot connect to dovecot's imap or
pop servers.

joey@darkstar:~>telnet kitenet.net imap
Trying 66.228.36.95...
Connected to kite.kitenet.net.
Escape character is '^]'.
Connection closed by foreign host.

Offlineimap fails connecting to imaps; the ssl handshake fails.

journald has logged:

Nov 28 11:33:44 kite dovecot[14616]: imap-login: Fatal: Couldn't parse
private ssl_key: error:0906D06C:PEM routines:PEM_read_bio:no start line:
Expecting: ANY PRIVATE KEY
Nov 28 11:33:44 kite dovecot[14604]: master: Error: service(imap-login):
command startup failed, throttling for 4 secs
Nov 28 11:33:48 kite dovecot[14616]: imap-login: Fatal: Couldn't parse
private ssl_key: error:0906D06C:PEM routines:PEM_read_bio:no start line:
Expecting: ANY PRIVATE KEY
Nov 28 11:33:48 kite dovecot[14604]: master: Error: service(imap-login):
command startup failed, throttling for 8 secs

I suppose it's not cooincidental that the change in -7 had something to
do with cert locations. My dovecot cert appears to be in
/etc/dovecot/private/dovecot.pem, and it starts with 
-BEGIN PRIVATE KEY-

Downgrading to -6 worked around this.

-- 
see shy jo
--- End Message ---
--- Begin Message ---
Source: dovecot
Source-Version: 1:2.2.13-8

We believe that the bug you reported is fixed in the latest version of
dovecot, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 771...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jaldhar H. Vyas  (supplier of updated dovecot package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 02 Dec 2014 00:21:30 -0500
Source: dovecot
Binary: dovecot-core dovecot-dev dovecot-imapd dovecot-pop3d dovecot-lmtpd 
dovecot-managesieved dovecot-pgsql dovecot-mysql dovecot-sqlite dovecot-ldap 
dovecot-gssapi dovecot-sieve dovecot-solr dovecot-lucene dovecot-dbg
Architecture: source i386
Version: 1:2.2.13-8
Distribution: unstable
Urgency: medium
Maintainer: Dovecot Maintainers 
Changed-By: Jaldhar H. Vyas 
Description:
 dovecot-core - secure POP3/IMAP server - core files
 dovecot-dbg - secure POP3/IMAP server - debug symbols
 dovecot-dev - secure POP3/IMAP server - header files
 dovecot-gssapi - secure POP3/IMAP server - GSSAPI support
 dovecot-imapd - secure POP3/IMAP server - IMAP daemon
 dovecot-ldap - secure POP3/IMAP server - LDAP support
 dovecot-lmtpd - secure POP3/IMAP server - LMTP server
 dovecot-lucene - secure POP3/IMAP server - Lucene support
 dovecot-managesieved - secure POP3/IMAP server - ManageSieve server
 dovecot-mysql - secure POP3/IMAP server - MySQL support
 dovecot-pgsql - secure POP3/IMAP server - PostgreSQL support
 dovecot-pop3d - secure POP3/IMAP server - POP3 daemon
 dovecot-sieve - secure POP3/IMAP server - Sieve filters support
 dovecot-solr - secure POP3/IMAP server - Solr support
 dovecot-sqlite - secure POP3/IMAP server - SQLite support
Closes: 771334 771407
Changes:
 dovecot (1:2.2.13-8) unstable; urgency=medium
 .
   * [b2f652f] Turn off SSL by default and leave SSL cert locations commented
 out. Hopefully this will be a satisfactory lowest common denominator for
 new installs without messing with upgrades.
 (Closes: #771334, #771407)
Checksums-Sha1:
 3899458bf5151a924cad6ff7fc37c9d752f1407c 2883 dovecot_2.2.13-8.dsc
 74e72159f4c8deb397c35e43d6fcb65e7347d7af 733660 dovecot_2.2.13-8.debian.tar.xz
 cf8c1c31d34abf004dfc3576b04ed287c4f03850 2842924 dovecot-core_2.2.13-8_i386.deb
 c67bb2100950d63a723499755184e27d1dba41fa 749348 dovecot-dev_2.2.13-8_i386.deb
 fde88f38f53c9851fc0cf4e013e7cfaf95bbf9d3 661576 dovecot-

Bug#771024: [Pkg-ime-devel] scim-pinyin is marked for autoremoval from testing

2014-12-03 Thread Osamu Aoki
control: severity 771024 important
control: tags 771024 moreinfo
control: tags 771024 unreproducible

Hi,

I guess the original bug reporter is not familiar with the Debian BTS
and no one from SCIM maintaining people is interested enough to clean up
BTS.

Just a simple housekeeping ... 

FYI: My main interest is ibus and Japanese. 

Osamu


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



Processed: Re: [Pkg-ime-devel] scim-pinyin is marked for autoremoval from testing

2014-12-03 Thread Debian Bug Tracking System
Processing control commands:

> severity 771024 important
Bug #771024 [scim-pinyin] scim-pinyin doesn't work at all
Severity set to 'important' from 'grave'
> tags 771024 moreinfo
Bug #771024 [scim-pinyin] scim-pinyin doesn't work at all
Added tag(s) moreinfo.
> tags 771024 unreproducible
Bug #771024 [scim-pinyin] scim-pinyin doesn't work at all
Added tag(s) unreproducible.

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


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



Bug#771873: marked as done (trove-common: fails to purge: Association belongs to trove-common, not nova-common)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Dec 2014 13:04:21 +
with message-id 
and subject line Bug#771873: fixed in openstack-trove 2014.1.3-4
has caused the Debian Bug report #771873,
regarding trove-common: fails to purge: Association belongs to trove-common, 
not nova-common
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
771873: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771873
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: trove-common
Version: 2014.1.3-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + trove-taskmanager

Hi,

during a test with piuparts I noticed your package failed to purge.

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

  Removing trove-common (2014.1.3-2) ...
  Purging configuration files for trove-common (2014.1.3-2) ...
  ucfr: Association belongs to trove-common, not nova-common
  ucfr: Aborting
  dpkg: error processing package trove-common (--purge):
   subprocess installed post-removal script returned error exit status 5


Setting the severity to serious since that cannot be worked around (like
having ucf installed at purge time which obviously is the case here).

cheers,

Andreas


trove-taskmanager_2014.1.3-2.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: openstack-trove
Source-Version: 2014.1.3-4

We believe that the bug you reported is fixed in the latest version of
openstack-trove, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 771...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated openstack-trove package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 03 Dec 2014 19:04:32 +0800
Source: openstack-trove
Binary: python-trove trove-common trove-api trove-guestagent trove-taskmanager 
trove-conductor trove-doc
Architecture: source all
Version: 2014.1.3-4
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack 
Changed-By: Thomas Goirand 
Description:
 python-trove - Database as a Service for OpenStack - Python lib
 trove-api  - Database as a Service for OpenStack - API server
 trove-common - Database as a Service for OpenStack - common files
 trove-conductor - Database as a Service for OpenStack - conductor
 trove-doc  - Database as a Service for OpenStack - doc
 trove-guestagent - Database as a Service for OpenStack - guest agent
 trove-taskmanager - Database as a Service for OpenStack - taskmanager
Closes: 771873
Changes:
 openstack-trove (2014.1.3-4) unstable; urgency=medium
 .
   * Fixed ucfr call to use trove-common and not nova-common (Closes: #771873).
   * Removed PROTOCOL_SSLv3 which was removed upstream.
Checksums-Sha1:
 b60ba45f7b0eb1492e182cb633927da1c255c925 3464 openstack-trove_2014.1.3-4.dsc
 03ae38802f38be439401c3c2a45b2980a9122650 24324 
openstack-trove_2014.1.3-4.debian.tar.xz
 6d210dc0aee96ebedfcab5984139db000d2a3120 316476 python-trove_2014.1.3-4_all.deb
 1642e0745fcc02b613dd988c89c956a334d019bf 22012 trove-common_2014.1.3-4_all.deb
 0e400bbf5eaf362e59cee97985cc163976bd531e 21354 trove-api_2014.1.3-4_all.deb
 3c53e59b5b7bac16363fbd6fd44a05eb92cc8e28 15860 
trove-guestagent_2014.1.3-4_all.deb
 234dd8c9d502d329926749d1efa4eea2cd8a0710 16712 
trove-taskmanager_2014.1.3-4_all.deb
 f915c6c524138c491a19db8d3b9c4e41eaf91ee3 6824 
trove-conductor_2014.1.3-4_all.deb
 595fcc2a8c9361dd877f74c83e9e5059b123fac6 39712 trove-doc_2014.1.3-4_all.deb
Checksums-Sha256:
 436290b2c2b81d600de2df48d68cda49adb0e2849c9e5803716052088aef 3464 
openstack-trove_2014.1.3-4.dsc
 05e3f635b507ed013d23d1663c706f8f62ef673a8ad1f7e015cd2a3e1cdb19a6 24324 
openstack-trove_2014.1.3-4.debian.tar.xz
 3d4f69b0e5c5651fff8ef1058c708fd3d31bb19361d1fcceabb8e0ef69fd4ef2 316476 
python-trove_2014.1.3-4_all.deb
 4118edac7526560ec51e7395bbc93ca5189098c3430d29d4a73461a7188cc0d2 22012 
trove-common_2014.1.3-4_all.deb
 63ab63e91256e14875c7f1feffaf91955e5cf8505a3b9741b8bebbd4da791a76 21354 
trove-api_2014.1.3-4_all.deb
 5c1f53d6d1cda16b61a9f41c94f37d50d86f2e5c2c98deda41ed179d72b611d3 15860 
trove-guestagent_2014.1.3-4_all.deb
 d9f5d141aad7b09c4052676b87a9

Processed: Re: Bug#770721: texstudio: Deletes existing "file.tex" when "texstudio file" executed

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 770721 grave
Bug #770721 [texstudio] texstudio: Deletes existing "file.tex" when "texstudio 
file" executed
Severity set to 'grave' from 'important'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
770721: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770721
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#771794: [Python-modules-team] Bug#771794: pip silently removes/updates system provided python packages

2014-12-03 Thread Piotr Ożarowski
IMO we should patch pip to *not* touch (install, upgrade, uninstall,
etc.) anything in /usr directory (or /) except /usr/local. Our Python
interpreter already installs to /usr/local and so should pip.

This way:
 * pip doesn't need to figure out which file can be touched,
 * we can detect cause of problems just by looking at traceback
   (right now the very first thing I do once someone sends me a
   traceback is to look for .egg files in there (thank you ez_install!);
   with pip installing/overwriting files in /usr instead of /usr/local
   it's not that easy, not to mention that it will be a lot harder to
   fix it after such "install")
 * we'll be able to easily prove to our users that we're not insane
   and we did test our stuff ("please rename
   /usr/local/pythonX.Y/dist-packages to something else for few minutes
   and try again")


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



Bug#771922: keyboard handling broken with jessie's gnome-settings-daemon

2014-12-03 Thread Faidon Liambotis
Package: gnome-flashback
Version: 3.8.1-7
Severity: grave

Hi,

First of all, there's a number of severity: normal/important bugs
reported against the gnome-ssession-fallback package that mention
keyboard shortcuts issues (#727047, #730831, #731245, #731418, #727046,
#730096). My investigation shows that are partly related to each other
but in aggregate indicative of a more serious issue, hence this new
severity: grave super-bug. Apologies for the extra spam, feel free to
merge if you think that's better.

Second, I'm far from a GNOME developer or expert and the information
below is just the result of a day's investigation into GNOME's code, bug
tracking system and git history. Take everything I say with a grain of
salt and please double-check :)

So: the following things are broken in GNOME Flashback mode in today's jessie:
1) Keyboard layout switching
2) Non-metacity (i.e. g-s-d) keyboard shortcuts (e.g. Ctrl+Alt+L to lock screen)
3) Custom keybindings as configured by the control center
4) Power keys
5) Media keys (volume, play/pause)

I think that at least (1) & (2), as well as the combination of all these
(plus the unrelated #734822, which is fixed by gnome-flashback 3.14 as
found in experimental) makes the package unusable for most users and
hence unsuitable for a release with jessie.

The cause for this seems to be a general upstream trend of moving off
functionality from gnome-settings-daemon and into gnome-shell. This
became an issue in Debian with the inclusion of GNOME 3.14 in jessie.

Upstream g-s-d commit b0cee1df30b4945f524611f354ff164d4a383262
("media-keys: Refer key grabbing to the shell", BZ #693016) removed
media keys support, 326ee9f9a102a58941473e08fbe6221e70369f7f ("keyboard:
Remove input sources handling", BZ #736436) removed input source
switching support and finally 66c975cd90736e32f20ffd36846301d68e7a08e7
("common: Remove unused keygrab code") removed the keygrab code
entirely. There's a number of other commits that touch e.g. media-keys
code too.

This is deliberate, as "GNOME proper" doesn't really care about
Flashback at this point. gnome-flashback's upstream is aware and trying
to fix those issues in Flashback it self. Current master has
cfce8742780e8be335cf19dd49a993cc0ea63b13 ("libkey-grabber: initial
version") & the very hackish 670c310e8eaf89e895da96e62edc2a724c4ec068
("own org.gnome.Shell", see BZ #739534[1] for why this is very hackish
and also indicative of "GNOME proper"'s attitude to Flashback :/).

I backported both of the aforementioned two commits to both jessie's and
experimental's gnome-flashback (the former needed a bit of a porting
work, the latter applies cleanly). Media keys & custom keybindings
functionality was restored, albeit without an OSD; keyboard layout
switching was not, however.

All in all, I'm not sure what the proper solution would be -- I'm hoping
that you, as maintainers, may have a really bright solution :)

As I see it, deviating significantly from upstream and reverting big
g-s-d commits doesn't sound like a great strategy to me, especially this
late in the jessie cycle. I think the most sensible approach at this
point would be to get in touch with Flashback upstream and figure out
the remaining bits (input sources, media keys, OSD). Then, stack patches
against Flashback 3.14 (not 3.8) and beg the release team to make a big
freeze exception on the basis that the alternative of removing Flashback
from jessie entirely would be a big regression from Wheezy. Doesn't
sound to me like something that has many chances of success, but
Flashback is fairly self-contained and might be considered important
enough.

Let me know if you need any further clarifications or help from me. I'm
pretty bummed at this point. This sucks :(

Regards,
Faidon

1: https://bugzilla.gnome.org/show_bug.cgi?id=739534


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



Processed: Re: Bug#734822: gnome-session-flashback: NM, Power and Volume applets don't start anymore

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 734822 gnome-flashback 3.10.0-1
Bug #734822 [gnome-session-flashback] gnome-session-flashback: NM, Power and 
Volume applets don't start anymore
Bug reassigned from package 'gnome-session-flashback' to 'gnome-flashback'.
No longer marked as found in versions gnome-panel/3.8.0-1.
Ignoring request to alter fixed versions of bug #734822 to the same values 
previously set
Bug #734822 [gnome-flashback] gnome-session-flashback: NM, Power and Volume 
applets don't start anymore
Marked as found in versions gnome-flashback/3.10.0-1.
> severity 734822 serious
Bug #734822 [gnome-flashback] gnome-session-flashback: NM, Power and Volume 
applets don't start anymore
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
734822: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734822
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#771794: pip silently removes/updates system provided python packages

2014-12-03 Thread Barry Warsaw
On Dec 02, 2014, at 10:38 PM, Scott Kitterman wrote:

>Speaking only for myself, I think that sounds reasonable.
>
>It's well established I believe in Debian Python usage that if a user
>installs packages in /usr/local and break their system, they are on their
>own, so I'm not particularly worried about the edge cases for having the same
>python package installed in /usr/lib and /usr/local, it's on whoever
>installed stuff in /usr/local.

Work's been busy for me lately, but I'll just chime in with a +1


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



Bug#734822: gnome-session-flashback: NM, Power and Volume applets don't start anymore

2014-12-03 Thread Faidon Liambotis
reassign 734822 gnome-flashback 3.10.0-1
severity 734822 serious
thanks

On Fri, Jan 10, 2014 at 03:51:56AM +0100, Christoph Anton Mitterer wrote:
> A while since ago, NM applet didn't anymore start with GNOME classic
> (this was already before 3.8 and gnome-session-flashback)... but since
> then, neither the volume, nor the battery/power applet show's up anymore.

At least the sound applet is fixed with experimental's
gnome-flashback/gnome-session-flashback (3.14.0-3).

I don't think that a desktop session with no (option for) volume,
battery/power or network management control is very useful for the
majority of users and I don't think it would reasonable to release
jessie with Flashback in this state, so I'm bumping this to serious/RC.

Thanks,
Faidon


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



Bug#771794: [Python-modules-team] Bug#771794: pip silently removes/updates system provided python packages

2014-12-03 Thread Barry Warsaw
On Dec 03, 2014, at 03:20 PM, Piotr Ożarowski wrote:

>IMO we should patch pip to *not* touch (install, upgrade, uninstall,
>etc.) anything in /usr directory (or /) except /usr/local. Our Python
>interpreter already installs to /usr/local and so should pip.

+1

>This way:
> * pip doesn't need to figure out which file can be touched,
> * we can detect cause of problems just by looking at traceback
>   (right now the very first thing I do once someone sends me a
>   traceback is to look for .egg files in there (thank you ez_install!);
>   with pip installing/overwriting files in /usr instead of /usr/local
>   it's not that easy, not to mention that it will be a lot harder to
>   fix it after such "install")
> * we'll be able to easily prove to our users that we're not insane
>   and we did test our stuff ("please rename
>   /usr/local/pythonX.Y/dist-packages to something else for few minutes
>   and try again")

Don't forget that `$python -S` disables `import site` which has the side
effect of not including /usr/local on sys.path.  E.g.

% python3 -c "import sys; print(sys.path)"
['', '/home/barry/env/python', '/usr/lib/python3.4', 
'/usr/lib/python3.4/plat-x86_64-linux-gnu', '/usr/lib/python3.4/lib-dynload', 
'/home/barry/.local/lib/python3.4/site-packages', 
'/usr/local/lib/python3.4/dist-packages', '/usr/lib/python3/dist-packages']
% python3 -S -c "import sys; print(sys.path)"
['', '/home/barry/env/python', '/usr/lib/python3.4/', 
'/usr/lib/python3.4/plat-x86_64-linux-gnu', '/usr/lib/python3.4/lib-dynload']

Unfortunately, as you can see, this also disables
/usr/lib/python3/dist-packages so it it's a perfect way of telling people
"let's disable any non-apt managed packages".

I would support adding a special Debian -X switch which removes /usr/local
paths from sys.path.  Then, if you suspect some local outside-apt
customization is causing them problems you can ask them to run:

$ python3 -X ignore-debian-usr-local-customizations

(spelling TBD)


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



Bug#767037: Grub EFI fallback - patches for review

2014-12-03 Thread Steve McIntyre
On Wed, Dec 03, 2014 at 09:42:20AM +, Ian Campbell wrote:
>On Wed, 2014-12-03 at 01:55 +, Steve McIntyre wrote:
>> On Tue, Dec 02, 2014 at 08:36:31AM +, Ian Campbell wrote:
>> >On Mon, 2014-12-01 at 13:57 +, Steve McIntyre wrote:
>> >
>> >Starting with grub-install-fallback.patch:
>> >
>> >> >From e384e597914b6e1b1dcbf96ef6782cf9bcc2313b Mon Sep 17 00:00:00 2001
>> >>  debian/patches/grub-install-extra-removable.patch | 115 
>> >> ++
>> >
>> >Could you send this to grub-de...@gnu.org? Or at least provide a commit
>> >log for the upstream bit inline in the patch for whoever does end up
>> >forwarding it.
>> 
>> Sure, no problem. I've added a header for now. As my stuff is
>> intermingled with other changes in the Debian tree, I'm not sure how
>> well that will work upstream...
>
>Ah yes, if it is dependent on other non-upstream stuff then probably no
>point sending off in isolation.

ACK. It's not *functionally* dependent, but it's intermingled in the
patches.

>> Rebased patch V2 against current git master attached...
>
>Looks good to me.

Cool. I don't (think I) have push access to the git repo, so if you
could do the honours and apply, that would be lovely. :-)

I'm also wanting to get this into Jessie if we can, along with the
32-bit EFI work that's next...!

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
  Getting a SCSI chain working is perfectly simple if you remember that there
  must be exactly three terminations: one on one end of the cable, one on the
  far end, and the goat, terminated over the SCSI chain with a silver-handled
  knife whilst burning *black* candles. --- Anthony DeBoer


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



Bug#769698: marked as done (libspring-java: CVE-2014-3625 Directory Traversal in Spring Framework)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Dec 2014 15:52:51 +
with message-id 
and subject line Bug#769698: fixed in libspring-java 3.2.12-1
has caused the Debian Bug report #769698,
regarding libspring-java: CVE-2014-3625 Directory Traversal in Spring Framework
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
769698: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769698
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libspring-java
Version: 3.0.0
Severity: serious
Tags: security
Justification: must



According to https://github.com/spring-projects/spring-framework/commit/3f68cd 
versions affected include 3.0.0 to 3.2.11

The feature of ' ' seems to be introduced in 3.0.4 ( 
http://docs.spring.io/spring/d... ).

Bastien
--- End Message ---
--- Begin Message ---
Source: libspring-java
Source-Version: 3.2.12-1

We believe that the bug you reported is fixed in the latest version of
libspring-java, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 769...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg  (supplier of updated libspring-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 03 Dec 2014 16:22:55 +0100
Source: libspring-java
Binary: libspring-core-java libspring-beans-java libspring-aop-java 
libspring-context-java libspring-context-support-java libspring-web-java 
libspring-web-servlet-java libspring-web-portlet-java libspring-test-java 
libspring-transaction-java libspring-jdbc-java libspring-jms-java 
libspring-orm-java libspring-expression-java libspring-oxm-java 
libspring-instrument-java
Architecture: source all
Version: 3.2.12-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libspring-aop-java - modular Java/J2EE application framework - AOP
 libspring-beans-java - modular Java/J2EE application framework - Beans
 libspring-context-java - modular Java/J2EE application framework - Context
 libspring-context-support-java - modular Java/J2EE application framework - 
Context Support
 libspring-core-java - modular Java/J2EE application framework - Core
 libspring-expression-java - modular Java/J2EE application framework - 
Expression language
 libspring-instrument-java - modular Java/J2EE application framework - 
Instrumentation
 libspring-jdbc-java - modular Java/J2EE application framework - JDBC tools
 libspring-jms-java - modular Java/J2EE application framework - JMS tools
 libspring-orm-java - modular Java/J2EE application framework - ORM tools
 libspring-oxm-java - modular Java/J2EE application framework - Object/XML 
Mapping
 libspring-test-java - modular Java/J2EE application framework - Test helpers
 libspring-transaction-java - modular Java/J2EE application framework - 
transaction
 libspring-web-java - modular Java/J2EE application framework - Web
 libspring-web-portlet-java - modular Java/J2EE application framework - Portlet 
MVC
 libspring-web-servlet-java - modular Java/J2EE application framework - Web 
Portlet
Closes: 732215 760733 769698
Changes:
 libspring-java (3.2.12-1) experimental; urgency=medium
 .
   * Team upload.
   * New upstream release (Closes: #732215)
 - Fix CVE-2014-3578: Directory Traversal (Closes: #760733)
 - Fix CVE-2014-3625: Directory Traversal (Closes: #769698)
 - Removed the patches applied upstream
 - New build dependencies on libjoptsimple-java, libderbyclient-java,
   libhsqldb-java, libjetty8-java, libhibernate-validator-java,
   gradle-propdeps-plugin, libjackson2-databind-java, libjstl1.1-java,
   libjakarta-taglibs-standard-java
 - Depend on libgeronimo-j2ee-connector-1.5-spec-java (>= 2.0.0-2)
 - Depend on libgeronimo-commonj-spec-java (>= 1.1.1-3)
 - Depend on libitext-java (>= 2.1.7-9)
 - Depend on libvelocity-tools-java (>= 2.0-3)
   * Use XZ compression for the upstream tarball
   * Remove more jar files from the upstream tarball
   * debian/rules: Changed the get-orig-source target to call uscan
Checksums-Sha1:
 447056bc1457707711b9f6e72304a9bf0a2193d8 4758 libspring-java_3.2.12-1.dsc
 1eae28dafa54de6ed2a

Bug#760733: marked as done (CVE-2014-3578: directory traversal)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Dec 2014 15:52:51 +
with message-id 
and subject line Bug#760733: fixed in libspring-java 3.2.12-1
has caused the Debian Bug report #760733,
regarding CVE-2014-3578: directory traversal
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
760733: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760733
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libspring-java
Severity: grave
Tags: security
Justification: user security hole

Hi,

CVE-2014-3578 was assigned to a directory traversal in the spring
framework, affecting all versions in Debian (fixed in 3.2.0).

More information can be found on:

- https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-3578
- http://jvndb.jvn.jp/en/contents/2014/JVNDB-2014-54.html

Please include the CVE number in the changelog entry fixing the
vulnerability.

Regards,
-- 
Yves-Alexis Perez

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

Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Source: libspring-java
Source-Version: 3.2.12-1

We believe that the bug you reported is fixed in the latest version of
libspring-java, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 760...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg  (supplier of updated libspring-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 03 Dec 2014 16:22:55 +0100
Source: libspring-java
Binary: libspring-core-java libspring-beans-java libspring-aop-java 
libspring-context-java libspring-context-support-java libspring-web-java 
libspring-web-servlet-java libspring-web-portlet-java libspring-test-java 
libspring-transaction-java libspring-jdbc-java libspring-jms-java 
libspring-orm-java libspring-expression-java libspring-oxm-java 
libspring-instrument-java
Architecture: source all
Version: 3.2.12-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libspring-aop-java - modular Java/J2EE application framework - AOP
 libspring-beans-java - modular Java/J2EE application framework - Beans
 libspring-context-java - modular Java/J2EE application framework - Context
 libspring-context-support-java - modular Java/J2EE application framework - 
Context Support
 libspring-core-java - modular Java/J2EE application framework - Core
 libspring-expression-java - modular Java/J2EE application framework - 
Expression language
 libspring-instrument-java - modular Java/J2EE application framework - 
Instrumentation
 libspring-jdbc-java - modular Java/J2EE application framework - JDBC tools
 libspring-jms-java - modular Java/J2EE application framework - JMS tools
 libspring-orm-java - modular Java/J2EE application framework - ORM tools
 libspring-oxm-java - modular Java/J2EE application framework - Object/XML 
Mapping
 libspring-test-java - modular Java/J2EE application framework - Test helpers
 libspring-transaction-java - modular Java/J2EE application framework - 
transaction
 libspring-web-java - modular Java/J2EE application framework - Web
 libspring-web-portlet-java - modular Java/J2EE application framework - Portlet 
MVC
 libspring-web-servlet-java - modular Java/J2EE application framework - Web 
Portlet
Closes: 732215 760733 769698
Changes:
 libspring-java (3.2.12-1) experimental; urgency=medium
 .
   * Team upload.
   * New upstream release (Closes: #732215)
 - Fix CVE-2014-3578: Directory Traversal (Closes: #760733)
 - Fix CVE-2014-3625: Directory Traversal (Closes: #769698)
 - Removed the patches applied upstream
 - New build dependencies on libjoptsimple-java, libderbyclient-java,
   libhsqldb-java, libjetty8-java, libhibernate-validator-java,
   gradle-propdeps-plugin, libjackson2-databind-java, libjstl1.1-java,
   libjakarta-taglibs-standard-j

Bug#768850: marked as done (ruby-activemodel, ruby-activesupport: needs Breaks for the packages it Replaces)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Dec 2014 16:00:09 +
with message-id 
and subject line Bug#768850: fixed in rails 2:4.1.8-1
has caused the Debian Bug report #768850,
regarding ruby-activemodel, ruby-activesupport: needs Breaks for the packages 
it Replaces
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
768850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768850
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ruby-activemodel,ruby-activesupport
Version: 2:4.1.6-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts replaces-without-breaks

Hi,

during a test with piuparts and DOSE tools I noticed your package causes
removal of files that also belong to another package, leaving the other
package installed but crippled.
This is caused by using Replaces without corresponding Breaks.

This is a serious bug violating policy 7.6, see
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces
and also see the footnote that describes this incorrect behavior
http://www.debian.org/doc/debian-policy/footnotes.html#f53

The ruby-activemodel package has the following relevant relationships:

  Conflicts: N/A
  Breaks:N/A
  Replaces:  ruby-activemodel-3.2, ruby-activemodel-4.0

Since you intend to completely replace these packages, I suggest to add

  Breaks: ruby-activemodel-3.2, ruby-activemodel-4.0

(lintian may warn about a missing (<< $VER) clause - you can either ignore
that or make something up like (<< 2:4.1) - which should go to the Replaces
as well)

The same applies to the ruby-activesupport package which

  Replaces: ruby-activesupport-2.3, ruby-activesupport-3.2, 
ruby-activesupport-4.0

The other packages built from src:rails may have similar problems, I didn't
check in deep. They should be adjusted for consistency anyway.

But I could create test setups with crippled ruby-activemodel-3.2 and
ruby-activemodel-3.2 after installation and removal of the above two packages.
This may be an issue on wheezy -> jessie upgrades.


cheers,

Andreas
--- End Message ---
--- Begin Message ---
Source: rails
Source-Version: 2:4.1.8-1

We believe that the bug you reported is fixed in the latest version of
rails, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 768...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Terceiro  (supplier of updated rails package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 25 Nov 2014 16:51:50 -0200
Source: rails
Binary: ruby-activesupport ruby-activesupport-2.3 ruby-activerecord 
ruby-activemodel ruby-actionview ruby-actionpack ruby-actionmailer 
ruby-railties ruby-rails rails
Architecture: source all
Version: 2:4.1.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Antonio Terceiro 
Description:
 rails  - MVC ruby based framework geared for web application development (
 ruby-actionmailer - email composition, delivery, and receiving framework (part 
of Rai
 ruby-actionpack - web-flow and rendering framework putting the VC in MVC (part 
of R
 ruby-actionview - framework for handling view template lookup and rendering 
(part o
 ruby-activemodel - toolkit for building modeling frameworks (part of Rails)
 ruby-activerecord - object-relational mapper framework (part of Rails)
 ruby-activesupport - Support and utility classes used by the Rails 4.1 
framework
 ruby-activesupport-2.3 - transitional dummy package
 ruby-rails - MVC ruby based framework geared for web application development
 ruby-railties - tools for creating, working with, and running Rails 
applications
Closes: 768850 770934
Changes:
 rails (2:4.1.8-1) unstable; urgency=medium
 .
   * New upstream release
 - Includes only bug fixes and no behavior changes. In special, includes
   fix for [CVE-2014-7818] and [CVE-2014-7829] (Arbitrary file existence
   disclosure in Action Pack) (Closes: #770934)
   * Add new transitional binary package ruby-activesupport-2.3 plus
 appropriate Breaks:/Replaces: fieds in all binary packages to ensure
 upgrades from wheezy work (Closes: #768850)
 - Many thanks

Bug#766831: marked as done (haskell-gtk3: FTBFS on ppc: parse error on input `TreeView' (TreeView.chs:80:3))

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Dec 2014 16:04:30 +
with message-id 
and subject line Bug#766831: fixed in haskell-gtk3 0.12.5.6-3
has caused the Debian Bug report #766831,
regarding haskell-gtk3: FTBFS on ppc: parse error on input `TreeView' 
(TreeView.chs:80:3)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
766831: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766831
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: haskell-gtk3
Version: 0.12.5.6-2
Severity: serious

Hi,

Your package FTBFS on powerpc with the following:

"""
[...]
Structs.hsc:1051:5: note: in expansion of macro 'hsc_const'
/usr/lib/ghc/template-hsc.h:38:29: warning: cast from pointer to integer of 
different size [-Wpointer-to-int-cast]
 hsc_printf ("%llu", (unsigned long long)(x));
 ^
Structs.hsc:1051:5: note: in expansion of macro 'hsc_const'

Graphics/UI/Gtk/ModelView/TreeView.chs:80:3:
parse error on input `TreeView'
make: *** [build-ghc-stamp] Error 1
/usr/share/cdbs/1/class/hlibrary.mk:120: recipe for target 'build-ghc-stamp' 
failed
"""

Since it built on said architecture in the past, the new version of
haskell-gtk3 is considered unsuitable for migration in its current state.

~Niels
--- End Message ---
--- Begin Message ---
Source: haskell-gtk3
Source-Version: 0.12.5.6-3

We believe that the bug you reported is fixed in the latest version of
haskell-gtk3, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 766...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson  (supplier of updated haskell-gtk3 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 03 Dec 2014 15:34:08 +
Source: haskell-gtk3
Binary: libghc-gtk3-dev libghc-gtk3-prof libghc-gtk3-doc
Architecture: source all amd64
Version: 0.12.5.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 

Changed-By: Colin Watson 
Description:
 libghc-gtk3-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-gtk3-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-gtk3-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Closes: 766831
Changes:
 haskell-gtk3 (0.12.5.6-3) unstable; urgency=medium
 .
   * Work around predefined "pixel" on some architectures (closes: #766831).
Checksums-Sha1:
 29b9b7e4e962d463e8b5d432b8c733716d9bc3c2 2729 haskell-gtk3_0.12.5.6-3.dsc
 be65ebf56d5ff6f9f5720e0a86396a5c067623c4 3960 
haskell-gtk3_0.12.5.6-3.debian.tar.xz
 e308dcf38fb58a29753e07c911dcfba6a50fa22e 1825378 
libghc-gtk3-doc_0.12.5.6-3_all.deb
 8c285c6d7c3e6c3741d93a08fd44baab214cb864 3497424 
libghc-gtk3-dev_0.12.5.6-3_amd64.deb
 641f6590198ab2b010bd39a3f74343f613c0ba7d 3226402 
libghc-gtk3-prof_0.12.5.6-3_amd64.deb
Checksums-Sha256:
 9d9eeac27578bfcf101c6a422425c35ebaebf78c0e0fc0a78131d00d174c439b 2729 
haskell-gtk3_0.12.5.6-3.dsc
 b7fb498535cec89dbe7b9fc8916f8aacff4349152830d6fe48c1ada4b0f96774 3960 
haskell-gtk3_0.12.5.6-3.debian.tar.xz
 98b87ebbb502307c668109c8b2dea2cc71b15fb139291cc4738820353181b9fb 1825378 
libghc-gtk3-doc_0.12.5.6-3_all.deb
 f2319391aae60c0e706ffe7d577e61397e570e6bd1131a69ea46dd1b4a430049 3497424 
libghc-gtk3-dev_0.12.5.6-3_amd64.deb
 527f03a1e62ea0f723b9abe28a67ce508af41b1ee9ec165d83e5a858af472d6b 3226402 
libghc-gtk3-prof_0.12.5.6-3_amd64.deb
Files:
 cb7d0422f6804fa87ff32af92097eb2a 2729 haskell extra haskell-gtk3_0.12.5.6-3.dsc
 0d4397877553a07ce40df208b541632b 3960 haskell extra 
haskell-gtk3_0.12.5.6-3.debian.tar.xz
 4852273d1da091701dabf896ab5b103c 1825378 doc extra 
libghc-gtk3-doc_0.12.5.6-3_all.deb
 251c6da362db53594f795f6311acac8d 3497424 haskell extra 
libghc-gtk3-dev_0.12.5.6-3_amd64.deb
 9123591135079879a618921739c8cdaa 3226402 haskell extra 
libghc-gtk3-prof_0.12.5.6-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Colin Watson  -- Debian developer

iQIVAwUBVH8xEDk1h9l9hlALAQjmYQ/9FkSpW7SprSmd7bVer5cu+UJ8xGcjt5rx
mUGYV3s66o0qvsp6brOLCfIIt5RzSZH2s1Os2+3wUEvYqVNrzzdQmqdoe/+u1Sk4
G85Tod5o5G2w3/E39k3zN669hQb4yj6VYyWXdRQTVkyTtaXJr/noSOVp7I14Fpvr
Beexv0JUH2o6rHh5Ej50Vpgb73Nb9Go8b+TsoP+qj5EpWI6TOORyRqa1V6ao+xoy
hpFDT4PE0Ofvz2R

Bug#771203: lnav: FTBFS on mips, powerpc and s390x

2014-12-03 Thread Jurica Stanojkovic
Hello,

I have found that upstream commit 17bd6e2 brakes build on Debian big-endian 
architectures.

https://github.com/tstack/lnav/commit/17bd6e234ac2432073912b940a17a3b97675b8f9


I this commit is reverted, package lnav builds successfully, all tests execute 
successfully.


Regards,
Jurica




Bug#767037: Grub EFI fallback - patches for review

2014-12-03 Thread Steve McIntyre
On Wed, Dec 03, 2014 at 09:44:08AM +, Ian Campbell wrote:
>On Wed, 2014-12-03 at 02:10 +, Steve McIntyre wrote:
>> >
>> >> +mountvirtfs () {
>> >> +   fstype="$1"
>> >> +   path="$2"
>> >> +   if grep -q "[[:space:]]$fstype\$" /proc/filesystems && \
>> >> +  ! grep -q "^[^ ]\+ \+$path " /proc/mounts; then
>> >> +   mkdir -p "$path" || \
>> >> +   die grub-installer/mounterr "Error creating $path"
>> >> +   mount -t "$fstype" "$fstype" "$path" || \
>> >> +   die grub-installer/mounterr "Error mounting $path"
>> >> +   trap "umount $path" HUP INT QUIT KILL PIPE TERM EXIT
>> >
>> >trap doesn't stack, does it? You call mountvirtfs twice, so only the
>> >second umount will actually happen on error.
>> 
>> True. This (buggy) code is already in use elsewhere in grub-installer,
>> I've just borrowed it. :-/
>
>Hrm, yes.

A more generic fix would be to add to a list of filesystems that need
unmounting, and trap to a new shell function that unmounts that
list. Not too hard, I think - I'll see if I can do that and get it
tested today.

Frankly, I'd also like to move mountvirtfs and that new function over
to a more central d-i scripts location and cut down on the duplicated
code. That's definitely something for post-jessie, as it's going to
potentially cut across a lot of the d-i packages.

>> Right. I've absolutely *no* idea how well any of the existing EFI
>> stuff will work with BSD...!
>
>Me neither.

Again, I'm tempted to leave that alone for now then.

>> >The main invocation would invoke this with a --target="foo-efi". Not
>> >sure if this matters or not.
>> 
>> Nope, the code in grub-install already picks up on the right platform
>> by default. I could add this too, but I'm not convinved it's necessary.
>
>Lets leave it then.

Agreed.

>> >In order to avoid having to repeat all the logic twice perhaps you could
>> >arrange to do the debconf-set-selections thing first and then run
>> >dpkg-reconfigure or something in the target to force the main postinst
>> >to rerun and reinstall?
>> 
>> Maybe, yeah. I'll take a look.
>> 
>> >> +   db_input critical grub-installer/grub-install-failed || true
>> >> +   db_go || true
>> >> +   db_progress STOP
>> >> +   exit 1
>> >
>> >You don't umount /target/boot/efi on this path.
>> 
>> Correct, and that's definitely wanted.
>
>The unmount is wanted or the leaving of /boot/efi mounted is? (I could
>see an argument either way actually).

I need to make sure that /target/boot/efi is unmounted; otherwise
exiting and re-entering the rescue menu fails.

Updated patch coming soon...

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Support the Campaign for Audiovisual Free Expression: http://www.eff.org/cafe/


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



Bug#734822: gnome-session-flashback: NM, Power and Volume applets don't start anymore

2014-12-03 Thread Dmitry Shachnev
Control: tags -1 +moreinfo

On Wed, 3 Dec 2014 16:46:40 +0200, Faidon Liambotis wrote:
> I don't think that a desktop session with no (option for) volume,
> battery/power or network management control is very useful for the
> majority of users and I don't think it would reasonable to release
> jessie with Flashback in this state, so I'm bumping this to serious/RC.

* NM-applet works fine for me. Its autostart file (nm-applet.desktop)
  was fixed some time ago, so it is now correctly autostarted.
* For volume management use mixer applet from gnome-applets package.
* For power control use battstat applet from gnome-applets package.

What actually does not work for you?

--
Dmitry Shachnev

signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#734822: gnome-session-flashback: NM, Power and Volume applets don't start anymore

2014-12-03 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 +moreinfo
Bug #734822 [gnome-flashback] gnome-session-flashback: NM, Power and Volume 
applets don't start anymore
Added tag(s) moreinfo.

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


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



Bug#770411: marked as done (mpi-specs: postinst uses /usr/share/doc content (Policy 12.3))

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Dec 2014 16:49:29 +
with message-id 
and subject line Bug#770411: fixed in mpi-specs 20040719-2.1
has caused the Debian Bug report #770411,
regarding mpi-specs: postinst uses /usr/share/doc content (Policy 12.3)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
770411: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770411
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mpi-specs
Version: 20040719-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

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

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

  Selecting previously unselected package mpi-specs.
  (Reading database ... 8608 files and directories currently installed.)
  Preparing to unpack .../mpi-specs_20040719-2_all.deb ...
  Unpacking mpi-specs (20040719-2) ...
  Setting up mpi-specs (20040719-2) ...
  cp: cannot stat 'debian/dhelp': No such file or directory
  dpkg: error processing package mpi-specs (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   mpi-specs


Cheers,

Andreas


mpi-specs_20040719-2.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: mpi-specs
Source-Version: 20040719-2.1

We believe that the bug you reported is fixed in the latest version of
mpi-specs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 770...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann  (supplier of updated mpi-specs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 28 Nov 2014 17:21:21 +0100
Source: mpi-specs
Binary: mpi-specs
Architecture: source all
Version: 20040719-2.1
Distribution: unstable
Urgency: medium
Maintainer: Francesco Paolo Lovergine 
Changed-By: gregor herrmann 
Description:
 mpi-specs  - [EBOOK-DEV] MPI 1.1 and 2.0 Specifications of MPI Forum
Closes: 484003 557409 770411
Changes:
 mpi-specs (20040719-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Documentation fix:
 Fix "Using obsolete .dhelp files":
 - remove obsolete debian/dhelp file
 - don't try to install it from debian/rules anymore
 - add new debian/mpi-specs.doc-base.mpi?? files instead
 - drop dhelp_parse calls from debian/{prerm,postinst}
 Thanks, Esteban Manchado Velázquez.
 (Closes: #484003)
   * RC bug fix:
 Fix "postinst uses /usr/share/doc content (Policy 12.3)":
 - debian/postinst: don't try to install debian/dhelp
   as /usr/share/doc/mpi-specs/.dhelp; this has never worked but was only
   tried when the (shipped) /usr/share/doc/mpi-specs/.dhelp didn't exist,
   so the problem only shows when /usr/share/doc is not available.
 Thanks, Andreas Beckmann.
 (Closes: #770411)
   * Drop now empty debian/{prerm,postinst}.
   * Documentation fix:
 Fix "Typo in package description: "This packages"".
 Thanks, Pascal De Vuyst.
 (Closes: #557409)
Checksums-Sha1:
 538a4c69d9909530b610489136244a6704e6e5a0 1820 mpi-specs_20040719-2.1.dsc
 2dec821abb18c3caa9a5cf0733c1e7e5a5cfab65 3391 mpi-specs_20040719-2.1.diff.gz
 395d75f8977d70ce5f7f5987af3fd517779d6df3 618198 mpi-specs_20040719-2.1_all.deb
Checksums-Sha256:
 09f840d74f574a34c1172be3fdd0f23702984044b674abf0c276256baf3ad8b9 1820 
mpi-specs_20040719-2.1.dsc
 0df42836e75c2749e217278fb4f894e7dd228e1b428752346343f0ea5532c807 3391 
mpi-specs_20040719-2.1.diff.gz
 7a7c2e5cee8df04459b42b9d3b82e0c09d1700e5ec77a1cf7f41c86ae899a516 618198 
mpi-specs_20040719-2.1_all.deb
Files:
 96360e9ad9f511e24d9b5e006125e3ef 1820 non-free/doc

Bug#734822: gnome-session-flashback: NM, Power and Volume applets don't start anymore

2014-12-03 Thread Faidon Liambotis
On Wed, Dec 03, 2014 at 04:28:33PM -, Dmitry Shachnev wrote:
> Control: tags -1 +moreinfo
> 
> On Wed, 3 Dec 2014 16:46:40 +0200, Faidon Liambotis wrote:
> > I don't think that a desktop session with no (option for) volume,
> > battery/power or network management control is very useful for the
> > majority of users and I don't think it would reasonable to release
> > jessie with Flashback in this state, so I'm bumping this to serious/RC.
> 
> * NM-applet works fine for me. Its autostart file (nm-applet.desktop)
>   was fixed some time ago, so it is now correctly autostarted.
> * For volume management use mixer applet from gnome-applets package.
> * For power control use battstat applet from gnome-applets package.
> 
> What actually does not work for you?

I've been running Flashback from jessie, experimental and my own patched
version (see #771922) so forgive me for mixed feedback :(

The way I see it on *stock* jessie versions now:

* NM-applet shows up but crashes every now and then when I click on it.
  I guess this an NM bug regardless; I'll debug further and file it
  against NM when I have more information.

* There is a sound icon on my notification area that has no icon, though
  (it's just gray). There are two trivial commits in upstream
  gnome-flashback that I suspect fix this
  (a7a54573453ac5d600f2988f58003a0177e7ba40 &
  d8679b7ccff2dd3452c59e30ce2c421f333a19f6). The sound applet from
  gnome-applets works but I haven't found a way to remove the other,
  ghost icon from the notification area.

* Yes, the battery applet from gnome-applets works. This isn't the old
  native GNOME 2.x notification area battery icon, but works just fine
  so I guess it's a non-issue.

Thanks for the quick response,
Faidon


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



Bug#771132: morse-simulator is not usable with the current version of blender

2014-12-03 Thread Arnaud Degroote
On 01/Dec - 22:56, Pablo Oliveira wrote:
> 
> Hi Séverin,
> 
> Séverin Lemaignan  wrote:
> > For sanity check, can you post the output of `morse --version`?
> 
> Sure:
> 
> morse 1.2.1
> 
> > Thanks for your report. MORSE 1.2.1 is indeed expected to support Blender 
> > 2.72.
> 
> From my tests, MORSE 1.2.1 does not work out of the box with Blender 2.72. I
> relaxed the version check at morse:48 and ran into another problem. 
> Apparently,
> Blender 2.72 has substituded the link_append method by two separate link and 
> append
> methods 
> (http://blender.stackexchange.com/questions/17876/import-object-without-bpy-ops-wm-link-append).
> To make morse work on my system I had to patch line 63 of
> /usr/lib/python3/dist-packages/morse/builder/bpymorse.py with "link_append = 
> bpy.ops.wm.link"

Can you give a try yo Morse 1.2.2 available at 

ftp://ftp.openrobots.org/pub/openrobots/morse/morse-1.2.2.tar.bz2

and confirm that it works properly on sid.

Best regards, 

-- 
Arnaud Degroote
ISAE DMIA


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



Bug#765687: marked as done (apt-get sometimes does not output "Setting up $p ($v) ..." messages from dpkg)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Dec 2014 17:33:55 +
with message-id 
and subject line Bug#765687: fixed in apt 1.0.9.4
has caused the Debian Bug report #765687,
regarding apt-get sometimes does not output "Setting up $p ($v) ..." messages 
from dpkg
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
765687: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765687
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dpkg
Version: 1.17.18
Severity: normal

Hi,

I'm missing dpkg's "Setting up" messages if I run apt-get -f install
after installing a (local) .deb manually with dpkg (which bails out with
unsatisfied dependencies and a unpackged package) and fix it up with apt
afterwards.

(will try to produce a small example with logs later on)


Andreas
--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 1.0.9.4

We believe that the bug you reported is fixed in the latest version of
apt, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 765...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Kalnischkies  (supplier of updated apt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 03 Dec 2014 14:26:04 +0100
Source: apt
Binary: apt libapt-pkg4.12 libapt-inst1.5 apt-doc libapt-pkg-dev libapt-pkg-doc 
apt-utils apt-transport-https
Architecture: source all amd64
Version: 1.0.9.4
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team 
Changed-By: David Kalnischkies 
Description:
 apt- commandline package manager
 apt-doc- documentation for APT
 apt-transport-https - https download transport for APT
 apt-utils  - package management related utility programs
 libapt-inst1.5 - deb package format runtime library
 libapt-pkg-dev - development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - documentation for APT development
 libapt-pkg4.12 - package management runtime library
Closes: 742578 754436 763033 763379 764055 765687 766170 766755 767774 771039 
771815
Changes:
 apt (1.0.9.4) unstable; urgency=medium
 .
   [ David Kalnischkies ]
   * use 'best' hash for source authentication (LP: 1098738)
   * deprecate the Section member from package struct
   * allow options between command and -- on commandline
   * re-enable support for -s (and co) in apt-get source (Closes: 742578)
   * change codenames to jessie as stable POV in docs
   * close leaking slave fd after setting up pty magic (Closes: 767774)
   * fix PTY interaction on linux and kfreebsd (Closes: 765687)
 .
   [ James McCoy ]
   * support long keyids in "apt-key del" instead of ignoring them
 (Closes: 754436)
 .
   [ Michael Vogt ]
   * Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytes
 .
   [ Frans Spiesschaert ]
   * Dutch program translation update (Closes: 771039)
 .
   [ Julien Patriarca ]
   * French program translation update (Closes: 766755)
 .
   [ Zhou Mo ]
   * Chinese (simplified) program translation update (Closes: 766170)
 .
   [ Miroslav Kure ]
   * Czech program translation update (Closes: 764055)
 .
   [ Mert Dirik ]
   * Turkish program translation update (Closes: 763379)
 .
   [ Kenshi Muto ]
   * Japanese program translation update (Closes: 763033)
 .
   [ Manuel "Venturi" Porras Peralta ]
   * Spanish program translation update (Closes: 771815)
Checksums-Sha1:
 50c76dd297b068ff6b896443263bb84e37a36296 2353 apt_1.0.9.4.dsc
 8e81dd5ed879ee2f83c4f91516f5ef0865ab2f57 1816192 apt_1.0.9.4.tar.xz
 830e34d4755b33386c2281912b8233a9c8bdaa01 301474 apt-doc_1.0.9.4_all.deb
 1ba8d9e62e7b56aed83377082d01374b34dd61bb 778460 libapt-pkg-doc_1.0.9.4_all.deb
 7abf289bc01507fd40b7451809fcb9ad5c88e14b 789320 
libapt-pkg4.12_1.0.9.4_amd64.deb
 1f0afc05e5f29ce55012a17521c9c8c58ab8d84e 167712 
libapt-inst1.5_1.0.9.4_amd64.deb
 3f8e0ae3ba9eee30acb079f935d3fdf17c1a2ef0 1105246 apt_1.0.9.4_amd64.deb
 20baa9ab90ab93dd282efb1eb5349253b4fcb2e3 192712 
libapt-pkg-dev_1.0.9.4_amd64.deb
 24957aa411cf4b9402db399e8dbe534d7ea8ca1f 367356 apt-utils_1.0.9.4_amd64.deb
 03a2edfa0aff24de1b3dc50293081a7ff0fae155 135838 
apt-transport-https_1.0.9.4_amd64.deb
Checksums-Sha256:
 effb8ab6c76dea4

Bug#771647: marked as done (libphobos-4.9-dev and libphobos-4.8-dev: error when trying to install together)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Dec 2014 17:51:17 +
with message-id 
and subject line Bug#771647: fixed in gcc-4.8 4.8.3-16
has caused the Debian Bug report #771647,
regarding libphobos-4.9-dev and libphobos-4.8-dev: error when trying to install 
together
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
771647: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771647
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libphobos-4.8-dev,libphobos-4.9-dev
Version: libphobos-4.8-dev/4.8.3-15
Version: libphobos-4.9-dev/4.9.2-4
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2014-12-01
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:


Selecting previously unselected package gcc-4.9-base:amd64.
(Reading database ... 10910 files and directories currently installed.)
Preparing to unpack .../gcc-4.9-base_4.9.2-4_amd64.deb ...
Unpacking gcc-4.9-base:amd64 (4.9.2-4) ...
Setting up gcc-4.9-base:amd64 (4.9.2-4) ...
(Reading database ... 10917 files and directories currently installed.)
Preparing to unpack .../libgcc1_1%3a4.9.2-4_amd64.deb ...
Unpacking libgcc1:amd64 (1:4.9.2-4) over (1:4.8.2-19) ...
Setting up libgcc1:amd64 (1:4.9.2-4) ...
Processing triggers for libc-bin (2.19-13) ...
(Reading database ... 10917 files and directories currently installed.)
Preparing to unpack .../libstdc++6_4.9.2-4_amd64.deb ...
Unpacking libstdc++6:amd64 (4.9.2-4) over (4.8.2-19) ...
Setting up libstdc++6:amd64 (4.9.2-4) ...
Processing triggers for libc-bin (2.19-13) ...
(Reading database ... 10930 files and directories currently installed.)
Preparing to unpack .../gcc-4.8-base_4.8.3-15_amd64.deb ...
Unpacking gcc-4.8-base:amd64 (4.8.3-15) over (4.8.2-19) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../libc-dev-bin_2.19-13_amd64.deb ...
Unpacking libc-dev-bin (2.19-13) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../linux-libc-dev_3.16.7-2_amd64.deb ...
Unpacking linux-libc-dev:amd64 (3.16.7-2) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../libc6-dev_2.19-13_amd64.deb ...
Unpacking libc6-dev:amd64 (2.19-13) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2+b1_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
Selecting previously unselected package libphobos-4.8-dev.
Preparing to unpack .../libphobos-4.8-dev_4.8.3-15_amd64.deb ...
Unpacking libphobos-4.8-dev (4.8.3-15) ...
Selecting previously unselected package libphobos-4.9-dev.
Preparing to unpack .../libphobos-4.9-dev_4.9.2-4_amd64.deb ...
Unpacking libphobos-4.9-dev (4.9.2-4) ...
dpkg: error processing archive 
/var/cache/apt/archives/libphobos-4.9-dev_4.9.2-4_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/x86_64-linux-gnu/libgphobos2.a', which is also 
in package libphobos-4.8-dev 4.8.3-15
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for man-db (2.7.0.2-3) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libphobos-4.9-dev_4.9.2-4_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


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

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

  /usr/lib/x86_64-linux-gnu/libgphobos2.a

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

-Ralf.

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

Bug#771341: segfaults in sqlite3_value_type while using from Python

2014-12-03 Thread GCS
On Sat, Nov 29, 2014 at 4:36 PM, Yaroslav Halchenko  wrote:
> On Sat, 29 Nov 2014, László Böszörményi (GCS) wrote:
>>  May you give me some details how it happened in Sid?
>
> ok -- I will try to replicate again under sid (trickier since I have no sid on
> publicly bombarded servers)
 You may also backport the recent, SQLite3 3.8.7.2-1 upload to your box.

>> > unfortunately we haven't logged the sql queries so not sure on exact one, 
>> > but I
>> > think it was this one, which if executed from the shell seems to not cause 
>> > the
>> > segfault...
>
>> > n {1..100}; do sqlite3 -list fail2ban.sqlite3 'SELECT ip, timeofban, data 
>> > FROM bans WHERE 1 AND jail="sshd" AND ip="111.74.239.35" ORDER BY ip, 
>> > timeofban' >/dev/null && echo success; done
 You may try the same loop with a Python script doing the same SQLite3 query.

> FWIW -- I am the Fail2ban maintainer... but fail2ban is just a 'trigger'
> here -- it is a purely Python implementation so either it is sqlite3 or python
> bindings which are at fault here
 Then I do wonder why do you use an unofficial fail2ban backport
instead of doing it yourself.

Cheers,
Laszlo/GCS


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



Bug#769642: marked as done (librep-dev points to i486-linux-gnu-gcc instead of i586-linux-gnu-gcc)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 3 Dec 2014 19:06:41 +0100
with message-id <20141203180639.ga4...@ugent.be>
and subject line Re: Bug#769258: sawfish: FTBFS in jessie/i386: 
/usr/lib/rep/i486-pc-linux-gnu/libtool: line 7834: i486-linux-gnu-gcc: command 
not found
has caused the Debian Bug report #769642,
regarding librep-dev points to i486-linux-gnu-gcc instead of i586-linux-gnu-gcc
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
769642: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769642
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sawfish
Version: 1:1.5.3-2.4
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20141112 qa-ftbfs
Justification: FTBFS in jessie on i386

Hi,

During a rebuild of all packages in jessie (in a jessie chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
> make[2]: Entering directory '/«PKGBUILDDIR»/src'
> /bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. 
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -I/usr/include/ 
> -I/usr/lib/rep/i486-pc-linux-gnu/  -pthread -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/libpng12 -I/usr/include/glib-2.0 
> -I/usr/lib/i386-linux-gnu/glib-2.0/include  -I/usr/include/freetype2   
> -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  
> play-sample.c \
> | sed '\''s/play-sample\.o/& play-sample.lo .play-sample\.d/g'\'' > 
> .play-sample.d'
> /bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. 
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -I/usr/include/ 
> -I/usr/lib/rep/i486-pc-linux-gnu/  -pthread -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/libpng12 -I/usr/include/glib-2.0 
> -I/usr/lib/i386-linux-gnu/glib-2.0/include  -I/usr/include/freetype2   
> -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  
> selection.c \
> | sed '\''s/selection\.o/& selection.lo .selection\.d/g'\'' > .selection.d'
> /bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. 
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -I/usr/include/ 
> -I/usr/lib/rep/i486-pc-linux-gnu/  -pthread -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/libpng12 -I/usr/include/glib-2.0 
> -I/usr/lib/i386-linux-gnu/glib-2.0/include  -I/usr/include/freetype2   
> -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  x.c \
> | sed '\''s/x\.o/& x.lo .x\.d/g'\'' > .x.d'
> /bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. 
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -I/usr/include/ 
> -I/usr/lib/rep/i486-pc-linux-gnu/  -pthread -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/libpng12 -I/usr/include/glib-2.0 
> -I/usr/lib/i386-linux-gnu/glib-2.0/include  -I/usr/include/freetype2   
> -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  
> flippers.c \
> | sed '\''s/flippers\.o/& flippers.lo .flippers\.d/g'\'' > .flippers.d'
> /bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. 
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -I/usr/include/ 
> -I/usr/lib/rep/i486-pc-linux-gnu/  -pthread -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/libpng12 -I/usr/include/glib-2.0 
> -I/usr/lib/i386-linux-gnu/glib-2.0/include  -I/usr/include/freetype2   
> -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2  
> gradient.c \
> | sed '\''s/gradient\.o/& gradient.lo .gradient\.d/g'\'' > .gradient.d'
> /bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. 
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -I/usr/include/ 
> -I/usr/lib/rep

Bug#734822: gnome-session-flashback: NM, Power and Volume applets don't start anymore

2014-12-03 Thread Dmitry Shachnev
Control: tags -1 -moreinfo

Hi,

On Wed, 3 Dec 2014 19:14:29 +0200, Faidon Liambotis wrote:
> The way I see it on *stock* jessie versions now:
> 
> * NM-applet shows up but crashes every now and then when I click on it.
>   I guess this an NM bug regardless; I'll debug further and file it
>   against NM when I have more information.

OK. Please X-Debbugs-CC me if you will be filing that.

> * There is a sound icon on my notification area that has no icon, though
>   (it's just gray). There are two trivial commits in upstream
>   gnome-flashback that I suspect fix this
>   (a7a54573453ac5d600f2988f58003a0177e7ba40 &
>   d8679b7ccff2dd3452c59e30ce2c421f333a19f6).

Thanks for the pointer, I will do an upload to unstable to fix that.
Let’s keep this bug open for that.

> The sound applet from gnome-applets works but I haven't found a way to
> remove the other, ghost icon from the notification area.

Try this:
$ gsettings set org.gnome.gnome-flashback sound-applet false

> * Yes, the battery applet from gnome-applets works. This isn't the old
>   native GNOME 2.x notification area battery icon, but works just fine
>   so I guess it's a non-issue.

Yes, the icon from GNOME 2.x is in gnome-flashback, not gnome-applets.

--
Dmitry Shachnev

signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#734822: gnome-session-flashback: NM, Power and Volume applets don't start anymore

2014-12-03 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 -moreinfo
Bug #734822 [gnome-flashback] gnome-session-flashback: NM, Power and Volume 
applets don't start anymore
Removed tag(s) moreinfo.

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


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



Bug#767037: Grub EFI fallback - patches for review

2014-12-03 Thread Steve McIntyre
On Wed, Dec 03, 2014 at 04:18:23PM +, Steve McIntyre wrote:
>
>A more generic fix would be to add to a list of filesystems that need
>unmounting, and trap to a new shell function that unmounts that
>list. Not too hard, I think - I'll see if I can do that and get it
>tested today.
>
>Frankly, I'd also like to move mountvirtfs and that new function over
>to a more central d-i scripts location and cut down on the duplicated
>code. That's definitely something for post-jessie, as it's going to
>potentially cut across a lot of the d-i packages.



>>The unmount is wanted or the leaving of /boot/efi mounted is? (I could
>>see an argument either way actually).
>
>I need to make sure that /target/boot/efi is unmounted; otherwise
>exiting and re-entering the rescue menu fails.
>
>Updated patch coming soon...

And here it is. Differences from v1 are:

 * s/UEFI/EFI/ in messages for consistency
 * s/step_force_efi/step_force_efi_removable/
 * Better handling of mounting and unmounting

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
You lock the door
And throw away the key
There's someone in my head but it's not me 
>From cb00fb6bcae21d0628bd11e959629adae9c8fe39 Mon Sep 17 00:00:00 2001
From: Steve McIntyre 
Date: Wed, 3 Dec 2014 17:50:17 +
Subject: [PATCH] Add support for using the UEFI removable media path

Either during installation (low priority or preseeding), or as an
extra rescue-mode option to help people fix their systems post-install
once they realise they need to. (#767037)
---
 debian/changelog|   10 
 debian/grub-installer.templates |   43 ++
 grub-installer  |   14 +
 rescue.d/81grub-efi-force-removable |   93 +++
 rescue.d/81grub-efi-force-removable.tst |3 +
 5 files changed, 163 insertions(+)
 create mode 100755 rescue.d/81grub-efi-force-removable
 create mode 100755 rescue.d/81grub-efi-force-removable.tst

diff --git a/debian/changelog b/debian/changelog
index 6d94005..2879e27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+grub-installer (1.102) unstable; urgency=medium
+
+  [ Steve McIntyre ]
+  * Add extra support for forcing installation to the EFI
+removable media path, either during installation (low priority or
+preseeding), or as an extra rescue-mode option to help people fix
+their systems post-install once they realise they need to. (#767037)
+
+ -- Steve McIntyre <93...@debian.org>  Mon, 01 Dec 2014 02:49:36 +
+
 grub-installer (1.101) unstable; urgency=medium
 
   [ Steve McIntyre ]
diff --git a/debian/grub-installer.templates b/debian/grub-installer.templates
index e439ad0..e294afb 100644
--- a/debian/grub-installer.templates
+++ b/debian/grub-installer.templates
@@ -209,6 +209,21 @@ Type: text
 # :sl1:
 _Description: Updating /etc/kernel-img.conf...
 
+Template: grub-installer/progress/step_force_efi_removable
+Type: text
+# :sl1:
+_Description: Checking whether to force usage of the removable media path
+
+Template: grub-installer/progress/step_mount_filesystems
+Type: text
+# :sl1:
+_Description: Mounting filesystems
+
+Template: grub-installer/progress/step_update_debconf_efi_removable
+Type: text
+# :sl1:
+_Description: Configuring grub-efi for future usage of the removable media path
+
 Template: debian-installer/grub-installer/title
 Type: text
 #  Main menu item
@@ -242,3 +257,31 @@ _Description: Failed to mount /target/proc
  Check /var/log/syslog or see virtual console 4 for the details.
  .
  Warning: Your system may be unbootable!
+
+Template: rescue/menu/grub-efi-force-removable
+Type: text
+# Rescue menu item
+# :sl2:
+_Description: Force GRUB installation to the EFI removable media path
+
+Template: grub-installer/force-efi-extra-removable
+Type: boolean
+Default: false
+# :sl1:
+_Description: Force GRUB installation to the EFI removable media path?
+ It seems that this computer is configured to boot via EFI, but maybe
+ that configuration will not work for booting from the hard
+ drive. Some EFI firmware implementations do not meet the EFI
+ specification (i.e. they are buggy!) and do not support proper
+ configuration of boot options from system hard drives.
+ .
+ A workaround for this problem is to install an extra copy of the EFI
+ version of the GRUB boot loader to a fallback location, the
+ "removable media path". Almost all EFI systems, no matter how buggy,
+ will boot GRUB that way.
+ .
+ Warning: If the installer failed to detect another operating system
+ that is present on your computer that also depends on this fallback,
+ installing GRUB there will make that operating system temporarily
+ unbootable. GRUB can be manually configured later to boot it if
+ necessary.
diff --git a/grub-installer b/grub-installer
index 4c12998..ef81dbf 100755
--- a/grub-installer
+++ b/grub-installer
@@ -785,6 +785,20 @@ if [ -z "$frdisk" ]; then
 			fi
 		fi
 
+		# Should we force a copy of 

Bug#771922: keyboard handling broken with jessie's gnome-settings-daemon

2014-12-03 Thread Dmitry Shachnev
Hi,

On Wed, 3 Dec 2014 16:36:40 +0200, Faidon Liambotis wrote:
> I think that at least (1) & (2), as well as the combination of all these
> (plus the unrelated #734822, which is fixed by gnome-flashback 3.14 as
> found in experimental) makes the package unusable for most users and
> hence unsuitable for a release with jessie.

Please do not forget that the whole gnome-flashback (source) package fixes
a lot of problems with gnome-panel. If we remove src:gnome-flashback from
testing, that will leave gnome-panel users without:

- Wallpaper;
- Mouse cursor;
- End Session dialogs.

You may say that gnome-panel should be removed as well, but please do not
forget that there are 8 other source packages depending on it, so they should
get removed as well in that case.

I think the best solution will be to leave things as-is. But if you convince
the Release Team that removing 10 packages (or backporting 800 lines of code
to add keyboard grabber) is a good idea, I will be fine with that.

--
Dmitry Shachnev

signature.asc
Description: OpenPGP digital signature


Bug#771203: lnav: FTBFS on mips, powerpc and s390x

2014-12-03 Thread Salvatore Bonaccorso
Jurica,

On Wed, Dec 03, 2014 at 04:10:05PM +, Jurica Stanojkovic wrote:
> Hello,
> 
> I have found that upstream commit 17bd6e2 brakes build on Debian big-endian 
> architectures.
> 
> https://github.com/tstack/lnav/commit/17bd6e234ac2432073912b940a17a3b97675b8f9
> 
> 
> I this commit is reverted, package lnav builds successfully, all tests 
> execute successfully.

Thanks a lot for having had a look at this issue, this is really much
appreciated and welcome! I simply had not time yet to look at the
failures.

Will have a look as soon as time permits for it.

Regards,
Salvatore


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



Bug#771341: segfaults in sqlite3_value_type while using from Python

2014-12-03 Thread Yaroslav Halchenko

On Wed, 03 Dec 2014, László Böszörményi (GCS) wrote:

> On Sat, Nov 29, 2014 at 4:36 PM, Yaroslav Halchenko  wrote:
> > On Sat, 29 Nov 2014, László Böszörményi (GCS) wrote:
> >>  May you give me some details how it happened in Sid?

> > ok -- I will try to replicate again under sid (trickier since I have no sid 
> > on
> > publicly bombarded servers)
>  You may also backport the recent, SQLite3 3.8.7.2-1 upload to your box.

good idea... meanwhile #771549 confirmed issue on sid
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771341#20

> >> > unfortunately we haven't logged the sql queries so not sure on exact 
> >> > one, but I
> >> > think it was this one, which if executed from the shell seems to not 
> >> > cause the
> >> > segfault...

> >> > n {1..100}; do sqlite3 -list fail2ban.sqlite3 'SELECT ip, timeofban, 
> >> > data FROM bans WHERE 1 AND jail="sshd" AND ip="111.74.239.35" ORDER BY 
> >> > ip, timeofban' >/dev/null && echo success; done
>  You may try the same loop with a Python script doing the same SQLite3 query.

yet another good idea- - I will do when I hit it again (I have managed
not to keep a copy of that DB as of during segfault :-/)

> > FWIW -- I am the Fail2ban maintainer... but fail2ban is just a 'trigger'
> > here -- it is a purely Python implementation so either it is sqlite3 or 
> > python
> > bindings which are at fault here
>  Then I do wonder why do you use an unofficial fail2ban backport
> instead of doing it yourself.

doing what myself? backport?  this my backport ;)

-- 
Yaroslav O. Halchenko, Ph.D.
http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org
Research Scientist,Psychological and Brain Sciences Dept.
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik


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



Processed: fix versions for 768998

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # found and fixed version cannot be the same
> notfixed 768998 1.0-2
Bug #768998 {Done: Patryk Cisek } [src:kadu-mime-tex] 
kadu-mime-tex: FTBFS on all arches
No longer marked as fixed in versions 1.0-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
768998: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768998
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: reassign 771779 to src:glibc

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 771779 src:glibc
Bug #771779 [libc6] libc6: dpkg error trying to install libc6:mips and 
libc6:mipsel together
Bug reassigned from package 'libc6' to 'src:glibc'.
No longer marked as found in versions glibc/2.19-13.
Ignoring request to alter fixed versions of bug #771779 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
771779: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771779
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: forcibly merging 762073 771779

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 762073 771779
Bug #762073 [src:glibc] libc6: libc6 declares 'Multi-Arch: same' but is not 
coinstallable on some arches
Bug #745552 [src:glibc] libc6: not coinstallable on some arches due to ld.so 
conflict
Bug #771779 [src:glibc] libc6: dpkg error trying to install libc6:mips and 
libc6:mipsel together
Severity set to 'normal' from 'serious'
Added tag(s) wontfix.
Bug #745552 [src:glibc] libc6: not coinstallable on some arches due to ld.so 
conflict
Merged 745552 762073 771779
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
745552: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745552
762073: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762073
771779: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771779
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#758229:

2014-12-03 Thread Ray Kohler
Something odd is going on with the previous NMU. The priority in the
control file has indeed changed to "extra", but the binary package still
says "important".

$ aptitude show nfacct | grep -e Version -e Priority
Version: 1.0.1-1.1
Priority: important

I am on jessie/amd64.


Bug#771922: keyboard handling broken with jessie's gnome-settings-daemon

2014-12-03 Thread Faidon Liambotis
On Wed, Dec 03, 2014 at 06:18:45PM -, Dmitry Shachnev wrote:
> Please do not forget that the whole gnome-flashback (source) package fixes
> a lot of problems with gnome-panel. If we remove src:gnome-flashback from
> testing, that will leave gnome-panel users without:
> 
> - Wallpaper;
> - Mouse cursor;
> - End Session dialogs.
> 
> You may say that gnome-panel should be removed as well, but please do not
> forget that there are 8 other source packages depending on it, so they should
> get removed as well in that case.

Yeah, that's a good point. This affects the Flashback mode as a whole...

> I think the best solution will be to leave things as-is. But if you convince
> the Release Team that removing 10 packages (or backporting 800 lines of code
> to add keyboard grabber) is a good idea, I will be fine with that.

I don't think this is fit for release as-is.

Are you referring to the two patches I posted? If so, I wish it was that
simple; those a) are a hack, since they provide org.gnome.Shell, b) only
fix media keys & custom keybindings, not layout switching/input sources,
c) even for media keys, there is no OSD, for e.g. volume.

In any case, though, let's agree on the problem first. This is currently
a severity: grave bug, i.e. release critical.

Faidon


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



Processed: Re: Bug#771947: systemd: Desktop services not working after systemd upgrade, until a reboot is done: enabling WiFi in NetworkManager, reboot

2014-12-03 Thread Debian Bug Tracking System
Processing control commands:

> forcemerge 771122 -1
Bug #771122 [systemd] restarting the journal breaks other services
Bug #771122 [systemd] restarting the journal breaks other services
Marked as found in versions systemd/215-7.
Bug #771947 [systemd] systemd: Desktop services not working after systemd 
upgrade, until a reboot is done: enabling WiFi in NetworkManager, reboot
Severity set to 'serious' from 'important'
Added indication that 771947 affects needrestart
Marked as found in versions systemd/215-5 and systemd/215-6.
Merged 771122 771947

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


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



Processed: tagging 770721

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 770721 + fixed-upstream
Bug #770721 [texstudio] texstudio: Deletes existing "file.tex" when "texstudio 
file" executed
Added tag(s) fixed-upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
770721: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770721
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#771947: systemd: Desktop services not working after systemd upgrade, until a reboot is done: enabling WiFi in NetworkManager, reboot

2014-12-03 Thread Michael Biebl
Am 03.12.2014 um 21:13 schrieb Michael Biebl:
> Control: forcemerge 771122 -1
> 
> Am 03.12.2014 um 19:28 schrieb Ralf Jung:
>> after upgrading the systemd package, some things stop working (at least 
>> after a
>> suspend-resume cycle):
>> * Clicking the WiFi checkbox in NetworkManager to enable WiFi has no effect
>>   (I am using the KDE frontend).
>>   I tried "rfkill unblock" with both IDs related to my WiFi card, to no 
>> avail.
>>   I even re-loaded the kernel module, again no success.
>> * Selecting "Reboot" in the K-Menu just logs me out. I have to select 
>> "reboot"
>>   again in lightdm to get a reboot.
>> After the reboot, WiFi behaving as usual again.
>>
>> This happened with both recent systemd upgrades (215-6 and 215-7). I did not
>> yet do further testing to reproduce the issue, in case this is already
>> well-known. However, if necessary, I can do that. Just let me know which
>> information is most useful for you.
>>
> 
> 
> Duplicate of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771122
> 
> Merging with existing bug report.
> 


Btw, you don't need to reboot. A "systemctl restart
NetworkManager.service" will suffice.




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



signature.asc
Description: OpenPGP digital signature


Bug#767367: [Pkg-opencl-devel] Bug#767367: nvidia-opencl-icd dependencies

2014-12-03 Thread Rebecca N. Palmer

nouveau is not blacklisted ... the kernel module would probably get loaded by a 
cuda application
#580894 (the original reason for the blacklist) has conflicting reports 
of what would happen next: some report nvidia.ko gets control (=blank 
screen if the graphics side isn't installed), some that nouveau.ko does. 
 It also may have changed since, and isn't testable in a chroot.



It must be possible to have *all* installed at the same time and to switch 
between them without package removal (since only one can be active at a time).
I agree that that's the ideal solution in the long term but too much of 
a change for jessie.



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



Bug#758533: [Pkg-utopia-maintainers] Bug#758533: network-manager: wifi connected, internet connection does not work

2014-12-03 Thread Gilles Filippini
Control: tag -1 + patch

Hi,

On Sun, 30 Nov 2014 23:43:44 +0100 Gilles Filippini  wrote:
> Control: tag -1 + fixed-upstream
> 
> Hi,
> 
> On Fri, 22 Aug 2014 01:38:26 +0200 Michael Biebl  wrote:
> > Am 21.08.2014 20:26, schrieb Russ Allbery:
> > > Aug 21 10:33:19 wanderer NetworkManager[642]:  dhclient started 
> > > with pid 17691
> > > Aug 21 10:33:19 wanderer NetworkManager[642]:  Activation (wlan0) 
> > > Stage 3 of 5 (IP Configure Start) complete.
> > > Aug 21 10:33:19 wanderer dhclient: Internet Systems Consortium DHCP 
> > > Client 4.3.1
> > > Aug 21 10:33:19 wanderer NetworkManager[642]:  (wlan0): DHCPv4 
> > > client pid 17691 exited with status -1
> > > Aug 21 10:33:19 wanderer NetworkManager[642]:  DHCP client died 
> > > abnormally
> > > 
> > > Downgrading network-manager to 0.9.10.0-1 fixes the problem.  It looks
> > > like something went wrong with the NMU.  Copying Micah.
> > 
> > 
> > Russ,
> > we just discussed this issue. It's most likely caused by a systemd
> > update where we restart journald in postinst.
> > That somehow seems to break the stdout->jounal forwarding, e.g. from NM
> > to its dhclient child process
> > If you restart NetworkManager.service, this will reset the state and fix
> > the issue.
> > By downgrading to -1, you triggered such a restart of NetworkManager, so
> > the downgrade is a red herring.
> > 
> > To reproduce the problem, you can simply run
> > systemctl restart systemd-journald.service
> > and then try to re-connect a NM connection and you'll experience the
> > same issue even with -1.
> 
> I've just been hit by this bug. The RedHat BTS says it is fixed upstream
> since september:
> https://bugzilla.redhat.com/show_bug.cgi?id=1136836#c3

I gave it a try, and it appears that backporting upstream's commit
b276696 is enough to fix this bug. Please find attached a patch proposal.

Thanks,

_g.
diff -Nru network-manager-0.9.10.0/debian/changelog 
network-manager-0.9.10.0/debian/changelog
--- network-manager-0.9.10.0/debian/changelog   2014-09-30 06:12:35.0 
+0200
+++ network-manager-0.9.10.0/debian/changelog   2014-12-03 21:45:40.0 
+0100
@@ -1,3 +1,11 @@
+network-manager (0.9.10.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * New patch from upstream to fix dhclient breakage when journald is
+restarted (closes: #758533).
+
+ -- Gilles Filippini   Wed, 03 Dec 2014 21:45:39 +0100
+
 network-manager (0.9.10.0-3) unstable; urgency=medium
 
   [ Arto Jantunen ]
diff -Nru 
network-manager-0.9.10.0/debian/patches/0012-Fix-dhcp-breakage-when-restarting-journald.patch
 
network-manager-0.9.10.0/debian/patches/0012-Fix-dhcp-breakage-when-restarting-journald.patch
--- 
network-manager-0.9.10.0/debian/patches/0012-Fix-dhcp-breakage-when-restarting-journald.patch
   1970-01-01 01:00:00.0 +0100
+++ 
network-manager-0.9.10.0/debian/patches/0012-Fix-dhcp-breakage-when-restarting-journald.patch
   2014-12-03 21:44:59.0 +0100
@@ -0,0 +1,53 @@
+Description: Fix dhcp breakage when restarting journald
+ This patch is taken from upstream commit b276696 which is said to fix
+ the breakage, according to the RedHat BTS:
+ .
+ Commit e47235b isn't required for the fix.
+ Successfully tested with:
+ * restart journald
+ * request a new network connection from NM.
+Bug-Debian: https://bugs.debian.org/758533
+Index: network-manager-0.9.10.0/src/dhcp-manager/nm-dhcp-dhclient.c
+===
+--- network-manager-0.9.10.0.orig/src/dhcp-manager/nm-dhcp-dhclient.c
 network-manager-0.9.10.0/src/dhcp-manager/nm-dhcp-dhclient.c
+@@ -413,6 +413,11 @@ dhclient_start (NMDHCPClient *client,
+ 
+   g_ptr_array_add (argv, (gpointer) "-d");
+ 
++  /* Be quiet. dhclient logs to syslog anyway. And we duplicate the syslog
++   * to stderr in case of NM running with --debug.
++   */
++  g_ptr_array_add (argv, (gpointer) "-q");
++
+   if (release)
+   g_ptr_array_add (argv, (gpointer) "-r");
+ 
+@@ -456,8 +461,9 @@ dhclient_start (NMDHCPClient *client,
+   nm_log_dbg (log_domain, "running: %s", cmd_str);
+   g_free (cmd_str);
+ 
+-  if (!g_spawn_async (NULL, (char **) argv->pdata, NULL, 
G_SPAWN_DO_NOT_REAP_CHILD,
+-  &dhclient_child_setup, NULL, &pid, &error)) {
++  if (!g_spawn_async (NULL, (char **) argv->pdata, NULL,
++ G_SPAWN_DO_NOT_REAP_CHILD | 
G_SPAWN_STDOUT_TO_DEV_NULL | G_SPAWN_STDERR_TO_DEV_NULL,
++ &dhclient_child_setup, NULL, &pid, &error)) {
+   nm_log_warn (log_domain, "dhclient failed to start: '%s'", 
error->message);
+   g_error_free (error);
+   pid = -1;
+Index: network-manager-0.9.10.0/src/dhcp-manager/nm-dhcp-dhcpcd.c
+===
+--- network-manager-0.9.10.0.orig/src/dhcp-manager/nm-dhcp-dhcpcd.c
+++

Processed: Re: [Pkg-utopia-maintainers] Bug#758533: network-manager: wifi connected, internet connection does not work

2014-12-03 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 + patch
Bug #758533 [network-manager] network-manager: restarting journald breaks 
dhclient: DHCPv4 client pid (...) exited with status -1
Bug #756144 [network-manager] network-manager: restarting journald breaks 
dhclient: DHCPv4 client pid (...) exited with status -1
Bug #758534 [network-manager] network-manager: restarting journald breaks 
dhclient: DHCPv4 client pid (...) exited with status -1
Added tag(s) patch.
Added tag(s) patch.
Added tag(s) patch.

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


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



Bug#770425: Fixes for debian stable ?

2014-12-03 Thread Rodrigo Campos
On Wed, Dec 03, 2014 at 05:58:11PM +1100, Craig Small wrote:
> On Tue, Dec 02, 2014 at 02:17:37PM +, Rodrigo Campos wrote:
> > The upstream release was on Nov 20, it's been almost 2 weeks and the bug 
> > seem
> > kind of serious. Any chance to do a quick fix and then continue to discuss
> > changing wordpress version in stable ? Or any ETA on when the fixes will 
> > come to
> > stable ?
> The stable fix is being uploaded to the security master now.

Great, thanks a lot!


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



Processed: bug 758533 is forwarded to https://bugzilla.gnome.org/show_bug.cgi?id=735962

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 758533 https://bugzilla.gnome.org/show_bug.cgi?id=735962
Bug #758533 [network-manager] network-manager: restarting journald breaks 
dhclient: DHCPv4 client pid (...) exited with status -1
Bug #756144 [network-manager] network-manager: restarting journald breaks 
dhclient: DHCPv4 client pid (...) exited with status -1
Bug #758534 [network-manager] network-manager: restarting journald breaks 
dhclient: DHCPv4 client pid (...) exited with status -1
Set Bug forwarded-to-address to 
'https://bugzilla.gnome.org/show_bug.cgi?id=735962'.
Set Bug forwarded-to-address to 
'https://bugzilla.gnome.org/show_bug.cgi?id=735962'.
Set Bug forwarded-to-address to 
'https://bugzilla.gnome.org/show_bug.cgi?id=735962'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
756144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756144
758533: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758533
758534: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758534
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#761306: Bug#771101: Bug#761306: Bug#771101: wheezy -> jessie dist-upgrade failure when systemd is the active PID1

2014-12-03 Thread Michael Biebl
On Mon, 1 Dec 2014 21:54:08 +0100 Sjoerd Simons  wrote:

> No pretty sure it was from v208 directly. I was just re-reading the code of
> upstream system again it it looks like upstream now removes the old socket 
> file
> right before calling bind:
>   f0e62e89970b8c38eb07a9beebd277ce13a5fcc2
> 
> We probably should backport that one, which should solve both issues.

I did re-run the wheezy->jessie dist-upgrade test with this patch
applied, and I can confirm it fixes the issue as well and is certainly
nice then running "rm -f" in postinst.

Thanks, Sjoerd for digging out this patch.


Michael

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



signature.asc
Description: OpenPGP digital signature


Processed: reassign 771871 to netscript-2.4

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 771871 netscript-2.4 5.4.5
Bug #771871 [netscript] netscript: fails to install due to insserv rejecting 
the script header: There is a loop between service networking and netscript if 
started
Warning: Unknown package 'netscript'
Bug reassigned from package 'netscript' to 'netscript-2.4'.
Ignoring request to alter found versions of bug #771871 to the same values 
previously set
Ignoring request to alter fixed versions of bug #771871 to the same values 
previously set
Bug #771871 [netscript-2.4] netscript: fails to install due to insserv 
rejecting the script header: There is a loop between service networking and 
netscript if started
Marked as found in versions netscript-2.4/5.4.5.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
771871: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771871
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#770721: marked as done (texstudio: Deletes existing "file.tex" when "texstudio file" executed)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Dec 2014 21:32:18 +
with message-id 
and subject line Bug#770721: fixed in texstudio 2.8.4+debian-3
has caused the Debian Bug report #770721,
regarding texstudio: Deletes existing "file.tex" when "texstudio file" executed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
770721: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770721
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: texstudio
Version: 2.8.4+debian-2
Severity: important

Dear Maintainer,

I attempted to open a file with .tex extension, call it paper.tex.  I typed in 
texstudio paper

The program replaced paper.tex with a completely empty file.

I would have expected some warning before an existing file was deleted.

-- System Information:
Debian Release: 7.7
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'stable-updates'), (90, 'testing'), (60, 
'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages texstudio depends on:
ii  libc6  2.17-7
ii  libgcc11:4.7.2-5
ii  libhunspell-1.3-0  1.3.3-1
ii  libpoppler-qt4-4   0.26.3-1~bpo70+1
ii  libqt4-network 4:4.8.2+dfsg-11
ii  libqt4-script  4:4.8.2+dfsg-11
ii  libqt4-svg 4:4.8.2+dfsg-11
ii  libqt4-test4:4.8.2+dfsg-11
ii  libqt4-xml 4:4.8.2+dfsg-11
ii  libqtcore4 4:4.8.2+dfsg-11
ii  libqtgui4  4:4.8.2+dfsg-11
ii  libstdc++6 4.9.0-11
ii  libsynctex12014.20140528.34243-5
ii  zlib1g 1:1.2.7.dfsg-13

Versions of packages texstudio recommends:
ii  texlive-base   2012.20120611-5
ii  texlive-latex-base 2012.20120611-5
ii  texlive-latex-recommended  2012.20120611-5
ii  texstudio-doc  2.8.0+debian-1
pn  texstudio-l10n 

Versions of packages texstudio suggests:
pn  hunspell-dictionary  
pn  latex-beamer 
ii  mythes-en-us [mythes-thesaurus]  1:3.3.0-4
ii  texlive-fonts-recommended2012.20120611-5
ii  texlive-latex-extra  2012.20120611-2

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: texstudio
Source-Version: 2.8.4+debian-3

We believe that the bug you reported is fixed in the latest version of
texstudio, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 770...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tom Jampen  (supplier of updated texstudio package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 03 Dec 2014 14:05:12 +0200
Source: texstudio
Binary: texstudio texstudio-dbg texstudio-doc texstudio-l10n
Architecture: source amd64 all
Version: 2.8.4+debian-3
Distribution: sid
Urgency: medium
Maintainer: Tom Jampen 
Changed-By: Tom Jampen 
Description:
 texstudio  - LaTeX Editor
 texstudio-dbg - LaTeX Editor (debug)
 texstudio-doc - LaTeX Editor (doc)
 texstudio-l10n - LaTeX Editor (localization)
Closes: 770721
Changes:
 texstudio (2.8.4+debian-3) unstable; urgency=medium
 .
   * Adding 06-fix-silent-file-saving.patch in order to prevent data loss
 (Closes: #770721).
Checksums-Sha1:
 9e90c96f61bc488d788a6d9961b6de498b044a15 2035 texstudio_2.8.4+debian-3.dsc
 afaadfe45d5f252d93f59aef0aa2823afecafd59 58808 
texstudio_2.8.4+debian-3.debian.tar.xz
 e3a615d32819e0d3dec48397c6a19c92c6c9d87f 5575682 
texstudio_2.8.4+debian-3_amd64.deb
 793498923a95222b0cb63798ba7431989c16efae 30139346 
texstudio-dbg_2.8.4+debian-3_amd64.deb
 32eb17358258d2f161ae7cb5b969f11fccf30d47 2115224 
texstudio-doc_2.8.4+debian-3_all.deb
 370cbad23881bbbfdfec443d30a5a2239121edd7 390764 
texstudio-l10n_2.8.4+debian-3_all.deb
Checksums-Sha256:
 293518fe9b351eca09d877a112565bfe1fcaa0911ac93534aca860aa756bad88 2035 
texstudio_2.8.4+debian-3.dsc
 f20d1dcbf7b16397ff8e1a7c5a18c0a8d6ac6ce0f64c9d58c379e7655de9b05d 58808 
texstudio_2.8.4+debian-3.debian.tar.xz
 98278c478661a645e9ba68fa88cd48d0c6844ffcad4d8166e6c34aa822bf2b19 5575682 
texstudio_2.8.4+debian-3_amd64.deb
 65201eec94ab428477327af18706ef1cec85cadffc8353744617

Processed: tagging 742894

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 742894 + patch
Bug #742894 [jabberd2] Incomplete debian/copyright [was: Uploading package(s)]
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
742894: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742894
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#769716: marked as done (iceweasel: downloads Cisco's OpenH264 video codec)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Dec 2014 21:31:55 +
with message-id 
and subject line Bug#769716: fixed in iceweasel 34.0-1
has caused the Debian Bug report #769716,
regarding iceweasel: downloads  Cisco's OpenH264 video codec
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


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

Package: iceweasel
Version: 33.1-1
Severity: serious
Justification: Policy §2.2.1

On first start, Iceweasel downloads the "OpenH264 Video Codec provided 
by Cisco Systems, Inc." plugin (which is a binary blob) and enables it 
automatically. This happens without asking the user for consent.


Bug reports about the same problem in other distributions:
https://bugzilla.redhat.com/show_bug.cgi?id=1155499
https://bugs.gentoo.org/show_bug.cgi?id=525810

--
Jakub Wilk
--- End Message ---
--- Begin Message ---
Source: iceweasel
Source-Version: 34.0-1

We believe that the bug you reported is fixed in the latest version of
iceweasel, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 769...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mike Hommey  (supplier of updated iceweasel package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 03 Dec 2014 01:11:24 -0800
Source: iceweasel
Binary: iceweasel iceweasel-dbg iceweasel-dev iceweasel-l10n-all 
iceweasel-l10n-ach iceweasel-l10n-af iceweasel-l10n-an iceweasel-l10n-ar 
iceweasel-l10n-as iceweasel-l10n-ast iceweasel-l10n-az iceweasel-l10n-be 
iceweasel-l10n-bg iceweasel-l10n-bn-bd iceweasel-l10n-bn-in iceweasel-l10n-br 
iceweasel-l10n-bs iceweasel-l10n-ca iceweasel-l10n-cs iceweasel-l10n-csb 
iceweasel-l10n-cy iceweasel-l10n-da iceweasel-l10n-de iceweasel-l10n-dsb 
iceweasel-l10n-el iceweasel-l10n-en-gb iceweasel-l10n-en-za iceweasel-l10n-eo 
iceweasel-l10n-es-ar iceweasel-l10n-es-cl iceweasel-l10n-es-es 
iceweasel-l10n-es-mx iceweasel-l10n-et iceweasel-l10n-eu iceweasel-l10n-fa 
iceweasel-l10n-ff iceweasel-l10n-fi iceweasel-l10n-fr iceweasel-l10n-fy-nl 
iceweasel-l10n-ga-ie iceweasel-l10n-gd iceweasel-l10n-gl iceweasel-l10n-gu-in 
iceweasel-l10n-he iceweasel-l10n-hi-in iceweasel-l10n-hr iceweasel-l10n-hsb 
iceweasel-l10n-hu iceweasel-l10n-hy-am iceweasel-l10n-id iceweasel-l10n-is 
iceweasel-l10n-it
 iceweasel-l10n-ja iceweasel-l10n-kk iceweasel-l10n-km iceweasel-l10n-kn 
iceweasel-l10n-ko iceweasel-l10n-lij iceweasel-l10n-lt iceweasel-l10n-lv 
iceweasel-l10n-mai iceweasel-l10n-mk iceweasel-l10n-ml iceweasel-l10n-mr 
iceweasel-l10n-ms iceweasel-l10n-nb-no iceweasel-l10n-nl iceweasel-l10n-nn-no 
iceweasel-l10n-or iceweasel-l10n-pa-in iceweasel-l10n-pl iceweasel-l10n-pt-br 
iceweasel-l10n-pt-pt iceweasel-l10n-rm iceweasel-l10n-ro iceweasel-l10n-ru 
iceweasel-l10n-si iceweasel-l10n-sk iceweasel-l10n-sl iceweasel-l10n-son 
iceweasel-l10n-sq iceweasel-l10n-sr iceweasel-l10n-sv-se iceweasel-l10n-ta 
iceweasel-l10n-te iceweasel-l10n-th iceweasel-l10n-tr iceweasel-l10n-uk 
iceweasel-l10n-vi iceweasel-l10n-xh iceweasel-l10n-zh-cn
 iceweasel-l10n-zh-tw
Architecture: source all amd64
Version: 34.0-1
Distribution: experimental
Urgency: medium
Maintainer: Maintainers of Mozilla-related packages 

Changed-By: Mike Hommey 
Description:
 iceweasel  - Web browser based on Firefox
 iceweasel-dbg - Debugging symbols for Iceweasel
 iceweasel-dev - Development files for the Gecko engine library
 iceweasel-l10n-ach - Acoli language package for Iceweasel
 iceweasel-l10n-af - Afrikaans language package for Iceweasel
 iceweasel-l10n-all - All language packages for Iceweasel (meta)
 iceweasel-l10n-an - Aragonese language package for Iceweasel
 iceweasel-l10n-ar - Arabic language package for Iceweasel
 iceweasel-l10n-as - Assamese language package for Iceweasel
 iceweasel-l10n-ast - Asturian language package for Iceweasel
 iceweasel-l10n-az - Azerbaijani language package for Iceweasel
 iceweasel-l10n-be - Belarusian language package for Iceweasel
 iceweasel-l10n-bg - Bulgarian language package for Iceweasel
 iceweasel-l10n-bn-bd - Bengali (Bangladesh) language package for Iceweasel
 iceweasel-l10n-bn-in - B

Processed: severity of 771911 is serious

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 771911 serious
Bug #771911 [clamav-daemon] clamav-daemon: doesn't listen on TCP socket under 
systemd
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
771911: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771911
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#771911: [Pkg-clamav-devel] Bug#771911: clamav-daemon: doesn't listen on TCP socket under systemd

2014-12-03 Thread Scott Kitterman
On Wednesday, December 03, 2014 10:05:56 PM Andreas Cadhalpun wrote:
> Hi,
> 
> On 03.12.2014 19:49, Andreas Cadhalpun wrote:
> > But I agree, that having to create this additional configuration file is
> > a pain and it should be done automatically when running
> > 'dpkg-reconfigure clamav-daemon'.
> > 
> > In fact, as upgrades from wheezy to jessie will (probably?) switch to
> > systemd, this is a rather important problem. I'm setting the severity to
> > important for now, but I think we should definitely fix this for jessie.
> > I'll look implementing that now.
> 
> I just pushed a fix for this to git. I also updated the systemd patch to
> let clamd accept AF_INET6 sockets, because systemd uses them for TCP
> sockets without address.
> 
> @team members: Do you agree that we should treat this as an RC bug and
> upload the fix immediately to unstable?

Yes.  I just bumped the priority to serious.  I don't think anything else 
that's in queue merits RC status though.  Let's just fix this and leave the 
rest for 0.98.6 whenever it comes out.

Scott K


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



Bug#771719: closed by Laszlo Boszormenyi (GCS) (Bug#771719: fixed in tcplay 1.1-2)

2014-12-03 Thread Ralf Jung
Hi,

> #771719: tcplay: does not support discs with 4k sectors
> 
> It has been closed by Laszlo Boszormenyi (GCS) .

> Please report back if it really fixes your issue or not.

I can confirm that my issue is fixed: I successfully mounted the
partition, wrote some stuff to it, booted Windows, and read it back. All
is fine. Thanks a lot for the fast fix!

Kind regards,
Ralf



signature.asc
Description: OpenPGP digital signature


Bug#771911: [Pkg-clamav-devel] Bug#771911: clamav-daemon: doesn't listen on TCP socket under systemd

2014-12-03 Thread Andreas Cadhalpun

Hi Scott,

On 03.12.2014 22:38, Scott Kitterman wrote:

On Wednesday, December 03, 2014 10:05:56 PM Andreas Cadhalpun wrote:

@team members: Do you agree that we should treat this as an RC bug and
upload the fix immediately to unstable?


Yes.  I just bumped the priority to serious.  I don't think anything else
that's in queue merits RC status though.  Let's just fix this and leave the
rest for 0.98.6 whenever it comes out.


OK. The necessary commits are [1] for the creation of the extending unit 
file and [2] to accept AF_INET6 sockets, which systemd uses in the 
'TCPAddr any' configuration.


Should I create a branch containing only these fixes?

Best regards,
Andreas

1: 
https://anonscm.debian.org/cgit/pkg-clamav/clamav.git/commit/?id=6feefb84aa516190e47611f86d35ee0218295e48
2: 
https://anonscm.debian.org/cgit/pkg-clamav/clamav.git/commit/?id=4bef97af4b95dde6541cf30d2d2fa1a285a6324d



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



Bug#771911: [Pkg-clamav-devel] Bug#771911: clamav-daemon: doesn't listen on TCP socket under systemd

2014-12-03 Thread Scott Kitterman
On Wednesday, December 03, 2014 11:08:42 PM Andreas Cadhalpun wrote:
> Hi Scott,
> 
> On 03.12.2014 22:38, Scott Kitterman wrote:
> > On Wednesday, December 03, 2014 10:05:56 PM Andreas Cadhalpun wrote:
> >> @team members: Do you agree that we should treat this as an RC bug and
> >> upload the fix immediately to unstable?
> > 
> > Yes.  I just bumped the priority to serious.  I don't think anything else
> > that's in queue merits RC status though.  Let's just fix this and leave
> > the
> > rest for 0.98.6 whenever it comes out.
> 
> OK. The necessary commits are [1] for the creation of the extending unit
> file and [2] to accept AF_INET6 sockets, which systemd uses in the
> 'TCPAddr any' configuration.
> 
> Should I create a branch containing only these fixes?
> 
> Best regards,
> Andreas
> 
> 1:
> https://anonscm.debian.org/cgit/pkg-clamav/clamav.git/commit/?id=6feefb84aa5
> 16190e47611f86d35ee0218295e48 2:
> https://anonscm.debian.org/cgit/pkg-clamav/clamav.git/commit/?id=4bef97af4b9
> 5dde6541cf30d2d2fa1a285a6324d

Yes.  I think that would be best.

Thanks,

Scott K


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



Bug#769260: marked as done (openturns: FTBFS in jessie/i386: Tests failures)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Dec 2014 22:21:28 +
with message-id 
and subject line Bug#769260: fixed in openturns 1.3-3
has caused the Debian Bug report #769260,
regarding openturns: FTBFS in jessie/i386: Tests failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
769260: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769260
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: openturns
Version: 1.3-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20141112 qa-ftbfs
Justification: FTBFS in jessie on i386

Hi,

During a rebuild of all packages in jessie (in a jessie chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
> 356/359 Test #356: cppcheck_Wilks_std 
> ...   Passed0.03 sec
> Start 358: cppcheck_FittingTest_std
> 357/359 Test #358: cppcheck_FittingTest_std 
> .   Passed1.37 sec
> Start 359: cppcheck_NormalityTest_std
> 358/359 Test #359: cppcheck_NormalityTest_std 
> ...   Passed0.21 sec
> 359/359 Test #357: cppcheck_VisualTest_std 
> ..   Passed8.30 sec
> 
> 99% tests passed, 1 tests failed out of 359
> 
> Total Test time (real) =  93.02 sec
> 
> The following tests FAILED:
>   234 - cppcheck_TrapezoidalFactory_std (Failed)
> Errors while running CTest
> make[2]: *** [test] Error 8
> Makefile:140: recipe for target 'test' failed

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/11/12/openturns_1.3-2_jessie-i386.log

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

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

We believe that the bug you reported is fixed in the latest version of
openturns, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 769...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Denis Barbier  (supplier of updated openturns package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Nov 2014 11:38:35 +
Source: openturns
Binary: libopenturns0.4 libopenturns-dev libopenturns-dbg python-openturns 
python-openturns-dev r-other-rot openturns-examples openturns-validation
Architecture: source amd64 all
Version: 1.3-3
Distribution: testing-proposed-updates
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Denis Barbier 
Description:
 libopenturns-dbg - debug symbols for OpenTURNS
 libopenturns-dev - headers and development libraries for OpenTURNS
 libopenturns0.4 - dynamic libraries for OpenTURNS
 openturns-examples - examples of OpenTURNS functionalities
 openturns-validation - validation files for OpenTURNS
 python-openturns - Python front-end of OpenTURNS (aka TUI)
 python-openturns-dev - Python front-end of OpenTURNS (aka TUI)
 r-other-rot - GNU R package of few tools needed by OpenTURNS
Closes: 769260
Changes:
 openturns (1.3-3) testing-proposed-updates; urgency=medium
 .
   * debian/patches/modify-tests-O0-i386.patch: Drop patch, it is
 no more needed with recent GCC.  Closes: #769260
Checksums-Sha1:
 d087b972833172d4817567a0cc71bb7ab299cb87 2613 openturns_1.3-3.dsc
 fe40f84d3f6c15c11d2e64ea7846a869a7f8e165 17408 openturns_1.3-3.debian.tar.xz
 fa349732de19c6460f5705a46c88ce624ce92057 3167352 
libopenturns0.4_1.3-3_amd64.deb
 b2918ce401039cdd8d355cf99250efd386323b71 257282 
libopenturns-dev_1.3-3_amd64.deb
 7813ebea0818196d7473cf4553ae4df4d1ca0105 45791578 
libopenturns-dbg_1.3-3_amd64.deb
 42a2e1947d79cf3317f92ef475948b6e5b6d92d0 5865712 
python-openturns_1.3-3_amd64.deb
 d0f69d391ef65e26b025b73353a7a80f6fd79793 97732 
python-openturns-dev_1.3-3_amd64.deb
 0b925820772b525b4b7105660998945b335f5640 1001

Bug#768758: marked as done (upstart: FTBFS in jessie: dh_auto_test: make -j10 check returned exit code 2)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Dec 2014 22:22:06 +
with message-id 
and subject line Bug#768758: fixed in upstart 1.11-5
has caused the Debian Bug report #768758,
regarding upstart: FTBFS in jessie: dh_auto_test: make -j10 check returned exit 
code 2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
768758: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768758
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: upstart
Version: 1.11-4
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20141108 qa-ftbfs
Justification: FTBFS in jessie on amd64

Hi,

During a rebuild of all packages in jessie (in a jessie chroot, not a
sid chroot), your package failed to build on amd64.

Relevant part (hopefully):
> make[5]: Entering directory '/«PKGBUILDDIR»/test'
> make[5]: 'libtest_util_common.a' is up to date.
> make[5]: Leaving directory '/«PKGBUILDDIR»/test'
> Testing system_kill()
> ...with TERM signal
> ...with KILL signal
> ...with no group leader
> PASS: test_system
> Testing environ_add()
> ...with empty table
> ...with new variable
> ...with new variable from environment
> ...with new variable unset in environment
> ...with replacement variable
> ...with replacement variable from environment
> ...with replacement variable unset in environment
> ...with new variable but no replace
> ...with existing variable
> ...with existing variable from environment
> ...with existing variable unset in environment
> ...using bare word with no corresponding variable set in environment
> Testing environ_remove()
> ...remove name=value pair with empty table
> ...remove bare name with empty table
> ...remove name=value from table of size 1
> ...remove bare name from table of size 1
> ...remove first name=value entry from table of size 2
> ...remove first bare name entry from table of size 2
> ...remove last name=value entry from table of size 2
> ...remove last bare name entry from table of size 2
> Testing environ_append()
> ...with new entries
> ...with replacement entries
> ...with preserve existing entries
> Testing environ_set()
> Testing environ_lookup()
> ...with empty table
> ...with key to be found
> ...with key not found
> ...with key that is prefix of another
> ...with longer key
> Testing environ_get()
> ...with empty table
> ...with key to be found
> ...with key not found
> ...with key that is prefix of another
> Testing environ_getn()
> ...with empty table
> ...with key to be found
> ...with key not found
> ...with key that is prefix of another
> ...with longer key
> Testing environ_all_valid()
> ...with valid table
> ...with empty table
> ...with missing equals
> Testing environ_expand()
> ...with no expansion
> ...with simple expansion
> ...with simple expansion of smaller value
> ...with simple expansion of same size value
> ...with multiple simple expansions
> ...with simple bracketed expression
> ...with multiple simple bracketed expression
> ...with simple expression inside bracketed expression
> ...with bracketed expression inside bracketed expression
> ...with bracketed default expression
> ...with bracketed default expression for set variable
> ...with bracketed default expression for null variable
> ...with bracketed default or null expression
> ...with bracketed default or null expression for set variable
> ...with bracketed default or null expression for null variable
> ...with bracketed alternate expression
> ...with bracketed alternate expression for set variable
> ...with bracketed alternate expression for null variable
> ...with bracketed alternate or null expression
> ...with bracketed alternate or null expression for set variable
> ...with bracketed alternate or null expression for null variable
> ...with references in bracketed expression argument
> ...with dollar sign in whitespace
> ...with bracketed dollar sign
> ...with simple expansion of unknown variable
> ...with bracketed expansion of unknown variable
> ...with expansion of unknown variable within expression name
> ...with expansion of unknown variable within expression argument
> ...with unknown operator in expression
> ...with missing close brace after expression
> PASS: test_environ
> Testing process_new()
> Testing process_name()
> ...with main process
> ...with security process
> ...with pre-start process
> ...with post-start process
> ...with pre-stop process
> ...with post-stop process
> ...with invalid process
> Testing process_from_name()
> ...with main process
> ...with security process
> ...with pre-start process
> ...with post-start process
> ...with pre-stop process
> .

Processed: your mail

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 753171 + patch
Bug #753171 [src:sagan] FTBFS: /usr/bin/ld: cannot find -lee
Added tag(s) patch.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
753171: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753171
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: tagging 766349

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 766349 + moreinfo
Bug #766349 [kmail] Kmail: Some times sign with S/MIME failed
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
766349: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766349
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#771969: s3ql: mount.s3ql throws exception and hangs file system

2014-12-03 Thread Shannon Dealy
Package: s3ql
Version: 2.11.1+dfsg-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

I mounted an S3QL file system and ran rsync to transfer data to the file
system.  After a few minutes I noticed the rsync process was no longer 
scanning the file system or transfering data.  Ctrl-C would not terminate
the rsync (presumably locked in some I/O transaction).  mount.s3ql appears
hung and I could not unmount the file system.

The mount log file (see below) showed an exception had been thrown and
my .s3ql directory has about 600 raw_streamXXX files in it.

I killed everything, ran fsck on the file system, remounted and tried again
with the same result.

Contents of mount.log:

2014-12-03 23:17:03.472 23261:MainThread (name)s.determine_threads: Using 8 
upload threads.
2014-12-03 23:17:03.473 23261:MainThread (name)s.main: Autodetected 4040 file 
descriptors available for cache entries
2014-12-03 23:17:12.025 23261:MainThread (name)s.get_metadata: Using cached 
metadata.
2014-12-03 23:17:12.029 23261:MainThread (name)s.main: Mounting filesystem...
2014-12-03 23:17:12.043 23269:MainThread (name)s.detach_process_context: 
Daemonizing, new PID is 23270
2014-12-03 23:20:46.372 23270:Thread-18 (name)s._parse_xml_response: Server did 
not provide Content-Type, assuming XML
2014-12-03 23:21:21.816 23270:Thread-18 (name)s.excepthook: Uncaught top-level 
exception:
Traceback (most recent call last):
  File "/usr/lib/s3ql/s3ql/mount.py", line 66, in run_with_except_hook
run_old(*args, **kw)
  File "/usr/lib/python3.4/threading.py", line 868, in run
self._target(*self._args, **self._kwargs)
  File "/usr/lib/s3ql/s3ql/block_cache.py", line 684, in _removal_loop
backend.delete_multi(['s3ql_data_%d' % i for i in ids])
  File "/usr/lib/s3ql/s3ql/backends/comprenc.py", line 273, in delete_multi
return self.backend.delete_multi(keys, force=force)
  File "/usr/lib/s3ql/s3ql/backends/s3.py", line 81, in delete_multi
self._delete_multi(tmp, force=force)
  File "/usr/lib/s3ql/s3ql/backends/common.py", line 46, in wrapped
return method(*a, **kw)
  File "/usr/lib/s3ql/s3ql/backends/s3.py", line 116, in _delete_multi
resp = self._do_request('POST', '/', subres='delete', body=body, 
headers=headers)
  File "/usr/lib/s3ql/s3ql/backends/s3c.py", line 409, in _do_request
query_string=query_string, body=body)
  File "/usr/lib/s3ql/s3ql/backends/s3c.py", line 638, in _send_request
self.conn.send_request(method, path, body=body, headers=headers)
  File "/usr/lib/python3/dist-packages/dugong/__init__.py", line 484, in 
send_request
self.timeout)
  File "/usr/lib/python3/dist-packages/dugong/__init__.py", line 1373, in 
eval_coroutine
if not next(crt).poll(timeout=timeout):
  File "/usr/lib/python3/dist-packages/dugong/__init__.py", line 511, in 
co_send_request
self.connect()
  File "/usr/lib/python3/dist-packages/dugong/__init__.py", line 410, in connect
self._sock = socket.create_connection((self.hostname, self.port))
  File "/usr/lib/python3.4/socket.py", line 491, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  File "/usr/lib/python3.4/socket.py", line 530, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known




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

Kernel: Linux 3.13-0.bpo.1-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

Versions of packages s3ql depends on:
ii  fuse   2.9.3-9
ii  libc6  2.18-4
ii  libjs-sphinxdoc1.1.3+dfsg-4
ii  libsqlite3-0   3.7.13-1+deb7u1
ii  psmisc 22.19-1+deb7u1
ii  python33.4.2-1
ii  python3-apsw   3.8.6-r1-1
ii  python3-crypto 2.6.1-5+b2
ii  python3-defusedxml 0.4.1-2
ii  python3-dugong 3.3+dfsg-2
ii  python3-llfuse 0.40-2+b2
ii  python3-pkg-resources  5.5.1-1
ii  python3-requests   2.4.3-4

s3ql recommends no packages.

s3ql suggests no packages.

-- debconf-show failed


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



Bug#771911: clamav-daemon: doesn't listen on TCP socket under systemd

2014-12-03 Thread Andreas Cadhalpun

Hi Scott,

On 03.12.2014 23:12, Scott Kitterman wrote:

On Wednesday, December 03, 2014 11:08:42 PM Andreas Cadhalpun wrote:

Should I create a branch containing only these fixes?


Yes.  I think that would be best.


I just pushed the bug771911 branch [1].

Best regards,
Andreas

1: https://anonscm.debian.org/cgit/pkg-clamav/clamav.git/log/?h=bug771911


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



Bug#771971: dpkg hangs installing "init" during upgrade from wheezy to jessie

2014-12-03 Thread Steve McIntyre
Package: upgrade-reports
Severity: serious

Hi,

Doing and upgrade in a VM. Started from a fairly minimal wheezy
system, then ran apt-get update and apt-get dist-upgrade to do the
upgrade. Things appeared to be running smoothly, until dpkg hung at
this point:

...
Unpacking libsepol1:amd64 (2.3-2) over (2.1.4-3) ...
Setting up libsepol1:amd64 (2.3-2) ...
Selecting previously unselected package sysvinit-core.
(Reading database ... 37825 files and directories currently installed.)
Preparing to unpack .../sysvinit-core_2.88dsf-58_amd64.deb ...
Unpacking sysvinit-core (2.88dsf-58) ...
Replacing files in old package sysvinit (2.88dsf-41+deb7u1) ...
Setting up sysvinit-core (2.88dsf-58) ...
sysvinit: restarting... done.
Selecting previously unselected package init.

I've no idea what it's stuck on. Usefully, I took a complete backup of
this VM image before I started so I can start the entire upgrade again
to help debug this if desired...


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



Bug#771911: clamav-daemon: doesn't listen on TCP socket under systemd

2014-12-03 Thread Scott Kitterman
On Thursday, December 04, 2014 12:16:37 AM Andreas Cadhalpun wrote:
> Hi Scott,
> 
> On 03.12.2014 23:12, Scott Kitterman wrote:
> > On Wednesday, December 03, 2014 11:08:42 PM Andreas Cadhalpun wrote:
> >> Should I create a branch containing only these fixes?
> > 
> > Yes.  I think that would be best.
> 
> I just pushed the bug771911 branch [1].
> 
> Best regards,
> Andreas
> 
> 1: https://anonscm.debian.org/cgit/pkg-clamav/clamav.git/log/?h=bug771911

Thanks,  I'll try and look at it later tonight or in the morninig.

Scott K


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



Bug#771217: marked as done (ruby-libxml: FTBFS with latest libxml2)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Dec 2014 23:36:57 +
with message-id 
and subject line Bug#771217: fixed in ruby-libxml 2.7.0-3
has caused the Debian Bug report #771217,
regarding ruby-libxml: FTBFS with latest libxml2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
771217: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771217
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ruby-libxml
Version: 2.7.0-2
Severity: serious
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch vivid

ruby-libxml fails to build against the latest version of libxml2 in
unstable (2.9.2+dfsg1-1), as follows.  The package builds cleanly
against libxml2 2.9.1+dfsg1-4 in testing, so this should not be
considered release-critical for jessie (please tag appropriately if you
agree).

  dpkg-buildpackage: source package ruby-libxml
  dpkg-buildpackage: source version 2.7.0-2
  dpkg-buildpackage: source distribution unstable
  dpkg-buildpackage: source changed by Christian Hofstaedtler 
   dpkg-source --before-build ruby-libxml-2.7.0
  dpkg-buildpackage: host architecture amd64
   fakeroot debian/rules clean
  dh clean --buildsystem=ruby --with ruby
 dh_testdir -O--buildsystem=ruby
 dh_auto_clean -O--buildsystem=ruby
Entering dh_ruby --clean
Leaving dh_ruby --clean
 dh_clean -O--buildsystem=ruby
   debian/rules build
  dh build --buildsystem=ruby --with ruby
 dh_testdir -O--buildsystem=ruby
 dh_auto_configure -O--buildsystem=ruby
 dh_auto_build -O--buildsystem=ruby
 dh_auto_test -O--buildsystem=ruby
   fakeroot debian/rules binary
  dh binary --buildsystem=ruby --with ruby
 dh_testroot -O--buildsystem=ruby
 dh_prep -O--buildsystem=ruby
 dh_auto_install -O--buildsystem=ruby
Entering dh_ruby --install
  Building extension for ruby2.1 ...
  /usr/bin/ruby2.1 extconf.rb
  extconf.rb:17:in `': Use RbConfig instead of obsolete and deprecated 
Config.
  extconf.rb:17:in `': Use RbConfig instead of obsolete and deprecated 
Config.
  checking for socket() in -lsocket... no
  checking for gethostbyname() in -lnsl... yes
  checking for atan() in -lm... yes
  checking for inflate() in -lz... yes
  checking for iconv_open() in -liconv... no
  checking for libiconv_open() in -liconv... no
  checking for libiconv_open() in -llibiconv... no
  checking for iconv_open() in -llibiconv... no
  checking for iconv_open() in -lc... yes
  checking for xmlParseDoc() in -lxml2... yes
  checking for libxml/xmlversion.h... no
  checking for libxml/xmlversion.h in 
/opt/include/libxml2,/usr/local/include/libxml2,/usr/include/libxml2... yes
  checking for rb_io_bufwrite() in ruby/io.h... yes
  creating extconf.h
  creating Makefile
  make V=1 "DESTDIR=" clean
  make[1]: Entering directory '/«PKGBUILDDIR»/ext/libxml'
  rm -f
  rm -f libxml_ruby.so  *.o  *.bak mkmf.log .*.time
  make[1]: Leaving directory '/«PKGBUILDDIR»/ext/libxml'
  make V=1 "DESTDIR="
  make[1]: Entering directory '/«PKGBUILDDIR»/ext/libxml'
  gcc -I. -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 
-I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. 
-I/usr/include/libxml2 -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" 
-D_FORTIFY_SOURCE=2   -fPIC -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 
-I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. 
-I/usr/include/libxml2 -I/usr/local/include  -o ruby_xml_reader.o -c 
ruby_xml_reader.c
  gcc -I. -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 
-I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. 
-I/usr/include/libxml2 -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" 
-D_FORTIFY_SOURCE=2   -fPIC -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 
-I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. 
-I/usr/include/libxml2 -I/usr/local/include  -o ruby_xml_schema_type.o -c 
ruby_xml_schema_type.c
  gcc -I. -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 
-I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. 
-I/usr/include/libxml2 -I/usr/local/include -DRUBY_EXTCONF_H=\"extconf.h\" 
-D_FORTIFY_SOURCE=2   -fPIC -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 
-I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. 
-I/usr/include/libxml2 -I/usr/local/include  -o ruby_xml_parser_context.o -c 
ruby_xml_parser_context.c
  gcc -I. -I/usr/include/x86_64-linux-gnu

Bug#771971: dpkg hangs installing "init" during upgrade from wheezy to jessie

2014-12-03 Thread Steve McIntyre
This is reproducible on demand \o/

I realised that the VM image had a few unneeded packages, so I did

# apt-get remove --purge x11-common libx11-6 libx11-data

then

# apt-get update
# apt-get dist-upgrade

and got the same result as my first run.

On a *second* run I did not do that purge up-front and the upgrade did
*not* block in the same way.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
"I've only once written 'SQL is my bitch' in a comment. But that code 
 is in use on a military site..." -- Simon Booth


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



Bug#771969: s3ql: mount.s3ql throws exception and hangs file system

2014-12-03 Thread Nikolaus Rath
severity 771969 important
thanks

Thanks for the report! I'll set the severity to important for now,
because the package still works nicely for many other users. Not sure
why it's making so much trouble for you.. but I notice that (like the
last bug you found) this seems related to the handling of unreliable
network connections. In this case there seems to be a temporary problem
with your DNS server which S3QL has trouble coping with.

The raw_streamXXX files are from the patch that you applied to the debug
the previous issue. I'd recommend to purge and reinstall both the s3ql
and python3-dugong packages to make sure that you're in vanilla state again.

If the file system still hangs (or the next time it hangs), could you
follow the instructions at
https://bitbucket.org/nikratio/s3ql/wiki/Providing%20Debugging%20Info to
obtain a Python stacktrace, and attach it to this issue?

Thanks!
-Nikolaus

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

 »Time flies like an arrow, fruit flies like a Banana.«


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



Processed: Re: Bug#771969: s3ql: mount.s3ql throws exception and hangs file system

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 771969 important
Bug #771969 [s3ql] s3ql: mount.s3ql throws exception and hangs file system
Severity set to 'important' from 'grave'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
771969: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771969
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#769716: Give users option to download OpenH264?

2014-12-03 Thread Matthew Gabeler-Lee
Totally disabling this feature seems very user-unfriendly :(

Digging in, clearly this can be re-enabled via about:config, perhaps
this merits a NEWS entry to alert users to this?


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



Bug#755202: NetworkManager creates broken eth0

2014-12-03 Thread Hubert Chathi
Just to add another data point, this bug used to affect me, and then I
rebooted, and the issue seems to have disappeared.


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



Bug#771911: marked as done (clamav-daemon: doesn't listen on TCP socket under systemd)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Thu, 04 Dec 2014 04:34:12 +
with message-id 
and subject line Bug#771911: fixed in clamav 0.98.5+dfsg-2
has caused the Debian Bug report #771911,
regarding clamav-daemon: doesn't listen on TCP socket under systemd
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
771911: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771911
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: clamav-daemon
Version: 0.98.5+dfsg-1
Severity: normal

Dear Maintainer,

When started by systemd, it appears that clamav-daemon doesn't listen on
a TCP socket, even when configured to do so. As you can see from the
configuration below, I have TCPSocket and TCPAddr set in
/etc/clamav/clamav.conf and debconf agrees that
clamav-daemon/TcpOrLocal = TCP.

Yet I see the following lines in the clamav.log: 

Mon Dec  1 10:27:56 2014 -> +++ Started at Mon Dec  1 10:27:56 2014
Mon Dec  1 10:27:56 2014 -> Received 1 file descriptor(s) from systemd.
Mon Dec  1 10:27:56 2014 -> clamd daemon 0.98.5 (OS: linux-gnu, ARCH:
x86_64, CPU: x86_64)
Mon Dec  1 10:27:56 2014 -> Running as user clamav (UID 111, GID 119)
Mon Dec  1 10:27:56 2014 -> Log file size limited to 4294967295bytes.
Mon Dec  1 10:27:56 2014 -> Reading databases from /var/lib/clamav
Mon Dec  1 10:27:56 2014 -> Not loading PUA signatures.
Mon Dec  1 10:27:56 2014 -> Bytecode: Security mode set to
"TrustSigned".
Mon Dec  1 10:28:00 2014 -> Loaded 4318859 signatures.
Mon Dec  1 10:28:01 2014 -> TCP: No tcp AF_INET SOCK_STREAM socket
received from systemd.
Mon Dec  1 10:28:01 2014 -> LOCAL: Received AF_UNIX SOCK_STREAM socket
from systemd.
Mon Dec  1 10:28:01 2014 -> Limits: Global size limit set to 104857600
bytes.
...

netstat/lsof also confirm that clamavd isn't listening. It seems to me,
then that the initscript isn't honouring the debconf setting/the config.


-- Package-specific info:
--- configuration ---
Checking configuration files in /etc/clamav

Config file: clamd.conf
---
LogFile = "/var/log/clamav/clamav.log"
StatsHostID = "auto"
StatsEnabled disabled
StatsPEDisabled = "yes"
StatsTimeout = "10"
LogFileUnlock disabled
LogFileMaxSize = "4294967295"
LogTime = "yes"
LogClean disabled
LogSyslog disabled
LogFacility = "LOG_LOCAL6"
LogVerbose disabled
LogRotate = "yes"
ExtendedDetectionInfo = "yes"
PidFile = "/var/run/clamav/clamd.pid"
TemporaryDirectory disabled
DatabaseDirectory = "/var/lib/clamav"
OfficialDatabaseOnly disabled
LocalSocket disabled
LocalSocketGroup disabled
LocalSocketMode disabled
FixStaleSocket = "yes"
TCPSocket = "3310"
TCPAddr = "192.168.101.254"
MaxConnectionQueueLength = "15"
StreamMaxLength = "26214400"
StreamMinPort = "1024"
StreamMaxPort = "2048"
MaxThreads = "12"
ReadTimeout = "180"
CommandReadTimeout = "5"
SendBufTimeout = "200"
MaxQueue = "100"
IdleTimeout = "30"
ExcludePath disabled
MaxDirectoryRecursion = "15"
FollowDirectorySymlinks disabled
FollowFileSymlinks disabled
CrossFilesystems = "yes"
SelfCheck = "3600"
DisableCache disabled
VirusEvent disabled
ExitOnOOM disabled
AllowAllMatchScan = "yes"
Foreground disabled
Debug disabled
LeaveTemporaryFiles disabled
User = "clamav"
AllowSupplementaryGroups = "yes"
Bytecode = "yes"
BytecodeSecurity = "TrustSigned"
BytecodeTimeout = "6"
BytecodeUnsigned disabled
BytecodeMode = "Auto"
DetectPUA disabled
ExcludePUA disabled
IncludePUA disabled
AlgorithmicDetection = "yes"
ScanPE = "yes"
ScanELF = "yes"
DetectBrokenExecutables disabled
ScanMail = "yes"
ScanPartialMessages disabled
PhishingSignatures = "yes"
PhishingScanURLs = "yes"
PhishingAlwaysBlockCloak disabled
PhishingAlwaysBlockSSLMismatch disabled
PartitionIntersection disabled
HeuristicScanPrecedence disabled
StructuredDataDetection disabled
StructuredMinCreditCardCount = "3"
StructuredMinSSNCount = "3"
StructuredSSNFormatNormal = "yes"
StructuredSSNFormatStripped disabled
ScanHTML = "yes"
ScanOLE2 = "yes"
OLE2BlockMacros disabled
ScanPDF = "yes"
ScanSWF = "yes"
ScanArchive = "yes"
ArchiveBlockEncrypted disabled
ForceToDisk disabled
MaxScanSize = "104857600"
MaxFileSize = "26214400"
MaxRecursion = "10"
MaxFiles = "1"
MaxEmbeddedPE = "10485760"
MaxHTMLNormalize = "10485760"
MaxHTMLNoTags = "2097152"
MaxScriptNormalize = "5242880"
MaxZipTypeRcg = "1048576"
MaxPartitions = "50"
MaxIconsPE = "100"
ScanOnAccess disabled
OnAccessIncludePath disabled
OnAccessExcludePath disabled
OnAccessExcludeUID disabled
OnAccessMaxFileSize = "5242880"
DevACOnly disabled
DevACDepth disabled
DevPerformance disabled
DevLiblog disabled
DisableCertCheck disabled

Config file: freshclam.conf
---

Processed: Re: Bug#770695: Dovecot-core unable to finish its installation

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reopen 770695 !
Bug #770695 {Done: Cédric Jeanneret } [dovecot-core] 
Dovecot-core unable to finish its installation
Bug reopened
Changed Bug submitter to 'Bob Proulx ' from 'Cédric Jeanneret 
'
Ignoring request to alter fixed versions of bug #770695 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
770695: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770695
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#770695: Dovecot-core unable to finish its installation

2014-12-03 Thread Bob Proulx
reopen 770695 !
thanks

Since 2014-11-28 I have been unable to continue an installation of
dovecot on my up to date Sid amd64 system.  The problem sounds
identical to the previous posters here.  I read through the bug log
and I do not believe the problem has been fixed yet.

  apt-get upgrade
  ...
  Setting up dovecot-core (1:2.2.13-7) ...
  Replacing config file /etc/dovecot/conf.d/10-ssl.conf with new version
  Starting IMAP/POP3 mail server: dovecot.
  ...hang...never returns...

  root   415 32407  0 15:16 pts/58   00:00:00 /usr/bin/perl 
-w /usr/share/debconf/frontend /var/lib/dpkg/info/dovecot-core.postinst 
configure 1:2.2.13-6
  ... killing 415 allowed the apt-get install process to continue...

This problem persists as recently as today when I had time to look
into it further.

If I try to reinstall the problem is recreated.  The only way to break
it free is to kill 12128 below so that the process will error.

  UIDPID  PPID  C STIME TTY  TIME CMD
  root 11008 12921  2 21:58 pts/60   00:00:01 /usr/bin/apt-get 
install --reinstall dovecot-core
  root 12127 11008  0 21:59 pts/63   00:00:00   /usr/bin/dpkg 
--status-fd 23 --configure dovecot-core:amd64
  root 12128 12127  3 21:59 pts/63   00:00:00 /usr/bin/perl 
-w /usr/share/debconf/frontend /var/lib/dpkg/info/dovecot-core.postinst 
configure 1:2.2.13-8
  root 12134 12128  0 21:59 pts/63   00:00:00   
[dovecot-core.po] 

What can I do to get more debug information for you?

Bob


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



Bug#770695: Dovecot-core unable to finish its installation

2014-12-03 Thread Jaldhar H. Vyas

On Wed, 3 Dec 2014, Bob Proulx wrote:


 Setting up dovecot-core (1:2.2.13-7) ...
 Replacing config file /etc/dovecot/conf.d/10-ssl.conf with new version
 Starting IMAP/POP3 mail server: dovecot.
 ...hang...never returns...


Have you tried -8? which I uploaded earlier today?   I think (hope(pray)) 
that did finally fix the upgrade issue.


--
Jaldhar H. Vyas 


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



Bug#770695: Dovecot-core unable to finish its installation

2014-12-03 Thread Bob Proulx
Jaldhar H. Vyas wrote:
> Bob Proulx wrote:
> > Setting up dovecot-core (1:2.2.13-7) ...
> > Replacing config file /etc/dovecot/conf.d/10-ssl.conf with new version
> > Starting IMAP/POP3 mail server: dovecot.
> > ...hang...never returns...
> 
> Have you tried -8? which I uploaded earlier today?   I think (hope(pray))
> that did finally fix the upgrade issue.

Sorry.  The above was captured by me with -7.  But during my reinstall
tests just a few minutes ago it was with the -8 package.  No change.
The ps listings I showed were from the -8 package.  Here is more fresh
detail.

  # apt-get install --reinstall dovecot-core
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 9 not upgraded.
  Need to get 0 B/2674 kB of archives.
  After this operation, 0 B of additional disk space will be used.
  (Reading database ... 602023 files and directories currently installed.)
  Preparing to unpack .../dovecot-core_1%3a2.2.13-8_amd64.deb ...
  Stopping IMAP/POP3 mail server: dovecot.
  Unpacking dovecot-core (1:2.2.13-8) over (1:2.2.13-8) ...
  Processing triggers for man-db (2.7.0.2-3) ...
  Setting up dovecot-core (1:2.2.13-8) ...
  Starting IMAP/POP3 mail server: dovecot.
  ...hang...
  ...take a clock timestamp... Wed, 03 Dec 2014 22:29:02 -0700
  ...do other things for a few minutes...
  ...take a ps listing...
  root 23957 12921  2 22:28 pts/60   00:00:04 /usr/bin/apt-get 
install --reinstall dovecot-core
  root 24889 23957  0 22:28 pts/65   00:00:00   /usr/bin/dpkg 
--status-fd 23 --configure dovecot-core:amd64
  root 24890 24889  0 22:28 pts/65   00:00:00 /usr/bin/perl 
-w /usr/share/debconf/frontend /var/lib/dpkg/info/dovecot-core.postinst 
configure 1:2.2.13-8
  root 24896 24890  0 22:28 pts/65   00:00:00   
[dovecot-core.po] 
  ...wait a while longer...
  ...Wed, 03 Dec 2014 22:48:41 -0700
  ...it is really stuck...
  ...kill 24890...
  dpkg: error processing package dovecot-core (--configure):
   subprocess installed post-installation script was killed by signal 
(Terminated)
  Errors were encountered while processing:
   dovecot-core
  E: Sub-process /usr/bin/dpkg returned an error code (1)

Bob


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



Bug#770695: Dovecot-core unable to finish its installation

2014-12-03 Thread Jaldhar H. Vyas

On Wed, 3 Dec 2014, Bob Proulx wrote:



Sorry.  The above was captured by me with -7.  But during my reinstall
tests just a few minutes ago it was with the -8 package.  No change.
The ps listings I showed were from the -8 package.


Drat.


1. Which version were you originally upgrading from?

2. Did you edit /etc/dovecot/conf.d/10-ssl.conf at all (from any version.)

3. Would you mind sending me the contents of that file?

4. During the upgrade do you remember seeing any message about updating 
that file?


5.  This is a long shot but...do you have the ucf package installed?

Past my bedtime now but if you can answer these questions, I'll look into 
this tomorrow.


--
Jaldhar H. Vyas 


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



Bug#708947: marked as done ([horae] GFDL problem)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Thu, 04 Dec 2014 06:18:53 +
with message-id 
and subject line Bug#708947: fixed in horae 071~svn537-1
has caused the Debian Bug report #708947,
regarding [horae] GFDL problem
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
708947: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708947
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: horae
Severity: serious

The following file include GFDL with invariant section:
examples/artemis/EuTiO3/eutio3-atoms.inp
examples/artemis/AgBrCl/AgBr.inp

Please remove, get autorisation from upstream to relicense.

Bastien
--- End Message ---
--- Begin Message ---
Source: horae
Source-Version: 071~svn537-1

We believe that the bug you reported is fixed in the latest version of
horae, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 708...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Carlo Segre  (supplier of updated horae package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 03 Dec 2014 23:20:00 -0600
Source: horae
Binary: horae
Architecture: source all
Version: 071~svn537-1
Distribution: unstable
Urgency: medium
Maintainer: Carlo Segre 
Changed-By: Carlo Segre 
Description:
 horae  - interactive graphical processing and analysis of EXAFS data
Closes: 708947 746364
Changes:
 horae (071~svn537-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #708947)
   * Modify mkathena.PL and mkartemis.PL to compensate for random order of
 execution of *.PL execution and thus missing components for executables.
 (Closes: #746364)
   * Upgrade to Standards-Version 3.9.6 (no changes)
Checksums-Sha1:
 c8fdea265cb8d95de043643343ea7a63951bcb65 1837 horae_071~svn537-1.dsc
 842f028c89265f82dd8c6e2e739db21210ca72da 5481124 horae_071~svn537.orig.tar.gz
 8872f1831910d548d0bcfed30fd2515450191b60 16828 horae_071~svn537-1.debian.tar.xz
 257149b076aee9e8edb6b2a7df01da5d0d5833e4 4870668 horae_071~svn537-1_all.deb
Checksums-Sha256:
 eb47f93d3cf12f4d14ed347a587d510106285181b002ebe154104a9748275cc8 1837 
horae_071~svn537-1.dsc
 4d825e24ace53a5d0dbdb06a8d57c6126783e11b4cdb75d33252383d954df675 5481124 
horae_071~svn537.orig.tar.gz
 1fabcff9e7299e572dc6decd8f1388add78906f579323033ce063b78cb045dd2 16828 
horae_071~svn537-1.debian.tar.xz
 b07e3818adc94dfdc60b60a34c3d128c32be0b24110de561167db26781728ce8 4870668 
horae_071~svn537-1_all.deb
Files:
 5e1c06600e06004fb5425c833881da66 1837 contrib/science optional 
horae_071~svn537-1.dsc
 a65404f66505835275d9cbf050451875 5481124 contrib/science optional 
horae_071~svn537.orig.tar.gz
 147e907bba820bda200a66564f1eab6d 16828 contrib/science optional 
horae_071~svn537-1.debian.tar.xz
 b8fbfc242b715a905d6043296bd3ac73 4870668 contrib/science optional 
horae_071~svn537-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUf/rWAAoJEFipIs3bXbCOvo4P/0qk32RA2a7XRKIhK04ZAb1t
KTzJ8UEkyFnY9JQU0TEKEWeH/WiZFfzKDiy446fe75ftRewnhhQXLloVizGTgc1C
NfXgpVKkgyyR3nml7TE2aWtd8quOxZw86zBtkjVAD4xH6qToYgCX+KeE3ECbT6ok
AMBBs792aXawQHGudarF33y62+aTWmFi9n5tH/dJjOewtS3G6qjDG43SSPaRV2Cb
GNn5WTptAj3kqTbwxuqt7Abp0tyVHIwkI9F0Dx5R4WWvbf0c5QRaExDQZ+xQiEha
5NO5Jba4RSwMhgCo0VlUMBe+SVM+1ewgLfa5N15XUxA8yAKUt+8a1vRcnkUAbIcv
pwpTUptK1gucbJOJeYfxo3bj7Sv6fXAUjk9oWR9X06Vh6HYycap1D4QZ2kXzUg6Q
K0yldd8VVRB2Noynyb4g955zgmKporzbglJ0jBxPtiwWF1q/n61im3QXLEev68d8
gtQ/gpWZn7+qVEeKt9XWd1ghptynlR83G0+fF+CW3+kKh7LpLTd2NHbBM/8paSy0
BxWomPvgUxJdMr2wj9tU+NMOOB8s7vGidfKqDVAGyPvoZ+vJ5ty2fP+4N1ySZuLX
VUBfr5AV+5P70hPHDDdsuBj4LV1nr+qNvfQbGIhDVMreRNdBSrcOQrbKORV7L/sZ
scESbAfYSOUXIotb81Uz
=PL0S
-END PGP SIGNATURE End Message ---


Bug#746364: marked as done (FTBFS: Can't open(GLOB(0x22f8018), athena_parts/rc.pl): No such file or directory)

2014-12-03 Thread Debian Bug Tracking System
Your message dated Thu, 04 Dec 2014 06:18:53 +
with message-id 
and subject line Bug#746364: fixed in horae 071~svn537-1
has caused the Debian Bug report #746364,
regarding FTBFS: Can't open(GLOB(0x22f8018), athena_parts/rc.pl): No such file 
or directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
746364: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746364
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: horae
Version: 071~svn536-1
Severity: serious
Usertags: goto-cc

While attempting to rebuild all packages in a clean chroot (using cowbuilder and
pbuilder), the build of horae failed:

[...]
Building horae
/usr/bin/perl mkathena.PL bin/athena
Can't open(GLOB(0x22f8018), athena_parts/rc.pl): No such file or directory at 
(eval 3) line 4.
  main::__ANON__('GLOB(0x22f8018)', 'athena_parts/rc.pl') called at mkathena.PL 
line 13
mkathena.PL failed at /usr/share/perl/5.18/Module/Build/Base.pm line 2963.
make: *** [build-stamp] Error 2

The full build log is attached.

Best,
Michael



build-log.txt.gz
Description: application/gunzip


pgpjNPG2UJxpP.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: horae
Source-Version: 071~svn537-1

We believe that the bug you reported is fixed in the latest version of
horae, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 746...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Carlo Segre  (supplier of updated horae package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 03 Dec 2014 23:20:00 -0600
Source: horae
Binary: horae
Architecture: source all
Version: 071~svn537-1
Distribution: unstable
Urgency: medium
Maintainer: Carlo Segre 
Changed-By: Carlo Segre 
Description:
 horae  - interactive graphical processing and analysis of EXAFS data
Closes: 708947 746364
Changes:
 horae (071~svn537-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #708947)
   * Modify mkathena.PL and mkartemis.PL to compensate for random order of
 execution of *.PL execution and thus missing components for executables.
 (Closes: #746364)
   * Upgrade to Standards-Version 3.9.6 (no changes)
Checksums-Sha1:
 c8fdea265cb8d95de043643343ea7a63951bcb65 1837 horae_071~svn537-1.dsc
 842f028c89265f82dd8c6e2e739db21210ca72da 5481124 horae_071~svn537.orig.tar.gz
 8872f1831910d548d0bcfed30fd2515450191b60 16828 horae_071~svn537-1.debian.tar.xz
 257149b076aee9e8edb6b2a7df01da5d0d5833e4 4870668 horae_071~svn537-1_all.deb
Checksums-Sha256:
 eb47f93d3cf12f4d14ed347a587d510106285181b002ebe154104a9748275cc8 1837 
horae_071~svn537-1.dsc
 4d825e24ace53a5d0dbdb06a8d57c6126783e11b4cdb75d33252383d954df675 5481124 
horae_071~svn537.orig.tar.gz
 1fabcff9e7299e572dc6decd8f1388add78906f579323033ce063b78cb045dd2 16828 
horae_071~svn537-1.debian.tar.xz
 b07e3818adc94dfdc60b60a34c3d128c32be0b24110de561167db26781728ce8 4870668 
horae_071~svn537-1_all.deb
Files:
 5e1c06600e06004fb5425c833881da66 1837 contrib/science optional 
horae_071~svn537-1.dsc
 a65404f66505835275d9cbf050451875 5481124 contrib/science optional 
horae_071~svn537.orig.tar.gz
 147e907bba820bda200a66564f1eab6d 16828 contrib/science optional 
horae_071~svn537-1.debian.tar.xz
 b8fbfc242b715a905d6043296bd3ac73 4870668 contrib/science optional 
horae_071~svn537-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUf/rWAAoJEFipIs3bXbCOvo4P/0qk32RA2a7XRKIhK04ZAb1t
KTzJ8UEkyFnY9JQU0TEKEWeH/WiZFfzKDiy446fe75ftRewnhhQXLloVizGTgc1C
NfXgpVKkgyyR3nml7TE2aWtd8quOxZw86zBtkjVAD4xH6qToYgCX+KeE3ECbT6ok
AMBBs792aXawQHGudarF33y62+aTWmFi9n5tH/dJjOewtS3G6qjDG43SSPaRV2Cb
GNn5WTptAj3kqTbwxuqt7Abp0tyVHIwkI9F0Dx5R4WWvbf0c5QRaExDQZ+xQiEha
5NO5Jba4RSwMhgCo0VlUMBe+SVM+1ewgLfa5N15XUxA8yAKUt+8a1vRcnkUAbIcv
pwpTUptK1gucbJOJeYfxo3bj7Sv6fXAUjk9oWR9X06Vh6HYycap1D4QZ2kXzUg6Q
K0yldd8VVRB2Noynyb4g955zgmKporzbglJ0jBxPtiwWF1q/n61im3QXLEev68d8
gtQ/gpWZn7+qVEeKt9XWd1ghptynlR83G0+fF+CW3+kKh7LpLTd2NHbBM/8paSy0
BxWomPvgUxJdMr2wj9tU+NMOOB8s7vGidfKqDVAGyPvoZ+vJ5ty2fP+4N1ySZuLX
VUBfr5AV+5P70hPHDDdsuBj4LV1nr+qNvfQbGIhDVMreRNdBSrcOQrbKORV7L/sZ
scESbAfYSOUXIotb81Uz
=PL0S
-END PGP SIGNATURE End Mes

Bug#770695: Dovecot-core unable to finish its installation

2014-12-03 Thread Bob Proulx
Jaldhar H. Vyas wrote:
> Bob Proulx wrote:
> >Sorry.  The above was captured by me with -7.  But during my reinstall
> >tests just a few minutes ago it was with the -8 package.  No change.
> >The ps listings I showed were from the -8 package.
> 
> Drat.

:-)  I know the feeling.

> 1. Which version were you originally upgrading from?

  $ zgrep dovecot-core /var/log/dpkg.log* | awk '$3=="upgrade"'
  /var/log/dpkg.log-20140401.gz:2014-03-11 11:17:53 upgrade dovecot-core:amd64 
1:2.2.9-1 1:2.2.10-1
  /var/log/dpkg.log-20140401.gz:2014-03-24 16:15:55 upgrade dovecot-core:amd64 
1:2.2.10-1 1:2.2.12-2
  /var/log/dpkg.log-20140501.gz:2014-04-23 12:30:58 upgrade dovecot-core:amd64 
1:2.2.12-2 1:2.2.12-3
  /var/log/dpkg.log-20140601.gz:2014-05-12 13:11:12 upgrade dovecot-core:amd64 
1:2.2.12-3 1:2.2.13~rc1-1
  /var/log/dpkg.log-20140601.gz:2014-05-26 15:44:46 upgrade dovecot-core:amd64 
1:2.2.13~rc1-1 1:2.2.13-1
  /var/log/dpkg.log-20140701.gz:2014-06-30 15:03:51 upgrade dovecot-core:amd64 
1:2.2.13-1 1:2.2.13-2
  /var/log/dpkg.log-20140801.gz:2014-07-21 09:35:13 upgrade dovecot-core:amd64 
1:2.2.13-2 1:2.2.13-3
  /var/log/dpkg.log-20140801.gz:2014-07-31 18:44:39 upgrade dovecot-core:amd64 
1:2.2.13-3 1:2.2.13-4
  /var/log/dpkg.log-20141001.gz:2014-09-08 10:41:33 upgrade dovecot-core:amd64 
1:2.2.13-4 1:2.2.13-5
  /var/log/dpkg.log-20141101.gz:2014-10-27 12:05:00 upgrade dovecot-core:amd64 
1:2.2.13-5 1:2.2.13-6
  /var/log/dpkg.log-20141201:2014-11-28 15:14:56 upgrade dovecot-core:amd64 
1:2.2.13-6 1:2.2.13-7
  /var/log/dpkg.log:2014-12-03 14:38:45 upgrade dovecot-core:amd64 1:2.2.13-7 
1:2.2.13-8
  /var/log/dpkg.log:2014-12-03 21:58:59 upgrade dovecot-core:amd64 1:2.2.13-8 
1:2.2.13-8
  /var/log/dpkg.log:2014-12-03 22:28:26 upgrade dovecot-core:amd64 1:2.2.13-8 
1:2.2.13-8

> 2. Did you edit /etc/dovecot/conf.d/10-ssl.conf at all (from any version.)

Not that I recall.  I haven't done anything with the dovecot
configuration for quite a while now.

> 3. Would you mind sending me the contents of that file?

Attached.

> 4. During the upgrade do you remember seeing any message about updating that
> file?

No.  I pasted the output verbatim.

> 5.  This is a long shot but...do you have the ucf package installed?

Yes.  It is required by other packages.

  $ dpkg --status ucf
  Package: ucf
  Status: install ok installed
  Version: 3.0030
  ...

> Past my bedtime now but if you can answer these questions, I'll look into
> this tomorrow.

Hmm...  It appears to leave it in a state that reconfiguring again
succeeds.

  # dpkg --configure -a
  Setting up dovecot-core (1:2.2.13-8) ...
  Starting IMAP/POP3 mail server: dovecot.

I see this in the syslog.

  Dec  3 22:28:27 despair dovecot: master: Warning: Killed with signal 15 (by 
pid=24051 uid=0 code=kill)
  Dec  3 22:28:41 despair dovecot: master: Dovecot v2.2.13 starting up for imap 
(core dumps disabled)

But again if I --reinstall then the problem is recreated.  It is
repeatable on my system.

I would be happy to test candidate packages or hacks or patches
directly if you provide them to me.  Since I have a system in the
victim state and can test.  This is not a production system but is my
own desktop that I use for exactly this type of testing so that we can
catch problems before it releases.

Get some sleep! :-)

Bob
##
## SSL settings
##

# SSL/TLS support: yes, no, required. 
ssl = no

# PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
# dropping root privileges, so keep the key file unreadable by anyone but
# root. Included doc/mkcert.sh can be used to easily generate self-signed
# certificate, just make sure to update the domains in dovecot-openssl.cnf
#ssl_cert = 

Processed: Re: Bug#770627: pre-approval: unblock: dpkg/1.17.22

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> clone 771417 -1
Bug #771417 [dpkg] dpkg: possible repeated messages on trigger processing error
Bug 771417 cloned as bug 771989
> retitle -1 dbus: Please (consider) switch(ing) to no-await triggers
Bug #771989 [dpkg] dpkg: possible repeated messages on trigger processing error
Changed Bug title to 'dbus: Please (consider) switch(ing) to no-await triggers' 
from 'dpkg: possible repeated messages on trigger processing error'
> reassign -1 dbus
Bug #771989 [dpkg] dbus: Please (consider) switch(ing) to no-await triggers
Bug reassigned from package 'dpkg' to 'dbus'.
No longer marked as found in versions dpkg/1.17.22.
Ignoring request to alter fixed versions of bug #771989 to the same values 
previously set
> found -1 1.8.12-1
Bug #771989 [dbus] dbus: Please (consider) switch(ing) to no-await triggers
Marked as found in versions dbus/1.8.12-1.
> # /Potential/ jessie blocker
> severity -1 serious
Bug #771989 [dbus] dbus: Please (consider) switch(ing) to no-await triggers
Severity set to 'serious' from 'minor'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
771417: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771417
771989: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771989
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#771991: libldb1: New version 1.1.18-1 break other package (samba-libs)

2014-12-03 Thread Christian Marillat
Package: libldb1
Version: 1:1.1.18-1
Severity: grave

Dear Maintainer,


This release make samba-libs uninstallable.



The following information may help to resolve the situation:

The following packages have unmet dependencies:
 samba-libs : Depends: libldb1 (< 1:1.1.18~) but 1:1.1.18-1 is to be installed
E: Unable to correct problems, you have held broken packages.




Why a new version has been uploaded during the freeze ?




Christian

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

Kernel: Linux 3.17.4 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages libldb1 depends on:
ii  libc6  2.19-13
ii  libldap-2.4-2  2.4.40-3
ii  libtalloc2 2.1.1-2
ii  libtdb11.3.3-1
ii  libtevent0 0.9.22-1
ii  multiarch-support  2.19-13

libldb1 recommends no packages.

libldb1 suggests no packages.

-- no debconf information


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



Bug#771993: feh: relocation error: /usr/lib/i386-linux-gnu/libcurl.so.4: symbol SSLv3_client_method, version OPENSSL_1.0.0 not defined in file libssl.so.1.0.0 with link time reference

2014-12-03 Thread 積丹尼 Dan Jacobson
Package: feh
Version: 2.12-1
Severity: grave

$ feh
feh: relocation error: /usr/lib/i386-linux-gnu/libcurl.so.4: symbol 
SSLv3_client_method, version OPENSSL_1.0.0 not defined in file libssl.so.1.0.0 
with link time reference


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



Processed (with 1 errors): reassign 771993 to src:openssl, forcibly merging 768476 771993

2014-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 771993 src:openssl
Bug #771993 [feh] feh: relocation error: /usr/lib/i386-linux-gnu/libcurl.so.4: 
symbol SSLv3_client_method, version OPENSSL_1.0.0 not defined in file 
libssl.so.1.0.0 with link time reference
Bug reassigned from package 'feh' to 'src:openssl'.
No longer marked as found in versions feh/2.12-1.
Ignoring request to alter fixed versions of bug #771993 to the same values 
previously set
> forcemerge 768476 771993
Bug #768476 [openssl] openssl: Removes symbol without SONAME bump
Bug #768522 [openssl] openssl: Removes symbol without SONAME bump
Bug #769023 [openssl] openssl: Removes symbol without SONAME bump
Bug #770278 [openssl] openssl: Removes symbol without SONAME bump
Bug #770605 [openssl] openssl: Removes symbol without SONAME bump
Bug #771169 [openssl] openssl: Removes symbol without SONAME bump
Unable to merge bugs because:
package of #771993 is 'src:openssl' not 'openssl'
Failed to forcibly merge 768476: Did not alter merged bugs

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
768476: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768476
768522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768522
769023: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769023
770278: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770278
770605: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770605
771169: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771169
771993: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771993
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



  1   2   >