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

Bug 438188

Summary: dev-lisp/clisp-2.48-r1 - ./lisp.run: Cannot map memory to address 0x8021e65d3000 . -//- [../src/spvw_mmap.d:347] errno = ENOMEM: Not enough memory.
Product: Gentoo Linux Reporter: Benjamin Block <mageta>
Component: Current packagesAssignee: Common Lisp Bugs <common-lisp>
Status: RESOLVED OBSOLETE    
Severity: normal CC: jstein, mageta
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 638942    
Bug Blocks:    
Attachments: build.log
environment
emerge --info '=dev-lisp/clisp-2.48-r1'
emerge -pqv '=dev-lisp/clisp-2.48-r1'
My build.log for clisp-2.48-r1
My emerge --info for clisp-2.48-r1
My emergy -pqv for clisp-2.48-r1
My environment file for clisp-2.48-r1
emerge-info.txt
dev-lisp:clisp-2.49-r8:20161106-043457.log
emerge-history.txt
environment

Description Benjamin Block 2012-10-13 00:03:03 UTC
Created attachment 326422 [details]
build.log

For some reason the current stable of clisp fails to compile on one of my boxes. It claims to have not enough memory, but there should be plenty left according to top and the swap isn't even used yet (which would be an other 2gb).

I suspect that maybe the build-tools are limited to a certain amount - maybe that can be resolved easily.

any idea?
Comment 1 Benjamin Block 2012-10-13 00:03:46 UTC
Created attachment 326424 [details]
environment
Comment 2 Benjamin Block 2012-10-13 00:04:13 UTC
Created attachment 326426 [details]
emerge --info '=dev-lisp/clisp-2.48-r1'
Comment 3 Benjamin Block 2012-10-13 00:04:29 UTC
Created attachment 326428 [details]
emerge -pqv '=dev-lisp/clisp-2.48-r1'
Comment 4 Cyprien Nicolas (fulax) 2012-10-13 09:49:46 UTC
According to your emerge --info, you're running a hardened profile and have ccache enabled.

Could you please disable ccache and report if it fails in the same way or differently?
Comment 5 Benjamin Block 2012-10-13 10:52:44 UTC
hm ok, I didn't know that this could cause problems.

But the results are the same.
Comment 6 Michael Sudnick 2013-01-01 03:58:20 UTC
Created attachment 333904 [details]
My build.log for clisp-2.48-r1
Comment 7 Michael Sudnick 2013-01-01 03:58:46 UTC
Created attachment 333906 [details]
My emerge --info for clisp-2.48-r1
Comment 8 Michael Sudnick 2013-01-01 03:59:08 UTC
Created attachment 333908 [details]
My emergy -pqv for clisp-2.48-r1
Comment 9 Michael Sudnick 2013-01-01 03:59:30 UTC
Created attachment 333910 [details]
My environment file for clisp-2.48-r1
Comment 10 Michael Sudnick 2013-01-01 04:00:02 UTC
I seem to be having the same issue, added my relevant logs and emerge output. Also running the hardened profile.
Comment 11 Bjoern Thorwirth 2013-04-12 04:27:05 UTC
switching the compiler profile temporary to x86_64-pc-linux-gnu-4.7.2-hardenednopiessp helped me.
Comment 12 Toralf Förster gentoo-dev 2016-11-06 08:35:18 UTC
Created attachment 452504 [details]
emerge-info.txt

mayge hardened related ? Id o have 64 GB here
Comment 13 Toralf Förster gentoo-dev 2016-11-06 08:35:24 UTC
Created attachment 452506 [details]
dev-lisp:clisp-2.49-r8:20161106-043457.log
Comment 14 Toralf Förster gentoo-dev 2016-11-06 08:35:27 UTC
Created attachment 452508 [details]
emerge-history.txt
Comment 15 Toralf Förster gentoo-dev 2016-11-06 08:35:30 UTC
Created attachment 452510 [details]
environment
Comment 16 Cyprien Nicolas (fulax) 2019-06-15 11:26:42 UTC
Per bug #638942, libffcall update should fix the issue