Bug#775624: procps: FTBFS in jessie: dh_auto_test: make -j1 check returned exit code 2

2015-03-06 Thread Craig Small
On Thu, Mar 05, 2015 at 08:31:23AM +0100, Niels Thykier wrote: Is there anything holding up this bug from being fixed? If the linux patch will solve this then please CC the linux maintainers and ask them to apply it (assuming it was not included in their 3.16.7-ckt7-1 upload). Otherwise,

Bug#775624: procps: FTBFS in jessie: dh_auto_test: make -j1 check returned exit code 2

2015-03-04 Thread Niels Thykier
On Sat, 24 Jan 2015 08:59:23 +0100 Vincent Bernat ber...@debian.org wrote: ❦ 24 janvier 2015 18:50 +1100, Craig Small csm...@debian.org : I'm not sure if you are able to, but if you could apply the attached patch to see if the test works now that would be great. make make test

Bug#775624: procps: FTBFS in jessie: dh_auto_test: make -j1 check returned exit code 2

2015-01-24 Thread Vincent Bernat
❦ 24 janvier 2015 18:50 +1100, Craig Small csm...@debian.org : I'm not sure if you are able to, but if you could apply the attached patch to see if the test works now that would be great. make make test (fails) apply patch make make test (works) Yes, the patch makes the tests pass. --

Bug#775624: procps: FTBFS in jessie: dh_auto_test: make -j1 check returned exit code 2

2015-01-23 Thread Craig Small
On Fri, Jan 23, 2015 at 12:58:27PM +0100, Vincent Bernat wrote: Same, but: $ cat /proc/1/smaps cat: /proc/1/smaps: Permission denied A user, any user, is able to open that file. However only some users can read the file. This is strace of more /proc/1/smaps the open succeeds but the read

Bug#775624: procps: FTBFS in jessie: dh_auto_test: make -j1 check returned exit code 2

2015-01-23 Thread Vincent Bernat
Control: tags -1 + patch ❦ 18 janvier 2015 01:49 +0100, Lucas Nussbaum lu...@lucas-nussbaum.net : During a rebuild of all packages in jessie (in a jessie chroot, not a sid chroot), your package failed to build on amd64. I am able to reproduce this bug as well. The failure happens in pmap

Processed: Re: Bug#775624: procps: FTBFS in jessie: dh_auto_test: make -j1 check returned exit code 2

2015-01-23 Thread Debian Bug Tracking System
Processing control commands: tags -1 + patch Bug #775624 [src:procps] procps: FTBFS in jessie: dh_auto_test: make -j1 check returned exit code 2 Added tag(s) patch. -- 775624: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775624 Debian Bug Tracking System Contact ow...@bugs.debian.org

Bug#775624: procps: FTBFS in jessie: dh_auto_test: make -j1 check returned exit code 2

2015-01-23 Thread Vincent Bernat
❦ 23 janvier 2015 22:16 +1100, Craig Small csm...@debian.org : /proc/1/smaps. The test is expecting to see the process PID and name as the first line. I can't see why the test would have worked at some You mean like this? $ pmap -X 1 1: /sbin/init I get: $ pmap -X 1 $ echo $? 1 if a

Bug#775624: procps: FTBFS in jessie: dh_auto_test: make -j1 check returned exit code 2

2015-01-23 Thread Vincent Bernat
❦ 24 janvier 2015 13:40 +1100, Craig Small csm...@debian.org : $ cat /proc/1/smaps cat: /proc/1/smaps: Permission denied A user, any user, is able to open that file. However only some users can read the file. This is strace of more /proc/1/smaps the open succeeds but the read fails.

Bug#775624: procps: FTBFS in jessie: dh_auto_test: make -j1 check returned exit code 2

2015-01-23 Thread Craig Small
On Sat, Jan 24, 2015 at 08:25:20AM +0100, Vincent Bernat wrote: ❦ 24 janvier 2015 13:40 +1100, Craig Small csm...@debian.org : open(/proc/1/smaps, O_RDONLY) = 3 With 3.18: open(/proc/1/smaps, O_RDONLY) = -1 EACCES (Permission denied) Ah ha, there we have it (and confirmed

Bug#775624: procps: FTBFS in jessie: dh_auto_test: make -j1 check returned exit code 2

2015-01-23 Thread Vincent Bernat
❦ 24 janvier 2015 13:40 +1100, Craig Small csm...@debian.org : This is strace of more /proc/1/smaps the open succeeds but the read fails. open(/proc/1/smaps, O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE,

Bug#775624: procps: FTBFS in jessie: dh_auto_test: make -j1 check returned exit code 2

2015-01-23 Thread Craig Small
On Fri, Jan 23, 2015 at 10:22:51AM +0100, Vincent Bernat wrote: /proc/1/smaps. The test is expecting to see the process PID and name as the first line. I can't see why the test would have worked at some You mean like this? $ pmap -X 1 1: /sbin/init if a user is able to open /proc/1/smaps. $

Bug#775624: procps: FTBFS in jessie: dh_auto_test: make -j1 check returned exit code 2

2015-01-17 Thread Lucas Nussbaum
Source: procps Version: 2:3.3.9-8 Severity: serious Tags: jessie sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20150117 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