Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 135080 Details for
Bug 107013
All Scons ebuilds fail with Sandbox Access Violation Errors
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
scons-0.97.ebuild.diff
scons-0.97.ebuild.diff (text/plain), 1.18 KB, created by
Jakub Moc (RETIRED)
on 2007-11-03 13:33:01 UTC
(
hide
)
Description:
scons-0.97.ebuild.diff
Filename:
MIME Type:
Creator:
Jakub Moc (RETIRED)
Created:
2007-11-03 13:33:01 UTC
Size:
1.18 KB
patch
obsolete
>--- scons-0.97.ebuild 2007-09-26 21:05:53.000000000 +0200 >+++ scons-0.97.ebuild 2007-11-03 14:30:18.000000000 +0100 >@@ -19,21 +19,25 @@ > > src_install () { > distutils_src_install >+ # Another attempt on Bug 107013 >+ rm -f "${D}"/usr/$(get_libdir)/${P}/SCons/*.py[co] >+ rm -f "${D}"/usr/$(get_libdir)/${P}/SCons/*/*.py[co] > # move man pages from /usr/man to /usr/share/man > dodir /usr/share > mv ${D}/usr/man ${D}/usr/share > } > > pkg_postinst() { >- python_mod_optimize ${ROOT}/usr/$(get_libdir)/${P} >+ einfo "Cleaning up stale orphaned py[co] files..." >+ # Another attempt on Bug 107013 >+ rm -f ${ROOT}/usr/$(get_libdir)/${P}/SCons/*.py[co] >+ rm -f ${ROOT}/usr/$(get_libdir)/${P}/SCons/*/*.py[co] > # clean up stale junk left there by old faulty ebuilds > # see Bug 118022 and Bug 132448 >- if has_version "<dev-util/scons-0.96.92-r1" ; then >- einfo "Cleaning up stale orphaned py[co] files..." >- [[ -d "${ROOT}/usr/$(get_libdir)/scons/SCons" ]] \ >- && rm -rf "${ROOT}/usr/$(get_libdir)/scons/SCons" >- einfo "Done." >- fi >+ [[ -d "${ROOT}/usr/$(get_libdir)/scons" ]] && rm -rf "${ROOT}/usr/$(get_libdir)/scons" >+ einfo "Done." >+ >+ python_mod_optimize ${ROOT}/usr/$(get_libdir)/${P} > } > > pkg_postrm() {
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 107013
:
135078
| 135080 |
160237