[Reproducible-builds] Bug#811354: brian: FTBFS: TypeError: histogram() got an unexpected keyword argument 'new'

2016-01-18 Thread Chris Lamb
Source: brian Version: 1.4.1-3 Severity: serious Justification: fails to build from source User: reproducible-builds@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org Dear Maintainer, brian fails to build from source in unstable/amd64: [..]

[Reproducible-builds] Bug#808207: diffoscope: Filter objdump --disassemble output before diffing it

2016-01-18 Thread Jérémy Bobbio
Hi Mike! Mike Hommey: > When comparing large ELF binaries, some minor differences can end up hurting > the visibility of more important differences. > > Specifically, objdump --disassemble displays symbols+offsets for addresses > it derives from IP-relative addressing, like the following: > >

[Reproducible-builds] Bug#808197: diffoscope: readelf --debug-dump can be brutal

2016-01-18 Thread Jérémy Bobbio
Control: tag -1 + pending Mike Hommey: > However, if each debug section was compared individually, that give more > chance for diffoscope to work. (--debug-dump takes values allowing to treat > each debug section independently) Implemented by Dhole and currently available in the master branch.

[Reproducible-builds] Processed: Re: Bug#808197: diffoscope: readelf --debug-dump can be brutal

2016-01-18 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + pending Bug #808197 [src:diffoscope] diffoscope: readelf --debug-dump can be brutal Added tag(s) pending. -- 808197: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808197 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

[Reproducible-builds] Processed (with 5 errors): Re: [diffoscope] [PATCH] Implement ElfFile as a container of sections

2016-01-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 808197 + pending Bug #808197 [src:diffoscope] diffoscope: readelf --debug-dump can be brutal Ignoring request to alter tags of bug #808197 to the same tags previously set > Mike, FYI… Unknown command or malformed arguments to command. > On

[Reproducible-builds] Bug#808267: diffoscope: Redundant information in ELF comparisons

2016-01-18 Thread Jérémy Bobbio
Hi Mike, Mike Hommey: > When comparing ELF files, the following commands are used: > - readelf --all > - readelf --debug-dump > - objdump --disassemble --full-contents > > objdump --disassemble --full-contents is actually redundant in itself. For > example, it will dump both an hexdump and a

[Reproducible-builds] Your message to Pbuilder-maint awaits moderator approval

2016-01-18 Thread pbuilder-maint-owner
Your mail to 'Pbuilder-maint' with the subject reproducible.debian.net status changes for pbuilder Is being held until the list moderator can review it for approval. The reason it is being held: Message has implicit destination Either the message will get posted to the list, or you

[Reproducible-builds] Bug#808207: diffoscope: Filter objdump --disassemble output before diffing it

2016-01-18 Thread Mike Hommey
On Mon, Jan 18, 2016 at 07:06:14PM +0100, Jérémy Bobbio wrote: > Hi Mike! > > Mike Hommey: > > When comparing large ELF binaries, some minor differences can end up hurting > > the visibility of more important differences. > > > > Specifically, objdump --disassemble displays symbols+offsets for

[Reproducible-builds] Bug#808267: diffoscope: Redundant information in ELF comparisons

2016-01-18 Thread Mike Hommey
On Mon, Jan 18, 2016 at 07:20:38PM +0100, Jérémy Bobbio wrote: > Hi Mike, > > Mike Hommey: > > When comparing ELF files, the following commands are used: > > - readelf --all > > - readelf --debug-dump > > - objdump --disassemble --full-contents > > > > objdump --disassemble --full-contents is