Summary: | sys-apps/sandbox-1.2.10 install fails on libc check | ||
---|---|---|---|
Product: | Portage Development | Reporter: | James P. Barrett <james.p.barrett> |
Component: | Sandbox | Assignee: | Sandbox Maintainers <sandbox> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | blocker | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
James P. Barrett
2005-07-20 00:51:55 UTC
Please do: $ echo "int main(void) { return 0; }" > libctest.c $ gcc -Wl,-verbose -o libctest libctest.c 2>&1 | \ gawk '/attempt to open/ { if (($4 ~ /libc\.so/) && ($5 == "succeeded")) LIBC = $4; }; END {print LIBC}' (In reply to comment #1) > Please do: > > $ echo "int main(void) { return 0; }" > libctest.c > $ gcc -Wl,-verbose -o libctest libctest.c 2>&1 | \ > gawk '/attempt to open/ { if (($4 ~ /libc\.so/) && ($5 == "succeeded")) > LIBC = $4; }; END {print LIBC}' > gawk: cmd. line:1: (FILENAME=- FNR=2) fatal: grow_iop_buffer: iop->buf: can't allocate 1073741826 bytes of memory (Cannot allocate memory) How much memory does it have ? (In reply to comment #3) > How much memory does it have ? 80 MB total. *** Bug 112941 has been marked as a duplicate of this bug. *** Reopen if you can reproduce w/ >=sys-apps/sandbox-1.2.17; thanks. |