[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Git help needed (Was: MIA - Software for medical image alaysis)



On Thu, Nov 29, 2012 at 11:23:13AM +0100, Andreas Tille wrote:
> This is most probably the less time consuming solution.  I admit I do
> not really mind about the history of the initial packaging - so feel
> free to commit the latest state of your work if this helps reducing the
> effort.

Having subscribed the commit list I noticed that you followed this path
of action and so I tried:

$ debcheckout --user tille git://git.debian.org/debian-med/libvistaio.git --git-track '*'
declared git repository at git+ssh://tille@git.debian.org/git/debian-med/libvistaio.git
git clone git+ssh://tille@git.debian.org/git/debian-med/libvistaio.git libvistaio ...
Cloning into 'libvistaio'...
remote: Counting objects: 123, done.
remote: Compressing objects: 100% (102/102), done.
remote: Total 123 (delta 13), reused 118 (delta 13)
Receiving objects: 100% (123/123), 178.90 KiB | 79 KiB/s, done.
Resolving deltas: 100% (13/13), done.
Branch pristine-tar set up to track remote branch pristine-tar from origin.
Branch upstream set up to track remote branch upstream from origin.
Use of uninitialized value $srcpkg in substitution (s///) at /usr/bin/debcheckout line 822.

$ cd libvistaio
(master) $ git tag
upstream/1.2.14

(master) $ git branch
* master
  pristine-tar
  upstream

$ git-buildpackage
dh clean 
   dh_testdir
   dh_auto_clean
   dh_clean
gbp:info: Orig tarball 'libvistaio_1.2.14.orig.tar.xz' not found at '../tarballs/'
paranoia check failed on params from delta (-z -9) at /usr/bin/pristine-xz line 195.
pristine-tar: command failed: pristine-xz --no-verbose --no-debug --no-keep genxz /tmp/pristine-tar.aRnrABCaTf/wrapper /tmp/pristine-tar.tAZIy4pcoZ/libvistaio_1.2.14.orig.tar.xz.tmp
pristine-tar: failed to generate tarball
gbp:error: Couldn't checkout "libvistaio_1.2.14.orig.tar.xz": /usr/bin/pristine-tar returned 255


This at least *changed* the error message which might be some progress.


It seemed a reasonable idea to do some manual call of the command that
failed and thus I tried:

 
(master) $ git checkout pristine-tar 
Switched to branch 'pristine-tar'
(pristine-tar) $ pristine-xz --no-verbose --no-debug --no-keep genxz libvistaio_1.2.14.orig.tar.xz.delta ../libvistaio_1.2.14.orig.tar.xz
pristine-xz: delta is for a tar, not a xz


Hmmmm, this does not explain much (leaving out the .xz after .tar does
not change the error message.

Any further idea

     Andreas.

-- 
http://fam-tille.de


Reply to: