| Anonymous | Login | Signup for a new account | 11-10-2008 12:39 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0004534 | [buildroot] Other | major | have not tried | 08-08-08 05:51 | 08-24-08 00:53 | ||||
| Reporter | rbuergel | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0004534: errors in gdb.mk, leading to build failures | ||||||||
| Description |
1. gdb is eventually patched twice: first during the .unpacked-target and a second time during the .patched-target 2. gdbserver and gdb on host depend on .unpacked instead of .patched svn blame shows, that when the .patched-target was introduced, the patching wasn't removed from .unpacked, but target-gdb depends on .patched, leading to a situation, where the patches were applied twice. The change was correct, but it was only the half of what has to be done. The appended patch changes the remaining parts. It changes gdbserver and host-gdb to depend on .patched and removed the patching from the .unpacked-target. |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
Notes |
|
|
(0010734) jacmet 08-24-08 00:53 |
Sorry about that - Got broken in r22624 and is now fixed in r23193. Thanks! |
| Copyright © 2000 - 2006 Mantis Group |