Summary: | dev-lang/rust-1.55.0 installs files that contain writable and executable sections | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Georgy Yakovlev <gyakovlev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | herrtimson, rust |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log.xz |
Description
Agostino Sarubbo
![]() Created attachment 730202 [details]
build.log.xz
build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
tinderbox has reproduced this issue with version 1.55.0 - Updating summary. lib.rmeta is not used during linking. It's contain some data only read by rustc. https://rustc-dev-guide.rust-lang.org/backend/libs-and-metadata.html#metadata The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2775ec461086a7299d277193f485947d78f817 commit 4b2775ec461086a7299d277193f485947d78f817 Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2021-10-07 15:47:48 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2021-10-07 15:48:14 +0000 dev-lang/rust: silence rmeta QA WX warnings Closes: https://bugs.gentoo.org/806466 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> dev-lang/rust/rust-1.52.1.ebuild | 6 ++++++ dev-lang/rust/rust-1.53.0.ebuild | 6 ++++++ dev-lang/rust/rust-1.54.0.ebuild | 6 ++++++ dev-lang/rust/rust-1.55.0.ebuild | 6 ++++++ 4 files changed, 24 insertions(+) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90086b35b98db16492aff36bae392ffafc64f66b commit 90086b35b98db16492aff36bae392ffafc64f66b Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2021-11-02 21:02:31 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2021-11-02 21:03:21 +0000 dev-lang/rust: adjust QA_EXECSTACK variable again Bug: https://bugs.gentoo.org/806466 Closes: https://bugs.gentoo.org/819402 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> dev-lang/rust/rust-1.52.1.ebuild | 3 +-- dev-lang/rust/rust-1.53.0.ebuild | 3 +-- dev-lang/rust/rust-1.54.0.ebuild | 3 +-- dev-lang/rust/rust-1.55.0.ebuild | 3 +-- dev-lang/rust/rust-1.56.0-r1.ebuild | 3 +-- dev-lang/rust/rust-1.56.1.ebuild | 3 +-- 6 files changed, 6 insertions(+), 12 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37dece3267ea2c18016c66180b57dc7573e384a commit b37dece3267ea2c18016c66180b57dc7573e384a Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2021-11-02 20:57:17 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2021-11-02 21:03:20 +0000 dev-lang/rust-bin: add QA_EXECSTACK for rmeta sections Bug: https://bugs.gentoo.org/806466 Closes: https://bugs.gentoo.org/806468 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> dev-lang/rust-bin/rust-bin-1.52.1.ebuild | 5 +++++ dev-lang/rust-bin/rust-bin-1.53.0.ebuild | 5 +++++ dev-lang/rust-bin/rust-bin-1.54.0.ebuild | 5 +++++ dev-lang/rust-bin/rust-bin-1.55.0.ebuild | 5 +++++ dev-lang/rust-bin/rust-bin-1.56.0.ebuild | 5 +++++ dev-lang/rust-bin/rust-bin-1.56.1.ebuild | 5 +++++ 6 files changed, 30 insertions(+) |