Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924509 - sys-devel/llvm-17.0.6 fails to compile: ld: final link failed: memory exhausted
Summary: sys-devel/llvm-17.0.6 fails to compile: ld: final link failed: memory exhausted
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-14 08:50 UTC by Agostino Sarubbo
Modified: 2024-02-14 08:52 UTC (History)
0 users

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


Attachments
build.log.xz (build.log.xz,307.26 KB, application/x-xz)
2024-02-14 08:50 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-02-14 08:50:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-devel/llvm-17.0.6 fails to compile.
Discovered on: arm (internal ref: tinderbox_arm)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-14 08:50:38 UTC
Created attachment 884947 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-14 08:50:39 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


  184 |     OnDeallocated(Error::success());
  905 |         report("INLINEASM_BR indirect target does not exist", &MO, i);
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) 
-- Could NOT find Python module yaml
FAILED: lib/libLLVM-17.so 
collect2: error: ld returned 1 exit status
Comment 3 Agostino Sarubbo gentoo-dev 2024-02-14 08:52:46 UTC
error is:

ld: final link failed: memory exhausted

filed as a bug because I don't see OOM in dmesg. Is that expected?