Your message dated Mon, 23 Dec 2013 23:03:43 +0000
with message-id <e1vvexi-0006gy...@franck.debian.org>
and subject line Bug#731648: fixed in clisp 1:2.49-9
has caused the Debian Bug report #731648,
regarding clisp: Please support architecture powerpcspe
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.)
--
731648: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731648
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: clisp
Version: 1:2.49-8.2
Severity: wishlist
Tags: patch
User: debian-powerpc...@breakpoint.cc
Usertags: powerpcspe
Hi,
clisp is currently not built on powerpcspe. The attached patch fixes this.
Thanks in advance,
Roland
-- System Information:
Debian Release: 7.0
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)
Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ruN test/clisp-2.49/debian/control clisp-2.49/debian/control
--- test/clisp-2.49/debian/control 2013-05-05 04:03:07.000000000 +0200
+++ clisp-2.49/debian/control 2013-12-06 19:32:03.064530541 +0100
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Uploaders: Peter Van Eynde <pvane...@debian.org>, Christoph Egger <christ...@debian.org>
-Build-Depends: debhelper (>> 7), gettext, bison, libncurses5-dev, groff, libx11-dev, libxext-dev, libxpm-dev, libsigsegv-dev (>= 2.8), libreadline-gplv2-dev, dh-lisp (>= 0.7.1), libdb-dev, libffcall1-dev , libgdbm-dev , libpq-dev [ !armel !armhf !hppa !ia64 !m68k !s390 !mipsel !powerpc], libpcre3-dev, libdbus-1-dev [ !armel !armhf !hppa !ia64 !m68k !s390 !mipsel !powerpc], zlib1g-dev [ !armel !armhf !hppa !ia64 !m68k !s390 !mipsel !powerpc]
+Build-Depends: debhelper (>> 7), gettext, bison, libncurses5-dev, groff, libx11-dev, libxext-dev, libxpm-dev, libsigsegv-dev (>= 2.8), libreadline-gplv2-dev, dh-lisp (>= 0.7.1), libdb-dev, libffcall1-dev , libgdbm-dev , libpq-dev [ !armel !armhf !hppa !ia64 !m68k !s390 !mipsel !powerpc !powerpcspe], libpcre3-dev, libdbus-1-dev [ !armel !armhf !hppa !ia64 !m68k !s390 !mipsel !powerpc !powerpcspe], zlib1g-dev [ !armel !armhf !hppa !ia64 !m68k !s390 !mipsel !powerpc !powerpcspe]
Build-Conflicts: libsigsegv-dev (<= 2.8), libreadline6-dev
Standards-Version: 3.9.1.0
Homepage: http://www.clisp.org/
@@ -11,7 +11,7 @@
Vcs-Browser: http://git.debian.org/?p=pkg-common-lisp/clisp.git;a=summary
Package: clisp
-Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc kfreebsd-i386 kfreebsd-amd64 m68k hurd-i386 s390 sparc
+Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe kfreebsd-i386 kfreebsd-amd64 m68k hurd-i386 s390 sparc
Pre-Depends: ${xlibs:PreDepends}
Conflicts: clisp-dev (<< 1:2.49-2)
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -40,7 +40,7 @@
GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages.
Package: clisp-dev
-Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc kfreebsd-i386 kfreebsd-amd64 m68k hurd-i386 s390 sparc
+Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe kfreebsd-i386 kfreebsd-amd64 m68k hurd-i386 s390 sparc
Depends: clisp, ${misc:Depends}
Description: GNU CLISP, a Common Lisp implementation (development files)
This is the link kit of clisp, it can be used to add external modules (written
@@ -78,14 +78,14 @@
Package: clisp-module-berkeley-db
-Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc kfreebsd-i386 kfreebsd-amd64 m68k hurd-i386 s390
+Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe kfreebsd-i386 kfreebsd-amd64 m68k hurd-i386 s390
Depends: ${shlibs:Depends}, clisp, ${misc:Depends}
Description: clisp module that adds an interface to Berkeley DB
This adds a module to clisp that implements an interface to the
Berkeley DB.
Package: clisp-module-pcre
-Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc kfreebsd-i386 kfreebsd-amd64 m68k hurd-i386 s390
+Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe kfreebsd-i386 kfreebsd-amd64 m68k hurd-i386 s390
Depends: ${shlibs:Depends}, clisp, ${misc:Depends}
Description: clisp module that adds libpcre support
This adds a module to clisp that implements an interface to the
@@ -106,14 +106,14 @@
PostgreSQL DB using the C bindings.
Package: clisp-module-clx
-Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc kfreebsd-i386 kfreebsd-amd64 m68k hurd-i386 s390
+Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe kfreebsd-i386 kfreebsd-amd64 m68k hurd-i386 s390
Depends: ${shlibs:Depends}, clisp, ${misc:Depends}
Description: clisp module that adds X11 bindings
This adds a module to clisp that implements an interface to the
X11 called CLX.
Package: clisp-module-rawsock
-Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc kfreebsd-i386 kfreebsd-amd64 m68k hurd-i386 s390
+Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe kfreebsd-i386 kfreebsd-amd64 m68k hurd-i386 s390
Depends: ${shlibs:Depends}, clisp, ${misc:Depends}
Description: clisp module that adds a low level socket interface
This adds a module to clisp that implements an interface to the
@@ -134,7 +134,7 @@
called shell globbing.
Package: clisp-module-gdbm
-Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc kfreebsd-i386 kfreebsd-amd64 m68k hurd-i386 s390
+Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe kfreebsd-i386 kfreebsd-amd64 m68k hurd-i386 s390
Depends: ${shlibs:Depends}, clisp, ${misc:Depends}
Description: clisp module that adds an interface to GNU DBM
This adds a module to clisp that implements an interface to
diff -ruN test/clisp-2.49/debian/rules clisp-2.49/debian/rules
--- test/clisp-2.49/debian/rules 2013-05-05 10:20:05.000000000 +0200
+++ clisp-2.49/debian/rules 2013-12-07 10:44:04.374821474 +0100
@@ -29,7 +29,7 @@
CFLAGS:=-marm ${CFLAGS}
endif
-ifneq (,$(filter armel armhf hppa ia64 m68k s390 mipsel powerpc,$(DEB_BUILD_ARCH)))
+ifneq (,$(filter armel armhf hppa ia64 m68k s390 mipsel powerpc powerpcspe,$(DEB_BUILD_ARCH)))
# Disable FFI
FFI:=--without-dynamic-ffi
MODULES:=--with-module=gdbm --with-module=berkeley-db --with-module=pcre --with-module=rawsock --with-module=clx/new-clx
@@ -41,7 +41,7 @@
else
# Enable FFI on all other platforms
FFI:=--with-dynamic-ffi --with-dynamic-modules
- MODULES:=--with-module=bindings/glibc --with-module=gdbm --with-module=berkeley-db --with-module=postgresql --with-module=pcre --with-module=wildcard --with-module=zlib --with-module=rawsock --with-module=dbus --with-module=clx/new-clx
+ MODULES:=--with-module=bindings/glibc --with-module=gdbm --with-module=berkeley-db --with-module=pcre --with-module=wildcard --with-module=zlib --with-module=rawsock --with-module=dbus --with-module=clx/new-clx
endif
configure: configure-stamp
--- End Message ---
--- Begin Message ---
Source: clisp
Source-Version: 1:2.49-9
We believe that the bug you reported is fixed in the latest version of
clisp, 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 731...@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 clisp 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: SHA512
Format: 1.8
Date: Mon, 23 Dec 2013 20:21:22 +0100
Source: clisp
Binary: clisp clisp-dev clisp-doc clisp-module-berkeley-db clisp-module-pcre
clisp-module-bindings-glibc clisp-module-postgresql clisp-module-clx
clisp-module-rawsock clisp-module-dbus clisp-module-wildcard clisp-module-gdbm
clisp-module-zlib
Architecture: source all amd64
Version: 1:2.49-9
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:
clisp - GNU CLISP, a Common Lisp implementation
clisp-dev - GNU CLISP, a Common Lisp implementation (development files)
clisp-doc - GNU CLISP, a Common Lisp implementation (documentation)
clisp-module-berkeley-db - clisp module that adds an interface to Berkeley DB
clisp-module-bindings-glibc - clisp module that adds the glibc bindings
clisp-module-clx - clisp module that adds X11 bindings
clisp-module-dbus - clisp module that adds an interface to D-Bus
clisp-module-gdbm - clisp module that adds an interface to GNU DBM
clisp-module-pcre - clisp module that adds libpcre support
clisp-module-postgresql - clisp module that adds a PostgreSQL interface
clisp-module-rawsock - clisp module that adds a low level socket interface
clisp-module-wildcard - clisp module that adds wildcard matching
clisp-module-zlib - clisp module that adds zlib support for vectors
Closes: 731648
Changes:
clisp (1:2.49-9) unstable; urgency=medium
.
* Enable FFI on arm*
* Import patch from Roland Stigge adding support for powerpcspe
(Closes: #731648)
Checksums-Sha1:
7fef1cec2a8bd74c48ec6436bac677f91276fb1b 3224 clisp_2.49-9.dsc
7300d4e7529366df62805c522956189c35f851bc 32454 clisp_2.49-9.debian.tar.gz
3ca77a210ef5a1751f712d43eea670780be2635f 1044636 clisp-doc_2.49-9_all.deb
70b3a3bd76fce476db1a1eae36453962d05b6d88 2245116 clisp_2.49-9_amd64.deb
500a4273fb97f20ca496364b665f731b0b693e55 1286262 clisp-dev_2.49-9_amd64.deb
8d37f061a74d0d1cae44b44905f5eda60d0e3288 669268
clisp-module-berkeley-db_2.49-9_amd64.deb
6394c44be1951a277cf0669976aefe2f2ef1a0b0 618826
clisp-module-pcre_2.49-9_amd64.deb
fdcc2b454f4626701990b6bbe70d0be2d4cbc6fc 701138
clisp-module-bindings-glibc_2.49-9_amd64.deb
d9c213ab65403fcec7a0493a638b9c29f1f118f4 634696
clisp-module-postgresql_2.49-9_amd64.deb
bf4b293fd260f94daec7528ab359ef5d537a300b 823956
clisp-module-clx_2.49-9_amd64.deb
281207c01ad02f566c5d3147fa45b72b61bab6ac 641086
clisp-module-rawsock_2.49-9_amd64.deb
8cbfc0dad8d48069488f3b89e5279ed6424479a4 658146
clisp-module-dbus_2.49-9_amd64.deb
9c1364cff9a582b6e1dc2f2acac9f84ee8200081 609322
clisp-module-wildcard_2.49-9_amd64.deb
8cf46e546f3d91edc8bd625d99d0788f3af16ed9 622132
clisp-module-gdbm_2.49-9_amd64.deb
f671fa0ceb4225c52d14e57cf621d761d0ea126b 610048
clisp-module-zlib_2.49-9_amd64.deb
Checksums-Sha256:
f319832fe0b2887d01bee5665e95e4bbe7859acc23fc3aaf93ab579f37c09d8f 3224
clisp_2.49-9.dsc
e4f7f65f2da762bfe1d9cd6bff53144647ee7c8887e7700914df1a7c2f9a2547 32454
clisp_2.49-9.debian.tar.gz
3bfd1edba08b88f8efcb53782a8b70a06749db2492c910940156de9d61dff3a4 1044636
clisp-doc_2.49-9_all.deb
2eec1688656b22f85fd07d26f3204c5ae70ff2cfc80d35cf96050d5f2f161198 2245116
clisp_2.49-9_amd64.deb
b8705edea0fcdcb8e3a5e7927bfb336229f30e133029277f66032cc5d1101a52 1286262
clisp-dev_2.49-9_amd64.deb
04140e97da40da64aaaad59906d50487f7c2a610a1f1a39b723c5f760b957346 669268
clisp-module-berkeley-db_2.49-9_amd64.deb
27e3c1fd84725f626ad5e3b4f7848b4768023ba29355afa6d64bcae4e995cc2e 618826
clisp-module-pcre_2.49-9_amd64.deb
35c2347cb9a3f4258d89146bcb795e7e3c6805829bc8a5e36090fed06492f43e 701138
clisp-module-bindings-glibc_2.49-9_amd64.deb
c47883ee9c9cd5490d10a67913380c9edded13a89b56cbe8313a03b96669480b 634696
clisp-module-postgresql_2.49-9_amd64.deb
ecefee08279ea8da9970b10063750dee5cce2562b1eade1b66848dcade5e625c 823956
clisp-module-clx_2.49-9_amd64.deb
04152f2333d3fef1176dad407f872357aea79f41b7191f37c80e2927f81b9caf 641086
clisp-module-rawsock_2.49-9_amd64.deb
1c1e24532a08d3ab1e91f2f1fc89c6e4fd252a1c5b52e0a68075133140b24ef8 658146
clisp-module-dbus_2.49-9_amd64.deb
0d8180eb0d1b50875ba32a32d70d6868ee560aad6baa0d2a993dbbc50651429d 609322
clisp-module-wildcard_2.49-9_amd64.deb
93f7a9215637deff1a02a5b41e87b14c0aa4406c329fad14b40a95c3065197ed 622132
clisp-module-gdbm_2.49-9_amd64.deb
8814e6eca858f36d7536eebd15117d7009e207186234f0cf630c3394bf4299b0 610048
clisp-module-zlib_2.49-9_amd64.deb
Files:
148072e9dbf2f017e0170f28f5a42c89 3224 lisp optional clisp_2.49-9.dsc
4c63396bcfb5a35df7328ac3f4745ae0 32454 lisp optional clisp_2.49-9.debian.tar.gz
5720c6c8b2f720ada64d4be4579ab44d 1044636 doc optional clisp-doc_2.49-9_all.deb
e0a4e4a3fc8009959499df78633cbcea 2245116 lisp optional clisp_2.49-9_amd64.deb
fbf7279d1da02e7b3a22e0f178cc5331 1286262 lisp optional
clisp-dev_2.49-9_amd64.deb
0fca5523fb02f6819f3404e8595330be 669268 lisp optional
clisp-module-berkeley-db_2.49-9_amd64.deb
ed43aaffb9dedd64f394e781e4338d33 618826 lisp optional
clisp-module-pcre_2.49-9_amd64.deb
53849d3c6cb95bac83d3d28d8ab6a3b1 701138 lisp optional
clisp-module-bindings-glibc_2.49-9_amd64.deb
cb93d4b05132bc19f58659d81bf07918 634696 lisp optional
clisp-module-postgresql_2.49-9_amd64.deb
5a2cdf2d9822c2cfa8c7f26aa466f1e2 823956 lisp optional
clisp-module-clx_2.49-9_amd64.deb
e665328e2831f783195e5c9938acad22 641086 lisp optional
clisp-module-rawsock_2.49-9_amd64.deb
a377b220f48ffc6405e36dc466b40587 658146 lisp optional
clisp-module-dbus_2.49-9_amd64.deb
8ba3c9bd6a129eb56d7e1a2079f3bd2e 609322 lisp optional
clisp-module-wildcard_2.49-9_amd64.deb
2405aa05d26c2377fecff4f9fcf14c4b 622132 lisp optional
clisp-module-gdbm_2.49-9_amd64.deb
177d25cba777d15f3b27988d01208c3e 610048 lisp optional
clisp-module-zlib_2.49-9_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iQIcBAEBCgAGBQJSuLz6AAoJEKv/7bJACMb5xkIP/2pyl2N2EAr8qsPzBgXf4bZj
dNLZAQ7ft7dlCDxA8lKbkWiJVAytyYYNJFdzMl8MwkDh4oRUjj3p9uUsyc9jPh2j
38W8F0AtfhtYTATaB9w5DFqJLb+SjorNqKijyp3Ta1hV+CV7YNMMdV1bN/B0fHy0
ylV+CmphkB/6Ngy8nlCgmLoeLtgl+e5d5yjuzEAHgsXS0QZ2bZWxG4m6K98x9h/E
QFtIZ2NenHv+7oT4kgLIi4iQ43HeebrhTyqHIynDV90OUl8kRrJkCC7jh9TD/qJu
FI8GhlFbJVXjXzrwbQaCzy3vRsgbWrhJz7mkMz7gITiRCUogP9F5kOJPYlkLM/KD
e5jDjx4QIKjNnzNYkqkqFy2nQScoF2A3Z+kMdFib06LxqMGau02Xw/G0zDseivEj
ZS9AEy5f86YQv17B6KbJpqQkZT1/ZUQDXx1lfdDKbWv3M9ghbG764MuA6Tz/LKTv
QW/OioX/9MzfwwXg2uGr4j5VUOfZFGT2iaS5C+K7ain+TBGnqCZ5ujRbTTnglwr5
aNDnURnkxmpqXx2jeLL+flg61++lueeglE4nFUIPg9oqaBAh/342N4cqnhrvprz8
WgF/1tfFpZLwpA7e7RrZoBqqfWPQYYIGe6vphUuI1Ps5KRSo+dzdW/RsOKk9S2wM
o9MoIw/P0vzTG2aZ41c5
=EgnX
-----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