Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98401 Details for
Bug 149491
FEATURES="installsources" may cause package name collisions in /usr/src/debug
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
move installed sources into ${CATEGORY} subdirectories
installsources.patch (text/plain), 935 bytes, created by
Zac Medico
on 2006-09-29 12:15:58 UTC
(
hide
)
Description:
move installed sources into ${CATEGORY} subdirectories
Filename:
MIME Type:
Creator:
Zac Medico
Created:
2006-09-29 12:15:58 UTC
Size:
935 bytes
patch
obsolete
>Index: bin/prepstrip >=================================================================== >--- bin/prepstrip (revision 4558) >+++ bin/prepstrip (revision 4559) >@@ -27,11 +27,13 @@ > local y="${D}usr/lib/debug/${x:${#D}}.debug" > > if hasq installsources ${FEATURES} && [ -x /usr/bin/debugedit ] ; then >- debugedit -b "${WORKDIR}" -d /usr/src/debug/${PF} -l "${T}"/debug.sources "${x}" >+ local sources_dir=/usr/src/debug/${CATEGORY}/${PF} >+ debugedit -b "${WORKDIR}" -d "${sources_dir}" \ >+ -l "${T}"/debug.sources "${x}" > if [[ -s ${T}/debug.sources ]] ; then >- [[ -d ${D}/usr/src/debug/${PF} ]] || mkdir -p "${D}/usr/src/debug/${PF}" >+ [[ -d ${D}${sources_dir} ]] || mkdir -p "${D}${sources_dir}" > cat "${T}"/debug.sources | (cd "${WORKDIR}"; LANG=C sort -z -u | \ >- rsync -aL0 --files-from=- "${WORKDIR}/" "${D}/usr/src/debug/${PF}/" ) >+ rsync -aL0 --files-from=- "${WORKDIR}/" "${D}${sources_dir}/" ) > fi > fi >
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 149491
: 98401