Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 695318 - dev-lang/rust-bin-1.37.0 need to patchelf to the prefix gentoo interpreter
Summary: dev-lang/rust-bin-1.37.0 need to patchelf to the prefix gentoo interpreter
Status: RESOLVED DUPLICATE of bug 682370
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 739574
  Show dependency tree
 
Reported: 2019-09-21 16:37 UTC by Amos Bird
Modified: 2021-01-18 19:30 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amos Bird 2019-09-21 16:37:02 UTC
Or else the installed rustc and cargo use /lib64/ld-linux-x86-64.so.2
Comment 1 robiblitz 2020-08-12 12:49:15 UTC
How exactly did you patch it? I'm hitting the same issue in my centos 7 prefix
Comment 2 Fabian Groffen gentoo-dev 2020-08-13 06:16:04 UTC
From the comment by OP, I suspect he changed INTERP to point to the prefix-baed one.  Probably something like patchelf --set-interpreter $EPREFIX/lib/ld-linux-*.so.* $EPREFIX/usr/bin/rust
Comment 3 Benda Xu gentoo-dev 2020-10-26 04:45:47 UTC
I have reproduced this bug.
Comment 4 Fabian Groffen gentoo-dev 2021-01-18 19:30:51 UTC

*** This bug has been marked as a duplicate of bug 682370 ***