Bug#559151: pristine-tar: pristine-bz2 failed to reproduce build of ... orig.tar.bz2

2009-12-06 Thread Joey Hess
Still cannot reproduce. Can you reproduce the problem running
pristine-tar gendelta manually? What version of bzip2 is on your system?

j...@gnu:~/tmp/emelfm2.gitgit-import-orig --verbose --upstream-version=0.7.0 
~/emelfm2-0.7.0.tar.bz2
Upstream version is 0.7.0
tar ['-C', '../tmpxVHPzw', '--bzip2', '-xf', 
'/home/joey/emelfm2-0.7.0.tar.bz2'] []
Unpacked /home/joey/emelfm2-0.7.0.tar.bz2 to '../tmpxVHPzw'
Importing '/home/joey/emelfm2-0.7.0.tar.bz2' to branch 'upstream'...
git ['checkout', 'upstream'] []
Switched to branch 'upstream'
git ['add'] ['-f', '.']
git ['rm'] ['plugins/e2p_dircmp.h', 'docs/help.txt', 
'src/command/e2_command_line.c', 'COPYING', 'icons/gtk-discard.svg', 
'src/command/e2_command_line.h']
rm 'COPYING'
rm 'docs/help.txt'
rm 'icons/gtk-discard.svg'
rm 'plugins/e2p_dircmp.h'
rm 'src/command/e2_command_line.c'
rm 'src/command/e2_command_line.h'
git ['commit', '-a'] ['-m', 'Imported Upstream version 0.7.0']
[upstream 356fd59] Imported Upstream version 0.7.0
 185 files changed, 30945 insertions(+), 21012 deletions(-)
 delete mode 12 COPYING
 mode change 100755 = 100644 debian-unofficial/rules
 rewrite docs/NEWS (91%)
 rewrite docs/TODO (82%)
 delete mode 12 docs/help.txt
 rewrite icons/filter_48.png (98%)
 rewrite icons/filter_off_48.png (99%)
 delete mode 100644 icons/gtk-discard.svg
 create mode 100644 icons/gtk-discard_20.png
 rewrite icons/plugin_glob_48.png (99%)
 create mode 100644 icons/plugin_selmatch_48.png
 create mode 100644 icons/plugin_tag_48.png
 rewrite icons/su_48.png (99%)
 delete mode 100644 plugins/e2p_dircmp.h
 create mode 100644 plugins/e2p_selmatch.c
 create mode 100644 plugins/e2p_tag.c
 create mode 100644 plugins/optional/gimpthumb.c
 create mode 100644 src/filesystem/e2_devkit.c
 rename src/{command = utils}/e2_command_line.c (56%)
 rename src/{command = utils}/e2_command_line.h (61%)
/usr/bin/pristine-tar [] ['commit', '../emelfm2_0.7.0.orig.tar.bz2', 
'refs/heads/upstream']
tar: Record size = 8 blocks
pristine-tar: committed emelfm2_0.7.0.orig.tar.bz2.delta to branch pristine-tar
git ['tag'] ['-m', 'Upstream version 0.7.0', 'upstream/0.7.0']
Merging to 'master'
git ['checkout', 'master'] []
Switched to branch 'master'
git ['merge', 'upstream/0.7.0', '--no-summary'] []
Removing COPYING
Removing docs/help.txt
Removing icons/gtk-discard.svg
Removing plugins/e2p_dircmp.h
Merge made by recursive.
rm ['-rf', '../tmpxVHPzw'] []
Succesfully imported version 0.7.0 of /home/joey/emelfm2-0.7.0.tar.bz2

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#559151: pristine-tar: pristine-bz2 failed to reproduce build of ... orig.tar.bz2

2009-12-05 Thread Joey Hess
Jari Aalto wrote:
  Seems broken mime killed [attachments], can you post an url or resend?
 
 Sure,

The tarball you sent of your git repository lacks the .git directory, so
it is not a git repository, so I cannot run git-import-orig in it to try
to reproduce the problem as you originally saw it.

pristine-tar has no problem generating a delta for emelfm2-0.7.0.tar.bz2
without using a git repository:

j...@gnu:~pristine-tar gendelta emelfm2-0.7.0.tar.bz2 foo
j...@gnu:~

You log shows pristine-bz2 failing. I can't see how the git repository
could affect that. If your system has a version of bzip2 that somehow
generates different output than mine for the same input, that could
explain the problem.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#559151: pristine-tar: pristine-bz2 failed to reproduce build of ... orig.tar.bz2

2009-12-03 Thread Joey Hess
Jari Aalto wrote:
 See at the end for git repo and upstream source tar file.
 
 #part type=application/octet-stream 
 filename=/srv/deb/debian/emelfm2/tmp/emelfm2.git.tar.bz2 
 disposition=attachment
 #/part
 
 #part type=application/octet-stream 
 filename=/srv/deb/debian/emelfm2/emelfm2-0.7.0.tar.bz2 
 disposition=attachment
 #/part

Seems broken mime killed these, can you post an url or resend?

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#559151: pristine-tar: pristine-bz2 failed to reproduce build of ... orig.tar.bz2

2009-12-02 Thread Jari Aalto
Package: pristine-tar
Version: 1.00
Severity: normal


As per message:

pristine-bz2 failed to reproduce build of ../emelfm2_0.7.0.orig.tar.bz2
(Please file a bug report.)
pristine-tar: command failed: pristine-bz2 --no-verbose --no-debug 
--no-keep gendelta ../emelfm2_0.7.0.orig.tar.bz2 
/tmp/pristine-tar.Ut7vj7WAuK/wrapper
pristine-tar: failed to generate delta
/usr/bin/pristine-tar returned 9
Couldn't run '/usr/bin/pristine-tar'
Import of ../emelfm2-0.7.0.tar.bz2 failed
rm ['-rf', '../tmp9KymI8'] []

See at the end for git repo and upstream source tar file.

---
[ Full Log ]

$ git-import-orig --verbose --upstream-version=0.7.0 ../emelfm2-0.7.0.tar.bz2

Upstream version is 0.7.0
tar ['-C', '../tmp9KymI8', '--bzip2', '-xf', '../emelfm2-0.7.0.tar.bz2'] []
Unpacked ../emelfm2-0.7.0.tar.bz2 to '../tmp9KymI8'
Importing '../emelfm2-0.7.0.tar.bz2' to branch 'upstream'...
git ['checkout', 'upstream'] []
Switched to branch 'upstream'
git ['add'] ['-f', '.']
git ['rm'] ['plugins/e2p_dircmp.h', 'docs/help.txt', 
'src/command/e2_command_line.c', 'COPYING', 'icons/gtk-discard.svg', 
'src/command/e2_command_line.h']
rm 'COPYING'
rm 'docs/help.txt'
rm 'icons/gtk-discard.svg'
rm 'plugins/e2p_dircmp.h'
rm 'src/command/e2_command_line.c'
rm 'src/command/e2_command_line.h'
git ['commit', '-a'] ['-m', 'Imported Upstream version 0.7.0']
[upstream f54806b] Imported Upstream version 0.7.0
 185 files changed, 30945 insertions(+), 21012 deletions(-)
 delete mode 12 COPYING
 mode change 100755 = 100644 debian-unofficial/rules
 rewrite docs/NEWS (91%)
 rewrite docs/TODO (82%)
 delete mode 12 docs/help.txt
 rewrite icons/filter_48.png (98%)
 rewrite icons/filter_off_48.png (99%)
 delete mode 100644 icons/gtk-discard.svg
 create mode 100644 icons/gtk-discard_20.png
 rewrite icons/plugin_glob_48.png (99%)
 create mode 100644 icons/plugin_selmatch_48.png
 create mode 100644 icons/plugin_tag_48.png
 rewrite icons/su_48.png (99%)
 delete mode 100644 plugins/e2p_dircmp.h
 create mode 100644 plugins/e2p_selmatch.c
 create mode 100644 plugins/e2p_tag.c
 create mode 100644 plugins/optional/gimpthumb.c
 create mode 100644 src/filesystem/e2_devkit.c
 rename src/{command = utils}/e2_command_line.c (56%)
 rename src/{command = utils}/e2_command_line.h (61%)
/usr/bin/pristine-tar [] ['commit', '../emelfm2_0.7.0.orig.tar.bz2', 
'refs/heads/upstream']
pristine-bz2 failed to reproduce build of ../emelfm2_0.7.0.orig.tar.bz2
(Please file a bug report.)
pristine-tar: command failed: pristine-bz2 --no-verbose --no-debug --no-keep 
gendelta ../emelfm2_0.7.0.orig.tar.bz2 /tmp/pristine-tar.Ut7vj7WAuK/wrapper
pristine-tar: failed to generate delta
/usr/bin/pristine-tar returned 9
Couldn't run '/usr/bin/pristine-tar'
Import of ../emelfm2-0.7.0.tar.bz2 failed
rm ['-rf', '../tmp9KymI8'] []

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pristine-tar depends on:
ii  libc6  2.10.1-7  GNU C Library: Shared libraries
ii  perl-modules   5.10.1-8  Core Perl modules
ii  xdelta 1.1.3-9   A diff utility which works with bi
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages pristine-tar recommends:
ii  bzip2 1.0.5-3high-quality block-sorting file co
ii  pbzip21.0.5-1parallel bzip2 implementation

pristine-tar suggests no packages.

-- no debconf information

#part type=application/octet-stream 
filename=/srv/deb/debian/emelfm2/tmp/emelfm2.git.tar.bz2 
disposition=attachment
#/part

#part type=application/octet-stream 
filename=/srv/deb/debian/emelfm2/emelfm2-0.7.0.tar.bz2 disposition=attachment
#/part



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org