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

Bug 2769

Summary: ecls (from dev-lisp) did not build successfully
Product: Gentoo Linux Reporter: Juergen Ilse <gentoo>
Component: [OLD] Core systemAssignee: Karl Trygve Kalleberg (RETIRED) <karltk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Juergen Ilse 2002-05-16 03:53:35 UTC
The problem seems to be the ulimit for the stack. If you try to build
this package, mor than 3 GB of virtual memory will be consumed by the
build-processi before the build aborts. If you increase the default i
stack-limit from 8192 (8 MB) to 32768 (32 MB), this problem does not
occur. Maybe, we should include a "ulimit -s 32768" in the ebuild file.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-05-19 23:22:46 UTC
Gosh, first time I hear about something like ecls .. maybe check with somebody
who actually made or did commits to the ebuild ?
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-05-23 12:39:09 UTC
I did not have this problem the first time I built it, but I'll look into it.
Comment 3 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-06-24 17:14:37 UTC
ecls has not had any activity for 8 months. The latest vesion 0.5 does not build
even with moderate tweaking. I am masking out ecls-0.2 and recommend that people
use sbcl or cmucl instead.
Comment 4 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-06-24 17:15:49 UTC
Err.. it's not like I fixed it...