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

Reply via email to