Bug#653653: nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity

2012-05-08 Thread Wouter Verhelst
tags 653653 + upstream fixed-upstream thanks Thanks, this was applied upstream; should be part of the next upstream upload (when it occurs, which will be before the release). On Sat, Apr 14, 2012 at 11:47:42PM +0100, peter green wrote: tags 653653 +patch thanks peter green wrote:

Processed: Re: Bug#653653: nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity

2012-05-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 653653 + upstream fixed-upstream Bug #653653 [src:nbd] nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity Added tag(s) upstream and fixed-upstream. thanks Stopping processing here. Please contact me if you need assistance

Processed: Re: Bug#653653: nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity

2012-04-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 653653 +patch Bug #653653 [src:nbd] nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity Added tag(s) patch. thanks Stopping processing here. Please contact me if you need assistance. -- 653653: http://bugs.debian.org/cgi-bin

Bug#653653: nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity

2012-04-14 Thread Jurij Smakov
On Thu, Apr 12, 2012 at 02:37:48PM +0100, peter green wrote: based on Julien Cristau's and Patrick Baggett's comments I put together the attatched patch to fix the alignment issues they identified (I have not done anything regarding the poor choice of prototype or the theoretical

Bug#653653: nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity

2012-04-14 Thread peter green
tags 653653 +patch thanks peter green wrote: Unfortunately the test still fails with a bus error and I can't seem to figure out how to run the test manually to get a new backtrace. The executable ./integrity simply doesn't seem to exist after the build process ends. Ok fixed that issue too

Bug#653653: nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity

2012-04-12 Thread peter green
based on Julien Cristau's and Patrick Baggett's comments I put together the attatched patch to fix the alignment issues they identified (I have not done anything regarding the poor choice of prototype or the theoretical strict-aliasing issue). Unfortunately the test still fails with a bus

Bug#653653: nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity

2012-03-03 Thread Jurij Smakov
On Fri, Mar 02, 2012 at 12:52:33AM +0100, Julien Cristau wrote: cc+=debian-sparc@ On Wed, Feb 29, 2012 at 14:14:46 +0100, Wouter Verhelst wrote: tags 653653 + help thanks On Fri, Dec 30, 2011 at 12:40:09AM +0100, Jakub Wilk wrote: Source: nbd Version: 1:2.9.25-2 Severity:

Bug#653653: nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity

2012-03-03 Thread Patrick Baggett
According to g_int64_equal documentation, it expects its arguments to be pointers to gint64 values, which on sparc must be aligned on an 8-byte boundary. Looks like this is intentional, because nbd-tester-client.c creates its hash table like that: That's odd that it would be 4-byte

Bug#653653: nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity

2012-03-03 Thread Patrick Baggett
Where can I read the source for nbd-tester-client.c? I just did a quick scan of ghash.c but I didn't see anything really silly going on, so I'd like to check this file. All copies I can find of nbd-tester-client.c seem to be short (600 lines) and not use glib at all. Patrick On Sat, Mar 3, 2012

Bug#653653: nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity

2012-03-03 Thread Julien Cristau
On Sat, Mar 3, 2012 at 09:55:51 -0600, Patrick Baggett wrote: Where can I read the source for nbd-tester-client.c? I just did a quick scan of ghash.c but I didn't see anything really silly going on, so I'd like to check this file. All copies I can find of nbd-tester-client.c seem to be short

Bug#653653: nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity

2012-03-03 Thread Patrick Baggett
There are some other problems too: makebuf() [ln 701] does this: uint64_t* p = (uint64_t*)buf; in this, buf is a char*. This violates the strict aliasing rules that say a char* may alias any type, but not the other way around: uint64_t* may not alias a char*. The difference is subtle: modifying

Bug#653653: nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity

2012-03-01 Thread Julien Cristau
cc+=debian-sparc@ On Wed, Feb 29, 2012 at 14:14:46 +0100, Wouter Verhelst wrote: tags 653653 + help thanks On Fri, Dec 30, 2011 at 12:40:09AM +0100, Jakub Wilk wrote: Source: nbd Version: 1:2.9.25-2 Severity: serious Justification: fails to build from source User:

Processed: Re: Bug#653653: nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity

2012-02-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 653653 + help Bug #653653 [src:nbd] nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity Added tag(s) help. thanks Stopping processing here. Please contact me if you need assistance. -- 653653: http://bugs.debian.org/cgi-bin

Bug#653653: nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity

2012-02-29 Thread Wouter Verhelst
tags 653653 + help thanks On Fri, Dec 30, 2011 at 12:40:09AM +0100, Jakub Wilk wrote: Source: nbd Version: 1:2.9.25-2 Severity: serious Justification: fails to build from source User: debian-sp...@lists.debian.org Usertags: sparc nbd FTBFS on sparc: | ./integrity | 28870: Seq 0002

Bug#653653: nbd: FTBFS on sparc: Bus error (core dumped) - FAIL: integrity

2011-12-29 Thread Jakub Wilk
Source: nbd Version: 1:2.9.25-2 Severity: serious Justification: fails to build from source User: debian-sp...@lists.debian.org Usertags: sparc nbd FTBFS on sparc: | ./integrity | 28870: Seq 0002 Queued: 0001 Inflight: Done: | Bus error (core dumped) | FAIL: integrity