#559954 can not install sbcl in a openvz container

Package:
sbcl
Source:
sbcl
Description:
Common Lisp compiler and development system
Submitter:
Rafael Jesus Alcantara Perez
Date:
2010-01-13 20:51:25 UTC
Severity:
important
#559954#5
Date:
2009-12-07 23:39:44 UTC
From:
To:
I'm trying to build a debian package for sbcl because Lenny and Sid Debian packages does not even start in virtuozzo containers.
It shows this error:

  /usr/lib/common-lisp/bin/sbcl.sh loading and dumping clc.
  mmap: No se pudo asignar memoria
  ensure_space: failed to validate 8589869056 bytes at 0x1000000000
  (hint: Try "ulimit -a"; maybe you should increase memory limits.)
  mv: no se puede efectuar `stat' sobre «sbcl-new.core»: No existe el fichero o el directorio
  FAILED

I made a patch for avoiding such a big memory requirement but now, when I try to build sbcl version 1.0.31.0, it has
a build dependency of sbcl. And this closes the circle that makes me unable to compile sbcl in a virtuozzo container.

#559954#10
Date:
2010-01-13 20:34:58 UTC
From:
To:
Hi Rafael,

I fear that openvz containers are just not supported upstream. SBCL
needs some pretty unusual low level support and demands a lot of memory
(which it doesn't all use). I don't think it has sense to make custom
patches through Debian, I advise you to talk to the sbcl developers
themselves and see what they say.

Groetjes, Peter