Your message dated Sun, 03 May 2015 12:20:52 +0000
with message-id <e1yosta-0005lx...@franck.debian.org>
and subject line Bug#734967: fixed in sbcl 2:1.2.11-1
has caused the Debian Bug report #734967,
regarding sbcl: 'debuild clean' does not clean itself properly
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 ow...@bugs.debian.org
immediately.)
--
734967: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734967
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sbcl
Version: 1.1.14
Severity: normal
Dear Maintainer,
*** Please consider answering these questions, where appropriate ***
* What led up to the situation?
* What exactly did you do (or not do) that was effective (or
ineffective)?
* What was the outcome of this action?
* What outcome did you expect instead?
*** End of the template - remove these lines ***
After running clean, I get
dpkg-source -b sbcl-1.1.14
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building sbcl using existing ./sbcl_1.1.14.orig.tar.bz2
dpkg-source: warning: file sbcl-1.1.14/tests/run-tests-6432/G688.lisp has no
final newline (either original or modified version)
dpkg-source: warning: file sbcl-1.1.14/tests/run-tests-6432/G689.lisp has no
final newline (either original or modified version)
dpkg-source: warning: file sbcl-1.1.14/tests/run-tests-6432/G690.lisp has no
final newline (either original or modified version)
dpkg-source: info: local changes detected, the modified files are:
sbcl-1.1.14/contrib/asdf/asdf.lisp
sbcl-1.1.14/tests/run-tests-6432/G688.lisp
sbcl-1.1.14/tests/run-tests-6432/G689.lisp
sbcl-1.1.14/tests/run-tests-6432/G690.lisp
dpkg-source: error: aborting due to unexpected upstream changes, see
/tmp/sbcl_1.1.14-2.diff.XcC3hl
dpkg-source: info: you can integrate the local changes with dpkg-source --commit
dpkg-buildpackage: error: dpkg-source -b sbcl-1.1.14 gave error exit status 2
debuild: fatal error at line 1357:
dpkg-buildpackage -rfakeroot -D -us -uc failed
Conclusion: the clean need to remove some tests too. I'm not sure what
to do about sbcl-1.1.14/contrib/asdf/asdf.lisp.
Build log attached.
Regards, Faheem
-- System Information:
Debian Release: 7.3
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable'), (500, 'oldstable'),
(50, 'unstable'), (50, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: source package sbcl
dpkg-buildpackage: source version 2:1.1.14-2
dpkg-buildpackage: source changed by Christoph Egger <christ...@debian.org>
dpkg-source --before-build sbcl-1.1.14
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -rf target || true
rm -rf stage1 || true
rm -rf debian/tmpdir || true
rm -rf .fontconfig || true
GNUMAKE=make sh clean.sh || true
find: `../../obj/asdf-cache/sb-md5': No such file or directory
find: `../../obj/asdf-cache/sb-queue': No such file or directory
find: `../../obj/asdf-cache/sb-concurrency': No such file or directory
find: `../../obj/asdf-cache/sb-rotate-byte': No such file or directory
find: `../../obj/asdf-cache/sb-grovel': No such file or directory
find: `../../obj/asdf-cache/sb-sprof': No such file or directory
find: `../../obj/asdf-cache/sb-bsd-sockets': No such file or directory
find: `../../obj/asdf-cache/sb-cover': No such file or directory
find: `../../obj/asdf-cache/sb-posix': No such file or directory
make[1]: Entering directory `/usr/local/src/sbcl/sbcl-1.1.14/doc/manual'
rm -f *~ *.bak *.orig \#*\# .\#* texput.log *.fasl
rm -rf sbcl asdf "docstrings/"
rm -f sbcl.html asdf.html
rm -f contrib-docs.texi-temp
rm -f package-locks.texi-temp
rm -f variables.texinfo
rm -f sbcl.ps asdf.ps sbcl.pdf asdf.pdf html-stamp tempfiles-stamp
rm -f asdf.aux asdf.cp asdf.cps asdf.fn asdf.fns asdf.ky asdf.log asdf.pg
asdf.toc asdf.tp asdf.tps asdf.vr asdf.vrs sbcl.aux sbcl.cp sbcl.cps sbcl.fn
sbcl.fns sbcl.ky sbcl.log sbcl.pg sbcl.toc sbcl.tp sbcl.tps sbcl.vr sbcl.vrs
rm -f sbcl.info sbcl.info-* asdf.info
make[1]: Leaving directory `/usr/local/src/sbcl/sbcl-1.1.14/doc/manual'
make[1]: Entering directory `/usr/local/src/sbcl/sbcl-1.1.14/doc/internals'
rm -rf *.include *.info *.pdf *~ *.cp *.fn *.ky *.log *.pg *.toc \
*.tp *.vr *.aux *.eps *.png *.dvi *.ps *.txt *.fns \
html-stamp sbcl-internals/
make[1]: Leaving directory `/usr/local/src/sbcl/sbcl-1.1.14/doc/internals'
(cd src/runtime ; touch Config ; make clean ) || true
make[1]: Entering directory `/usr/local/src/sbcl/sbcl-1.1.14/src/runtime'
GNUmakefile:26: ../../output/prefix.def: No such file or directory
GNUmakefile:33: genesis/Makefile.features: No such file or directory
make[1]: *** No rule to make target `genesis/Makefile.features'. Stop.
make[1]: Leaving directory `/usr/local/src/sbcl/sbcl-1.1.14/src/runtime'
rmdir contrib/systems/ obj/ output/ || true
rmdir: failed to remove `contrib/systems/': No such file or directory
rmdir: failed to remove `obj/': No such file or directory
rmdir: failed to remove `output/': No such file or directory
make -C doc/internals clean
make[1]: Entering directory `/usr/local/src/sbcl/sbcl-1.1.14/doc/internals'
rm -rf *.include *.info *.pdf *~ *.cp *.fn *.ky *.log *.pg *.toc \
*.tp *.vr *.aux *.eps *.png *.dvi *.ps *.txt *.fns \
html-stamp sbcl-internals/
make[1]: Leaving directory `/usr/local/src/sbcl/sbcl-1.1.14/doc/internals'
dh_clean
rm -f debian/sbcl.substvars
rm -f debian/sbcl.*.debhelper
rm -rf debian/sbcl/
rm -f debian/sbcl-doc.substvars
rm -f debian/sbcl-doc.*.debhelper
rm -rf debian/sbcl-doc/
rm -f debian/sbcl-source.substvars
rm -f debian/sbcl-source.*.debhelper
rm -rf debian/sbcl-source/
rm -f debian/*.debhelper.log
rm -f -- build-arch-stamp build-indep-stamp configure-stamp
src/runtime/Config contrib/sb-bsd-sockets/foo.c contrib/sb-posix/foo.c
doc/manual/variables.texinfo customize-target-features.lisp
src/runtime/ldso-stubs.S doc/internals/sbcl-internals.cps whitespace-stamp
rm -f debian/files
find . \( \( -type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} \; \) -o \
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \)
\)
rm -f *-stamp
dpkg-source -b sbcl-1.1.14
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building sbcl using existing ./sbcl_1.1.14.orig.tar.bz2
dpkg-source: warning: file sbcl-1.1.14/tests/run-tests-6432/G688.lisp has no
final newline (either original or modified version)
dpkg-source: warning: file sbcl-1.1.14/tests/run-tests-6432/G689.lisp has no
final newline (either original or modified version)
dpkg-source: warning: file sbcl-1.1.14/tests/run-tests-6432/G690.lisp has no
final newline (either original or modified version)
dpkg-source: info: local changes detected, the modified files are:
sbcl-1.1.14/contrib/asdf/asdf.lisp
sbcl-1.1.14/tests/run-tests-6432/G688.lisp
sbcl-1.1.14/tests/run-tests-6432/G689.lisp
sbcl-1.1.14/tests/run-tests-6432/G690.lisp
dpkg-source: error: aborting due to unexpected upstream changes, see
/tmp/sbcl_1.1.14-2.diff.XcC3hl
dpkg-source: info: you can integrate the local changes with dpkg-source --commit
dpkg-buildpackage: error: dpkg-source -b sbcl-1.1.14 gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: sbcl
Source-Version: 2:1.2.11-1
We believe that the bug you reported is fixed in the latest version of
sbcl, which is due to be installed in the Debian FTP archive.
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 734...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christoph Egger <christ...@debian.org> (supplier of updated sbcl 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 03 May 2015 12:09:34 +0200
Source: sbcl
Binary: sbcl sbcl-doc sbcl-source
Architecture: source all amd64
Version: 2:1.2.11-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Common Lisp Team
<pkg-common-lisp-devel@lists.alioth.debian.org>
Changed-By: Christoph Egger <christ...@debian.org>
Description:
sbcl - Common Lisp compiler and development system
sbcl-doc - Documentation for Steel Bank Common Lisp
sbcl-source - Source code files for SBCL
Closes: 734967
Changes:
sbcl (2:1.2.11-1) unstable; urgency=medium
.
* New Upstream Version
Remove Adding-curly-braces-around-subgraphs-to-make-things-.patch -- fixed
upstream
Cleanup fixed upstream (Closes: #734967)
.
changes in sbcl-1.2.11 relative to sbcl-1.2.10:
* enhancement: SET-PPRINT-DISPATCH will warn when given an expression in
which any part is unrecognizable as a legal type-specifier.
The dispatch table will be altered, but the new entry is disabled.
Subsequent type-defining forms will cause pprint-dispatch tables to
re-examine whether any disabled entries should be enabled. (lp#1429520)
* enhancement: Loading code containing calls to a deprecated function
will,
under most circumstances, signal warnings similar to compiling such
code.
The usual caveat holds about not detecting calls through a computed
name,
as in (funcall (intern "DEPRECATED-FUN" "SB-EXT")).
* enhancement: (SB-EXT:COMPILE-FILE-LINE) is a new macro that expands
to a constant (VALUES integer integer) indicating the source
line/column
from which it was read, intended for logging Lisp runtime errors in
a style similar to that afforded by the C preprocessor __LINE__ macro.
Similarly (SB-EXT:COMPILE-FILE-POSITION) returns a position in
characters.
* enhancement: improved source locations for VOPs, alien types and
declarations.
* bug fix: functions in :FINAL deprecation have the correct docstring.
No visible change, as no such functions presently exist. (lp#1439151)
* bug fix: (SETF (FDEFINITION this) (FDEFINITION OTHER)) signals an error
if OTHER names either a macro or special-operator. (lp#1439921)
changes in sbcl-1.2.10 relative to sbcl-1.2.9:
* minor incompatible change: all SOCKINT::WIN32-* functions have been
deprecated with EARLY deprecation state
* minor incompatible change: performing introspection via the
system-internal
SB-INT:INFO function could expose that :TYPE :TRANSLATOR is not
necessarily
a function, as it always was before. (Affects swank-fancy-inspector)
* enhancement: The value of SXHASH on bit-vectors of length equal to the
word size now depends on the vector's contents instead of being
constant;
its value on bit-vectors of length divisible by the word size now
depends
also on the contents of the vector's last word.
* bug-fix: sb-bsd-sockets on win32 uses proper C function declarations.
(lp#1426667)
* bug fix: A new dead code elimination phase removes dead code loops
that confuse stack analysis. (lp#1255782, lp#308914)
* bug fix: A toplevel form which was simple enough to bypass the main
compiler in COMPILE-FILE, and which contained an empty SETQ or PROGN
would produce an invalid fasl file. (lp#1427050)
* bug fix: The compiler no longer signals an internal error when
encountering invalid FUNCTION forms like (function 1)
* bug fix: express proper dependencies in the ASDF contrib, to support
systems where make runs in parallel. (lp#1434768; thanks to Nikhil
Benesch)
changes in sbcl-1.2.9 relative to sbcl-1.2.8:
* minor incompatible change and bug fix: unboxed numeric constants
on x86oids are arranged in memory differently, and the disassembler
does not show them separately in DISASSEMBLE, but does
if DISASSEMBLE-CODE-COMPONENT is used. (lp#1421987)
* optimization: The compiler's treatment of type specifiers makes
it slightly faster and more memory-efficient. Portable code
should be indifferent to this change, however, users of
SB-INTROSPECT:FUNCTION-TYPE might notice that (MEMBER T NIL)
and (MEMBER NIL T) are both internally collapsed to the former,
so that the latter can never be obtained as part of an FTYPE.
* optimization: a TYPEP call in which the second argument is not a
QUOTE form but nevertheless recognized as a compile-time constant
might open-code the test. One scenario for this involves backquote,
such as (TYPEP x `(my-type ,some-arg)). Code which relied upon
deferring until runtime should declare (NOTINLINE TYPEP).
[Due to the sematic constraints of DEFTYPE etc in in CLHS 3.2.2.3,
code requiring delayed evaluation could be unportable though.]
* enhancement: unused variables at the top-level are now reported.
(lp#492200)
* bug fix: DEFCLASS handles cyclic {super,meta}class relations better
(lp#1418883)
* bug fix: compiler no longer signals an error when compiling certain
function calls. (lp#1416704, lp#404441, lp#1417822, lp#1234919)
* bug fix: compiler doesn't stumble on a LOGIOR transform. (lp#1389433)
* bug fix: more robust debugger and backtraces. (lp#1413850, lp#1099500,
lp#1412881, lp#945261, lp#1419205, lp#1409402)
* bug fix: files larger than 4GB can now be compiled.
* bug fix: x86 truncated results from 64-bit foreign functions to 32
bits.
* bug fix: file-position didn't work on large files on win32.
(lp#1271545)
* bug fix: callbacks from foreign threads can work without enabling
sb-safepoint.
* bug fix: sb-introspect:function-lambda-list works properly on
interpeted
macros. (lp#1387404)
* bug fix: ADJUST-ARRAY properly handles non-adjustable arrays.
(lp#886418)
* bug fix: compiler no longer fails to dump a multidimensional array
constant involving a circular reference to itself
* bug fix: conditional and nested DX allocation no longer confuse the
compiler in STACK analysis. (lp#1044465)
* bug fix: sb-rotate-byte constant folding bug fixed. (lp#1423682)
Checksums-Sha1:
e6c9715d876a3397785e76c7d2bdb23bfe3424fa 2350 sbcl_1.2.11-1.dsc
88ba4dd7c72c1eb5fd7966422d2d2ca6cba5c69c 5535528 sbcl_1.2.11.orig.tar.bz2
2fe2d4508366b05c5c8ecd4ec3d9bad2e60dd8fd 74008 sbcl_1.2.11-1.debian.tar.xz
3595d457a3541d2c02130f9142266cd1f7462d57 1397682 sbcl-doc_1.2.11-1_all.deb
30a944b141409883d90b2adcc692c4abc6381b1e 2792056 sbcl-source_1.2.11-1_all.deb
Checksums-Sha256:
099d444f4eaa04d56b8ccae2880ceabda0306b2d6dc1b5c5d7363ea0dbb5bec0 2350
sbcl_1.2.11-1.dsc
88aa04dae72d011f5c22084a35201188d8a02f0cd82e5de542aa4ce6bfaa3e70 5535528
sbcl_1.2.11.orig.tar.bz2
646ffaae99af0ec13f3ec887abea98aab164b56257d546bf33c942647fb4fa16 74008
sbcl_1.2.11-1.debian.tar.xz
b62a3fb4770f1e9ef989606fae38fa89c6293a9d6b5c9a888f31487a0caef8ed 1397682
sbcl-doc_1.2.11-1_all.deb
b8d38bbba4ffc546839840105e5bb9ffef04b40166d182302ad6a7a58e7f7f7a 2792056
sbcl-source_1.2.11-1_all.deb
Files:
25c77dc57ae59622ac00ca5dce54d704 2350 lisp optional sbcl_1.2.11-1.dsc
ce3d9c18656646ca99773a0ed49ab730 5535528 lisp optional sbcl_1.2.11.orig.tar.bz2
bb0c1c7a95b50abb3c055e319d2b98f7 74008 lisp optional
sbcl_1.2.11-1.debian.tar.xz
368999c437d523fb0ac021ff8e109e29 1397682 doc optional sbcl-doc_1.2.11-1_all.deb
d920b0aef9fdb37532266e0fee7e9d26 2792056 lisp optional
sbcl-source_1.2.11-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVRg7gAAoJEKv/7bJACMb5jXUQAIuDIj7KPhVB0ZRZ8QT8A20T
KzMWPX3yrII2zqko7Y2sOL8T5eCWrTLLkoCukQ/vPrj39+fYyJ/d3a45jQvHk2e2
f+SxbcEVMZ7Mhy8fY9S7qOtDJ3HMXcaGSxaZNzBdnRJUIvaAY2nNoZrtvc2kasre
KNZEgW4ZV3j1ZtOV/I75NiQGddnTuVsx3O2nVrx74v0kHTFyr0cCs5UKWQZ8SllO
W/HfvZPX8op+j3Suqv/tQEdIOU8HjbkqNYzSxlJ0vvUmde0r5P3j6wgS5u+sBWxp
JP1zJDyy4iSFY5IIuRybVk6L3iXkI3w18QQ9WXj0LNFPmtoQxf1ukbSC2FITREdc
YPzJGAuz5ALZeBwf7EHba0pRsNQuwvXcJuGakO/qewQdn+H0W/MLwnrMTOZxFaih
KhXi8spe+WHnhplIypCien9f4/LaW7ey7Uw1cOvH/eGOAs/H278gyEbD0cuC6X47
nOXH7MJYfsBpgr6J4q5CG2JknlJuBVBXcltthStXm5TzbHuGz/irl8w3kzX3JUR9
EFl9DtEvHC2u7CcMUApjz1Iul1cWHlNNXju6UYhxYRUr9C5HOGdKJfq0qTS7382d
cTBcQQOvF08LDTnfcRGATjAltldzC5XWZBlcbTvPwIUXSDyvCtw/lulhkLhZxzVn
Vfwi6y9CNCXcoXAhqZkV
=iaSS
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-common-lisp-devel mailing list
pkg-common-lisp-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-common-lisp-devel