[cl-debian] Re: sbcl_0.8.20.5-1_i386.changes is NEW

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I just uploaded a split sbcl package, as the NEW queue seems to be rather slow it can take some time before this appears in unstable. As it is not possible to download stuff from the NEW queue I've put the package on http://people.debian.org/~pvaneynd/new-sbcl/ Groetjes, Peter Debian Installer wrote: | (new) sbcl-common_0.8.20.5-1_all.deb optional devel | Architecture independent files for SBCL | SBCL is a development environment for the ANSI Common Lisp language. | This package provides the architecture independent parts of this package, | mainly the sources and documentation. | sbcl_0.8.20.5-1.diff.gz | to pool/main/s/sbcl/sbcl_0.8.20.5-1.diff.gz | sbcl_0.8.20.5-1.dsc | to pool/main/s/sbcl/sbcl_0.8.20.5-1.dsc | sbcl_0.8.20.5-1_i386.deb | to pool/main/s/sbcl/sbcl_0.8.20.5-1_i386.deb | sbcl_0.8.20.5.orig.tar.gz | to pool/main/s/sbcl/sbcl_0.8.20.5.orig.tar.gz | Changes: sbcl (1:0.8.20.5-1) unstable; urgency=low | . | * New upstream. | * Corrected menu file | * Converted - in to \- in manual pages | * Included patch from Andreas Jochens that | gives gcc-4 support. Closes: #298430 | Announcing to debian-devel-changes@lists.debian.org | Closing bugs: 298430 | | | Your package contains new components which requires manual editing of | the override file. It is ok otherwise, so please be patient. New | packages are usually added to the override file about once a week. | | You may have gotten the distribution wrong. You'll get warnings above | if files already exist in other distributions. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCLXxa11ldN0tyliURAsuAAJ4u+TIAhqe4V3zwgKT/u8Xglf7+bgCfe0eR APTL9zaCf8VquImP2EkyoCQ= =baTq -----END PGP SIGNATURE-----

On Tue, Mar 08, 2005 at 11:20:10AM +0100, Peter Van Eynde wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello,
I just uploaded a split sbcl package, as the NEW queue seems to be rather slow it can take some time before this appears in unstable.
As it is not possible to download stuff from the NEW queue I've put the package on http://people.debian.org/~pvaneynd/new-sbcl/
Hi, thank's for putting up a new version, but it misserably FTBFS on my box, a Linux/PPC :-/ Here's the relevant excerpt from the build log: In file included from dynbind.c:20: thread.h:108: warning: static declaration for `arch_os_get_current_thread' follows non-static dynbind.c: In function `bind_variable': dynbind.c:46: error: `FREE_TLS_INDEX' undeclared (first use in this function) dynbind.c:46: error: (Each undeclared identifier is reported only once dynbind.c:46: error: for each function it appears in.) make[1]: *** [dynbind.o] Error 1 make[1]: Leaving directory `/usr/local/src/LISP/DEBS/sbcl-0.8.20.5/src/runtime' real 0m7.499s user 0m5.374s sys 0m1.024s make: *** [build-arch-stamp] Error 1 hrmm - looks like the build wants to build a multi-threaded sbcl, something that isn't currently availble on Linux/PPC. Looking at the debian/rules file everything _should_ build ak (the conditional adding of sb-threads to features did work during all previous builds). Maybe it's because the new maintainer included the file 'customize-target-features.lisp' into the source distribution ... :-) ralf@hobbes:/LISP/DEBS$ tar tvzf sbcl_0.8.20.5.orig.tar.gz | grep customize-target-features.lisp -rw-r--r-- pvaneynd/pvaneynd 72 2005-03-03 15:04:07 sbcl-0.8.20.5/customize-target-features.lisp IMHO this should either be an empty file or not distributed at all but created from the rule file (the later would make the build process idempotent). HTH and groetjes RalfD
Groetjes, Peter
Debian Installer wrote: | (new) sbcl-common_0.8.20.5-1_all.deb optional devel | Architecture independent files for SBCL | SBCL is a development environment for the ANSI Common Lisp language. | This package provides the architecture independent parts of this package, | mainly the sources and documentation. | sbcl_0.8.20.5-1.diff.gz | to pool/main/s/sbcl/sbcl_0.8.20.5-1.diff.gz | sbcl_0.8.20.5-1.dsc | to pool/main/s/sbcl/sbcl_0.8.20.5-1.dsc | sbcl_0.8.20.5-1_i386.deb | to pool/main/s/sbcl/sbcl_0.8.20.5-1_i386.deb | sbcl_0.8.20.5.orig.tar.gz | to pool/main/s/sbcl/sbcl_0.8.20.5.orig.tar.gz | Changes: sbcl (1:0.8.20.5-1) unstable; urgency=low | . | * New upstream. | * Corrected menu file | * Converted - in to \- in manual pages | * Included patch from Andreas Jochens that | gives gcc-4 support. Closes: #298430 | Announcing to debian-devel-changes@lists.debian.org | Closing bugs: 298430 | | | Your package contains new components which requires manual editing of | the override file. It is ok otherwise, so please be patient. New | packages are usually added to the override file about once a week. | | You may have gotten the distribution wrong. You'll get warnings above | if files already exist in other distributions.
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCLXxa11ldN0tyliURAsuAAJ4u+TIAhqe4V3zwgKT/u8Xglf7+bgCfe0eR APTL9zaCf8VquImP2EkyoCQ= =baTq -----END PGP SIGNATURE----- _______________________________________________ cl-debian mailing list cl-debian@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-debian

rm@seid-online.de wrote:
Hi, thank's for putting up a new version, but it misserably FTBFS on my box, a Linux/PPC :-/ Here's the relevant excerpt from the build log: .. hrmm - looks like the build wants to build a multi-threaded sbcl, something that isn't currently availble on Linux/PPC. Looking at the debian/rules file everything _should_ build ak (the conditional adding of sb-threads to features did work during all previous builds). Maybe it's because the new maintainer included the file 'customize-target-features.lisp' into the source distribution ... :-)
Well if all bugreports are so good this could be easier then I thought :-). I've uploaded a -2 to the NEW queue and to people.debian.org Thanks, Peter

On Fri, Mar 11, 2005 at 05:51:35PM +0100, Peter Van Eynde wrote:
rm@seid-online.de wrote:
Hi, thank's for putting up a new version, but it misserably FTBFS on my box, a Linux/PPC :-/ Here's the relevant excerpt from the build log: .. hrmm - looks like the build wants to build a multi-threaded sbcl, something that isn't currently availble on Linux/PPC. Looking at the debian/rules file everything _should_ build ak (the conditional adding of sb-threads to features did work during all previous builds). Maybe it's because the new maintainer included the file 'customize-target-features.lisp' into the source distribution ... :-)
Well if all bugreports are so good this could be easier then I thought :-).
I've uploaded a -2 to the NEW queue and to people.debian.org
Sorry, i _hate_ to do this, but there comes another error report: hobbes:/LISP/DEBS# dpkg -i sbcl-common_0.8.20.5-2_all.deb sbcl_0.8.20.5-2_powerpc.deb (Reading database ... 236445 files and directories currently installed.) Unpacking sbcl-common (from sbcl-common_0.8.20.5-2_all.deb) ... dpkg: error processing sbcl-common_0.8.20.5-2_all.deb (--install): trying to overwrite `/usr/share/doc-base/sbcl', which is also in package sbcl dpkg-deb: subprocess paste killed by signal (Broken pipe) Preparing to replace sbcl 1:0.8.20.5-2 (using sbcl_0.8.20.5-2_powerpc.deb) ... Unpacking replacement sbcl ... dpkg: dependency problems prevent configuration of sbcl: sbcl depends on sbcl-common; however: Package sbcl-common is not installed. dpkg: error processing sbcl (--install): dependency problems - leaving unconfigured Errors were encountered while processing: sbcl-common_0.8.20.5-2_all.deb sbcl hobbes:/LISP/DEBS# I think you maybe shouldn't invoke dh_installdocs for both binary-indep and binary-arch (but don'T quote me on this: i'm not a debhelper expert). The problem manifests in the (autogenerated) scripts ....postinst.debhelper. Hmm, how did this escape the allmighty build daemons? HTH RalfD Oh, one more tip (frustrating experience for me): building with SBCL 0.8.19.22 i needed to 'export LANG=en_US.UTF-8', otherwise the build would fail .... Maybe this could be checked for in the build script.
Thanks, Peter

rm@fabula.de wrote:
Sorry, i _hate_ to do this, but there comes another error report:
No, thank you. I prefer nice reports like this then to wade through a long buildd report :-).
trying to overwrite `/usr/share/doc-base/sbcl', which is also in package sbcl
-3 should fix this.
Oh, one more tip (frustrating experience for me): building with SBCL 0.8.19.22 i needed to 'export LANG=en_US.UTF-8', otherwise the build would fail .... Maybe this could be checked for in the build script.
I changed this but it should not matter. What were the symptoms? Groetjes, Peter

On Tue, Mar 15, 2005 at 07:00:48AM +0100, Peter Van Eynde wrote:
rm@fabula.de wrote:
Sorry, i _hate_ to do this, but there comes another error report:
No, thank you. I prefer nice reports like this then to wade through a long buildd report :-).
Oh, i love bug-hunting :-)
trying to overwrite `/usr/share/doc-base/sbcl', which is also in package sbcl
-3 should fix this.
Oh, one more tip (frustrating experience for me): building with SBCL 0.8.19.22 i needed to 'export LANG=en_US.UTF-8', otherwise the build would fail .... Maybe this could be checked for in the build script.
I changed this but it should not matter. What were the symptoms?
Well, in my setup (i.e. building with a unicode-enabled sbcl) the build does fail (afairecall there's a break and since the debugger is disabled the build just stops - i fear i've deleted the old build logs ...). Cheers RalfD
Groetjes, Peter
participants (4)
-
Peter Van Eynde
-
Peter Van Eynde
-
rm@fabula.de
-
rm@seid-online.de