Re: Bug#822783: eztrace-contrib: FTBFS with libc 2.23: 'memcpy' was not declared in this scope

2016-06-07 Thread Graham Inggs
On 31 May 2016 at 11:35, Samuel Thibault wrote: > So reassigning to cuda, perhaps a proper fix can be done in the .h files > there without having to ask upstream :) I'll have to check if Nvidia's license allows us to fix bugs in their headers. ;) Here we have a minimal

Bug#826678: reboot solved the immediate problem

2016-06-07 Thread John Comeau
`reboot -f` worked, and the server seems now fully functional. the only problem, then, is that no warning is given and/or reload initiated on post-install. perhaps it's not the libc6 package at fault, it could be upstart. -- John Comeau KE5TFZ j...@unternet.net http://jc.unternet.net/ "A place

Bug#826678: libc6: upgrade of libc6 overwrites libraries in active use by Upstart /sbin/init

2016-06-07 Thread John Comeau
Package: libc6 Version: 2.13-38+deb7u11 Severity: important Dear Maintainer, After an `apt-get upgrade` on a Debian stable system running with Upstart as /sbin/init, `initctl list` no longer works, giving me the error "Failed to connect to socket /com/ubuntu/upstart: Connection refused". Running

Re: Bug#822783: eztrace-contrib: FTBFS with libc 2.23: 'memcpy' was not declared in this scope

2016-06-07 Thread Graham Inggs
On 31/05/2016 11:27, Aurelien Jarno wrote: I am not fully sure the bug is actually in on the libc sid. It looks like that nvcc redefines part of this header in a way that is not compatible with the new version of the header. I think I've found where this is happening. In file

Re: Bug#822783: eztrace-contrib: FTBFS with libc 2.23: 'memcpy' was not declared in this scope

2016-06-07 Thread Samuel Thibault
Graham Inggs, on Tue 07 Jun 2016 07:46:56 +0200, wrote: > $ nvcc -c -O2 dummy.cu Note: I had to also pass -D_FORTIFY_SOURCE=2 to reproduce the issue. Samuel

[glibc] branch jessie updated (bebcfae -> 6e388e0)

2016-06-07 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script. aurel32 pushed a change to branch jessie in repository glibc. from bebcfae Update from upstream stable branch new 6e388e0 Fix a stack overflow in Sun RPC clntudp_call() (CVE-2016-4429). The 1 revisions listed

[glibc] 01/01: Fix a stack overflow in Sun RPC clntudp_call() (CVE-2016-4429).

2016-06-07 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch jessie in repository glibc. commit 6e388e01c3392030fcdd91101fd1e81d5922af1b Author: Aurelien Jarno Date: Tue Jun 7 17:28:20 2016 +0200 Fix a stack overflow in Sun