Your message dated Mon, 02 Jun 2008 12:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#483771: fixed in tailor 0.9.34-1
has caused the Debian Bug report #483771,
regarding tailor: totally fails with git as target
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
483771: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483771
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: tailor
Version: 0.9.30-1
Severity: serious

Hi

RC bug as this package is currently *unusable* if you want to get output
in git format. Try converting
http://ftp-master.debian.org/bzr/ftpmaster-dak/ to git and tailor will just
die and eat the whole cpu, until you kill it

A log, with -D, of such a run:

# tailor -D --configfile tailor.conf
00:02:39 [I] Bootstrapping "project" in "/develop/vcs/dak/gittest"
00:02:39 [D] bzr not found as new-style vcs, trying as monolithic
00:02:39 [I] /develop/vcs/dak/gittest $ git init-db
00:02:39 [D] Executing  git init-db ('/develop/vcs/dak/gittest')
00:02:39 [I] [Ok]
Output stream:
Initialized empty Git repository in .git/
00:02:40 [I] Extracting 'troup-20001124052010-e008369a9a357644' out of 
'file:///develop/vcs/dak/upstream/' in '/develop/vcs/dak/gittest'...
00:02:41 [D] Adjusting the state accordingly to journal
00:02:41 [I] /develop/vcs/dak/gittest $ git update-index --add ./tailor.conf 
./.cvsignore ./TODO ./db_access.py ./init_pool.sql ./katie ./neve ./rhona 
./utils.py
00:02:41 [D] Executing  git update-index --add ./tailor.conf ./.cvsignore 
./TODO ./db_access.py ./init_pool.sql ./katie ./neve ./rhona ./utils.py 
('/develop/vcs/dak/gittest')
00:02:41 [I] [Ok]
00:02:41 [I] /develop/vcs/dak/gittest $ git status
00:02:41 [D] Executing  git status ('/develop/vcs/dak/gittest')
00:02:41 [I] [Ok]
Output stream:
# On branch master
#
# Initial commit
#
# Changes to be committed:
#   (use "git rm --cached <file>..." to unstage)
#
#       new file: .cvsignore
#       new file: TODO
#       new file: db_access.py
#       new file: init_pool.sql
#       new file: katie
#       new file: neve
#       new file: rhona
#       new file: tailor.conf
#       new file: utils.py
#
00:02:41 [I] /develop/vcs/dak/gittest $ git add -u
00:02:41 [D] Executing  git add -u ('/develop/vcs/dak/gittest')
00:02:41 [I] [Ok]
00:02:41 [I] /develop/vcs/dak/gittest $ git write-tree
00:02:41 [D] Executing  git write-tree ('/develop/vcs/dak/gittest')
00:02:41 [I] [Ok]
Output stream:
ba902e867bef9d6692f12f5b6ef03e93f9200fe5
00:02:41 [I] /develop/vcs/dak/gittest $ git rev-parse HEAD 2>&1
00:02:41 [D] Executing  git rev-parse HEAD ('/develop/vcs/dak/gittest')
00:02:41 [W] [Status 128]
Output stream:
HEAD
Error stream:
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working 
tree.
Use '--' to separate paths from revisions
00:02:41 [I] Doing initial commit
00:02:41 [I] /develop/vcs/dak/gittest $ git commit-tree 
ba902e867bef9d6692f12f5b6ef03e93f9200fe5
00:02:41 [D] Executing  git commit-tree 
ba902e867bef9d6692f12f5b6ef03e93f9200fe5 ('/develop/vcs/dak/gittest')
00:02:41 [I] [Ok]
Output stream:
5fb90c3c82e891cee9be0a04dead9136c2cdf458
00:02:41 [I] /develop/vcs/dak/gittest $ git update-ref HEAD 
5fb90c3c82e891cee9be0a04dead9136c2cdf458
00:02:41 [D] Executing  git update-ref HEAD 
5fb90c3c82e891cee9be0a04dead9136c2cdf458 ('/develop/vcs/dak/gittest')
00:02:41 [I] [Ok]
00:02:41 [I] Bootstrap completed
00:02:41 [I] Updating "project" in "/develop/vcs/dak/gittest"
[Here it hangs]
[1]    4410 terminated  tailor -D --configfile tailor.conf


The config:
less tailor.conf
[DEFAULT]
verbose = True
patch-name-format = 

[project]
target = git:target
start-revision = INITIAL
root-directory = /develop/vcs/dak/gittest
state-file = tailor.state
source = bzr:source
subdir = .

[bzr:source]
repository = ../upstream

[git:target]

../upstream is a bzr clone of the repository I mentioned at the
beginning of my mail. I can then restart tailor and it goes on, just to
die a little later with

Traceback (most recent call last):
  File "/usr/bin/tailor", line 35, in ?
    main()
  File "/var/lib/python-support/python2.4/vcpx/tailor.py", line 339, in main
    tailorizer()
  File "/var/lib/python-support/python2.4/vcpx/tailor.py", line 147, in __call__
    self.update()
  File "/var/lib/python-support/python2.4/vcpx/tailor.py", line 110, in update
    last, conflicts = dwd.applyPendingChangesets(
  File "/var/lib/python-support/python2.4/vcpx/dualwd.py", line 97, in 
applyPendingChangesets
    applied=applied)
  File "/var/lib/python-support/python2.4/vcpx/source.py", line 162, in 
applyPendingChangesets
    self.state_file.finalize()
  File "/var/lib/python-support/python2.4/vcpx/statefile.py", line 177, in 
finalize
    cs = load(old)
ValueError: insecure string pickle


-- 
bye, Joerg
.SH AUTHOR
This manual page was not written by anyone.  It sprang forth into
existence on its own.

Attachment: pgpJwOxqaiADy.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: tailor
Source-Version: 0.9.34-1

We believe that the bug you reported is fixed in the latest version of
tailor, which is due to be installed in the Debian FTP archive:

tailor_0.9.34-1.diff.gz
  to pool/main/t/tailor/tailor_0.9.34-1.diff.gz
tailor_0.9.34-1.dsc
  to pool/main/t/tailor/tailor_0.9.34-1.dsc
tailor_0.9.34-1_all.deb
  to pool/main/t/tailor/tailor_0.9.34-1_all.deb
tailor_0.9.34.orig.tar.gz
  to pool/main/t/tailor/tailor_0.9.34.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Danjean <[EMAIL PROTECTED]> (supplier of updated tailor package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 02 Jun 2008 13:43:43 +0200
Source: tailor
Binary: tailor
Architecture: all source 
Version: 0.9.34-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Danjean <[EMAIL PROTECTED]>
Changed-By: Vincent Danjean <[EMAIL PROTECTED]>
Closes: 419814 439124 466952 483771
Description:
 tailor     - migrate changesets between version control systems
Changes:
 tailor (0.9.34-1) unstable; urgency=low
 .
   * New Upstream Versions
     0.9.31: usual fixes, init-options for darcs2
     0.9.32: various fixes, support for new darcs pull --xml-output
     0.9.33: fix backward incompatibility introduced with 0.9.32
     0.9.34: new target backend for Aegis, bzr source optimizations, several
             fixes, new 'post-commit-check' option
     Closing bugs fixed by upstream (I successfully convert the examples
             provided by the bug submitter)
     + git source fails with current git-core (Closes: #419814)
       (creating the directory by hand is still needed but convertion occurs)
       [Note: closing this bug but opening a new one as another bug occurs]
     + Fails to convert debian-admin CVS repository to bzr (Closes: #439124)
       (creating a directory by hand is still needed but convertion occurs)
     + totally fails with git as target (Closes: #483771)
 .
   * cleanup watch file
   * cleanup control file (move Homepage field, update standard version,
       cleanup lintian warning for dependencies)
       change cogito in git-core in suggests (Closes: #466952)
   * update manpage (with help2man)
   * do not build for python2.4 (syntax problem)
Checksums-Sha1: 
 5132d34b705a06b99a785ce62368d92db7f26f06 7878 tailor_0.9.34-1.diff.gz
 a1d02afeec3a9510e4a5ffe95a2a2bae68d56414 227395 tailor_0.9.34.orig.tar.gz
 a393295e5f65d51e7648635cf4dfb6238efb3470 1056 tailor_0.9.34-1.dsc
 de7dcdc3fbcd6c51f56d9fe1cbc2ead24f61f050 177056 tailor_0.9.34-1_all.deb
Checksums-Sha256: 
 38704a68a24e0465f456b5d829d09c49bcd8e3a39eba0fc6aa4e15f45072554d 1056 
tailor_0.9.34-1.dsc
 8adf2ff1602629942d72e751c06069822c9281c31981e8abda6734e1334b8aca 7878 
tailor_0.9.34-1.diff.gz
 b13f855c52a70aa6662c6b56b7248533c2c01c6f81081f6cf4f84f66a3a102f9 177056 
tailor_0.9.34-1_all.deb
 fe3a8cfc2835a888bf112786cd82aa5347e9e06de865be9d91c6ea1699d8e20a 227395 
tailor_0.9.34.orig.tar.gz
Files: 
 000628736eb16f8554bfd9e48f204478 7878 devel optional tailor_0.9.34-1.diff.gz
 bfd7a007566556f946d1d93d4ce91dbc 227395 devel optional 
tailor_0.9.34.orig.tar.gz
 c99d7fb70cf93627a3d74feda2adeae1 1056 devel optional tailor_0.9.34-1.dsc
 e492b7d2893af4f265507a75cf6f685d 177056 devel optional tailor_0.9.34-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIQ+BsC/d4Z50CXocRAmWIAJ9iBLaDj55FutBY3aR5SvCJ+PdVwQCgoEnN
q1ASCTbI74I/cakrem8La1g=
=3GwH
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to