Your message dated Mon, 4 Dec 2006 19:37:02 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#395498: vcs-tree: build should be retried on powerpc and 
sparc
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 ---
Nicolas François wrote:
> I could successfully pdebuild vcs-tree on powerpc and i386 (the architecture
> for which the build failure was reported).
> So I think this FTBFS was fixed by an upload in another package, and a
> build of vcs-tree should be retried on powerpc and sparc.

I can build vcs-tree fine on my systems, too. I don't know what
package that file reference "/nonexistent" comes from that is seen in
the build log. But I can't grep that string in my package vcs-tree,
SBCL, or common-lisp-controller. I'm going to go ahead and close the
bug under the assumption the bug must lie elsewhere.

-- 
Kevin Rosenberg
[EMAIL PROTECTED]


--- End Message ---

Reply via email to