Bug#743402: capnproto: failed to run test on mips64el

2014-04-16 Thread Tom Lee
Hey Yunqiang, I spoke to the upstream maintainer. He's asked if you can compile & run this small C program (with and without optimizations) and to send the output from both: // begin #include #include #include int main() { float nanf = __builtin_nanf(""); double nand = __builtin_nan("");

Bug#600872: Re: [Pkg-openldap-devel] Bug#600872: Debconf generates EOL in password files

2014-04-16 Thread Ryan Tandy
tags 600872 + wontfix severity 600872 normal thanks Hi Craig and Cyril, On 19/11/12 07:39 PM, Craig Ringer wrote: > That makes sense. I'll file against libnss-ldap, ldapscripts, and > libpam-ldap, then; nss-ldap and pam-ldap for adding newlines to their > secret files, and ldapscripts because it

Bug#743402: capnproto: failed to run test on mips64el

2014-04-16 Thread Yunqiang Su
root@lm6100:/tmp/test# gcc -O0 xx.c;./a.out 7fbf 7ff7 7ff7e000 root@lm6100:/tmp/test# gcc -O1 xx.c;./a.out 7fbf 7ff7 7ff7 root@lm6100:/tmp/test# gcc -O2 xx.c;./a.out 7fbf 7ff7 7ff7 root@lm6100:/tmp/test# gcc -O3 xx.c;./

Bug#743402: capnproto: failed to run test on mips64el

2014-04-16 Thread Tom Lee
Thanks! Can you try the same thing, but instead of passing an empty string to the __builtin_nan* functions, can you pass "0"? e.g. __builtin_nanf("0") On Wed, Apr 16, 2014 at 10:13 PM, Yunqiang Su wrote: > root@lm6100:/tmp/test# gcc -O0 xx.c;./a.out > 7fbf 7ff7 7ff7e000

Bug#744986: fenix: Please build-depend and depend on libmikmod-dev instead of libmikmod2-dev

2014-04-16 Thread Stephen Kitt
Source: fenix Version: 0.92a.dfsg1-10 Severity: wishlist Dear Maintainer, libmikmod now provides an unversioned -dev package, libmikmod-dev, which should be used instead of libmikmod2-dev. I would appreciate it if you could update your packaging to replace the build-dependency and the dependency

Bug#653320: pulseaudio: Assertion 'length % bq->base == 0' failed, kills daemon

2014-04-16 Thread David Fries
On Sat, Apr 12, 2014 at 09:02:34PM -0300, Felipe Sateler wrote: > Hi David, > > On Mon, Dec 26, 2011 at 04:01:21PM -0600, David Fries wrote: > > Package: pulseaudio > > Version: 0.9.21-3+squeeze1 > > Severity: normal > > > > > > I found that pa_stream_write with an offset that's not a multiple o

Bug#743402: capnproto: failed to run test on mips64el

2014-04-16 Thread Yunqiang Su
On Thu, Apr 17, 2014 at 1:19 PM, Tom Lee wrote: > Thanks! Can you try the same thing, but instead of passing an empty string > to the __builtin_nan* functions, can you pass "0"? e.g. > > __builtin_nanf("0") root@lm6100:/tmp/test# gcc -O0 xx.c;./a.out 7fa0 7ff4 7ff4 roo

Bug#741644: RFS: keyringer/0.3.2-1 -- Distributed secret management using GnuPG and Git

2014-04-16 Thread Gaudenz Steinlin
intrigeri writes: > Hi, > > Silvio Rhatto wrote (22 Mar 2014 19:53:54 GMT) : >> I just released 0.3.3 with fixed suggested in this thread. > > Looks good to me, feel free to retitle and reuse this RFS. > > Note that your branches don't seem to have been pushed to Git yet, > while the tags have be

Bug#744398: [Pkg-sysvinit-devel] Bug#744398: startpar modifies /etc/init/startpar-bridge.conf

2014-04-16 Thread Petter Reinholdtsen
Control: retitle -1 debsums causes piuparts to claim all packages modified migrated conffile /etc/init/startpar-bridge.conf Looking at the debsums bugs, I suspect this is the same problem reported in http://bugs.debian.org/689508 > on 2012-10-03. The problem at hand now is that sysvinit-utils ow

Bug#744921: spamassassin: Daily cron script wants to set a shared library world writable

2014-04-16 Thread filip
Confirmed. It's the chmod in Install.pm that does it. I can reproduce it as follows: - first run "sa-compile" as root. body_0.so is owned by root after that - next run 'su debian-spamd -c "sa-compile --quiet"', the message about chmod is generated, but the permissions end up correct. After comme

Bug#744975: xul-ext-https-everywhere: all rules lost?

2014-04-16 Thread Jérémy Bobbio
Hi Christoph, Christoph Anton Mitterer: > It seems that apart form loosing some security due to the campaign of the > anti-CAcert fraction (I wonder why it is better to have e.g. rules for > cacert.org removed, I mean... if people go to that site they WILL have the > certs installed manually and w

Bug#744957: distributed-net [INTL:nl] Dutch translation of debconf templates

2014-04-16 Thread Christian PERRIER
Quoting Jeroen Schot (sc...@a-eskwadraat.nl): > Package: distributed-net > Severity: wishlist > Tags: l10n patch > > Hello, > > Attached is the Dutch translation of the distributed-net debconf templates. > Please include it in your next upload. Given the recent needed change in original template

Bug#743402: capnproto: failed to run test on mips64el

2014-04-16 Thread Tom Lee
Great, thanks again. Seems like this may have been an upstream bug. I've pushed a patch -- can you try the latest code on master? http://github.com/thomaslee/capnproto-debian Cheers, Tom On Wed, Apr 16, 2014 at 11:18 PM, Yunqiang Su wrote: > On Thu, Apr 17, 2014 at 1:19 PM, Tom Lee wrote: >

<    1   2   3