Package: git-load-dirs Version: 1.0.35 Severity: normal I get the message after issuing a simple git_load_dirs <directory>, then comes a traceback. Traceback and everything needed to reproduce are in the attached typescript.
-- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.20.2-sexy Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Versions of packages git-load-dirs depends on: ii git-core 1:1.5.0.3-1 fast, scalable, distributed revisi ii load-dirs-common 1.0.35 Common files for tla-load-dirs and ii python 2.4.4-2 An interactive high-level object-o git-load-dirs recommends no packages. -- no debconf information
Script started on lun 02 avr 2007 11:48:54 CEST [EMAIL PROTECTED]:~/Debian/Packages/DAWA/xyssl/gld$ wget http://xyssl.org/code/download/xyssl-0.6.tgz --11:48:57-- http://xyssl.org/code/download/xyssl-0.6.tgz => `xyssl-0.6.tgz' Résolution de xyssl.org... 88.191.21.42 Connexion vers xyssl.org|88.191.21.42|:80...connecté. requête HTTP transmise, en attente de la réponse...200 OK Longueur: 161 714 (158K) [application/x-gzip] 100%[====================================>] 161 714 --.--K/s 11:48:57 (10.13 MB/s) - « xyssl-0.6.tgz » sauvegardé [161714/161714] [EMAIL PROTECTED]:~/Debian/Packages/DAWA/xyssl/gld$ wget http://xyssl.org/code/download/xyssl-0.3.tgz --11:49:22-- http://xyssl.org/code/download/xyssl-0.3.tgz => `xyssl-0.3.tgz' Résolution de xyssl.org... 88.191.21.42 Connexion vers xyssl.org|88.191.21.42|:80...connecté. requête HTTP transmise, en attente de la réponse...200 OK Longueur: 133 670 (131K) [application/x-gzip] 100%[====================================>] 133 670 --.--K/s 11:49:22 (1.44 MB/s) - « xyssl-0.3.tgz » sauvegardé [133670/133670] [EMAIL PROTECTED]:~/Debian/Packages/DAWA/xyssl/gld$ tar xzf xyssl-0.3.tgz [EMAIL PROTECTED]:~/Debian/Packages/DAWA/xyssl/gld$ tar xzf xyssl-0.6.tgz [EMAIL PROTECTED]:~/Debian/Packages/DAWA/xyssl/gld$ cd xyssl-0.3/ [EMAIL PROTECTED]:~/Debian/Packages/DAWA/xyssl/gld/xyssl-0.3$ git init Initialized empty Git repository in .git/ [EMAIL PROTECTED]:~/Debian/Packages/DAWA/xyssl/gld/xyssl-0.3$ git add . [EMAIL PROTECTED]:~/Debian/Packages/DAWA/xyssl/gld/xyssl-0.3$ git commit -a -m "BLAH" Created initial commit 95c0444077af8cd7bdba2e4b3866da666d476d7e 67 files changed, 16262 insertions(+), 0 deletions(-) create mode 100644 LGPL.txt create mode 100644 Makefile create mode 100644 NEWS.txt create mode 100644 TODO.txt create mode 100644 VS6.bat create mode 100644 VS6.mak create mode 100644 XySSL.png create mode 100644 app/benchmark.c create mode 100644 app/filecrypt.c create mode 100644 app/hello.c create mode 100644 app/rsa_demo.c create mode 100644 app/selftest.c create mode 100644 app/ssl_client.c create mode 100644 app/ssl_server.c create mode 100644 prj/_build.dsw create mode 100644 prj/_build_all.dsp create mode 100644 prj/benchmark.dsp create mode 100644 prj/filecrypt.dsp create mode 100644 prj/hello.dsp create mode 100644 prj/rsa_demo.dsp create mode 100644 prj/selftest.dsp create mode 100644 prj/ssl_client.dsp create mode 100644 prj/ssl_server.dsp create mode 100644 prj/xyssl.dsp create mode 100644 src/CA/README.txt create mode 100644 src/CA/client.crt create mode 100644 src/CA/client.key create mode 100644 src/CA/server.crt create mode 100644 src/CA/server.key create mode 100644 src/CA/test-ca.crt create mode 100644 src/CA/test-ca.key create mode 100644 src/aes.c create mode 100644 src/aes.h create mode 100644 src/arc4.c create mode 100644 src/arc4.h create mode 100644 src/base64.c create mode 100644 src/base64.h create mode 100644 src/des.c create mode 100644 src/des.h create mode 100644 src/havege.c create mode 100644 src/havege.h create mode 100644 src/md2.c create mode 100644 src/md2.h create mode 100644 src/md4.c create mode 100644 src/md4.h create mode 100644 src/md5.c create mode 100644 src/md5.h create mode 100644 src/mpi.c create mode 100644 src/mpi.h create mode 100644 src/net.c create mode 100644 src/net.h create mode 100644 src/rsa.c create mode 100644 src/rsa.h create mode 100644 src/sha1.c create mode 100644 src/sha1.h create mode 100644 src/sha2.c create mode 100644 src/sha2.h create mode 100644 src/ssl_cli.c create mode 100644 src/ssl_srv.c create mode 100644 src/ssl_v3.c create mode 100644 src/ssl_v3.h create mode 100644 src/testcert.c create mode 100644 src/testcert.h create mode 100644 src/timing.c create mode 100644 src/timing.h create mode 100644 src/x509.h create mode 100644 src/x509_in.c [EMAIL PROTECTED]:~/Debian/Packages/DAWA/xyssl/gld/xyssl-0.3$ git_load_dirs ../xyssl-0.6/ TLACMD: git Num Source Files Num Destination Files --- ----------------------------------- --- ----------------------------------- 0 app/ 0 include/ 1 prj/ 1 include/xyssl/ 2 src/ 2 library/ 3 src/CA/ 3 library/CA/ 4 app/benchmark.c 4 programs/ 5 app/filecrypt.c 5 visualc/ 6 app/hello.c 6 Makefile.am 7 app/rsa_demo.c 7 bootstrap.sh 8 app/selftest.c 8 configure.in 9 app/ssl_client.c 9 include/xyssl/aes.h a app/ssl_server.c a include/xyssl/arc4.h b prj/_build.dsw b include/xyssl/base64.h c prj/_build_all.dsp c include/xyssl/bignum.h d prj/benchmark.dsp d include/xyssl/certs.h e prj/filecrypt.dsp e include/xyssl/des.h f prj/hello.dsp f include/xyssl/dhm.h 10 prj/rsa_demo.dsp 10 include/xyssl/havege.h 11 prj/selftest.dsp 11 include/xyssl/md2.h 12 prj/ssl_client.dsp 12 include/xyssl/md4.h 13 prj/ssl_server.dsp 13 include/xyssl/md5.h 14 prj/xyssl.dsp 14 include/xyssl/net.h 15 src/CA/README.txt 15 include/xyssl/rsa.h 16 src/CA/client.crt 16 include/xyssl/sha1.h 17 src/CA/client.key 17 include/xyssl/sha2.h 18 src/CA/server.crt 18 include/xyssl/ssl.h 19 src/CA/server.key 19 include/xyssl/ssl_conf.h 1a src/CA/test-ca.crt 1a include/xyssl/timing.h 1b src/CA/test-ca.key 1b include/xyssl/x509.h 1c src/aes.c 1c library/CA/README.txt 1d src/aes.h 1d library/CA/client.crt 1e src/arc4.c 1e library/CA/client.key 1f src/arc4.h 1f library/CA/client.pem 20 src/base64.c 20 library/CA/server.crt 21 src/base64.h 21 library/CA/server.key 22 src/des.c 22 library/CA/server.pem 23 src/des.h 23 library/CA/test-ca.crt 24 src/havege.c 24 library/CA/test-ca.key 25 src/havege.h 25 library/Doxyfile 26 src/md2.c 26 library/Makefile 27 src/md2.h 27 library/Makefile.am 28 src/md4.c 28 library/aes.c 29 src/md4.h 29 library/arc4.c 2a src/md5.c 2a library/base64.c 2b src/md5.h 2b library/bignum.c 2c src/mpi.c 2c library/bn_asm.h 2d src/mpi.h 2d library/certs.c 2e src/net.c 2e library/des.c 2f src/net.h 2f library/dhm.c 30 src/rsa.c 30 library/havege.c 31 src/rsa.h 31 library/md2.c 32 src/sha1.c 32 library/md4.c 33 src/sha1.h 33 library/md5.c 34 src/sha2.c 34 library/net.c 35 src/sha2.h 35 library/rsa.c 36 src/ssl_cli.c 36 library/sha1.c 37 src/ssl_srv.c 37 library/sha2.c 38 src/ssl_v3.c 38 library/ssl_cli.c 39 src/ssl_v3.h 39 library/ssl_srv.c 3a src/testcert.c 3a library/ssl_tls.c 3b src/testcert.h 3b library/timing.c 3c src/timing.c 3c library/x509read.c 3d src/timing.h 3d programs/Makefile 3e src/x509.h 3e programs/Makefile.am 3f src/x509_in.c 3f programs/benchmark.c 40 40 programs/filecrypt.c 41 41 programs/hello.c 42 42 programs/mpi_demo.c 43 43 programs/selftest.c 44 44 programs/ssl_client1.c 45 45 programs/ssl_client2.c 46 46 programs/ssl_server.c 47 47 visualc/_build.dsw 48 48 visualc/_build_all.dsp 49 49 visualc/benchmark.dsp 4a 4a visualc/filecrypt.dsp 4b 4b visualc/hello.dsp 4c 4c visualc/mpi_demo.dsp 4d 4d visualc/selftest.dsp 4e 4e visualc/ssl_client1.dsp 4f 4f visualc/ssl_client2.dsp 50 50 visualc/ssl_server.dsp 51 51 visualc/xyssl.dsp Syntax: src dest [,src dest [,...]] to move, q to accept, r to redraw: Command: q fatal: not removing 'app/' recursively without -r Traceback (most recent call last): File "/usr/bin/git_load_dirs", line 26, in ? init.run("git") File "/usr/lib/python2.4/site-packages/tla_support/init.py", line 50, in run summary = options.summary).main() File "/usr/lib/python2.4/site-packages/tla_support/tla_interact.py", line 109, in main self.catchup(needsupdate) File "/usr/lib/python2.4/site-packages/tla_support/tla_interact.py", line 123, in catchup self.delfile(file) File "/usr/lib/python2.4/site-packages/tla_support/tla_interact.py", line 155, in delfile self.wcobj.deltag(file) File "/usr/lib/python2.4/site-packages/tla_support/tla_wc.py", line 123, in deltag [cmd().delete, file]) File "/usr/lib/python2.4/site-packages/tla_support/util.py", line 111, in chdircmd return apply(func, args, kwargs) File "/usr/lib/python2.4/site-packages/tla_support/util.py", line 67, in safeexec return checkresult(result, expected) File "/usr/lib/python2.4/site-packages/tla_support/util.py", line 95, in checkresult raise ExecProblem, info + " (expected exit code %d)" % expected tla_support.util.ExecProblem: exited with code 128 (expected exit code 0)

