[Buildroot] [buildroot 0004534]: errors in gdb.mk, leading to build failures

bugs at busybox.net bugs at busybox.net
Fri Aug 8 12:51:25 UTC 2008


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=4534 
====================================================================== 
Reported By:                rbuergel
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   4534
Category:                   Other
Reproducibility:            have not tried
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             08-08-2008 05:51 PDT
Last Modified:              08-08-2008 05:51 PDT
====================================================================== 
Summary:                    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.

====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
08-08-08 05:51  rbuergel       New Issue                                    
08-08-08 05:51  rbuergel       Status                   new => assigned     
08-08-08 05:51  rbuergel       Assigned To               => buildroot       
08-08-08 05:51  rbuergel       File Added: gdb.mk.patch                     
======================================================================




More information about the buildroot mailing list