Bug#786518: Latest dpkg-dev breaks debdiff in some locales

2015-05-22 Thread Guillem Jover
Control: reassign -1 devscripts Control: retitle -1 devscripts: debdiff breaks with localized error from Dpkg::IPC Hi! On Fri, 2015-05-22 at 10:21:53 -0400, David Prévot wrote: > Actually, I reproduced the issue with every package I tried to debdiff > since dpkg-dev has been upgraded to 1.18.0 (

Processed: Re: Bug#786518: Latest dpkg-dev breaks debdiff in some locales

2015-05-22 Thread Debian Bug Tracking System
Processing control commands: > reassign -1 devscripts Bug #786518 [dpkg-dev,devscripts] Latest dpkg-dev breaks debdiff in some locales Bug reassigned from package 'dpkg-dev,devscripts' to 'devscripts'. Ignoring request to alter found versions of bug #786518 to the same values previously set Ignor

Bug#786518: Latest dpkg-dev breaks debdiff in some locales

2015-05-22 Thread David Prévot
Hi Guillem, On Fri, May 22, 2015 at 03:51:25PM +0200, Guillem Jover wrote: > On Fri, 2015-05-22 at 09:34:27 -0400, David Prévot wrote: > > $ debdiff mozilla-noscript_2.6.9.23~rc{2,3}-1_amd64.changes […] > > wdiff failed > > > > On the other hand, forcing LC_ALL=C allows to workaround the

Bug#786435: dpkg: SELinux label not properly set for file that have a dpkg-statoverride entry

2015-05-22 Thread Laurent Bigonville
Hello, Looks OK now, thanks for the patch Cheers, Laurent Bigonville Le Fri, 22 May 2015 15:39:40 +0200, Guillem Jover a écrit : > Hi! > > On Fri, 2015-05-22 at 13:53:47 +0200, Laurent Bigonville wrote: > > Le Thu, 21 May 2015 21:55:39 +0200, Laurent Bigonville a écrit : > > > Le Thu, 21 May

Bug#786518: Latest dpkg-dev breaks debdiff in some locales

2015-05-22 Thread Guillem Jover
Hi! On Fri, 2015-05-22 at 09:34:27 -0400, David Prévot wrote: > Package: dpkg-dev,devscripts > Version: dpkg-dev/1.18.0 > Version: devscripts/2.15.4 > User: devscri...@packages.debian.org > Usertags: debdiff > Severity: normal > Since dpkg-dev has been upgraded to 1.18.0, debdiff always fails to

Bug#786435: dpkg: SELinux label not properly set for file that have a dpkg-statoverride entry

2015-05-22 Thread Guillem Jover
Hi! On Fri, 2015-05-22 at 13:53:47 +0200, Laurent Bigonville wrote: > Le Thu, 21 May 2015 21:55:39 +0200, Laurent Bigonville a écrit : > > Le Thu, 21 May 2015 21:15:50 +0200, Guillem Jover a écrit : > > > Right, could you try the attached patch to see if it works on a > > > SE Linux system? > > >

Bug#786518: Latest dpkg-dev breaks debdiff in some locales

2015-05-22 Thread David Prévot
Package: dpkg-dev,devscripts Version: dpkg-dev/1.18.0 Version: devscripts/2.15.4 User: devscri...@packages.debian.org Usertags: debdiff Severity: normal Hi, Since dpkg-dev has been upgraded to 1.18.0, debdiff always fails to display an actual wdiff between the control files in my locale (LANG=fr_

Bug#786435: dpkg: SELinux label not properly set for file that have a dpkg-statoverride entry

2015-05-22 Thread Laurent Bigonville
Hello, I guess the same kind of bit operation should be done in the tarobject() function in the following code? if (nifd->namenode->statoverride) st = nifd->namenode->statoverride; else st = &ti->stat; Cheers, Laurent Bigonville Le Thu, 21 May 2015 21:55:39 +0200, Laurent Bigonvill