Summary: | estrip: double slash in paths (e.g. when emerging app-text/html-xml-utils-7.8) | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Sam James <sam> |
Component: | Core | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | InVCS |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/portage/pull/878 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 859439 | ||
Attachments: |
build.log
build.log w/ set -x in estrip |
Description
Sam James
![]() ![]() ![]() ![]() strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version //usr/bin/hxcite //usr/bin/hxaddid //usr/bin/hxcount //usr/bin/hxextract //usr/bin/hxclean [...] Created attachment 796267 [details]
build.log w/ set -x in estrip
[...]
+ log=/var/tmp/portage/app-text/html-xml-utils-7.8/temp/prepstrip/scanelf-already-stripped.log
+ scanelf -yqRBF '#k%F' -k '!.symtab' /var/tmp/portage/app-text/html-xml-utils-7.8/image/
+ sed -e 's#^/var/tmp/portage/app-text/html-xml-utils-7.8/image/##'
+ __multijob_post_fork
+ : 1
+ [[ 1 -ge 32 ]]
+ return 0
+ __multijob_child_init
+ trap 'echo ${BASHPID:-$(__bashpid)} $? >&11' EXIT
+ [[ GNU == BSD ]]
+ trap 'exit 1' INT TERM
+ cd /var/tmp/portage/app-text/html-xml-utils-7.8/temp/prepstrip/inodes
+ qa_var=QA_PRESTRIPPED_amd64
+ [[ -n '' ]]
+ [[ -n '' ]]
+ sed -e '/^$/d' -e 's#^#/#' -i /var/tmp/portage/app-text/html-xml-utils-7.8/temp/prepstrip/scanelf-already-stripped.log
+ true
+ read -r x
++ find /var/tmp/portage/app-text/html-xml-utils-7.8/image/ -type f '!' -type l -name '*.a'
++ LC_ALL=C
++ sort -u
+ [[ -s /var/tmp/portage/app-text/html-xml-utils-7.8/temp/prepstrip/scanelf-already-stripped.log ]]
+ rm -f /var/tmp/portage/app-text/html-xml-utils-7.8/temp/prepstrip/scanelf-already-stripped.log
++ cut -d ' ' -f1
++ sed -e 's:^:/var/tmp/portage/app-text/html-xml-utils-7.8/image/:'
++ echo 2460991 0
++ get_inode_number /var/tmp/portage/app-text/html-xml-utils-7.8/image//usr/bin/asc2xml
++ stat -c %i /var/tmp/portage/app-text/html-xml-utils-7.8/image//usr/bin/asc2xml
[...]
bb88e766897f5e7e0b0a10c48cf99a04edb73a40 is the first bad commit commit bb88e766897f5e7e0b0a10c48cf99a04edb73a40 Author: Sam James <sam@gentoo.org> Date: Sat Mar 5 05:32:45 2022 +0000 estrip: avoid calling scanelf twice We can use the previous scanelf data to not call it again to find all of the dynamically linked executables/libraries which need stripping. Bug: https://bugs.gentoo.org/749624 Closes: https://github.com/gentoo/portage/pull/794 Reviewed-by: Zac Medico <zmedico@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> bin/estrip | 3 ++- bin/misc-functions.sh | 29 +++++++++++++++-------------- 2 files changed, 17 insertions(+), 15 deletions(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=04f64dbe3cbd24abdb3efd2d1759530bdee551ec commit 04f64dbe3cbd24abdb3efd2d1759530bdee551ec Author: Sam James <sam@gentoo.org> AuthorDate: 2022-07-31 21:42:34 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-08-01 01:19:10 +0000 estrip: fix double slash for < EAPI 7 Bug: https://bugs.gentoo.org/862600 Fixes: bb88e766897f5e7e0b0a10c48cf99a04edb73a40 Signed-off-by: Sam James <sam@gentoo.org> bin/estrip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328977ffff1aa2d13cd3d8f7b5cb01eea6d634f5 commit 328977ffff1aa2d13cd3d8f7b5cb01eea6d634f5 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-08-23 00:38:45 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-08-23 00:39:03 +0000 sys-apps/portage: add 3.0.35 Closes: https://bugs.gentoo.org/859439 Closes: https://bugs.gentoo.org/672916 Closes: https://bugs.gentoo.org/858791 Closes: https://bugs.gentoo.org/862600 Closes: https://bugs.gentoo.org/862606 Closes: https://bugs.gentoo.org/863422 Closes: https://bugs.gentoo.org/864382 Closes: https://bugs.gentoo.org/865635 Signed-off-by: Sam James <sam@gentoo.org> sys-apps/portage/Manifest | 1 + sys-apps/portage/portage-3.0.35.ebuild | 273 +++++++++++++++++++++++++++++++++ 2 files changed, 274 insertions(+) |