Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 732012 - sys-apps/proot-5.1.0-r2 fails to compile: llvm-objcopy: error: unknown argument '--input'
Summary: sys-apps/proot-5.1.0-r2 fails to compile: llvm-objcopy: error: unknown argume...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergey Popov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: systemwide-clang
  Show dependency tree
 
Reported: 2020-07-10 08:02 UTC by Agostino Sarubbo
Modified: 2022-01-21 09:06 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,16.56 KB, text/plain)
2020-07-10 08:02 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 2020-07-10 08:02:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/proot fails to compile.
Discovered on: amd64  (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue isstrictly related to the LLD linker, please block bug 731004.
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-10 08:02:23 UTC
Created attachment 648704 [details]
build.log

build log and emerge --info
Comment 2 Sergey Popov gentoo-dev 2021-03-01 08:05:09 UTC
IIRC proot before 5.2.0_alpha does not support clang

In bug 717914[1] we agreed that we should not add alpha version into portage tree, but, as you can see here[2], this is the last release available and proot development is not very active, so maybe we should reconsider

[1] - https://bugs.gentoo.org/717914
[2] - https://github.com/proot-me/proot/releases
Comment 3 Sergey Popov gentoo-dev 2022-01-21 09:06:45 UTC
Probably fixed by commit b678ff1362a8416e109899b4794446c8380dbd5f (which bumps proot version to 5.3.0). At least i can successfully build it with clang.