Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438188 - dev-lisp/clisp-2.48-r1 - ./lisp.run: Cannot map memory to address 0x8021e65d3000 . -//- [../src/spvw_mmap.d:347] errno = ENOMEM: Not enough memory.
Summary: dev-lisp/clisp-2.48-r1 - ./lisp.run: Cannot map memory to address 0x8021e65d3...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal with 1 vote (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on: 638942
Blocks:
  Show dependency tree
 
Reported: 2012-10-13 00:03 UTC by Benjamin Block
Modified: 2019-06-15 11:26 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,125.00 KB, text/plain)
2012-10-13 00:03 UTC, Benjamin Block
Details
environment (environment,88.70 KB, text/plain)
2012-10-13 00:03 UTC, Benjamin Block
Details
emerge --info '=dev-lisp/clisp-2.48-r1' (emerge.info,5.28 KB, text/plain)
2012-10-13 00:04 UTC, Benjamin Block
Details
emerge -pqv '=dev-lisp/clisp-2.48-r1' (emerge.pqv,157 bytes, text/plain)
2012-10-13 00:04 UTC, Benjamin Block
Details
My build.log for clisp-2.48-r1 (build.log,125.84 KB, text/plain)
2013-01-01 03:58 UTC, Michael Sudnick
Details
My emerge --info for clisp-2.48-r1 (emerge --info,4.52 KB, text/plain)
2013-01-01 03:58 UTC, Michael Sudnick
Details
My emergy -pqv for clisp-2.48-r1 (emerge -pqv,264 bytes, text/plain)
2013-01-01 03:59 UTC, Michael Sudnick
Details
My environment file for clisp-2.48-r1 (environment,88.81 KB, text/plain)
2013-01-01 03:59 UTC, Michael Sudnick
Details
emerge-info.txt (emerge-info.txt,8.36 KB, text/plain)
2016-11-06 08:35 UTC, Toralf Förster
Details
dev-lisp:clisp-2.49-r8:20161106-043457.log (dev-lisp:clisp-2.49-r8:20161106-043457.log,123.43 KB, text/plain)
2016-11-06 08:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,55.08 KB, text/plain)
2016-11-06 08:35 UTC, Toralf Förster
Details
environment (environment,90.55 KB, text/plain)
2016-11-06 08:35 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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