Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Oct 2011 04:15:33 +0000
From:      Nali Toja <nalitoja@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/161271: [patch] x11/cl-clx: loading with Clozure CL fails, dep-openmcl.lisp is missing
Message-ID:  <861uut76yv.fsf@gmail.com>
Resent-Message-ID: <201110040420.p944K7bN038759@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         161271
>Category:       ports
>Synopsis:       [patch] x11/cl-clx: loading with clozure fails, dep-openmcl.lisp is missing
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 04 04:20:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Nali Toja
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
>Description:
>How-To-Repeat:
1. install lang/ccl
2. install x11/cl-clx
3. load clx via asdf

  $ ccl --load /usr/local/etc/asdf-init.lisp
  ;Loading #P"/usr/local/lib/ccl/tools/asdf"...

  Welcome to Clozure Common Lisp Version 1.7  (FreebsdX8664)!
  ? (require 'clx)
  ASDF could not load clx because File #P"/usr/local/lib/common-lisp/clx/dep-openmcl.lisp" not found.
  > Error: File #P"/usr/local/lib/common-lisp/clx/dep-openmcl.lisp" not found
  > While executing: CCL::FCOMP-FIND-FILE, in process listener(1).

>Fix:
--- ccl.diff begins here ---
Index: x11/cl-clx/Makefile
===================================================================
RCS file: /a/.csup/ports/x11/cl-clx/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- x11/cl-clx/Makefile	16 Aug 2011 20:59:34 -0000	1.3
+++ x11/cl-clx/Makefile	4 Oct 2011 03:42:21 -0000
@@ -35,6 +35,7 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/clx.asd ${ASDF_PATHNAME}
 	${INSTALL_DATA} ${WRKSRC}/clx.lisp ${ASDF_PATHNAME}
 	${INSTALL_DATA} ${WRKSRC}/depdefs.lisp ${ASDF_PATHNAME}
+	${INSTALL_DATA} ${WRKSRC}/dep-openmcl.lisp ${ASDF_PATHNAME}
 	${INSTALL_DATA} ${WRKSRC}/dependent.lisp ${ASDF_PATHNAME}
 	${INSTALL_DATA} ${WRKSRC}/display.lisp ${ASDF_PATHNAME}
 	${INSTALL_DATA} ${WRKSRC}/dpms.lisp ${ASDF_PATHNAME}
Index: x11/cl-clx/pkg-plist
===================================================================
RCS file: /a/.csup/ports/x11/cl-clx/pkg-plist,v
retrieving revision 1.1
diff -u -p -r1.1 pkg-plist
--- x11/cl-clx/pkg-plist	8 Oct 2010 20:14:58 -0000	1.1
+++ x11/cl-clx/pkg-plist	4 Oct 2011 03:42:15 -0000
@@ -21,6 +21,7 @@
 %%ASDF_PATHNAME%%/demo/menu.lisp
 %%ASDF_PATHNAME%%/demo/zoid.lisp
 %%ASDF_PATHNAME%%/depdefs.lisp
+%%ASDF_PATHNAME%%/dep-openmcl.lisp
 %%ASDF_PATHNAME%%/dependent.lisp
 %%ASDF_PATHNAME%%/display.lisp
 %%ASDF_PATHNAME%%/dpms.lisp
--- ccl.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?861uut76yv.fsf>