Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 76124 Details for
Bug 45150
Separate debug information for packages built with portage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to add keepsources
prepstrip-keep-sources.patch (text/plain), 741 bytes, created by
Olivier Crete (RETIRED)
on 2006-01-03 19:03:55 UTC
(
hide
)
Description:
patch to add keepsources
Filename:
MIME Type:
Creator:
Olivier Crete (RETIRED)
Created:
2006-01-03 19:03:55 UTC
Size:
741 bytes
patch
obsolete
>--- prepstrip.orig 2005-11-26 13:46:28.000000000 -0500 >+++ prepstrip 2005-11-26 14:11:21.000000000 -0500 >@@ -22,6 +22,14 @@ > mkdir -p $(dirname ${y}) > ${CHOST}-objcopy --only-keep-debug ${x} ${y}.debug > ${CHOST}-objcopy --add-gnu-debuglink=${y}.debug ${x} >+ >+ if [ -x /usr/bin/debugedit ] ; then >+ debugedit -b ${WORKDIR} -d /usr/src/debug/${P} -l ${T}/debug.sources "$x" >+ if [ -s ${T}/debug.sources ]; then >+ [ -d ${D}/usr/src/debug/${P} ] || mkdir -p ${D}/usr/src/debug/${P} >+ cat ${T}/debug.sources | (cd ${WORKDIR}; LANG=C sort -z -u | xargs -0 -- cp --parents -p --target-directory="${D}usr/src/debug/${P}" ) >+ fi >+ fi > } > > for x in $(scanelf -yRBF%F $@) $(for y in "$@"; do find $y -type f -name '*.a' -print0 ; done); do
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 45150
:
27633
|
27738
|
27739
|
32328
|
32329
|
32330
|
35701
|
53254
|
69216
|
73275
|
76121
| 76124