Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924358 - dev-lang/jerryscript-2.4.0-r4 fails to compile: cc1: error: -fno-fat-lto-objects are supported only with linker plugin
Summary: dev-lang/jerryscript-2.4.0-r4 fails to compile: cc1: error: -fno-fat-lto-obje...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-12 09:54 UTC by Agostino Sarubbo
Modified: 2024-04-11 01:27 UTC (History)
0 users

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


Attachments
build.log (build.log,227.69 KB, text/plain)
2024-02-12 09:54 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-12 09:54:05 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/jerryscript-2.4.0-r4 fails to compile.
Discovered on: amd64 (internal ref: slibtool_tinderbox)
System: SLIBTOOL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#SLIBTOOL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-12 09:54:07 UTC
Created attachment 884793 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-12 09:54:08 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: jerry-core/CMakeFiles/jerry-core.dir/api/jerry-debugger-transport.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/api/jerry-debugger.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/api/jerry-snapshot.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/api/jerry.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/debugger/debugger.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/base/ecma-alloc.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/base/ecma-gc.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/base/ecma-helpers-collection.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/base/ecma-helpers-conversion.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/base/ecma-helpers-errol.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/base/ecma-helpers-external-pointers.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/base/ecma-helpers-number.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/base/ecma-helpers-string.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/base/ecma-helpers-value.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/base/ecma-helpers.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/base/ecma-init-finalize.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/base/ecma-lcache.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/base/ecma-literal-storage.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/base/ecma-module.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/base/ecma-property-hashmap.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/builtin-objects/ecma-builtin-array-iterator-prototype.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/builtin-objects/ecma-builtin-array-prototype-unscopables.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/builtin-objects/ecma-builtin-array-prototype.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/builtin-objects/ecma-builtin-array.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/builtin-objects/ecma-builtin-arraybuffer-prototype.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/builtin-objects/ecma-builtin-arraybuffer.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/builtin-objects/ecma-builtin-async-function-prototype.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/builtin-objects/ecma-builtin-async-function.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/builtin-objects/ecma-builtin-async-generator-function.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/builtin-objects/ecma-builtin-async-generator-prototype.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/builtin-objects/ecma-builtin-async-generator.c.o 
FAILED: jerry-core/CMakeFiles/jerry-core.dir/ecma/builtin-objects/ecma-builtin-async-iterator-prototype.c.o 
cc1: error: ‘-fno-fat-lto-objects’ are supported only with linker plugin
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-02-13 08:14:50 UTC
slibtool maybe
Comment 4 orbea 2024-02-13 15:39:47 UTC
Not slibtool.

cc1: error: ‘-fno-fat-lto-objects’ are supported only with linker plugin
ninja: build stopped: subcommand failed.

With that error message sounds like it should use '-Wl,-fno-fat-lto-objects'.