Bug#566587: FTBFS: tests fail

2010-04-03 Thread gregor herrmann
tag 566587 + patch thanks On Sat, 03 Apr 2010 03:20:53 +0200, Nick Wellnhofer wrote: > I can't test this but to me it looks like the correct fix is: > > - my $low4bytes = ( ( $self->get_byte( $offset ) >> 1 ) & > 0x30 ) << 30; > + my $low4bytes = ( ( $self->get_byte( $offset

Bug#566587: FTBFS: tests fail

2010-04-02 Thread Nick Wellnhofer
I can't test this but to me it looks like the correct fix is: - my $low4bytes = ( ( $self->get_byte( $offset ) >> 1 ) & 0x30 ) << 30; + my $low4bytes = ( ( $self->get_byte( $offset ) >> 1 ) & 0x03 ) << 30; Nick -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@list

Bug#566587: FTBFS: tests fail

2010-02-09 Thread gregor herrmann
On Mon, 08 Feb 2010 19:47:16 -0500, Jonathan Yu wrote: > I'm hesitant to apply gregoa's patch because it seems like it might > have problems where machines *cannot* left-shift 62 bits... JFTR: That was not thought as a production-ready batch, just as a "I've been playing with these lines of code

Bug#566587: FTBFS: tests fail

2010-02-09 Thread Damyan Ivanov
-=| Jonathan Yu, Mon, Feb 08, 2010 at 07:47:16PM -0500 |=- > I'm hesitant to apply gregoa's patch because it seems like it might > have problems where machines *cannot* left-shift 62 bits... If the > register is only 32-bits wide (as with i386 on older machines), then > this may result in data fall

Bug#566587: FTBFS: tests fail

2010-02-08 Thread Jonathan Yu
Hi all: I have confirmed this bug with sbuild/schroot + amd64. As with Salvatore, I did not have the issue with x86. I'm hesitant to apply gregoa's patch because it seems like it might have problems where machines *cannot* left-shift 62 bits... If the register is only 32-bits wide (as with i386 o

Bug#566587: FTBFS: tests fail

2010-01-24 Thread gregor herrmann
On Sun, 24 Jan 2010 02:26:29 +0100, gregor herrmann wrote: > (The messing around with duration, vrate, bitrate, vframes etc. in > the code confuses me.) Sometimes trial and error leads to interesting results: With ... #v+ --- Info/MPEG/System.pm (revision 51501) +++ Info/MPEG/System.pm (working

Bug#566587: FTBFS: tests fail

2010-01-23 Thread gregor herrmann
tag 566587 + confirmed thanks On Sun, 24 Jan 2010 00:41:43 +0100, Salvatore Bonaccorso wrote: > > # Failed test 12 in t/MPEG.t at line 35 > > # t/MPEG.t line 35 is: ok $file->duration == 1.2697; warn > > $file->duration if DEBUG; > > # Failed test 17 in t/MPEG.t at line 40 > > #

Bug#566587: FTBFS: tests fail

2010-01-23 Thread Salvatore Bonaccorso
Package: libvideo-info-perl Version: 0.993-1 Severity: serious Justification: FTBFS Hi libvideo-info-perl 0.993-1 FTBFS here with: >dh_auto_test > make[1]: Entering directory `/tmp/buildd/libvideo-info-perl-0.993' > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harne