Using CLC and Allegro common lisp

Bug #60835 reported by FilCab
6
Affects Status Importance Assigned to Milestone
common-lisp-controller (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: common-lisp-controller

The post-sysdef-install.lisp file has some errors that cause it not to work with Allegro common lisp.

Here is the diff for the corrected version:
--- post-sysdef-install.lisp 2006-05-16 22:53:46.000000000 +0100
+++ post-sysdef-install_corrected.lisp 2006-05-19 10:47:28.000000000 +0100
@@ -91,7 +91,7 @@
     (let* ((stat (excl.osi:stat (namestring directory)))
           (mode (excl.osi:stat-mode stat))
           (uid (excl.osi:stat-uid stat)))
+ (values uid mode uid))))
- (values uid mode my-uid))))

 #+sbcl
 (defmacro with-secure-umask (&body forms)
@@ -119,7 +119,7 @@
   (let ((old-umask (gensym)))
     `(let ((,old-umask (excl.osi:umask #o077)))
       (unwind-protect ,@forms
+ (excl.osi:umask ,old-umask)))))
- (excl.osi:umask old-umask)))))

 #+(or clisp sbcl cmu allegro)
 (defun check-spooldir-security (target)

Revision history for this message
FilCab (filcab) wrote :

The diff as a file

Revision history for this message
Lionel Le Folgoc (mrpouit) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering is this still an issue for you? Thanks in advance.

Changed in common-lisp-controller:
status: New → Incomplete
Revision history for this message
Ryan Kavanagh (ryanakca) wrote :

We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status column, and change the Status back to "New". Thanks again!

Changed in common-lisp-controller:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.