Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 296701 Details for
Bug 430500
split .mdb off into -debuginfo
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Move .mdb files to live under /usr/lib/debug
rpm-move-mono-debuginfo.patch (text/plain), 714 bytes, created by
Jeremy Katz
on 2008-03-04 04:29:45 UTC
(
hide
)
Description:
Move .mdb files to live under /usr/lib/debug
Filename:
MIME Type:
Creator:
Jeremy Katz
Created:
2008-03-04 04:29:45 UTC
Size:
714 bytes
patch
obsolete
>diff -r 3e9944ca7cf3 scripts/find-debuginfo.sh >--- a/scripts/find-debuginfo.sh Thu Feb 28 12:46:45 2008 +0200 >+++ b/scripts/find-debuginfo.sh Mon Mar 03 23:26:28 2008 -0500 >@@ -165,12 +165,22 @@ get_debugfn() > > debugdn=${debugdir}${dn} > debugfn=${debugdn}/${bn} >+ debugbn=$(basename "$1" .debug) > } > > set -o pipefail > > strict_error=ERROR > $strict || strict_error=WARNING >+ >+# move mono debug files to be under /usr/lib/debug >+test ! -d "${RPM_BUILD_ROOT}" || >+find "$RPM_BUILD_ROOT" -type f -name '*.mdb' -print | >+while read f; do >+ get_debugfn "$f" >+ mkdir -p "${debugdn}" >+ mv "$f" "${debugdn}/${debugbn}" >+done > > # Strip ELF binaries > find "$RPM_BUILD_ROOT" ! -path "${debugdir}/*.debug" -type f \
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 430500
:
293825
|
296700
| 296701