Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 732012

Summary: sys-apps/proot-5.1.0-r2 fails to compile: llvm-objcopy: error: unknown argument '--input'
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Sergey Popov <pinkbyte>
Status: RESOLVED WORKSFORME    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 408963    
Attachments: build.log

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.