Your message dated Tue, 05 Dec 2006 15:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#395498: fixed in vcs-tree 0.3.1-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: vcs-tree
Version: 0.3.0-1
Severity: serious

Hello,

There was a problem while autobuilding your package:

> Automatic build of vcs-tree_0.3.0-1 on avidan by sbuild/i386 98
> Build started at 20061027-1253
> ******************************************************************************
...
>  debian/rules build
> dh_testdir
> # Add here commands to configure the package.
> touch configure-stamp
> dh_testdir
> # Add here commands to compile the package.
> /usr/bin/make _vcs-tree
> make[1]: Entering directory `/build/buildd/vcs-tree-0.3.0'
> /usr/bin/make clean
> make[2]: Entering directory `/build/buildd/vcs-tree-0.3.0'
> rm -f *.fasl _vcs-tree
> make[2]: Leaving directory `/build/buildd/vcs-tree-0.3.0'
> /usr/bin/sbcl --userinit /dev/null --eval "(require 'asdf)" --load 
> vcs-tree.asd --eval "(asdf:operate 'asdf::load-op 'vcs-tree)" --eval 
> "(vcs-tree-system:save-executable \"_vcs-tree\")" --eval "(sb-ext:quit 
> :unix-status 0)"
> This is SBCL 0.9.17, an implementation of ANSI Common Lisp.
> More information about SBCL is available at <http://www.sbcl.org/>.
> 
> SBCL is free software, provided as is, with absolutely no warranty.
> It is mostly in the public domain; some portions are provided under
> BSD-style licenses.  See the CREDITS and COPYING files in the
> distribution for more information.
> ; compiling file "/build/buildd/vcs-tree-0.3.0/package.lisp" (written 29 JAN 
> 2004 11:30:50 PM):
> ; compiling (IN-PACKAGE CL-USER)
> ; compiling (DEFPACKAGE VCS-TREE ...)
> ; compiling (IN-PACKAGE VCS-TREE)
> 
> ; 
> /var/cache/common-lisp-controller/105/sbcl/local/build/buildd/vcs-tree-0.3.0/package.fasl
>  written
> ; compilation finished in 0:00:00
> ; compiling file "/build/buildd/vcs-tree-0.3.0/kmrcl-excerpt.lisp" (written 
> 19 OCT 2006 03:17:58 AM):
> ; compiling (IN-PACKAGE VCS-TREE)
> ; compiling (DEFUN READ-FILE-TO-STRINGS ...)
> ; compiling (DEFVAR *WHITESPACE-CHARS* ...)
> ; compiling (DEFUN STRING-TRIM-WHITESPACE ...)
> ; compiling (DEFMACRO AIF ...)
> ; compiling (DEFUN FLATTEN ...)
> ; compiling (DEFUN MKLIST ...)
> ; compiling (DEFUN DIRECTORY-TREE ...)
> ; file: /build/buildd/vcs-tree-0.3.0/kmrcl-excerpt.lisp
> ; in: DEFUN DIRECTORY-TREE
> ;     (ERROR "~A" VCS-TREE::ROOT)
> ; ==>
> ;   "~A"
> ; 
> ; note: deleting unreachable code
> ; 
> ; note: deleting unreachable code
> 
> ; compiling (DEFUN CANONICALIZE-DIRECTORY-NAME ...)
> ; compiling (DEFUN PROBE-DIRECTORY ...)
> ; compiling (DEFUN CWD ...)
> ; compiling (DEFUN QUIT ...)
> ; compiling (DEFUN COMMAND-LINE-ARGUMENTS ...)
> ; compiling (DEFUN SHELL-COMMAND-OUTPUT ...)
> ; file: /build/buildd/vcs-tree-0.3.0/kmrcl-excerpt.lisp
> ; in: DEFUN SHELL-COMMAND-OUTPUT
> ;     (DEFUN VCS-TREE::SHELL-COMMAND-OUTPUT
> ;          (VCS-TREE::CMD &KEY DIRECTORY VCS-TREE::WHOLE)
> ;     (LET* ((VCS-TREE::OUT
> ;             (MAKE-ARRAY '# :ELEMENT-TYPE 'CHARACTER :FILL-POINTER 0 
> :ADJUSTABLE
> ;                         T))
> ;            (VCS-TREE::ERR
> ;             (MAKE-ARRAY '# :ELEMENT-TYPE 'CHARACTER :FILL-POINTER 0 
> :ADJUSTABLE
> ;                         T))
> ;            (VCS-TREE::STATUS (PROCESS-EXIT-CODE #)))
> ;       (VALUES VCS-TREE::OUT VCS-TREE::ERR VCS-TREE::STATUS)))
> ; --> PROGN EVAL-WHEN SB-IMPL::%DEFUN SB-INT:NAMED-LAMBDA 
> ; ==>
> ;   #'(SB-INT:NAMED-LAMBDA VCS-TREE::SHELL-COMMAND-OUTPUT
> ;                          (VCS-TREE::CMD &KEY DIRECTORY VCS-TREE::WHOLE)
> ;                          (BLOCK VCS-TREE::SHELL-COMMAND-OUTPUT
> ;                            (LET* ((VCS-TREE::OUT #)
> ;                                   (VCS-TREE::ERR #)
> ;                                   (VCS-TREE::STATUS #))
> ;                              (VALUES VCS-TREE::OUT VCS-TREE::ERR
> ;                                      VCS-TREE::STATUS))))
> ; 
> ; caught STYLE-WARNING:
> ;   The variable DIRECTORY is defined but never used.
> ; 
> ; caught STYLE-WARNING:
> ;   The variable WHOLE is defined but never used.
> 
> 
> ; 
> /var/cache/common-lisp-controller/105/sbcl/local/build/buildd/vcs-tree-0.3.0/kmrcl-excerpt.fasl
>  written
> ; compilation finished in 0:00:01
> WARNING:
>    COMPILE-FILE warned while performing #<COMPILE-OP NIL {A9DB259}> on
>    #<CL-SOURCE-FILE "kmrcl-excerpt" {A9CE6A9}>.
> ; compiling file "/build/buildd/vcs-tree-0.3.0/getopt-excerpt.lisp" (written 
> 29 JAN 2004 11:30:50 PM):
> ; compiling (IN-PACKAGE VCS-TREE)
> ; compiling (DEFUN IS-SHORT-OPTION ...)
> ; compiling (DEFUN IS-OPTION-TERMINATOR ...)
> ; compiling (DEFUN IS-LONG-OPTION ...)
> ; compiling (DEFUN DECOMPOSE-ARG ...)
> ; compiling (DEFUN ANALYZE-ARG ...)
> ; compiling (DEFUN FIND-OPTION ...)
> ; compiling (DEFUN MATCH-OPTION ...)
> ; compiling (DEFUN MATCH-UNIQUE-ABBREVIATION ...)
> ; compiling (DEFUN GETOPT ...)
> 
> ; 
> /var/cache/common-lisp-controller/105/sbcl/local/build/buildd/vcs-tree-0.3.0/getopt-excerpt.fasl
>  written
> ; compilation finished in 0:00:00
> ; compiling file "/build/buildd/vcs-tree-0.3.0/main.lisp" (written 29 JAN 
> 2004 11:30:50 PM):
> ; compiling (IN-PACKAGE VCS-TREE)
> ; compiling (DEFUN IS-VCS-DIRECTORY ...)
> ; compiling (DEFUN IS-CVS-MANAGED ...)
> ; compiling (DEFUN IS-SVN-MANAGED ...)
> ; compiling (DEFUN FILTER-TREE ...)
> ; compiling (DEFUN IS-MANAGED-DIR ...)
> ; compiling (DEFUN PROCESS-VCS-DIRECTORY ...)
> ; compiling (DEFVAR *PROGNAME* ...)
> ; compiling (DEFUN USAGE ...)
> ; compiling (DEFUN PARSE-ACTION-ARG ...)
> ; compiling (DEFUN MAIN ...)
> 
> ; 
> /var/cache/common-lisp-controller/105/sbcl/local/build/buildd/vcs-tree-0.3.0/main.fasl
>  written
> ; compilation finished in 0:00:00
> 
> debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial thread" 
> {A8225D1}>:
>   Error during processing of --eval option "(asdf:operate 'asdf::load-op 
> 'vcs-tree)":
> 
>   The file "/nonexistent/" does not exist.
> 
> Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
> 
> restarts (invokable by number or by possibly-abbreviated name):
>   0: [RETRY   ] Retry performing #<ASDF:LOAD-OP NIL {A9D0AD9}> on
>                 #<ASDF:SYSTEM "vcs-tree" {A9BB339}>.
>   1: [ACCEPT  ] Continue, treating #<ASDF:LOAD-OP NIL {A9D0AD9}> on
>                 #<ASDF:SYSTEM "vcs-tree" {A9BB339}> as having been successful.
>   2: [CONTINUE] Ignore and continue with next --eval option.
>   3: [ABORT   ] Skip rest of --eval options.
>   4:            Skip to toplevel READ/EVAL/PRINT loop.
>   5: [QUIT    ] Quit SBCL (calling #'QUIT, killing the process).
> 
> ((LAMBDA (SB-IMPL::E)) #<SB-INT:SIMPLE-FILE-ERROR {A82FED1}>)
> 0] ; 
> ; compilation unit aborted
> ;   caught 1 fatal ERROR condition
> ;   caught 2 STYLE-WARNING conditions
> ;   printed 2 notes
> 
> * make[1]: Leaving directory `/build/buildd/vcs-tree-0.3.0'
> touch build-stamp
>  /usr/bin/fakeroot debian/rules binary
> dh_testdir
> dh_testroot
> dh_clean -k
> # Add here commands to install the package into debian/xlunit.
> dh_installdirs usr/bin
> dh_install vcs-tree usr/bin
> dh_install _vcs-tree usr/bin
> cp: cannot stat `./_vcs-tree': No such file or directory
> dh_install: command returned error code 256
> make: *** [install] Error 1
> ******************************************************************************
> Build finished at 20061027-1253
> FAILED [dpkg-buildpackage died]

Full buildd log:
http://people.debian.org/~acid/buildd-logs/failed/vcs-tree_0.3.0-1_20061027-1253

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: vcs-tree
Source-Version: 0.3.1-1

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

vcs-tree_0.3.1-1.diff.gz
  to pool/main/v/vcs-tree/vcs-tree_0.3.1-1.diff.gz
vcs-tree_0.3.1-1.dsc
  to pool/main/v/vcs-tree/vcs-tree_0.3.1-1.dsc
vcs-tree_0.3.1-1_amd64.deb
  to pool/main/v/vcs-tree/vcs-tree_0.3.1-1_amd64.deb
vcs-tree_0.3.1.orig.tar.gz
  to pool/main/v/vcs-tree/vcs-tree_0.3.1.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.
Kevin M. Rosenberg <[EMAIL PROTECTED]> (supplier of updated vcs-tree 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.7
Date: Tue,  5 Dec 2006 08:03:39 -0700
Source: vcs-tree
Binary: vcs-tree
Architecture: source amd64
Version: 0.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg <[EMAIL PROTECTED]>
Changed-By: Kevin M. Rosenberg <[EMAIL PROTECTED]>
Description: 
 vcs-tree   - Version Control System Tree Walker
Closes: 395498
Changes: 
 vcs-tree (0.3.1-1) unstable; urgency=low
 .
   * Specify an arbitrary, but known to be valid, directory for HOME
   to avoid SBCL failing on autobuilders (closes:395498)
Files: 
 94a3f7d96c1514b20bd553eda8521ff1 584 devel optional vcs-tree_0.3.1-1.dsc
 59ad7ccbdf95376f9a102eca20a40860 6365 devel optional vcs-tree_0.3.1.orig.tar.gz
 27ebe69f1eb21a11edb63ea995547a9a 2485 devel optional vcs-tree_0.3.1-1.diff.gz
 c1c6ec71adbf646155b4996a0ae3835e 8623480 devel optional 
vcs-tree_0.3.1-1_amd64.deb

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

iD8DBQFFdYrVES7N8sSjgj4RAmq2AJoCkzIBp0aQOYkqbeGTT31loJ6vdQCeIiFh
XfQzsXYAzMm8+rNtmbzev14=
=lTe0
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to