Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 331112 Details for
Bug 445336
sys-apps/portage: prepstrip fails in parallel with splitdebug (sys-libs/glibc: ln: failed to create hard link '.../image/usr/lib/debug/usr/lib64/libieee.a.debug': File exists)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
use sort -u to avoid duplicates
prepstrip-avoid-duplicates-for-bug-445336.patch (text/plain), 869 bytes, created by
Zac Medico
on 2012-12-01 03:59:31 UTC
(
hide
)
Description:
use sort -u to avoid duplicates
Filename:
MIME Type:
Creator:
Zac Medico
Created:
2012-12-01 03:59:31 UTC
Size:
869 bytes
patch
obsolete
>From bba20c632e79426cd006dd2b732fcaed079ac43a Mon Sep 17 00:00:00 2001 >From: Zac Medico <zmedico@gentoo.org> >Date: Fri, 30 Nov 2012 19:37:12 -0800 >Subject: [PATCH] prepstrip: avoid duplicates for bug #445336 > >This prevents us from trying to hardlink duplicate splitdebug files, >avoiding ln "File exists" failure as reported in bug #445336. >--- > bin/ebuild-helpers/prepstrip | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip >index 575001c..408060a 100755 >--- a/bin/ebuild-helpers/prepstrip >+++ b/bin/ebuild-helpers/prepstrip >@@ -249,7 +249,7 @@ while read -r x ; do > done < <( > scanelf -yqRBF '#k%F' -k '.symtab' "$@" > find "$@" -type f ! -type l -name '*.a' >-) >+) | LC_ALL=C sort -u > > # Now we look for unstripped binaries. > for inode_link in $(shopt -s nullglob; echo *) ; do >-- >1.8.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 445336
:
331040
|
331042
|
331044
|
331046
|
331112
|
331158
|
341126
|
341128
|
341130