[Bug 118180] Re: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with

2014-02-11 Thread Scott Ritchie
Closing since it's presumed fixed. ** Changed in: pbuilder (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/118180 Title: Pbuilder gives a different

[Bug 118180] Re: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with

2014-02-08 Thread Guillaume Hain
@Tyler thank you so much! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/118180 Title: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with To

[Bug 118180] Re: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with

2012-04-23 Thread Maarten Bezemer
Thank you for taking the time to report this bug and helping to make Ubuntu better. Your issue should have been fixed in dpkg a while ago. It would help us a lot if you could test it on a currently supported Ubuntu version. When you test it and it is fixed for you, kindly upload the updated

[Bug 118180] Re: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with

2011-03-25 Thread Raphaël Hertzog
This has been fixed upstream in dpkg 1.15.8. ** Changed in: dpkg (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/118180 Title: Pbuilder gives a different

[Bug 118180] Re: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with

2010-01-09 Thread Scott Ritchie
** Also affects: dpkg (Ubuntu) Importance: Undecided Status: New -- Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with https://bugs.launchpad.net/bugs/118180 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 118180] Re: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with

2010-01-07 Thread Tyler Wagner
Loïc, the issue seems to be the way diff parsed the directories for comparison. The difference between the two .diff.gz files is the order of files. My guess is that it compares directories in directory order, not sorted by name. -- Pbuilder gives a different md5sum for a source .diff.gz

[Bug 118180] Re: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with

2010-01-07 Thread Loïc Minier
@Tyler: that'd be a good explanation; however pbuilder just calls into dpkg-dev (via dpkg-source/dpkg-buildpackage) to create/unpack .diff.gzs; I suspect we should address this in dpkg-dev. -- Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with

[Bug 118180] Re: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with

2010-01-06 Thread Scott Ritchie
By the way my current workflows gets around the above issue entirely: I upload the source package to a PPA, and then it spews out .changes files for each binary that don't refer to the .diff.gz -- Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started

[Bug 118180] Re: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with

2010-01-05 Thread Loïc Minier
You should be calling pbuilder as usually for the first upload to your archive (will include source) and with --binary-arch for all subsequent uploads. It might be interesting to see why the .diff.gz is modified; it could either be a difference in the output on i386 and on amd64, or it could be a

[Bug 118180] Re: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with

2008-10-03 Thread TylerWagner
I have the same issue, same package. Building wine for i386 and amd64 with pbuilder. The .diff.gz has a different checksum (individual patches inside the diff are reordered) on both architectures as from the original: pre[EMAIL PROTECTED]:~/src/wine$ md5sum ~/src/wine/wine_1.0.0-2eitri1.diff.gz

[Bug 118180] Re: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with

2008-10-03 Thread TylerWagner
I've confirmed the same behaviour compiling hello. -- Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with https://bugs.launchpad.net/bugs/118180 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 118180] Re: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with

2008-10-03 Thread TylerWagner
Found the solution. By default pbuilder calls dpkg-buildpackage like so: DEBBUILDOPTS=$DEBBUILDOPTS -rfakeroot dpkg-buildpackage -us -uc $DEBBUILDOPTS That causes dpkg-buildpackage to rebuild the diff.gz and .dsc files. Add a -b in there, and it won't. It also means the resulting .changes file

[Bug 118180] Re: Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with

2008-03-02 Thread era
** Summary changed: - Pbuilder gives a different md5sum for a source .diff.gz archive in result then the one it started with + Pbuilder gives a different md5sum for a source .diff.gz archive in result than the one it started with -- Pbuilder gives a different md5sum for a source .diff.gz