Your message dated Thu, 14 Jul 2011 22:17:26 +0000
with message-id <e1qhudm-0006af...@franck.debian.org>
and subject line Bug#633454: fixed in clisp 1:2.49-8
has caused the Debian Bug report #633454,
regarding please add kfreebsd-amd64
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.)


-- 
633454: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633454
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: clisp
Version: 2.49-7
Severity: wishlist
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

I updated this patch from Petr Salinger to support kfreebsd-amd64 in clisp.

I've verified that it builds and passes testsuite succesfully.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 8.2-1-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'src/lispbibl.d'
--- src/lispbibl.d	2011-07-10 11:47:34 +0000
+++ src/lispbibl.d	2011-07-10 12:04:44 +0000
@@ -2979,7 +2979,7 @@
 #endif
 
 
-#if (oint_addr_shift == 0) && (addr_shift == 0) && defined(TYPECODES) && !defined(WIDE_SOFT) && !(defined(AMD64) && defined(UNIX_LINUX))
+#if (oint_addr_shift == 0) && (addr_shift == 0) && defined(TYPECODES) && !defined(WIDE_SOFT) && !(defined(AMD64) && defined(UNIX_GNU))
 /* If the address bits are the lower ones and not WIDE_SOFT,
  memory mapping may be possible. */
 

=== modified file 'src/spvw.d'
--- src/spvw.d	2011-07-10 11:47:34 +0000
+++ src/spvw.d	2011-07-10 12:05:36 +0000
@@ -3019,7 +3019,7 @@
       var aint end = bitm(oint_addr_len-1); /* keep garcol_bit zero */
        #endif
       var aint part = floor(end - (start & (end-1)),5);
-      #if defined(AMD64) && defined(UNIX_LINUX)
+      #if defined(AMD64)
       /* Don't use more than 36 address bits, otherwise mmap() fails. */
       part &= 0x0000000FFFFFFFFFUL;
       #endif
@@ -3068,7 +3068,7 @@
         #endif
        #endif
       var aint part = floor(end - (start & (end-1)),5);
-      #if defined(AMD64) && defined(UNIX_LINUX)
+      #if defined(AMD64)
       /* Don't use more than 36 address bits, otherwise mmap() fails. */
       part &= 0x0000000FFFFFFFFFUL;
       #endif

=== modified file 'src/spvw_page.d'
--- src/spvw_page.d	2011-07-10 11:47:34 +0000
+++ src/spvw_page.d	2011-07-10 12:06:08 +0000
@@ -113,7 +113,7 @@
        only a 2^32 size address space. */
       #define oint_addr_relevant_len  32
     #endif
-    #if (defined(IA64) || defined(AMD64)) && defined(UNIX_LINUX)
+    #if defined(IA64) || defined(AMD64)
       /* It is unlikely that more than 4 GB will be used. */
       #define oint_addr_relevant_len  32
     #endif


--- End Message ---
--- Begin Message ---
Source: clisp
Source-Version: 1:2.49-8

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:

clisp-dev_2.49-8_amd64.deb
  to main/c/clisp/clisp-dev_2.49-8_amd64.deb
clisp-doc_2.49-8_all.deb
  to main/c/clisp/clisp-doc_2.49-8_all.deb
clisp-module-berkeley-db_2.49-8_amd64.deb
  to main/c/clisp/clisp-module-berkeley-db_2.49-8_amd64.deb
clisp-module-bindings-glibc_2.49-8_amd64.deb
  to main/c/clisp/clisp-module-bindings-glibc_2.49-8_amd64.deb
clisp-module-clx_2.49-8_amd64.deb
  to main/c/clisp/clisp-module-clx_2.49-8_amd64.deb
clisp-module-dbus_2.49-8_amd64.deb
  to main/c/clisp/clisp-module-dbus_2.49-8_amd64.deb
clisp-module-gdbm_2.49-8_amd64.deb
  to main/c/clisp/clisp-module-gdbm_2.49-8_amd64.deb
clisp-module-pcre_2.49-8_amd64.deb
  to main/c/clisp/clisp-module-pcre_2.49-8_amd64.deb
clisp-module-postgresql_2.49-8_amd64.deb
  to main/c/clisp/clisp-module-postgresql_2.49-8_amd64.deb
clisp-module-rawsock_2.49-8_amd64.deb
  to main/c/clisp/clisp-module-rawsock_2.49-8_amd64.deb
clisp-module-wildcard_2.49-8_amd64.deb
  to main/c/clisp/clisp-module-wildcard_2.49-8_amd64.deb
clisp-module-zlib_2.49-8_amd64.deb
  to main/c/clisp/clisp-module-zlib_2.49-8_amd64.deb
clisp_2.49-8.debian.tar.gz
  to main/c/clisp/clisp_2.49-8.debian.tar.gz
clisp_2.49-8.dsc
  to main/c/clisp/clisp_2.49-8.dsc
clisp_2.49-8_amd64.deb
  to main/c/clisp/clisp_2.49-8_amd64.deb



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 633...@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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 13 Jul 2011 05:21:23 +0200
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-8
Distribution: unstable
Urgency: low
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: 633454
Changes: 
 clisp (1:2.49-8) unstable; urgency=low
 .
   * Replace dependency on libreadline5-dev with libreadline-gplv2-dev to
     follow that sensless rename
   * Import path from Robert Millan to support kfreebsd-amd64 as well
     (Closes: #633454)
Checksums-Sha1: 
 bacc781f5c008b803562a58d7ca88ea44a6d16ad 2687 clisp_2.49-8.dsc
 fa05083fd69087ad226dd19120a9c40817df9977 25103 clisp_2.49-8.debian.tar.gz
 936210e5c8e0f65769d4357ee3737c396da4d1e1 1203812 clisp-doc_2.49-8_all.deb
 510e3126fa897786a30efa3132f5d9107bbde537 3121826 clisp_2.49-8_amd64.deb
 661d6b44a412c8ebcf28682436bc5c12d6f474fc 1636368 clisp-dev_2.49-8_amd64.deb
 fe6907457d34e6b754d5dc5aad79e3ab505322e5 714322 
clisp-module-berkeley-db_2.49-8_amd64.deb
 6c97702fafe0f11499230e86c30161593b174a44 627726 
clisp-module-pcre_2.49-8_amd64.deb
 c06a131f9bf2861aff59fa6c615bbf883b5ac4fd 743508 
clisp-module-bindings-glibc_2.49-8_amd64.deb
 6783cd593d31452976aee5f2835776f5c272639d 644092 
clisp-module-postgresql_2.49-8_amd64.deb
 698c016438850d07f991d23a4e1c9af88635a878 950598 
clisp-module-clx_2.49-8_amd64.deb
 ba3e4e8579ac618ba926a4e75ac129025d94b5f1 663090 
clisp-module-rawsock_2.49-8_amd64.deb
 464756f3704b109cd2a3598822b9e3f4fdf76f1d 681732 
clisp-module-dbus_2.49-8_amd64.deb
 a3300f288510ae2346b199394dfa93bb67b87fc7 610268 
clisp-module-wildcard_2.49-8_amd64.deb
 dc120917e08401425369b60907226e9d78914792 633636 
clisp-module-gdbm_2.49-8_amd64.deb
 bca12e7a55603cdc7d9a8fd5f5edb6f05fbe0f01 611106 
clisp-module-zlib_2.49-8_amd64.deb
Checksums-Sha256: 
 9a7372ae1ad4fe8db698a8d1bbc40ea59733568a5146b1b6eebf3976a354ebe1 2687 
clisp_2.49-8.dsc
 95681fba374ece46a0059762637bb6286674bd58ed014806f4a81b34ee31db59 25103 
clisp_2.49-8.debian.tar.gz
 761e0f786bfef33ad4236651aabbfd0c8df331cffea494471c4e2b0ceeec1311 1203812 
clisp-doc_2.49-8_all.deb
 857c96e7e52e99913aaddd102b2c3f4341905e957cf304aad0f2dc93d976112c 3121826 
clisp_2.49-8_amd64.deb
 40ee1b25c376af012ad185ce550435f9bf742c4863f11c1a072d363677379fe6 1636368 
clisp-dev_2.49-8_amd64.deb
 3266aa73b789c3bbb90b3098e0d40ac31f058a8ff818c92401f7e480c5361592 714322 
clisp-module-berkeley-db_2.49-8_amd64.deb
 5953573d9191178882bd335bc5bdd0b9ba02e6dfa9c74e1078b8a3f154691b5e 627726 
clisp-module-pcre_2.49-8_amd64.deb
 e896a7c219ba1528da46763f68b4d0963df1948ef88742a54af56e9edceb74c3 743508 
clisp-module-bindings-glibc_2.49-8_amd64.deb
 42ced668eadfc4aab0eadb0e94ce4afc3fa01ef7af0349f3da1c2168c4bd1e5f 644092 
clisp-module-postgresql_2.49-8_amd64.deb
 65f76361247571dc7cbf5f0697c170eaccbb1c6507aefba14c4f5e66c633f8e0 950598 
clisp-module-clx_2.49-8_amd64.deb
 fa0e41db26bf186510ad8d5e9dbad6cad2adeb9b7c420ee09060f774942679c4 663090 
clisp-module-rawsock_2.49-8_amd64.deb
 c2187a82ab2eb1a2201c783216a2e3c1df579ef85b15f2c401aa68a4e4220fb1 681732 
clisp-module-dbus_2.49-8_amd64.deb
 77b29d60f0e207e8c6d90dce3e95b917490f79201838b4708c6112b7ad4ed34e 610268 
clisp-module-wildcard_2.49-8_amd64.deb
 4a7810634784ecbae3aced0bbccf56a7eca8d4e4233f7c07e762aaa35d82a641 633636 
clisp-module-gdbm_2.49-8_amd64.deb
 d3b9e233cc91b7eca6dfffd13214628b3110b1a34bffb907b8499eeb11626ae7 611106 
clisp-module-zlib_2.49-8_amd64.deb
Files: 
 6ccfbb9cbe9fa5b326629dcf1db70474 2687 lisp optional clisp_2.49-8.dsc
 cb629d84c197acf4265b475d9e3afa19 25103 lisp optional clisp_2.49-8.debian.tar.gz
 8568a15386e006486c5621b20c129d58 1203812 doc optional clisp-doc_2.49-8_all.deb
 65dcc77867c8298f4dec1607dc7c9336 3121826 lisp optional clisp_2.49-8_amd64.deb
 bdb745b0e181960285e3af979d8af606 1636368 lisp optional 
clisp-dev_2.49-8_amd64.deb
 7620db06b7c61bd673119eb5a2b1c141 714322 lisp optional 
clisp-module-berkeley-db_2.49-8_amd64.deb
 d81c4f30eaa031fd4455b5159763d810 627726 lisp optional 
clisp-module-pcre_2.49-8_amd64.deb
 c55bcaee80ef6567125afea15fb8ab5a 743508 lisp optional 
clisp-module-bindings-glibc_2.49-8_amd64.deb
 9c704372ac0e28ff1211d041fc5ae644 644092 lisp optional 
clisp-module-postgresql_2.49-8_amd64.deb
 ce79f1960516476f1e49bc9dce233a0f 950598 lisp optional 
clisp-module-clx_2.49-8_amd64.deb
 1f4761d21d5736ec08ce85cdcee68210 663090 lisp optional 
clisp-module-rawsock_2.49-8_amd64.deb
 6913005b8f5cc8b46cb9d91ea0f384be 681732 lisp optional 
clisp-module-dbus_2.49-8_amd64.deb
 64ba6b7f7d224100005091eb8f96c9d2 610268 lisp optional 
clisp-module-wildcard_2.49-8_amd64.deb
 00a89afb870f3fef22c25cc84167bc76 633636 lisp optional 
clisp-module-gdbm_2.49-8_amd64.deb
 ecdfefa7e8e5836b96812000139e38c6 611106 lisp optional 
clisp-module-zlib_2.49-8_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJOH2aEAAoJEKv/7bJACMb5XHIP/jIzrvq1kQxJhZ50Kyt2pzC5
om83F0UqyiR65zdfRu83STpT4lBxxf4ytmgW2mdRV5s7DIv+gRrvJSDrPrIK2gwU
UZZnVGmiz/l4+Qywyq5L5twcsRB/fariMWf1Q9AEAJW4LFayfZHzGDLU/b6KKDgq
+Fsyl5iUtpVOv3X9ixWDkKooRGNhUCHHnIhA55pxycOLrI+Msov44oLXMGz/kz5y
U+ivROw2aTG6gVCdOAwc8BfYUNsywEgfzAafuLqGkrZPTA9wo1G6xAK6+RAKjQxO
iYvgGgCvlsdZ7ECXVqKo/tCrGLlWbZhn9TkvVZE6yEE0f2xhijPrPFeY40haj5Tz
RUEvmDWrF4Wk1UI+asLrJzgCibqXAMtCnSyheIYljGIXPT6j7uPd8RuzdMqpmBZ7
0jVWhBEXMP74lNf/DuFASkkTgbnErYBjPBv/TOReL8dkN4BMXBYUsHHAwqDLCg2Q
tMXXJoo51HsZY7Fn+qy4eDIiuNlrIr7WsXr3uHmoOZO5OiqS9oLhkQSkhwzmroeU
wDoBpok/6KBonXefOCrK+2F5RFELR3pfe/otkDcjaVC+s4zqRbgHtQclujq7F5zk
jt866JCG/zmvAozx2PagF1bnOd5GHYQaTONi02aOj/zFMSXl6dvXhpBMPUO8xlGh
Z+p5l5cnoRttJawWd32K
=VbZO
-----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

Reply via email to