Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 104938

Summary: cl-aserve won't compile on clisp
Product: Gentoo Linux Reporter: Matthew Swank <akopa>
Component: Current packagesAssignee: Common Lisp Bugs <common-lisp>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: error log of the compilation on clisp
patch to get aserve to compile correctly under clisp

Description Matthew Swank 2005-09-05 12:17:20 UTC
dev-lisp/cl-aserve-1.2.42.20050805 wont't compile on dev-lisp/clisp-2.34-r1. It
crashes with the following error:
;; Compiling file /usr/share/common-lisp/source/aserve/main.cl ...*** - READ from
       #<INPUT BUFFERED FILE-STREAM CHARACTER        
#P"/usr/share/common-lisp/source/aserve/main.cl" @1522>
      : #<PACKAGE SOCKET> has no external symbol with name "IPADDR-TO-DOTTED"The
following restarts are available:
RETRY          :R1Retry performing #<ASDF:COMPILE-OP NIL #x2044B7A6> on
#<ASERVE-SYSTEM::LEGACY-ACL-SOURCE-FILE  "main" #x2044AB3E>.
ACCEPT         :R2Continue, treating #<ASDF:COMPILE-OP NIL #x2044B7A6> on
#<ASERVE-SYSTEM::LEGACY-ACL-SOURCE-FILE  "main" #x2044AB3E> as having been
successful.
ABORT          :R3      ABORTBreak 1 NET.ASERVE[2]>


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




I am attaching the full error log, and a patch that fixes the problem.
Comment 1 Matthew Swank 2005-09-05 12:18:43 UTC
Created attachment 67691 [details]
error log of the compilation on clisp
Comment 2 Matthew Swank 2005-09-05 12:25:34 UTC
Created attachment 67692 [details, diff]
patch to get aserve to compile correctly under clisp
Comment 3 Matthew Kennedy (RETIRED) gentoo-dev 2005-10-27 13:35:11 UTC
This for the bug report and also for the patch.  I applied it to the
cl-aserver-1.2.42.20050805 ebuild without a revision bump.