Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 725844 - sys-apps/proot fails to compile
Summary: sys-apps/proot fails to compile
Status: RESOLVED FIXED
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:
 
Reported: 2020-05-28 07:30 UTC by Agostino Sarubbo
Modified: 2020-06-12 08:57 UTC (History)
0 users

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


Attachments
build.log (build.log,17.28 KB, text/plain)
2020-05-28 07:30 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-05-28 07:30:48 UTC
This is an auto-filed bug because sys-apps/proot fails to compile.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-28 07:30:53 UTC
Created attachment 642310 [details]
build.log

build log and emerge --info
Comment 2 Sergey Popov gentoo-dev 2020-05-29 11:29:33 UTC
From build.log:

make: strip: No such file or directory

Hm, that's really weird. Did you miss /usr/bin/strip on test system?
Comment 3 Agostino Sarubbo gentoo-dev 2020-05-29 11:47:21 UTC
it is because of -native-symlinks: https://bugs.gentoo.org/show_bug.cgi?id=tc-directly#c1

Basically it calls directly strip instead of use $STRIP var
Comment 4 Larry the Git Cow gentoo-dev 2020-06-12 08:54:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca5bac1ad650a5b13887f9baa8982fe820540f6

commit 4ca5bac1ad650a5b13887f9baa8982fe820540f6
Author:     Sergey Popov <pinkbyte@gentoo.org>
AuthorDate: 2020-06-12 08:53:55 +0000
Commit:     Sergey Popov <pinkbyte@gentoo.org>
CommitDate: 2020-06-12 08:54:34 +0000

    sys-apps/proot: use proper strip binary from toolchain
    
    Closes: https://bugs.gentoo.org/725844
    Reported-by: Agostino Sarubbo <ago@gentoo.org>
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>

 sys-apps/proot/proot-5.1.0-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)
Comment 5 Larry the Git Cow gentoo-dev 2020-06-12 08:57:29 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213a06aa96bac94631aece10780573672e99be6d

commit 213a06aa96bac94631aece10780573672e99be6d
Author:     Sergey Popov <pinkbyte@gentoo.org>
AuthorDate: 2020-06-12 08:57:12 +0000
Commit:     Sergey Popov <pinkbyte@gentoo.org>
CommitDate: 2020-06-12 08:57:12 +0000

    sys-apps/proot: use proper objcopy/objdump from toolchain as well
    
    Bug: https://bugs.gentoo.org/725844
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>

 sys-apps/proot/proot-5.1.0-r2.ebuild | 2 ++
 1 file changed, 2 insertions(+)